inv_otheriohsum.dfm

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

DFM
56
字号
inherited Frm_Inv_OtherIoHSum: TFrm_Inv_OtherIoHSum
  Left = -4
  Top = -4
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
  end
  inherited Pnl_Head: TPanel
    Width = 800
  end
  inherited Pnl_Hint: TPanel
    Top = 545
    Width = 800
    Height = 8
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 448
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 448
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 333
    Top = 147
  end
  inherited ActionList: TActionList
    Top = 176
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.8'
    CurSorType = ctStatic
    SQL.Strings = (
      '')
    Left = 200
    Top = 241
  end
  inherited DataSource: TDataSource
    Left = 376
    Top = 169
  end
  inherited ExtPrintReport: TExtPrintReport
    PAperOrientation = poLandScApe
    PAperType = ptWide
  end
end

⌨️ 快捷键说明

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