?? unit1.dfm
字號:
object Form1: TForm1
Left = 228
Top = 117
Width = 504
Height = 158
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 Panel1: TPanel
Left = 0
Top = 0
Width = 496
Height = 131
Align = alClient
Caption = 'Panel1'
TabOrder = 0
object Doc_Ole: TOleContainer
Left = 1
Top = 71
Width = 494
Height = 59
Align = alBottom
Caption = 'Doc_Ole'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Button1: TButton
Left = 80
Top = 24
Width = 75
Height = 25
Caption = '讀取'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 24
Width = 75
Height = 25
Caption = '保存'
TabOrder = 2
OnClick = Button2Click
end
object TStaticText
Left = 8
Top = 72
Width = 4
Height = 4
TabOrder = 3
end
object TStaticText
Left = 272
Top = 72
Width = 4
Height = 4
TabOrder = 4
end
object Button3: TButton
Left = 312
Top = 24
Width = 75
Height = 25
Caption = '清空OLE'
TabOrder = 5
OnClick = Button3Click
end
object StaticText1: TStaticText
Left = 16
Top = 72
Width = 82
Height = 17
Caption = ' '
TabOrder = 6
end
object StaticText2: TStaticText
Left = 260
Top = 72
Width = 76
Height = 4
TabOrder = 7
end
end
object Table1: TTable
CachedUpdates = True
AutoRefresh = True
DatabaseName = 'student'
TableName = 'Doc_Ole'
Left = 8
end
object OpenDialog1: TOpenDialog
Left = 16
Top = 32
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -