⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u_otherchargeadd.~dfm

📁 河南师范大学餐饮进销存软件,只要控制库存的数据。
💻 ~DFM
字号:
object frmOtherChargeAdd: TfrmOtherChargeAdd
  Left = 276
  Top = 195
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20854#23427#36153#29992#36164#26009'--'#32534#36753
  ClientHeight = 221
  ClientWidth = 415
  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 = 415
    Height = 221
    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 = 66
      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 = 38
      Top = 176
      Width = 75
      Height = 25
      Caption = #30830'   '#23450
      TabOrder = 4
      OnClick = btnOKClick
    end
    object btnCancle: TButton
      Left = 170
      Top = 176
      Width = 75
      Height = 25
      Caption = #21462'   '#28040
      TabOrder = 5
      OnClick = btnCancleClick
    end
    object btnClose: TButton
      Left = 302
      Top = 176
      Width = 75
      Height = 25
      Caption = #36864'   '#20986
      TabOrder = 6
      OnClick = btnCloseClick
    end
    object cmbName: TComboBox
      Left = 280
      Top = 32
      Width = 121
      Height = 21
      BevelKind = bkFlat
      Style = csDropDownList
      ImeName = #20108#31508#36755#20837#27861'2003'
      ItemHeight = 13
      TabOrder = 1
      OnKeyDown = cmbNameKeyDown
    end
    object edtDate: TEdit
      Left = 281
      Top = 88
      Width = 121
      Height = 21
      ImeName = #20108#31508#36755#20837#27861'2003'
      TabOrder = 3
      OnKeyDown = edtDateKeyDown
    end
    object edtNode: TEdit
      Left = 71
      Top = 132
      Width = 330
      Height = 21
      TabOrder = 7
      OnKeyDown = edtNodeKeyDown
    end
  end
  object qry: TADOQuery
    Connection = frmDataCtrl.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tb_InOutClass')
    Left = 104
    Top = 24
  end
  object pipOtherCharge: TADOStoredProc
    Connection = frmDataCtrl.ADOConn
    ProcedureName = 'pip_OtherCharge;1'
    Parameters = <
      item
        Name = '@RETURN_VALUE'
        DataType = ftInteger
        Direction = pdReturnValue
        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 = 168
    Top = 24
  end
  object popGetSystemDate: TADOStoredProc
    Connection = frmDataCtrl.ADOConn
    MarshalOptions = moMarshalModifiedOnly
    ProcedureName = 'pop_GetSystemDate;1'
    Parameters = <
      item
        Name = '@RETURN_VALUE'
        DataType = ftInteger
        Direction = pdReturnValue
        Precision = 10
        Value = Null
      end
      item
        Name = '@billcode'
        Attributes = [paNullable]
        DataType = ftString
        Direction = pdInputOutput
        Size = 10
        Value = Null
      end>
    Left = 280
    Top = 24
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -