sfc_wipinvlock.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 74 行

DFM
74
字号
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 + =
减小字号Ctrl + -
显示快捷键?