home *** CD-ROM | disk | FTP | other *** search
- object InputLineForm: TInputLineForm
- Left = 200
- Top = 108
- ActiveControl = InputEdit
- BorderStyle = bsDialog
- ClientHeight = 103
- ClientWidth = 225
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object TextLabel: TLabel
- Left = 8
- Top = 8
- Width = 209
- Height = 25
- AutoSize = False
- FocusControl = InputEdit
- WordWrap = True
- end
- object InputEdit: TEdit
- Left = 8
- Top = 40
- Width = 209
- Height = 21
- TabOrder = 0
- OnChange = InputEditChange
- end
- object StornoBtn: TButton
- Left = 144
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 1
- end
- object OkBtn: TButton
- Left = 64
- Top = 72
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- end
- end
-