cdar

view unit_Editor.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 source
1 object form_Editor: Tform_Editor
2 Left = 327
3 Top = 149
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsSingle
6 Caption = 'CD-Autorunner - Editor'
7 ClientHeight = 468
8 ClientWidth = 600
9 Color = clSkyBlue
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 Menu = mnu_Main
16 OldCreateOrder = False
17 Position = poScreenCenter
18 OnClose = FormClose
19 OnCreate = FormCreate
20 PixelsPerInch = 96
21 TextHeight = 13
22 object img_Background: TImage
23 Left = 0
24 Top = 0
25 Width = 600
26 Height = 450
27 Center = True
28 Proportional = True
29 Stretch = True
30 end
31 object img_button: TImage
32 Left = 0
33 Top = 0
34 Width = 150
35 Height = 40
36 Cursor = crHandPoint
37 AutoSize = True
38 OnMouseDown = img_buttonMouseDown
39 OnMouseMove = img_buttonMouseMove
40 OnMouseUp = img_buttonMouseUp
41 end
42 object mnu_Main: TMainMenu
43 object mnu_tutorial: TMenuItem
44 Caption = ' Tutorial '
45 ShortCut = 16468
46 OnClick = mnu_tutorialClick
47 end
48 object mnu_WelcomeScreen: TMenuItem
49 Caption = ' Welcome-Screen Settings '
50 ShortCut = 16471
51 OnClick = mnu_WelcomeScreenClick
52 end
53 object mnu_Autorun: TMenuItem
54 Caption = ' Autorun Settings '
55 ShortCut = 16449
56 OnClick = mnu_AutorunClick
57 end
58 object mnu_CreateAR: TMenuItem
59 Caption = ' Create CD-Autorunner '
60 ShortCut = 16451
61 OnClick = mnu_CreateARClick
62 end
63 object mnu_nzl: TMenuItem
64 Caption = ' I '
65 Enabled = False
66 end
67 object mnu_Sprache: TMenuItem
68 Caption = ' -> Deutsch '
69 OnClick = mnu_SpracheClick
70 end
71 end
72 end