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

📄 unitmainform.dfm

📁 串口短信猫收发软件。支持西门子TC35i设备
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        Height = 35
        Align = alBottom
        BevelInner = bvRaised
        BevelOuter = bvLowered
        TabOrder = 0
        object BtnStartDebug: TRzButton
          Left = 7
          Top = 5
          Width = 80
          Caption = #21551#21160#35843#35797'(&D)'
          HotTrack = True
          TabOrder = 0
          OnClick = BtnStartDebugClick
        end
        object BtnClearMsg: TRzButton
          Left = 183
          Top = 5
          Width = 80
          Caption = #28165#38500#31383#21475'(&C)'
          HotTrack = True
          TabOrder = 1
          OnClick = BtnClearMsgClick
        end
        object BtnStopDebug: TRzButton
          Left = 95
          Top = 5
          Width = 80
          Caption = #20572#27490#35843#35797'(&S)'
          Enabled = False
          HotTrack = True
          TabOrder = 2
          OnClick = BtnStopDebugClick
        end
      end
      object RzSplitter1: TRzSplitter
        Left = 0
        Top = 0
        Width = 724
        Height = 421
        Position = 353
        Percent = 49
        UsePercent = True
        HotSpotVisible = True
        HotSpotHighlight = 12615808
        HotSpotSizePercent = 20
        SplitterWidth = 7
        Align = alClient
        TabOrder = 1
        BarSize = (
          353
          0
          360
          421)
        UpperLeftControls = (
          Panel2
          MemoRequestMsg)
        LowerRightControls = (
          Panel1
          MemoResponseMsg)
        object Panel2: TPanel
          Left = 0
          Top = 0
          Width = 353
          Height = 20
          Align = alTop
          BevelInner = bvLowered
          Caption = #21457#36865#25968#25454#31383#21475
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlack
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object MemoRequestMsg: TRzMemo
          Left = 0
          Top = 20
          Width = 353
          Height = 401
          Align = alClient
          Font.Charset = GB2312_CHARSET
          Font.Color = clNavy
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
          ParentFont = False
          ReadOnly = True
          ScrollBars = ssBoth
          TabOrder = 1
          FrameHotStyle = fsLowered
          FrameHotTrack = True
          FrameStyle = fsStatus
          FrameVisible = True
        end
        object Panel1: TPanel
          Left = 0
          Top = 0
          Width = 364
          Height = 20
          Align = alTop
          BevelInner = bvLowered
          Caption = #25509#25910#25968#25454#31383#21475
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlack
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object MemoResponseMsg: TRzMemo
          Left = 0
          Top = 20
          Width = 364
          Height = 401
          Align = alClient
          Font.Charset = GB2312_CHARSET
          Font.Color = clNavy
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
          ParentFont = False
          ReadOnly = True
          ScrollBars = ssBoth
          TabOrder = 1
          FrameHotStyle = fsLowered
          FrameHotTrack = True
          FrameStyle = fsStatus
          FrameVisible = True
        end
      end
    end
  end
  object MainMenu1: TMainMenu
    Left = 335
    Top = 328
    object N1: TMenuItem
      Caption = #12304#31995#32479#12305
      object menu_run: TMenuItem
        Action = Action_Run
      end
      object menu_stop: TMenuItem
        Action = Action_Stop
        Enabled = False
      end
      object N10: TMenuItem
        Caption = '-'
      end
      object N3: TMenuItem
        Action = Action_Setup
      end
      object N11: TMenuItem
        Caption = '-'
      end
      object N12: TMenuItem
        Action = Action_CommStatus
      end
      object N5: TMenuItem
        Caption = #20107#20214#26085#24535
        object N6: TMenuItem
          Action = Action_SendLog
        end
        object N13: TMenuItem
          Action = Action_ReceiveLog
        end
      end
      object ActionDebug1: TMenuItem
        Action = Action_Debug
      end
      object N15: TMenuItem
        Caption = '-'
      end
      object N16: TMenuItem
        Action = Action_ClearLog
      end
      object N14: TMenuItem
        Caption = '-'
      end
      object N7: TMenuItem
        Action = Action_Exit
      end
    end
    object N9: TMenuItem
      Caption = #12304#31649#29702#12305
      object d2: TMenuItem
        Action = Action_SendSMS
      end
      object N4: TMenuItem
        Action = Action_AutoReply
      end
      object f1: TMenuItem
        Action = Action_FeeSMS
      end
      object s1: TMenuItem
        Action = Action_QuerySMS
      end
    end
    object N2: TMenuItem
      Caption = #12304#24110#21161#12305
      object N8: TMenuItem
        Action = Action_About
      end
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 295
    Top = 328
  end
  object RzTrayIcon: TRzTrayIcon
    Hint = 'CrystalSMS GateWay'
    PopupMenu = PopupMenu1
    Icons = ImageList2
    OnRestoreApp = RzTrayIconRestoreApp
    Left = 215
    Top = 328
  end
  object ActionList1: TActionList
    Images = ImageList1
    Left = 415
    Top = 328
    object Action_Exit: TAction
      Caption = #36864#20986#31995#32479
      OnExecute = Action_ExitExecute
    end
    object Action_Show: TAction
      Caption = #26174#31034#20027#31383#21475
      OnExecute = Action_ShowExecute
    end
    object Action_SendLog: TAction
      Caption = #21457#36865#30701#20449
      OnExecute = Action_SendLogExecute
    end
    object Action_ReceiveLog: TAction
      Caption = #25509#25910#30701#20449
      OnExecute = Action_ReceiveLogExecute
    end
    object Action_About: TAction
      Caption = #20851#20110'...'
      OnExecute = Action_AboutExecute
    end
    object Action_Setup: TAction
      Caption = #31995#32479#37197#32622
      OnExecute = Action_SetupExecute
    end
    object Action_SendSMS: TAction
      Caption = #30701#20449#32676#21457'...'
      OnExecute = Action_SendSMSExecute
    end
    object Action_QuerySMS: TAction
      Caption = #26597#35810#32479#35745'...'
      OnExecute = Action_QuerySMSExecute
    end
    object Action_FeeSMS: TAction
      Caption = #36153#29992#25511#21046'...'
      OnExecute = Action_FeeSMSExecute
    end
    object Action_Run: TAction
      Caption = #21551#21160#26381#21153
      ImageIndex = 0
      OnExecute = Action_RunExecute
    end
    object Action_Stop: TAction
      Caption = #20572#27490#26381#21153
      OnExecute = Action_StopExecute
    end
    object Action_ClearLog: TAction
      Caption = #28165#38500#26085#24535
      OnExecute = Action_ClearLogExecute
    end
    object Action_Debug: TAction
      Caption = #35843#35797#31383#21475
      OnExecute = Action_DebugExecute
    end
    object Action_CommStatus: TAction
      Caption = #36890#35759#29366#24577
      OnExecute = Action_CommStatusExecute
    end
    object Action_AutoReply: TAction
      Caption = #33258#21160#22238#22797'...'
      OnExecute = Action_AutoReplyExecute
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 375
    Top = 328
    object D1: TMenuItem
      Action = Action_Show
    end
    object C1: TMenuItem

⌨️ 快捷键说明

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