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

📄 pm_potermset.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_PoTermSet: TFrm_Pm_PoTermSet
  Left = 99
  Top = 65
  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 = 468
    Width = 588
    inherited Image4: TImage
      Width = 588
    end
  end
  inherited Pnl_Body: TPanel
    Width = 588
    Height = 371
    inherited Image3: TImage
      Width = 588
      Height = 371
    end
    inherited DBGridEh: TDBGridEh
      Width = 588
      Height = 371
      Columns = <
        Item
          FieldName = 'PoTermSetCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单条款集代码'
          Width = 103
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoTermSetName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单条款集名称'
          Width = 232
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoTermSetRemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 233
          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;Data Source=192.168.0.8;Use procedure for PrepAr' +
      'e=1;Auto Translate=True;Packet Size=4096;Workstation ID=CABO'
    CurSorType = ctStatic
    SQL.Strings = (
      'select * from PoTermSet')
    Left = 442
    Top = 36
    object AdoQry_MainPoTermSetCode: TStringField
      FieldName = 'PoTermSetCode'
      Origin = 'PoTermSet'
      Size = 4
    end
    object AdoQry_MainPoTermSetName: TStringField
      FieldName = 'PoTermSetName'
      Origin = 'PoTermSet'
      Size = 40
    end
    object AdoQry_MainPoTermSetRemArk: TStringField
      FieldName = 'PoTermSetRemArk'
      Origin = 'PoTermSet'
      Size = 150
    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 + -