fmclientmain.dfm
来自「这是不可多得的源代码」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 252
Top = 124
Width = 495
Height = 355
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Memo1: TMemo
Left = 0
Top = 0
Width = 487
Height = 199
Align = alTop
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 41
Top = 211
Width = 97
Height = 33
Caption = 'Factory'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 146
Top = 211
Width = 97
Height = 33
Caption = 'Facade'
TabOrder = 2
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 252
Top = 211
Width = 97
Height = 33
TabOrder = 3
Kind = bkClose
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?