123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- object FrmInitialize: TFrmInitialize
- Left = 0
- Top = 0
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = ' '#44592#52488#51221#48372' '#47196#46377
- ClientHeight = 64
- ClientWidth = 498
- 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 = (
- 498
- 64)
- PixelsPerInch = 96
- TextHeight = 17
- object ShpTitle: TShape
- Left = 4
- Top = 4
- Width = 490
- 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 = 471
- end
- object LblStatus: TcxLabel
- Left = 15
- Top = 6
- Caption = #44592#48376#51221#48372' '#52488#44592#54868#51473
- Transparent = True
- end
- object cxLabel1: TcxLabel
- Left = 31
- Top = 78
- Caption = #53076#46300#51221#48372' '#47196#46377'...'
- Transparent = True
- Visible = False
- end
- object cxLabel2: TcxLabel
- Left = 31
- Top = 104
- Caption = #54532#47196#49464#49828#51221#48372' '#47196#46377'...'
- Transparent = True
- Visible = False
- end
- object cxLabel3: TcxLabel
- Left = 31
- Top = 130
- Caption = 'VMS'#51221#48372' '#47196#46377'...'
- Transparent = True
- Visible = False
- end
- object cxLabel4: TcxLabel
- Left = 31
- Top = 156
- Caption = #51221#48372#51228#44277#44396#44036#51221#48372' '#47196#46377'...'
- Transparent = True
- Visible = False
- end
- object cxLabel5: TcxLabel
- Left = 31
- Top = 190
- Caption = 'VMS'#51221#48372#51228#44277#44396#44036#51221#48372' '#47196#46377'...'
- Transparent = True
- Visible = False
- end
- object cxLabel6: TcxLabel
- Left = 31
- Top = 216
- Caption = #46028#48156#48156#49373#51221#48372' '#47196#46377'...'
- Transparent = True
- Visible = False
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 176
- Top = 48
- end
- end
|