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

📄 unit_jihua.dfm

📁 此代码为企业原料管理代码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form_jihua: TForm_jihua
  Left = 189
  Top = 106
  Width = 585
  Height = 470
  Caption = '宁波市巨龙橡塑有限公司———制作计划'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 416
    Top = 392
    Width = 60
    Height = 15
    Caption = '制表人:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 182
    Top = 400
    Width = 75
    Height = 25
    Caption = '制订计划'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 43
    Top = 237
    Width = 494
    Height = 139
    DataSource = DS_TakeCard
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = '标识号'
        Width = 54
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = '配方编号'
        Title.Alignment = taCenter
        Width = 54
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = '制成品名称'
        Title.Alignment = taCenter
        Title.Caption = '胶料名称'
        Width = 126
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = '材料名称'
        Title.Alignment = taCenter
        Width = 129
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = '重量'
        Title.Alignment = taCenter
        Title.Caption = '用料数量'
        Width = 80
        Visible = True
      end>
  end
  object Panel6: TPanel
    Left = 120
    Top = 0
    Width = 338
    Height = 36
    Caption = '按订单制作生产计划'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -29
    Font.Name = '隶书'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object BitBtn2: TBitBtn
    Left = 65
    Top = 400
    Width = 82
    Height = 25
    Caption = '打印'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    TabStop = False
    OnClick = BitBtn2Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000130B0000130B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
      00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
      8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
      8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
      8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
      03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
      03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
      33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
      33333337FFFF7733333333300000033333333337777773333333}
    NumGlyphs = 2
  end
  object Button2: TButton
    Left = 291
    Top = 400
    Width = 84
    Height = 25
    Caption = '返回'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button2Click
  end
  object Panel2: TPanel
    Left = 14
    Top = 36
    Width = 275
    Height = 200
    TabOrder = 5
    object Label1: TLabel
      Left = 80
      Top = 5
      Width = 120
      Height = 24
      Caption = '订购单内容'
      Font.Charset = GB2312_CHARSET
      Font.Color = clFuchsia
      Font.Height = -24
      Font.Name = '隶书'
      Font.Style = []
      ParentFont = False
    end
    object Panel4: TPanel
      Left = 29
      Top = 38
      Width = 67
      Height = 24
      Caption = '订单编号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object edit_p: TEdit
      Left = 95
      Top = 85
      Width = 158
      Height = 23
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object Panel7: TPanel
      Left = 29
      Top = 85
      Width = 67
      Height = 25
      Caption = '产品名称'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object Panel8: TPanel
      Left = 29
      Top = 134
      Width = 67
      Height = 24
      Caption = '订货日期'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
    end
    object Edit_dep: TEdit
      Left = 95
      Top = 62
      Width = 158
      Height = 21
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 6
    end
    object Panel11: TPanel
      Left = 29
      Top = 110
      Width = 67
      Height = 24
      Caption = '图   号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 7
    end
    object Edit_dinghao: TEdit
      Left = 95
      Top = 38
      Width = 47
      Height = 23
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnEnter = Edit1_shehaoEnter
      OnExit = Edit_dinghaoExit
    end
    object Panel12: TPanel
      Left = 29
      Top = 62
      Width = 67
      Height = 23
      Caption = '客户单位'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 8
    end
    object Edit1_riqi: TEdit
      Left = 95
      Top = 133
      Width = 132
      Height = 23
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 9
    end
    object Panel13: TPanel
      Left = 29
      Top = 158
      Width = 67
      Height = 25
      Caption = '订购数量'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 10
    end
    object Edit2_shuli: TEdit
      Left = 96
      Top = 157
      Width = 132
      Height = 23
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 11
    end
    object Panel19: TPanel
      Left = 141
      Top = 38
      Width = 62
      Height = 25
      Caption = '胶损耗率'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 12
    end
    object Edit1_shehao: TEdit
      Left = 201
      Top = 38
      Width = 52
      Height = 23
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnEnter = Edit1_shehaoEnter
      OnExit = Edit1_shehaoExit
    end
    object Edit_tuhao: TEdit
      Left = 95
      Top = 108
      Width = 158
      Height = 23
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False

⌨️ 快捷键说明

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