pm_poterm.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 115 行

DFM
115
字号
inherited Frm_Pm_PoTerm: TFrm_Pm_PoTerm
  Left = 134
  Top = 65
  Caption = '采购订单条款'
  ClientHeight = 494
  ClientWidth = 588
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 588
  end
  inherited Pnl_Title: TPanel
    Width = 588
    Caption = '采购订单条款'
  end
  inherited Pnl_Head: TPanel
    Width = 588
    inherited Lbl_Order: TLabel
      Width = 162
      Caption = '订单条款集代码/订单条款代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 468
    Width = 588
  end
  inherited Pnl_Body: TPanel
    Width = 588
    Height = 371
    inherited DBGridEh: TDBGridEh
      Width = 588
      Height = 371
      Columns = <
        Item
          FieldName = 'PoTermSetCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单条款集代码'
          Width = 97
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoTermCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单条款代码'
          Width = 109
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoTermName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单条款名称'
          Width = 144
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoTermRemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 168
          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 PoTerm')
    Left = 442
    Top = 36
    object AdoQry_MainPoTermSetCode: TStringField
      FieldName = 'PoTermSetCode'
      Origin = 'PoTerm'
      Size = 4
    end
    object AdoQry_MainPoTermCode: TStringField
      FieldName = 'PoTermCode'
      Origin = 'PoTerm'
      Size = 4
    end
    object AdoQry_MainPoTermName: TStringField
      FieldName = 'PoTermName'
      Origin = 'PoTerm'
      Size = 200
    end
    object AdoQry_MainPoTermRemArk: TStringField
      FieldName = 'PoTermRemArk'
      Origin = 'PoTerm'
      Size = 150
    end
  end
  inherited DataSource: TDataSource
    Left = 494
    Top = 41
  end
  inherited ExtPrintReport: TExtPrintReport
    Title1 = '采购订单条款'
  end
end

⌨️ 快捷键说明

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