📄 unit3.dfm
字号:
object Form3: TForm3
Left = 250
Top = 150
Width = 618
Height = 408
BorderIcons = [biSystemMenu, biMinimize]
Caption = #35746#21333#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 610
Height = 2
Align = alTop
end
object Label1: TLabel
Left = 40
Top = 40
Width = 49
Height = 13
AutoSize = False
Caption = #35746#21333#21495
end
object Label2: TLabel
Left = 40
Top = 70
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517
end
object Label3: TLabel
Left = 40
Top = 100
Width = 57
Height = 13
AutoSize = False
Caption = #35746#36141#26085#26399
end
object Label4: TLabel
Left = 300
Top = 40
Width = 32
Height = 13
AutoSize = False
Caption = #22320#22336
end
object Label5: TLabel
Left = 300
Top = 70
Width = 65
Height = 13
AutoSize = False
Caption = #26159#21542#25104#20132
end
object Label6: TLabel
Left = 300
Top = 100
Width = 49
Height = 13
AutoSize = False
Caption = #24635#37329#39069
end
object Label7: TLabel
Left = 40
Top = 144
Width = 57
Height = 13
AutoSize = False
Caption = #35746#21333#20869#23481
end
object Button1: TButton
Left = 250
Top = 312
Width = 75
Height = 25
Caption = #19978#19968#26465
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 100
Top = 312
Width = 75
Height = 25
Caption = #26368#21069#19968#26465
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 175
Top = 312
Width = 75
Height = 25
Caption = #19979#19968#26465
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 325
Top = 312
Width = 75
Height = 25
Caption = #26368#21518#19968#26465
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 400
Top = 312
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 4
OnClick = Button5Click
end
object DBEdit1: TDBEdit
Left = 110
Top = 37
Width = 160
Height = 21
DataField = 'orderTag'
DataSource = DataSource1
TabOrder = 5
end
object DBEdit2: TDBEdit
Left = 110
Top = 67
Width = 160
Height = 21
DataField = 'userName'
DataSource = DataSource1
TabOrder = 6
end
object DBEdit3: TDBEdit
Left = 110
Top = 97
Width = 160
Height = 21
DataField = 'orderDate'
DataSource = DataSource1
TabOrder = 7
end
object DBEdit4: TDBEdit
Left = 370
Top = 37
Width = 160
Height = 21
DataField = 'address'
DataSource = DataSource1
TabOrder = 8
end
object DBEdit5: TDBEdit
Left = 370
Top = 97
Width = 160
Height = 21
DataField = 'total'
DataSource = DataSource1
TabOrder = 9
end
object DBEdit6: TDBEdit
Left = 370
Top = 67
Width = 160
Height = 21
DataField = 'checksub'
DataSource = DataSource1
TabOrder = 10
end
object DBGrid1: TDBGrid
Left = 0
Top = 168
Width = 610
Height = 128
DataSource = DataSource2
TabOrder = 11
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'orderID'
Title.Caption = #35746#21333#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'userName'
Title.Caption = #29992#25143#21517
Width = 71
Visible = True
end
item
Expanded = False
FieldName = 'realName'
Title.Caption = #30495#23454#22995#21517
Width = 76
Visible = True
end
item
Expanded = False
FieldName = 'orderTag'
Title.Caption = #35746#21333#26631#31614
Width = 138
Visible = True
end
item
Expanded = False
FieldName = 'payMoney'
Title.Caption = #20184#27454
Visible = True
end
item
Expanded = False
FieldName = 'email'
Title.Caption = #37038#20214
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'bookID'
Title.Caption = #20070#30340#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'bookName'
Title.Caption = #20070#21517
Visible = True
end
item
Expanded = False
FieldName = 'address'
Title.Caption = #29992#25143#22320#22336
Width = 63
Visible = True
end
item
Expanded = False
FieldName = 'check'
Title.Caption = #30830#35748#35746#21333
Visible = True
end
item
Expanded = False
FieldName = 'orderDate'
Title.Caption = #23450#20070#26085#26399
Visible = True
end
item
Expanded = False
FieldName = 'count'
Title.Caption = #25968#37327
Visible = True
end>
end
object Memo1: TMemo
Left = 288
Top = 200
Width = 41
Height = 25
Lines.Strings = (
'Memo1')
TabOrder = 12
Visible = False
end
object MainMenu1: TMainMenu
Left = 496
Top = 8
object N1: TMenuItem
Caption = #26032#20070#24405#20837
OnClick = N1Click
end
object N2: TMenuItem
Caption = #24211#23384#26597#35810
OnClick = N2Click
end
object N4: TMenuItem
Caption = #35746#21333#26597#35810
OnClick = N4Click
end
object N3: TMenuItem
Caption = #29992#25143#20449#24687
OnClick = N3Click
end
object N5: TMenuItem
Caption = #29992#25143#30041#35328
OnClick = N5Click
end
object N6: TMenuItem
Caption = #20449#24687#21457#24067
OnClick = N6Click
end
end
object Table1: TTable
DatabaseName = 'BookData'
TableName = 'sub'
Left = 544
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 456
Top = 8
end
object DataSource2: TDataSource
DataSet = Table2
Left = 472
Top = 128
end
object Table2: TTable
DatabaseName = 'BookData'
TableName = 'ordersub'
Left = 512
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -