unit1.dfm
来自「ToolBar工具栏控件的使用,动态建立主菜单选项,窗口界面的动态分隔条」· DFM 代码 · 共 50 行
DFM
50 行
object Form1: TForm1
Left = 209
Top = 171
Width = 316
Height = 160
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 10
Height = 13
Caption = 'IP'
end
object Button1: TButton
Left = 216
Top = 16
Width = 75
Height = 25
Caption = 'Show'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 72
Top = 16
Width = 121
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
TabOrder = 1
Text = '127.0.0.1'
end
object Edit2: TEdit
Left = 40
Top = 64
Width = 225
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?