home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 March / com0303.iso / start.exe / 0 / RCDATA / TPROMPTDLG / TPROMPTDLG.txt
Encoding:
Text File  |  2002-11-12  |  1.3 KB  |  74 lines

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