cdar

view unit_Editor_ws.dfm @ 2:104f349dcfcc

Added tag cdar-2.3 for changeset 87b91371db05b8cabe2dc3e2d2dc3ba830ab463b
author "Meillo r e t u r n s <meillo@marmaro.de>"
date Sun, 03 Dec 2006 21:56:41 +0100
parents
children
line source
1 object form_Editor_ws: Tform_Editor_ws
2 Left = 171
3 Top = 275
4 BorderIcons = []
5 BorderStyle = bsSingle
6 Caption = 'Welcome-Screen Settings'
7 ClientHeight = 350
8 ClientWidth = 470
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 FormStyle = fsStayOnTop
16 Icon.Data = {
17 0000010001002020100000000000E80200001600000028000000200000004000
18 0000010004000000000080020000000000000000000000000000000000000000
19 000000008000008000000080800080000000800080008080000080808000C0C0
20 C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
21 0000000000000000000000000000000000000000000000000000000000000000
22 0000000000000000000000000000000000000000000000000000000000000000
23 000000000000BBBBBBBB000000000000000000000BBBBBBBBBBBBB0000000000
24 0000000BBBBBBBBBBB0000000000000000000BBBBBBBBBB000BBBB0000000000
25 0000BBBBBBBBB00BBBBBB00000000000000BBBBBBBB00BBBBBB0000000000000
26 000BBBBBBB0BBBBBB00000000000000000BBBBBBB0BBBBB00000000000000000
27 00BBBBBB0BBBBB0000000000000000000BBBBBB0BBBB00000000000000000000
28 0BBBBB0BBBB0000000000000000000000BBBB0BBBB0000000000000000000000
29 BBBB0BBBB00000000000000000000000BBBB0BBB000000000000000000000000
30 BBB0BBB0000000000000000000000000BBB0BB00000000000000000000000000
31 BB0BBB00000000000000000000000000BB0BB000000000000000000000000000
32 0B0BB0000000000000000000000000000B0B0000000000000000000000000000
33 0000000000000000000000000000000000000000000000000000000000000000
34 0000000000000000000000000000000000000000000000000000000000000000
35 0000000000000000000000000000000000000000000000000000000000000000
36 000000000000000000000000000000000000000000000000000000000000FFFF
37 FFFFFFFFFFFFFFFFFFFFFFFF00FFFFF8003FFFE0001FFF80000FFF00000FFE00
38 001FFC00007FFC0001FFF80007FFF8001FFFF0003FFFF000FFFFF001FFFFE003
39 FFFFE007FFFFE00FFFFFE01FFFFFE01FFFFFE03FFFFFE03FFFFFF07FFFFFF07F
40 FFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFFCFFFFFFFFFFFFFFFFFFFFFF}
41 OldCreateOrder = False
42 Position = poScreenCenter
43 OnClose = FormClose
44 OnCreate = FormCreate
45 OnShow = FormShow
46 PixelsPerInch = 96
47 TextHeight = 13
48 object btn_cancel: TButton
49 Left = 250
50 Top = 310
51 Width = 101
52 Height = 31
53 Caption = 'Cancel Changes'
54 TabOrder = 0
55 OnClick = btn_cancelClick
56 end
57 object btn_Apply: TButton
58 Left = 360
59 Top = 310
60 Width = 101
61 Height = 31
62 Caption = 'Apply Changes'
63 TabOrder = 1
64 OnClick = btn_ApplyClick
65 end
66 object gbx_BilderLaden: TGroupBox
67 Left = 10
68 Top = 10
69 Width = 451
70 Height = 141
71 TabOrder = 2
72 object lbl_1: TLabel
73 Left = 20
74 Top = 20
75 Width = 234
76 Height = 16
77 Caption = 'Background-Picture: (600x450 px)'
78 Font.Charset = DEFAULT_CHARSET
79 Font.Color = clWindowText
80 Font.Height = -13
81 Font.Name = 'MS Sans Serif'
82 Font.Style = [fsBold]
83 ParentFont = False
84 end
85 object lbl_2: TLabel
86 Left = 20
87 Top = 80
88 Width = 282
89 Height = 16
90 Caption = 'Enter-Picture: (150x40 px recommended)'
91 Font.Charset = DEFAULT_CHARSET
92 Font.Color = clWindowText
93 Font.Height = -13
94 Font.Name = 'MS Sans Serif'
95 Font.Style = [fsBold]
96 ParentFont = False
97 end
98 object btn_bp: TButton
99 Left = 20
100 Top = 40
101 Width = 91
102 Height = 21
103 Caption = 'Browse'
104 TabOrder = 0
105 OnClick = btn_bpClick
106 end
107 object tbx_BackgroundPath: TEdit
108 Left = 130
109 Top = 40
110 Width = 311
111 Height = 21
112 TabOrder = 1
113 Text = 'tbx_BackgroundPath'
114 OnChange = tbx_BackgroundPathChange
115 end
116 object tbx_EnterPath: TEdit
117 Left = 130
118 Top = 100
119 Width = 311
120 Height = 21
121 TabOrder = 3
122 Text = 'tbx_EnterPath'
123 OnChange = tbx_EnterPathChange
124 end
125 object btn_ep: TButton
126 Left = 20
127 Top = 100
128 Width = 91
129 Height = 21
130 Caption = 'Browse'
131 TabOrder = 2
132 OnClick = btn_epClick
133 end
134 end
135 object gbx_EnterPos: TGroupBox
136 Left = 10
137 Top = 160
138 Width = 231
139 Height = 181
140 TabOrder = 3
141 object lbl_3: TLabel
142 Left = 110
143 Top = 50
144 Width = 47
145 Height = 13
146 Caption = 'X-Position'
147 Font.Charset = DEFAULT_CHARSET
148 Font.Color = clWindowText
149 Font.Height = -11
150 Font.Name = 'MS Sans Serif'
151 Font.Style = []
152 ParentFont = False
153 end
154 object lbl_4: TLabel
155 Left = 40
156 Top = 90
157 Width = 47
158 Height = 13
159 Caption = 'Y-Position'
160 Font.Charset = DEFAULT_CHARSET
161 Font.Color = clWindowText
162 Font.Height = -11
163 Font.Name = 'MS Sans Serif'
164 Font.Style = []
165 ParentFont = False
166 end
167 object lbl_5: TLabel
168 Left = 80
169 Top = 120
170 Width = 128
171 Height = 13
172 Caption = '... of the Enter-Picture'
173 Font.Charset = DEFAULT_CHARSET
174 Font.Color = clWindowText
175 Font.Height = -11
176 Font.Name = 'MS Sans Serif'
177 Font.Style = [fsBold]
178 ParentFont = False
179 end
180 object lbl_6: TLabel
181 Left = 50
182 Top = 150
183 Width = 166
184 Height = 13
185 Caption = '(You can move by Drag'#39'n'#39'Drop too)'
186 end
187 object hsb_EnterXPos: TScrollBar
188 Left = 30
189 Top = 20
190 Width = 191
191 Height = 20
192 LargeChange = 10
193 Max = 0
194 PageSize = 0
195 TabOrder = 0
196 OnChange = hsb_EnterXPosChange
197 end
198 object tbx_XPos: TEdit
199 Left = 170
200 Top = 50
201 Width = 31
202 Height = 21
203 TabStop = False
204 AutoSize = False
205 BevelEdges = []
206 BevelInner = bvNone
207 BevelKind = bkFlat
208 BevelOuter = bvNone
209 Enabled = False
210 TabOrder = 2
211 Text = '325'
212 end
213 object tbx_YPos: TEdit
214 Left = 100
215 Top = 90
216 Width = 31
217 Height = 21
218 TabStop = False
219 AutoSize = False
220 BevelEdges = []
221 BevelInner = bvNone
222 BevelKind = bkFlat
223 BevelOuter = bvNone
224 BiDiMode = bdLeftToRight
225 Enabled = False
226 ParentBiDiMode = False
227 TabOrder = 3
228 Text = '225'
229 end
230 object vsb_EnterYPos: TScrollBar
231 Left = 10
232 Top = 40
233 Width = 20
234 Height = 131
235 Kind = sbVertical
236 LargeChange = 10
237 Max = 0
238 PageSize = 0
239 TabOrder = 1
240 OnChange = vsb_EnterYPosChange
241 end
242 end
243 object gbx_ShowTill: TGroupBox
244 Left = 250
245 Top = 160
246 Width = 211
247 Height = 141
248 TabOrder = 4
249 object rbtn_DoShow: TRadioButton
250 Left = 30
251 Top = 30
252 Width = 171
253 Height = 17
254 Caption = 'Show Welcome-Screen ...'
255 Checked = True
256 TabOrder = 0
257 TabStop = True
258 OnClick = rbtn_DoShowClick
259 end
260 object rbtn_NotShow: TRadioButton
261 Left = 30
262 Top = 100
263 Width = 171
264 Height = 17
265 Caption = 'Don'#39't show Welcome-Screen'
266 TabOrder = 1
267 OnClick = rbtn_NotShowClick
268 end
269 object pan_ShowTill: TPanel
270 Left = 60
271 Top = 50
272 Width = 141
273 Height = 41
274 BevelOuter = bvNone
275 TabOrder = 2
276 object rbtn_TillClick: TRadioButton
277 Left = 0
278 Top = 1
279 Width = 131
280 Height = 17
281 Caption = '... till click'
282 Checked = True
283 TabOrder = 0
284 TabStop = True
285 OnClick = rbtn_TillClickClick
286 end
287 object rbtn_TillTime: TRadioButton
288 Left = 0
289 Top = 22
290 Width = 141
291 Height = 17
292 Caption = '... seconds'
293 TabOrder = 1
294 OnClick = rbtn_TillTimeClick
295 end
296 object cobx_Delay: TComboBox
297 Left = 30
298 Top = 20
299 Width = 41
300 Height = 21
301 Style = csDropDownList
302 Enabled = False
303 ItemHeight = 13
304 TabOrder = 2
305 Items.Strings = (
306 '1'
307 '2'
308 '3'
309 '5'
310 '7'
311 '10'
312 '15'
313 '20')
314 end
315 end
316 end
317 object OpenDialog1: TOpenPictureDialog
318 Filter = 'JPEG Image File (*.jpg)|*.jpg;*.jpeg'
319 OptionsEx = [ofExNoPlacesBar]
320 Left = 440
321 end
322 end