📄 frommain.dfm
字号:
object frmmain: Tfrmmain
Left = 192
Top = 114
Width = 696
Height = 480
Caption = #20132#36890#28783#31649#21046
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 imgMain: TImage
Left = 32
Top = 24
Width = 400
Height = 400
end
object GroupBox1: TGroupBox
Left = 464
Top = 32
Width = 209
Height = 105
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 16
Width = 60
Height = 13
Caption = #32511#28783#26102#38388#65306
end
object Label3: TLabel
Left = 24
Top = 48
Width = 60
Height = 13
Caption = #40644#28783#26102#38388#65306
end
object edtGreen: TEdit
Left = 112
Top = 16
Width = 65
Height = 21
TabOrder = 0
Text = '3'
end
object edtYellow: TEdit
Left = 112
Top = 48
Width = 65
Height = 21
TabOrder = 1
Text = '1'
end
end
object GroupBox2: TGroupBox
Left = 464
Top = 160
Width = 209
Height = 105
TabOrder = 1
object Label2: TLabel
Left = 24
Top = 16
Width = 72
Height = 13
Caption = #21021#22987#36710#36742#25968#65306
end
object Label4: TLabel
Left = 16
Top = 48
Width = 96
Height = 13
Caption = #21333#36947#26368#22810#36710#36742#25968#65306
end
object edtD1: TEdit
Left = 120
Top = 16
Width = 49
Height = 21
TabOrder = 0
Text = '3'
end
object edtMax: TEdit
Left = 120
Top = 48
Width = 49
Height = 21
TabOrder = 1
Text = '10'
end
end
object GroupBox3: TGroupBox
Left = 472
Top = 296
Width = 193
Height = 113
TabOrder = 2
object btnStart: TButton
Left = 16
Top = 24
Width = 41
Height = 65
Caption = #24320#22987
TabOrder = 0
OnClick = btnStartClick
end
object btnStop: TButton
Left = 80
Top = 24
Width = 41
Height = 65
Caption = #20572#27490
TabOrder = 1
OnClick = btnStopClick
end
object Button1: TButton
Left = 144
Top = 24
Width = 41
Height = 65
Caption = #32467#26463
TabOrder = 2
OnClick = Button1Click
end
end
object timerMain: TTimer
OnTimer = timerMainTimer
Left = 152
Top = 152
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -