📄 depoteditunit.dfm
字号:
object DepotEditForm: TDepotEditForm
Left = 397
Top = 238
Width = 381
Height = 310
Caption = 'DepotEditForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PanelBkGnd: TPanel
Left = 0
Top = 0
Width = 373
Height = 283
Align = alClient
BevelOuter = bvNone
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
object Panel_button: TPanel
Left = 0
Top = 234
Width = 373
Height = 49
Align = alBottom
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
object Bevel_button: TBevel
Left = 7
Top = 1
Width = 356
Height = 2
end
object OKBtn: TButton
Left = 124
Top = 14
Width = 74
Height = 27
Cursor = crHandPoint
Caption = #20445#23384'[&S]'
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 207
Top = 14
Width = 74
Height = 27
Cursor = crHandPoint
Caption = #21462#28040'[&C]'
TabOrder = 1
OnClick = CancelBtnClick
end
end
object FlatPanel_edit: TPanel
Left = 12
Top = 8
Width = 346
Height = 217
ParentColor = True
TabOrder = 1
object LB_Name: TLabel
Left = 14
Top = 30
Width = 36
Height = 13
Caption = #21517#31216#65306
end
object LB_ID: TLabel
Left = 14
Top = 78
Width = 36
Height = 13
Caption = #32534#21495#65306
end
object LB_Type: TLabel
Left = 14
Top = 127
Width = 36
Height = 13
Caption = #23646#24615#65306
end
object LB_Memo: TLabel
Left = 14
Top = 176
Width = 36
Height = 13
Caption = #22791#27880#65306
end
object E_ID: TEdit
Left = 53
Top = 72
Width = 276
Height = 21
MaxLength = 20
TabOrder = 0
OnExit = E_IDExit
end
object E_memo: TEdit
Left = 53
Top = 166
Width = 278
Height = 21
MaxLength = 20
TabOrder = 1
end
object E_Name: TEdit
Left = 53
Top = 24
Width = 276
Height = 21
MaxLength = 20
TabOrder = 2
OnKeyDown = E_NameKeyDown
end
object C_Type: TComboBox
Left = 53
Top = 120
Width = 276
Height = 21
AutoCloseUp = True
Style = csDropDownList
DropDownCount = 3
ItemHeight = 13
TabOrder = 3
Items.Strings = (
#20869#37096
#22806#37096
#26242#20572)
end
end
end
object Query_data: TQuery
Left = 276
Top = 86
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -