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

📄 ad_enter_assettype.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ad_Enter_AssetType: TFrm_Ad_Enter_AssetType
  Left = 280
  Top = 206
  Caption = '资产类别'
  ClientHeight = 494
  ClientWidth = 588
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 588
  end
  inherited Pnl_Title: TPanel
    Width = 588
    Caption = '资产类别'
    inherited Image2: TImage
      Width = 588
    end
  end
  inherited Pnl_Head: TPanel
    Width = 588
    inherited Image1: TImage
      Width = 588
    end
    inherited Lbl_Order: TLabel
      Width = 72
      Caption = '资产类别代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 481
    Width = 588
    Height = 13
    inherited Image4: TImage
      Width = 588
      Height = 13
    end
  end
  inherited Pnl_Body: TPanel
    Width = 588
    Height = 384
    inherited Image3: TImage
      Width = 588
      Height = 384
    end
    inherited DBGridEh: TDBGridEh
      Width = 588
      Height = 384
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      Columns = <
        Item
          FieldName = 'AssetTypeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '资产类别代码'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'AssetTypeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '资产类别名称'
          Width = 177
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ISReduceAsset'
          PickList.Strings = (
            '不冲减原值'
            '冲减原值')
          Title.Caption = '是否冲减原值'
          Width = 81
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 202
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 533
    Top = 49
  end
  inherited ActionList: TActionList
    Left = 398
    Top = 59
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=Mrpii_kelong;Data Source=ExtDATAS' +
      'ERVER;Use procedure for Prepare=1;Auto Translate=True;Packet Siz' +
      'e=4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select * from Ad_AssetType')
    Left = 442
    Top = 36
    object AdoQry_MainAssetTypeCode: TStringField
      FieldName = 'AssetTypeCode'
      Origin = 'Ad_AssetType'
      Size = 4
    end
    object AdoQry_MainAssetTypeName: TStringField
      FieldName = 'AssetTypeName'
      Origin = 'Ad_AssetType'
      Size = 60
    end
    object AdoQry_MainRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'Ad_AssetType'
      Size = 60
    end
    object AdoQry_MainISReduceAsset: TIntegerField
      FieldName = 'ISReduceAsset'
      Origin = 'Ad_AssetTypeHistory'
    end
  end
  inherited DataSource: TDataSource
    Left = 494
    Top = 41
  end
  inherited ExtPrintReport: TExtPrintReport
    Title1 = '人员主文件列表'
  end
end

⌨️ 快捷键说明

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