home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TCHECKITEMSEDITOR / TCHECKITEMSEDITOR.txt < prev   
Encoding:
Text File  |  1999-04-22  |  3.5 KB  |  176 lines

  1. object CheckItemsEditor: TCheckItemsEditor
  2.   Left = 244
  3.   Top = 104
  4.   Width = 349
  5.   Height = 280
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   Icon.Data = {<image000.ico>}
  11.   PixelsPerInch = 96
  12.   Position = poDefaultPosOnly
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Panel2: TPanel
  17.     Left = 257
  18.     Top = 0
  19.     Width = 84
  20.     Height = 253
  21.     Align = alRight
  22.     BevelOuter = bvNone
  23.     TabOrder = 1
  24.     object DeleteBtn: TButton
  25.       Left = 2
  26.       Top = 60
  27.       Width = 75
  28.       Height = 24
  29.       Caption = '&Delete'
  30.       TabOrder = 2
  31.       OnClick = DeleteBtnClick
  32.     end
  33.     object NewBtn: TButton
  34.       Left = 2
  35.       Top = 33
  36.       Width = 75
  37.       Height = 24
  38.       Caption = '&New'
  39.       TabOrder = 1
  40.       OnClick = NewBtnClick
  41.     end
  42.     object EditBtn: TButton
  43.       Left = 2
  44.       Top = 6
  45.       Width = 75
  46.       Height = 24
  47.       Caption = '&Edit'
  48.       Default = True
  49.       TabOrder = 0
  50.       OnClick = EditBtnClick
  51.     end
  52.     object Panel3: TPanel
  53.       Left = 0
  54.       Top = 194
  55.       Width = 84
  56.       Height = 59
  57.       Align = alBottom
  58.       BevelOuter = bvNone
  59.       TabOrder = 7
  60.       object CancelBtn: TButton
  61.         Left = 2
  62.         Top = 30
  63.         Width = 75
  64.         Height = 24
  65.         Cancel = True
  66.         Caption = 'Cancel'
  67.         ModalResult = 2
  68.         TabOrder = 0
  69.       end
  70.       object OkBtn: TButton
  71.         Left = 2
  72.         Top = 3
  73.         Width = 75
  74.         Height = 24
  75.         Caption = 'OK'
  76.         ModalResult = 1
  77.         TabOrder = 1
  78.       end
  79.     end
  80.     object AddListBtn: TButton
  81.       Left = 2
  82.       Top = 87
  83.       Width = 75
  84.       Height = 24
  85.       Caption = '&Add strings'
  86.       TabOrder = 3
  87.       OnClick = AddListBtnClick
  88.     end
  89.     object ClearBtn: TButton
  90.       Left = 2
  91.       Top = 114
  92.       Width = 75
  93.       Height = 24
  94.       Caption = '&Clear all'
  95.       TabOrder = 4
  96.       OnClick = ClearBtnClick
  97.     end
  98.     object UpBtn: TButton
  99.       Left = 2
  100.       Top = 141
  101.       Width = 75
  102.       Height = 24
  103.       Caption = 'Move &up'
  104.       TabOrder = 5
  105.       OnClick = UpDownBtnClick
  106.     end
  107.     object DownBtn: TButton
  108.       Left = 2
  109.       Top = 168
  110.       Width = 75
  111.       Height = 24
  112.       Caption = 'Move do&wn'
  113.       TabOrder = 6
  114.       OnClick = UpDownBtnClick
  115.     end
  116.   end
  117.   object Panel1: TPanel
  118.     Left = 0
  119.     Top = 0
  120.     Width = 257
  121.     Height = 253
  122.     Align = alClient
  123.     BevelOuter = bvNone
  124.     BorderWidth = 6
  125.     TabOrder = 0
  126.     object CheckList: TRxCheckListBox
  127.       Left = 6
  128.       Top = 6
  129.       Width = 245
  130.       Height = 241
  131.       Align = alClient
  132.       AllowGrayed = True
  133.       Ctl3D = True
  134.       ItemHeight = 13
  135.       ParentCtl3D = False
  136.       PopupMenu = Popup
  137.       TabOrder = 0
  138.       OnClick = CheckListClick
  139.       OnKeyDown = CheckListKeyDown
  140.       InternalVersion = 202
  141.     end
  142.   end
  143.   object FormPlacement: TFormPlacement
  144.     IniFileName = 'DELPHI.INI'
  145.     IniSection = 'RX.CheckListEditor'
  146.     MinMaxInfo.MinTrackHeight = 280
  147.     MinMaxInfo.MinTrackWidth = 200
  148.     Left = 34
  149.     Top = 4
  150.   end
  151.   object Popup: TPopupMenu
  152.     OnPopup = PopupPopup
  153.     Left = 6
  154.     Top = 4
  155.     object cbCheckedItem: TMenuItem
  156.       Caption = 'cbC&hecked'
  157.       OnClick = cbCheckedItemClick
  158.     end
  159.     object cbGrayedItem: TMenuItem
  160.       Caption = 'cb&Grayed'
  161.       OnClick = cbGrayedItemClick
  162.     end
  163.     object cbUncheckedItem: TMenuItem
  164.       Caption = 'cb&Unchecked'
  165.       OnClick = cbUncheckedItemClick
  166.     end
  167.     object N2: TMenuItem
  168.       Caption = '-'
  169.     end
  170.     object EnabledItem: TMenuItem
  171.       Caption = '&Enabled'
  172.       OnClick = EnabledItemClick
  173.     end
  174.   end
  175. end
  176.