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

  1. object SplitEditBox: TSplitEditBox
  2.   Left = 200
  3.   Top = 97
  4.   HelpContext = 510
  5.   BorderStyle = bsDialog
  6.   Caption = 'SplitEditBox'
  7.   ClientHeight = 118
  8.   ClientWidth = 372
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object InfoText: TLabel
  17.     Left = 8
  18.     Top = 4
  19.     Width = 361
  20.     Height = 15
  21.     AutoSize = False
  22.     Caption = 'InfoText'
  23.     ShowAccelChar = False
  24.     WordWrap = True
  25.   end
  26.   object Label1: TLabel
  27.     Tag = 1
  28.     Left = 8
  29.     Top = 52
  30.     Width = 85
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = '&Bytes per file:'
  34.   end
  35.   object EraseTargetDisk: TCheckBox
  36.     Tag = 2
  37.     Left = 8
  38.     Top = 72
  39.     Width = 357
  40.     Height = 13
  41.     Caption = '&Delete files on target disk (removable disks only)'
  42.     TabOrder = 2
  43.   end
  44.   object BtnOK: TButton
  45.     Tag = 4001
  46.     Left = 47
  47.     Top = 92
  48.     Width = 90
  49.     Height = 24
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 3
  54.   end
  55.   object BtnCancel: TButton
  56.     Tag = 4002
  57.     Left = 235
  58.     Top = 92
  59.     Width = 90
  60.     Height = 24
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 5
  65.   end
  66.   object Edit1: TEdit
  67.     Left = 8
  68.     Top = 24
  69.     Width = 353
  70.     Height = 21
  71.     TabOrder = 0
  72.     Text = 'Edit1'
  73.     OnChange = Edit1Change
  74.     OnKeyDown = Edit1KeyDown
  75.   end
  76.   object BtnTree: TButton
  77.     Tag = 5002
  78.     Left = 141
  79.     Top = 92
  80.     Width = 90
  81.     Height = 24
  82.     Caption = '&Tree'
  83.     TabOrder = 4
  84.     OnClick = BtnTreeClick
  85.   end
  86.   object BytesPerFile: TComboBox
  87.     Left = 96
  88.     Top = 48
  89.     Width = 97
  90.     Height = 21
  91.     ItemHeight = 13
  92.     TabOrder = 1
  93.   end
  94.   object ResolutionFix1: TResolutionFix
  95.     Left = 12
  96.     Top = 88
  97.   end
  98.   object Translate1: TTranslate
  99.     Tag = 6030
  100.     Left = 328
  101.     Top = 88
  102.   end
  103. end
  104.