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

📄 sfc_wipinvlock.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_WipInvLock: TFrm_Sfc_WipInvLock
  Left = 339
  Top = 203
  BOrderIcons = []
  Caption = '车间月末库存记录锁定'
  ClientHeight = 165
  ClientWidth = 324
  FormStyle = fsMDIChild
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 39
    Top = 24
    Width = 36
    Height = 12
    Caption = '车间:'
  end
  object Lbl_State: TLabel [1]
    Left = 16
    Top = 86
    Width = 337
    Height = 12
    Alignment = taCenter
    AutoSize = False
    Font.ChArset = GB2312_CHArSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel [2]
    Left = 38
    Top = 53
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  inherited btn_ok: TButton
    Left = 139
    Top = 122
  end
  inherited btn_Cancel: TButton
    Left = 216
    Top = 122
    OnClick = btn_CancelClick
  end
  object CmBx_DeptCode: TComboBox [5]
    Left = 87
    Top = 19
    Width = 153
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
    OnChange = CmBx_DeptCodeChange
  end
  object MEdt_Month: TMaskEdit [6]
    Left = 87
    Top = 46
    Width = 57
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 288
  end
end

⌨️ 快捷键说明

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