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

📄 output.dfm

📁 Monitor.dfm Meter.dpr pasMain.pas
💻 DFM
字号:
object frmoutput: Tfrmoutput
  Left = 248
  Top = 119
  Width = 351
  Height = 337
  Caption = '数据导出'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Icon.Data = {
    0000010001001010100000000000280100001600000028000000100000002000
    00000100040000000000C0000000000000000000000000000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF008888
    8888888800000000000000080000077777777708000007070707070800000777
    7777770888880707000000000008077707777707770807070707070707080777
    077777077708CCCC0CCCCCC70708CCCC0CCCCCC7770800000707070707080000
    0777777777080000CCCCCCCCCCC80000CCCCCCCCCCC00000000000000000000F
    0000000F0000000F0000000F0000000000000000000000000000000000000000
    00000000000000000000F0000000F0000000F0000000F0010000FFFF0000}
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 3
    Top = 200
    Width = 48
    Height = 12
    Caption = '抄表时间'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object BTNOUTPUT: TButton
    Left = 145
    Top = 261
    Width = 70
    Height = 26
    Caption = '导出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTNOUTPUTClick
  end
  object BTNQUIT: TButton
    Left = 256
    Top = 261
    Width = 74
    Height = 26
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BTNQUITClick
  end
  object ListView1: TListView
    Left = 175
    Top = 11
    Width = 164
    Height = 182
    Color = clScrollBar
    Columns = <
      item
        Caption = '台区编号'
        Width = 80
      end
      item
        Caption = '台区名称'
        Width = 80
      end>
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    RowSelect = True
    ParentFont = False
    TabOrder = 2
    ViewStyle = vsReport
    OnClick = ListView1Click
  end
  object dataRadio: TRadioGroup
    Left = 3
    Top = 89
    Width = 145
    Height = 101
    Caption = '数据选择'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '台区概况'
      '电表概况'
      '抄表记录')
    ParentFont = False
    TabOrder = 3
  end
  object functionRadio: TRadioGroup
    Left = 3
    Top = 8
    Width = 148
    Height = 57
    Caption = '功能选择'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '导出文本(.txt)'
      '导出DBF文件')
    ParentFont = False
    TabOrder = 4
  end
  object Button1: TButton
    Left = 22
    Top = 261
    Width = 68
    Height = 26
    Caption = '浏览'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button1Click
  end
  object rdt_com: TComboBox
    Left = 3
    Top = 224
    Width = 145
    Height = 20
    Color = clMenu
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ItemHeight = 12
    ParentFont = False
    TabOrder = 6
  end
  object Savedialog: TSaveDialog
    Left = 184
    Top = 209
  end
  object Query1: TQuery
    SQL.Strings = (
      'select * from dst  where dno=:parmsdno and rdt=:paramsrdt;')
    Left = 302
    Top = 209
    ParamData = <
      item
        DataType = ftString
        Name = 'parmsdno'
        ParamType = ptOutput
      end
      item
        DataType = ftString
        Name = 'paramsrdt'
        ParamType = ptOutput
      end>
  end
  object Table1: TTable
    Left = 262
    Top = 209
  end
  object BatchMove1: TBatchMove
    Destination = Table1
    Left = 223
    Top = 209
  end
end

⌨️ 快捷键说明

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