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

📄 ad_enter_assettype_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ad_Enter_AssetType_D: TFrm_Ad_Enter_AssetType_D
  Left = 200
  Top = 171
  Caption = '资产类别'
  ClientHeight = 174
  ClientWidth = 433
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 19
    Top = 21
    Width = 84
    Height = 12
    Caption = '资产类别代码:'
  end
  object Label2: TLabel [1]
    Left = 19
    Top = 46
    Width = 84
    Height = 12
    Caption = '资产类别名称:'
  end
  object Label3: TLabel [2]
    Left = 67
    Top = 98
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object Label4: TLabel [3]
    Left = 25
    Top = 150
    Width = 84
    Height = 12
    Caption = '所属部门名称:'
    Visible = False
  end
  object lbl_DeptName: TLabel [4]
    Left = 111
    Top = 150
    Width = 48
    Height = 12
    Caption = '部门名称'
    Visible = False
  end
  object Label5: TLabel [5]
    Left = 19
    Top = 72
    Width = 84
    Height = 12
    Caption = '是否冲减原值:'
  end
  inherited btn_ok: TButton
    Left = 214
    Top = 132
  end
  inherited btn_Cancel: TButton
    Left = 323
    Top = 132
  end
  object Edt_EmployeeCode: TEdit [9]
    Left = 98
    Top = 16
    Width = 103
    Height = 20
    TabOrder = 3
    OnExit = Edt_EmployeeCodeExit
  end
  object Edt_EmployeeName: TEdit [10]
    Left = 98
    Top = 42
    Width = 103
    Height = 20
    TabOrder = 4
    OnExit = Edt_EmployeeNameExit
  end
  object ExtEdt_DeptCode: TExtEdit [11]
    Left = 98
    Top = 94
    Width = 298
    Height = 20
    TabOrder = 5
    DispLabel = lbl_DeptName
  end
  object Edt_ISReduceAsset: TComboBox [12]
    Left = 98
    Top = 68
    Width = 103
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 6
    Items.Strings = (
      '0 不冲减原值'
      '1 冲减原值')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 297
    Top = 23
  end
end

⌨️ 快捷键说明

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