?? unit3.dfm
字號:
object Form3: TForm3
Left = 381
Top = 158
Width = 547
Height = 453
Caption = #29992#25143#31649#29702
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 = 16
Top = 0
Width = 513
Height = 161
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'name'
Title.Caption = #29992#25143#21517#31216
Visible = True
end
item
Expanded = False
FieldName = 'password'
Title.Caption = #30331#38470#23494#30721
Width = 93
Visible = True
end
item
Expanded = False
FieldName = 'quanxian'
Title.Caption = #29992#25143#26435#38480
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 8
Top = 168
Width = 521
Height = 249
Caption = #22522#26412#20449#24687
TabOrder = 1
object Label2: TLabel
Left = 24
Top = 32
Width = 54
Height = 13
Caption = #29992' '#25143' '#21517#65306
end
object Label3: TLabel
Left = 24
Top = 104
Width = 60
Height = 13
Caption = #29992#25143#23494#30721#65306
end
object Label4: TLabel
Left = 24
Top = 176
Width = 60
Height = 13
Caption = #29992#25143#26435#38480#65306
end
object DBEdit2: TDBEdit
Left = 112
Top = 32
Width = 121
Height = 21
DataField = 'name'
DataSource = DataSource1
TabOrder = 0
end
object DBEdit3: TDBEdit
Left = 112
Top = 104
Width = 121
Height = 21
DataField = 'password'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit4: TDBEdit
Left = 112
Top = 168
Width = 121
Height = 21
DataField = 'quanxian'
DataSource = DataSource1
TabOrder = 2
end
object Button1: TButton
Left = 256
Top = 32
Width = 75
Height = 25
Caption = #19978#19968#26465
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 104
Width = 75
Height = 25
Caption = #19979#19968#26465
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 256
Top = 168
Width = 75
Height = 25
Caption = #27880#20876#26032#29992#25143
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 360
Top = 96
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 6
OnClick = Button4Click
end
object Button6: TButton
Left = 360
Top = 168
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 7
OnClick = Button6Click
end
object Button5: TButton
Left = 360
Top = 32
Width = 75
Height = 25
Action = DataSetDelete1
Caption = #21024#38500
TabOrder = 8
end
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 56
Top = 24
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog='#25945#26448#35746#36141#31649#29702#31995#32479';Data Source=(local)'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from login')
Left = 96
Top = 80
end
object ActionList1: TActionList
Left = 448
Top = 32
object DataSetDelete1: TDataSetDelete
Category = 'Dataset'
Caption = 'DataSetDelete1'
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -