home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / AUTO1.DFM / AUTO1.txt
Text File  |  1997-02-28  |  1KB  |  61 lines

  1. object Form1: TForm1
  2.   Left = 334
  3.   Top = 276
  4.   Width = 312
  5.   Height = 144
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 16
  16.     Width = 113
  17.     Height = 20
  18.     Caption = 'Server Value'
  19.     Font.Color = clRed
  20.     Font.Height = -16
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold, fsItalic]
  23.     ParentFont = False
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 8
  27.     Top = 40
  28.     Width = 193
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object Button1: TButton
  33.     Left = 216
  34.     Top = 16
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Set Val'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 216
  44.     Top = 48
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Get Val'
  48.     TabOrder = 2
  49.     OnClick = Button2Click
  50.   end
  51.   object Button3: TButton
  52.     Left = 216
  53.     Top = 80
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Clear'
  57.     TabOrder = 3
  58.     OnClick = Button3Click
  59.   end
  60. end
  61.