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

📄 u_goodsstocksearch.~dfm

📁 河南师范大学餐饮进销存软件,只要控制库存的数据。
💻 ~DFM
字号:
object frmGoodsStockSearch: TfrmGoodsStockSearch
  Left = 67
  Top = 77
  BorderStyle = bsSingle
  Caption = #21830#21697#24211#23384#26597#35810
  ClientHeight = 418
  ClientWidth = 781
  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 = 781
    Height = 418
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 66
      Width = 779
      Height = 351
      Align = alClient
      DataSource = DataSource1
      ImeName = #20108#31508#36755#20837#27861'2003'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'ClassName'
          Title.Alignment = taCenter
          Title.Caption = #21830#21697#31867#21035
          Width = 60
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsBH'
          Title.Alignment = taCenter
          Title.Caption = #21830#21697#32534#21495
          Width = 90
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsName'
          Title.Alignment = taCenter
          Title.Caption = #21830#21697#21517#31216
          Width = 100
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsSpec'
          Title.Alignment = taCenter
          Title.Caption = #35268'        '#26684
          Width = 80
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsModel'
          Title.Alignment = taCenter
          Title.Caption = #22411'        '#21495
          Width = 80
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsInPrice'
          Title.Alignment = taCenter
          Title.Caption = #20837#24211#20215
          Width = 80
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsOutPrice'
          Title.Alignment = taCenter
          Title.Caption = #38646#21806#20215
          Width = 80
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsNowSum'
          Title.Alignment = taCenter
          Title.Caption = #24211'      '#23384
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsNote'
          Title.Alignment = taCenter
          Title.Caption = #22791'       '#27880
          Width = 100
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'GoodsArea'
          Title.Alignment = taCenter
          Title.Caption = #21306'      '#22495
          Width = 90
          Visible = True
        end>
    end
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 779
      Height = 65
      Align = alTop
      TabOrder = 1
      object Label1: TLabel
        Left = 400
        Top = 28
        Width = 51
        Height = 13
        Caption = #31867'      '#21035':  '
      end
      object btnPrint: TBitBtn
        Left = 640
        Top = 22
        Width = 75
        Height = 25
        Caption = #25171#21360
        TabOrder = 0
        OnClick = btnPrintClick
      end
      object cmbClassName: TComboBox
        Left = 455
        Top = 24
        Width = 145
        Height = 21
        BevelKind = bkFlat
        Style = csDropDownList
        ImeName = #20108#31508#36755#20837#27861'2003'
        ItemHeight = 13
        TabOrder = 1
        OnChange = cmbClassNameChange
      end
      object edtName: TLabeledEdit
        Left = 264
        Top = 24
        Width = 121
        Height = 21
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 51
        EditLabel.Height = 13
        EditLabel.Caption = #21517'      '#31216':  '
        ImeName = #20108#31508#36755#20837#27861'2003'
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 2
        OnChange = edtNameChange
      end
      object edtBH: TLabeledEdit
        Left = 80
        Top = 24
        Width = 121
        Height = 21
        BevelKind = bkFlat
        BorderStyle = bsNone
        EditLabel.Width = 51
        EditLabel.Height = 13
        EditLabel.Caption = #32534'      '#21495':  '
        ImeName = #20108#31508#36755#20837#27861'2003'
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 3
        OnChange = edtBHChange
      end
    end
  end
  object GoodsQry: TADOQuery
    Active = True
    Connection = frmDataCtrl.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'exec psp_GoodsInfo '#39#39','#39#39','#39#39)
    Left = 224
    Top = 184
  end
  object DataSource1: TDataSource
    DataSet = GoodsQry
    Left = 264
    Top = 184
  end
end

⌨️ 快捷键说明

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