home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / acl-lib.zip / ACLLibraryTestFormUnit.dfm / ACLLibraryTestFormUnit.txt
Text File  |  2000-06-28  |  2KB  |  111 lines

  1. object ACLLibraryTestForm: TACLLibraryTestForm
  2.   Left = 275
  3.   Top = 128
  4.   Width = 539
  5.   Height = 211
  6.   Caption = 'ACLLibraryTestForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 30
  18.     Top = 35
  19.     Width = 22
  20.     Height = 13
  21.     Caption = 'Start'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 110
  25.     Top = 35
  26.     Width = 33
  27.     Height = 13
  28.     Caption = 'Length'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 30
  32.     Top = 85
  33.     Width = 46
  34.     Height = 13
  35.     Caption = 'Seperator'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 110
  39.     Top = 85
  40.     Width = 59
  41.     Height = 13
  42.     Caption = 'Starting from'
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 30
  46.     Top = 5
  47.     Width = 321
  48.     Height = 21
  49.     TabOrder = 0
  50.     Text = 'Edit1'
  51.   end
  52.   object Button1: TButton
  53.     Left = 200
  54.     Top = 45
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Delete'
  58.     TabOrder = 1
  59.     OnClick = Button1Click
  60.   end
  61.   object StartDelEdit: TEdit
  62.     Left = 30
  63.     Top = 50
  64.     Width = 71
  65.     Height = 21
  66.     TabOrder = 2
  67.     Text = '0'
  68.   end
  69.   object LengthDelEdit: TEdit
  70.     Left = 110
  71.     Top = 50
  72.     Width = 71
  73.     Height = 21
  74.     TabOrder = 3
  75.     Text = '5'
  76.   end
  77.   object NextValEdit: TEdit
  78.     Left = 295
  79.     Top = 100
  80.     Width = 121
  81.     Height = 21
  82.     TabOrder = 4
  83.     Text = 'NextValEdit'
  84.   end
  85.   object SepEdit: TEdit
  86.     Left = 30
  87.     Top = 100
  88.     Width = 71
  89.     Height = 21
  90.     TabOrder = 5
  91.     Text = ';'
  92.   end
  93.   object StartExtractEdit: TEdit
  94.     Left = 110
  95.     Top = 100
  96.     Width = 71
  97.     Height = 21
  98.     TabOrder = 6
  99.     Text = '0'
  100.   end
  101.   object Button2: TButton
  102.     Left = 200
  103.     Top = 95
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Extract'
  107.     TabOrder = 7
  108.     OnClick = Button2Click
  109.   end
  110. end
  111.