?? unit2.dfm
字號:
object Form2: TForm2
Left = 153
Top = 69
BorderStyle = bsDialog
Caption = 'Form2'
ClientHeight = 446
ClientWidth = 687
Color = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 488
Top = 24
Width = 121
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Label1'
end
object DBMemo1: TDBMemo
Left = 64
Top = 72
Width = 553
Height = 89
Alignment = taCenter
Color = clInfoBk
DataField = #39064#30446
DataSource = DataSource1
Font.Charset = ANSI_CHARSET
Font.Color = clTeal
Font.Height = -16
Font.Name = #21326#25991#20013#23435
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Edit1: TEdit
Left = 264
Top = 192
Width = 177
Height = 25
AutoSize = False
Color = clInfoBk
TabOrder = 1
end
object Panel1: TPanel
Left = 72
Top = 192
Width = 137
Height = 25
Caption = #31572#26696
Color = clInfoBk
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -24
Font.Name = #21326#25991#34892#26999
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object Button1: TButton
Left = 80
Top = 272
Width = 75
Height = 25
Caption = #19978#19968#39064
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 232
Top = 272
Width = 75
Height = 25
Caption = #19979#19968#39064
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 376
Top = 272
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 520
Top = 272
Width = 75
Height = 25
Caption = #20132#21367
TabOrder = 6
OnClick = Button4Click
end
object DBGrid1: TDBGrid
Left = 104
Top = 312
Width = 489
Height = 120
DataSource = DataSource1
TabOrder = 7
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Visible = False
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 24
Top = 16
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=mytable'
Provider = 'SQLOLEDB.1'
Left = 64
Top = 16
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'TABLE1'
Left = 144
Top = 16
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 104
Top = 16
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -