?? unit1.~dfm
字號:
object Form1: TForm1
Left = 209
Top = 245
Width = 460
Height = 233
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 433
Height = 81
Caption = #20027#32447#31243
TabOrder = 0
object TLabel
Left = 8
Top = 24
Width = 65
Height = 13
Caption = 'Waiting Time:'
end
object Label2: TLabel
Left = 16
Top = 60
Width = 53
Height = 13
Caption = 'Total Time:'
end
object Label3: TLabel
Left = 211
Top = 20
Width = 70
Height = 13
Caption = 'Sleeping Time:'
end
object edtTotal: TEdit
Left = 80
Top = 52
Width = 121
Height = 21
TabOrder = 0
Text = '0'
end
object edtWaiting: TEdit
Left = 80
Top = 16
Width = 121
Height = 21
TabOrder = 1
Text = '3'
end
object edtSleeping: TEdit
Left = 288
Top = 16
Width = 121
Height = 21
TabOrder = 2
Text = '3'
end
object btnWaiting: TButton
Left = 294
Top = 48
Width = 107
Height = 25
Caption = 'Waiting/Sleeping'
TabOrder = 3
OnClick = btnWaitingClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 104
Width = 433
Height = 97
Caption = #22810#32447#31243
TabOrder = 1
object Label6: TLabel
Left = 16
Top = 68
Width = 53
Height = 13
Caption = 'Total Time:'
end
object Label5: TLabel
Left = 8
Top = 28
Width = 65
Height = 13
Caption = 'Waiting Time:'
end
object Label7: TLabel
Left = 216
Top = 20
Width = 70
Height = 13
Caption = 'Sleeping Time:'
end
object edtWaitingThread: TEdit
Left = 80
Top = 20
Width = 121
Height = 21
TabOrder = 0
Text = '3'
end
object edtThreadTotal: TEdit
Left = 80
Top = 60
Width = 121
Height = 21
TabOrder = 1
Text = '0'
end
object edtSleepingThread: TEdit
Left = 296
Top = 20
Width = 121
Height = 21
TabOrder = 2
Text = '3'
end
object btnWaitingThread: TButton
Left = 296
Top = 56
Width = 105
Height = 25
Caption = 'Waiting/Sleeping'
TabOrder = 3
OnClick = btnWaitingThreadClick
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -