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

📄 gl_qry_chginfoforeigncurrencyrate.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Gl_Qry_ChgInfoForeignCurrencyRate: TFrm_Gl_Qry_ChgInfoForeignCurrencyRate
  Left = 75
  Top = 156
  Caption = '外币汇率表身操作日志'
  ClientHeight = 380
  ClientWidth = 614
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 614
  end
  inherited Pnl_Title: TPanel
    Width = 614
    Caption = '外币汇率表身操作日志'
    inherited Image2: TImage
      Width = 614
    end
  end
  inherited Pnl_Head: TPanel
    Width = 614
    inherited Image1: TImage
      Width = 614
    end
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '操作日期'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 354
    Width = 614
    inherited Image4: TImage
      Width = 614
    end
  end
  inherited Pnl_Body: TPanel
    Width = 614
    Height = 257
    inherited Image3: TImage
      Width = 614
      Height = 257
    end
    inherited DBGridEh: TDBGridEh
      Width = 614
      Height = 257
      Columns = <
        Item
          FieldName = 'AccountPeriod'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '日期'
          Width = 79
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ForeignRate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '记帐汇率'
          Width = 59
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChangeForeignRate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '调整汇率'
          Width = 57
          KeyList.Strings = ()
        end
        Item
          FieldName = 'RemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 166
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员代码'
          Width = 40
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员名称'
          Width = 40
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgEmployeeB'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作人员'
          Width = 170
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgTime'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作时间'
          Width = 87
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ChgType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '操作类型'
          Width = 75
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 277
    Top = 203
  end
  inherited ActionList: TActionList
    Left = 224
    Top = 176
  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'
    CurSorType = ctStatic
    SQL.Strings = (
      'select Gl_ForeignCurrencyRateHistory.AccountPeriod, '
      #9'Gl_ForeignCurrencyRateHistory.ForeignRate,'
      #9'Gl_ForeignCurrencyRateHistory.ChangeForeignRate,'
      #9'Gl_ForeignCurrencyRateHistory.RemArk,'
      #9'Gl_ForeignCurrencyRateHistory.ChgEmployeeCode,'
      #9'Employee.EmployeeName,'
      
        #9'Gl_ForeignCurrencyRateHistory.ChgEmployeeCode+'#39' '#39'+Employee.empl' +
        'oyeeName as ChgEmployeeB,'
      #9'Gl_ForeignCurrencyRateHistory.ChgTime,'
      #9'Gl_ForeignCurrencyRateHistory.ChgType'
      'from   Gl_ForeignCurrencyRateHistory'
      
        'left join Employee on Gl_ForeignCurrencyRateHistory.ChgEmployeeC' +
        'ode=Employee.EmployeeCode')
    Left = 328
    Top = 249
    object AdoQry_MainAccountPeriod: TStringField
      FieldName = 'AccountPeriod'
      Origin = 'Gl_ForeignCurrencyRateHistory'
      Size = 7
    end
    object AdoQry_MainForeignRate: TFloatField
      FieldName = 'ForeignRate'
      Origin = 'Gl_ForeignCurrencyRateHistory'
    end
    object AdoQry_MainChangeForeignRate: TFloatField
      FieldName = 'ChangeForeignRate'
      Origin = 'Gl_ForeignCurrencyRateHistory'
    end
    object AdoQry_MainRemArk: TStringField
      FieldName = 'RemArk'
      Origin = 'Gl_ForeignCurrencyRateHistory'
      Size = 30
    end
    object AdoQry_MainChgEmployeeCode: TStringField
      FieldName = 'ChgEmployeeCode'
      Origin = 'Gl_ForeignCurrencyRateHistory'
      Size = 30
    end
    object Employee: TStringField
      FieldName = 'EmployeeName'
      Origin = 'Gl_ForeignCurrencyRateHistory'
      Size = 60
    end
    object AdoQry_MainChgEmployeeB: TStringField
      FieldName = 'ChgEmployeeB'
      ReadOnly = True
      Size = 91
    end
    object AdoQry_MainChgTime: TDateTimeField
      FieldName = 'ChgTime'
      Origin = 'Gl_ForeignCurrencyRateHistory'
    end
    object AdoQry_MainChgType: TStringField
      FieldName = 'ChgType'
      Origin = 'Gl_ForeignCurrencyRateHistory'
      Size = 10
    end
  end
  inherited PopuPmenu: TPopuPmenu
    Top = 177
  end
end

⌨️ 快捷键说明

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