home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 281
- Top = 110
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Split Test'
- ClientHeight = 273
- ClientWidth = 289
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 273
- Height = 49
- Caption = 'Input'
- TabOrder = 0
- object Edit1: TEdit
- Left = 8
- Top = 16
- Width = 257
- Height = 21
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 64
- Width = 273
- Height = 97
- Caption = 'Result'
- TabOrder = 1
- object Edit2: TEdit
- Left = 8
- Top = 16
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 8
- Top = 40
- Width = 257
- Height = 49
- TabOrder = 1
- end
- end
- object Button1: TButton
- Left = 8
- Top = 176
- Width = 57
- Height = 25
- Caption = '&Bottom'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 80
- Top = 176
- Width = 57
- Height = 25
- Caption = '&Next'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 152
- Top = 176
- Width = 57
- Height = 25
- Caption = '&Previous'
- TabOrder = 4
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 224
- Top = 176
- Width = 57
- Height = 25
- Caption = '&Top'
- TabOrder = 5
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 8
- Top = 208
- Width = 57
- Height = 25
- Caption = '&Find'
- TabOrder = 6
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 80
- Top = 208
- Width = 57
- Height = 25
- Caption = '&Create'
- TabOrder = 7
- OnClick = Button6Click
- end
- object Button7: TButton
- Left = 152
- Top = 208
- Width = 57
- Height = 25
- Caption = '&Open'
- TabOrder = 8
- OnClick = Button7Click
- end
- object Button8: TButton
- Left = 224
- Top = 208
- Width = 57
- Height = 25
- Caption = '&Add'
- TabOrder = 9
- OnClick = Button8Click
- end
- object Button9: TButton
- Left = 224
- Top = 240
- Width = 57
- Height = 25
- Caption = '&Exit'
- TabOrder = 10
- OnClick = Button9Click
- end
- object Button10: TButton
- Left = 8
- Top = 240
- Width = 57
- Height = 25
- Caption = '&Generate'
- TabOrder = 11
- OnClick = Button10Click
- end
- object Button11: TButton
- Left = 80
- Top = 240
- Width = 57
- Height = 25
- Caption = '&Delete'
- TabOrder = 12
- OnClick = Button11Click
- end
- end
-