home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMTABS / TFRMTABS.txt
Text File  |  1996-10-14  |  4KB  |  193 lines

  1. object frmTabs: TfrmTabs
  2.   Left = 290
  3.   Top = 238
  4.   HelpContext = 126
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tab'
  7.   ClientHeight = 146
  8.   ClientWidth = 375
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object tabTabs: TTabbedNotebook
  20.     Left = 0
  21.     Top = 0
  22.     Width = 375
  23.     Height = 146
  24.     Align = alClient
  25.     TabFont.Color = clBlack
  26.     TabFont.Height = -11
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 0
  30.     object TTabPage
  31.       Left = 4
  32.       Top = 24
  33.       HelpContext = 1
  34.       Caption = 'Tab Stop'
  35.       object lblID: TLabel
  36.         Left = 8
  37.         Top = 24
  38.         Width = 11
  39.         Height = 13
  40.         Caption = '&ID'
  41.         FocusControl = txtID
  42.       end
  43.       object lblAlign: TLabel
  44.         Left = 8
  45.         Top = 52
  46.         Width = 23
  47.         Height = 13
  48.         Caption = '&Align'
  49.         FocusControl = cmbAlign
  50.       end
  51.       object lblIndent: TLabel
  52.         Left = 8
  53.         Top = 84
  54.         Width = 30
  55.         Height = 13
  56.         Caption = 'I&ndent'
  57.       end
  58.       object lblDP: TLabel
  59.         Left = 120
  60.         Top = 84
  61.         Width = 67
  62.         Height = 13
  63.         Alignment = taRightJustify
  64.         Caption = '&Decimal'
  65.         Enabled = False
  66.         FocusControl = cmbDP
  67.       end
  68.       object txtID: TEdit
  69.         Left = 80
  70.         Top = 20
  71.         Width = 177
  72.         Height = 21
  73.         HelpContext = 126
  74.         TabOrder = 0
  75.       end
  76.       object cmbAlign: TComboBox
  77.         Left = 80
  78.         Top = 48
  79.         Width = 177
  80.         Height = 21
  81.         Hint = 'The alignment of the tab'
  82.         HelpContext = 126
  83.         ItemHeight = 13
  84.         Items.Strings = (
  85.           'center'
  86.           'decimal'
  87.           'left'
  88.           'right')
  89.         ParentShowHint = False
  90.         ShowHint = True
  91.         Sorted = True
  92.         TabOrder = 1
  93.         OnChange = cmbAlignChange
  94.       end
  95.       object txtIndent: TMaskEdit
  96.         Left = 80
  97.         Top = 80
  98.         Width = 41
  99.         Height = 21
  100.         HelpContext = 126
  101.         MaxLength = 0
  102.         TabOrder = 2
  103.         OnKeyPress = txtIndentKeyPress
  104.       end
  105.       object cmbDP: TComboBox
  106.         Left = 196
  107.         Top = 80
  108.         Width = 61
  109.         Height = 21
  110.         HelpContext = 126
  111.         Enabled = False
  112.         ItemHeight = 13
  113.         Items.Strings = (
  114.           '.'
  115.           ',')
  116.         TabOrder = 3
  117.       end
  118.     end
  119.     object TTabPage
  120.       Left = 4
  121.       Top = 24
  122.       HelpContext = 1
  123.       Caption = 'Tab To'
  124.       object lblTo: TLabel
  125.         Left = 14
  126.         Top = 32
  127.         Width = 13
  128.         Height = 13
  129.         Caption = '&To'
  130.         FocusControl = txtTo
  131.       end
  132.       object txtTo: TEdit
  133.         Left = 40
  134.         Top = 28
  135.         Width = 173
  136.         Height = 21
  137.         HelpContext = 126
  138.         TabOrder = 0
  139.       end
  140.     end
  141.   end
  142.   object OKBtn: TBitBtn
  143.     Left = 280
  144.     Top = 38
  145.     Width = 77
  146.     Height = 25
  147.     Caption = 'OK'
  148.     Default = True
  149.     Font.Color = clBlack
  150.     Font.Height = -11
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = []
  153.     ModalResult = 1
  154.     ParentFont = False
  155.     TabOrder = 1
  156.     NumGlyphs = 2
  157.     Spacing = -1
  158.   end
  159.   object CancelBtn: TBitBtn
  160.     Left = 280
  161.     Top = 70
  162.     Width = 77
  163.     Height = 25
  164.     Cancel = True
  165.     Caption = 'Cancel'
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ModalResult = 2
  171.     ParentFont = False
  172.     TabOrder = 2
  173.     NumGlyphs = 2
  174.     Spacing = -1
  175.   end
  176.   object HelpBtn: TBitBtn
  177.     Left = 280
  178.     Top = 102
  179.     Width = 77
  180.     Height = 25
  181.     Caption = '&Help'
  182.     Font.Color = clBlack
  183.     Font.Height = -11
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     ParentFont = False
  187.     TabOrder = 3
  188.     OnClick = HelpBtnClick
  189.     NumGlyphs = 2
  190.     Spacing = -1
  191.   end
  192. end
  193.