unit2.dfm
来自「Delphi写的小型桌面日历不错的!」· DFM 代码 · 共 55 行
DFM
55 行
object Form2: TForm2
Left = 293
Top = 283
Width = 603
Height = 456
Caption = 'Form2'
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 DBGrid1: TDBGrid
Left = 40
Top = 72
Width = 481
Height = 265
DataSource = DataModule1.dsClient
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 168
Top = 32
Width = 240
Height = 25
DataSource = DataModule1.dsClient
TabOrder = 1
end
object Button1: TButton
Left = 344
Top = 360
Width = 75
Height = 25
Caption = 'connect'
TabOrder = 2
OnClick = Button1Click
end
object ComboBox1: TComboBox
Left = 144
Top = 360
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?