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

📄 plc.~dfm

📁 我用Delphi做了一个PLC上机位的框架
💻 ~DFM
📖 第 1 页 / 共 3 页
字号:
      object N15: TMenuItem
        Caption = '-'
      end
      object N16: TMenuItem
        Caption = #26368#36817#25991#20214
      end
      object N18: TMenuItem
        Caption = '-'
      end
      object N17: TMenuItem
        Action = FileExit1
        Caption = #36864#20986
      end
    end
    object N19: TMenuItem
      Caption = #32534#36753
      object Undo1: TMenuItem
        Action = EditUndo1
        Caption = #25764#28040
      end
      object N20: TMenuItem
        Caption = '-'
      end
      object Delete1: TMenuItem
        Caption = #21024#38500
        Hint = 'Delete|Erases the selection'
        ImageIndex = 4
        ShortCut = 46
      end
      object Cut1: TMenuItem
        Action = EditCut1
        Caption = #21098#20999
      end
      object Copy1: TMenuItem
        Action = EditCopy1
        Caption = #22797#21046
      end
      object Paste1: TMenuItem
        Action = EditPaste1
        Caption = #31896#36148
      end
      object N22: TMenuItem
        Caption = '-'
      end
      object N21: TMenuItem
        Action = EditSelectAll1
        Caption = #20840#36873
      end
      object N23: TMenuItem
        Caption = '-'
      end
    end
    object N2: TMenuItem
      Caption = #26597#30475
      object N3: TMenuItem
        Caption = #24037#20855#26639
      end
      object N4: TMenuItem
        Caption = #29366#24577#26639
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object N24: TMenuItem
        Caption = #21151#33021#22359#24037#20855#26639
      end
      object N25: TMenuItem
        Caption = '-'
      end
      object N26: TMenuItem
        Caption = #29615#22659#35774#32622
      end
      object N27: TMenuItem
        Caption = #32972#26223#33394
      end
    end
    object PLC1: TMenuItem
      Caption = 'PLC'
      object N28: TMenuItem
        Caption = #36830#25509
      end
      object N29: TMenuItem
        Caption = #26029#24320
      end
      object N30: TMenuItem
        Caption = '-'
      end
      object N31: TMenuItem
        Caption = #19979#36733#31243#24207
      end
      object N32: TMenuItem
        Caption = #36816#34892
      end
      object N33: TMenuItem
        Caption = #20572#27490
      end
      object N34: TMenuItem
        Caption = '-'
      end
      object PLC2: TMenuItem
        Caption = #26597#30475'PLC'#20869#23384
      end
    end
    object N35: TMenuItem
      Caption = #35843#35797
      object N36: TMenuItem
        Caption = #32534#35793
      end
    end
    object N37: TMenuItem
      Caption = #31383#21475
      object N38: TMenuItem
        Caption = #26032#24314#31383#21475
      end
      object N39: TMenuItem
        Caption = #23618#21472
      end
      object N40: TMenuItem
        Caption = #24179#38138
      end
      object N41: TMenuItem
        Caption = #25490#21015#22270#26631
      end
    end
    object N42: TMenuItem
      Caption = #24110#21161
      object PLCIDE1: TMenuItem
        Caption = #20851#20110'PLC IDE'
      end
      object N43: TMenuItem
        Caption = #24110#21161#25991#20214
      end
    end
  end
  object ActionList1: TActionList
    Images = ImageList1
    Left = 536
    Top = 8
    object EditCut1: TEditCut
      Category = 'Edit'
      Caption = 'Cu&t'
      Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
      ImageIndex = 0
      ShortCut = 16472
    end
    object EditCopy1: TEditCopy
      Category = 'Edit'
      Caption = '&Copy'
      Hint = 'Copy|Copies the selection and puts it on the Clipboard'
      ImageIndex = 1
      ShortCut = 16451
    end
    object EditPaste1: TEditPaste
      Category = 'Edit'
      Caption = '&Paste'
      Hint = 'Paste|Inserts Clipboard contents'
      ImageIndex = 2
      ShortCut = 16470
    end
    object EditSelectAll1: TEditSelectAll
      Category = 'Edit'
      Caption = 'Select &All'
      Hint = 'Select All|Selects the entire document'
      ShortCut = 16449
    end
    object EditUndo1: TEditUndo
      Category = 'Edit'
      Caption = '&Undo'
      Hint = 'Undo|Reverts the last action'
      ImageIndex = 3
      ShortCut = 16474
    end
    object EditDelete2: TEditDelete
      Caption = '&Delete'
      Hint = 'Delete|Erases the selection'
      ImageIndex = 5
      ShortCut = 46
    end
    object FileOpen1: TFileOpen
      Category = 'File'
      Caption = '&Open...'
      Hint = 'Open|Opens an existing file'
      ImageIndex = 6
      ShortCut = 16463
    end
    object FileOpenWith1: TFileOpenWith
      Category = 'File'
      Caption = 'Open with...'
    end
    object FileSaveAs1: TFileSaveAs
      Category = 'File'
      Caption = 'Save &As...'
      Hint = 'Save As|Saves the active file with a new name'
      ImageIndex = 7
    end
    object FilePrintSetup1: TFilePrintSetup
      Category = 'File'
      Caption = 'Print Set&up...'
      Hint = 'Print Setup'
    end
    object FilePageSetup1: TFilePageSetup
      Category = 'File'
      Caption = 'Page Set&up...'
      Dialog.MinMarginLeft = 0
      Dialog.MinMarginTop = 0
      Dialog.MinMarginRight = 0
      Dialog.MinMarginBottom = 0
      Dialog.MarginLeft = 2500
      Dialog.MarginTop = 2500
      Dialog.MarginRight = 2500
      Dialog.MarginBottom = 2500
      Dialog.PageWidth = 21000
      Dialog.PageHeight = 29700
    end
    object FileRun1: TFileRun
      Category = 'File'
      Browse = False
      BrowseDlg.Title = 'Run'
      Caption = '&Run...'
      Hint = 'Run|Runs an application'
      Operation = 'open'
      ShowCmd = scShowNormal
    end
    object FileExit1: TFileExit
      Category = 'File'
      Caption = 'E&xit'
      Hint = 'Exit|Quits the application'
      ImageIndex = 8
    end
  end
end

⌨️ 快捷键说明

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