home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TCUSTOMIZEDLG / TCUSTOMIZEDLG.txt
Text File  |  1998-06-16  |  4KB  |  187 lines

  1. object CustomizeDlg: TCustomizeDlg
  2.   Left = 206
  3.   Top = 136
  4.   HelpContext = 1648
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize'
  7.   ClientHeight = 280
  8.   ClientWidth = 357
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CloseButton: TButton
  21.     Left = 196
  22.     Top = 248
  23.     Width = 75
  24.     Height = 25
  25.     Cancel = True
  26.     Caption = 'Close'
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.     OnClick = CloseButtonClick
  30.   end
  31.   object HelpButton: TButton
  32.     Left = 276
  33.     Top = 248
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&Help'
  37.     TabOrder = 2
  38.     OnClick = HelpButtonClick
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 6
  42.     Top = 6
  43.     Width = 345
  44.     Height = 235
  45.     ActivePage = TabSheet1
  46.     TabOrder = 0
  47.     object TabSheet1: TTabSheet
  48.       HelpContext = 2140
  49.       Caption = 'Toolbars'
  50.       ImageIndex = 2
  51.       object Label4: TLabel
  52.         Left = 6
  53.         Top = 3
  54.         Width = 44
  55.         Height = 13
  56.         Caption = 'Toolb&ars:'
  57.         FocusControl = ToolbarList
  58.       end
  59.       object ToolbarList: TCheckListBox
  60.         Left = 6
  61.         Top = 19
  62.         Width = 243
  63.         Height = 178
  64.         OnClickCheck = ToolbarListClickCheck
  65.         ItemHeight = 16
  66.         Style = lbOwnerDrawFixed
  67.         TabOrder = 0
  68.       end
  69.       object ResetButton: TButton
  70.         Left = 256
  71.         Top = 18
  72.         Width = 75
  73.         Height = 25
  74.         Action = Reset1
  75.         Caption = '&Reset...'
  76.         TabOrder = 1
  77.       end
  78.     end
  79.     object TabSheet2: TTabSheet
  80.       HelpContext = 2141
  81.       Caption = 'Commands'
  82.       ImageIndex = 1
  83.       object Label1: TLabel
  84.         Left = 6
  85.         Top = 3
  86.         Width = 53
  87.         Height = 13
  88.         Caption = 'Cate&gories:'
  89.         FocusControl = CategoryList
  90.       end
  91.       object Label2: TLabel
  92.         Left = 142
  93.         Top = 3
  94.         Width = 55
  95.         Height = 13
  96.         Caption = 'Comman&ds:'
  97.         FocusControl = CommandList
  98.       end
  99.       object Label3: TLabel
  100.         Left = 6
  101.         Top = 177
  102.         Width = 319
  103.         Height = 27
  104.         AutoSize = False
  105.         Caption = 
  106.           'To add command buttons, drag and drop commands onto a toolbar. T' +
  107.           'o remove command buttons, drag them off of a Toolbar.'
  108.         WordWrap = True
  109.       end
  110.       object CategoryList: TListBox
  111.         Left = 6
  112.         Top = 19
  113.         Width = 129
  114.         Height = 150
  115.         ItemHeight = 13
  116.         TabOrder = 0
  117.         OnClick = CategoryListClick
  118.       end
  119.       object CommandList: TListView
  120.         Left = 142
  121.         Top = 19
  122.         Width = 187
  123.         Height = 150
  124.         Color = clBtnFace
  125.         Columns = <
  126.           item
  127.             Width = 167
  128.           end>
  129.         ColumnClick = False
  130.         DragKind = dkDock
  131.         HotTrackStyles = []
  132.         ReadOnly = True
  133.         RowSelect = True
  134.         ShowColumnHeaders = False
  135.         TabOrder = 1
  136.         ViewStyle = vsReport
  137.         OnMouseDown = CommandListMouseDown
  138.       end
  139.     end
  140.     object TabSheet3: TTabSheet
  141.       HelpContext = 2142
  142.       Caption = 'Options'
  143.       ImageIndex = 2
  144.       object CheckBox1: TCheckBox
  145.         Left = 16
  146.         Top = 20
  147.         Width = 145
  148.         Height = 17
  149.         Action = Tooltips1
  150.         Caption = 'Show &tooltips'
  151.         TabOrder = 0
  152.       end
  153.       object CheckBox2: TCheckBox
  154.         Left = 16
  155.         Top = 44
  156.         Width = 169
  157.         Height = 17
  158.         Action = Shortucts1
  159.         Caption = 'Show shortcut &keys on tooltips'
  160.         TabOrder = 1
  161.       end
  162.     end
  163.   end
  164.   object ActionList1: TActionList
  165.     Left = 38
  166.     Top = 134
  167.     object Reset1: TAction
  168.       Caption = '&Reset'
  169.       OnExecute = Reset1Execute
  170.       OnUpdate = Reset1Update
  171.     end
  172.     object Shortucts1: TAction
  173.       Caption = 'Show shortcut keys on tooltips'
  174.       OnExecute = Shortucts1Execute
  175.       OnUpdate = Shortucts1Update
  176.     end
  177.     object Tooltips1: TAction
  178.       Caption = 'Show tooltips'
  179.       OnExecute = Tooltips1Execute
  180.       OnUpdate = Tooltips1Update
  181.     end
  182.     object Action1: TAction
  183.       Caption = 'Action1'
  184.     end
  185.   end
  186. end
  187.