cdar

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/unit_Editor.dfm	Sun Dec 03 21:54:43 2006 +0100
     1.3 @@ -0,0 +1,72 @@
     1.4 +object form_Editor: Tform_Editor
     1.5 +  Left = 327
     1.6 +  Top = 149
     1.7 +  BorderIcons = [biSystemMenu]
     1.8 +  BorderStyle = bsSingle
     1.9 +  Caption = 'CD-Autorunner - Editor'
    1.10 +  ClientHeight = 468
    1.11 +  ClientWidth = 600
    1.12 +  Color = clSkyBlue
    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 +  Menu = mnu_Main
    1.19 +  OldCreateOrder = False
    1.20 +  Position = poScreenCenter
    1.21 +  OnClose = FormClose
    1.22 +  OnCreate = FormCreate
    1.23 +  PixelsPerInch = 96
    1.24 +  TextHeight = 13
    1.25 +  object img_Background: TImage
    1.26 +    Left = 0
    1.27 +    Top = 0
    1.28 +    Width = 600
    1.29 +    Height = 450
    1.30 +    Center = True
    1.31 +    Proportional = True
    1.32 +    Stretch = True
    1.33 +  end
    1.34 +  object img_button: TImage
    1.35 +    Left = 0
    1.36 +    Top = 0
    1.37 +    Width = 150
    1.38 +    Height = 40
    1.39 +    Cursor = crHandPoint
    1.40 +    AutoSize = True
    1.41 +    OnMouseDown = img_buttonMouseDown
    1.42 +    OnMouseMove = img_buttonMouseMove
    1.43 +    OnMouseUp = img_buttonMouseUp
    1.44 +  end
    1.45 +  object mnu_Main: TMainMenu
    1.46 +    object mnu_tutorial: TMenuItem
    1.47 +      Caption = '  Tutorial  '
    1.48 +      ShortCut = 16468
    1.49 +      OnClick = mnu_tutorialClick
    1.50 +    end
    1.51 +    object mnu_WelcomeScreen: TMenuItem
    1.52 +      Caption = '  Welcome-Screen Settings  '
    1.53 +      ShortCut = 16471
    1.54 +      OnClick = mnu_WelcomeScreenClick
    1.55 +    end
    1.56 +    object mnu_Autorun: TMenuItem
    1.57 +      Caption = '  Autorun Settings  '
    1.58 +      ShortCut = 16449
    1.59 +      OnClick = mnu_AutorunClick
    1.60 +    end
    1.61 +    object mnu_CreateAR: TMenuItem
    1.62 +      Caption = '  Create CD-Autorunner  '
    1.63 +      ShortCut = 16451
    1.64 +      OnClick = mnu_CreateARClick
    1.65 +    end
    1.66 +    object mnu_nzl: TMenuItem
    1.67 +      Caption = ' I '
    1.68 +      Enabled = False
    1.69 +    end
    1.70 +    object mnu_Sprache: TMenuItem
    1.71 +      Caption = '  -> Deutsch  '
    1.72 +      OnClick = mnu_SpracheClick
    1.73 +    end
    1.74 +  end
    1.75 +end