home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / tools / wininbl / setup.exe / 0 / RCDATA / TSHELLCOMMANDSDLG / TSHELLCOMMANDSDLG.txt
Text File  |  1999-02-18  |  4KB  |  154 lines

  1. object ShellCommandsDlg: TShellCommandsDlg
  2.   Left = 173
  3.   Top = 192
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Set Shell Commands'
  6.   ClientHeight = 245
  7.   ClientWidth = 448
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label3: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 289
  21.     Height = 33
  22.     AutoSize = False
  23.     Caption = 
  24.       'The menu name will apear in the popup menu when the assocciated ' +
  25.       'file is right clicked'
  26.     WordWrap = True
  27.   end
  28.   object Label4: TLabel
  29.     Left = 16
  30.     Top = 48
  31.     Width = 289
  32.     Height = 25
  33.     AutoSize = False
  34.     Caption = 
  35.       'The parameters are passed to the assocciated application on the ' +
  36.       'command  line as follows'
  37.     WordWrap = True
  38.   end
  39.   object SpeedButton1: TSpeedButton
  40.     Left = 312
  41.     Top = 136
  42.     Width = 23
  43.     Height = 23
  44.     Glyph.Data = {
  45.       E6000000424DE60000000000000076000000280000000E0000000E0000000100
  46.       0400000000007000000000000000000000001000000000000000000000000000
  47.       80000080000000808000800000008000800080800000C0C0C000808080000000
  48.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  49.       33003333333033333300333333303333330033344440CCCC330033344440CCCC
  50.       330033334440CCC3330033334440CCC3330033333440CC33330033333440CC33
  51.       330033333340C333330033333340C33333003333333033333300333333333333
  52.       33003333333333333300}
  53.     OnClick = SpeedButton1Click
  54.   end
  55.   object SpeedButton2: TSpeedButton
  56.     Left = 312
  57.     Top = 176
  58.     Width = 23
  59.     Height = 23
  60.     Glyph.Data = {
  61.       E6000000424DE60000000000000076000000280000000E0000000E0000000100
  62.       0400000000007000000000000000000000001000000000000000000000000000
  63.       80000080000000808000800000008000800080800000C0C0C000808080000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  65.       33003333333033333300333333C043333300333333C04333330033333CC04433
  66.       330033333CC0443333003333CCC0444333003333CCC044433300333CCCC04444
  67.       3300333CCCC04444330033333330333333003333333033333300333333333333
  68.       33003333333333333300}
  69.     OnClick = SpeedButton2Click
  70.   end
  71.   object Label1: TLabel
  72.     Left = 56
  73.     Top = 80
  74.     Width = 203
  75.     Height = 16
  76.     Caption = 'PathToApp %1 (Your Parameters)'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -13
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.   end
  84.   object Button1: TButton
  85.     Left = 360
  86.     Top = 152
  87.     Width = 75
  88.     Height = 23
  89.     Caption = '&Ok'
  90.     ModalResult = 1
  91.     TabOrder = 0
  92.   end
  93.   object Button2: TButton
  94.     Left = 360
  95.     Top = 184
  96.     Width = 75
  97.     Height = 23
  98.     Cancel = True
  99.     Caption = '&Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 1
  102.   end
  103.   object Button3: TButton
  104.     Left = 360
  105.     Top = 8
  106.     Width = 75
  107.     Height = 23
  108.     Caption = '&Add'
  109.     TabOrder = 2
  110.     OnClick = Button3Click
  111.   end
  112.   object Button4: TButton
  113.     Left = 360
  114.     Top = 72
  115.     Width = 75
  116.     Height = 23
  117.     Caption = '&Delete'
  118.     TabOrder = 3
  119.     OnClick = Button4Click
  120.   end
  121.   object ListBox1: TListBox
  122.     Left = 16
  123.     Top = 128
  124.     Width = 289
  125.     Height = 97
  126.     ItemHeight = 13
  127.     Style = lbOwnerDrawFixed
  128.     TabOrder = 4
  129.     OnClick = ListBox1Click
  130.     OnDblClick = Button5Click
  131.     OnDrawItem = ListBox1DrawItem
  132.     OnMeasureItem = ListBox1MeasureItem
  133.   end
  134.   object Header1: THeader
  135.     Left = 16
  136.     Top = 104
  137.     Width = 289
  138.     Height = 25
  139.     Sections.Sections = (
  140.       #0'129'#0'Menu Name                     '
  141.       #0'61'#0'Parameters')
  142.     TabOrder = 5
  143.   end
  144.   object Button5: TButton
  145.     Left = 360
  146.     Top = 40
  147.     Width = 75
  148.     Height = 23
  149.     Caption = '&Edit'
  150.     TabOrder = 6
  151.     OnClick = Button5Click
  152.   end
  153. end
  154.