inv_mnoutaudit_c.dfm

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

DFM
87
字号
inherited Frm_Inv_MnOutAudit_C: TFrm_Inv_MnOutAudit_C
  Left = 306
  Top = 236
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 48
    Width = 60
    Height = 12
    Caption = '领料部门:'
  end
  object Label2: TLabel [1]
    Left = 14
    Top = 77
    Width = 84
    Height = 12
    Caption = '领料部门名称:'
  end
  object Label3: TLabel [2]
    Left = 38
    Top = 104
    Width = 60
    Height = 12
    Caption = '班    别:'
  end
  object lbl_DeptName1: TLabel [3]
    Left = 307
    Top = 69
    Width = 6
    Height = 12
    Visible = False
  end
  inherited btn_ok: TButton
    Left = 203
    Top = 153
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 280
    Top = 153
    TabOrder = 3
  end
  object Extedt_DeptCode1: TExtEdit [6]
    Left = 243
    Top = 35
    Width = 121
    Height = 20
    TabOrder = 0
    Visible = False
    DispLabel = lbl_DeptName1
  end
  object cmbbx_Shift: TComboBox [7]
    Left = 97
    Top = 100
    Width = 126
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
  end
  object lbl_DeptName: TEdit [8]
    Left = 96
    Top = 73
    Width = 177
    Height = 20
    TabStop = False
    ReadOnly = True
    TabOrder = 4
  end
  object Extedt_DeptCode: TLinkEdit [9]
    Left = 96
    Top = 44
    Width = 114
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 5
    OnButtonClick = Extedt_DeptCodeButtonClick
    OnExit = DeptCodeCheck
    OnKeyDown = Extedt_DeptCodeKeyDown
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 304
    Top = 0
  end
end

⌨️ 快捷键说明

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