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

  1. object FrmProgressionSyntax: TFrmProgressionSyntax
  2.   Left = 282
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Syntax checking'
  7.   ClientHeight = 184
  8.   ClientWidth = 368
  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.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel2: TBevel
  23.     Left = 12
  24.     Top = 12
  25.     Width = 345
  26.     Height = 129
  27.     Style = bsRaised
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 24
  31.     Top = 24
  32.     Width = 321
  33.     Height = 20
  34.   end
  35.   object lblProject: TLabel
  36.     Left = 32
  37.     Top = 27
  38.     Width = 36
  39.     Height = 13
  40.     Caption = 'Project:'
  41.   end
  42.   object lblProjectName: TLabel
  43.     Left = 74
  44.     Top = 27
  45.     Width = 265
  46.     Height = 13
  47.     AutoSize = False
  48.   end
  49.   object Bevel3: TBevel
  50.     Left = 24
  51.     Top = 48
  52.     Width = 321
  53.     Height = 20
  54.   end
  55.   object Bevel4: TBevel
  56.     Left = 24
  57.     Top = 72
  58.     Width = 153
  59.     Height = 20
  60.   end
  61.   object Bevel5: TBevel
  62.     Left = 184
  63.     Top = 72
  64.     Width = 161
  65.     Height = 19
  66.   end
  67.   object lblTotalLineName: TLabel
  68.     Left = 192
  69.     Top = 75
  70.     Width = 55
  71.     Height = 13
  72.     Caption = 'Total Lines:'
  73.   end
  74.   object lblTotalLine: TLabel
  75.     Left = 334
  76.     Top = 75
  77.     Width = 6
  78.     Height = 13
  79.     Alignment = taRightJustify
  80.     Caption = '0'
  81.   end
  82.   object lblCurrentLineName: TLabel
  83.     Left = 32
  84.     Top = 75
  85.     Width = 60
  86.     Height = 13
  87.     Caption = 'Current Line:'
  88.   end
  89.   object lblCurrentLine: TLabel
  90.     Left = 165
  91.     Top = 75
  92.     Width = 6
  93.     Height = 13
  94.     Alignment = taRightJustify
  95.     Caption = '0'
  96.   end
  97.   object Bevel6: TBevel
  98.     Left = 24
  99.     Top = 96
  100.     Width = 153
  101.     Height = 20
  102.   end
  103.   object Bevel7: TBevel
  104.     Left = 184
  105.     Top = 96
  106.     Width = 161
  107.     Height = 19
  108.   end
  109.   object lblWarningName: TLabel
  110.     Left = 32
  111.     Top = 99
  112.     Width = 43
  113.     Height = 13
  114.     Caption = 'Warning:'
  115.   end
  116.   object lblWarningTotal: TLabel
  117.     Left = 165
  118.     Top = 99
  119.     Width = 6
  120.     Height = 13
  121.     Alignment = taRightJustify
  122.     Caption = '0'
  123.   end
  124.   object lblErrorName: TLabel
  125.     Left = 192
  126.     Top = 99
  127.     Width = 25
  128.     Height = 13
  129.     Caption = 'Error:'
  130.   end
  131.   object lblErrorTotal: TLabel
  132.     Left = 334
  133.     Top = 99
  134.     Width = 6
  135.     Height = 13
  136.     Alignment = taRightJustify
  137.     Caption = '0'
  138.   end
  139.   object lblStatus: TLabel
  140.     Left = 32
  141.     Top = 51
  142.     Width = 143
  143.     Height = 13
  144.     Caption = 'Status: There is no error.'
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clWindowText
  147.     Font.Height = -12
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = [fsBold]
  150.     ParentFont = False
  151.   end
  152.   object btnCancel: TButton
  153.     Left = 147
  154.     Top = 150
  155.     Width = 75
  156.     Height = 26
  157.     Cancel = True
  158.     Caption = '&Cancel'
  159.     Default = True
  160.     ModalResult = 2
  161.     TabOrder = 0
  162.   end
  163. end
  164.