home *** CD-ROM | disk | FTP | other *** search
- object FormFill: TFormFill
- Left = 210
- Top = 406
- BorderStyle = bsDialog
- Caption = 'FormFill'
- ClientHeight = 101
- ClientWidth = 190
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 4
- Top = 8
- Width = 177
- Height = 53
- Shape = bsFrame
- end
- object LabelTr: TLabel
- Left = 16
- Top = 28
- Width = 52
- Height = 12
- Caption = 'Tolerance:'
- end
- object Edit1: TEdit
- Left = 84
- Top = 24
- Width = 69
- Height = 20
- TabOrder = 0
- Text = '0'
- end
- object Button1: TButton
- Left = 22
- Top = 68
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object UpDown: TUpDown
- Left = 153
- Top = 24
- Width = 15
- Height = 20
- Associate = Edit1
- Min = 0
- Position = 0
- TabOrder = 2
- Wrap = False
- end
- object BtnCancel: TButton
- Left = 104
- Top = 68
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-