📄 unit1.dfm
字号:
object Form1: TForm1
Left = 231
Top = 118
Width = 448
Height = 195
Caption = 'Ordinal Calculation'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 64
Top = 16
Width = 93
Height = 20
AutoSize = False
Caption = #36755#20837#23383#31526#20018
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 244
Top = 16
Width = 97
Height = 20
AutoSize = False
Caption = #25910#21462#25968#25454
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object txtInput: TEdit
Left = 56
Top = 40
Width = 145
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object cmdCalc: TButton
Left = 60
Top = 96
Width = 137
Height = 41
Caption = #23383#31526#20018#36865#20986
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = cmdCalcClick
end
object cmdClose: TButton
Left = 252
Top = 96
Width = 137
Height = 41
Caption = #32467#26463#31243#24207
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = cmdCloseClick
end
object txtCS: TEdit
Left = 244
Top = 40
Width = 145
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object Comm1: TComm
CommPort = pnCOM1
PortOpen = False
BaudRate = br9600
HwHandShaking = hhNone
SwHandShaking = shNone
DataBits = DB8
Parity = None
StopBits = SB1
InputLen = 0
RThreshold = 0
DTREnabled = False
RTSEnabled = False
DataCount = 1358962521
Left = 208
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -