📄 ywyeditunit.dfm
字号:
object YWYEditForm: TYWYEditForm
Left = 356
Top = 233
Width = 368
Height = 287
Caption = 'YWYEditForm'
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 = 360
Height = 253
Align = alClient
BevelOuter = bvNone
Color = clInactiveCaptionText
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
object Panel_button: TPanel
Left = 0
Top = 204
Width = 360
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 = 6
Width = 346
Height = 202
ParentColor = True
TabOrder = 1
object Label1: TLabel
Left = 14
Top = 14
Width = 36
Height = 13
Caption = #22995#21517#65306
end
object Label2: TLabel
Left = 14
Top = 46
Width = 36
Height = 13
Caption = #24037#21495#65306
end
object Label3: TLabel
Left = 14
Top = 79
Width = 36
Height = 13
Caption = #24615#21035#65306
end
object Label5: TLabel
Left = 14
Top = 112
Width = 36
Height = 13
Caption = #37096#38376#65306
end
object Label4: TLabel
Left = 14
Top = 145
Width = 36
Height = 13
Caption = #23646#24615#65306
end
object Label6: TLabel
Left = 14
Top = 178
Width = 36
Height = 13
Caption = #22791#27880#65306
end
object E_name: TDBEdit
Left = 56
Top = 9
Width = 265
Height = 21
DataField = 'name'
DataSource = YWYInfoForm.DataSource1
TabOrder = 0
end
object E_id: TDBEdit
Left = 56
Top = 41
Width = 265
Height = 21
DataField = 'id'
DataSource = YWYInfoForm.DataSource1
TabOrder = 1
end
object E_sex: TDBEdit
Left = 56
Top = 75
Width = 265
Height = 21
DataField = 'sex'
DataSource = YWYInfoForm.DataSource1
TabOrder = 2
end
object E_department: TDBEdit
Left = 56
Top = 110
Width = 265
Height = 21
DataField = 'depot'
DataSource = YWYInfoForm.DataSource1
TabOrder = 3
end
object C_type: TDBComboBox
Left = 56
Top = 143
Width = 265
Height = 21
DataField = 'usertype'
DataSource = YWYInfoForm.DataSource1
ItemHeight = 13
Items.Strings = (
#20572#32844
#35843#32844
#22312#32844)
TabOrder = 4
end
object E_memo: TDBEdit
Left = 56
Top = 176
Width = 265
Height = 21
DataField = 'memo'
DataSource = YWYInfoForm.DataSource1
TabOrder = 5
end
end
end
object ADOQuery_data: TADOQuery
Parameters = <>
Left = 24
Top = 216
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -