home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFCUSTOM / TFCUSTOM.txt
Text File  |  2006-09-21  |  3KB  |  144 lines

  1. object fCustom: TfCustom
  2.   Left = 271
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New custom script'
  7.   ClientHeight = 337
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblName: TLabel
  21.     Left = 8
  22.     Top = 128
  23.     Width = 28
  24.     Height = 13
  25.     Caption = 'Name'
  26.   end
  27.   object lblDescription: TLabel
  28.     Left = 8
  29.     Top = 184
  30.     Width = 53
  31.     Height = 13
  32.     Caption = 'Description'
  33.   end
  34.   object lblText: TLabel
  35.     Left = 8
  36.     Top = 240
  37.     Width = 21
  38.     Height = 13
  39.     Caption = 'Text'
  40.   end
  41.   object lblPath: TLabel
  42.     Left = 8
  43.     Top = 72
  44.     Width = 22
  45.     Height = 13
  46.     Caption = 'Path'
  47.   end
  48.   object edName: TEdit
  49.     Left = 8
  50.     Top = 144
  51.     Width = 274
  52.     Height = 21
  53.     HelpContext = 1291
  54.     TabOrder = 2
  55.   end
  56.   object edDescription: TEdit
  57.     Left = 8
  58.     Top = 200
  59.     Width = 274
  60.     Height = 21
  61.     HelpContext = 5280
  62.     TabOrder = 3
  63.   end
  64.   object edText: TEdit
  65.     Left = 8
  66.     Top = 256
  67.     Width = 274
  68.     Height = 21
  69.     HelpContext = 4532
  70.     TabOrder = 4
  71.   end
  72.   object rgWhat: TRadioGroup
  73.     Left = 8
  74.     Top = 12
  75.     Width = 274
  76.     Height = 41
  77.     HelpContext = 1291
  78.     Caption = 'This is new'
  79.     Columns = 2
  80.     ItemIndex = 0
  81.     Items.Strings = (
  82.       'ASP command'
  83.       'Folder')
  84.     TabOrder = 0
  85.     OnClick = rgWhatClick
  86.   end
  87.   object cmbPath: TComboBox
  88.     Left = 8
  89.     Top = 88
  90.     Width = 274
  91.     Height = 21
  92.     HelpContext = 5270
  93.     ItemHeight = 13
  94.     TabOrder = 1
  95.   end
  96.   object BtnOk: TButton
  97.     Left = 29
  98.     Top = 305
  99.     Width = 72
  100.     Height = 22
  101.     HelpContext = 49
  102.     Default = True
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 5
  110.     OnClick = btnOkClick
  111.   end
  112.   object BtnCancel: TButton
  113.     Left = 108
  114.     Top = 305
  115.     Width = 72
  116.     Height = 22
  117.     HelpContext = 44
  118.     Cancel = True
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ModalResult = 2
  125.     ParentFont = False
  126.     TabOrder = 6
  127.   end
  128.   object BtnHelp: TButton
  129.     Left = 187
  130.     Top = 305
  131.     Width = 72
  132.     Height = 22
  133.     HelpContext = 7
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 7
  141.     OnClick = BtnHelpClick
  142.   end
  143. end
  144.