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

📄 ydymjz.dfm

📁 营业用电管理系统(网络版)是本公司推出的新一代软件产品
💻 DFM
字号:
object Fymjz: TFymjz
  Left = 203
  Top = 105
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '月末结转'
  ClientHeight = 246
  ClientWidth = 315
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 36
    Top = 207
    Width = 77
    Height = 27
    Caption = '结转'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 117
    Top = 207
    Width = 77
    Height = 27
    Caption = '帮助(&H)'
  end
  object SpeedButton3: TSpeedButton
    Left = 197
    Top = 207
    Width = 77
    Height = 27
    Caption = '退出(&X)'
    OnClick = SpeedButton3Click
  end
  object Panel1: TPanel
    Left = 11
    Top = 9
    Width = 294
    Height = 159
    BevelInner = bvLowered
    BorderStyle = bsSingle
    Color = clWindow
    TabOrder = 0
    object Label1: TLabel
      Left = 66
      Top = 34
      Width = 152
      Height = 19
      Caption = '电费数据月末结转'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -19
      Font.Name = '黑体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 32
      Top = 78
      Width = 238
      Height = 64
      Caption = 
        '警告:                          执行此功能前必须确保网络中所有运' +
        '行本软件的用户全部退出后方可进行!'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = '楷体_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      WordWrap = True
    end
    object Label3: TLabel
      Left = 93
      Top = 11
      Width = 11
      Height = 19
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -19
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  object ProgressBar1: TProgressBar
    Left = 12
    Top = 177
    Width = 293
    Height = 20
    Min = 0
    Max = 100
    TabOrder = 1
  end
  object BatchMove1: TBatchMove
    Left = 280
    Top = 208
  end
end

⌨️ 快捷键说明

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