home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMBIT / TFORMBIT.txt
Text File  |  2003-08-02  |  2KB  |  105 lines

  1. object FormBit: TFormBit
  2.   Left = 308
  3.   Top = 276
  4.   HelpContext = 10
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Bit manipulation'
  8.   ClientHeight = 161
  9.   ClientWidth = 390
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ButtonSet: TButton
  18.     Left = 20
  19.     Top = 125
  20.     Width = 75
  21.     Height = 25
  22.     HelpContext = 10
  23.     Caption = 'Set'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.     OnClick = ButtonSetClick
  28.   end
  29.   object ButtonCancel: TButton
  30.     Left = 200
  31.     Top = 125
  32.     Width = 75
  33.     Height = 25
  34.     HelpContext = 10
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 3
  39.   end
  40.   object ButtonHelp: TButton
  41.     Left = 290
  42.     Top = 125
  43.     Width = 75
  44.     Height = 25
  45.     HelpContext = 10
  46.     Caption = 'Help'
  47.     TabOrder = 4
  48.     OnClick = ButtonHelpClick
  49.   end
  50.   object GroupBoxBits: TGroupBox
  51.     Left = 10
  52.     Top = 10
  53.     Width = 370
  54.     Height = 106
  55.     HelpContext = 10
  56.     Caption = 'Status of bits'
  57.     TabOrder = 0
  58.     object LabelValue: TLabel
  59.       Left = 10
  60.       Top = 45
  61.       Width = 53
  62.       Height = 13
  63.       Caption = 'LabelValue'
  64.     end
  65.     object ButtonCheckAll: TButton
  66.       Left = 10
  67.       Top = 70
  68.       Width = 75
  69.       Height = 25
  70.       Caption = '&Check all'
  71.       TabOrder = 0
  72.       OnClick = ButtonAllClick
  73.     end
  74.     object ButtonUncheckAll: TButton
  75.       Left = 100
  76.       Top = 70
  77.       Width = 75
  78.       Height = 25
  79.       Caption = '&Uncheck all'
  80.       TabOrder = 1
  81.       OnClick = ButtonAllClick
  82.     end
  83.     object ButtonToggleAll: TButton
  84.       Left = 190
  85.       Top = 70
  86.       Width = 75
  87.       Height = 25
  88.       Caption = '&Toggle all'
  89.       TabOrder = 2
  90.       OnClick = ButtonAllClick
  91.     end
  92.   end
  93.   object ButtonReread: TButton
  94.     Left = 110
  95.     Top = 125
  96.     Width = 75
  97.     Height = 25
  98.     HelpContext = 10
  99.     Cancel = True
  100.     Caption = '&Reread'
  101.     TabOrder = 2
  102.     OnClick = ButtonRereadClick
  103.   end
  104. end
  105.