📄 bookdocuform.dfm
字号:
inherited BookDocu: TBookDocu
Width = 739
Height = 574
Caption = #22270#20070#26723#26696#31649#29702
Enabled = True
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
inherited Label3: TLabel
Left = 160
Width = 48
Caption = #26465#24418#30721#65306
end
inherited Label4: TLabel
Left = 352
Width = 36
Caption = #32534#21495#65306
end
inherited Label5: TLabel
Left = 552
Width = 36
Caption = #20070#21517#65306
end
inherited ToolBar1: TToolBar
Width = 1017
end
inherited BitBtn1: TBitBtn
Left = 824
OnClick = BitBtn1Click
end
inherited Edit1: TEdit
Left = 232
end
inherited Edit2: TEdit
Left = 424
end
inherited Edit3: TEdit
Left = 616
Width = 177
end
inherited Panel1: TPanel
Top = 89
Width = 1017
Height = 592
object Label6: TLabel [0]
Left = 16
Top = 368
Width = 48
Height = 13
Caption = #26465#24418#30721' '
end
object Label7: TLabel [1]
Left = 192
Top = 368
Width = 39
Height = 13
Caption = #32534#21495' '
end
object Label8: TLabel [2]
Left = 24
Top = 432
Width = 36
Height = 13
Caption = #20070#21517' '
end
object Label9: TLabel [3]
Left = 184
Top = 432
Width = 36
Height = 13
Caption = #31867#22411' '
end
object Label10: TLabel [4]
Left = 488
Top = 432
Width = 39
Height = 13
Caption = #20316#32773' '
end
object Label11: TLabel [5]
Left = 656
Top = 432
Width = 39
Height = 13
Caption = #35793#32773' '
end
object Label12: TLabel [6]
Left = 824
Top = 432
Width = 34
Height = 13
Caption = 'ISBN '
end
object Label13: TLabel [7]
Left = 16
Top = 488
Width = 51
Height = 13
Caption = #20986#29256#31038' '
end
object Label14: TLabel [8]
Left = 328
Top = 488
Width = 36
Height = 13
Caption = #21333#20215' '
end
object Label15: TLabel [9]
Left = 488
Top = 488
Width = 36
Height = 13
Caption = #39029#30721' '
end
object Label16: TLabel [10]
Left = 656
Top = 488
Width = 51
Height = 13
Caption = #25805#20316#21592' '
end
object Label17: TLabel [11]
Left = 824
Top = 488
Width = 72
Height = 13
Caption = #20070#26550#21517#31216' '
end
object Label18: TLabel [12]
Left = 328
Top = 432
Width = 63
Height = 13
Caption = #24211#23384#24635#37327' '
end
object Label19: TLabel [13]
Left = 184
Top = 488
Width = 51
Height = 13
Caption = #29616#23384#37327' '
end
object Label20: TLabel [14]
Left = 232
Top = 560
Width = 42
Height = 13
Caption = #31616#20171#65306' '
end
inherited DBGrid1: TDBGrid
Width = 993
Height = 337
TabOrder = 16
end
object DBEdit1: TDBEdit
Left = 16
Top = 384
Width = 121
Height = 21
DataField = 'BookInfo_BarCode'
DataSource = DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 184
Top = 384
Width = 121
Height = 21
DataField = 'BookInfo_No'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 16
Top = 448
Width = 121
Height = 21
DataField = 'BookInfo_BookName'
DataSource = DataSource1
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 328
Top = 448
Width = 105
Height = 21
DataField = 'BookInfo_StockAmount'
DataSource = DataSource1
TabOrder = 4
end
object DBEdit5: TDBEdit
Left = 184
Top = 504
Width = 105
Height = 21
DataField = 'BookInfo_NowExistAmount'
DataSource = DataSource1
TabOrder = 9
end
object DBEdit6: TDBEdit
Left = 488
Top = 448
Width = 121
Height = 21
DataField = 'BookInfo_Author'
DataSource = DataSource1
TabOrder = 5
end
object DBEdit7: TDBEdit
Left = 656
Top = 448
Width = 121
Height = 21
DataField = 'BookInfo_Translator'
DataSource = DataSource1
TabOrder = 6
end
object DBEdit8: TDBEdit
Left = 824
Top = 448
Width = 121
Height = 21
DataField = 'BookInfo_ISBN'
DataSource = DataSource1
TabOrder = 7
end
object DBEdit9: TDBEdit
Left = 328
Top = 504
Width = 121
Height = 21
DataField = 'BookInfo_Price'
DataSource = DataSource1
TabOrder = 10
end
object DBEdit10: TDBEdit
Left = 488
Top = 504
Width = 121
Height = 21
DataField = 'BookInfo_Page'
DataSource = DataSource1
TabOrder = 11
end
object DBEdit11: TDBEdit
Left = 656
Top = 504
Width = 121
Height = 21
DataField = 'BookInfo_Operator'
DataSource = DataSource1
TabOrder = 12
end
object DBComboBox1: TDBComboBox
Left = 184
Top = 448
Width = 105
Height = 21
DataField = 'BookInfo_Type'
DataSource = DataSource1
ItemHeight = 13
TabOrder = 3
end
object DBComboBox2: TDBComboBox
Left = 16
Top = 504
Width = 129
Height = 21
DataField = 'BookInfo_PublishingCompany'
DataSource = DataSource1
ItemHeight = 13
TabOrder = 8
end
object DBComboBox3: TDBComboBox
Left = 824
Top = 504
Width = 129
Height = 21
DataField = 'BookInfo_BookshelfName'
DataSource = DataSource1
ItemHeight = 13
TabOrder = 13
end
object DBMemo1: TDBMemo
Left = 280
Top = 544
Width = 425
Height = 33
DataField = 'BookInfo_Introduction'
DataSource = DataSource1
TabOrder = 14
end
object DBCheckBox1: TDBCheckBox
Left = 32
Top = 552
Width = 97
Height = 17
Caption = #26159#21542#27880#38144
DataField = 'BookInfo_IsLogout'
DataSource = DataSource1
TabOrder = 15
ValueChecked = 'True'
ValueUnchecked = 'False'
OnClick = DBCheckBox1Click
end
end
inherited DataSource1: TDataSource
Left = 544
end
inherited ADOTable1: TADOTable
Active = True
CursorType = ctStatic
TableName = 'BookInfo'
Left = 504
end
inherited ImageList1: TImageList
Left = 712
Top = 8
end
inherited ADOQuery1: TADOQuery
Left = 592
end
object ADOQuery2: TADOQuery
Connection = DataModule3.ADOConnection1
Parameters = <>
Left = 648
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -