home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 516
- Top = 256
- Width = 712
- Height = 507
- Caption = 'TThread, TTrackBar, TProgressBar'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 32
- Top = 8
- Width = 513
- Height = 169
- end
- object Bevel2: TBevel
- Left = 32
- Top = 200
- Width = 513
- Height = 169
- end
- object Label1: TLabel
- Left = 256
- Top = 104
- Width = 34
- Height = 13
- Caption = 'Priority:'
- end
- object Label2: TLabel
- Left = 248
- Top = 296
- Width = 34
- Height = 13
- Caption = 'Priority:'
- end
- object ProgressBar1: TProgressBar
- Left = 64
- Top = 32
- Width = 393
- Height = 25
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 0
- end
- object ProgressBar2: TProgressBar
- Left = 64
- Top = 224
- Width = 401
- Height = 25
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object Button1: TButton
- Left = 72
- Top = 80
- Width = 105
- Height = 25
- Caption = 'Create Thread'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 72
- Top = 272
- Width = 105
- Height = 25
- Caption = 'Create Thread'
- TabOrder = 3
- OnClick = Button2Click
- end
- object TrackBar1: TTrackBar
- Left = 296
- Top = 104
- Width = 193
- Height = 33
- Max = 6
- Orientation = trHorizontal
- Frequency = 1
- Position = 3
- SelEnd = 0
- SelStart = 0
- TabOrder = 4
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- object TrackBar2: TTrackBar
- Left = 288
- Top = 296
- Width = 193
- Height = 45
- Max = 6
- Orientation = trHorizontal
- Frequency = 1
- Position = 3
- SelEnd = 0
- SelStart = 0
- TabOrder = 5
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar2Change
- end
- object Button3: TButton
- Left = 72
- Top = 128
- Width = 105
- Height = 25
- Caption = 'Terminate Thread'
- TabOrder = 6
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 72
- Top = 320
- Width = 105
- Height = 25
- Caption = 'Terminate Thread'
- TabOrder = 7
- OnClick = Button4Click
- end
- end
-