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

📄 u_inmasterstat.~dfm

📁 河南师范大学餐饮进销存软件,只要控制库存的数据。
💻 ~DFM
字号:
object frmInMasterStat: TfrmInMasterStat
  Left = 215
  Top = 192
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21830#21697#20837#24211#27719#24635#32479#35745
  ClientHeight = 346
  ClientWidth = 712
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 712
    Height = 346
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 31
      Width = 48
      Height = 13
      Caption = #20379#24212#21830#65306
    end
    object Label2: TLabel
      Left = 208
      Top = 31
      Width = 60
      Height = 13
      Caption = #24320#22987#26085#26399#65306
    end
    object Label3: TLabel
      Left = 400
      Top = 31
      Width = 60
      Height = 13
      Caption = #32467#26463#26085#26399#65306
    end
    object Label4: TLabel
      Left = 30
      Top = 323
      Width = 48
      Height = 13
      Caption = #24635#37329#39069#65306
      Enabled = False
    end
    object Label5: TLabel
      Left = 260
      Top = 323
      Width = 72
      Height = 13
      Caption = #23454#20184#27454#24635#35745#65306
      Enabled = False
      Visible = False
    end
    object Label6: TLabel
      Left = 496
      Top = 323
      Width = 60
      Height = 13
      Caption = #27424#27454#20313#39069#65306
      Enabled = False
      Visible = False
    end
    object cmbSupply: TComboBox
      Left = 70
      Top = 27
      Width = 121
      Height = 21
      Style = csDropDownList
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      TabOrder = 0
      OnChange = cmbSupplyChange
    end
    object dtpBegin: TDateTimePicker
      Left = 269
      Top = 26
      Width = 121
      Height = 21
      CalAlignment = dtaLeft
      Date = 38269.5844518519
      Time = 38269.5844518519
      DateFormat = dfShort
      DateMode = dmComboBox
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Kind = dtkDate
      ParseInput = False
      TabOrder = 1
      OnChange = dtpBeginChange
    end
    object dtpEnd: TDateTimePicker
      Left = 464
      Top = 26
      Width = 121
      Height = 21
      CalAlignment = dtaLeft
      Date = 38269.5844719329
      Time = 38269.5844719329
      DateFormat = dfShort
      DateMode = dmComboBox
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Kind = dtkDate
      ParseInput = False
      TabOrder = 2
      OnChange = dtpEndChange
    end
    object DBGrid1: TDBGrid
      Left = 1
      Top = 62
      Width = 710
      Height = 251
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 3
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'InBH'
          Title.Alignment = taCenter
          Title.Caption = #20837#24211#32534#21495
          Width = 120
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'SupSName'
          Title.Alignment = taCenter
          Title.Caption = #20379#24212#21830
          Width = 150
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'InTotal'
          Title.Alignment = taCenter
          Title.Caption = #24635#37329#39069
          Width = 80
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'InPayMon'
          Title.Alignment = taCenter
          Title.Caption = #23454#20184#27454
          Visible = False
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'InBalance'
          Title.Alignment = taCenter
          Title.Caption = #27424#27454#20313#39069
          Visible = False
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'btCheck'
          Title.Alignment = taCenter
          Title.Caption = #26159#21542#32467#31639
          Visible = False
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'InDate'
          Title.Alignment = taCenter
          Title.Caption = #20837#24211#26085#26399
          Width = 100
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'InUser'
          Title.Alignment = taCenter
          Title.Caption = #32463#21150#20154
          Width = 100
          Visible = True
        end>
    end
    object edtInTotal: TEdit
      Left = 107
      Top = 319
      Width = 121
      Height = 21
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 4
    end
    object edtInPayMon: TEdit
      Left = 335
      Top = 319
      Width = 121
      Height = 21
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 5
      Visible = False
    end
    object edtInBalance: TEdit
      Left = 560
      Top = 319
      Width = 121
      Height = 21
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 6
      Visible = False
    end
    object BtnPrint: TButton
      Left = 336
      Top = 317
      Width = 75
      Height = 25
      Caption = #25171#21360
      TabOrder = 7
      OnClick = BtnPrintClick
    end
  end
  object qry: TADOQuery
    Connection = frmDataCtrl.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'exec psp_GoodsInMaster '#39#39','#39#39','#39#39)
    Left = 80
    Top = 256
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 40
    Top = 256
  end
end

⌨️ 快捷键说明

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