📄 unit1.dfm
字号:
object Form1: TForm1
Left = 410
Top = 332
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 64
Top = 256
Width = 537
Height = 137
Pen.Color = clGreen
Pen.Style = psInsideFrame
Pen.Width = 2
end
object Shape2: TShape
Left = 66
Top = 280
Width = 534
Height = 29
Pen.Color = clGreen
end
object Shape3: TShape
Left = 192
Top = 258
Width = 233
Height = 23
end
object Label1: TLabel
Left = 88
Top = 264
Width = 48
Height = 13
Caption = #25151#38388#31867#22411
Transparent = True
end
object Shape4: TShape
Left = 176
Top = 120
Width = 105
Height = 81
Pen.Color = clGreen
Pen.Width = 10
end
object Shape5: TShape
Left = 40
Top = 104
Width = 65
Height = 65
Brush.Color = clRed
Pen.Color = clMaroon
Pen.Width = 5
end
object Label2: TLabel
Left = 168
Top = 16
Width = 32
Height = 13
Caption = 'Label2'
end
object Button1: TButton
Left = 72
Top = 72
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 72
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 304
Top = 80
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 2
end
object Button4: TButton
Left = 440
Top = 96
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 3
end
object Button5: TButton
Left = 560
Top = 96
Width = 75
Height = 25
Caption = 'Button5'
TabOrder = 4
end
object Button6: TButton
Left = 88
Top = 168
Width = 75
Height = 25
Caption = 'Button6'
TabOrder = 5
end
object Edit1: TEdit
Left = 194
Top = 261
Width = 225
Height = 17
BevelInner = bvSpace
BevelOuter = bvNone
BorderStyle = bsNone
TabOrder = 6
Text = 'Edit1'
end
object Panel1: TPanel
Left = 184
Top = 128
Width = 89
Height = 65
Caption = 'Panel1'
Color = clMaroon
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -