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

📄 unit_frmhallinfo.dfm

📁 影院售票系统完整源码
💻 DFM
字号:
object frmhallinfo: Tfrmhallinfo
  Left = 258
  Top = 141
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #24433#21381#20449#24687
  ClientHeight = 202
  ClientWidth = 328
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 6
    Top = 0
    Width = 316
    Height = 168
    TabOrder = 0
    object Label4: TLabel
      Left = 8
      Top = 52
      Width = 60
      Height = 12
      Caption = #24433#21381#21517#31216#65306
    end
    object Label12: TLabel
      Left = 20
      Top = 83
      Width = 48
      Height = 12
      Caption = #24231#20301#25968#65306
    end
    object Label1: TLabel
      Left = 8
      Top = 21
      Width = 60
      Height = 12
      Caption = #24433#21381#32534#21495#65306
    end
    object Label2: TLabel
      Left = 14
      Top = 111
      Width = 54
      Height = 12
      Caption = #22791'   '#27880#65306
    end
    object EdtName: TCyberEdit
      Left = 66
      Top = 48
      Width = 239
      Height = 20
      EditAlign = etAlignNone
      Color = clWindow
      MaxLength = 30
      TabOrder = 0
    end
    object EdtCode: TCyberEdit
      Left = 66
      Top = 17
      Width = 239
      Height = 20
      TabStop = False
      EditAlign = etAlignNone
      Color = clWindow
      MaxLength = 2
      ReadOnly = True
      TabOrder = 3
    end
    object EdtSeatcount: TCyberEdit
      Left = 66
      Top = 80
      Width = 239
      Height = 20
      EditAlign = etAlignNone
      Color = clWindow
      TabOrder = 1
    end
    object Memoremarks: TCyberMemo
      Left = 66
      Top = 112
      Width = 239
      Height = 43
      MaxLength = 100
      TabOrder = 2
      FrameFlatStyle = fsStatus
      FrameFocusStyle = fsLowered
      FrameFlat = False
      TabOnEnter = False
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 167
    Width = 328
    Height = 35
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object BtnSave: TBitBtn
      Left = 145
      Top = 4
      Width = 75
      Height = 25
      Caption = #20445#23384'(&S)'
      TabOrder = 0
      OnClick = BtnSaveClick
    end
    object BtnExit: TBitBtn
      Left = 245
      Top = 4
      Width = 75
      Height = 25
      Caption = #36820#22238'(&X)'
      TabOrder = 1
      OnClick = BtnExitClick
    end
  end
end

⌨️ 快捷键说明

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