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

📄 inv_billtype.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_BillType: TFrm_Inv_BillType
  Left = 38
  Top = 223
  Caption = '单据类型'
  ClientHeight = 471
  ClientWidth = 702
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 702
    inherited ToolBar: TToolBar
      inherited TlBtn_Delete: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 702
    Caption = '单据类型'
    inherited Image2: TImage
      Width = 702
    end
  end
  inherited Pnl_Head: TPanel
    Width = 702
    inherited Image1: TImage
      Width = 702
    end
    inherited Lbl_Order: TLabel
      Width = 6
      Caption = ''
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 445
    Width = 702
    inherited Image4: TImage
      Width = 702
    end
  end
  inherited Pnl_Body: TPanel
    Width = 702
    Height = 348
    inherited Image3: TImage
      Width = 702
      Height = 348
    end
    inherited DBGridEh: TDBGridEh
      Width = 702
      Height = 348
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      Columns = <
        Item
          FieldName = 'BillTypeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据类型代码'
          Width = 82
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillTypeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据类型名称'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillLINES'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据行数'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillCOLORDESC'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据联颜色说明'
          Width = 349
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillCtrlCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '控制码'
          Width = 122
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillColorDESC2'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据联颜色说明2'
          Width = 336
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillCtrlCode2'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '控制码2'
          Width = 129
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 422
    Top = 56
    inherited Act_New: TAction
      Enabled = False
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm_test;Data Source=192.168' +
      '.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet Si' +
      'ze=4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select * from BillType')
    Left = 492
    Top = 58
    object AdoQry_MaInBillTypeCode: TStringField
      FieldName = 'BillTypeCode'
      Origin = 'BillType'
      Size = 4
    end
    object AdoQry_MaInBillTypeName: TStringField
      FieldName = 'BillTypeName'
      Origin = 'BillType'
    end
    object AdoQry_MaInBillLINES: TIntegerField
      FieldName = 'BillLINES'
      Origin = 'BillType'
    end
    object AdoQry_MaInBillCOLORDESC: TStringField
      FieldName = 'BillCOLORDESC'
      Origin = 'BillType'
      Size = 60
    end
    object AdoQry_MaInBillCtrlCode: TStringField
      FieldName = 'BillCtrlCode'
      Origin = 'BillType'
      Size = 40
    end
    object AdoQry_MaInBillColorDESC2: TStringField
      FieldName = 'BillColorDESC2'
      Origin = 'BillType'
      Size = 80
    end
    object AdoQry_MaInBillCtrlCode2: TStringField
      FieldName = 'BillCtrlCode2'
      Origin = 'BillType'
      Size = 40
    end
  end
  inherited DataSource: TDataSource
    Left = 375
    Top = 68
  end
  inherited ExtPrintReport: TExtPrintReport
    Left = 172
    Top = 60
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 224
    Top = 57
  end
end

⌨️ 快捷键说明

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