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

📄 inv_opmaterialsum_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OpMaterialSum_D: TFrm_Inv_OpMaterialSum_D
  Left = 192
  Top = 91
  BOrderIcons = [biSystemMenu]
  Caption = '连续打印'
  ClientWidth = 568
  FormStyle = fsNormal
  Position = poScreenCenter
  Visible = False
  Windowstate = wsNormal
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 568
    inherited ToolBar: TToolBar
      inherited TlBtn_SetColumn: TToolButton
        Visible = False
      end
      inherited TlBtn_Preview: TToolButton
        Visible = False
      end
      inherited TlBtn_Print: TToolButton
        Action = nil
        OnClick = TlBtn_PrintClick
      end
      inherited TlBtn_Excel: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 568
    Caption = '供应商连续打印'
    inherited Image2: TImage
      Width = 568
    end
  end
  inherited Pnl_Head: TPanel
    Width = 568
    inherited Image1: TImage
      Width = 568
    end
  end
  inherited Pnl_Hint: TPanel
    Width = 568
    inherited Image4: TImage
      Width = 568
    end
  end
  inherited Pnl_Body: TPanel
    Width = 568
    inherited Image3: TImage
      Width = 568
    end
    inherited DBGridEh: TDBGridEh
      Width = 568
      ReadOnly = False
      OnTitleBtnClick = DBGridEhTitleBtnClick
      Columns = <
        Item
          FieldName = 'flag'
          PickList.Strings = (
            '1'
            '0')
          Title.Alignment = taCenter
          Title.Caption = '标记'
          Title.Font.ChArset = GB2312_CHArSET
          Title.Font.Color = clBlue
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Title.TitleButton = True
          Width = 32
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = True
        end
        Item
          FieldName = 'VendorCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '供应商代码'
          Width = 84
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '供应商描述'
          Width = 313
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 200
    Top = 152
  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.15' +
      '1;Use procedure for Prepare=1;Auto Translate=True;Packet Size=40' +
      '96;Workstation ID=XYB'
    SQL.Strings = (
      
        'select 0 as flag,VendorCode,VendorName from Vendor Order by vend' +
        'orCode')
  end
end

⌨️ 快捷键说明

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