xgmmut.dfm

来自「宾馆客房管理系统,功能强大,界面美观,全部delphi源代码」· DFM 代码 · 共 107 行

DFM
107
字号
object xgmmfm: Txgmmfm
  Left = 330
  Top = 197
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #29992#25143#20462#25913#23494#30721
  ClientHeight = 191
  ClientWidth = 302
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 302
    Height = 191
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 32
      Width = 89
      Height = 33
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
    object xm: TLabel
      Left = 112
      Top = 32
      Width = 153
      Height = 25
      AutoSize = False
    end
    object jmm: TLabeledEdit
      Left = 112
      Top = 56
      Width = 121
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #26087#23494#30721#65306'    '
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpLeft
      PasswordChar = '#'
      TabOrder = 0
    end
    object xmm: TLabeledEdit
      Left = 112
      Top = 84
      Width = 121
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #26032#23494#30721#65306'    '
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpLeft
      PasswordChar = '#'
      TabOrder = 1
    end
    object qrmm: TLabeledEdit
      Left = 112
      Top = 112
      Width = 121
      Height = 21
      EditLabel.Width = 72
      EditLabel.Height = 13
      EditLabel.Caption = #30830#35748#23494#30721#65306'    '
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpLeft
      PasswordChar = '#'
      TabOrder = 2
    end
    object BitBtn1: TBitBtn
      Left = 56
      Top = 144
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 160
      Top = 144
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 4
      OnClick = BitBtn2Click
    end
  end
  object mmado: TADOQuery
    Connection = DataFm.datacon
    Parameters = <>
    Left = 168
    Top = 16
  end
end

⌨️ 快捷键说明

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