home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TCUSTOMIZEDLG / TCUSTOMIZEDLG.txt < prev   
Text File  |  1999-08-11  |  4KB  |  197 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.   OnActivate = CustomizeDlgActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SepImage: TImage
  20.     Left = 16
  21.     Top = 248
  22.     Width = 16
  23.     Height = 16
  24.     Picture.Data = {<image000.bmp>}
  25.     Visible = False
  26.   end
  27.   object CloseButton: TButton
  28.     Left = 196
  29.     Top = 248
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Close'
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.     OnClick = CloseButtonClick
  37.   end
  38.   object HelpButton: TButton
  39.     Left = 276
  40.     Top = 248
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 2
  45.     OnClick = HelpButtonClick
  46.   end
  47.   object PageControl1: TPageControl
  48.     Left = 6
  49.     Top = 6
  50.     Width = 345
  51.     Height = 235
  52.     ActivePage = TabSheet1
  53.     TabOrder = 0
  54.     object TabSheet1: TTabSheet
  55.       HelpContext = 2140
  56.       Caption = 'Toolbars'
  57.       ImageIndex = 2
  58.       object Label4: TLabel
  59.         Left = 6
  60.         Top = 3
  61.         Width = 44
  62.         Height = 13
  63.         Caption = 'Toolb&ars:'
  64.         FocusControl = ToolbarList
  65.       end
  66.       object ToolbarList: TCheckListBox
  67.         Left = 6
  68.         Top = 19
  69.         Width = 243
  70.         Height = 178
  71.         OnClickCheck = ToolbarListClickCheck
  72.         ItemHeight = 16
  73.         Style = lbOwnerDrawFixed
  74.         TabOrder = 0
  75.       end
  76.       object ResetButton: TButton
  77.         Left = 256
  78.         Top = 18
  79.         Width = 75
  80.         Height = 25
  81.         Action = Reset1
  82.         Caption = '&Reset...'
  83.         TabOrder = 1
  84.       end
  85.     end
  86.     object TabSheet2: TTabSheet
  87.       HelpContext = 2141
  88.       Caption = 'Commands'
  89.       ImageIndex = 1
  90.       object Label1: TLabel
  91.         Left = 6
  92.         Top = 3
  93.         Width = 53
  94.         Height = 13
  95.         Caption = 'Cate&gories:'
  96.         FocusControl = CategoryList
  97.       end
  98.       object Label2: TLabel
  99.         Left = 142
  100.         Top = 3
  101.         Width = 55
  102.         Height = 13
  103.         Caption = 'Comman&ds:'
  104.         FocusControl = CommandList
  105.       end
  106.       object Label3: TLabel
  107.         Left = 6
  108.         Top = 177
  109.         Width = 319
  110.         Height = 27
  111.         AutoSize = False
  112.         Caption = 
  113.           'To add command buttons, drag and drop commands onto a toolbar. T' +
  114.           'o remove command buttons, drag them off of a Toolbar.'
  115.         WordWrap = True
  116.       end
  117.       object CategoryList: TListBox
  118.         Left = 6
  119.         Top = 19
  120.         Width = 129
  121.         Height = 150
  122.         ItemHeight = 13
  123.         TabOrder = 0
  124.         OnClick = CategoryListClick
  125.       end
  126.       object CommandList: TListView
  127.         Left = 142
  128.         Top = 19
  129.         Width = 187
  130.         Height = 150
  131.         Color = clBtnFace
  132.         Columns = <
  133.           item
  134.             Width = 167
  135.           end>
  136.         ColumnClick = False
  137.         DragKind = dkDock
  138.         ReadOnly = True
  139.         RowSelect = True
  140.         ShowColumnHeaders = False
  141.         TabOrder = 1
  142.         ViewStyle = vsReport
  143.         OnMouseDown = CommandListMouseDown
  144.       end
  145.     end
  146.     object TabSheet3: TTabSheet
  147.       HelpContext = 2142
  148.       Caption = 'Options'
  149.       ImageIndex = 2
  150.       object CheckBox1: TCheckBox
  151.         Left = 16
  152.         Top = 20
  153.         Width = 145
  154.         Height = 17
  155.         Action = Tooltips1
  156.         Caption = 'Show &tooltips'
  157.         TabOrder = 0
  158.       end
  159.       object CheckBox2: TCheckBox
  160.         Left = 16
  161.         Top = 44
  162.         Width = 169
  163.         Height = 17
  164.         Action = Shortcuts1
  165.         Caption = 'Show shortcut &keys on tooltips'
  166.         TabOrder = 1
  167.       end
  168.     end
  169.   end
  170.   object ActionList1: TActionList
  171.     Left = 38
  172.     Top = 134
  173.     object Reset1: TAction
  174.       Caption = '&Reset'
  175.       OnExecute = Reset1Execute
  176.       OnUpdate = Reset1Update
  177.     end
  178.     object Shortcuts1: TAction
  179.       Caption = 'Show shortcut keys on tooltips'
  180.       OnExecute = Shortcuts1Execute
  181.       OnUpdate = Shortcuts1Update
  182.     end
  183.     object Tooltips1: TAction
  184.       Caption = 'Show tooltips'
  185.       OnExecute = Tooltips1Execute
  186.       OnUpdate = Tooltips1Update
  187.     end
  188.   end
  189.   object ApplicationEvents1: TApplicationEvents
  190.     OnActionExecute = DoActionExecute
  191.     OnActionUpdate = DoActionUpdate
  192.     OnIdle = DoIdle
  193.     Left = 90
  194.     Top = 134
  195.   end
  196. end
  197.