home *** CD-ROM | disk | FTP | other *** search
- object SampleForm: TSampleForm
- Left = 286
- Top = 231
- ActiveControl = SampleNameEdit
- BorderStyle = bsDialog
- Caption = 'Edit Sample'
- ClientHeight = 139
- ClientWidth = 329
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 15
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 309
- Height = 81
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 20
- Top = 20
- Width = 34
- Height = 15
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 20
- Top = 54
- Width = 31
- Height = 15
- Caption = 'Value'
- end
- object SampleNameEdit: TEdit
- Left = 60
- Top = 20
- Width = 245
- Height = 22
- MaxLength = 255
- TabOrder = 0
- Text = 'SampleNameEdit'
- end
- object ValueEdit: TSpinEdit
- Left = 60
- Top = 54
- Width = 77
- Height = 24
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object OKBtn: TBitBtn
- Left = 142
- Top = 102
- Width = 80
- Height = 30
- TabOrder = 2
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 238
- Top = 102
- Width = 80
- Height = 30
- TabOrder = 3
- Kind = bkCancel
- end
- end
-