1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- object FrmInitialize: TFrmInitialize
- Left = 0
- Top = 0
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = ' Basic information loading'
- ClientHeight = 59
- ClientWidth = 463
- Color = clBtnFace
- DoubleBuffered = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- OldCreateOrder = False
- Position = poOwnerFormCenter
- ShowHint = True
- OnClose = FormClose
- OnShow = FormShow
- DesignSize = (
- 463
- 59)
- PixelsPerInch = 96
- TextHeight = 17
- object ShpTitle: TShape
- Left = 4
- Top = 4
- Width = 455
- Height = 52
- Anchors = [akLeft, akTop, akRight]
- Brush.Style = bsClear
- Pen.Color = 10849679
- Pen.Width = 2
- ExplicitWidth = 539
- end
- object cxProgressBar1: TcxProgressBar
- Left = 13
- Top = 25
- Anchors = [akLeft, akTop, akRight]
- Properties.PeakValue = 50.000000000000000000
- TabOrder = 0
- Width = 436
- end
- object LblStatus: TcxLabel
- Left = 15
- Top = 6
- Caption = 'Initializing default information'
- Transparent = True
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 176
- Top = 48
- end
- end
|