diff unit_Welcome.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 wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/unit_Welcome.dfm	Sun Dec 03 21:54:43 2006 +0100
@@ -0,0 +1,71 @@
+object form_Welcome: Tform_Welcome
+  Left = 204
+  Top = 165
+  BorderIcons = [biSystemMenu]
+  BorderStyle = bsSingle
+  Caption = 
+    'CD-Autorunner 2.3        http://prog.marmaro.de/cdar/          '
+  ClientHeight = 450
+  ClientWidth = 600
+  Color = clBtnFace
+  Font.Charset = DEFAULT_CHARSET
+  Font.Color = clWindowText
+  Font.Height = -11
+  Font.Name = 'MS Sans Serif'
+  Font.Style = []
+  FormStyle = fsStayOnTop
+  Icon.Data = {
+    0000010001002020100000000000E80200001600000028000000200000004000
+    0000010004000000000080020000000000000000000000000000000000000000
+    000000008000008000000080800080000000800080008080000080808000C0C0
+    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    000000000000BBBBBBBB000000000000000000000BBBBBBBBBBBBB0000000000
+    0000000BBBBBBBBBBB0000000000000000000BBBBBBBBBB000BBBB0000000000
+    0000BBBBBBBBB00BBBBBB00000000000000BBBBBBBB00BBBBBB0000000000000
+    000BBBBBBB0BBBBBB00000000000000000BBBBBBB0BBBBB00000000000000000
+    00BBBBBB0BBBBB0000000000000000000BBBBBB0BBBB00000000000000000000
+    0BBBBB0BBBB0000000000000000000000BBBB0BBBB0000000000000000000000
+    BBBB0BBBB00000000000000000000000BBBB0BBB000000000000000000000000
+    BBB0BBB0000000000000000000000000BBB0BB00000000000000000000000000
+    BB0BBB00000000000000000000000000BB0BB000000000000000000000000000
+    0B0BB0000000000000000000000000000B0B0000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    0000000000000000000000000000000000000000000000000000000000000000
+    000000000000000000000000000000000000000000000000000000000000FFFF
+    FFFFFFFFFFFFFFFFFFFFFFFF00FFFFF8003FFFE0001FFF80000FFF00000FFE00
+    001FFC00007FFC0001FFF80007FFF8001FFFF0003FFFF000FFFFF001FFFFE003
+    FFFFE007FFFFE00FFFFFE01FFFFFE01FFFFFE03FFFFFE03FFFFFF07FFFFFF07F
+    FFFFF8FFFFFFF8FFFFFFF8FFFFFFF8FFFFFFFCFFFFFFFFFFFFFFFFFFFFFF}
+  OldCreateOrder = False
+  Position = poScreenCenter
+  OnClose = FormClose
+  OnCreate = FormCreate
+  PixelsPerInch = 96
+  TextHeight = 13
+  object img_Background: TImage
+    Left = 0
+    Top = 0
+    Width = 600
+    Height = 450
+    Stretch = True
+  end
+  object img_Enter: TImage
+    Left = 0
+    Top = 0
+    Width = 150
+    Height = 40
+    Cursor = crHandPoint
+    AutoSize = True
+    OnClick = img_EnterClick
+  end
+  object timer_delay: TTimer
+    Enabled = False
+    Interval = 3000
+    OnTimer = timer_delayTimer
+    Left = 520
+    Top = 20
+  end
+end