home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95hsplit / hjsplit.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1996-06-01  |  2KB  |  118 lines

  1. object MainForm: TMainForm
  2.   Left = 20
  3.   Top = 94
  4.   BorderStyle = bsDialog
  5.   Caption = 'HJ-Split: Main'
  6.   ClientHeight = 358
  7.   ClientWidth = 528
  8.   Color = clTeal
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Visible = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 528
  21.     Height = 129
  22.     Align = alTop
  23.     Alignment = taCenter
  24.     Caption = 'HJ-Split'
  25.     Color = clTeal
  26.     Font.Color = clWhite
  27.     Font.Height = -115
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = [fsBold, fsItalic]
  30.     ParentColor = False
  31.     ParentFont = False
  32.   end
  33.   object SplitButton: TButton
  34.     Left = 8
  35.     Top = 136
  36.     Width = 249
  37.     Height = 65
  38.     Caption = 'Split'
  39.     Font.Color = clBlack
  40.     Font.Height = -24
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnClick = SplitButtonClick
  46.   end
  47.   object JoinButton: TButton
  48.     Left = 272
  49.     Top = 136
  50.     Width = 249
  51.     Height = 65
  52.     Caption = 'Join'
  53.     Font.Color = clBlack
  54.     Font.Height = -24
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 1
  59.     OnClick = JoinButtonClick
  60.   end
  61.   object CompareButton: TButton
  62.     Left = 8
  63.     Top = 208
  64.     Width = 249
  65.     Height = 65
  66.     Caption = 'Compare'
  67.     Font.Color = clBlack
  68.     Font.Height = -24
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 2
  73.     OnClick = CompareButtonClick
  74.   end
  75.   object ExitButton: TButton
  76.     Left = 8
  77.     Top = 280
  78.     Width = 249
  79.     Height = 65
  80.     Caption = 'Exit'
  81.     Font.Color = clBlack
  82.     Font.Height = -24
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 3
  87.     OnClick = ExitButtonClick
  88.   end
  89.   object ChecksumButton: TButton
  90.     Left = 272
  91.     Top = 208
  92.     Width = 249
  93.     Height = 65
  94.     Caption = 'Checksum'
  95.     Font.Color = clBlack
  96.     Font.Height = -24
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 4
  101.     OnClick = ChecksumButtonClick
  102.   end
  103.   object AboutButton: TButton
  104.     Left = 272
  105.     Top = 280
  106.     Width = 249
  107.     Height = 65
  108.     Caption = 'Help'
  109.     Font.Color = clBlack
  110.     Font.Height = -24
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 5
  115.     OnClick = AboutButtonClick
  116.   end
  117. end
  118.