-
Notifications
You must be signed in to change notification settings - Fork 0
/
addtopaletteui.lfm
224 lines (224 loc) · 5.68 KB
/
addtopaletteui.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
object AddToPaletteDialog: TAddToPaletteDialog
Left = 753
Height = 241
Top = 561
Width = 537
BorderStyle = bsDialog
Caption = 'Zu Palette hinzufügen'
ClientHeight = 241
ClientWidth = 537
Color = 8405056
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object Label1: TLabel
AnchorSideLeft.Control = Label2
AnchorSideTop.Control = CaptionEdit
Left = 10
Height = 15
Top = 10
Width = 67
Caption = 'Beschriftung'
Font.Color = clWhite
ParentColor = False
ParentFont = False
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = DescriptionMemo
Left = 10
Height = 15
Top = 38
Width = 72
BorderSpacing.Left = 10
Caption = 'Beschreibung'
Font.Color = clWhite
ParentColor = False
ParentFont = False
end
object Label3: TLabel
AnchorSideLeft.Control = Label2
AnchorSideTop.Control = PaletteCombobox
Left = 10
Height = 15
Top = 133
Width = 36
Caption = 'Palette'
Font.Color = clWhite
ParentColor = False
ParentFont = False
end
object CaptionEdit: TEdit
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 92
Height = 23
Top = 10
Width = 435
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Top = 10
BorderSpacing.Right = 10
Color = 7354424
Font.Color = clWhite
OnEditingDone = CaptionEditEditingDone
ParentFont = False
TabOrder = 0
end
object DescriptionMemo: TMemo
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CaptionEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 91
Height = 90
Top = 38
Width = 436
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 9
BorderSpacing.Top = 5
BorderSpacing.Right = 10
Color = 7354424
Font.Color = clWhite
OnEditingDone = DescriptionMemoEditingDone
ParentFont = False
TabOrder = 1
end
object PaletteCombobox: TComboBox
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DescriptionMemo
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 92
Height = 21
Top = 133
Width = 435
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Left = 10
BorderSpacing.Top = 5
BorderSpacing.Right = 10
Color = 7354424
DropDownCount = 50
Font.Color = clWhite
ItemHeight = 15
OnDrawItem = PaletteComboboxDrawItem
ParentFont = False
Style = csOwnerDrawEditableFixed
TabOrder = 2
end
object propCancelShape: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = PaletteCombobox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PaletteCombobox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 456
Height = 67
Top = 159
Width = 71
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = propCancelShapeMouseDown
Shape = stRoundRect
end
object propOkShape1: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = propCancelShape
AnchorSideRight.Control = propOkShape
Left = 266
Height = 65
Top = 159
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Right = 5
Brush.Color = 6303792
OnMouseDown = propOkShape1MouseDown
Shape = stRoundRect
end
object propCancelLabel: TLabel
AnchorSideLeft.Control = propCancelShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propCancelShape
AnchorSideTop.Side = asrCenter
Left = 462
Height = 21
Top = 182
Width = 59
Caption = 'Abbruch'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = propCancelShapeMouseDown
end
object propOkShape: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = propCancelShape
AnchorSideRight.Control = propCancelShape
Left = 361
Height = 65
Top = 159
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Right = 5
Brush.Color = 6303792
OnMouseDown = propOkShapeMouseDown
Shape = stRoundRect
end
object propOkLabel: TLabel
AnchorSideLeft.Control = propOkShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propOkShape
AnchorSideTop.Side = asrCenter
Left = 367
Height = 21
Top = 181
Width = 78
Caption = 'hinzufügen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = propOkShapeMouseDown
end
object propOkLabel1: TLabel
AnchorSideLeft.Control = propOkShape1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propOkShape1
AnchorSideTop.Side = asrCenter
Left = 282
Height = 21
Top = 181
Width = 58
Caption = 'ersetzen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = propOkShape1MouseDown
end
end