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