home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TRUNPARAMSDLG / TRUNPARAMSDLG.txt
Text File  |  1999-08-11  |  6KB  |  234 lines

  1. object RunParamsDlg: TRunParamsDlg
  2.   Left = 253
  3.   Top = 148
  4.   HelpContext = 1628
  5.   ActiveControl = ParamInput
  6.   BorderStyle = bsDialog
  7.   Caption = 'Run Parameters'
  8.   ClientHeight = 253
  9.   ClientWidth = 441
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   PopupMenu = PopupMenu1
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = RunParamsDlgShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 212
  22.     Width = 441
  23.     Height = 41
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     Caption = 'Panel1'
  27.     TabOrder = 1
  28.     object LoadProcButton: TButton
  29.       Left = 120
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Caption = '&Load'
  34.       ModalResult = 6
  35.       TabOrder = 0
  36.       OnClick = OKButtonClick
  37.     end
  38.     object OKButton: TButton
  39.       Left = 200
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Caption = 'OK'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 1
  47.       OnClick = OKButtonClick
  48.     end
  49.     object CancelButton: TButton
  50.       Left = 280
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Cancel = True
  55.       Caption = 'Cancel'
  56.       ModalResult = 2
  57.       TabOrder = 2
  58.     end
  59.     object HelpButton: TButton
  60.       Left = 360
  61.       Top = 8
  62.       Width = 75
  63.       Height = 25
  64.       Caption = '&Help'
  65.       TabOrder = 3
  66.       OnClick = HelpButtonClick
  67.     end
  68.   end
  69.   object PageControl1: TPageControl
  70.     Left = 0
  71.     Top = 0
  72.     Width = 441
  73.     Height = 212
  74.     ActivePage = LocalPage
  75.     Align = alClient
  76.     TabOrder = 0
  77.     OnChange = HostAppInputChange
  78.     OnChanging = PageControl1Changing
  79.     object LocalPage: TTabSheet
  80.       Caption = 'Local'
  81.       object GroupBox1: TGroupBox
  82.         Left = 8
  83.         Top = 8
  84.         Width = 417
  85.         Height = 53
  86.         Caption = ' Host &Application '
  87.         TabOrder = 0
  88.         object HostAppInput: THistoryPropComboBox
  89.           Left = 8
  90.           Top = 20
  91.           Width = 321
  92.           Height = 21
  93.           Enabled = False
  94.           ItemHeight = 13
  95.           TabOrder = 0
  96.           OnChange = HostAppInputChange
  97.           HistoryManager = EnvironmentOptions.HistoryLists
  98.           HistoryList = 'hlHostApplication'
  99.         end
  100.         object BrowseButton: TButton
  101.           Left = 334
  102.           Top = 18
  103.           Width = 75
  104.           Height = 25
  105.           Caption = '&Browse'
  106.           Enabled = False
  107.           TabOrder = 1
  108.           OnClick = BrowseButtonClick
  109.         end
  110.       end
  111.       object GroupBox2: TGroupBox
  112.         Left = 8
  113.         Top = 67
  114.         Width = 417
  115.         Height = 57
  116.         Caption = ' &Parameters '
  117.         TabOrder = 1
  118.         object ParamInput: THistoryPropComboBox
  119.           Left = 8
  120.           Top = 20
  121.           Width = 401
  122.           Height = 21
  123.           ItemHeight = 13
  124.           TabOrder = 0
  125.           HistoryManager = EnvironmentOptions.HistoryLists
  126.           HistoryList = 'hlRunParameters'
  127.         end
  128.       end
  129.       object ExecuteStartup: TCheckBox
  130.         Left = 8
  131.         Top = 160
  132.         Width = 377
  133.         Height = 17
  134.         Caption = '&Execute startup code on Load'
  135.         TabOrder = 2
  136.       end
  137.     end
  138.     object RemotePage: TTabSheet
  139.       Caption = 'Remote'
  140.       object GroupBox3: TGroupBox
  141.         Left = 8
  142.         Top = 8
  143.         Width = 417
  144.         Height = 81
  145.         Caption = ' Remote '
  146.         TabOrder = 0
  147.         object Label1: TLabel
  148.           Left = 8
  149.           Top = 23
  150.           Width = 65
  151.           Height = 13
  152.           Caption = '&Remote Path:'
  153.           FocusControl = RemotePath
  154.         end
  155.         object Label2: TLabel
  156.           Left = 8
  157.           Top = 51
  158.           Width = 65
  159.           Height = 13
  160.           Caption = 'Remote H&ost:'
  161.           FocusControl = RemoteHost
  162.         end
  163.         object RemotePath: THistoryPropComboBox
  164.           Left = 80
  165.           Top = 20
  166.           Width = 329
  167.           Height = 21
  168.           ItemHeight = 13
  169.           TabOrder = 0
  170.           OnChange = HostAppInputChange
  171.           HistoryManager = EnvironmentOptions.HistoryLists
  172.           HistoryList = 'hlRemotePath'
  173.         end
  174.         object RemoteHost: THistoryPropComboBox
  175.           Left = 80
  176.           Top = 48
  177.           Width = 329
  178.           Height = 21
  179.           ItemHeight = 13
  180.           TabOrder = 1
  181.           HistoryManager = EnvironmentOptions.HistoryLists
  182.           HistoryList = 'hlRemoteHost'
  183.         end
  184.       end
  185.       object GroupBox4: TGroupBox
  186.         Left = 8
  187.         Top = 95
  188.         Width = 417
  189.         Height = 57
  190.         Caption = ' &Parameters '
  191.         TabOrder = 1
  192.         object RemoteParams: THistoryPropComboBox
  193.           Left = 8
  194.           Top = 20
  195.           Width = 401
  196.           Height = 21
  197.           ItemHeight = 13
  198.           TabOrder = 0
  199.           HistoryManager = EnvironmentOptions.HistoryLists
  200.           HistoryList = 'hlRunParameters'
  201.         end
  202.       end
  203.       object RemoteDebug: TCheckBox
  204.         Left = 8
  205.         Top = 160
  206.         Width = 377
  207.         Height = 17
  208.         Caption = '&Debug project on remote machine'
  209.         TabOrder = 2
  210.       end
  211.     end
  212.   end
  213.   object BrowseDialog: TOpenDialog
  214.     Filter = 'Executable files (*.exe)|*.exe'
  215.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  216.     Left = 32
  217.     Top = 216
  218.   end
  219.   object PopupMenu1: TPopupMenu
  220.     Left = 82
  221.     Top = 218
  222.     object dNextPage: TMenuItem
  223.       Caption = 'Next Page'
  224.       Visible = False
  225.       OnClick = dNextPageClick
  226.     end
  227.     object dPrevpage: TMenuItem
  228.       Caption = 'Prev Page'
  229.       Visible = False
  230.       OnClick = dPrevpageClick
  231.     end
  232.   end
  233. end
  234.