home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TINTEGERINPUT / TINTEGERINPUT.txt
Text File  |  1996-04-05  |  3KB  |  148 lines

  1. object IntegerInput: TIntegerInput
  2.   Left = 344
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Integer Input'
  7.   ClientHeight = 288
  8.   ClientWidth = 353
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 103
  19.     Top = 20
  20.     Width = 50
  21.     Height = 20
  22.     Alignment = taRightJustify
  23.     Caption = 'Name:'
  24.     Font.Color = clBlue
  25.     Font.Height = -17
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label3: TLabel
  31.     Left = 57
  32.     Top = 70
  33.     Width = 96
  34.     Height = 20
  35.     Alignment = taRightJustify
  36.     Caption = 'Initial Value:'
  37.     Font.Color = clBlue
  38.     Font.Height = -17
  39.     Font.Name = 'System'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 116
  45.     Top = 120
  46.     Width = 37
  47.     Height = 20
  48.     Alignment = taRightJustify
  49.     Caption = 'Size:'
  50.     Font.Color = clBlue
  51.     Font.Height = -17
  52.     Font.Name = 'System'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 15
  58.     Top = 170
  59.     Width = 138
  60.     Height = 20
  61.     Alignment = taRightJustify
  62.     Caption = 'Maximum Length:'
  63.     Font.Color = clBlue
  64.     Font.Height = -17
  65.     Font.Name = 'System'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 160
  71.     Top = 15
  72.     Width = 171
  73.     Height = 30
  74.     Color = clSilver
  75.     Font.Color = clMaroon
  76.     Font.Height = -17
  77.     Font.Name = 'System'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object Edit2: TEdit
  83.     Left = 160
  84.     Top = 65
  85.     Width = 171
  86.     Height = 30
  87.     Color = clSilver
  88.     Font.Color = clMaroon
  89.     Font.Height = -17
  90.     Font.Name = 'System'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 1
  94.   end
  95.   object SpinEdit1: TSpinEdit
  96.     Left = 160
  97.     Top = 115
  98.     Width = 61
  99.     Height = 39
  100.     Color = clSilver
  101.     Font.Color = clMaroon
  102.     Font.Height = -17
  103.     Font.Name = 'System'
  104.     Font.Style = [fsBold]
  105.     MaxLength = 2
  106.     MaxValue = 0
  107.     MinValue = 0
  108.     ParentFont = False
  109.     TabOrder = 2
  110.     Value = 0
  111.   end
  112.   object SpinEdit2: TSpinEdit
  113.     Left = 160
  114.     Top = 165
  115.     Width = 61
  116.     Height = 39
  117.     Color = clSilver
  118.     Font.Color = clMaroon
  119.     Font.Height = -17
  120.     Font.Name = 'System'
  121.     Font.Style = [fsBold]
  122.     MaxLength = 2
  123.     MaxValue = 0
  124.     MinValue = 0
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     Value = 0
  128.   end
  129.   object BitBtn1: TBitBtn
  130.     Left = 40
  131.     Top = 224
  132.     Width = 111
  133.     Height = 41
  134.     TabOrder = 4
  135.     OnClick = BitBtn1Click
  136.     Kind = bkOK
  137.   end
  138.   object BitBtn2: TBitBtn
  139.     Left = 200
  140.     Top = 224
  141.     Width = 111
  142.     Height = 41
  143.     TabOrder = 5
  144.     OnClick = BitBtn2Click
  145.     Kind = bkCancel
  146.   end
  147. end
  148.