object frmTabs: TfrmTabs Left = 290 Top = 238 HelpContext = 126 BorderStyle = bsDialog Caption = 'Tab' ClientHeight = 146 ClientWidth = 375 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object tabTabs: TTabbedNotebook Left = 0 Top = 0 Width = 375 Height = 146 Align = alClient TabFont.Color = clBlack TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 object TTabPage Left = 4 Top = 24 HelpContext = 1 Caption = 'Tab Stop' object lblID: TLabel Left = 8 Top = 24 Width = 11 Height = 13 Caption = '&ID' FocusControl = txtID end object lblAlign: TLabel Left = 8 Top = 52 Width = 23 Height = 13 Caption = '&Align' FocusControl = cmbAlign end object lblIndent: TLabel Left = 8 Top = 84 Width = 30 Height = 13 Caption = 'I&ndent' end object lblDP: TLabel Left = 120 Top = 84 Width = 67 Height = 13 Alignment = taRightJustify Caption = '&Decimal' Enabled = False FocusControl = cmbDP end object txtID: TEdit Left = 80 Top = 20 Width = 177 Height = 21 HelpContext = 126 TabOrder = 0 end object cmbAlign: TComboBox Left = 80 Top = 48 Width = 177 Height = 21 Hint = 'The alignment of the tab' HelpContext = 126 ItemHeight = 13 Items.Strings = ( 'center' 'decimal' 'left' 'right') ParentShowHint = False ShowHint = True Sorted = True TabOrder = 1 OnChange = cmbAlignChange end object txtIndent: TMaskEdit Left = 80 Top = 80 Width = 41 Height = 21 HelpContext = 126 MaxLength = 0 TabOrder = 2 OnKeyPress = txtIndentKeyPress end object cmbDP: TComboBox Left = 196 Top = 80 Width = 61 Height = 21 HelpContext = 126 Enabled = False ItemHeight = 13 Items.Strings = ( '.' ',') TabOrder = 3 end end object TTabPage Left = 4 Top = 24 HelpContext = 1 Caption = 'Tab To' object lblTo: TLabel Left = 14 Top = 32 Width = 13 Height = 13 Caption = '&To' FocusControl = txtTo end object txtTo: TEdit Left = 40 Top = 28 Width = 173 Height = 21 HelpContext = 126 TabOrder = 0 end end end object OKBtn: TBitBtn Left = 280 Top = 38 Width = 77 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 NumGlyphs = 2 Spacing = -1 end object CancelBtn: TBitBtn Left = 280 Top = 70 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 NumGlyphs = 2 Spacing = -1 end object HelpBtn: TBitBtn Left = 280 Top = 102 Width = 77 Height = 25 Caption = '&Help' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 end end