home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / CDSetup.exe / 0 / RCDATA / TWWRICHTABDIALOG / TWWRICHTABDIALOG.txt
Text File  |  2000-11-07  |  2KB  |  94 lines

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