📄 u_otherchargeedit.dfm
字号:
object frmOtherChargeEdit: TfrmOtherChargeEdit
Left = 321
Top = 208
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20854#23427#36153#29992#36164#26009'--'#32534#36753
ClientHeight = 229
ClientWidth = 413
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 413
Height = 229
Align = alClient
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 216
Top = 93
Width = 60
Height = 13
Caption = #33457#36153#26085#26399#65306
end
object Label2: TLabel
Left = 216
Top = 36
Width = 60
Height = 13
Caption = #36153#29992#21517#31216#65306
end
object Label3: TLabel
Left = 8
Top = 136
Width = 63
Height = 13
Caption = #22791' '#27880#65306
end
object edtChargeUser: TLabeledEdit
Left = 72
Top = 32
Width = 121
Height = 21
BevelKind = bkFlat
BorderStyle = bsNone
EditLabel.Width = 48
EditLabel.Height = 13
EditLabel.Caption = #32463#25163#20154#65306
ImeName = #20108#31508#36755#20837#27861'2003'
LabelPosition = lpLeft
TabOrder = 0
OnKeyDown = edtChargeUserKeyDown
end
object edtChargeMon: TLabeledEdit
Left = 72
Top = 88
Width = 121
Height = 21
BevelKind = bkFlat
BorderStyle = bsNone
EditLabel.Width = 60
EditLabel.Height = 13
EditLabel.Caption = #36153#29992#37329#39069#65306
ImeName = #20108#31508#36755#20837#27861'2003'
LabelPosition = lpLeft
TabOrder = 2
OnKeyDown = edtChargeMonKeyDown
end
object btnOK: TButton
Left = 94
Top = 168
Width = 75
Height = 25
Caption = #30830' '#23450
TabOrder = 4
OnClick = btnOKClick
end
object btnClose: TButton
Left = 254
Top = 168
Width = 75
Height = 25
Caption = #36864' '#20986
TabOrder = 5
OnClick = btnCloseClick
end
object cmbName: TComboBox
Left = 280
Top = 32
Width = 121
Height = 21
BevelKind = bkFlat
ImeName = #20108#31508#36755#20837#27861'2003'
ItemHeight = 13
TabOrder = 1
OnKeyDown = cmbNameKeyDown
end
object edtDate: TEdit
Left = 281
Top = 87
Width = 121
Height = 21
ImeName = #20108#31508#36755#20837#27861'2003'
TabOrder = 3
OnKeyDown = edtDateKeyDown
end
object edtNode: TEdit
Left = 72
Top = 130
Width = 329
Height = 21
BevelKind = bkFlat
BorderStyle = bsNone
TabOrder = 6
OnKeyDown = edtNodeKeyDown
end
end
object qry: TADOQuery
Connection = frmDataCtrl.ADOConn
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from tb_InOutClass')
Left = 120
Top = 8
end
object pupOtherCharge: TADOStoredProc
Connection = frmDataCtrl.ADOConn
ProcedureName = 'pup_OtherCharge;1'
Parameters = <
item
Name = '@RETURN_VALUE'
DataType = ftInteger
Direction = pdReturnValue
Precision = 10
Value = Null
end
item
Name = '@ID'
Attributes = [paNullable]
DataType = ftInteger
Precision = 10
Value = Null
end
item
Name = '@ChargeName'
Attributes = [paNullable]
DataType = ftString
Size = 100
Value = Null
end
item
Name = '@ChargeUser'
Attributes = [paNullable]
DataType = ftString
Size = 50
Value = Null
end
item
Name = '@ChargeMon'
Attributes = [paNullable]
DataType = ftBCD
Precision = 19
Value = Null
end
item
Name = '@ChargeDate'
Attributes = [paNullable]
DataType = ftDateTime
Value = Null
end
item
Name = '@ChargeNode'
Attributes = [paNullable]
DataType = ftString
Size = 50
Value = Null
end>
Left = 208
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -