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

📄 frmstoragequery.dfm

📁 这是一个商品管理系统
💻 DFM
字号:
object FormStorageQuery: TFormStorageQuery
  Left = 401
  Top = 117
  BorderStyle = bsDialog
  Caption = #24211#23384#26597#35810
  ClientHeight = 285
  ClientWidth = 264
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 16
    Top = 8
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #26597#35810#26465#20214#65306
  end
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #21830#21697
  end
  object Label3: TLabel
    Left = 32
    Top = 64
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20179#24211
  end
  object Label4: TLabel
    Left = 16
    Top = 96
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #24211#23384#24773#20917#65306
  end
  object Shape1: TShape
    Left = 2
    Top = 240
    Width = 255
    Height = 1
  end
  object CBCommodity: TComboBox
    Left = 96
    Top = 32
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = CBCommodityChange
  end
  object CBDepot: TComboBox
    Left = 96
    Top = 64
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    OnChange = CBDepotChange
  end
  object DataGrid: TDBGrid
    Left = 16
    Top = 112
    Width = 233
    Height = 120
    DataSource = DataSrcStorage
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BtnOK: TButton
    Left = 181
    Top = 252
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 3
  end
  object DataSrcStorage: TDataSource
    DataSet = DataSetStorage
    Left = 152
  end
  object DataSetStorage: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    Parameters = <>
    Left = 200
  end
  object DataSet: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    Parameters = <>
    Left = 56
    Top = 248
  end
end

⌨️ 快捷键说明

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