📄 unit3.dfm
字号:
object Form3: TForm3
Left = 331
Top = 156
ActiveControl = DBGrid1
BorderStyle = bsDialog
Caption = #23398#29983#20449#24687#25805#20316
ClientHeight = 470
ClientWidth = 689
Color = clInfoBk
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 Label1: TLabel
Left = 16
Top = 8
Width = 41
Height = 17
AutoSize = False
Caption = #23398#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 40
Width = 41
Height = 17
AutoSize = False
Caption = #22995#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 72
Width = 65
Height = 17
AutoSize = False
Caption = #24615#21035
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 104
Width = 73
Height = 25
AutoSize = False
Caption = #27665#26063
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 296
Top = 8
Width = 41
Height = 17
AutoSize = False
Caption = #23398#38498
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 296
Top = 40
Width = 49
Height = 17
AutoSize = False
Caption = #19987#19994
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 296
Top = 72
Width = 41
Height = 17
AutoSize = False
Caption = #24180#32423
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 296
Top = 104
Width = 41
Height = 17
AutoSize = False
Caption = #29677#32423
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 560
Top = 8
Width = 113
Height = 21
Caption = #28155#21152
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 560
Top = 40
Width = 113
Height = 21
Caption = #21024#38500
TabOrder = 1
OnClick = Button2Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 128
Width = 657
Height = 297
DataSource = DataSource1
ReadOnly = True
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBEdit1: TDBEdit
Left = 56
Top = 8
Width = 217
Height = 21
DataField = #23398#21495
DataSource = DataSource1
TabOrder = 3
end
object DBEdit2: TDBEdit
Left = 56
Top = 40
Width = 217
Height = 21
DataField = #22995#21517
DataSource = DataSource1
TabOrder = 4
end
object DBEdit4: TDBEdit
Left = 56
Top = 104
Width = 217
Height = 21
DataField = #27665#26063
DataSource = DataSource1
TabOrder = 5
end
object DBEdit5: TDBEdit
Left = 336
Top = 8
Width = 217
Height = 21
DataField = #23398#38498
DataSource = DataSource1
TabOrder = 6
end
object DBEdit6: TDBEdit
Left = 336
Top = 40
Width = 217
Height = 21
DataField = #19987#19994
DataSource = DataSource1
TabOrder = 7
end
object DBEdit8: TDBEdit
Left = 336
Top = 104
Width = 217
Height = 21
DataField = #29677#32423
DataSource = DataSource1
TabOrder = 8
end
object DBNavigator1: TDBNavigator
Left = 16
Top = 432
Width = 650
Height = 25
DataSource = DataSource1
TabOrder = 9
end
object Button3: TButton
Left = 560
Top = 104
Width = 113
Height = 21
Caption = #20851#38381
TabOrder = 10
OnClick = Button3Click
end
object DBComboBox1: TDBComboBox
Left = 56
Top = 72
Width = 217
Height = 21
Style = csDropDownList
DataField = #24615#21035
DataSource = DataSource1
ItemHeight = 13
Items.Strings = (
#30007
#22899)
TabOrder = 11
end
object DBComboBox2: TDBComboBox
Left = 336
Top = 72
Width = 217
Height = 22
Style = csOwnerDrawVariable
DataField = #24180#32423
DataSource = DataSource1
ItemHeight = 16
Items.Strings = (
#22823#19968
#22823#20108
#22823#19977
#22823#22235)
TabOrder = 12
end
object Button4: TButton
Left = 560
Top = 72
Width = 113
Height = 21
Caption = #20445#23384#20462#25913
TabOrder = 13
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = ADOQuery1
OnStateChange = DataSource1StateChange
Left = 296
Top = 272
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=cx.mdb;Persist Secu' +
'rity Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from xsxx')
Left = 352
Top = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -