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

📄 unit_frmgroup.dfm

📁 影院售票系统完整源码
💻 DFM
字号:
object FrmGroup: TFrmGroup
  Left = 310
  Top = 163
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#32452#23646#24615
  ClientHeight = 165
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clBlack
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 342
    Height = 165
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object BtnOk: TBitBtn
      Left = 184
      Top = 139
      Width = 70
      Height = 21
      Caption = #20445#23384'(&S)'
      TabOrder = 1
      OnClick = BtnOkClick
    end
    object GroupBox1: TGroupBox
      Left = 0
      Top = 0
      Width = 342
      Height = 132
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 12
        Top = 28
        Width = 60
        Height = 12
        Caption = #29992#25143#32452#21517#65306
      end
      object Label2: TLabel
        Left = 35
        Top = 65
        Width = 36
        Height = 12
        Caption = #35828#26126#65306
      end
      object chkused: TCheckBox
        Left = 70
        Top = 92
        Width = 97
        Height = 19
        Caption = #26159#21542#21551#29992
        Checked = True
        State = cbChecked
        TabOrder = 2
      end
      object EdtName: TCyberEdit
        Left = 72
        Top = 25
        Width = 250
        Height = 20
        EditAlign = etAlignNone
        AllowEmpty = True
        Color = clWindow
        FrameColor = clBtnShadow
        MaxLength = 20
        TabOrder = 0
      end
      object Edtdescription: TCyberEdit
        Left = 71
        Top = 61
        Width = 250
        Height = 20
        EditAlign = etAlignNone
        AllowEmpty = True
        Color = clWindow
        FrameColor = clBtnShadow
        MaxLength = 60
        TabOrder = 1
      end
    end
    object BtnExit: TBitBtn
      Left = 271
      Top = 139
      Width = 70
      Height = 21
      Caption = #36820#22238'(&X)'
      ModalResult = 2
      TabOrder = 2
    end
  end
  object CyberXPMenu1: TCyberXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    XPControls = [xcMainMenu, xcPopupMenu, xcToolbar, xcControlbar, xcCombo, xcEdit, xcMaskEdit, xcMemo, xcRichEdit, xcCheckBox, xcRadioButton, xcButton, xcBitBtn, xcSpeedButton, xcPanel]
    Active = True
    Left = 16
    Top = 88
  end
end

⌨️ 快捷键说明

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