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

📄 gl_enter_gain.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Enter_Gain: TFrm_Gl_Enter_Gain
  Left = 115
  Top = 105
  Caption = '利润设置表'
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = '利润设置表'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '项目编号'
    end
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      FrozenCols = 2
      Columns = <
        Item
          FieldName = 'ProjectCode'
          PickList.Strings = ()
          Width = 88
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ISSum'
          PickList.Strings = (
            '0 否'
            '1 是')
          KeyList.Strings = (
            '0'
            '1')
        end
        Item
          FieldName = 'ProjectName'
          PickList.Strings = ()
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PLineNo'
          PickList.Strings = ()
          Width = 38
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MonthSum'
          PickList.Strings = ()
          Width = 72
          KeyList.Strings = ()
        end
        Item
          FieldName = 'YearSum'
          PickList.Strings = ()
          Width = 66
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 389
    Top = 163
  end
  inherited ActionList: TActionList
    Left = 184
    Top = 160
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
      '68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
      'Size=4096;Workstation ID=XYB'
    SQL.Strings = (
      'select * from Gl_Gain')
    Left = 240
    Top = 297
    object AdoQry_MainProjectCode: TStringField
      DisplayLabel = '项目编号'
      FieldName = 'ProjectCode'
      Origin = 'Gl_Gain'
      Size = 16
    end
    object AdoQry_MainISSum: TIntegerField
      DisplayLabel = '是否合计栏'
      FieldName = 'ISSum'
      Origin = 'Gl_Gain'
    end
    object AdoQry_MainProjectName: TStringField
      DisplayLabel = '项目'
      FieldName = 'ProjectName'
      Origin = 'Gl_Gain'
      Size = 60
    end
    object AdoQry_MainPLineNo: TIntegerField
      DisplayLabel = '行次'
      FieldName = 'PLineNo'
      Origin = 'Gl_Gain'
    end
    object AdoQry_MainMonthSum: TStringField
      DisplayLabel = '本月累计'
      FieldName = 'MonthSum'
      Origin = 'Gl_Gain'
      Size = 120
    end
    object AdoQry_MainYearSum: TStringField
      DisplayLabel = '本年累计'
      FieldName = 'YearSum'
      Origin = 'Gl_Gain'
      Size = 120
    end
  end
  inherited DataSource: TDataSource
    Left = 288
    Top = 153
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 248
    Top = 209
  end
end

⌨️ 快捷键说明

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