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

📄 xdselware.dfm

📁 企业商品管理系统
💻 DFM
字号:
object Frm_XDSelWare: TFrm_XDSelWare
  Left = 295
  Top = 200
  BorderStyle = bsDialog
  Caption = #26597#25214#21830#21697
  ClientHeight = 298
  ClientWidth = 502
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 11
    Top = 6
    Width = 402
    Height = 43
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 220
      Top = 11
      Width = 51
      Height = 22
      Caption = #26597#25214
      OnClick = SpeedButton1Click
    end
    object WareAll: TSpeedButton
      Left = 282
      Top = 11
      Width = 49
      Height = 22
      Caption = #20840#37096
      OnClick = WareAllClick
    end
    object WareClose: TSpeedButton
      Left = 343
      Top = 11
      Width = 49
      Height = 22
      Caption = #36864#20986
      OnClick = WareCloseClick
    end
    object ComboBox1: TComboBox
      Left = 14
      Top = 11
      Width = 81
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 0
      Text = #32534#21495
      Items.Strings = (
        #32534#21495
        #21517#31216)
    end
    object Edit1: TEdit
      Left = 99
      Top = 11
      Width = 121
      Height = 21
      TabOrder = 1
    end
  end
  object WareGrid: TDBGrid
    Left = 10
    Top = 54
    Width = 481
    Height = 240
    DataSource = Frm_XDPeice.DSWare
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = WareGridDblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'MR_Code'
        Title.Caption = #21830#21697#32534#30721
        Width = 88
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Name'
        Title.Caption = #21830#21697#21517#31216
        Width = 82
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Spce'
        Title.Caption = #35268#26684
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Unit'
        Title.Caption = #21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_OutPrice'
        Title.Caption = #38646#21806#20215
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_WareName'
        Title.Caption = #21830#21697#31867#21035
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Cards'
        Title.Caption = #20135#22320'\'#21697#29260
        Width = 92
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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