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

📄 ad_enter_changetype.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ad_Enter_ChangeType: TFrm_Ad_Enter_ChangeType
  Left = 115
  Top = 66
  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 = 126
      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]
      FrozenCols = 3
      Columns = <
        Item
          FieldName = 'AdChangeTypeMode'
          PickList.Strings = (
            '增加'
            '减少')
          Title.Alignment = taCenter
          Title.Caption = '增减类型'
          Width = 80
          KeyList.Strings = (
            '1'
            '2')
        end
        Item
          FieldName = 'AdChangeTypeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '增减方式代码'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'AdChangeTypeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '增减方式名称'
          Width = 249
          KeyList.Strings = ()
        end
        Item
          FieldName = 'KmCode'
          PickList.Strings = ()
          Title.Caption = '记账贷方科目代码'
          Width = 104
          KeyList.Strings = ()
        end
        Item
          FieldName = 'KmName'
          PickList.Strings = ()
          Title.Caption = '记账贷方科目名称'
          Width = 102
          KeyList.Strings = ()
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 320
          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=192.168' +
      '.0.100;Use procedure for Prepare=1;Auto Translate=True;Packet Si' +
      'ze=4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select Ad_ChangeType.*,KmName'
      ' from Ad_ChangeType'
      
        'left join Gl_AccountSubject on Ad_ChangeType.KmCode=Gl_Accountsu' +
        'bject.KmCode'
      '')
    Left = 274
    Top = 276
    object AdoQry_MainAdChangeTypeMode: TIntegerField
      FieldName = 'AdChangeTypeMode'
      Origin = 'Ad_ChangeType'
    end
    object AdoQry_MainAdChangeTypeCode: TStringField
      FieldName = 'AdChangeTypeCode'
      Origin = 'Ad_ChangeType'
      Size = 4
    end
    object AdoQry_MainAdChangeTypeName: TStringField
      FieldName = 'AdChangeTypeName'
      Origin = 'Ad_ChangeType'
      Size = 60
    end
    object AdoQry_MainRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'Ad_ChangeType'
      Size = 60
    end
    object AdoQry_MainKmCode: TStringField
      DisplayLabel = '科目代码'
      FieldName = 'KmCode'
      Origin = 'Ad_ChangeType'
      Size = 15
    end
    object AdoQry_MainKmName: TStringField
      DisplayLabel = '科目名称'
      FieldName = 'KmName'
      Origin = 'Gl_AccountSubject'
      Size = 40
    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 + -