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

📄 u_zhxdcx.dfm

📁 相关的销售服务管理行业的一个软件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
            Caption = 'Destination'
            Transparent = True
          end
          object DBEdit4: TDBEdit
            Left = 120
            Top = 17
            Width = 193
            Height = 32
            TabStop = False
            AutoSize = False
            Color = clInfoBk
            DataField = 'ShippedPer'
            DataSource = DataSourceZHXDCX
            ReadOnly = True
            TabOrder = 0
          end
          object DBEdit6: TDBEdit
            Left = 120
            Top = 63
            Width = 193
            Height = 31
            TabStop = False
            AutoSize = False
            Color = clInfoBk
            DataField = 'Port'
            DataSource = DataSourceZHXDCX
            ReadOnly = True
            TabOrder = 1
          end
          object DBEdit5: TDBEdit
            Left = 119
            Top = 108
            Width = 194
            Height = 34
            TabStop = False
            AutoSize = False
            Color = clInfoBk
            DataField = 'Sailing'
            DataSource = DataSourceZHXDCX
            ReadOnly = True
            TabOrder = 2
          end
          object DBEdit7: TDBEdit
            Left = 119
            Top = 156
            Width = 194
            Height = 33
            TabStop = False
            AutoSize = False
            Color = clInfoBk
            DataField = 'Destination'
            DataSource = DataSourceZHXDCX
            ReadOnly = True
            TabOrder = 3
          end
          object DBRichEdit2: TDBRichEdit
            Left = 364
            Top = 24
            Width = 134
            Height = 165
            Color = clInfoBk
            DataField = 'ShippingMarks'
            DataSource = DataSourceZHXDCX
            HideScrollBars = False
            ReadOnly = True
            ScrollBars = ssVertical
            TabOrder = 4
            WordWrap = False
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = '数量统计'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ImageIndex = 1
        ParentFont = False
        object Panel4: TPanel
          Left = 0
          Top = 0
          Width = 546
          Height = 338
          Align = alClient
          BevelInner = bvLowered
          TabOrder = 0
          object Label19: TLabel
            Left = 120
            Top = 6
            Width = 41
            Height = 13
            AutoSize = False
            Caption = 'Quantity'
            Transparent = True
          end
          object Label23: TLabel
            Left = 203
            Top = 7
            Width = 59
            Height = 13
            AutoSize = False
            Caption = 'Description'
            Transparent = True
          end
          object Label24: TLabel
            Left = 305
            Top = 6
            Width = 55
            Height = 13
            AutoSize = False
            Caption = 'Net  Wt'
            Transparent = True
          end
          object Label25: TLabel
            Left = 305
            Top = 17
            Width = 55
            Height = 13
            AutoSize = False
            Caption = 'Per  Pkg'
            Transparent = True
          end
          object Label26: TLabel
            Left = 404
            Top = 5
            Width = 55
            Height = 13
            AutoSize = False
            Caption = 'Gross Wt'
            Transparent = True
          end
          object Label27: TLabel
            Left = 406
            Top = 16
            Width = 55
            Height = 13
            AutoSize = False
            Caption = 'Per  Pkg'
            Transparent = True
          end
          object Label28: TLabel
            Left = 503
            Top = 6
            Width = 30
            Height = 13
            AutoSize = False
            Caption = 'Mess'
            Transparent = True
          end
          object Label29: TLabel
            Left = 29
            Top = 5
            Width = 41
            Height = 13
            AutoSize = False
            Caption = 'Shipping'
            Transparent = True
          end
          object Label30: TLabel
            Left = 32
            Top = 18
            Width = 41
            Height = 13
            AutoSize = False
            Caption = 'Marks'
            Transparent = True
          end
          object DBRichEdit1: TDBRichEdit
            Left = 2
            Top = 39
            Width = 542
            Height = 297
            TabStop = False
            Align = alBottom
            DataField = 'xianghao'
            DataSource = DataSourceZHXDCX
            HideScrollBars = False
            ReadOnly = True
            ScrollBars = ssBoth
            TabOrder = 0
            WordWrap = False
          end
        end
      end
    end
    object Edit1: TEdit
      Left = 117
      Top = 29
      Width = 123
      Height = 19
      AutoSize = False
      Color = clInfoBk
      TabOrder = 1
      Text = '全部'
    end
  end
  object DBGridBGD: TDBGrid
    Left = 0
    Top = 0
    Width = 241
    Height = 581
    TabStop = False
    Align = alLeft
    Color = clInfoBk
    DataSource = DataSourceZHXDCX
    FixedColor = clHighlightText
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDrawColumnCell = DBGridBGDDrawColumnCell
    OnDblClick = DBGridBGDDblClick
    Columns = <
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'DingDanNo'
        Title.Alignment = taCenter
        Title.Caption = '订单编号'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'InvoiceNo'
        Title.Alignment = taCenter
        Title.Caption = '发票号'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'JiangYin'
        Title.Alignment = taCenter
        Title.Caption = '江阴'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Messrs'
        Title.Alignment = taCenter
        Title.Caption = '到货地点'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'ShippedPer'
        Title.Alignment = taCenter
        Title.Caption = '运货方式'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Sailing'
        Title.Alignment = taCenter
        Title.Caption = '船次'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Port'
        Title.Alignment = taCenter
        Title.Caption = '出口口岸'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Destination'
        Title.Alignment = taCenter
        Title.Caption = '目的港'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'ShippingMarks'
        Title.Alignment = taCenter
        Title.Caption = '标记唛码'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Quantity'
        Title.Alignment = taCenter
        Title.Caption = '数量'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Description'
        Title.Alignment = taCenter
        Title.Caption = '品种'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'NetWt'
        Title.Alignment = taCenter
        Title.Caption = '净重'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'GrossWt'
        Title.Alignment = taCenter
        Title.Caption = '毛重毛重'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Mess'
        Title.Alignment = taCenter
        Title.Caption = '规格'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Total'
        Title.Alignment = taCenter
        Title.Caption = '合计'
        Visible = True
      end
      item
        Color = clBtnHighlight
        Expanded = False
        FieldName = 'Size'
        Title.Alignment = taCenter
        Title.Caption = '规格标准'
        Visible = True
      end>
  end
  object DataSourceZHXDCX: TDataSource
    DataSet = DM.ADOQueryZHXDCX
    Left = 80
    Top = 336
  end
end

⌨️ 快捷键说明

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