unit2.dfm

来自「这是一个火车站公寓的自动叫班程序源码」· DFM 代码 · 共 102 行

DFM
102
字号
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 + =
减小字号Ctrl + -
显示快捷键?