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

  1. object AddShellCommandDlg: TAddShellCommandDlg
  2.   Left = 268
  3.   Top = 219
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add Shell Command'
  6.   ClientHeight = 105
  7.   ClientWidth = 375
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 176
  20.     Height = 13
  21.     Caption = 'Menu name to display in popup menu'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 56
  26.     Width = 186
  27.     Height = 13
  28.     Caption = 'Parameter to pass on the command line'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 76
  33.     Width = 89
  34.     Height = 13
  35.     Caption = 'PathToApp + %1 +'
  36.   end
  37.   object MenuEdit: TEdit
  38.     Left = 32
  39.     Top = 24
  40.     Width = 225
  41.     Height = 21
  42.     TabOrder = 0
  43.     OnChange = MenuEditChange
  44.   end
  45.   object ParamEdit: TEdit
  46.     Left = 112
  47.     Top = 72
  48.     Width = 145
  49.     Height = 21
  50.     TabOrder = 1
  51.     OnChange = ParamEditChange
  52.     OnKeyDown = ParamEditKeyDown
  53.   end
  54.   object Button1: TButton
  55.     Left = 288
  56.     Top = 24
  57.     Width = 75
  58.     Height = 23
  59.     Caption = '&Ok'
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.   end
  63.   object Button2: TButton
  64.     Left = 288
  65.     Top = 56
  66.     Width = 75
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73. end
  74.