home *** CD-ROM | disk | FTP | other *** search
- object PromptDlg: TPromptDlg
- Left = 320
- Top = 177
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'PromptDlg'
- ClientHeight = 158
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 7
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Edit1: TEdit
- Left = 8
- Top = 23
- Width = 337
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object RadioGroup1: TRadioGroup
- Left = 7
- Top = 48
- Width = 339
- Height = 33
- Caption = 'Zeilenabschlu'#223':'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- 'Ohne'
- '<BR>'
- '<P>')
- TabOrder = 1
- end
- object RadioGroup2: TRadioGroup
- Left = 7
- Top = 87
- Width = 338
- Height = 33
- Caption = 'Layout:'
- Columns = 4
- ItemIndex = 2
- Items.Strings = (
- 'TOP'
- 'LEFT'
- 'MIDDLE'
- 'BOTTOM')
- TabOrder = 2
- end
- object OkBtn: TButton
- Left = 134
- Top = 127
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 3
- OnClick = OkBtnClick
- end
- end
-