Statistics
| Branch: | Tag: | Revision:

root / Client / UfrmInitialize.lfm @ 0:95bd93c28625

History | View | Annotate | Download (799 Bytes)

1
object frmInitialize: TfrmInitialize
2
  Left = 290
3
  Height = 65
4
  Top = 171
5
  Width = 241
6
  HorzScrollBar.Page = 240
7
  VertScrollBar.Page = 64
8
  BorderIcons = []
9
  BorderStyle = bsDialog
10
  Caption = 'Please wait ...'
11
  ClientHeight = 65
12
  ClientWidth = 241
13
  OnClose = FormClose
14
  OnCreate = FormCreate
15
  Position = poScreenCenter
16
  object pnlMain: TPanel
17
    Left = 8
18
    Height = 50
19
    Top = 8
20
    Width = 226
21
    BevelInner = bvRaised
22
    BevelOuter = bvLowered
23
    ClientHeight = 50
24
    ClientWidth = 226
25
    TabOrder = 0
26
    object lblStatus: TLabel
27
      Left = 8
28
      Height = 32
29
      Top = 8
30
      Width = 208
31
      Alignment = taCenter
32
      AutoSize = False
33
      Layout = tlCenter
34
      ParentColor = False
35
      WordWrap = True
36
    end
37
  end
38
end