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

📄 unit3.dfm

📁 This program I use to tested serial com and AT Command for testing GPRS for SIM300 GSM module
💻 DFM
字号:
object Form3: TForm3
  Left = 324
  Top = 366
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Send Text'
  ClientHeight = 316
  ClientWidth = 551
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 504
    Top = 8
    Width = 39
    Height = 13
    Alignment = taRightJustify
    Caption = 'Line = 0'
  end
  object Label2: TLabel
    Left = 8
    Top = 8
    Width = 3
    Height = 13
  end
  object Memo1: TMemo
    Left = 8
    Top = 24
    Width = 535
    Height = 249
    PopupMenu = PopupMenu1
    ScrollBars = ssVertical
    TabOrder = 0
    OnChange = Memo1Change
    OnClick = Memo1Click
  end
  object Button1: TButton
    Left = 467
    Top = 280
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 88
    Top = 280
    Width = 75
    Height = 25
    Caption = 'Send All'
    Enabled = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button6: TButton
    Left = 8
    Top = 280
    Width = 75
    Height = 25
    Caption = 'Send CMD'
    Enabled = False
    TabOrder = 3
    OnClick = Button6Click
  end
  object PopupMenu1: TPopupMenu
    Left = 416
    Top = 40
    object SelectAll1: TMenuItem
      Caption = 'Select All'
      OnClick = SelectAll1Click
    end
    object Clear1: TMenuItem
      Caption = 'Clear'
      OnClick = Clear1Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object CopytoClipboard1: TMenuItem
      Caption = 'Copy to Clipboard'
      OnClick = CopytoClipboard1Click
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object Load1: TMenuItem
      Caption = 'Load'
      OnClick = Load1Click
    end
    object Save1: TMenuItem
      Caption = 'Save'
      OnClick = Save1Click
    end
  end
end

⌨️ 快捷键说明

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