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

📄 bas_currency.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_Currency: TFrm_Bas_Currency
  Left = 239
  Top = 113
  Caption = '货币主文件'
  ClientHeight = 403
  ClientWidth = 581
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 581
  end
  inherited Pnl_Title: TPanel
    Width = 581
    Caption = '货币主文件'
    inherited Image2: TImage
      Width = 581
    end
  end
  inherited Pnl_Head: TPanel
    Width = 581
    inherited Image1: TImage
      Width = 581
    end
    inherited Lbl_Order: TLabel
      Width = 6
      Caption = ''
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 394
    Width = 581
    Height = 9
    inherited Image4: TImage
      Width = 581
      Height = 9
    end
  end
  inherited Pnl_Body: TPanel
    Width = 581
    Height = 297
    inherited Image3: TImage
      Width = 581
      Height = 297
    end
    inherited DBGridEh: TDBGridEh
      Width = 581
      Height = 297
      Columns = <
        Item
          FieldName = 'CURRENCYCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币代码'
          Width = 57
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CURRENCYName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '货币名称'
          Width = 226
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CURRENCYFLAG'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '币符'
          Width = 29
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ISMaster'
          PickList.Strings = (
            '0 否'
            '1 是')
          KeyList.Strings = (
            '0'
            '1')
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 109
    Top = 187
  end
  inherited ActionList: TActionList
    Left = 120
    Top = 64
  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'
    CurSorType = ctStatic
    SQL.Strings = (
      'select * from currency')
    Left = 184
    Top = 217
    object AdoQry_MainCURRENCYCode: TStringField
      FieldName = 'CURRENCYCode'
      Origin = 'Currency'
      Size = 2
    end
    object AdoQry_MainCURRENCYName: TStringField
      FieldName = 'CURRENCYName'
      Origin = 'Currency'
      Size = 30
    end
    object AdoQry_MainCURRENCYFLAG: TStringField
      FieldName = 'CURRENCYFLAG'
      Origin = 'Currency'
      Size = 8
    end
    object AdoQry_MainISMaster: TIntegerField
      DisplayLabel = '是否本位币'
      FieldName = 'ISMaster'
      Origin = 'currency'
    end
  end
  inherited DataSource: TDataSource
    Left = 120
    Top = 41
  end
  inherited ExtPrintReport: TExtPrintReport
    Title1 = '外币主文件'
    Left = 72
    Top = 129
  end
end

⌨️ 快捷键说明

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