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

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 106
  4.   HelpContext = 500
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Synchronize'
  8.   ClientHeight = 136
  9.   ClientWidth = 396
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LeftCheck: TCheckBox
  18.     Left = 8
  19.     Top = 4
  20.     Width = 381
  21.     Height = 15
  22.     Caption = 'C1'
  23.     TabOrder = 0
  24.   end
  25.   object LeftEdit: TEdit
  26.     Left = 24
  27.     Top = 20
  28.     Width = 365
  29.     Height = 21
  30.     MaxLength = 259
  31.     TabOrder = 1
  32.   end
  33.   object RightCheck: TCheckBox
  34.     Left = 8
  35.     Top = 48
  36.     Width = 381
  37.     Height = 15
  38.     Caption = 'C2'
  39.     TabOrder = 2
  40.   end
  41.   object RightEdit: TEdit
  42.     Left = 24
  43.     Top = 64
  44.     Width = 365
  45.     Height = 21
  46.     MaxLength = 259
  47.     TabOrder = 3
  48.   end
  49.   object ConfirmCheck: TCheckBox
  50.     Left = 8
  51.     Top = 92
  52.     Width = 381
  53.     Height = 15
  54.     Caption = 'Confirm overwrites'
  55.     TabOrder = 4
  56.   end
  57.   object Button1: TButton
  58.     Tag = 4001
  59.     Left = 120
  60.     Top = 111
  61.     Width = 75
  62.     Height = 23
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 5
  67.   end
  68.   object Button2: TButton
  69.     Tag = 4002
  70.     Left = 208
  71.     Top = 111
  72.     Width = 75
  73.     Height = 23
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 6
  78.   end
  79.   object ResolutionFix1: TResolutionFix
  80.     Left = 20
  81.     Top = 112
  82.   end
  83.   object Translate1: TTranslate
  84.     Tag = 4000
  85.     Left = 72
  86.     Top = 112
  87.   end
  88. end
  89.