home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TONEBUTTONCHANGEDLG / TONEBUTTONCHANGEDLG.txt
Text File  |  1996-12-31  |  4KB  |  234 lines

  1. object ONEBUTTONCHANGEDLG: TONEBUTTONCHANGEDLG
  2.   Tag = 1
  3.   Left = 188
  4.   Top = 141
  5.   HelpContext = 270
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change single button'
  9.   ClientHeight = 187
  10.   ClientWidth = 524
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Command: TLabel
  20.     Tag = 9
  21.     Left = 4
  22.     Top = 7
  23.     Width = 80
  24.     Height = 14
  25.     AutoSize = False
  26.     Caption = '&Command:'
  27.     FocusControl = id_btn_command
  28.   end
  29.   object Parameters: TLabel
  30.     Tag = 10
  31.     Left = 4
  32.     Top = 35
  33.     Width = 80
  34.     Height = 14
  35.     AutoSize = False
  36.     Caption = '&Parameters:'
  37.     FocusControl = id_btn_param
  38.   end
  39.   object Startpath: TLabel
  40.     Tag = 11
  41.     Left = 4
  42.     Top = 60
  43.     Width = 80
  44.     Height = 14
  45.     AutoSize = False
  46.     Caption = '&Start path:'
  47.     FocusControl = id_btn_startpath
  48.   end
  49.   object Iconfile: TLabel
  50.     Tag = 12
  51.     Left = 4
  52.     Top = 85
  53.     Width = 40
  54.     Height = 13
  55.     Caption = 'Icon &file:'
  56.     FocusControl = id_btn_iconfilename
  57.   end
  58.   object Icon: TLabel
  59.     Tag = 13
  60.     Left = 4
  61.     Top = 110
  62.     Width = 40
  63.     Height = 14
  64.     AutoSize = False
  65.     Caption = '&Icon:'
  66.     FocusControl = id_btn_icon
  67.     WordWrap = True
  68.   end
  69.   object id_btn_iconindex: TLabel
  70.     Left = 54
  71.     Top = 110
  72.     Width = 25
  73.     Height = 14
  74.     AutoSize = False
  75.     Caption = '0'
  76.     WordWrap = True
  77.   end
  78.   object Tooltip: TLabel
  79.     Tag = 14
  80.     Left = 4
  81.     Top = 167
  82.     Width = 80
  83.     Height = 14
  84.     AutoSize = False
  85.     Caption = '&Tooltip:'
  86.     FocusControl = id_btn_ToolTip
  87.   end
  88.   object id_btn_command: TComboBox
  89.     Left = 85
  90.     Top = 6
  91.     Width = 298
  92.     Height = 21
  93.     DropDownCount = 20
  94.     ItemHeight = 13
  95.     MaxLength = 259
  96.     TabOrder = 0
  97.     OnChange = id_btn_commandChange
  98.   end
  99.   object id_btn_find1: TButton
  100.     Left = 384
  101.     Top = 5
  102.     Width = 25
  103.     Height = 22
  104.     Caption = '>>'
  105.     TabOrder = 1
  106.     OnClick = id_btn_find1Click
  107.   end
  108.   object id_btn_findbar: TButton
  109.     Tag = 15
  110.     Left = 412
  111.     Top = 4
  112.     Width = 110
  113.     Height = 23
  114.     Caption = 'Add Subbar >>'
  115.     TabOrder = 2
  116.     OnClick = id_btn_findbarClick
  117.   end
  118.   object id_btn_param: TEdit
  119.     Left = 85
  120.     Top = 31
  121.     Width = 298
  122.     Height = 21
  123.     MaxLength = 259
  124.     TabOrder = 3
  125.   end
  126.   object id_btn_assymbol: TCheckBox
  127.     Tag = 16
  128.     Left = 387
  129.     Top = 34
  130.     Width = 134
  131.     Height = 14
  132.     Caption = '&run iconic'
  133.     TabOrder = 4
  134.     OnClick = id_btn_assymbolClick
  135.   end
  136.   object id_btn_startpath: TEdit
  137.     Left = 85
  138.     Top = 56
  139.     Width = 298
  140.     Height = 21
  141.     MaxLength = 259
  142.     TabOrder = 6
  143.   end
  144.   object id_btn_iconfilename: TEdit
  145.     Left = 85
  146.     Top = 81
  147.     Width = 298
  148.     Height = 21
  149.     MaxLength = 259
  150.     TabOrder = 7
  151.     OnExit = id_btn_iconfilenameExit
  152.   end
  153.   object id_btn_iconfile: TButton
  154.     Left = 384
  155.     Top = 81
  156.     Width = 25
  157.     Height = 21
  158.     Caption = '>>'
  159.     TabOrder = 8
  160.     OnClick = id_btn_iconfileClick
  161.   end
  162.   object id_btn_icon: TListBox
  163.     Left = 85
  164.     Top = 106
  165.     Width = 298
  166.     Height = 54
  167.     Columns = 8
  168.     ItemHeight = 36
  169.     Style = lbOwnerDrawFixed
  170.     TabOrder = 9
  171.     OnClick = id_btn_iconClick
  172.     OnDrawItem = id_btn_iconDrawItem
  173.   end
  174.   object id_btn_ToolTip: TEdit
  175.     Left = 85
  176.     Top = 164
  177.     Width = 298
  178.     Height = 21
  179.     MaxLength = 259
  180.     TabOrder = 10
  181.   end
  182.   object Ok: TButton
  183.     Tag = 4001
  184.     Left = 420
  185.     Top = 110
  186.     Width = 100
  187.     Height = 23
  188.     Caption = 'Ok'
  189.     Default = True
  190.     TabOrder = 11
  191.     OnClick = OkClick
  192.   end
  193.   object Cancel: TButton
  194.     Tag = 4002
  195.     Left = 420
  196.     Top = 136
  197.     Width = 100
  198.     Height = 23
  199.     Cancel = True
  200.     Caption = 'Cancel'
  201.     ModalResult = 2
  202.     TabOrder = 12
  203.   end
  204.   object id_Globalhelp: TButton
  205.     Tag = 4003
  206.     Left = 420
  207.     Top = 162
  208.     Width = 100
  209.     Height = 23
  210.     Caption = '&Help'
  211.     TabOrder = 13
  212.     OnClick = id_GlobalhelpClick
  213.   end
  214.   object id_btn_maximized: TCheckBox
  215.     Tag = 17
  216.     Left = 387
  217.     Top = 50
  218.     Width = 134
  219.     Height = 14
  220.     Caption = '&maximized'
  221.     TabOrder = 5
  222.     OnClick = id_btn_maximizedClick
  223.   end
  224.   object ResolutionFix1: TResolutionFix
  225.     Left = 4
  226.     Top = 132
  227.   end
  228.   object Translate1: TTranslate
  229.     Tag = 5060
  230.     Left = 40
  231.     Top = 136
  232.   end
  233. end
  234.