home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TBUTTONCHANGEDLG / TBUTTONCHANGEDLG.txt
Text File  |  1998-03-18  |  8KB  |  399 lines

  1. object BUTTONCHANGEDLG: TBUTTONCHANGEDLG
  2.   Tag = 1
  3.   Left = 171
  4.   Top = 127
  5.   HelpContext = 270
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change button bar'
  9.   ClientHeight = 269
  10.   ClientWidth = 533
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Buttonbar: TLabel
  20.     Tag = 5
  21.     Left = 6
  22.     Top = 5
  23.     Width = 75
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = '&Button bar:'
  27.     FocusControl = id_btn_bar
  28.   end
  29.   object Label1: TLabel
  30.     Left = -5
  31.     Top = 80
  32.     Width = 562
  33.     Height = 2
  34.     AutoSize = False
  35.     Color = clWindowFrame
  36.     ParentColor = False
  37.   end
  38.   object Command: TLabel
  39.     Tag = 9
  40.     Left = 4
  41.     Top = 87
  42.     Width = 81
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = '&Command:'
  46.     FocusControl = id_btn_command
  47.   end
  48.   object Parameters: TLabel
  49.     Tag = 10
  50.     Left = 4
  51.     Top = 115
  52.     Width = 81
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = '&Parameters:'
  56.     FocusControl = id_btn_param
  57.   end
  58.   object Startpath: TLabel
  59.     Tag = 11
  60.     Left = 4
  61.     Top = 140
  62.     Width = 81
  63.     Height = 13
  64.     AutoSize = False
  65.     Caption = '&Start path:'
  66.     FocusControl = id_btn_startpath
  67.   end
  68.   object Iconfile: TLabel
  69.     Tag = 12
  70.     Left = 4
  71.     Top = 165
  72.     Width = 81
  73.     Height = 13
  74.     AutoSize = False
  75.     Caption = 'Icon &file:'
  76.     FocusControl = id_btn_iconfilename
  77.   end
  78.   object Icon: TLabel
  79.     Tag = 13
  80.     Left = 4
  81.     Top = 190
  82.     Width = 49
  83.     Height = 13
  84.     AutoSize = False
  85.     Caption = '&Icon:'
  86.     FocusControl = id_btn_icon
  87.     WordWrap = True
  88.   end
  89.   object id_btn_iconindex: TLabel
  90.     Left = 54
  91.     Top = 190
  92.     Width = 25
  93.     Height = 14
  94.     AutoSize = False
  95.     Caption = '0'
  96.     WordWrap = True
  97.   end
  98.   object Tooltip: TLabel
  99.     Tag = 14
  100.     Left = 4
  101.     Top = 248
  102.     Width = 81
  103.     Height = 14
  104.     AutoSize = False
  105.     Caption = '&Tooltip:'
  106.     FocusControl = id_btn_ToolTip
  107.   end
  108.   object id_btn_bar: TListBox
  109.     Left = 85
  110.     Top = 24
  111.     Width = 335
  112.     Height = 54
  113.     Columns = 9
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ItemHeight = 36
  119.     ParentFont = False
  120.     Style = lbOwnerDrawFixed
  121.     TabOrder = 2
  122.     OnClick = id_btn_barClick
  123.     OnDrawItem = id_btn_iconDrawItem
  124.     OnKeyDown = id_btn_barKeyDown
  125.     OnMouseDown = id_btn_barMouseDown
  126.     OnMouseMove = id_btn_barMouseMove
  127.     OnMouseUp = id_btn_barMouseUp
  128.   end
  129.   object id_btn_barfilesearch: TButton
  130.     Left = 394
  131.     Top = 2
  132.     Width = 24
  133.     Height = 21
  134.     Caption = '>>'
  135.     TabOrder = 1
  136.     OnClick = id_btn_barfilesearchClick
  137.   end
  138.   object id_btn_delete: TButton
  139.     Tag = 8
  140.     Left = 4
  141.     Top = 52
  142.     Width = 77
  143.     Height = 23
  144.     Caption = '&Delete'
  145.     TabOrder = 4
  146.     OnClick = id_btn_deleteClick
  147.   end
  148.   object id_btn_add: TButton
  149.     Tag = 7
  150.     Left = 4
  151.     Top = 25
  152.     Width = 77
  153.     Height = 23
  154.     Caption = '&Append'
  155.     TabOrder = 3
  156.     OnClick = id_btn_addClick
  157.   end
  158.   object id_btn_command: TComboBox
  159.     Left = 85
  160.     Top = 86
  161.     Width = 298
  162.     Height = 21
  163.     DropDownCount = 20
  164.     Font.Color = clWindowText
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     ItemHeight = 13
  169.     MaxLength = 259
  170.     ParentFont = False
  171.     TabOrder = 6
  172.     OnChange = id_btn_commandChange
  173.     OnClick = id_btn_commandChange
  174.   end
  175.   object id_btn_find1: TButton
  176.     Left = 384
  177.     Top = 85
  178.     Width = 24
  179.     Height = 22
  180.     Caption = '>>'
  181.     TabOrder = 7
  182.     OnClick = id_btn_find1Click
  183.   end
  184.   object id_btn_findbar: TButton
  185.     Tag = 15
  186.     Left = 420
  187.     Top = 84
  188.     Width = 109
  189.     Height = 23
  190.     Caption = 'Add S&ubbar >>'
  191.     TabOrder = 8
  192.     OnClick = id_btn_findbarClick
  193.   end
  194.   object id_btn_param: TEdit
  195.     Left = 85
  196.     Top = 111
  197.     Width = 298
  198.     Height = 21
  199.     Font.Color = clWindowText
  200.     Font.Height = -11
  201.     Font.Name = 'MS Sans Serif'
  202.     Font.Style = []
  203.     MaxLength = 259
  204.     ParentFont = False
  205.     TabOrder = 9
  206.     OnChange = id_btn_paramChange
  207.   end
  208.   object id_btn_assymbol: TCheckBox
  209.     Tag = 16
  210.     Left = 387
  211.     Top = 114
  212.     Width = 142
  213.     Height = 14
  214.     Caption = 'Run mi&nimized'
  215.     TabOrder = 10
  216.     OnClick = id_btn_assymbolClick
  217.   end
  218.   object id_btn_startpath: TEdit
  219.     Left = 85
  220.     Top = 136
  221.     Width = 298
  222.     Height = 21
  223.     Font.Color = clWindowText
  224.     Font.Height = -11
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     MaxLength = 259
  228.     ParentFont = False
  229.     TabOrder = 12
  230.     OnChange = id_btn_startpathChange
  231.   end
  232.   object id_btn_iconfilename: TEdit
  233.     Left = 85
  234.     Top = 161
  235.     Width = 298
  236.     Height = 21
  237.     Font.Color = clWindowText
  238.     Font.Height = -11
  239.     Font.Name = 'MS Sans Serif'
  240.     Font.Style = []
  241.     MaxLength = 259
  242.     ParentFont = False
  243.     TabOrder = 13
  244.     OnExit = id_btn_iconfilenameExit
  245.   end
  246.   object id_btn_iconfile: TButton
  247.     Left = 384
  248.     Top = 160
  249.     Width = 24
  250.     Height = 21
  251.     Caption = '>>'
  252.     TabOrder = 14
  253.     OnClick = id_btn_iconfileClick
  254.   end
  255.   object id_btn_icon: TListBox
  256.     Left = 85
  257.     Top = 186
  258.     Width = 298
  259.     Height = 54
  260.     Columns = 8
  261.     Font.Color = clWindowText
  262.     Font.Height = -11
  263.     Font.Name = 'MS Sans Serif'
  264.     Font.Style = []
  265.     ItemHeight = 36
  266.     ParentFont = False
  267.     Style = lbOwnerDrawFixed
  268.     TabOrder = 15
  269.     OnClick = id_btn_iconClick
  270.     OnDrawItem = id_btn_iconDrawItem
  271.   end
  272.   object id_btn_ToolTip: TEdit
  273.     Left = 85
  274.     Top = 245
  275.     Width = 298
  276.     Height = 21
  277.     Font.Color = clWindowText
  278.     Font.Height = -11
  279.     Font.Name = 'MS Sans Serif'
  280.     Font.Style = []
  281.     MaxLength = 259
  282.     ParentFont = False
  283.     TabOrder = 16
  284.     OnChange = id_btn_ToolTipChange
  285.   end
  286.   object Ok: TButton
  287.     Tag = 4001
  288.     Left = 420
  289.     Top = 187
  290.     Width = 109
  291.     Height = 23
  292.     Caption = 'Ok'
  293.     Default = True
  294.     TabOrder = 17
  295.     OnClick = OkClick
  296.   end
  297.   object Cancel: TButton
  298.     Tag = 4002
  299.     Left = 420
  300.     Top = 213
  301.     Width = 109
  302.     Height = 23
  303.     Cancel = True
  304.     Caption = 'Cancel'
  305.     ModalResult = 2
  306.     TabOrder = 18
  307.     OnClick = CancelClick
  308.   end
  309.   object id_Globalhelp: TButton
  310.     Tag = 4003
  311.     Left = 420
  312.     Top = 239
  313.     Width = 109
  314.     Height = 23
  315.     Caption = '&Help'
  316.     TabOrder = 19
  317.     OnClick = id_GlobalhelpClick
  318.   end
  319.   object id_btn_maximized: TCheckBox
  320.     Tag = 17
  321.     Left = 387
  322.     Top = 130
  323.     Width = 142
  324.     Height = 14
  325.     Caption = 'Run ma&ximized'
  326.     TabOrder = 11
  327.     OnClick = id_btn_maximizedClick
  328.   end
  329.   object id_btn_barfile: TMyPanel
  330.     Left = 85
  331.     Top = 3
  332.     Width = 308
  333.     Height = 19
  334.     Alignment = taLeftJustify
  335.     BevelOuter = bvLowered
  336.     TabOrder = 0
  337.     RightLine = False
  338.   end
  339.   object GroupBox1: TGroupBox
  340.     Tag = 18
  341.     Left = 420
  342.     Top = 0
  343.     Width = 113
  344.     Height = 77
  345.     Caption = 'Appearance'
  346.     TabOrder = 5
  347.     object Size: TLabel
  348.       Tag = 6
  349.       Left = 6
  350.       Top = 17
  351.       Width = 55
  352.       Height = 14
  353.       AutoSize = False
  354.       Caption = 'S&ize:'
  355.       FocusControl = id_btn_barsize
  356.     end
  357.     object id_btn_barsize: TEdit
  358.       Left = 62
  359.       Top = 14
  360.       Width = 43
  361.       Height = 21
  362.       Font.Color = clWindowText
  363.       Font.Height = -11
  364.       Font.Name = 'MS Sans Serif'
  365.       Font.Style = []
  366.       ParentFont = False
  367.       TabOrder = 0
  368.       Text = '0'
  369.     end
  370.     object id_FlatIcons: TCheckBox
  371.       Tag = 19
  372.       Left = 6
  373.       Top = 40
  374.       Width = 105
  375.       Height = 14
  376.       Caption = 'F&lat icons'
  377.       TabOrder = 1
  378.     end
  379.     object id_SmallIcons: TCheckBox
  380.       Tag = 20
  381.       Left = 6
  382.       Top = 56
  383.       Width = 105
  384.       Height = 14
  385.       Caption = 'S&mall icons'
  386.       TabOrder = 2
  387.     end
  388.   end
  389.   object ResolutionFix1: TResolutionFix
  390.     Left = 4
  391.     Top = 212
  392.   end
  393.   object Translate1: TTranslate
  394.     Tag = 5060
  395.     Left = 40
  396.     Top = 212
  397.   end
  398. end
  399.