unitsroomstop.dfm

来自「自己做过的工程」· DFM 代码 · 共 74 行

DFM
74
字号
object formsroomstop: Tformsroomstop
  Left = 213
  Top = 180
  BorderStyle = bsDialog
  Caption = #21253#38388#20572#29992
  ClientHeight = 191
  ClientWidth = 347
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 347
    Height = 191
    Align = alBottom
    BorderStyle = bsSingle
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 24
      Top = 28
      Width = 160
      Height = 16
      Caption = #35831#36755#20837#35201#20572#29992#30340#21253#38388#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object but_cancel: TButton
      Left = 202
      Top = 132
      Width = 71
      Height = 30
      Caption = #21462#28040
      TabOrder = 0
      OnClick = Button2Click
    end
    object but_ok: TButton
      Left = 58
      Top = 132
      Width = 71
      Height = 30
      Caption = #30830#23450
      Default = True
      TabOrder = 1
      OnClick = Button1Click
    end
    object ed_sroomno: TEdit
      Left = 84
      Top = 75
      Width = 169
      Height = 22
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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