home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHECKEDITBOX / TCHECKEDITBOX.txt
Text File  |  1998-08-11  |  2KB  |  90 lines

  1. object CheckEditBox: TCheckEditBox
  2.   Left = 200
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = 'CheckEditBox'
  6.   ClientHeight = 107
  7.   ClientWidth = 337
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  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.     ShowAccelChar = False
  23.     WordWrap = True
  24.   end
  25.   object CheckBox1: TCheckBox
  26.     Left = 8
  27.     Top = 48
  28.     Width = 321
  29.     Height = 13
  30.     Caption = 'C1'
  31.     TabOrder = 1
  32.   end
  33.   object BtnOK: TButton
  34.     Tag = 4001
  35.     Left = 30
  36.     Top = 80
  37.     Width = 90
  38.     Height = 24
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 3
  43.   end
  44.   object BtnCancel: TButton
  45.     Tag = 4002
  46.     Left = 218
  47.     Top = 80
  48.     Width = 90
  49.     Height = 24
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 5
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 8
  57.     Top = 24
  58.     Width = 321
  59.     Height = 21
  60.     TabOrder = 0
  61.     Text = 'Edit1'
  62.     OnKeyDown = Edit1KeyDown
  63.   end
  64.   object BtnTree: TButton
  65.     Tag = 5002
  66.     Left = 124
  67.     Top = 80
  68.     Width = 90
  69.     Height = 24
  70.     Caption = '&Tree'
  71.     TabOrder = 4
  72.     OnClick = BtnTreeClick
  73.   end
  74.   object CheckBox2: TCheckBox
  75.     Left = 8
  76.     Top = 64
  77.     Width = 321
  78.     Height = 13
  79.     Caption = 'C2'
  80.     TabOrder = 2
  81.   end
  82.   object ResolutionFix1: TResolutionFix
  83.     Top = 80
  84.   end
  85.   object Translate1: TTranslate
  86.     Left = 312
  87.     Top = 80
  88.   end
  89. end
  90.