home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / StickMan.zip / StickMan / StickMan.exe / 0 / RCDATA / TLMDRICHFRMTABS / TLMDRICHFRMTABS.txt
Text File  |  2009-02-28  |  2KB  |  100 lines

  1. object LMDRichfrmTabs: TLMDRichfrmTabs
  2.   Left = 383
  3.   Top = 273
  4.   Anchors = [akTop]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tabs'
  7.   ClientHeight = 216
  8.   ClientWidth = 213
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 66
  23.     Height = 13
  24.     Caption = 'Tab positions:'
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 4
  28.     Top = 180
  29.     Width = 204
  30.     Height = 9
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     Shape = bsTopLine
  33.   end
  34.   object ListBox: TListBox
  35.     Left = 12
  36.     Top = 48
  37.     Width = 113
  38.     Height = 125
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.     OnClick = ListBoxClick
  42.   end
  43.   object btnSet: TButton
  44.     Left = 136
  45.     Top = 24
  46.     Width = 75
  47.     Height = 21
  48.     Caption = 'Set'
  49.     TabOrder = 1
  50.     OnClick = btnSetClick
  51.   end
  52.   object btnDelete: TButton
  53.     Left = 136
  54.     Top = 48
  55.     Width = 75
  56.     Height = 21
  57.     Caption = 'Delete'
  58.     TabOrder = 2
  59.     OnClick = btnDeleteClick
  60.   end
  61.   object btnDeleteAll: TButton
  62.     Left = 136
  63.     Top = 72
  64.     Width = 75
  65.     Height = 21
  66.     Caption = 'Delete All'
  67.     TabOrder = 3
  68.     OnClick = btnDeleteAllClick
  69.   end
  70.   object btnCancel: TButton
  71.     Left = 135
  72.     Top = 188
  73.     Width = 75
  74.     Height = 22
  75.     Anchors = [akTop, akRight, akBottom]
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 4
  80.   end
  81.   object btnOK: TButton
  82.     Left = 55
  83.     Top = 188
  84.     Width = 75
  85.     Height = 22
  86.     Anchors = [akTop, akRight, akBottom]
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 5
  91.   end
  92.   object MaskEdit: TMaskEdit
  93.     Left = 4
  94.     Top = 24
  95.     Width = 121
  96.     Height = 21
  97.     TabOrder = 6
  98.   end
  99. end
  100.