home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZMC.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Encoding:
Text File  |  2004-05-19  |  1.3 KB  |  69 lines

  1. object Form9: TForm9
  2.   Left = 213
  3.   Top = 236
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit shell executable'
  7.   ClientHeight = 148
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnHelp = FormHelp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 14
  23.     Width = 230
  24.     Height = 13
  25.     Caption = '&Shell executable with command line parameters:'
  26.     FocusControl = Edit1
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 28
  30.     Top = 35
  31.     Width = 330
  32.     Height = 21
  33.     HelpContext = 8001
  34.     TabOrder = 0
  35.   end
  36.   object Button1: TButton
  37.     Left = 109
  38.     Top = 112
  39.     Width = 75
  40.     Height = 23
  41.     HelpContext = 8003
  42.     Caption = '&OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object Button2: TButton
  48.     Left = 200
  49.     Top = 112
  50.     Width = 75
  51.     Height = 23
  52.     HelpContext = 8004
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object Button3: TButton
  59.     Left = 28
  60.     Top = 63
  61.     Width = 75
  62.     Height = 23
  63.     HelpContext = 8002
  64.     Caption = '&Browse'
  65.     TabOrder = 3
  66.     OnClick = Button3Click
  67.   end
  68. end
  69.