home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / CD.EXE / 0 / RCDATA / TLMDRICHFRMTABS / TLMDRICHFRMTABS.txt
Text File  |  2008-06-16  |  2KB  |  104 lines

  1. object LMDRichfrmTabs: TLMDRichfrmTabs
  2.   Anchors = [akTop]
  3.   BorderIcons = [biSystemMenu]
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tabs'
  6.   ClientHeight = 216
  7.   ClientWidth = 213
  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.   KeyPreview = True
  15.   Scaled = False
  16.   Left = 8
  17.   Top = 8
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object labTabPosition: TLabel
  23.     Caption = 'Tab positions:'
  24.     Left = 4
  25.     Top = 8
  26.     Width = 66
  27.     Height = 13
  28.   end
  29.   object Bevel1: TBevel
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Shape = bsTopLine
  32.     Left = 4
  33.     Top = 180
  34.     Width = 204
  35.     Height = 9
  36.   end
  37.   object ListBox: TListBox
  38.     ItemHeight = 13
  39.     TabOrder = 1
  40.     Left = 12
  41.     Top = 48
  42.     Width = 113
  43.     Height = 125
  44.     OnClick = ListBoxClick
  45.   end
  46.   object btnSet: TButton
  47.     Caption = 'Set'
  48.     TabOrder = 2
  49.     Left = 133
  50.     Top = 24
  51.     Width = 70
  52.     Height = 21
  53.     OnClick = btnSetClick
  54.   end
  55.   object btnDelete: TButton
  56.     Caption = 'Delete'
  57.     TabOrder = 3
  58.     Left = 133
  59.     Top = 49
  60.     Width = 70
  61.     Height = 21
  62.     OnClick = btnDeleteClick
  63.   end
  64.   object btnDeleteAll: TButton
  65.     Caption = 'Delete All'
  66.     TabOrder = 4
  67.     Left = 133
  68.     Top = 75
  69.     Width = 70
  70.     Height = 21
  71.     OnClick = btnDeleteAllClick
  72.   end
  73.   object btnCancel: TButton
  74.     Anchors = [akTop, akRight, akBottom]
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 6
  79.     Left = 135
  80.     Top = 188
  81.     Width = 75
  82.     Height = 22
  83.   end
  84.   object btnOK: TButton
  85.     Anchors = [akTop, akRight, akBottom]
  86.     Caption = 'OK'
  87.     ModalResult = 1
  88.     TabOrder = 5
  89.     Left = 55
  90.     Top = 188
  91.     Width = 75
  92.     Height = 22
  93.   end
  94.   object MaskEdit: TMaskEdit
  95.     TabOrder = 0
  96.     Left = 4
  97.     Top = 24
  98.     Width = 121
  99.     Height = 21
  100.     OnChange = MaskEditChange
  101.     OnKeyPress = MaskEditKeyPress
  102.   end
  103. end
  104.