unit_frmdictinfo.dfm
来自「影院售票系统完整源码」· DFM 代码 · 共 135 行
DFM
135 行
object frmdictinfo: Tfrmdictinfo
Left = 278
Top = 124
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #25968#25454#23383#20856
ClientHeight = 176
ClientWidth = 278
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 0
Top = 35
Width = 278
Height = 5
Align = alTop
Shape = bsTopLine
end
object Bevel2: TBevel
Left = 0
Top = 130
Width = 278
Height = 5
Align = alBottom
Shape = bsBottomLine
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 278
Height = 35
Align = alTop
BevelOuter = bvNone
Color = clWhite
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 40
Width = 278
Height = 90
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 8
Width = 36
Height = 12
Caption = #32534#30721#65306
end
object Label2: TLabel
Left = 16
Top = 40
Width = 36
Height = 12
Caption = #21517#31216#65306
end
object Label3: TLabel
Left = 16
Top = 72
Width = 36
Height = 12
Caption = #22791#27880#65306
end
object Edtcode: TCyberEdit
Left = 56
Top = 4
Width = 200
Height = 20
EditAlign = etAlignNone
Color = clWindow
MaxLength = 4
TabOrder = 0
end
object EdtName: TCyberEdit
Left = 56
Top = 36
Width = 200
Height = 20
EditAlign = etAlignNone
Color = clWindow
MaxLength = 30
TabOrder = 1
end
object EdtRemarks: TCyberEdit
Left = 56
Top = 68
Width = 200
Height = 20
EditAlign = etAlignNone
Color = clWindow
MaxLength = 100
TabOrder = 2
end
end
object Panel3: TPanel
Left = 0
Top = 135
Width = 278
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object Btnsave: TBitBtn
Left = 96
Top = 8
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 0
OnClick = BtnsaveClick
end
object BtnExit: TBitBtn
Left = 184
Top = 8
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 1
OnClick = BtnExitClick
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?