123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804 |
- namespace EsPy.Forms
- {
- partial class EditorForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorForm));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.FileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.mnSave = new System.Windows.Forms.ToolStripMenuItem();
- this.mnSaveAs = new System.Windows.Forms.ToolStripMenuItem();
- this.mnEdit = new System.Windows.Forms.ToolStripMenuItem();
- this.mnUndo = new System.Windows.Forms.ToolStripMenuItem();
- this.mnRedo = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
- this.mnCut = new System.Windows.Forms.ToolStripMenuItem();
- this.mnCopy = new System.Windows.Forms.ToolStripMenuItem();
- this.mnPaste = new System.Windows.Forms.ToolStripMenuItem();
- this.mnDelete = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
- this.mnSelectAll = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
- this.mnFind = new System.Windows.Forms.ToolStripMenuItem();
- this.mnReplace = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
- this.mnComment = new System.Windows.Forms.ToolStripMenuItem();
- this.mnUncommet = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
- this.mnView = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
- this.mnShowEol = new System.Windows.Forms.ToolStripMenuItem();
- this.mnShowWhitespace = new System.Windows.Forms.ToolStripMenuItem();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.cmUndo = new System.Windows.Forms.ToolStripMenuItem();
- this.cmRedo = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.cmCut = new System.Windows.Forms.ToolStripMenuItem();
- this.cmCopy = new System.Windows.Forms.ToolStripMenuItem();
- this.cmPaste = new System.Windows.Forms.ToolStripMenuItem();
- this.cmDelete = new System.Windows.Forms.ToolStripMenuItem();
- this.cmSelectAll = new System.Windows.Forms.ToolStripMenuItem();
- this.cmFind = new System.Windows.Forms.ToolStripMenuItem();
- this.cmReplace = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
- this.btnHelp = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
- this.cmComment = new System.Windows.Forms.ToolStripMenuItem();
- this.cmUncomment = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
- this.cmShowEOL = new System.Windows.Forms.ToolStripMenuItem();
- this.cmShowWhitespace = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.btnSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.btnUndo = new System.Windows.Forms.ToolStripButton();
- this.btnRedo = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.btnCut = new System.Windows.Forms.ToolStripButton();
- this.btnCopy = new System.Windows.Forms.ToolStripButton();
- this.btnPaste = new System.Windows.Forms.ToolStripButton();
- this.btnPylint = new System.Windows.Forms.ToolStripButton();
- this.btnRun = new System.Windows.Forms.ToolStripButton();
- this.btnUpload = new System.Windows.Forms.ToolStripButton();
- this.scintilla = new EsPy.Components.ExScintilla();
- this.menuStrip1.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- this.toolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.FileMenuItem,
- this.mnEdit,
- this.mnView});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(636, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- this.menuStrip1.Visible = false;
- //
- // FileMenuItem
- //
- this.FileMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.mnSave,
- this.mnSaveAs});
- this.FileMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
- this.FileMenuItem.MergeIndex = 0;
- this.FileMenuItem.Name = "FileMenuItem";
- this.FileMenuItem.Size = new System.Drawing.Size(37, 20);
- this.FileMenuItem.Text = "&File";
- //
- // mnSave
- //
- this.mnSave.Enabled = false;
- this.mnSave.Image = ((System.Drawing.Image)(resources.GetObject("mnSave.Image")));
- this.mnSave.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.mnSave.MergeIndex = 3;
- this.mnSave.Name = "mnSave";
- this.mnSave.Size = new System.Drawing.Size(121, 22);
- this.mnSave.Text = "Save";
- this.mnSave.Click += new System.EventHandler(this.mnSave_Click);
- //
- // mnSaveAs
- //
- this.mnSaveAs.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.mnSaveAs.MergeIndex = 4;
- this.mnSaveAs.Name = "mnSaveAs";
- this.mnSaveAs.Size = new System.Drawing.Size(121, 22);
- this.mnSaveAs.Text = "Save as...";
- this.mnSaveAs.Click += new System.EventHandler(this.mnSaveAs_Click);
- //
- // mnEdit
- //
- this.mnEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.mnUndo,
- this.mnRedo,
- this.toolStripMenuItem2,
- this.mnCut,
- this.mnCopy,
- this.mnPaste,
- this.mnDelete,
- this.toolStripMenuItem3,
- this.mnSelectAll,
- this.toolStripMenuItem7,
- this.mnFind,
- this.mnReplace,
- this.toolStripMenuItem8,
- this.mnComment,
- this.mnUncommet,
- this.toolStripMenuItem6});
- this.mnEdit.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
- this.mnEdit.MergeIndex = 1;
- this.mnEdit.Name = "mnEdit";
- this.mnEdit.Size = new System.Drawing.Size(39, 20);
- this.mnEdit.Text = "&Edit";
- //
- // mnUndo
- //
- this.mnUndo.Image = ((System.Drawing.Image)(resources.GetObject("mnUndo.Image")));
- this.mnUndo.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnUndo.MergeIndex = 0;
- this.mnUndo.Name = "mnUndo";
- this.mnUndo.ShortcutKeyDisplayString = "Ctrl+Z";
- this.mnUndo.Size = new System.Drawing.Size(183, 22);
- this.mnUndo.Text = "Undo";
- this.mnUndo.Click += new System.EventHandler(this.mnUndo_Click);
- //
- // mnRedo
- //
- this.mnRedo.Image = ((System.Drawing.Image)(resources.GetObject("mnRedo.Image")));
- this.mnRedo.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnRedo.MergeIndex = 1;
- this.mnRedo.Name = "mnRedo";
- this.mnRedo.ShortcutKeyDisplayString = "Ctrl+Y";
- this.mnRedo.Size = new System.Drawing.Size(183, 22);
- this.mnRedo.Text = "Redo";
- this.mnRedo.Click += new System.EventHandler(this.mnRedo_Click);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem2.MergeIndex = 2;
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 6);
- //
- // mnCut
- //
- this.mnCut.Image = ((System.Drawing.Image)(resources.GetObject("mnCut.Image")));
- this.mnCut.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnCut.MergeIndex = 3;
- this.mnCut.Name = "mnCut";
- this.mnCut.ShortcutKeyDisplayString = "Ctrl+X";
- this.mnCut.Size = new System.Drawing.Size(183, 22);
- this.mnCut.Text = "Cut";
- this.mnCut.Click += new System.EventHandler(this.mnCut_Click);
- //
- // mnCopy
- //
- this.mnCopy.Image = ((System.Drawing.Image)(resources.GetObject("mnCopy.Image")));
- this.mnCopy.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnCopy.MergeIndex = 4;
- this.mnCopy.Name = "mnCopy";
- this.mnCopy.ShortcutKeyDisplayString = "Ctrl+C";
- this.mnCopy.Size = new System.Drawing.Size(183, 22);
- this.mnCopy.Text = "Copy";
- this.mnCopy.Click += new System.EventHandler(this.mnCopy_Click);
- //
- // mnPaste
- //
- this.mnPaste.Image = ((System.Drawing.Image)(resources.GetObject("mnPaste.Image")));
- this.mnPaste.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnPaste.MergeIndex = 5;
- this.mnPaste.Name = "mnPaste";
- this.mnPaste.ShortcutKeyDisplayString = "Ctrl+V";
- this.mnPaste.Size = new System.Drawing.Size(183, 22);
- this.mnPaste.Text = "Paste";
- this.mnPaste.Click += new System.EventHandler(this.mnPaste_Click);
- //
- // mnDelete
- //
- this.mnDelete.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnDelete.MergeIndex = 6;
- this.mnDelete.Name = "mnDelete";
- this.mnDelete.ShortcutKeyDisplayString = "Del";
- this.mnDelete.Size = new System.Drawing.Size(183, 22);
- this.mnDelete.Text = "Delete";
- this.mnDelete.Click += new System.EventHandler(this.mnDelete_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem3.MergeIndex = 7;
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 6);
- //
- // mnSelectAll
- //
- this.mnSelectAll.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnSelectAll.MergeIndex = 8;
- this.mnSelectAll.Name = "mnSelectAll";
- this.mnSelectAll.ShortcutKeyDisplayString = "Ctrl+A";
- this.mnSelectAll.Size = new System.Drawing.Size(183, 22);
- this.mnSelectAll.Text = "Select All";
- this.mnSelectAll.Click += new System.EventHandler(this.mnSelectAll_Click);
- //
- // toolStripMenuItem7
- //
- this.toolStripMenuItem7.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem7.MergeIndex = 9;
- this.toolStripMenuItem7.Name = "toolStripMenuItem7";
- this.toolStripMenuItem7.Size = new System.Drawing.Size(180, 6);
- //
- // mnFind
- //
- this.mnFind.Enabled = false;
- this.mnFind.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnFind.MergeIndex = 10;
- this.mnFind.Name = "mnFind";
- this.mnFind.ShortcutKeyDisplayString = "Ctrl+F";
- this.mnFind.Size = new System.Drawing.Size(183, 22);
- this.mnFind.Text = "Find...";
- this.mnFind.Click += new System.EventHandler(this.mnFind_Click);
- //
- // mnReplace
- //
- this.mnReplace.Enabled = false;
- this.mnReplace.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnReplace.MergeIndex = 11;
- this.mnReplace.Name = "mnReplace";
- this.mnReplace.ShortcutKeyDisplayString = "Ctrl+H";
- this.mnReplace.Size = new System.Drawing.Size(183, 22);
- this.mnReplace.Text = "Replace...";
- this.mnReplace.Click += new System.EventHandler(this.mnReplace_Click);
- //
- // toolStripMenuItem8
- //
- this.toolStripMenuItem8.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem8.MergeIndex = 12;
- this.toolStripMenuItem8.Name = "toolStripMenuItem8";
- this.toolStripMenuItem8.Size = new System.Drawing.Size(180, 6);
- //
- // mnComment
- //
- this.mnComment.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnComment.MergeIndex = 13;
- this.mnComment.Name = "mnComment";
- this.mnComment.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
- this.mnComment.Size = new System.Drawing.Size(183, 22);
- this.mnComment.Text = "Comment";
- //
- // mnUncommet
- //
- this.mnUncommet.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.mnUncommet.MergeIndex = 14;
- this.mnUncommet.Name = "mnUncommet";
- this.mnUncommet.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
- this.mnUncommet.Size = new System.Drawing.Size(183, 22);
- this.mnUncommet.Text = "Uncomment";
- //
- // toolStripMenuItem6
- //
- this.toolStripMenuItem6.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem6.MergeIndex = 15;
- this.toolStripMenuItem6.Name = "toolStripMenuItem6";
- this.toolStripMenuItem6.Size = new System.Drawing.Size(180, 6);
- //
- // mnView
- //
- this.mnView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem1,
- this.mnShowEol,
- this.mnShowWhitespace});
- this.mnView.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
- this.mnView.MergeIndex = 0;
- this.mnView.Name = "mnView";
- this.mnView.Size = new System.Drawing.Size(44, 20);
- this.mnView.Text = "&View";
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.MergeIndex = 2;
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(164, 6);
- //
- // mnShowEol
- //
- this.mnShowEol.MergeIndex = 3;
- this.mnShowEol.Name = "mnShowEol";
- this.mnShowEol.Size = new System.Drawing.Size(167, 22);
- this.mnShowEol.Text = "Show EOL";
- this.mnShowEol.Click += new System.EventHandler(this.mnShowEOL_Click);
- //
- // mnShowWhitespace
- //
- this.mnShowWhitespace.MergeIndex = 4;
- this.mnShowWhitespace.Name = "mnShowWhitespace";
- this.mnShowWhitespace.Size = new System.Drawing.Size(167, 22);
- this.mnShowWhitespace.Text = "Show Whitespace";
- this.mnShowWhitespace.Click += new System.EventHandler(this.mnShowWhitespace_Click);
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.cmUndo,
- this.cmRedo,
- this.toolStripSeparator4,
- this.cmCut,
- this.cmCopy,
- this.cmPaste,
- this.cmDelete,
- this.cmSelectAll,
- this.cmFind,
- this.cmReplace,
- this.toolStripMenuItem4,
- this.btnHelp,
- this.toolStripMenuItem5,
- this.cmComment,
- this.cmUncomment,
- this.toolStripMenuItem9,
- this.cmShowEOL,
- this.cmShowWhitespace});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(184, 336);
- //
- // cmUndo
- //
- this.cmUndo.Enabled = false;
- this.cmUndo.Image = ((System.Drawing.Image)(resources.GetObject("cmUndo.Image")));
- this.cmUndo.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmUndo.MergeIndex = 0;
- this.cmUndo.Name = "cmUndo";
- this.cmUndo.ShortcutKeyDisplayString = "Ctrl+Z";
- this.cmUndo.Size = new System.Drawing.Size(183, 22);
- this.cmUndo.Text = "Undo";
- this.cmUndo.Click += new System.EventHandler(this.mnUndo_Click);
- //
- // cmRedo
- //
- this.cmRedo.Enabled = false;
- this.cmRedo.Image = ((System.Drawing.Image)(resources.GetObject("cmRedo.Image")));
- this.cmRedo.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmRedo.MergeIndex = 1;
- this.cmRedo.Name = "cmRedo";
- this.cmRedo.ShortcutKeyDisplayString = "Ctrl+Y";
- this.cmRedo.Size = new System.Drawing.Size(183, 22);
- this.cmRedo.Text = "Redo";
- this.cmRedo.Click += new System.EventHandler(this.mnRedo_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripSeparator4.MergeIndex = 2;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(180, 6);
- //
- // cmCut
- //
- this.cmCut.Enabled = false;
- this.cmCut.Image = ((System.Drawing.Image)(resources.GetObject("cmCut.Image")));
- this.cmCut.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmCut.MergeIndex = 3;
- this.cmCut.Name = "cmCut";
- this.cmCut.ShortcutKeyDisplayString = "Ctrl+X";
- this.cmCut.Size = new System.Drawing.Size(183, 22);
- this.cmCut.Text = "Cut";
- this.cmCut.Click += new System.EventHandler(this.mnCut_Click);
- //
- // cmCopy
- //
- this.cmCopy.Enabled = false;
- this.cmCopy.Image = ((System.Drawing.Image)(resources.GetObject("cmCopy.Image")));
- this.cmCopy.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmCopy.MergeIndex = 4;
- this.cmCopy.Name = "cmCopy";
- this.cmCopy.ShortcutKeyDisplayString = "Ctrl+C";
- this.cmCopy.Size = new System.Drawing.Size(183, 22);
- this.cmCopy.Text = "Copy";
- this.cmCopy.Click += new System.EventHandler(this.mnCopy_Click);
- //
- // cmPaste
- //
- this.cmPaste.Enabled = false;
- this.cmPaste.Image = ((System.Drawing.Image)(resources.GetObject("cmPaste.Image")));
- this.cmPaste.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmPaste.MergeIndex = 5;
- this.cmPaste.Name = "cmPaste";
- this.cmPaste.ShortcutKeyDisplayString = "Ctrl+V";
- this.cmPaste.Size = new System.Drawing.Size(183, 22);
- this.cmPaste.Text = "Paste";
- this.cmPaste.Click += new System.EventHandler(this.mnPaste_Click);
- //
- // cmDelete
- //
- this.cmDelete.Enabled = false;
- this.cmDelete.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmDelete.MergeIndex = 6;
- this.cmDelete.Name = "cmDelete";
- this.cmDelete.ShortcutKeyDisplayString = "Del";
- this.cmDelete.Size = new System.Drawing.Size(183, 22);
- this.cmDelete.Text = "Delete";
- this.cmDelete.Click += new System.EventHandler(this.mnDelete_Click);
- //
- // cmSelectAll
- //
- this.cmSelectAll.Enabled = false;
- this.cmSelectAll.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmSelectAll.MergeIndex = 8;
- this.cmSelectAll.Name = "cmSelectAll";
- this.cmSelectAll.ShortcutKeyDisplayString = "Ctrl+A";
- this.cmSelectAll.Size = new System.Drawing.Size(183, 22);
- this.cmSelectAll.Text = "Select All";
- this.cmSelectAll.Click += new System.EventHandler(this.mnSelectAll_Click);
- //
- // cmFind
- //
- this.cmFind.Enabled = false;
- this.cmFind.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmFind.MergeIndex = 10;
- this.cmFind.Name = "cmFind";
- this.cmFind.ShortcutKeyDisplayString = "Ctrl+F";
- this.cmFind.Size = new System.Drawing.Size(183, 22);
- this.cmFind.Text = "Find...";
- this.cmFind.Click += new System.EventHandler(this.mnFind_Click);
- //
- // cmReplace
- //
- this.cmReplace.Enabled = false;
- this.cmReplace.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmReplace.MergeIndex = 11;
- this.cmReplace.Name = "cmReplace";
- this.cmReplace.ShortcutKeyDisplayString = "Ctrl+H";
- this.cmReplace.Size = new System.Drawing.Size(183, 22);
- this.cmReplace.Text = "Replace...";
- this.cmReplace.Click += new System.EventHandler(this.mnReplace_Click);
- //
- // toolStripMenuItem4
- //
- this.toolStripMenuItem4.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem4.MergeIndex = 12;
- this.toolStripMenuItem4.Name = "toolStripMenuItem4";
- this.toolStripMenuItem4.Size = new System.Drawing.Size(180, 6);
- //
- // btnHelp
- //
- this.btnHelp.Name = "btnHelp";
- this.btnHelp.ShortcutKeys = System.Windows.Forms.Keys.F1;
- this.btnHelp.Size = new System.Drawing.Size(183, 22);
- this.btnHelp.Text = "dir()";
- this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
- //
- // toolStripMenuItem5
- //
- this.toolStripMenuItem5.Name = "toolStripMenuItem5";
- this.toolStripMenuItem5.Size = new System.Drawing.Size(180, 6);
- //
- // cmComment
- //
- this.cmComment.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmComment.MergeIndex = 13;
- this.cmComment.Name = "cmComment";
- this.cmComment.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
- this.cmComment.Size = new System.Drawing.Size(183, 22);
- this.cmComment.Text = "Comment";
- this.cmComment.Click += new System.EventHandler(this.mnComment_Click);
- //
- // cmUncomment
- //
- this.cmUncomment.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmUncomment.MergeIndex = 14;
- this.cmUncomment.Name = "cmUncomment";
- this.cmUncomment.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
- this.cmUncomment.Size = new System.Drawing.Size(183, 22);
- this.cmUncomment.Text = "Uncomment";
- this.cmUncomment.Click += new System.EventHandler(this.mnUncommet_Click);
- //
- // toolStripMenuItem9
- //
- this.toolStripMenuItem9.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.toolStripMenuItem9.MergeIndex = 15;
- this.toolStripMenuItem9.Name = "toolStripMenuItem9";
- this.toolStripMenuItem9.Size = new System.Drawing.Size(180, 6);
- //
- // cmShowEOL
- //
- this.cmShowEOL.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmShowEOL.MergeIndex = 16;
- this.cmShowEOL.Name = "cmShowEOL";
- this.cmShowEOL.Size = new System.Drawing.Size(183, 22);
- this.cmShowEOL.Text = "Show EOL";
- this.cmShowEOL.Click += new System.EventHandler(this.mnShowEOL_Click);
- //
- // cmShowWhitespace
- //
- this.cmShowWhitespace.MergeAction = System.Windows.Forms.MergeAction.Insert;
- this.cmShowWhitespace.MergeIndex = 17;
- this.cmShowWhitespace.Name = "cmShowWhitespace";
- this.cmShowWhitespace.Size = new System.Drawing.Size(183, 22);
- this.cmShowWhitespace.Text = "Show Whitespace";
- this.cmShowWhitespace.Click += new System.EventHandler(this.mnShowWhitespace_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
- //
- // toolStrip1
- //
- this.toolStrip1.ContextMenuStrip = this.contextMenuStrip1;
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnSave,
- this.toolStripSeparator1,
- this.btnUndo,
- this.btnRedo,
- this.toolStripSeparator2,
- this.btnCut,
- this.btnCopy,
- this.btnPaste,
- this.toolStripSeparator3,
- this.btnPylint,
- this.btnRun,
- this.btnUpload});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(636, 39);
- this.toolStrip1.TabIndex = 1;
- this.toolStrip1.Text = "toolStrip1";
- this.toolStrip1.Visible = false;
- //
- // btnSave
- //
- this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnSave.Enabled = false;
- this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
- this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnSave.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(36, 36);
- this.btnSave.Text = "Save";
- this.btnSave.Click += new System.EventHandler(this.mnSave_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
- this.toolStripSeparator1.Visible = false;
- //
- // btnUndo
- //
- this.btnUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnUndo.Enabled = false;
- this.btnUndo.Image = ((System.Drawing.Image)(resources.GetObject("btnUndo.Image")));
- this.btnUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnUndo.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.btnUndo.Name = "btnUndo";
- this.btnUndo.Size = new System.Drawing.Size(36, 36);
- this.btnUndo.Text = "Undo";
- this.btnUndo.Click += new System.EventHandler(this.mnUndo_Click);
- //
- // btnRedo
- //
- this.btnRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnRedo.Enabled = false;
- this.btnRedo.Image = ((System.Drawing.Image)(resources.GetObject("btnRedo.Image")));
- this.btnRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnRedo.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.btnRedo.Name = "btnRedo";
- this.btnRedo.Size = new System.Drawing.Size(36, 36);
- this.btnRedo.Text = "Redo";
- this.btnRedo.Click += new System.EventHandler(this.mnRedo_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
- this.toolStripSeparator2.Visible = false;
- //
- // btnCut
- //
- this.btnCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnCut.Enabled = false;
- this.btnCut.Image = ((System.Drawing.Image)(resources.GetObject("btnCut.Image")));
- this.btnCut.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnCut.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.btnCut.Name = "btnCut";
- this.btnCut.Size = new System.Drawing.Size(36, 36);
- this.btnCut.Text = "Cut";
- this.btnCut.Click += new System.EventHandler(this.mnCut_Click);
- //
- // btnCopy
- //
- this.btnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnCopy.Enabled = false;
- this.btnCopy.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.Image")));
- this.btnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnCopy.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.btnCopy.Name = "btnCopy";
- this.btnCopy.Size = new System.Drawing.Size(36, 36);
- this.btnCopy.Text = "Copy";
- this.btnCopy.Click += new System.EventHandler(this.mnCopy_Click);
- //
- // btnPaste
- //
- this.btnPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnPaste.Enabled = false;
- this.btnPaste.Image = ((System.Drawing.Image)(resources.GetObject("btnPaste.Image")));
- this.btnPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPaste.MergeAction = System.Windows.Forms.MergeAction.Replace;
- this.btnPaste.Name = "btnPaste";
- this.btnPaste.Size = new System.Drawing.Size(36, 36);
- this.btnPaste.Text = "Paste";
- this.btnPaste.Click += new System.EventHandler(this.mnPaste_Click);
- //
- // btnPylint
- //
- this.btnPylint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnPylint.Enabled = false;
- this.btnPylint.Image = global::EsPy.Properties.Resources.syntax;
- this.btnPylint.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPylint.Name = "btnPylint";
- this.btnPylint.Size = new System.Drawing.Size(36, 36);
- this.btnPylint.Text = "Pylint";
- this.btnPylint.Click += new System.EventHandler(this.btnPylint_Click);
- //
- // btnRun
- //
- this.btnRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnRun.Enabled = false;
- this.btnRun.Image = global::EsPy.Properties.Resources.play1;
- this.btnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnRun.Name = "btnRun";
- this.btnRun.Size = new System.Drawing.Size(36, 36);
- this.btnRun.Text = "Run";
- this.btnRun.ToolTipText = "Run";
- this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
- //
- // btnUpload
- //
- this.btnUpload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnUpload.Enabled = false;
- this.btnUpload.Image = global::EsPy.Properties.Resources.upload1;
- this.btnUpload.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(36, 36);
- this.btnUpload.Text = "Upload";
- this.btnUpload.ToolTipText = "Upload to the current directory";
- this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
- //
- // scintilla
- //
- this.scintilla.AutoCAutoHide = false;
- this.scintilla.AutoCChooseSingle = true;
- this.scintilla.AutomaticFold = ((ScintillaNET.AutomaticFold)(((ScintillaNET.AutomaticFold.Show | ScintillaNET.AutomaticFold.Click)
- | ScintillaNET.AutomaticFold.Change)));
- this.scintilla.CaretLineBackColorAlpha = 128;
- this.scintilla.CompletionEnabled = false;
- this.scintilla.ContextMenuStrip = this.contextMenuStrip1;
- this.scintilla.Dock = System.Windows.Forms.DockStyle.Fill;
- this.scintilla.EdgeColumn = 80;
- this.scintilla.EdgeMode = ScintillaNET.EdgeMode.Line;
- this.scintilla.IndentationGuides = ScintillaNET.IndentView.LookBoth;
- this.scintilla.IndentWidth = 4;
- this.scintilla.Lexer = ScintillaNET.Lexer.Html;
- this.scintilla.Location = new System.Drawing.Point(0, 39);
- this.scintilla.MouseDwellTime = 500;
- this.scintilla.Name = "scintilla";
- this.scintilla.Size = new System.Drawing.Size(636, 223);
- this.scintilla.TabIndex = 2;
- this.scintilla.SavePointLeft += new System.EventHandler<System.EventArgs>(this.scintilla_SavePointLeft);
- this.scintilla.SavePointReached += new System.EventHandler<System.EventArgs>(this.scintilla_SavePointReached);
- this.scintilla.UpdateUI += new System.EventHandler<ScintillaNET.UpdateUIEventArgs>(this.UpdateUI);
- this.scintilla.MouseDown += new System.Windows.Forms.MouseEventHandler(this.scintilla_MouseDown);
- //
- // EditorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(636, 262);
- this.Controls.Add(this.scintilla);
- this.Controls.Add(this.menuStrip1);
- this.Controls.Add(this.toolStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "EditorForm";
- this.Text = "EditorForm";
- this.Load += new System.EventHandler(this.EditorForm_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.contextMenuStrip1.ResumeLayout(false);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStripMenuItem FileMenuItem;
- private System.Windows.Forms.ToolStripMenuItem mnSave;
- private System.Windows.Forms.ToolStripMenuItem mnSaveAs;
- private System.Windows.Forms.ToolStripMenuItem mnEdit;
- private System.Windows.Forms.ToolStripMenuItem mnUndo;
- private System.Windows.Forms.ToolStripMenuItem mnRedo;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem mnCut;
- private System.Windows.Forms.ToolStripMenuItem mnCopy;
- private System.Windows.Forms.ToolStripMenuItem mnPaste;
- private System.Windows.Forms.ToolStripMenuItem mnDelete;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem mnSelectAll;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
- private System.Windows.Forms.ToolStripMenuItem mnFind;
- private System.Windows.Forms.ToolStripMenuItem mnReplace;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
- private System.Windows.Forms.ToolStripMenuItem cmUndo;
- private System.Windows.Forms.ToolStripMenuItem cmRedo;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripMenuItem cmCut;
- private System.Windows.Forms.ToolStripMenuItem cmCopy;
- private System.Windows.Forms.ToolStripMenuItem cmPaste;
- private System.Windows.Forms.ToolStripMenuItem cmDelete;
- private System.Windows.Forms.ToolStripMenuItem cmSelectAll;
- private System.Windows.Forms.ToolStripMenuItem cmFind;
- private System.Windows.Forms.ToolStripMenuItem cmReplace;
- protected System.Windows.Forms.MenuStrip menuStrip1;
- protected System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- public Components.ExScintilla scintilla;
- private System.Windows.Forms.ToolStripButton btnSave;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton btnUpload;
- private System.Windows.Forms.ToolStripButton btnRun;
- protected System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton btnUndo;
- private System.Windows.Forms.ToolStripButton btnRedo;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton btnCut;
- private System.Windows.Forms.ToolStripButton btnCopy;
- private System.Windows.Forms.ToolStripButton btnPaste;
- private System.Windows.Forms.ToolStripMenuItem mnView;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem mnShowEol;
- private System.Windows.Forms.ToolStripMenuItem mnShowWhitespace;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
- private System.Windows.Forms.ToolStripMenuItem mnComment;
- private System.Windows.Forms.ToolStripMenuItem mnUncommet;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
- private System.Windows.Forms.ToolStripMenuItem cmComment;
- private System.Windows.Forms.ToolStripMenuItem cmUncomment;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
- private System.Windows.Forms.ToolStripMenuItem cmShowEOL;
- private System.Windows.Forms.ToolStripMenuItem cmShowWhitespace;
- private System.Windows.Forms.ToolStripMenuItem btnHelp;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
- private System.Windows.Forms.ToolStripButton btnPylint;
- }
- }
|