📄 unit1.dfm
字号:
object Form1: TForm1
Left = 310
Top = 252
Width = 557
Height = 358
Caption = 'Form1'
Color = clBtnFace
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 = 8
Top = 136
Width = 33
Height = 17
AutoSize = False
Caption = 'TIT'#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 168
Width = 33
Height = 17
AutoSize = False
Caption = 'URL'#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 6
Top = 226
Width = 163
Height = 17
AutoSize = False
Caption = 'CONTENT'#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 8
Top = 200
Width = 33
Height = 17
AutoSize = False
Caption = 'PIC'#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 176
Top = 8
Width = 369
Height = 313
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 92
Top = 48
Width = 75
Height = 25
Caption = #36816#34892'SQL'#21629#20196
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 8
Top = 16
Width = 75
Height = 25
Caption = #25554#20837#35760#24405
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 48
Top = 136
Width = 121
Height = 21
TabOrder = 3
end
object Edit2: TEdit
Left = 48
Top = 168
Width = 121
Height = 21
TabOrder = 4
end
object Edit3: TEdit
Left = 48
Top = 200
Width = 121
Height = 21
TabOrder = 5
end
object Memo1: TMemo
Left = 8
Top = 240
Width = 161
Height = 81
TabOrder = 6
end
object Button3: TButton
Left = 92
Top = 16
Width = 75
Height = 25
Caption = #26356#26032#25968#25454
TabOrder = 7
OnClick = Button3Click
end
object Button4: TButton
Left = 8
Top = 48
Width = 75
Height = 25
Caption = #21024#38500#25968#25454
TabOrder = 8
OnClick = Button4Click
end
object Edit4: TEdit
Left = 8
Top = 80
Width = 161
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 9
Text = 'select top 2 * from News'
end
object DataSource1: TDataSource
DataSet = ADOQuery1
OnDataChange = DataSource1DataChange
Left = 384
Top = 88
end
object ADOConnection1: TADOConnection
LoginPrompt = False
Left = 288
Top = 88
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 336
Top = 88
end
object ADOQuery2: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 264
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -