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

📄 bas_itemclass_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_ItemClass_D: TFrm_Bas_ItemClass_D
  Left = 261
  Top = 185
  ActiveControl = Edt_ItemCode
  Caption = '物料存货分类'
  ClientHeight = 215
  ClientWidth = 375
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 24
    Top = 24
    Width = 60
    Height = 12
    Caption = '父项代码:'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Lbl_MasterCode: TLabel [1]
    Left = 82
    Top = 20
    Width = 84
    Height = 12
    Caption = 'Lbl_MasterCode'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel [2]
    Left = 24
    Top = 52
    Width = 60
    Height = 12
    Caption = '父项描述:'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Lbl_MasterName: TLabel [3]
    Left = 82
    Top = 48
    Width = 84
    Height = 12
    Caption = 'Lbl_MasterName'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel [4]
    Left = 24
    Top = 80
    Width = 60
    Height = 12
    Caption = '子项代码:'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label15: TLabel [5]
    Left = 24
    Top = 108
    Width = 60
    Height = 12
    Caption = '子项描述:'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel [6]
    Left = 48
    Top = 136
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  inherited btn_ok: TButton
    Left = 168
    Top = 178
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    Left = 277
    Top = 178
    TabOrder = 4
  end
  inherited Pnl_Add: TPanel
    Left = 415
    Top = 9
    TabOrder = 5
  end
  object Edt_ItemCode: TEdit [10]
    Left = 82
    Top = 76
    Width = 90
    Height = 20
    MaxLength = 16
    TabOrder = 0
    OnExit = Edt_ItemCodeExit
  end
  object Edt_RemArk: TEdit [11]
    Left = 82
    Top = 132
    Width = 271
    Height = 20
    TabOrder = 2
  end
  object edt_ItemName: TEdit [12]
    Left = 82
    Top = 102
    Width = 91
    Height = 20
    TabOrder = 1
    OnExit = edt_ItemNameExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.8'
    Left = 220
    Top = 7
  end
end

⌨️ 快捷键说明

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