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

📄 pieced_t.dfm

📁 速达开源ERP系统
💻 DFM
字号:
object frmPieced_T: TfrmPieced_T
  Left = 312
  Top = 148
  Width = 351
  Height = 490
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = '团体计件明细分摊'
  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 FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 343
    Height = 463
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 0
    object btOk: TBitBtn
      Left = 155
      Top = 430
      Width = 86
      Height = 23
      Caption = '确定'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = btOkClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        3333333333333333333333330000333333333333333333333333F33333333333
        00003333344333333333333333388F3333333333000033334224333333333333
        338338F3333333330000333422224333333333333833338F3333333300003342
        222224333333333383333338F3333333000034222A22224333333338F338F333
        8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
        33333338F83338F338F33333000033A33333A222433333338333338F338F3333
        0000333333333A222433333333333338F338F33300003333333333A222433333
        333333338F338F33000033333333333A222433333333333338F338F300003333
        33333333A222433333333333338F338F00003333333333333A22433333333333
        3338F38F000033333333333333A223333333333333338F830000333333333333
        333A333333333333333338330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object btCacel: TBitBtn
      Left = 249
      Top = 430
      Width = 86
      Height = 22
      Caption = '取消'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = btCacelClick
      Kind = bkCancel
    end
    object Panel1: TPanel
      Left = 2
      Top = 2
      Width = 332
      Height = 115
      BevelOuter = bvNone
      Color = clWhite
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label21: TLabel
        Left = 5
        Top = 52
        Width = 54
        Height = 12
        Caption = '团体计件:'
        Color = clWhite
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object Label25: TLabel
        Left = 5
        Top = 72
        Width = 54
        Height = 12
        Caption = '计件单价:'
        Color = clWhite
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object Label10: TLabel
        Left = 5
        Top = 92
        Width = 54
        Height = 12
        Caption = '分配方式:'
        Color = clWhite
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object Label1: TLabel
        Left = 5
        Top = 11
        Width = 54
        Height = 12
        Caption = '加工单号:'
        Color = clWhite
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object Label2: TLabel
        Left = 5
        Top = 31
        Width = 54
        Height = 12
        Caption = '加工工序:'
        Color = clWhite
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object sePiecedQty: TSDEdit
        Left = 60
        Top = 47
        Width = 123
        Height = 18
        Ctl3D = False
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        MaxLength = 13
        ParentColor = True
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 0
        Text = '0'
        DigLen = 2
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object sePiecedPrice: TSDEdit
        Left = 60
        Top = 67
        Width = 122
        Height = 18
        Ctl3D = False
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        MaxLength = 13
        ParentColor = True
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 1
        Text = '0'
        DigLen = 4
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object scPiecedDType: TSDComboBox
        Left = 60
        Top = 87
        Width = 141
        Height = 20
        Style = csDropDownList
        Color = clWhite
        Ctl3D = False
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 2
        OnClick = scPiecedDTypeClick
        KeyItem = cbItem2
      end
      object sePiecedWo: TSDEdit
        Left = 60
        Top = 5
        Width = 191
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 3
        Text = 'sePiecedWo'
        OnButtonClick = sePiecedWoButtonClick
        ButtonVisible = True
        KeyItem = cbItem2
        DispItem = cbItem1
        SplitSymbol = ' | '
      end
      object sePiecedProcess: TSDEdit
        Left = 60
        Top = 25
        Width = 191
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        Text = 'sePiecedProcess'
        OnButtonClick = sePiecedProcessButtonClick
        ButtonVisible = True
        KeyItem = cbItem2
        DispItem = cbItem1
        SplitSymbol = ' | '
      end
    end
    object sgPieced: TSDGrid
      Left = 2
      Top = 119
      Width = 333
      Height = 306
      Color = clWhite
      ColCount = 4
      Ctl3D = False
      DefaultRowHeight = 20
      FixedColor = 8564917
      FixedCols = 0
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 1
      OnSelectCell = sgPiecedSelectCell
      EvenGridColor = clWhite
      Columns = <
        item
          ColumnFont.Charset = ANSI_CHARSET
          ColumnFont.Color = clNavy
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '  '
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = ANSI_CHARSET
          ColumnFont.Color = clNavy
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '员工编码 '
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = ANSI_CHARSET
          ColumnFont.Color = clNavy
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '员工姓名'
          ColumnWidth = 0
        end
        item
          EditType = sdEdit
          ColumnFont.Charset = ANSI_CHARSET
          ColumnFont.Color = clNavy
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          CharType = gtNumeric
          TitleString = '加工数量'
          ColumnWidth = 0
        end>
      ColWidths = (
        25
        83
        88
        86)
    end
  end
end

⌨️ 快捷键说明

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