📄 unit2.~dfm
字号:
object Form2: TForm2
Left = 199
Top = 105
Width = 607
Height = 350
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 249
Height = 323
Align = alLeft
Caption = 'Panel1'
TabOrder = 0
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 247
Height = 321
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object Panel2: TPanel
Left = 360
Top = 0
Width = 239
Height = 323
Align = alRight
Caption = 'Panel2'
TabOrder = 1
object DBGrid2: TDBGrid
Left = 1
Top = 1
Width = 237
Height = 321
Align = alClient
DataSource = DataSource2
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object Panel3: TPanel
Left = 249
Top = 0
Width = 111
Height = 323
Align = alClient
TabOrder = 2
object GroupBox1: TGroupBox
Left = 1
Top = 1
Width = 109
Height = 96
Align = alTop
Caption = #24038#34920
TabOrder = 0
object Button1: TButton
Left = 16
Top = 40
Width = 75
Height = 25
Caption = #26174#31034
TabOrder = 0
OnClick = Button1Click
end
end
object GroupBox2: TGroupBox
Left = 1
Top = 256
Width = 109
Height = 66
Align = alBottom
Caption = #21491#34920
TabOrder = 1
object Button2: TButton
Left = 16
Top = 24
Width = 75
Height = 25
Caption = #26174#31034
TabOrder = 0
OnClick = Button2Click
end
end
object BitBtn1: TBitBtn
Left = 16
Top = 200
Width = 75
Height = 25
TabOrder = 2
Kind = bkClose
end
object Button3: TButton
Left = 16
Top = 136
Width = 75
Height = 25
Caption = #22270#34920#34920#31034
TabOrder = 3
end
end
object Query1: TQuery
DatabaseName = 'slagging'
Left = 200
end
object DataSource1: TDataSource
DataSet = Query1
Left = 104
Top = 16
end
object DataSource2: TDataSource
DataSet = Query2
Left = 472
Top = 40
end
object Query2: TQuery
DatabaseName = 'slagging'
Left = 416
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -