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

📄 unit2.dfm

📁 这是一个火车站公寓的自动叫班程序源码
💻 DFM
字号:
object fmLogin: TfmLogin
  Left = 283
  Top = 230
  AutoSize = True
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #31995#32479#30331#38470
  ClientHeight = 177
  ClientWidth = 337
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 337
    Height = 177
    BevelInner = bvLowered
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object Image1: TImage
      Left = 2
      Top = 2
      Width = 333
      Height = 173
      Align = alClient
    end
    object Edit1: TEdit
      Left = 64
      Top = 72
      Width = 225
      Height = 21
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 0
      OnKeyDown = Edit1KeyDown
    end
    object Button1: TButton
      Left = 8
      Top = 112
      Width = 41
      Height = 25
      Caption = 'Button1'
      ModalResult = 1
      TabOrder = 1
      Visible = False
    end
    object ComboBox1: TComboBox
      Left = 64
      Top = 40
      Width = 225
      Height = 21
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #26032#23435#20307
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 2
      Text = 'ComboBox1'
    end
    object BitBtn1: TBitBtn
      Left = 64
      Top = 112
      Width = 75
      Height = 25
      Caption = #36827#20837#31995#32479
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 216
      Top = 112
      Width = 75
      Height = 25
      Caption = #20851#38381#31995#32479
      TabOrder = 4
      OnClick = BitBtn2Click
    end
  end
  object Query1: TQuery
    Left = 32
    Top = 24
  end
end

⌨️ 快捷键说明

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