home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHECKEDITBOX / TCHECKEDITBOX.txt
Text File  |  1999-07-27  |  2KB  |  118 lines

  1. object CheckEditBox: TCheckEditBox
  2.   Left = 200
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = 'CheckEditBox'
  6.   ClientHeight = 125
  7.   ClientWidth = 337
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object InfoText: TLabel
  16.     Left = 8
  17.     Top = 4
  18.     Width = 321
  19.     Height = 15
  20.     AutoSize = False
  21.     Caption = 'InfoText'
  22.     Font.Color = clBtnText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     ShowAccelChar = False
  28.     WordWrap = True
  29.   end
  30.   object CheckBox1: TCheckBox
  31.     Left = 8
  32.     Top = 48
  33.     Width = 321
  34.     Height = 13
  35.     Caption = 'C1'
  36.     Font.Color = clBtnText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 1
  42.   end
  43.   object BtnOK: TButton
  44.     Tag = 4001
  45.     Left = 54
  46.     Top = 100
  47.     Width = 90
  48.     Height = 23
  49.     Caption = '&OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 4
  53.   end
  54.   object BtnCancel: TButton
  55.     Tag = 4002
  56.     Left = 242
  57.     Top = 100
  58.     Width = 90
  59.     Height = 23
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 6
  64.   end
  65.   object Edit1: TEdit
  66.     Left = 8
  67.     Top = 24
  68.     Width = 321
  69.     Height = 21
  70.     TabOrder = 0
  71.     Text = 'Edit1'
  72.     OnKeyDown = Edit1KeyDown
  73.   end
  74.   object BtnTree: TButton
  75.     Tag = 5002
  76.     Left = 148
  77.     Top = 100
  78.     Width = 90
  79.     Height = 23
  80.     Caption = 'Tree'
  81.     TabOrder = 5
  82.     OnClick = BtnTreeClick
  83.   end
  84.   object CheckBox2: TCheckBox
  85.     Left = 8
  86.     Top = 64
  87.     Width = 321
  88.     Height = 13
  89.     Caption = 'C2'
  90.     Font.Color = clBtnText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 2
  96.   end
  97.   object CheckBox3: TCheckBox
  98.     Left = 8
  99.     Top = 80
  100.     Width = 321
  101.     Height = 13
  102.     Caption = 'C3'
  103.     Font.Color = clBtnText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 3
  109.   end
  110.   object ResolutionFix1: TResolutionFix
  111.     Top = 100
  112.   end
  113.   object Translate1: TTranslate
  114.     Left = 20
  115.     Top = 100
  116.   end
  117. end
  118.