home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / WhiteAnts / CONTSTRM.ZIP / Editfrm.dfm / Editfrm.txt
Encoding:
Text File  |  1997-01-09  |  1.3 KB  |  75 lines

  1. object SampleForm: TSampleForm
  2.   Left = 286
  3.   Top = 231
  4.   ActiveControl = SampleNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Sample'
  7.   ClientHeight = 139
  8.   ClientWidth = 329
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   TextHeight = 15
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 309
  22.     Height = 81
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 20
  27.     Top = 20
  28.     Width = 34
  29.     Height = 15
  30.     Caption = 'Name'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 20
  34.     Top = 54
  35.     Width = 31
  36.     Height = 15
  37.     Caption = 'Value'
  38.   end
  39.   object SampleNameEdit: TEdit
  40.     Left = 60
  41.     Top = 20
  42.     Width = 245
  43.     Height = 22
  44.     MaxLength = 255
  45.     TabOrder = 0
  46.     Text = 'SampleNameEdit'
  47.   end
  48.   object ValueEdit: TSpinEdit
  49.     Left = 60
  50.     Top = 54
  51.     Width = 77
  52.     Height = 24
  53.     MaxValue = 0
  54.     MinValue = 0
  55.     TabOrder = 1
  56.     Value = 0
  57.   end
  58.   object OKBtn: TBitBtn
  59.     Left = 142
  60.     Top = 102
  61.     Width = 80
  62.     Height = 30
  63.     TabOrder = 2
  64.     Kind = bkOK
  65.   end
  66.   object CancelBtn: TBitBtn
  67.     Left = 238
  68.     Top = 102
  69.     Width = 80
  70.     Height = 30
  71.     TabOrder = 3
  72.     Kind = bkCancel
  73.   end
  74. end
  75.