home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 189
- Top = 183
- Width = 489
- Height = 230
- ActiveControl = Edit1
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 408
- Top = 128
- Width = 41
- Height = 33
- Picture.Data = {<image000.ico>}
- end
- object Bevel1: TBevel
- Left = 0
- Top = 1
- Width = 457
- Height = 2
- end
- object Button1: TButton
- Left = 384
- Top = 40
- Width = 81
- Height = 25
- Caption = 'Button1'
- Default = True
- Enabled = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 384
- Top = 88
- Width = 81
- Height = 25
- Caption = 'Button2'
- TabOrder = 2
- OnClick = Button2Click
- end
- object PageControl1: TPageControl
- Left = 16
- Top = 8
- Width = 353
- Height = 169
- ActivePage = TabSheet1
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'TabSheet1'
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 16
- Top = 48
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 16
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object Label4: TLabel
- Left = 200
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label4'
- end
- object Edit1: TEdit
- Left = 96
- Top = 8
- Width = 209
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- end
- object ComboBox1: TComboBox
- Left = 96
- Top = 40
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = ComboBox1Change
- end
- object ComboBox2: TComboBox
- Left = 96
- Top = 80
- Width = 97
- Height = 21
- Enabled = False
- ItemHeight = 13
- TabOrder = 2
- end
- object ComboBox3: TComboBox
- Left = 280
- Top = 80
- Width = 49
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'TabSheet2'
- object Label5: TLabel
- Left = 16
- Top = 48
- Width = 32
- Height = 13
- Caption = 'Label5'
- end
- object Label6: TLabel
- Left = 16
- Top = 16
- Width = 32
- Height = 13
- Caption = 'Label6'
- end
- object Label7: TLabel
- Left = 16
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label7'
- end
- object Label8: TLabel
- Left = 200
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label8'
- end
- object Edit2: TEdit
- Left = 96
- Top = 8
- Width = 209
- Height = 21
- TabOrder = 0
- OnChange = Edit2Change
- end
- object ComboBox4: TComboBox
- Left = 96
- Top = 40
- Width = 145
- Height = 21
- ItemHeight = 0
- TabOrder = 1
- OnChange = ComboBox4Change
- end
- object ComboBox5: TComboBox
- Left = 96
- Top = 80
- Width = 97
- Height = 21
- ItemHeight = 0
- TabOrder = 2
- end
- object ComboBox6: TComboBox
- Left = 280
- Top = 80
- Width = 49
- Height = 21
- ItemHeight = 0
- TabOrder = 3
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'TabSheet3'
- object Label9: TLabel
- Left = 16
- Top = 16
- Width = 32
- Height = 13
- Caption = 'Label9'
- end
- object Label10: TLabel
- Left = 16
- Top = 48
- Width = 38
- Height = 13
- Caption = 'Label10'
- end
- object Edit3: TEdit
- Left = 96
- Top = 8
- Width = 209
- Height = 21
- TabOrder = 0
- OnChange = Edit3Change
- end
- object ComboBox7: TComboBox
- Left = 96
- Top = 40
- Width = 145
- Height = 21
- ItemHeight = 0
- TabOrder = 1
- end
- end
- end
- object MainMenu1: TMainMenu
- Left = 400
- object Datei1: TMenuItem
- Caption = '&File'
- ShortCut = 0
- object Beenden1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 0
- OnClick = Beenden1Click
- end
- end
- object Bearbeiten1: TMenuItem
- Caption = '&Options'
- ShortCut = 0
- object Rckgngig1: TMenuItem
- Caption = '&Browser...'
- ShortCut = 0
- OnClick = Rckgngig1Click
- end
- end
- object Hilfe1: TMenuItem
- Caption = '&Help'
- ShortCut = 0
- object Info1: TMenuItem
- Caption = '&About...'
- ShortCut = 0
- OnClick = Info1Click
- end
- end
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 432
- end
- end
-