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

📄 unit1.~dfm

📁 数据装载监控程序
💻 ~DFM
字号:
object main: Tmain
  Left = -4
  Top = -4
  Width = 1032
  Height = 746
  Caption = 'ETL'#20840#30417#25511
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 1024
    Height = 65
    Align = alTop
    Caption = #26465#20214
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 60
      Height = 13
      Caption = #30465#32423#32534#30721#65306
    end
    object Button1: TButton
      Left = 456
      Top = 24
      Width = 75
      Height = 25
      Caption = #36807#28388
      TabOrder = 0
    end
    object Button2: TButton
      Left = 552
      Top = 24
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 65
    Width = 1024
    Height = 647
    Align = alClient
    Caption = #32467#26524
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 1020
      Height = 630
      Align = alClient
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object DBComboBox1: TDBComboBox
    Left = 88
    Top = 24
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
  end
  object ADODataSet1: TADODataSet
    Active = True
    Connection = login.ADOConnection1
    CursorType = ctStatic
    CommandText = 
      'select a.interface_cell_code, b.checkpoint_name, case a.status w' +
      'hen 0 then '#39#25104#21151#39' when 1 then '#39#22833#36133#39' when 2 then '#39#36816#34892#39' end (title '#39#29366#24577 +
      #39'),  a.deal_time, a.data_date from dwETL.tb_etl_status a,  dwPDA' +
      'TA.tb_etl_checkpoint b'
    Parameters = <>
    Left = 256
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 328
    Top = 32
  end
end

⌨️ 快捷键说明

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