?? fmdatainput.dfm
字號(hào):
object FormDataInput: TFormDataInput
Left = 163
Top = 195
Width = 606
Height = 478
Caption = 'FormDataInput'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 598
Height = 249
Align = alTop
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Memo1: TMemo
Left = 0
Top = 290
Width = 598
Height = 154
Align = alClient
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 1
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 598
Height = 41
Align = alTop
Caption = 'Panel1'
TabOrder = 2
object Button1: TButton
Left = 16
Top = 8
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object DBNavigator1: TDBNavigator
Left = 121
Top = 8
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object Button2: TButton
Left = 384
Top = 8
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 488
Top = 8
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 3
OnClick = Button3Click
end
end
object DataSource1: TDataSource
Left = 104
Top = 152
end
object ADOTable1: TADOTable
Connection = DM.Conn
Left = 160
Top = 152
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -