stat.dfm
来自「轴承表面质量缺陷识别与统计系统,基于DELPHI 7.0」· DFM 代码 · 共 62 行
DFM
62 行
object Statisticform: TStatisticform
Left = 192
Top = 114
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #34880#28082#32418#32454#32990#32479#35745#32467#26524
ClientHeight = 130
ClientWidth = 244
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 15
Top = 32
Width = 138
Height = 20
AutoSize = False
Caption = #32454#32990#24635#20010#25968#20026':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 155
Top = 29
Width = 70
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Button1: TButton
Left = 80
Top = 80
Width = 75
Height = 25
Caption = #30830#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?