home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / DESKTOP / IDA / IDA.EXE / 0 / RCDATA / TADDTOMENU / TADDTOMENU.txt < prev   
Text File  |  1997-06-17  |  3KB  |  166 lines

  1. object Addtomenu: TAddtomenu
  2.   Left = 235
  3.   Top = 317
  4.   ActiveControl = ProgName
  5.   BorderIcons = [biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add to menu'
  8.   ClientHeight = 157
  9.   ClientWidth = 468
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   PixelsPerInch = 120
  21.   TextHeight = 13
  22.   object NameLabel: TLabel
  23.     Left = 8
  24.     Top = 43
  25.     Width = 28
  26.     Height = 13
  27.     Caption = 'Name'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object ParameterLabel: TLabel
  36.     Left = 8
  37.     Top = 72
  38.     Width = 56
  39.     Height = 13
  40.     Caption = 'Parameters:'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object RunAsLabel: TLabel
  49.     Left = 8
  50.     Top = 99
  51.     Width = 37
  52.     Height = 13
  53.     Caption = 'Run as:'
  54.   end
  55.   object FysNameLabel: TLabel
  56.     Left = 8
  57.     Top = 16
  58.     Width = 19
  59.     Height = 13
  60.     Caption = 'File:'
  61.   end
  62.   object ItemImage: TImage
  63.     Left = 312
  64.     Top = 16
  65.     Width = 32
  66.     Height = 32
  67.   end
  68.   object ProgName: TEdit
  69.     Left = 81
  70.     Top = 40
  71.     Width = 215
  72.     Height = 21
  73.     HelpContext = 710
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object bOK: TButton
  83.     Left = 379
  84.     Top = 8
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ModalResult = 1
  95.     ParentFont = False
  96.     TabOrder = 3
  97.   end
  98.   object bCancel: TButton
  99.     Left = 379
  100.     Top = 42
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Cancel'
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ModalResult = 2
  110.     ParentFont = False
  111.     TabOrder = 4
  112.   end
  113.   object Parameter: TEdit
  114.     Left = 81
  115.     Top = 68
  116.     Width = 215
  117.     Height = 21
  118.     HelpContext = 720
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 1
  126.   end
  127.   object ShowState: TComboBox
  128.     Left = 81
  129.     Top = 96
  130.     Width = 215
  131.     Height = 21
  132.     HelpContext = 725
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ItemHeight = 13
  139.     Items.Strings = (
  140.       'Normal window'
  141.       'Minimized window'
  142.       'Maximized window')
  143.     ParentFont = False
  144.     TabOrder = 2
  145.     Text = 'Normal window'
  146.   end
  147.   object FysName: TEdit
  148.     Left = 80
  149.     Top = 12
  150.     Width = 217
  151.     Height = 21
  152.     TabOrder = 5
  153.   end
  154.   object FolderBrowse: TBrowseFolder
  155.     Flags = []
  156.     ShowPathInStatusArea = False
  157.     SyncCustomButton = False
  158.     Left = 328
  159.     Top = 88
  160.   end
  161.   object OpenDialog: TOpenDialog
  162.     Left = 376
  163.     Top = 96
  164.   end
  165. end
  166.