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

📄 unit2.dfm

📁 作者针对当前酒店客房管理的现状
💻 DFM
字号:
object Form2: TForm2
  Left = 290
  Top = 249
  Width = 432
  Height = 329
  Caption = #29992#25143#30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 208
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 312
    Top = 248
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 16
    Top = 16
    Width = 377
    Height = 201
    BevelInner = bvLowered
    TabOrder = 2
    object Label1: TLabel
      Left = 64
      Top = 48
      Width = 64
      Height = 20
      Caption = #29992#25143#21517'    '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 72
      Top = 128
      Width = 48
      Height = 20
      Caption = #23494#30721'    '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Password_Edit: TEdit
      Left = 208
      Top = 136
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      OnKeyDown = Password_EditKeyDown
    end
    object Name_Edit: TEdit
      Left = 208
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 0
      OnKeyDown = Password_EditKeyDown
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 144
    Top = 176
  end
  object Query1: TQuery
    Left = 64
    Top = 176
  end
end

⌨️ 快捷键说明

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