?? unit1.dfm
字號:
object Form1: TForm1
Left = 400
Top = 263
Width = 870
Height = 640
Caption = 'Form1'
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 = 448
Top = 104
Width = 23
Height = 13
Caption = #29238'ID'
end
object Label2: TLabel
Left = 448
Top = 136
Width = 35
Height = 13
Caption = #33258#36523'ID'
end
object Label3: TLabel
Left = 448
Top = 168
Width = 59
Height = 13
Caption = #33258#36523'VALUE'
end
object TreeView1: TTreeView
Left = 32
Top = 32
Width = 297
Height = 441
Indent = 19
PopupMenu = PopupMenu1
TabOrder = 0
OnChange = TreeView1Change
end
object du: TButton
Left = 424
Top = 32
Width = 75
Height = 25
Caption = #35835#21462
TabOrder = 1
OnClick = duClick
end
object Edit1: TEdit
Left = 512
Top = 96
Width = 121
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object Edit2: TEdit
Left = 512
Top = 128
Width = 121
Height = 21
TabOrder = 3
Text = 'Edit2'
end
object Edit3: TEdit
Left = 512
Top = 160
Width = 121
Height = 21
TabOrder = 4
Text = 'Edit3'
end
object change: TButton
Left = 504
Top = 32
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 5
OnClick = changeClick
end
object add: TButton
Left = 584
Top = 32
Width = 75
Height = 25
Caption = #28155#21152#30446#24405
TabOrder = 6
OnClick = addClick
end
object addchild: TButton
Left = 664
Top = 32
Width = 75
Height = 25
Caption = #28155#21152#23376#30446#24405
TabOrder = 7
OnClick = addchildClick
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=fang'
Parameters = <>
Left = 360
Top = 32
end
object PopupMenu1: TPopupMenu
Left = 392
Top = 264
object Nadd: TMenuItem
Caption = #28155#21152#30446#24405
OnClick = NaddClick
end
object Naddchild: TMenuItem
Caption = #28155#21152#23376#30446#24405
OnClick = NaddchildClick
end
object Nchange: TMenuItem
Caption = #20462#25913#30446#24405
OnClick = NchangeClick
end
object Ndelete: TMenuItem
Caption = #21024#38500#30446#24405
OnClick = NdeleteClick
end
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -