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

📄 lqfwarningvalfm.dfm

📁 一个电力部门的催缴费用系统
💻 DFM
字号:
object FM_lQfWarningVal: TFM_lQfWarningVal
  Left = 316
  Top = 230
  BorderStyle = bsDialog
  ClientHeight = 93
  ClientWidth = 254
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label6: TLabel
    Left = 24
    Top = 21
    Width = 84
    Height = 12
    Caption = '高额欠费取值:'
  end
  object edt_Val: TEdit
    Left = 110
    Top = 17
    Width = 121
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Text = 'edt_Val'
    OnKeyPress = edt_ValKeyPress
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 56
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 56
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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