unit6.~dfm
来自「这是本人网络数据库实习的程序,编程语言选择DELPHI7.0,完全个人编写.本程」· ~DFM 代码 · 共 141 行
~DFM
141 行
object bktj: Tbktj
Left = 247
Top = 115
Width = 567
Height = 424
Caption = #32479#35745
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 Label1: TLabel
Left = 80
Top = 80
Width = 161
Height = 41
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26041#27491#23002#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 88
Top = 168
Width = 200
Height = 40
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26041#27491#23002#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 320
Top = 168
Width = 200
Height = 40
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26041#27491#23002#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 88
Top = 248
Width = 200
Height = 40
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26041#27491#23002#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 320
Top = 248
Width = 200
Height = 40
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26041#27491#23002#20307
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 272
Top = 80
Width = 217
Height = 41
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26041#27491#23002#20307
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 40
Top = 24
Width = 209
Height = 33
AutoSize = False
Caption = #25253#21002#35746#38405#25490#34892':'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #21326#25991#24425#20113
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 216
Top = 304
Width = 105
Height = 41
Caption = #30830#23450
TabOrder = 0
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 32
Top = 64
Width = 489
Height = 225
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ADOQuery1: TADOQuery
Connection = login.ADOConnection1
CursorType = ctStatic
Parameters = <>
Top = 128
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Top = 160
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?