📄 addrtype.~dfm
字号:
object frmAddRType: TfrmAddRType
Left = 237
Top = 166
Width = 634
Height = 534
Caption = #35835#32773#31181#31867#28155#21152
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 GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 425
Height = 65
TabOrder = 0
object Label3: TLabel
Left = 8
Top = 24
Width = 57
Height = 13
AutoSize = False
Caption = #31181#31867#21517#31216
end
object Label4: TLabel
Left = 216
Top = 24
Width = 57
Height = 13
AutoSize = False
Caption = #31181#31867#32534#21495
end
object DBEdit1: TDBEdit
Left = 72
Top = 16
Width = 121
Height = 21
DataField = 'RT_typename'
DataSource = DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 288
Top = 16
Width = 121
Height = 21
DataField = 'RT_typeno'
DataSource = DataSource1
ParentShowHint = False
ShowHint = False
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 88
Width = 425
Height = 209
Caption = #31181#31867#29305#28857
TabOrder = 1
object Label2: TLabel
Left = 216
Top = 48
Width = 57
Height = 13
AutoSize = False
Caption = #20511#38405#26399#38480
end
object Label5: TLabel
Left = 8
Top = 48
Width = 57
Height = 13
AutoSize = False
Caption = #20511#38405#26412#25968
end
object Label6: TLabel
Left = 8
Top = 104
Width = 57
Height = 13
AutoSize = False
Caption = #26377#25928#24180#38480
end
object Label1: TLabel
Left = 8
Top = 160
Width = 57
Height = 13
AutoSize = False
Caption = #22791' '#27880
end
object DBEdit3: TDBEdit
Left = 72
Top = 40
Width = 121
Height = 21
DataField = 'RT_booknumber'
DataSource = DataSource1
TabOrder = 0
end
object DBEdit4: TDBEdit
Left = 288
Top = 40
Width = 121
Height = 21
DataField = 'RT_bookdays'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit5: TDBEdit
Left = 72
Top = 96
Width = 121
Height = 21
DataField = 'RT_userfullife'
DataSource = DataSource1
TabOrder = 2
end
object DBMemo1: TDBMemo
Left = 72
Top = 128
Width = 337
Height = 65
DataField = 'RT_typememo'
DataSource = DataSource1
TabOrder = 3
end
end
object Button1: TButton
Left = 264
Top = 312
Width = 75
Height = 25
Caption = '&save'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 352
Top = 312
Width = 75
Height = 25
Caption = '&reset'
Default = True
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 440
Top = 312
Width = 75
Height = 25
Caption = '&exit'
TabOrder = 4
OnClick = Button3Click
end
object ADOTable1: TADOTable
Active = True
AutoCalcFields = False
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=library;Data Source=.'
CursorType = ctStatic
TableName = 'Readertype'
Left = 88
Top = 312
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 144
Top = 320
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -