📄 unit6.dfm
字号:
object Form6: TForm6
Left = 266
Top = 255
Width = 700
Height = 504
Caption = #25945#26448#37319#36141#31649#29702
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 DBGrid1: TDBGrid
Left = 0
Top = 272
Width = 689
Height = 177
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'id'
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
Title.Caption = #32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'name'
Title.Caption = #21517#31216
Width = 81
Visible = True
end
item
Expanded = False
FieldName = 'provider'
Title.Caption = #20986#29256#21830
Width = 132
Visible = True
end
item
Expanded = False
FieldName = 'type'
Title.Caption = #25152#23646#31867#21035
Visible = True
end
item
Expanded = False
FieldName = 'price'
Title.Caption = #20215#26684
Visible = True
end
item
Expanded = False
FieldName = 'number'
Title.Caption = #25968#37327
Visible = True
end
item
Expanded = False
FieldName = 'datetime'
Title.Caption = #37319#36141#26085#26399
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 689
Height = 265
Caption = #22522#26412#20449#24687
TabOrder = 1
object Label1: TLabel
Left = 32
Top = 32
Width = 36
Height = 13
Caption = #32534#21495#65306
end
object Label2: TLabel
Left = 256
Top = 32
Width = 36
Height = 13
Caption = #21517#31216#65306
end
object Label3: TLabel
Left = 32
Top = 88
Width = 48
Height = 13
Caption = #20986#29256#21830#65306
end
object Label4: TLabel
Left = 248
Top = 88
Width = 60
Height = 13
Caption = #25152#23646#31867#21035#65306
end
object Label5: TLabel
Left = 32
Top = 152
Width = 36
Height = 13
Caption = #20215#26684#65306
end
object Label6: TLabel
Left = 256
Top = 152
Width = 36
Height = 13
Caption = #25968#37327#65306
end
object Label7: TLabel
Left = 24
Top = 208
Width = 60
Height = 13
Caption = #37319#36141#26085#26399#65306
end
object Edit1: TEdit
Left = 96
Top = 32
Width = 121
Height = 21
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 320
Top = 32
Width = 121
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 96
Top = 88
Width = 121
Height = 21
TabOrder = 2
end
object Edit4: TEdit
Left = 320
Top = 88
Width = 121
Height = 21
TabOrder = 3
end
object Edit5: TEdit
Left = 96
Top = 152
Width = 121
Height = 21
TabOrder = 4
end
object Edit6: TEdit
Left = 320
Top = 152
Width = 121
Height = 21
TabOrder = 5
end
object Edit7: TEdit
Left = 96
Top = 208
Width = 121
Height = 21
TabOrder = 6
end
object Button1: TButton
Left = 328
Top = 208
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 7
OnClick = Button1Click
end
object Button2: TButton
Left = 232
Top = 208
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 8
OnClick = Button2Click
end
object Button3: TButton
Left = 432
Top = 208
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 9
OnClick = Button3Click
end
object Button4: TButton
Left = 544
Top = 208
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 10
OnClick = Button4Click
end
object picture: TMemo
Left = 488
Top = 32
Width = 153
Height = 145
Lines.Strings = (
'picture')
TabOrder = 11
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 451
Width = 692
Height = 19
Panels = <
item
Text = #31995#32479#25552#31034#65306
Width = 80
end
item
Width = 250
end
item
Text = #31995#32479#26085#26399#65306
Width = 80
end
item
Width = 80
end
item
Text = #31995#32479#26102#38388#65306
Width = 80
end
item
Width = 80
end>
end
object DataSource1: TDataSource
DataSet = Query1
Left = 40
end
object Query1: TQuery
Active = True
DatabaseName = 'jcdg'
SQL.Strings = (
'select * from caigou')
Left = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -