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

📄 unitquerystore.dfm

📁 这是一个SQL的物资管理系统 这是一个SQL的物资管理系统
💻 DFM
字号:
object FrmQueryStore: TFrmQueryStore
  Left = 220
  Top = 138
  Width = 763
  Height = 619
  Caption = #30331#35760#20837#24211#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    755
    585)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 35
    Top = 16
    Width = 56
    Height = 13
    Caption = #20837#24211#21333#21495
  end
  object cun: TLabel
    Left = 32
    Top = 64
    Width = 57
    Height = 13
    Caption = #23384#25918#20179#24211
  end
  object Label3: TLabel
    Left = 40
    Top = 112
    Width = 41
    Height = 13
    Caption = #31614#25910#20154
  end
  object Label4: TLabel
    Left = 384
    Top = 16
    Width = 56
    Height = 13
    Caption = #36141#20080#37096#38376
  end
  object Label5: TLabel
    Left = 384
    Top = 64
    Width = 42
    Height = 13
    Caption = #36141#20080#20154
  end
  object cmbbxStoreDepartment: TComboBox
    Left = 104
    Top = 56
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      'A'#20179
      'B'#20179
      'C'#20179
      'D'#20179
      '')
  end
  object cmbbxBuyDepartment: TComboBox
    Left = 449
    Top = 8
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Items.Strings = (
      #24320#21457#37096
      #20154#20107#37096
      #38144#21806#37096
      #20844#20851#37096)
  end
  object edtBuyMan: TEdit
    Left = 448
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object edtSign: TEdit
    Left = 104
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object btnQuery: TButton
    Left = 424
    Top = 104
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = btnQueryClick
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 136
    Width = 754
    Height = 441
    Anchors = [akLeft, akTop, akRight, akBottom]
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object edtStoreID: TEdit
    Left = 104
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object ADOStoredProc1: TADOStoredProc
    Connection = DataModule2.ADOConnection1
    ProcedureName = 'QueryGdzc;1'
    Parameters = <
      item
        Name = '@RETURN_VALUE'
        DataType = ftInteger
        Direction = pdReturnValue
        Precision = 10
        Value = Null
      end
      item
        Name = '@storeplace'
        Attributes = [paNullable]
        DataType = ftString
        Size = 50
        Value = Null
      end
      item
        Name = '@department'
        Attributes = [paNullable]
        DataType = ftString
        Size = 50
        Value = ' '
      end
      item
        Name = '@username'
        Attributes = [paNullable]
        DataType = ftString
        Size = 50
        Value = ' '
      end
      item
        Name = '@buyman'
        Attributes = [paNullable]
        DataType = ftString
        Size = 50
        Value = Null
      end
      item
        Name = '@customer'
        Attributes = [paNullable]
        DataType = ftString
        Size = 50
        Value = Null
      end>
    Left = 648
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOStoredProc1
    Left = 648
    Top = 96
  end
end

⌨️ 快捷键说明

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