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

📄 unitchangepass.dfm

📁 这是一个很好的超市管理系统
💻 DFM
字号:
object FrmChangePass: TFrmChangePass
  Left = 192
  Top = 107
  Width = 337
  Height = 299
  Caption = #29992#25143#23494#30721#20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 329
    Height = 201
    Caption = 'Panel1'
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 60
      Height = 13
      Caption = #29992#25143#22995#21517#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 72
      Width = 60
      Height = 13
      Caption = #28304#23494#30721#65306#12288
    end
    object Label3: TLabel
      Left = 32
      Top = 112
      Width = 60
      Height = 13
      Caption = #26032#23494#30721#65306#12288
    end
    object Label4: TLabel
      Left = 16
      Top = 152
      Width = 84
      Height = 13
      Caption = #30830#35748#26032#23494#30721#65306#12288
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 32
      Width = 161
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = 'ComboBox1'
      OnDropDown = ComboBox1DropDown
    end
    object Edit1: TEdit
      Left = 104
      Top = 72
      Width = 161
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 104
      Top = 112
      Width = 161
      Height = 21
      TabOrder = 2
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 104
      Top = 152
      Width = 161
      Height = 21
      TabOrder = 3
      Text = 'Edit3'
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 202
    Width = 329
    Height = 70
    Caption = 'Panel2'
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 48
      Top = 24
      Width = 75
      Height = 25
      Caption = #30830#23450
      ModalResult = 1
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 176
      Top = 24
      Width = 75
      Height = 25
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 1
      OnClick = BitBtn2Click
    end
  end
end

⌨️ 快捷键说明

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