home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMFILL / TFORMFILL.txt
Encoding:
Text File  |  2002-10-07  |  1.1 KB  |  70 lines

  1. object FormFill: TFormFill
  2.   Left = 210
  3.   Top = 406
  4.   BorderStyle = bsDialog
  5.   Caption = 'FormFill'
  6.   ClientHeight = 101
  7.   ClientWidth = 190
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 8
  19.     Width = 177
  20.     Height = 53
  21.     Shape = bsFrame
  22.   end
  23.   object LabelTr: TLabel
  24.     Left = 16
  25.     Top = 28
  26.     Width = 52
  27.     Height = 12
  28.     Caption = 'Tolerance:'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 84
  32.     Top = 24
  33.     Width = 69
  34.     Height = 20
  35.     TabOrder = 0
  36.     Text = '0'
  37.   end
  38.   object Button1: TButton
  39.     Left = 22
  40.     Top = 68
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object UpDown: TUpDown
  49.     Left = 153
  50.     Top = 24
  51.     Width = 15
  52.     Height = 20
  53.     Associate = Edit1
  54.     Min = 0
  55.     Position = 0
  56.     TabOrder = 2
  57.     Wrap = False
  58.   end
  59.   object BtnCancel: TButton
  60.     Left = 104
  61.     Top = 68
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69. end
  70.