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

📄 usel_goods.dfm

📁 相关的销售服务管理行业的一个软件
💻 DFM
字号:
inherited frmSel_Goods: TfrmSel_Goods
  Left = 13
  Top = 115
  Width = 644
  Height = 369
  Caption = '物品选择'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited Splitter1: TSplitter
    Height = 342
  end
  inherited Panel1: TPanel
    Height = 342
    inherited Tv: TTreeView
      Height = 340
    end
  end
  inherited Panel2: TPanel
    Width = 448
    Height = 342
    inherited DBGridEh1: TDBGridEh
      Width = 446
      Height = 340
      Columns = <
        item
          FieldName = 'nGdAddCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '简称'
          Width = 138
          KeyList.Strings = ()
          Footers = <>
        end
        item
          FieldName = 'Name'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '名称'
          Width = 97
          KeyList.Strings = ()
          Footers = <>
        end
        item
          FieldName = 'nGdUnit'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 30
          KeyList.Strings = ()
          Footers = <>
        end
        item
          FieldName = 'nGdGg'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '规格'
          Width = 80
          KeyList.Strings = ()
          Footers = <>
        end
        item
          FieldName = 'nColor1'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '颜色'
          KeyList.Strings = ()
          Footers = <>
        end>
    end
  end
  inherited DataSource1: TDataSource
    Left = 380
    Top = 120
  end
  inherited QrySel: TADOQuery
    SQL.Strings = (
      
        'Select Code,Name,TCode,nGdUnit,nGdGg,nColor1,nGdAddCode from V_G' +
        'oods')
    Top = 160
  end
end

⌨️ 快捷键说明

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