📄 myfirendinfor.dfm
字号:
object myfirend_infor: Tmyfirend_infor
Left = 192
Top = 144
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '好友资料'
ClientHeight = 247
ClientWidth = 472
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '新宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Scaled = False
OnCreate = FormCreate
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel2: TBevel
Left = 8
Top = 8
Width = 457
Height = 65
Shape = bsFrame
end
object Bevel1: TBevel
Left = 8
Top = 80
Width = 457
Height = 161
Shape = bsFrame
end
object Label1: TLabel
Left = 160
Top = 20
Width = 35
Height = 13
Caption = '昵称:'
Transparent = True
end
object Bevel6: TBevel
Left = 152
Top = 88
Width = 2
Height = 145
Shape = bsRightLine
end
object Label4: TLabel
Left = 160
Top = 92
Width = 56
Height = 13
Caption = '自我介绍'
Transparent = True
end
object Label2: TLabel
Left = 16
Top = 92
Width = 119
Height = 13
Caption = '图片尺寸(120*120)'
Transparent = True
end
object myimg: TImage
Left = 16
Top = 112
Width = 120
Height = 120
Center = True
Stretch = True
end
object Label6: TLabel
Left = 304
Top = 48
Width = 35
Height = 13
Caption = '电话:'
Transparent = True
end
object Label7: TLabel
Left = 160
Top = 48
Width = 35
Height = 13
Caption = '职务:'
Transparent = True
end
object Label8: TLabel
Left = 16
Top = 48
Width = 35
Height = 13
Caption = '部门:'
Transparent = True
end
object Label3: TLabel
Left = 16
Top = 20
Width = 35
Height = 13
Caption = '帐号:'
Transparent = True
end
object Edit2: TEdit
Left = 344
Top = 40
Width = 113
Height = 21
ReadOnly = True
TabOrder = 0
Text = 'Edit2'
end
object Edit3: TEdit
Left = 200
Top = 40
Width = 97
Height = 21
ReadOnly = True
TabOrder = 1
end
object Edit4: TEdit
Left = 56
Top = 40
Width = 97
Height = 21
ReadOnly = True
TabOrder = 2
Text = 'Edit4'
end
object RichEdit1: TRichEdit
Left = 160
Top = 112
Width = 297
Height = 121
HideScrollBars = False
Lines.Strings = (
'RichEdit1')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 3
end
object Edit1: TEdit
Left = 200
Top = 16
Width = 145
Height = 21
TabOrder = 4
Text = 'Edit1'
end
object Button1: TButton
Left = 308
Top = 18
Width = 35
Height = 18
Caption = '修改'
TabOrder = 5
OnClick = Button1Click
end
object Edit5: TEdit
Left = 56
Top = 16
Width = 97
Height = 21
ReadOnly = True
TabOrder = 6
Text = 'Edit4'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -