object MainForm: TMainForm Left = 20 Top = 94 BorderStyle = bsDialog Caption = 'HJ-Split: Main' ClientHeight = 358 ClientWidth = 528 Color = clTeal Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 528 Height = 129 Align = alTop Alignment = taCenter Caption = 'HJ-Split' Color = clTeal Font.Color = clWhite Font.Height = -115 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False end object SplitButton: TButton Left = 8 Top = 136 Width = 249 Height = 65 Caption = 'Split' Font.Color = clBlack Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = SplitButtonClick end object JoinButton: TButton Left = 272 Top = 136 Width = 249 Height = 65 Caption = 'Join' Font.Color = clBlack Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = JoinButtonClick end object CompareButton: TButton Left = 8 Top = 208 Width = 249 Height = 65 Caption = 'Compare' Font.Color = clBlack Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = CompareButtonClick end object ExitButton: TButton Left = 8 Top = 280 Width = 249 Height = 65 Caption = 'Exit' Font.Color = clBlack Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = ExitButtonClick end object ChecksumButton: TButton Left = 272 Top = 208 Width = 249 Height = 65 Caption = 'Checksum' Font.Color = clBlack Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = ChecksumButtonClick end object AboutButton: TButton Left = 272 Top = 280 Width = 249 Height = 65 Caption = 'Help' Font.Color = clBlack Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = AboutButtonClick end end