reg.dfm
来自「C++ Builder数据库开发经典案例解析 示例程序都是在C++ Build」· DFM 代码 · 共 740 行 · 第 1/3 页
DFM
740 行
object fmReg: TfmReg
Left = 192
Top = 107
Width = 696
Height = 480
Caption = #38376#35786#25346#21495#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 688
Height = 38
ButtonHeight = 36
ButtonWidth = 31
Caption = 'ToolBar1'
Flat = True
Images = ImageList1
ShowCaptions = True
TabOrder = 0
object ToolButton11: TToolButton
Left = 0
Top = 0
Width = 8
Caption = 'ToolButton11'
ImageIndex = 10
Style = tbsSeparator
end
object btNew: TToolButton
Left = 8
Top = 0
Caption = #26032#22686
ImageIndex = 0
OnClick = btNewClick
end
object ToolButton12: TToolButton
Left = 39
Top = 0
Width = 8
Caption = 'ToolButton12'
ImageIndex = 10
Style = tbsSeparator
end
object btSave: TToolButton
Left = 47
Top = 0
Caption = #20445#23384
ImageIndex = 1
OnClick = btSaveClick
end
object btCancel: TToolButton
Left = 78
Top = 0
Caption = #21462#28040
ImageIndex = 2
OnClick = btCancelClick
end
object ToolButton13: TToolButton
Left = 109
Top = 0
Width = 8
Caption = 'ToolButton13'
ImageIndex = 10
Style = tbsSeparator
end
object btExit: TToolButton
Left = 117
Top = 0
Caption = #36864#20986
ImageIndex = 3
OnClick = btExitClick
end
end
object GroupBox1: TGroupBox
Left = 0
Top = 57
Width = 688
Height = 396
Align = alClient
Caption = #25346#21495#20449#24687
TabOrder = 1
object Label4: TLabel
Left = 56
Top = 144
Width = 48
Height = 13
Caption = #36153#29992#31867#22411
end
object Label1: TLabel
Left = 32
Top = 48
Width = 24
Height = 13
Caption = #22995#21517
end
object Label2: TLabel
Left = 192
Top = 48
Width = 24
Height = 13
Caption = #24615#21035
end
object Label3: TLabel
Left = 328
Top = 48
Width = 24
Height = 13
Caption = #24180#40836
end
object Label5: TLabel
Left = 472
Top = 48
Width = 24
Height = 13
Caption = #27665#26063
end
object Bevel1: TBevel
Left = 8
Top = 88
Width = 657
Height = 9
Shape = bsBottomLine
end
object Label6: TLabel
Left = 336
Top = 144
Width = 48
Height = 13
Caption = #25346#21495#31867#22411
end
object Label7: TLabel
Left = 56
Top = 192
Width = 48
Height = 13
Caption = #25346#21495#31185#23460
end
object Label8: TLabel
Left = 360
Top = 192
Width = 24
Height = 13
Caption = #21307#29983
end
object Label9: TLabel
Left = 56
Top = 288
Width = 48
Height = 13
Caption = #25346#21495#36153#29992
end
object Bevel2: TBevel
Left = 8
Top = 240
Width = 657
Height = 9
Shape = bsBottomLine
end
object Label10: TLabel
Left = 336
Top = 288
Width = 48
Height = 13
Caption = #25346#21495#26102#38388
end
object Edit1: TEdit
Left = 64
Top = 44
Width = 89
Height = 21
Color = clSkyBlue
TabOrder = 0
Text = 'Edit1'
end
object ComboBox1: TComboBox
Left = 224
Top = 44
Width = 65
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'ComboBox1'
Items.Strings = (
#30007
#22899)
end
object ComboBox2: TComboBox
Left = 504
Top = 44
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 3
Text = 'ComboBox2'
Items.Strings = (
#27721#26063' '
#22238#26063' '
#28385#26063' '
#26397#40092#26063' '
#33945#21476#26063' '
#30333#26063' '
#22766#26063' '
#33495#26063' '
#21704#23612#26063' '
#29420#40857#26063' '
#22303#23478#26063' '
' '#20643#26063' '
#21704#33832#20811#26063' '
#32500#21566#23572#26063)
end
object Edit2: TEdit
Left = 360
Top = 44
Width = 73
Height = 21
TabOrder = 2
Text = 'Edit2'
end
object Edit3: TEdit
Left = 112
Top = 284
Width = 121
Height = 21
Color = cl3DLight
TabOrder = 8
Text = 'Edit3'
end
object Edit4: TEdit
Left = 392
Top = 284
Width = 121
Height = 21
Color = cl3DLight
TabOrder = 9
Text = 'Edit4'
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?