home *** CD-ROM | disk | FTP | other *** search
- object BitValue: TBitValue
- Left = 136
- Top = 186
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Gegenst�nde als Bits suchen'
- ClientHeight = 141
- ClientWidth = 334
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultSizeOnly
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 28
- Top = 14
- Width = 285
- Height = 20
- Caption = 'Bitte Anzahl der Gegenst�nde eingeben'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 35
- Top = 40
- Width = 6
- Height = 13
- Caption = '1'
- end
- object Label3: TLabel
- Left = 98
- Top = 40
- Width = 6
- Height = 13
- Caption = '2'
- end
- object Label4: TLabel
- Left = 160
- Top = 40
- Width = 6
- Height = 13
- Caption = '3'
- end
- object Label5: TLabel
- Left = 223
- Top = 40
- Width = 6
- Height = 13
- Caption = '4'
- end
- object Label6: TLabel
- Left = 285
- Top = 40
- Width = 6
- Height = 13
- Caption = '5'
- end
- object Edit1: TEdit
- Left = 22
- Top = 59
- Width = 47
- Height = 21
- MaxLength = 3
- TabOrder = 0
- OnExit = Edit1Exit
- end
- object Edit2: TEdit
- Left = 83
- Top = 59
- Width = 47
- Height = 21
- MaxLength = 3
- TabOrder = 1
- Text = ' '
- OnExit = Edit2Exit
- end
- object Edit3: TEdit
- Left = 145
- Top = 59
- Width = 47
- Height = 21
- MaxLength = 3
- TabOrder = 2
- Text = ' '
- OnExit = Edit3Exit
- end
- object Edit4: TEdit
- Left = 206
- Top = 59
- Width = 47
- Height = 21
- MaxLength = 3
- TabOrder = 3
- OnExit = Edit4Exit
- end
- object Edit5: TEdit
- Left = 267
- Top = 59
- Width = 47
- Height = 21
- MaxLength = 3
- TabOrder = 4
- OnExit = Edit5Exit
- end
- object Button1: TButton
- Left = 81
- Top = 100
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 174
- Top = 100
- Width = 75
- Height = 25
- Caption = 'Abbruch'
- TabOrder = 6
- OnClick = Button2Click
- end
- end
-