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

📄 casualcardform.dfm

📁 串口编程
💻 DFM
字号:
object frmCasualCard: TfrmCasualCard
  Left = 280
  Top = 79
  Width = 331
  Height = 449
  ActiveControl = Edit1
  BorderIcons = []
  Caption = '办理临时卡'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 24
  object Edit1: TEdit
    Left = 8
    Top = 376
    Width = 193
    Height = 32
    PopupMenu = PopupMenu1
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object BitBtn1: TBitBtn
    Left = 224
    Top = 376
    Width = 89
    Height = 33
    Caption = '退出'
    TabOrder = 1
    Kind = bkClose
  end
  object RichEdit1: TRichEdit
    Left = 8
    Top = 8
    Width = 305
    Height = 353
    Color = clScrollBar
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      'RichEdit1')
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
  end
  object PopupMenu1: TPopupMenu
    Left = 112
    Top = 392
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 168
    Top = 88
  end
  object ADOTable1: TADOTable
    Left = 88
    Top = 88
  end
end

⌨️ 快捷键说明

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