-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdvPosition.dfm
328 lines (328 loc) · 7.25 KB
/
AdvPosition.dfm
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
object frAdvPosition: TfrAdvPosition
Left = 362
Top = 80
BorderStyle = bsDialog
Caption = 'Pengaturan Posisi Iklan'
ClientHeight = 433
ClientWidth = 850
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Bevel3: TBevel
Left = 558
Top = 24
Width = 281
Height = 401
Shape = bsFrame
end
object bSave: TSpeedButton
Left = 416
Top = 384
Width = 129
Height = 33
Caption = 'Save'
OnClick = bSaveClick
end
object bAdd: TSpeedButton
Left = 280
Top = 384
Width = 121
Height = 33
Caption = 'New'
OnClick = bAddClick
end
object Panel3: TPanel
Left = 16
Top = 25
Width = 537
Height = 336
Caption = 'Panel3'
TabOrder = 0
object Label9: TLabel
Left = 440
Top = 32
Width = 20
Height = 16
Caption = 'Hal'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 328
Top = 32
Width = 29
Height = 16
Caption = 'Edisi'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object lbl1: TLabel
Left = 8
Top = 8
Width = 47
Height = 13
Caption = 'Isi Iklan'
end
object tEdition_advt: TEdit
Tag = 2
Left = 384
Top = 24
Width = 41
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
MaxLength = 3
ParentFont = False
TabOrder = 1
OnChange = tEdition_advtChange
end
object tPage_advt: TEdit
Tag = 2
Left = 480
Top = 24
Width = 41
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
MaxLength = 2
ParentFont = False
TabOrder = 2
OnChange = tPage_advtChange
end
object pnlPos2: TPanel
Left = 152
Top = 232
Width = 377
Height = 73
TabOrder = 4
object Label10: TLabel
Left = 184
Top = 16
Width = 81
Height = 16
Caption = 'Klm Pertama'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label18: TLabel
Left = 184
Top = 40
Width = 95
Height = 16
Caption = 'Posisi Pertama'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 8
Top = 8
Width = 29
Height = 16
Caption = 'Edisi'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label19: TLabel
Left = 8
Top = 40
Width = 20
Height = 16
Caption = 'Hal'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object tEdition_edit: TEdit
Tag = 2
Left = 64
Top = 8
Width = 49
Height = 21
MaxLength = 3
TabOrder = 0
Text = 'tEdition_edit'
OnChange = tEdition_editChange
end
object tPage_edit: TEdit
Tag = 2
Left = 64
Top = 40
Width = 49
Height = 21
MaxLength = 2
TabOrder = 5
Text = 'tPage_edit'
OnChange = tPage_editChange
end
object tFirst_Column_Edit: TEdit
Tag = 2
Left = 294
Top = 8
Width = 40
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
MaxLength = 2
ParentFont = False
TabOrder = 1
OnChange = tFirst_Column_EditChange
end
object tFirst_Pos_Edit: TEdit
Tag = 2
Left = 294
Top = 34
Width = 40
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
MaxLength = 3
ParentFont = False
TabOrder = 3
OnChange = tFirst_Pos_EditChange
end
object UpDown5: TUpDown
Left = 334
Top = 8
Width = 17
Height = 24
Position = 1
TabOrder = 2
OnClick = UpDown5Click
end
object UpDown6: TUpDown
Left = 334
Top = 34
Width = 17
Height = 24
TabOrder = 4
OnClick = UpDown6Click
end
end
object lvAdvertisment: TListView
Left = 8
Top = 56
Width = 521
Height = 169
Columns = <
item
Caption = 'No'
Width = 30
end
item
Caption = 'No Advertising'
Width = 150
end
item
Caption = 'Kode'
Width = 80
end
item
Caption = 'Jns Iklan'
Width = 150
end
item
Caption = 'Klm Pertama'
end
item
Caption = 'Posisi Pertama'
end
item
Caption = 'Jml. Klm'
MaxWidth = 1
Width = 0
end
item
Caption = 'Tinggi Klm'
MaxWidth = 1
Width = 0
end>
ReadOnly = True
RowSelect = True
TabOrder = 3
ViewStyle = vsReport
OnDblClick = lvAdvertismentDblClick
end
object tContent: TEdit
Tag = 2
Left = 8
Top = 24
Width = 313
Height = 21
TabOrder = 0
Text = 'tContent'
end
end
object pnlBG: TPanel
Left = 569
Top = 35
Width = 262
Height = 375
BevelOuter = bvNone
Color = clGray
Constraints.MaxHeight = 375
Constraints.MaxWidth = 262
Constraints.MinHeight = 375
Constraints.MinWidth = 262
ParentBackground = False
TabOrder = 1
object Shape1: TShape
Left = 0
Top = 0
Width = 262
Height = 375
Align = alClient
Brush.Color = clSkyBlue
end
object shpAdvt_new: TShape
Left = 16
Top = 24
Width = 89
Height = 129
Visible = False
end
end
end