home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMADDPROG / TFRMADDPROG.txt
Text File  |  2005-05-02  |  2KB  |  107 lines

  1. object frmAddProg: TfrmAddProg
  2.   Left = 205
  3.   Top = 251
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add/Edit External Program'
  7.   ClientHeight = 176
  8.   ClientWidth = 335
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 40
  25.     Width = 31
  26.     Height = 13
  27.     Caption = '&Name:'
  28.     FocusControl = edtName
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 96
  33.     Width = 98
  34.     Height = 13
  35.     Caption = 'Program &File or URL:'
  36.     FocusControl = edtEXE
  37.   end
  38.   object edtEXE: TFilenameEdit
  39.     Left = 8
  40.     Top = 112
  41.     Width = 321
  42.     Height = 21
  43.     Filter = 
  44.       'Applications (*.EXE)|*.EXE|Shortcuts (*.LNK)|*.LNK|Websites (*.U' +
  45.       'RL)|*.URL|All files (*.*)|*.*'
  46.     NumGlyphs = 1
  47.     TabOrder = 1
  48.     OnChange = edtEXEChange
  49.   end
  50.   object edtName: TEdit
  51.     Left = 8
  52.     Top = 56
  53.     Width = 321
  54.     Height = 21
  55.     TabOrder = 0
  56.     OnChange = edtEXEChange
  57.   end
  58.   object btnOK: TButton
  59.     Left = 8
  60.     Top = 144
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&OK'
  64.     Enabled = False
  65.     TabOrder = 2
  66.     OnClick = btnOKClick
  67.   end
  68.   object btnCancel: TButton
  69.     Left = 96
  70.     Top = 144
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&Cancel'
  74.     TabOrder = 3
  75.     OnClick = btnCancelClick
  76.   end
  77.   object Panel1: TPanel
  78.     Left = 0
  79.     Top = 0
  80.     Width = 335
  81.     Height = 29
  82.     Align = alTop
  83.     BevelOuter = bvLowered
  84.     Color = clNavy
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWhite
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     TabOrder = 4
  92.     object header: TLabel
  93.       Left = 13
  94.       Top = 6
  95.       Width = 97
  96.       Height = 16
  97.       Caption = 'Add a program'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clWhite
  100.       Font.Height = -13
  101.       Font.Name = 'Tahoma'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.     end
  105.   end
  106. end
  107.