home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TWWRICHTABDIALOG / TWWRICHTABDIALOG.txt
Text File  |  1999-06-21  |  2KB  |  93 lines

  1. object wwRichTabDialog: TwwRichTabDialog
  2.   Left = 407
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tabs'
  6.   ClientHeight = 192
  7.   ClientWidth = 257
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKButton: TButton
  17.     Left = 175
  18.     Top = 12
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.     OnClick = OKButtonClick
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 160
  31.     Height = 177
  32.     Caption = '&Tab Stop Position'
  33.     TabOrder = 0
  34.     object Edit1: TEdit
  35.       Left = 8
  36.       Top = 20
  37.       Width = 142
  38.       Height = 21
  39.       TabOrder = 0
  40.       OnEnter = Edit1Enter
  41.       OnExit = Edit1Exit
  42.       OnKeyPress = Edit1KeyPress
  43.     end
  44.     object ListBox1: TListBox
  45.       Left = 8
  46.       Top = 43
  47.       Width = 142
  48.       Height = 97
  49.       ItemHeight = 13
  50.       MultiSelect = True
  51.       Sorted = True
  52.       TabOrder = 1
  53.     end
  54.     object Button1: TButton
  55.       Left = 8
  56.       Top = 146
  57.       Width = 67
  58.       Height = 25
  59.       Caption = '&Set'
  60.       TabOrder = 2
  61.       OnClick = SetButtonClick
  62.     end
  63.     object Button2: TButton
  64.       Left = 82
  65.       Top = 146
  66.       Width = 67
  67.       Height = 25
  68.       Caption = 'Cl&ear'
  69.       TabOrder = 3
  70.       OnClick = Button2Click
  71.     end
  72.   end
  73.   object Button3: TButton
  74.     Left = 176
  75.     Top = 44
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 2
  82.   end
  83.   object Button4: TButton
  84.     Left = 176
  85.     Top = 152
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Clear A&ll'
  89.     TabOrder = 3
  90.     OnClick = Button4Click
  91.   end
  92. end
  93.