home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 236
- Top = 242
- Width = 537
- Height = 254
- Caption = 'Progressor demo'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- TextHeight = 16
- object StatusPanel: TPanel
- Left = 0
- Top = 192
- Width = 529
- Height = 31
- Align = alBottom
- BevelWidth = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- object ProgressPanel: TPanel
- Left = 289
- Top = 2
- Width = 238
- Height = 27
- Hint = 'Progress status'
- Align = alRight
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 0
- Visible = False
- object Gauge: TGauge
- Left = 28
- Top = 4
- Width = 73
- Height = 21
- Progress = 0
- end
- object ProgressLabel: TLabel
- Left = 108
- Top = 6
- Width = 125
- Height = 16
- Caption = 'ProgressLabel'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object FineLabel: TLabel
- Left = 4
- Top = 6
- Width = 7
- Height = 16
- Caption = '0'
- end
- end
- object StatusLine: TPanel
- Left = 2
- Top = 2
- Width = 287
- Height = 27
- Hint = 'Status line'
- Align = alClient
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 1
- object StatusLabel: TLabel
- Left = 4
- Top = 6
- Width = 69
- Height = 16
- Caption = 'StatusLabel'
- end
- end
- end
- object ToolBar: TPanel
- Left = 0
- Top = 0
- Width = 529
- Height = 33
- Align = alTop
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object RunBtn: TSpeedButton
- Left = 8
- Top = 4
- Width = 25
- Height = 25
- Hint = 'Run|Run demo operation'
- Glyph.Data = {
- 10010000424D1001000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770877777
- 7777777770087777777777777700877777777777770B0877777777770000B087
- 777777770BBFBB087777777770FB00007777777770BFB08777777700000BFB08
- 7777770FBFBFBFB087777770FBFB000077777770BFBFB087777777770BFBFB08
- 777777770FFFBFF08777777770FBFFBF08777777700000000077000000000000
- 0000000000000000000000000000000000000000}
- OnClick = RunBtnClick
- end
- object AbortBtn: TSpeedButton
- Left = 32
- Top = 4
- Width = 25
- Height = 25
- Hint = 'Abort|Abort demo operation'
- Enabled = False
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
- 33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
- 993337777F777F3377F3393999707333993337F77737333337FF993399933333
- 399377F3777FF333377F993339903333399377F33737FF33377F993333707333
- 399377F333377FF3377F993333101933399377F333777FFF377F993333000993
- 399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
- 99333773FF777F777733339993707339933333773FF7FFF77333333999999999
- 3333333777333777333333333999993333333333377777333333}
- NumGlyphs = 2
- OnClick = AbortBtnClick
- end
- end
- object CoarseObserver: TProgressObserver
- Accuracy = 10
- BusyCursor = crDefault
- OnDescriptionChange = CoarseObserverDescriptionChange
- OnFinish = CoarseObserverFinish
- OnProgressChange = CoarseObserverProgressChange
- OnStart = CoarseObserverStart
- Left = 4
- Top = 36
- end
- object FineObserver: TProgressObserver
- Accuracy = 1
- BusyCursor = crDefault
- OnProgressChange = FineObserverProgressChange
- Left = 32
- Top = 36
- end
- end
-