1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- object FrmDbProgress: TFrmDbProgress
- Left = 0
- Top = 0
- Cursor = crHourGlass
- ActiveControl = Edit1
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = ' '#49345#53468
- ClientHeight = 88
- ClientWidth = 383
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnClose = FormClose
- OnShow = FormShow
- DesignSize = (
- 383
- 88)
- PixelsPerInch = 96
- TextHeight = 17
- object Label1: TLabel
- Left = 7
- Top = 6
- Width = 26
- Height = 17
- Caption = #51089#50629
- Transparent = True
- end
- object btnCancel: TButton
- Left = 303
- Top = 57
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object PbProgress: TcxProgressBar
- Left = 3
- Top = 24
- Cursor = crHourGlass
- AutoSize = False
- ParentColor = False
- ParentFont = False
- Position = 50.000000000000000000
- Properties.BarStyle = cxbsGradient
- Properties.BeginColor = 54056
- Properties.PeakSize = 1
- Properties.PeakValue = 50.000000000000000000
- Properties.ShowTextStyle = cxtsText
- Properties.SolidTextColor = True
- Properties.Text = #54532#47196#44536#47016' '#44592#52488' '#45936#51060#53552' '#47196#46377
- Properties.TransparentImage = False
- Style.Font.Charset = DEFAULT_CHARSET
- Style.Font.Color = clWindowText
- Style.Font.Height = -13
- Style.Font.Name = #47569#51008' '#44256#46357
- Style.Font.Style = [fsBold]
- Style.Shadow = False
- Style.TransparentBorder = False
- Style.IsFontAssigned = True
- StyleHot.TextStyle = [fsBold]
- TabOrder = 2
- Height = 28
- Width = 374
- end
- object Edit1: TEdit
- Left = -300
- Top = 64
- Width = 121
- Height = 25
- ImeName = 'Microsoft Office IME 2007'
- TabOrder = 0
- Text = 'Edit1'
- end
- object TmrProgress: TTimer
- Enabled = False
- Interval = 600
- OnTimer = TmrProgressTimer
- Left = 127
- Top = 56
- end
- end
|