home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TCOMPILEPROGRESSFORM / TCOMPILEPROGRESSFORM.txt
Encoding:
Text File  |  2003-12-15  |  5.1 KB  |  236 lines

  1. object CompileProgressForm: TCompileProgressForm
  2.   Left = 318
  3.   Top = 275
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Compile Progress'
  7.   ClientHeight = 202
  8.   ClientWidth = 276
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 229
  11.   Constraints.MinWidth = 284
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   OnShow = FormShow
  22.   DesignSize = (
  23.     276
  24.     202)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object btnClose: TButton
  28.     Left = 100
  29.     Top = 171
  30.     Width = 75
  31.     Height = 25
  32.     Anchors = [akBottom]
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     Default = True
  36.     TabOrder = 0
  37.   end
  38.   object PageControl1: TPageControl
  39.     Left = 0
  40.     Top = 4
  41.     Width = 275
  42.     Height = 147
  43.     ActivePage = TabSheet1
  44.     Anchors = [akLeft, akTop, akRight, akBottom]
  45.     Style = tsFlatButtons
  46.     TabIndex = 0
  47.     TabOrder = 1
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'Progress'
  50.       DesignSize = (
  51.         267
  52.         116)
  53.       object Bevel4: TBevel
  54.         Left = 0
  55.         Top = 0
  56.         Width = 267
  57.         Height = 116
  58.         Anchors = [akLeft, akTop, akRight, akBottom]
  59.         Style = bsRaised
  60.       end
  61.       object Bevel5: TBevel
  62.         Left = 56
  63.         Top = 88
  64.         Width = 69
  65.         Height = 21
  66.       end
  67.       object Bevel6: TBevel
  68.         Left = 188
  69.         Top = 88
  70.         Width = 69
  71.         Height = 21
  72.       end
  73.       object Bevel3: TBevel
  74.         Left = 55
  75.         Top = 60
  76.         Width = 202
  77.         Height = 21
  78.         Anchors = [akLeft, akTop, akRight]
  79.       end
  80.       object Bevel2: TBevel
  81.         Left = 55
  82.         Top = 36
  83.         Width = 202
  84.         Height = 21
  85.         Anchors = [akLeft, akTop, akRight]
  86.       end
  87.       object Bevel1: TBevel
  88.         Left = 56
  89.         Top = 8
  90.         Width = 201
  91.         Height = 21
  92.         Anchors = [akLeft, akTop, akRight]
  93.       end
  94.       object Label1: TLabel
  95.         Left = 8
  96.         Top = 12
  97.         Width = 43
  98.         Height = 13
  99.         Caption = 'Compiler:'
  100.       end
  101.       object lblCompiler: TLabel
  102.         Left = 60
  103.         Top = 12
  104.         Width = 50
  105.         Height = 13
  106.         Caption = 'lblCompiler'
  107.         Font.Charset = DEFAULT_CHARSET
  108.         Font.Color = clWindowText
  109.         Font.Height = -11
  110.         Font.Name = 'MS Sans Serif'
  111.         Font.Style = []
  112.         ParentFont = False
  113.       end
  114.       object Label3: TLabel
  115.         Left = 8
  116.         Top = 40
  117.         Width = 33
  118.         Height = 13
  119.         Caption = 'Status:'
  120.       end
  121.       object lblStatus: TLabel
  122.         Left = 60
  123.         Top = 40
  124.         Width = 40
  125.         Height = 13
  126.         Caption = 'lblStatus'
  127.         Font.Charset = DEFAULT_CHARSET
  128.         Font.Color = clWindowText
  129.         Font.Height = -11
  130.         Font.Name = 'MS Sans Serif'
  131.         Font.Style = []
  132.         ParentFont = False
  133.       end
  134.       object Label5: TLabel
  135.         Left = 8
  136.         Top = 64
  137.         Width = 19
  138.         Height = 13
  139.         Caption = 'File:'
  140.       end
  141.       object lblFile: TLabel
  142.         Left = 60
  143.         Top = 64
  144.         Width = 34
  145.         Height = 13
  146.         Caption = 'lblFile'
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = [fsBold]
  152.         ParentFont = False
  153.       end
  154.       object Label2: TLabel
  155.         Left = 8
  156.         Top = 92
  157.         Width = 30
  158.         Height = 13
  159.         Caption = 'Errors:'
  160.       end
  161.       object Label4: TLabel
  162.         Left = 136
  163.         Top = 92
  164.         Width = 48
  165.         Height = 13
  166.         Caption = 'Warnings:'
  167.       end
  168.       object lblErr: TLabel
  169.         Left = 60
  170.         Top = 92
  171.         Width = 61
  172.         Height = 13
  173.         Alignment = taRightJustify
  174.         AutoSize = False
  175.         Caption = 'lblErr'
  176.         Font.Charset = DEFAULT_CHARSET
  177.         Font.Color = clWindowText
  178.         Font.Height = -11
  179.         Font.Name = 'MS Sans Serif'
  180.         Font.Style = []
  181.         ParentFont = False
  182.       end
  183.       object lblWarn: TLabel
  184.         Left = 192
  185.         Top = 92
  186.         Width = 60
  187.         Height = 13
  188.         Alignment = taRightJustify
  189.         AutoSize = False
  190.         Caption = 'lblWarn'
  191.         Font.Charset = DEFAULT_CHARSET
  192.         Font.Color = clWindowText
  193.         Font.Height = -11
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = []
  196.         ParentFont = False
  197.       end
  198.     end
  199.     object TabSheet2: TTabSheet
  200.       Caption = 'Log'
  201.       ImageIndex = 1
  202.       object Memo1: TMemo
  203.         Left = 0
  204.         Top = 0
  205.         Width = 267
  206.         Height = 116
  207.         Align = alClient
  208.         Color = clBtnFace
  209.         Font.Charset = GREEK_CHARSET
  210.         Font.Color = clWindowText
  211.         Font.Height = -11
  212.         Font.Name = 'Courier New'
  213.         Font.Style = []
  214.         Lines.Strings = (
  215.           'Memo1')
  216.         ParentFont = False
  217.         ReadOnly = True
  218.         ScrollBars = ssBoth
  219.         TabOrder = 0
  220.         WantReturns = False
  221.         WordWrap = False
  222.       end
  223.     end
  224.   end
  225.   object pb: TProgressBar
  226.     Left = 4
  227.     Top = 151
  228.     Width = 268
  229.     Height = 17
  230.     Anchors = [akLeft, akRight, akBottom]
  231.     Min = 0
  232.     Max = 100
  233.     TabOrder = 2
  234.   end
  235. end
  236.