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

  1. object FileCompForm: TFileCompForm
  2.   Tag = 1
  3.   Left = 197
  4.   Top = 132
  5.   HelpContext = 570
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   ActiveControl = CompareButton
  9.   AutoScroll = False
  10.   Caption = 'Compare contents'
  11.   ClientHeight = 411
  12.   ClientWidth = 622
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   Position = poDefault
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 622
  32.     Height = 49
  33.     Align = alTop
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     object LeftEdit: TEdit
  37.       Left = 0
  38.       Top = 4
  39.       Width = 293
  40.       Height = 21
  41.       MaxLength = 259
  42.       TabOrder = 0
  43.       Text = 'e:\delphi\wincmd.353\READDIR.PAS'
  44.       OnChange = EditChange
  45.     end
  46.     object RightEdit: TEdit
  47.       Left = 322
  48.       Top = 4
  49.       Width = 271
  50.       Height = 21
  51.       MaxLength = 259
  52.       TabOrder = 2
  53.       Text = 'e:\delphi\wincmd\READDIR.PAS'
  54.       OnChange = EditChange
  55.     end
  56.     object CompareButton: TButton
  57.       Tag = 2
  58.       Left = 0
  59.       Top = 26
  60.       Width = 120
  61.       Height = 21
  62.       Caption = '&Compare'
  63.       Default = True
  64.       TabOrder = 4
  65.       OnClick = CompareButtonClick
  66.     end
  67.     object LeftButton: TButton
  68.       Left = 292
  69.       Top = 4
  70.       Width = 25
  71.       Height = 21
  72.       Caption = '>>'
  73.       TabOrder = 1
  74.       OnClick = LeftButtonClick
  75.     end
  76.     object RightButton: TButton
  77.       Left = 592
  78.       Top = 4
  79.       Width = 25
  80.       Height = 21
  81.       Caption = '>>'
  82.       TabOrder = 3
  83.       OnClick = RightButtonClick
  84.     end
  85.     object SearchButton: TButton
  86.       Tag = 3
  87.       Left = 124
  88.       Top = 26
  89.       Width = 120
  90.       Height = 21
  91.       Caption = '&Next difference'
  92.       Enabled = False
  93.       TabOrder = 5
  94.       OnClick = SearchButtonClick
  95.     end
  96.     object PrevSearchButton: TButton
  97.       Tag = 4
  98.       Left = 248
  99.       Top = 26
  100.       Width = 120
  101.       Height = 21
  102.       Caption = '&Previous difference'
  103.       Enabled = False
  104.       TabOrder = 6
  105.       OnClick = PrevSearchButtonClick
  106.     end
  107.     object Button1: TButton
  108.       Tag = 5
  109.       Left = 372
  110.       Top = 26
  111.       Width = 115
  112.       Height = 21
  113.       Caption = '&Font'
  114.       TabOrder = 7
  115.       OnClick = Button1Click
  116.     end
  117.     object CaseSensitiveCheck: TCheckBox
  118.       Tag = 5609
  119.       Left = 492
  120.       Top = 28
  121.       Width = 250
  122.       Height = 17
  123.       Caption = 'Case sensitive'
  124.       TabOrder = 8
  125.     end
  126.   end
  127.   object Panel2: TPanel
  128.     Left = 0
  129.     Top = 392
  130.     Width = 622
  131.     Height = 19
  132.     Align = alBottom
  133.     Alignment = taLeftJustify
  134.     BevelInner = bvLowered
  135.     BevelOuter = bvNone
  136.     BorderWidth = 1
  137.     TabOrder = 1
  138.   end
  139.   object Panel3: TPanel
  140.     Left = 0
  141.     Top = 49
  142.     Width = 317
  143.     Height = 343
  144.     BevelOuter = bvNone
  145.     TabOrder = 2
  146.     OnResize = Panel3Resize
  147.     object LeftList: TOwnListBox
  148.       Left = 0
  149.       Top = 0
  150.       Width = 317
  151.       Height = 343
  152.       TrueColumnWidth = 0
  153.       SingleColumnWidth = 0
  154.       OnRButtonDown = ListRButtonDown
  155.       OnLButtonDown = ListLButtonDown
  156.       OnTopIndexChanged = ListTopIndexChanged
  157.       OnHScrollChanged = ListHScrollChanged
  158.       ItemIndex = 0
  159.       ItemHeight = 14
  160.       ItemCount = 0
  161.       ItemScrollWidth = 1
  162.       TopIndex = 0
  163.       HasVScrollbar = True
  164.       LeftScrollPos = 0
  165.       tabstop = True
  166.       taborder = 0
  167.       OnMouseMove = ListMouseMove
  168.       ParentColor = False
  169.       ParentFont = False
  170.       Color = clWindow
  171.       Font.Color = clBlack
  172.       Font.Height = -11
  173.       Font.Name = 'Courier New'
  174.       Font.Pitch = fpFixed
  175.       Font.Style = []
  176.       Align = alClient
  177.     end
  178.   end
  179.   object Panel4: TPanel
  180.     Left = 320
  181.     Top = 49
  182.     Width = 302
  183.     Height = 343
  184.     BevelOuter = bvNone
  185.     TabOrder = 3
  186.     OnResize = Panel4Resize
  187.     object RightList: TOwnListBox
  188.       Left = 0
  189.       Top = 0
  190.       Width = 302
  191.       Height = 343
  192.       TrueColumnWidth = 0
  193.       SingleColumnWidth = 0
  194.       OnRButtonDown = ListRButtonDown
  195.       OnLButtonDown = ListLButtonDown
  196.       OnTopIndexChanged = ListTopIndexChanged
  197.       OnHScrollChanged = ListHScrollChanged
  198.       ItemIndex = 0
  199.       ItemHeight = 14
  200.       ItemCount = 0
  201.       ItemScrollWidth = 1
  202.       TopIndex = 0
  203.       HasVScrollbar = False
  204.       LeftScrollPos = 0
  205.       tabstop = True
  206.       taborder = 0
  207.       OnMouseMove = ListMouseMove
  208.       ParentColor = False
  209.       ParentFont = False
  210.       Color = clWindow
  211.       Font.Color = clBlack
  212.       Font.Height = -11
  213.       Font.Name = 'Courier New'
  214.       Font.Pitch = fpFixed
  215.       Font.Style = []
  216.       Align = alClient
  217.     end
  218.   end
  219.   object SplitPanel1: TPanel
  220.     Left = 318
  221.     Top = 49
  222.     Width = 3
  223.     Height = 343
  224.     Cursor = crHSplit
  225.     BevelOuter = bvNone
  226.     TabOrder = 4
  227.     OnMouseDown = SplitPanel1MouseDown
  228.     OnMouseMove = SplitPanel1MouseMove
  229.     OnMouseUp = SplitPanel1MouseUp
  230.   end
  231.   object PopupMenu1: TPopupMenu
  232.     Left = 540
  233.     Top = 40
  234.     object MenuToClip: TMenuItem
  235.       Tag = 5921
  236.       Caption = 'Copy selection to clipboard'
  237.       ShortCut = 0
  238.       OnClick = MenuToClipClick
  239.     end
  240.   end
  241.   object Translate1: TTranslate
  242.     Tag = 6200
  243.     Left = 568
  244.     Top = 40
  245.   end
  246.   object ResolutionFix1: TResolutionFix
  247.     Left = 596
  248.     Top = 40
  249.   end
  250. end
  251.