home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / start.exe / 0 / RCDATA / TPROMPTDLG / TPROMPTDLG.txt
Encoding:
Text File  |  2001-08-16  |  1.2 KB  |  73 lines

  1. object PromptDlg: TPromptDlg
  2.   Left = 320
  3.   Top = 177
  4.   Width = 361
  5.   Height = 183
  6.   ActiveControl = Edit1
  7.   Caption = 'PromptDlg'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 7
  21.     Width = 65
  22.     Height = 17
  23.     Caption = 'Label1'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 8
  27.     Top = 23
  28.     Width = 337
  29.     Height = 21
  30.     TabOrder = 0
  31.     Text = 'Edit1'
  32.   end
  33.   object RadioGroup1: TRadioGroup
  34.     Left = 7
  35.     Top = 48
  36.     Width = 339
  37.     Height = 33
  38.     Caption = 'Zeilenabschlu∩┐╜:'
  39.     Columns = 3
  40.     ItemIndex = 0
  41.     Items.Strings = (
  42.       'Ohne'
  43.       '<BR>'
  44.       '<P>')
  45.     TabOrder = 1
  46.   end
  47.   object RadioGroup2: TRadioGroup
  48.     Left = 7
  49.     Top = 87
  50.     Width = 338
  51.     Height = 33
  52.     Caption = 'Layout:'
  53.     Columns = 4
  54.     ItemIndex = 2
  55.     Items.Strings = (
  56.       'TOP'
  57.       'LEFT'
  58.       'MIDDLE'
  59.       'BOTTOM')
  60.     TabOrder = 2
  61.   end
  62.   object OkBtn: TButton
  63.     Left = 134
  64.     Top = 127
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Ok'
  68.     Default = True
  69.     TabOrder = 3
  70.     OnClick = OkBtnClick
  71.   end
  72. end
  73.