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

📄 importammeterdata_f.dfm

📁 县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数据库为Interbase/Firebird, 深入使用Procedure和Trigger等, 对入门者具有很好的参考价值
💻 DFM
字号:
object F_ImportAmmeterData: TF_ImportAmmeterData
  Left = 347
  Top = 141
  Width = 343
  Height = 431
  Caption = '抄表数据引入'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object CheckBox1: TCheckBox
    Left = 24
    Top = 80
    Width = 97
    Height = 17
    Caption = '引入时计费'
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 24
    Top = 8
    Width = 289
    Height = 57
    Color = clAqua
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    Lines.Strings = (
      '    从抄表系统引入抄表数据,可同时进'
      '行计费处理。')
    ParentFont = False
    TabOrder = 1
  end
  object Button1: TButton
    Left = 40
    Top = 160
    Width = 75
    Height = 25
    Caption = 'Request'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Connect'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Memo: TMemo
    Left = 16
    Top = 200
    Width = 297
    Height = 185
    Lines.Strings = (
      'Memo')
    TabOrder = 4
  end
  object E_Send: TEdit
    Left = 128
    Top = 160
    Width = 121
    Height = 24
    TabOrder = 5
    Text = 'E_Send'
  end
  object ImportCS: TClientSocket
    Active = False
    Address = '127.0.0.1'
    ClientType = ctNonBlocking
    Port = 2049
    Left = 250
    Top = 77
  end
end

⌨️ 快捷键说明

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