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

📄 sy_ck_jyp_add.dfm

📁 省级集邮品管理ERP
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Frm_SY_CK_JYP_Add: TFrm_SY_CK_JYP_Add
  Left = 60
  Top = 138
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '出库计划单制定——选择票品'
  ClientHeight = 391
  ClientWidth = 648
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object bbtn_Finish: TBitBtn
    Left = 417
    Top = 351
    Width = 75
    Height = 25
    Caption = '完成(&O)'
    TabOrder = 0
    OnClick = bbtn_FinishClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object bbtn_Cancel: TBitBtn
    Left = 548
    Top = 351
    Width = 75
    Height = 25
    Caption = '取消(&C)'
    TabOrder = 1
    Kind = bkCancel
  end
  object pgc_Select: TPageControl
    Left = 11
    Top = 5
    Width = 626
    Height = 331
    ActivePage = tbs_DW
    Style = tsFlatButtons
    TabOrder = 2
    object tbs_PP: TTabSheet
      TabVisible = False
      object dbg_PP: TDBGrid
        Left = 0
        Top = 0
        Width = 618
        Height = 321
        Align = alClient
        DataSource = ds_PP
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'ZH'
            Title.Alignment = taCenter
            Title.Caption = '志号'
            Width = 60
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'PPMC'
            Title.Alignment = taCenter
            Title.Caption = '票品名称'
            Width = 128
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'KFMC'
            Title.Alignment = taCenter
            Title.Caption = '库房'
            Width = 62
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'SL'
            Title.Alignment = taCenter
            Title.Caption = '库存数量'
            Width = 59
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'MZ'
            Title.Alignment = taCenter
            Title.Caption = '面值(元)'
            Width = 50
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'JJ'
            Title.Alignment = taCenter
            Title.Caption = '进价(元)'
            Width = 52
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'XJ'
            Title.Caption = '销价(元)'
            Width = 50
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ZK'
            Title.Alignment = taCenter
            Title.Caption = '折扣%'
            Width = 40
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'JSJ'
            Title.Alignment = taCenter
            Title.Caption = '结算价(元)'
            Width = 60
            Visible = True
          end>
      end
    end
    object tbs_DW: TTabSheet
      ImageIndex = 1
      TabVisible = False
      object rg_CKXZ: TRadioGroup
        Left = 4
        Top = 4
        Width = 247
        Height = 36
        Caption = '分配依据'
        Columns = 3
        ItemIndex = 0
        Items.Strings = (
          '分配计划'
          '出库单'
          '无依据')
        TabOrder = 0
        OnClick = rg_CKXZClick
      end
      object dbg_CKXZ: TDBGrid
        Left = 2
        Top = 85
        Width = 234
        Height = 231
        DataSource = ds_CKXZ
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        TabOrder = 5
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'JHH'
            Title.Alignment = taCenter
            Title.Caption = '计划号'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'PPMC'
            Title.Alignment = taCenter
            Title.Caption = '票品名称'
            Width = 121
            Visible = True
          end>
      end
      object dbg_DWFP: TDBGrid
        Left = 241
        Top = 84
        Width = 375
        Height = 231
        DataSource = ds_DWFP
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 6
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'DWMC'
            Title.Alignment = taCenter
            Title.Caption = '单位名称'
            Width = 162
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'SL'
            Title.Alignment = taCenter
            Title.Caption = '分配数量'
            Width = 108
            Visible = True
          end>
      end
      object rg_Round: TRadioGroup
        Left = 5
        Top = 45
        Width = 176
        Height = 36
        Caption = '凑包版'
        Columns = 3
        ItemIndex = 2
        Items.Strings = (
          '凑包'
          '凑版'
          '不凑')
        TabOrder = 2
        OnClick = rg_RoundClick
      end
      object rg_Round_Style: TRadioGroup
        Left = 192
        Top = 45
        Width = 146
        Height = 36
        Columns = 2
        ItemIndex = 0
        Items.Strings = (
          '向上凑'
          '向下凑')
        TabOrder = 3
        OnClick = rg_Round_StyleClick
      end
      object pgc_SeleInfo: TPageControl
        Left = 342
        Top = 50
        Width = 274
        Height = 32
        ActivePage = tbs_SeleBGG
        MultiLine = True
        Style = tsFlatButtons
        TabOrder = 4
        object tbs_SeleBGG: TTabSheet
          Caption = 'tbs_SeleBGG'
          TabVisible = False
          object lbl_BZGG: TLabel
            Left = -1
            Top = 5
            Width = 60
            Height = 12
            Caption = '包装规格:'
          end
          object cb_BZGG: TComboBox
            Left = 64
            Top = 1
            Width = 201
            Height = 20
            Style = csDropDownList
            ItemHeight = 12
            TabOrder = 0
            OnChange = cb_BZGGChange
          end
        end
        object tbs_SeleMBMS: TTabSheet
          Caption = 'tbs_SeleMBMS'
          ImageIndex = 1
          TabVisible = False
          object Label1: TLabel
            Left = 6
            Top = 5
            Width = 48
            Height = 12
            Caption = '版规格:'
          end
          object cb_BGG: TComboBox
            Left = 59
            Top = 1
            Width = 207
            Height = 20
            Style = csDropDownList
            ItemHeight = 12
            TabOrder = 0
            OnChange = cb_BGGChange
          end
        end
        object tbs_BCB: TTabSheet
          Caption = 'tbs_BCB'
          ImageIndex = 2
          TabVisible = False
        end
      end
      object gb_Choose: TGroupBox
        Left = 261
        Top = 4
        Width = 351
        Height = 36
        Caption = '选择'
        TabOrder = 1
        object Label2: TLabel
          Left = 268
          Top = 16
          Width = 24
          Height = 12
          Caption = '比例'
        end
        object chk_YD: TCheckBox
          Left = 8

⌨️ 快捷键说明

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