📄 threadquedemo.~dfm
字号:
object MainForm: TMainForm
Left = 192
Top = 107
Width = 388
Height = 376
Caption = 'Demo Single Thread with Queue by Xiao Chong'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 72
Width = 81
Height = 16
Caption = 'Item in Queue'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 200
Top = 72
Width = 83
Height = 16
Caption = 'Item be Done'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Memo1: TMemo
Left = 184
Top = 96
Width = 185
Height = 225
ScrollBars = ssVertical
TabOrder = 0
end
object PushWork: TButton
Left = 8
Top = 16
Width = 75
Height = 25
Caption = 'PushWork'
TabOrder = 1
OnClick = PushWorkClick
end
object ThreadStart: TButton
Left = 104
Top = 16
Width = 75
Height = 25
Caption = 'ThreadStart'
TabOrder = 2
OnClick = ThreadStartClick
end
object StopThread: TButton
Left = 296
Top = 16
Width = 75
Height = 25
Caption = 'StopThread'
TabOrder = 3
OnClick = StopThreadClick
end
object Memo2: TMemo
Left = 16
Top = 96
Width = 153
Height = 225
ScrollBars = ssVertical
TabOrder = 4
end
object PauseThread: TButton
Left = 200
Top = 16
Width = 75
Height = 25
Caption = 'PauseThread'
TabOrder = 5
OnClick = PauseThreadClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -