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

📄 selectcase.dfm

📁 电力行业前台收费程序,需要有后台SQL数据库,和电费管理系统配合应用.
💻 DFM
字号:
object FormCase: TFormCase
  Left = 165
  Top = 201
  BorderStyle = bsDialog
  Caption = #35831#36873#25321#26465#20214
  ClientHeight = 200
  ClientWidth = 272
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 168
    Width = 272
    Height = 32
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object ButtonOK: TButton
      Left = 100
      Top = 3
      Width = 74
      Height = 23
      Caption = #30830#23450
      Default = True
      ModalResult = 1
      TabOrder = 0
    end
    object ButtonCancel: TButton
      Left = 188
      Top = 3
      Width = 74
      Height = 23
      Cancel = True
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 1
    end
    object ButtonReset: TButton
      Left = 12
      Top = 3
      Width = 74
      Height = 23
      Caption = #28165#38500
      TabOrder = 2
      OnClick = ButtonResetClick
    end
  end
end

⌨️ 快捷键说明

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