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

📄 mainr.dfm

📁 超市系统开发 超市系统开发 超市系统开发 超市系统开发
💻 DFM
字号:
object FMMAINR: TFMMAINR
  Left = 294
  Top = 229
  Width = 251
  Height = 106
  Caption = '登录序号'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 243
    Height = 79
    Align = alClient
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = ' '
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object Label1: TLabel
      Left = 10
      Top = 10
      Width = 48
      Height = 12
      Caption = '登录提示'
    end
    object LB_HINT: TLabel
      Left = 120
      Top = 10
      Width = 231
      Height = 16
      AutoSize = False
      Caption = ' '
    end
    object BTNQUT: TBitBtn
      Left = 10
      Top = 35
      Width = 80
      Height = 30
      Caption = '登录'
      TabOrder = 0
      OnClick = BTNQUTClick
    end
    object Edit1: TEdit
      Left = 74
      Top = 3
      Width = 156
      Height = 27
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnKeyDown = Edit1KeyDown
    end
    object BitBtn1: TBitBtn
      Left = 147
      Top = 35
      Width = 80
      Height = 30
      Caption = '试用'
      TabOrder = 2
      OnClick = BTNQUTClick
    end
  end
end

⌨️ 快捷键说明

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