Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

object InitValuesProgressForm: TInitValuesProgressForm
  Left = 565
  Top = 430
  BorderStyle = bsNone
  ClientHeight = 131
  ClientWidth = 359
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ProgressBar1: TProgressBar
    Left = 40
    Top = 56
    Width = 273
    Height = 33
    Min = 0
    Max = 10
    Smooth = True
    Step = 1
    TabOrder = 0
  end
  object Label1: TEdit
    Left = 40
    Top = 96
    Width = 273
    Height = 21
    ReadOnly = True
    TabOrder = 1
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 359
    Height = 41
    Align = alTop
    Caption = 'Initialisation Progress'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
end