Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2218 sbetterm 1
object InitValuesProgressForm: TInitValuesProgressForm
2
  Left = 565
3
  Top = 430
4
  BorderStyle = bsNone
5
  ClientHeight = 131
6
  ClientWidth = 359
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  FormStyle = fsStayOnTop
14
  OldCreateOrder = False
15
  PixelsPerInch = 96
16
  TextHeight = 13
17
  object ProgressBar1: TProgressBar
18
    Left = 40
19
    Top = 56
20
    Width = 273
21
    Height = 33
22
    Min = 0
23
    Max = 10
24
    Smooth = True
25
    Step = 1
26
    TabOrder = 0
27
  end
28
  object Label1: TEdit
29
    Left = 40
30
    Top = 96
31
    Width = 273
32
    Height = 21
33
    ReadOnly = True
34
    TabOrder = 1
35
  end
36
  object Panel1: TPanel
37
    Left = 0
38
    Top = 0
39
    Width = 359
40
    Height = 41
41
    Align = alTop
42
    Caption = 'Initialisation Progress'
43
    Font.Charset = DEFAULT_CHARSET
44
    Font.Color = clWindowText
45
    Font.Height = -19
46
    Font.Name = 'MS Sans Serif'
47
    Font.Style = []
48
    ParentFont = False
49
    TabOrder = 2
50
  end
51
end