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

📄 unit5.dfm

📁 一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.MDF和 My database_Log.
💻 DFM
字号:
object Form5: TForm5
  Left = 350
  Top = 161
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 329
  ClientWidth = 505
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 32
    Top = 16
    Width = 441
    Height = 249
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Caption = '  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 56
      Top = 88
      Width = 80
      Height = 24
      AutoSize = False
      Caption = #26087#23494#30721#65306
    end
    object Label2: TLabel
      Left = 56
      Top = 144
      Width = 80
      Height = 24
      AutoSize = False
      Caption = #26032#23494#30721#65306
    end
    object Label3: TLabel
      Left = 56
      Top = 200
      Width = 100
      Height = 24
      AutoSize = False
      Caption = #39564#35777#23494#30721#65306
    end
    object TLabel
      Left = 64
      Top = 32
      Width = 60
      Height = 24
      AutoSize = False
      Caption = #22995#21517#65306
    end
    object oldpwd: TEdit
      Left = 224
      Top = 80
      Width = 121
      Height = 32
      AutoSize = False
      PasswordChar = '*'
      TabOrder = 0
    end
    object newpwd: TEdit
      Left = 224
      Top = 136
      Width = 121
      Height = 32
      AutoSize = False
      PasswordChar = '*'
      TabOrder = 1
    end
    object confirmpwd: TEdit
      Left = 224
      Top = 192
      Width = 121
      Height = 32
      AutoSize = False
      PasswordChar = '*'
      TabOrder = 2
    end
    object name: TEdit
      Left = 224
      Top = 24
      Width = 121
      Height = 32
      AutoSize = False
      TabOrder = 3
    end
  end
  object btnok: TButton
    Left = 112
    Top = 280
    Width = 81
    Height = 33
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
    OnClick = btnokClick
  end
  object btncancel: TButton
    Left = 280
    Top = 280
    Width = 81
    Height = 33
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 2
    OnClick = btncancelClick
  end
end

⌨️ 快捷键说明

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