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

  1. object CheckInput: TCheckInput
  2.   Left = 299
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Check Box'
  7.   ClientHeight = 230
  8.   ClientWidth = 330
  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 = 79
  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 = 21
  32.     Top = 70
  33.     Width = 108
  34.     Height = 20
  35.     Alignment = taRightJustify
  36.     Caption = 'Return Value:'
  37.     Font.Color = clBlue
  38.     Font.Height = -17
  39.     Font.Name = 'System'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Edit1: TEdit
  44.     Left = 136
  45.     Top = 15
  46.     Width = 171
  47.     Height = 30
  48.     Color = clSilver
  49.     Font.Color = clMaroon
  50.     Font.Height = -17
  51.     Font.Name = 'System'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56.   object Edit2: TEdit
  57.     Left = 136
  58.     Top = 65
  59.     Width = 171
  60.     Height = 30
  61.     Color = clSilver
  62.     Font.Color = clMaroon
  63.     Font.Height = -17
  64.     Font.Name = 'System'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 1
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 24
  71.     Top = 168
  72.     Width = 111
  73.     Height = 41
  74.     TabOrder = 3
  75.     OnClick = BitBtn1Click
  76.     Kind = bkOK
  77.   end
  78.   object BitBtn2: TBitBtn
  79.     Left = 200
  80.     Top = 168
  81.     Width = 111
  82.     Height = 41
  83.     TabOrder = 4
  84.     OnClick = BitBtn2Click
  85.     Kind = bkCancel
  86.   end
  87.   object CheckBox1: TCheckBox
  88.     Left = 120
  89.     Top = 120
  90.     Width = 129
  91.     Height = 25
  92.     Caption = 'Checked'
  93.     Font.Color = clBlue
  94.     Font.Height = -17
  95.     Font.Name = 'System'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.     TabOrder = 2
  99.   end
  100. end
  101.