?? unit3.~dfm
字號:
object Form3: TForm3
Left = 233
Top = 148
Width = 415
Height = 142
Caption = #20195#30721#36830#25509#25968#25454
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 33
Top = 45
Width = 24
Height = 13
Caption = #22995#21517
end
object Label2: TLabel
Left = 31
Top = 79
Width = 24
Height = 13
Caption = #30005#35805
end
object Label3: TLabel
Left = 33
Top = 13
Width = 24
Height = 13
Caption = #32534#21495
end
object BitBtn1: TBitBtn
Left = 288
Top = 16
Width = 75
Height = 25
Caption = #26174#31034#20986#26469
TabOrder = 0
OnClick = BitBtn1Click
end
object txt_sName: TEdit
Left = 64
Top = 40
Width = 121
Height = 21
TabOrder = 1
Text = 'txt_sName'
end
object txt_sPhone: TEdit
Left = 64
Top = 74
Width = 121
Height = 21
TabOrder = 2
Text = 'txt_sPhone'
end
object txt_sID: TEdit
Left = 64
Top = 8
Width = 121
Height = 21
TabOrder = 3
Text = 'txt_sID'
end
object BitBtn2: TBitBtn
Left = 288
Top = 64
Width = 75
Height = 25
Caption = #20889#20837#25968#25454#24211
TabOrder = 4
OnClick = BitBtn2Click
end
object ADOQuery1: TADOQuery
Connection = Form1.Conn_Main
Parameters = <>
SQL.Strings = (
'Select * from Employee')
Left = 216
Top = 40
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -