home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / d23456 / SPLBASE.ZIP / Splbase / Include / SplUnit1.dfm / SplUnit1.txt
Text File  |  2001-06-14  |  3KB  |  155 lines

  1. object Form1: TForm1
  2.   Left = 281
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Split Test'
  7.   ClientHeight = 273
  8.   ClientWidth = 289
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 273
  22.     Height = 49
  23.     Caption = 'Input'
  24.     TabOrder = 0
  25.     object Edit1: TEdit
  26.       Left = 8
  27.       Top = 16
  28.       Width = 257
  29.       Height = 21
  30.       TabOrder = 0
  31.     end
  32.   end
  33.   object GroupBox2: TGroupBox
  34.     Left = 8
  35.     Top = 64
  36.     Width = 273
  37.     Height = 97
  38.     Caption = 'Result'
  39.     TabOrder = 1
  40.     object Edit2: TEdit
  41.       Left = 8
  42.       Top = 16
  43.       Width = 257
  44.       Height = 21
  45.       TabOrder = 0
  46.     end
  47.     object Memo1: TMemo
  48.       Left = 8
  49.       Top = 40
  50.       Width = 257
  51.       Height = 49
  52.       TabOrder = 1
  53.     end
  54.   end
  55.   object Button1: TButton
  56.     Left = 8
  57.     Top = 176
  58.     Width = 57
  59.     Height = 25
  60.     Caption = '&Bottom'
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 80
  66.     Top = 176
  67.     Width = 57
  68.     Height = 25
  69.     Caption = '&Next'
  70.     TabOrder = 3
  71.     OnClick = Button2Click
  72.   end
  73.   object Button3: TButton
  74.     Left = 152
  75.     Top = 176
  76.     Width = 57
  77.     Height = 25
  78.     Caption = '&Previous'
  79.     TabOrder = 4
  80.     OnClick = Button3Click
  81.   end
  82.   object Button4: TButton
  83.     Left = 224
  84.     Top = 176
  85.     Width = 57
  86.     Height = 25
  87.     Caption = '&Top'
  88.     TabOrder = 5
  89.     OnClick = Button4Click
  90.   end
  91.   object Button5: TButton
  92.     Left = 8
  93.     Top = 208
  94.     Width = 57
  95.     Height = 25
  96.     Caption = '&Find'
  97.     TabOrder = 6
  98.     OnClick = Button5Click
  99.   end
  100.   object Button6: TButton
  101.     Left = 80
  102.     Top = 208
  103.     Width = 57
  104.     Height = 25
  105.     Caption = '&Create'
  106.     TabOrder = 7
  107.     OnClick = Button6Click
  108.   end
  109.   object Button7: TButton
  110.     Left = 152
  111.     Top = 208
  112.     Width = 57
  113.     Height = 25
  114.     Caption = '&Open'
  115.     TabOrder = 8
  116.     OnClick = Button7Click
  117.   end
  118.   object Button8: TButton
  119.     Left = 224
  120.     Top = 208
  121.     Width = 57
  122.     Height = 25
  123.     Caption = '&Add'
  124.     TabOrder = 9
  125.     OnClick = Button8Click
  126.   end
  127.   object Button9: TButton
  128.     Left = 224
  129.     Top = 240
  130.     Width = 57
  131.     Height = 25
  132.     Caption = '&Exit'
  133.     TabOrder = 10
  134.     OnClick = Button9Click
  135.   end
  136.   object Button10: TButton
  137.     Left = 8
  138.     Top = 240
  139.     Width = 57
  140.     Height = 25
  141.     Caption = '&Generate'
  142.     TabOrder = 11
  143.     OnClick = Button10Click
  144.   end
  145.   object Button11: TButton
  146.     Left = 80
  147.     Top = 240
  148.     Width = 57
  149.     Height = 25
  150.     Caption = '&Delete'
  151.     TabOrder = 12
  152.     OnClick = Button11Click
  153.   end
  154. end
  155.