roomadd.dfm
来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 178 行
DFM
178 行
object RoomAddFrm: TRoomAddFrm
Left = 315
Top = 130
Width = 224
Height = 309
BorderIcons = [biSystemMenu]
Caption = #28155#21152#23458#25151
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 11
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = #25151#21495
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 11
Top = 41
Width = 57
Height = 13
AutoSize = False
Caption = #23458#25151#32423#21035
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 11
Top = 78
Width = 33
Height = 13
AutoSize = False
Caption = #21333#20215
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 11
Top = 136
Width = 36
Height = 13
AutoSize = False
Caption = #22791#27880#65306
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 11
Top = 111
Width = 57
Height = 13
AutoSize = False
Caption = #23458#25151#29366#24577
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBEd_id: TDBEdit
Left = 77
Top = 6
Width = 121
Height = 21
DataField = 'Room_id'
DataSource = DBFrm.Room_DataSource
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentFont = False
TabOrder = 0
end
object DBEd_level: TDBEdit
Left = 77
Top = 41
Width = 121
Height = 21
DataField = 'Room_level'
DataSource = DBFrm.Room_DataSource
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentFont = False
TabOrder = 1
end
object DBEd_cost: TDBEdit
Left = 77
Top = 74
Width = 121
Height = 21
DataField = 'Cost'
DataSource = DBFrm.Room_DataSource
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentFont = False
TabOrder = 2
end
object DBMemo: TDBMemo
Left = 26
Top = 159
Width = 174
Height = 73
DataField = 'Room_memo'
DataSource = DBFrm.Room_DataSource
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentFont = False
TabOrder = 3
end
object DBNavigator1: TDBNavigator
Left = 14
Top = 245
Width = 189
Height = 25
DataSource = DBFrm.Room_DataSource
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel, nbRefresh]
TabOrder = 4
end
object DBEdit1: TDBEdit
Left = 77
Top = 110
Width = 121
Height = 21
DataField = 'Room_state'
DataSource = DBFrm.Room_DataSource
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentFont = False
TabOrder = 5
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?