cdar

view unit_Welcome.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_Welcome: Tform_Welcome
2 Left = 204
3 Top = 165
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsSingle
6 Caption =
7 'CD-Autorunner 2.3 http://prog.marmaro.de/cdar/ '
8 ClientHeight = 450
9 ClientWidth = 600
10 Color = clBtnFace
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 FormStyle = fsStayOnTop
17 Icon.Data = {
18 0000010001002020100000000000E80200001600000028000000200000004000
19 0000010004000000000080020000000000000000000000000000000000000000
20 000000008000008000000080800080000000800080008080000080808000C0C0
21 C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
22 0000000000000000000000000000000000000000000000000000000000000000
23 0000000000000000000000000000000000000000000000000000000000000000
24 000000000000BBBBBBBB000000000000000000000BBBBBBBBBBBBB0000000000
25 0000000BBBBBBBBBBB0000000000000000000BBBBBBBBBB000BBBB0000000000
26 0000BBBBBBBBB00BBBBBB00000000000000BBBBBBBB00BBBBBB0000000000000
27 000BBBBBBB0BBBBBB00000000000000000BBBBBBB0BBBBB00000000000000000
28 00BBBBBB0BBBBB0000000000000000000BBBBBB0BBBB00000000000000000000
29 0BBBBB0BBBB0000000000000000000000BBBB0BBBB0000000000000000000000
30 BBBB0BBBB00000000000000000000000BBBB0BBB000000000000000000000000
31 BBB0BBB0000000000000000000000000BBB0BB00000000000000000000000000
32 BB0BBB00000000000000000000000000BB0BB000000000000000000000000000
33 0B0BB0000000000000000000000000000B0B0000000000000000000000000000
34 0000000000000000000000000000000000000000000000000000000000000000
35 0000000000000000000000000000000000000000000000000000000000000000
36 0000000000000000000000000000000000000000000000000000000000000000
37 000000000000000000000000000000000000000000000000000000000000FFFF
38 FFFFFFFFFFFFFFFFFFFFFFFF00FFFFF8003FFFE0001FFF80000FFF00000FFE00
39 001FFC00007FFC0001FFF80007FFF8001FFFF0003FFFF000FFFFF001FFFFE003
40 FFFFE007FFFFE00FFFFFE01FFFFFE01FFFFFE03FFFFFE03FFFFFF07FFFFFF07F
41 FFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFFCFFFFFFFFFFFFFFFFFFFFFF}
42 OldCreateOrder = False
43 Position = poScreenCenter
44 OnClose = FormClose
45 OnCreate = FormCreate
46 PixelsPerInch = 96
47 TextHeight = 13
48 object img_Background: TImage
49 Left = 0
50 Top = 0
51 Width = 600
52 Height = 450
53 Stretch = True
54 end
55 object img_Enter: TImage
56 Left = 0
57 Top = 0
58 Width = 150
59 Height = 40
60 Cursor = crHandPoint
61 AutoSize = True
62 OnClick = img_EnterClick
63 end
64 object timer_delay: TTimer
65 Enabled = False
66 Interval = 3000
67 OnTimer = timer_delayTimer
68 Left = 520
69 Top = 20
70 end
71 end