unit1.dfm
来自「利用C++ Builder程式撰寫出可以驗證台灣人身分證件是否為合法證件的 C 」· DFM 代码 · 共 54 行
DFM
54 行
object Form1: TForm1
Left = 192
Top = 107
Width = 151
Height = 113
BorderIcons = [biSystemMenu, biMinimize]
Caption = #36523#20998#35657#39511#35657
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 24
Width = 121
Height = 25
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#32048#26126#39636
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 8
Top = 0
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 8
Top = 56
Width = 121
Height = 25
Caption = #39511#35657
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?