cdar
diff unit_Editor_ws.dfm @ 0:ef71164288c1
begin of using hg for cdar
author | "Meillo r e t u r n s <meillo@marmaro.de>" |
---|---|
date | Sun, 03 Dec 2006 21:54:43 +0100 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/unit_Editor_ws.dfm Sun Dec 03 21:54:43 2006 +0100 1.3 @@ -0,0 +1,322 @@ 1.4 +object form_Editor_ws: Tform_Editor_ws 1.5 + Left = 171 1.6 + Top = 275 1.7 + BorderIcons = [] 1.8 + BorderStyle = bsSingle 1.9 + Caption = 'Welcome-Screen Settings' 1.10 + ClientHeight = 350 1.11 + ClientWidth = 470 1.12 + Color = clBtnFace 1.13 + Font.Charset = DEFAULT_CHARSET 1.14 + Font.Color = clWindowText 1.15 + Font.Height = -11 1.16 + Font.Name = 'MS Sans Serif' 1.17 + Font.Style = [] 1.18 + FormStyle = fsStayOnTop 1.19 + Icon.Data = { 1.20 + 0000010001002020100000000000E80200001600000028000000200000004000 1.21 + 0000010004000000000080020000000000000000000000000000000000000000 1.22 + 000000008000008000000080800080000000800080008080000080808000C0C0 1.23 + C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 1.24 + 0000000000000000000000000000000000000000000000000000000000000000 1.25 + 0000000000000000000000000000000000000000000000000000000000000000 1.26 + 000000000000BBBBBBBB000000000000000000000BBBBBBBBBBBBB0000000000 1.27 + 0000000BBBBBBBBBBB0000000000000000000BBBBBBBBBB000BBBB0000000000 1.28 + 0000BBBBBBBBB00BBBBBB00000000000000BBBBBBBB00BBBBBB0000000000000 1.29 + 000BBBBBBB0BBBBBB00000000000000000BBBBBBB0BBBBB00000000000000000 1.30 + 00BBBBBB0BBBBB0000000000000000000BBBBBB0BBBB00000000000000000000 1.31 + 0BBBBB0BBBB0000000000000000000000BBBB0BBBB0000000000000000000000 1.32 + BBBB0BBBB00000000000000000000000BBBB0BBB000000000000000000000000 1.33 + BBB0BBB0000000000000000000000000BBB0BB00000000000000000000000000 1.34 + BB0BBB00000000000000000000000000BB0BB000000000000000000000000000 1.35 + 0B0BB0000000000000000000000000000B0B0000000000000000000000000000 1.36 + 0000000000000000000000000000000000000000000000000000000000000000 1.37 + 0000000000000000000000000000000000000000000000000000000000000000 1.38 + 0000000000000000000000000000000000000000000000000000000000000000 1.39 + 000000000000000000000000000000000000000000000000000000000000FFFF 1.40 + FFFFFFFFFFFFFFFFFFFFFFFF00FFFFF8003FFFE0001FFF80000FFF00000FFE00 1.41 + 001FFC00007FFC0001FFF80007FFF8001FFFF0003FFFF000FFFFF001FFFFE003 1.42 + FFFFE007FFFFE00FFFFFE01FFFFFE01FFFFFE03FFFFFE03FFFFFF07FFFFFF07F 1.43 + FFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFFCFFFFFFFFFFFFFFFFFFFFFF} 1.44 + OldCreateOrder = False 1.45 + Position = poScreenCenter 1.46 + OnClose = FormClose 1.47 + OnCreate = FormCreate 1.48 + OnShow = FormShow 1.49 + PixelsPerInch = 96 1.50 + TextHeight = 13 1.51 + object btn_cancel: TButton 1.52 + Left = 250 1.53 + Top = 310 1.54 + Width = 101 1.55 + Height = 31 1.56 + Caption = 'Cancel Changes' 1.57 + TabOrder = 0 1.58 + OnClick = btn_cancelClick 1.59 + end 1.60 + object btn_Apply: TButton 1.61 + Left = 360 1.62 + Top = 310 1.63 + Width = 101 1.64 + Height = 31 1.65 + Caption = 'Apply Changes' 1.66 + TabOrder = 1 1.67 + OnClick = btn_ApplyClick 1.68 + end 1.69 + object gbx_BilderLaden: TGroupBox 1.70 + Left = 10 1.71 + Top = 10 1.72 + Width = 451 1.73 + Height = 141 1.74 + TabOrder = 2 1.75 + object lbl_1: TLabel 1.76 + Left = 20 1.77 + Top = 20 1.78 + Width = 234 1.79 + Height = 16 1.80 + Caption = 'Background-Picture: (600x450 px)' 1.81 + Font.Charset = DEFAULT_CHARSET 1.82 + Font.Color = clWindowText 1.83 + Font.Height = -13 1.84 + Font.Name = 'MS Sans Serif' 1.85 + Font.Style = [fsBold] 1.86 + ParentFont = False 1.87 + end 1.88 + object lbl_2: TLabel 1.89 + Left = 20 1.90 + Top = 80 1.91 + Width = 282 1.92 + Height = 16 1.93 + Caption = 'Enter-Picture: (150x40 px recommended)' 1.94 + Font.Charset = DEFAULT_CHARSET 1.95 + Font.Color = clWindowText 1.96 + Font.Height = -13 1.97 + Font.Name = 'MS Sans Serif' 1.98 + Font.Style = [fsBold] 1.99 + ParentFont = False 1.100 + end 1.101 + object btn_bp: TButton 1.102 + Left = 20 1.103 + Top = 40 1.104 + Width = 91 1.105 + Height = 21 1.106 + Caption = 'Browse' 1.107 + TabOrder = 0 1.108 + OnClick = btn_bpClick 1.109 + end 1.110 + object tbx_BackgroundPath: TEdit 1.111 + Left = 130 1.112 + Top = 40 1.113 + Width = 311 1.114 + Height = 21 1.115 + TabOrder = 1 1.116 + Text = 'tbx_BackgroundPath' 1.117 + OnChange = tbx_BackgroundPathChange 1.118 + end 1.119 + object tbx_EnterPath: TEdit 1.120 + Left = 130 1.121 + Top = 100 1.122 + Width = 311 1.123 + Height = 21 1.124 + TabOrder = 3 1.125 + Text = 'tbx_EnterPath' 1.126 + OnChange = tbx_EnterPathChange 1.127 + end 1.128 + object btn_ep: TButton 1.129 + Left = 20 1.130 + Top = 100 1.131 + Width = 91 1.132 + Height = 21 1.133 + Caption = 'Browse' 1.134 + TabOrder = 2 1.135 + OnClick = btn_epClick 1.136 + end 1.137 + end 1.138 + object gbx_EnterPos: TGroupBox 1.139 + Left = 10 1.140 + Top = 160 1.141 + Width = 231 1.142 + Height = 181 1.143 + TabOrder = 3 1.144 + object lbl_3: TLabel 1.145 + Left = 110 1.146 + Top = 50 1.147 + Width = 47 1.148 + Height = 13 1.149 + Caption = 'X-Position' 1.150 + Font.Charset = DEFAULT_CHARSET 1.151 + Font.Color = clWindowText 1.152 + Font.Height = -11 1.153 + Font.Name = 'MS Sans Serif' 1.154 + Font.Style = [] 1.155 + ParentFont = False 1.156 + end 1.157 + object lbl_4: TLabel 1.158 + Left = 40 1.159 + Top = 90 1.160 + Width = 47 1.161 + Height = 13 1.162 + Caption = 'Y-Position' 1.163 + Font.Charset = DEFAULT_CHARSET 1.164 + Font.Color = clWindowText 1.165 + Font.Height = -11 1.166 + Font.Name = 'MS Sans Serif' 1.167 + Font.Style = [] 1.168 + ParentFont = False 1.169 + end 1.170 + object lbl_5: TLabel 1.171 + Left = 80 1.172 + Top = 120 1.173 + Width = 128 1.174 + Height = 13 1.175 + Caption = '... of the Enter-Picture' 1.176 + Font.Charset = DEFAULT_CHARSET 1.177 + Font.Color = clWindowText 1.178 + Font.Height = -11 1.179 + Font.Name = 'MS Sans Serif' 1.180 + Font.Style = [fsBold] 1.181 + ParentFont = False 1.182 + end 1.183 + object lbl_6: TLabel 1.184 + Left = 50 1.185 + Top = 150 1.186 + Width = 166 1.187 + Height = 13 1.188 + Caption = '(You can move by Drag'#39'n'#39'Drop too)' 1.189 + end 1.190 + object hsb_EnterXPos: TScrollBar 1.191 + Left = 30 1.192 + Top = 20 1.193 + Width = 191 1.194 + Height = 20 1.195 + LargeChange = 10 1.196 + Max = 0 1.197 + PageSize = 0 1.198 + TabOrder = 0 1.199 + OnChange = hsb_EnterXPosChange 1.200 + end 1.201 + object tbx_XPos: TEdit 1.202 + Left = 170 1.203 + Top = 50 1.204 + Width = 31 1.205 + Height = 21 1.206 + TabStop = False 1.207 + AutoSize = False 1.208 + BevelEdges = [] 1.209 + BevelInner = bvNone 1.210 + BevelKind = bkFlat 1.211 + BevelOuter = bvNone 1.212 + Enabled = False 1.213 + TabOrder = 2 1.214 + Text = '325' 1.215 + end 1.216 + object tbx_YPos: TEdit 1.217 + Left = 100 1.218 + Top = 90 1.219 + Width = 31 1.220 + Height = 21 1.221 + TabStop = False 1.222 + AutoSize = False 1.223 + BevelEdges = [] 1.224 + BevelInner = bvNone 1.225 + BevelKind = bkFlat 1.226 + BevelOuter = bvNone 1.227 + BiDiMode = bdLeftToRight 1.228 + Enabled = False 1.229 + ParentBiDiMode = False 1.230 + TabOrder = 3 1.231 + Text = '225' 1.232 + end 1.233 + object vsb_EnterYPos: TScrollBar 1.234 + Left = 10 1.235 + Top = 40 1.236 + Width = 20 1.237 + Height = 131 1.238 + Kind = sbVertical 1.239 + LargeChange = 10 1.240 + Max = 0 1.241 + PageSize = 0 1.242 + TabOrder = 1 1.243 + OnChange = vsb_EnterYPosChange 1.244 + end 1.245 + end 1.246 + object gbx_ShowTill: TGroupBox 1.247 + Left = 250 1.248 + Top = 160 1.249 + Width = 211 1.250 + Height = 141 1.251 + TabOrder = 4 1.252 + object rbtn_DoShow: TRadioButton 1.253 + Left = 30 1.254 + Top = 30 1.255 + Width = 171 1.256 + Height = 17 1.257 + Caption = 'Show Welcome-Screen ...' 1.258 + Checked = True 1.259 + TabOrder = 0 1.260 + TabStop = True 1.261 + OnClick = rbtn_DoShowClick 1.262 + end 1.263 + object rbtn_NotShow: TRadioButton 1.264 + Left = 30 1.265 + Top = 100 1.266 + Width = 171 1.267 + Height = 17 1.268 + Caption = 'Don'#39't show Welcome-Screen' 1.269 + TabOrder = 1 1.270 + OnClick = rbtn_NotShowClick 1.271 + end 1.272 + object pan_ShowTill: TPanel 1.273 + Left = 60 1.274 + Top = 50 1.275 + Width = 141 1.276 + Height = 41 1.277 + BevelOuter = bvNone 1.278 + TabOrder = 2 1.279 + object rbtn_TillClick: TRadioButton 1.280 + Left = 0 1.281 + Top = 1 1.282 + Width = 131 1.283 + Height = 17 1.284 + Caption = '... till click' 1.285 + Checked = True 1.286 + TabOrder = 0 1.287 + TabStop = True 1.288 + OnClick = rbtn_TillClickClick 1.289 + end 1.290 + object rbtn_TillTime: TRadioButton 1.291 + Left = 0 1.292 + Top = 22 1.293 + Width = 141 1.294 + Height = 17 1.295 + Caption = '... seconds' 1.296 + TabOrder = 1 1.297 + OnClick = rbtn_TillTimeClick 1.298 + end 1.299 + object cobx_Delay: TComboBox 1.300 + Left = 30 1.301 + Top = 20 1.302 + Width = 41 1.303 + Height = 21 1.304 + Style = csDropDownList 1.305 + Enabled = False 1.306 + ItemHeight = 13 1.307 + TabOrder = 2 1.308 + Items.Strings = ( 1.309 + '1' 1.310 + '2' 1.311 + '3' 1.312 + '5' 1.313 + '7' 1.314 + '10' 1.315 + '15' 1.316 + '20') 1.317 + end 1.318 + end 1.319 + end 1.320 + object OpenDialog1: TOpenPictureDialog 1.321 + Filter = 'JPEG Image File (*.jpg)|*.jpg;*.jpeg' 1.322 + OptionsEx = [ofExNoPlacesBar] 1.323 + Left = 440 1.324 + end 1.325 +end