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

📄 yddftzd.dfm

📁 营业用电管理系统(网络版)是本公司推出的新一代软件产品
💻 DFM
字号:
object Fdftzd: TFdftzd
  Left = 282
  Top = 90
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '电费通知单'
  ClientHeight = 199
  ClientWidth = 306
  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 = 68
    Top = 160
    Width = 79
    Height = 27
    Caption = '打印(&P)'
    Glyph.Data = {
      EE000000424DEE000000000000007600000028000000100000000F0000000100
      0400000000007800000000000000000000001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
      0FFFF0888888888080FF000000000000080F0888888FFF88000F088888877788
      080F00000000000008800888888888808080F000000000080800FF0FFFFFFFF0
      8080FFF0F00000F0000FFFF0FFFFFFFF0FFFFFFF0F00000F0FFFFFFF0FFFFFFF
      F0FFFFFFF000000000FFFFFFFFFFFFFFFFFF}
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 164
    Top = 160
    Width = 79
    Height = 27
    Caption = '退出(&X)'
    Glyph.Data = {
      EE000000424DEE000000000000007600000028000000100000000F0000000100
      0400000000007800000000000000000000001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFF0FFFFFF
      FFFFFFFF00FFFFFFFFFFFFF030FFFFFFFFFFFF0330FFFFFFFFFF003330000000
      0FFFF03330FF0FFFFFFFF03300FF0FFFF4FFF03330FF0FFF44FFF03330FF0FF4
      4444F03330FF0F444444F03330FF0FF44444F0330FFF0FFF44FFF030FFFF0FFF
      F4FFF00FFFFF0FFFFFFFF00000000FFFFFFF}
    OnClick = SpeedButton2Click
  end
  object Label1: TLabel
    Left = 43
    Top = 14
    Width = 54
    Height = 16
    Alignment = taCenter
    Caption = 'Label1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Shape1: TShape
    Left = 16
    Top = 37
    Width = 262
    Height = 1
  end
  object Shape2: TShape
    Left = 17
    Top = 38
    Width = 262
    Height = 1
    Pen.Color = clWhite
  end
  object Shape3: TShape
    Left = 11
    Top = 146
    Width = 272
    Height = 1
  end
  object Shape4: TShape
    Left = 12
    Top = 147
    Width = 272
    Height = 1
    Pen.Color = clWhite
  end
  object RadioButton1: TRadioButton
    Left = 17
    Top = 53
    Width = 90
    Height = 17
    Caption = '按馈路打印'
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton3: TRadioButton
    Left = 17
    Top = 106
    Width = 86
    Height = 17
    Caption = '单户打印'
    Checked = True
    TabOrder = 2
    TabStop = True
    OnClick = RadioButton3Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 102
    Width = 137
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object ComboBox1: TComboBox
    Left = 120
    Top = 50
    Width = 137
    Height = 21
    Enabled = False
    ItemHeight = 13
    TabOrder = 3
    OnKeyPress = ComboBox1KeyPress
  end
  object ComboBox2: TComboBox
    Left = 120
    Top = 76
    Width = 137
    Height = 21
    Enabled = False
    ItemHeight = 13
    TabOrder = 4
    OnKeyPress = ComboBox2KeyPress
  end
  object RadioButton2: TRadioButton
    Left = 16
    Top = 80
    Width = 89
    Height = 17
    Caption = '按片区打印'
    TabOrder = 5
    OnClick = RadioButton2Click
  end
  object Table1: TTable
    TableName = 'DFTZD'
    TableType = ttParadox
    Left = 224
    Top = 8
  end
end

⌨️ 快捷键说明

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