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

📄 uffxtgl.~dfm

📁 行业应急系统 包括: 应急系统(待遇核发) 发放系统 开发环境:Delphi5 (sp1)+ Oracle 8.05 MultiExport是一个可以将数据按指定字段倒出
💻 ~DFM
字号:
inherited frmFFXTGL: TfrmFFXTGL
  Left = 130
  Top = 111
  Width = 806
  Caption = 'frmFFXTGL'
  PixelsPerInch = 96
  TextHeight = 12
  inherited pnlTitle: TPanel
    Width = 798
  end
  inherited Panel2: TPanel
    inherited TreeView1: TTreeView
      OnClick = TreeView1Click
    end
  end
  inherited barStatus: TStatusBar
    Width = 798
  end
  inherited pagTemp: TPageControl
    Width = 644
    inherited tabEdit: TTabSheet
      inherited pnlEdit: TPanel
        Width = 636
        Caption = ''
        object Button1: TButton
          Left = 1
          Top = 5
          Width = 75
          Height = 25
          Caption = '人员对应'
          TabOrder = 1
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 76
          Top = 5
          Width = 75
          Height = 25
          Caption = '打印'
          TabOrder = 2
          OnClick = Button2Click
        end
      end
      inherited Panel6: TPanel
        Width = 636
        BorderWidth = 0
        inherited scrMain: TScrollBox
          Left = 0
          Top = 0
          Width = 636
          Height = 427
          object Panel1: TPanel
            Left = 0
            Top = 0
            Width = 636
            Height = 18
            Align = alTop
            Alignment = taLeftJustify
            Caption = ' 应急系统处理人员'
            TabOrder = 0
          end
          object DBGridEh1: TDBGridEh
            Left = 0
            Top = 18
            Width = 636
            Height = 409
            Align = alClient
            BorderStyle = bsNone
            DataSource = souTemp
            Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
            TabOrder = 1
            TitleFont.Charset = GB2312_CHARSET
            TitleFont.Color = clWindowText
            TitleFont.Height = -12
            TitleFont.Name = '宋体'
            TitleFont.Style = []
            FooterFont.Charset = GB2312_CHARSET
            FooterFont.Color = clWindowText
            FooterFont.Height = -12
            FooterFont.Name = '宋体'
            FooterFont.Style = []
            FooterColor = clWindow
            UseMultiTitle = True
          end
        end
      end
    end
  end
  inherited qryTemp: TwwQuery
    Left = 385
    Top = 120
  end
  inherited souTemp: TwwDataSource
    Left = 353
    Top = 120
  end
  inherited sqlTemp: TUpdateSQL
    Left = 417
    Top = 120
  end
  object qryDo: TQuery
    DatabaseName = 'MainDB'
    Left = 358
    Top = 188
  end
  object PrintOut: TPrintDBGridEh
    DBGridEh = DBGridEh1
    Options = [pghFitGridToPageWidth, pghOptimalColWidths]
    Page.BottomMargin = 2
    Page.LeftMargin = 2
    Page.RightMargin = 2
    Page.TopMargin = 2
    PageFooter.Font.Charset = DEFAULT_CHARSET
    PageFooter.Font.Color = clWindowText
    PageFooter.Font.Height = -11
    PageFooter.Font.Name = 'MS Sans Serif'
    PageFooter.Font.Style = []
    PageHeader.Font.Charset = DEFAULT_CHARSET
    PageHeader.Font.Color = clWindowText
    PageHeader.Font.Height = -11
    PageHeader.Font.Name = 'MS Sans Serif'
    PageHeader.Font.Style = []
    Units = MM
    Left = 590
    Top = 156
  end
end

⌨️ 快捷键说明

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