EditorForm.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. namespace EsPy.Forms
  2. {
  3. partial class EditorForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorForm));
  30. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  31. this.FileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.mnSave = new System.Windows.Forms.ToolStripMenuItem();
  33. this.mnSaveAs = new System.Windows.Forms.ToolStripMenuItem();
  34. this.mnEdit = new System.Windows.Forms.ToolStripMenuItem();
  35. this.mnUndo = new System.Windows.Forms.ToolStripMenuItem();
  36. this.mnRedo = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  38. this.mnCut = new System.Windows.Forms.ToolStripMenuItem();
  39. this.mnCopy = new System.Windows.Forms.ToolStripMenuItem();
  40. this.mnPaste = new System.Windows.Forms.ToolStripMenuItem();
  41. this.mnDelete = new System.Windows.Forms.ToolStripMenuItem();
  42. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
  43. this.mnSelectAll = new System.Windows.Forms.ToolStripMenuItem();
  44. this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
  45. this.mnFind = new System.Windows.Forms.ToolStripMenuItem();
  46. this.mnReplace = new System.Windows.Forms.ToolStripMenuItem();
  47. this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
  48. this.mnComment = new System.Windows.Forms.ToolStripMenuItem();
  49. this.mnUncommet = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
  51. this.mnView = new System.Windows.Forms.ToolStripMenuItem();
  52. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  53. this.mnShowEol = new System.Windows.Forms.ToolStripMenuItem();
  54. this.mnShowWhitespace = new System.Windows.Forms.ToolStripMenuItem();
  55. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  56. this.cmUndo = new System.Windows.Forms.ToolStripMenuItem();
  57. this.cmRedo = new System.Windows.Forms.ToolStripMenuItem();
  58. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  59. this.cmCut = new System.Windows.Forms.ToolStripMenuItem();
  60. this.cmCopy = new System.Windows.Forms.ToolStripMenuItem();
  61. this.cmPaste = new System.Windows.Forms.ToolStripMenuItem();
  62. this.cmDelete = new System.Windows.Forms.ToolStripMenuItem();
  63. this.cmSelectAll = new System.Windows.Forms.ToolStripMenuItem();
  64. this.cmFind = new System.Windows.Forms.ToolStripMenuItem();
  65. this.cmReplace = new System.Windows.Forms.ToolStripMenuItem();
  66. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
  67. this.btnHelp = new System.Windows.Forms.ToolStripMenuItem();
  68. this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
  69. this.cmComment = new System.Windows.Forms.ToolStripMenuItem();
  70. this.cmUncomment = new System.Windows.Forms.ToolStripMenuItem();
  71. this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
  72. this.cmShowEOL = new System.Windows.Forms.ToolStripMenuItem();
  73. this.cmShowWhitespace = new System.Windows.Forms.ToolStripMenuItem();
  74. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  75. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  76. this.btnSave = new System.Windows.Forms.ToolStripButton();
  77. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  78. this.btnUndo = new System.Windows.Forms.ToolStripButton();
  79. this.btnRedo = new System.Windows.Forms.ToolStripButton();
  80. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  81. this.btnCut = new System.Windows.Forms.ToolStripButton();
  82. this.btnCopy = new System.Windows.Forms.ToolStripButton();
  83. this.btnPaste = new System.Windows.Forms.ToolStripButton();
  84. this.btnPylint = new System.Windows.Forms.ToolStripButton();
  85. this.btnRun = new System.Windows.Forms.ToolStripButton();
  86. this.btnUpload = new System.Windows.Forms.ToolStripButton();
  87. this.scintilla = new EsPy.Components.ExScintilla();
  88. this.menuStrip1.SuspendLayout();
  89. this.contextMenuStrip1.SuspendLayout();
  90. this.toolStrip1.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // menuStrip1
  94. //
  95. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96. this.FileMenuItem,
  97. this.mnEdit,
  98. this.mnView});
  99. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  100. this.menuStrip1.Name = "menuStrip1";
  101. this.menuStrip1.Size = new System.Drawing.Size(636, 24);
  102. this.menuStrip1.TabIndex = 0;
  103. this.menuStrip1.Text = "menuStrip1";
  104. this.menuStrip1.Visible = false;
  105. //
  106. // FileMenuItem
  107. //
  108. this.FileMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  109. this.mnSave,
  110. this.mnSaveAs});
  111. this.FileMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  112. this.FileMenuItem.MergeIndex = 0;
  113. this.FileMenuItem.Name = "FileMenuItem";
  114. this.FileMenuItem.Size = new System.Drawing.Size(37, 20);
  115. this.FileMenuItem.Text = "&File";
  116. //
  117. // mnSave
  118. //
  119. this.mnSave.Enabled = false;
  120. this.mnSave.Image = ((System.Drawing.Image)(resources.GetObject("mnSave.Image")));
  121. this.mnSave.MergeAction = System.Windows.Forms.MergeAction.Replace;
  122. this.mnSave.MergeIndex = 3;
  123. this.mnSave.Name = "mnSave";
  124. this.mnSave.Size = new System.Drawing.Size(121, 22);
  125. this.mnSave.Text = "Save";
  126. this.mnSave.Click += new System.EventHandler(this.mnSave_Click);
  127. //
  128. // mnSaveAs
  129. //
  130. this.mnSaveAs.MergeAction = System.Windows.Forms.MergeAction.Replace;
  131. this.mnSaveAs.MergeIndex = 4;
  132. this.mnSaveAs.Name = "mnSaveAs";
  133. this.mnSaveAs.Size = new System.Drawing.Size(121, 22);
  134. this.mnSaveAs.Text = "Save as...";
  135. this.mnSaveAs.Click += new System.EventHandler(this.mnSaveAs_Click);
  136. //
  137. // mnEdit
  138. //
  139. this.mnEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  140. this.mnUndo,
  141. this.mnRedo,
  142. this.toolStripMenuItem2,
  143. this.mnCut,
  144. this.mnCopy,
  145. this.mnPaste,
  146. this.mnDelete,
  147. this.toolStripMenuItem3,
  148. this.mnSelectAll,
  149. this.toolStripMenuItem7,
  150. this.mnFind,
  151. this.mnReplace,
  152. this.toolStripMenuItem8,
  153. this.mnComment,
  154. this.mnUncommet,
  155. this.toolStripMenuItem6});
  156. this.mnEdit.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  157. this.mnEdit.MergeIndex = 1;
  158. this.mnEdit.Name = "mnEdit";
  159. this.mnEdit.Size = new System.Drawing.Size(39, 20);
  160. this.mnEdit.Text = "&Edit";
  161. //
  162. // mnUndo
  163. //
  164. this.mnUndo.Image = ((System.Drawing.Image)(resources.GetObject("mnUndo.Image")));
  165. this.mnUndo.MergeAction = System.Windows.Forms.MergeAction.Insert;
  166. this.mnUndo.MergeIndex = 0;
  167. this.mnUndo.Name = "mnUndo";
  168. this.mnUndo.ShortcutKeyDisplayString = "Ctrl+Z";
  169. this.mnUndo.Size = new System.Drawing.Size(183, 22);
  170. this.mnUndo.Text = "Undo";
  171. this.mnUndo.Click += new System.EventHandler(this.mnUndo_Click);
  172. //
  173. // mnRedo
  174. //
  175. this.mnRedo.Image = ((System.Drawing.Image)(resources.GetObject("mnRedo.Image")));
  176. this.mnRedo.MergeAction = System.Windows.Forms.MergeAction.Insert;
  177. this.mnRedo.MergeIndex = 1;
  178. this.mnRedo.Name = "mnRedo";
  179. this.mnRedo.ShortcutKeyDisplayString = "Ctrl+Y";
  180. this.mnRedo.Size = new System.Drawing.Size(183, 22);
  181. this.mnRedo.Text = "Redo";
  182. this.mnRedo.Click += new System.EventHandler(this.mnRedo_Click);
  183. //
  184. // toolStripMenuItem2
  185. //
  186. this.toolStripMenuItem2.MergeAction = System.Windows.Forms.MergeAction.Insert;
  187. this.toolStripMenuItem2.MergeIndex = 2;
  188. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  189. this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 6);
  190. //
  191. // mnCut
  192. //
  193. this.mnCut.Image = ((System.Drawing.Image)(resources.GetObject("mnCut.Image")));
  194. this.mnCut.MergeAction = System.Windows.Forms.MergeAction.Insert;
  195. this.mnCut.MergeIndex = 3;
  196. this.mnCut.Name = "mnCut";
  197. this.mnCut.ShortcutKeyDisplayString = "Ctrl+X";
  198. this.mnCut.Size = new System.Drawing.Size(183, 22);
  199. this.mnCut.Text = "Cut";
  200. this.mnCut.Click += new System.EventHandler(this.mnCut_Click);
  201. //
  202. // mnCopy
  203. //
  204. this.mnCopy.Image = ((System.Drawing.Image)(resources.GetObject("mnCopy.Image")));
  205. this.mnCopy.MergeAction = System.Windows.Forms.MergeAction.Insert;
  206. this.mnCopy.MergeIndex = 4;
  207. this.mnCopy.Name = "mnCopy";
  208. this.mnCopy.ShortcutKeyDisplayString = "Ctrl+C";
  209. this.mnCopy.Size = new System.Drawing.Size(183, 22);
  210. this.mnCopy.Text = "Copy";
  211. this.mnCopy.Click += new System.EventHandler(this.mnCopy_Click);
  212. //
  213. // mnPaste
  214. //
  215. this.mnPaste.Image = ((System.Drawing.Image)(resources.GetObject("mnPaste.Image")));
  216. this.mnPaste.MergeAction = System.Windows.Forms.MergeAction.Insert;
  217. this.mnPaste.MergeIndex = 5;
  218. this.mnPaste.Name = "mnPaste";
  219. this.mnPaste.ShortcutKeyDisplayString = "Ctrl+V";
  220. this.mnPaste.Size = new System.Drawing.Size(183, 22);
  221. this.mnPaste.Text = "Paste";
  222. this.mnPaste.Click += new System.EventHandler(this.mnPaste_Click);
  223. //
  224. // mnDelete
  225. //
  226. this.mnDelete.MergeAction = System.Windows.Forms.MergeAction.Insert;
  227. this.mnDelete.MergeIndex = 6;
  228. this.mnDelete.Name = "mnDelete";
  229. this.mnDelete.ShortcutKeyDisplayString = "Del";
  230. this.mnDelete.Size = new System.Drawing.Size(183, 22);
  231. this.mnDelete.Text = "Delete";
  232. this.mnDelete.Click += new System.EventHandler(this.mnDelete_Click);
  233. //
  234. // toolStripMenuItem3
  235. //
  236. this.toolStripMenuItem3.MergeAction = System.Windows.Forms.MergeAction.Insert;
  237. this.toolStripMenuItem3.MergeIndex = 7;
  238. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  239. this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 6);
  240. //
  241. // mnSelectAll
  242. //
  243. this.mnSelectAll.MergeAction = System.Windows.Forms.MergeAction.Insert;
  244. this.mnSelectAll.MergeIndex = 8;
  245. this.mnSelectAll.Name = "mnSelectAll";
  246. this.mnSelectAll.ShortcutKeyDisplayString = "Ctrl+A";
  247. this.mnSelectAll.Size = new System.Drawing.Size(183, 22);
  248. this.mnSelectAll.Text = "Select All";
  249. this.mnSelectAll.Click += new System.EventHandler(this.mnSelectAll_Click);
  250. //
  251. // toolStripMenuItem7
  252. //
  253. this.toolStripMenuItem7.MergeAction = System.Windows.Forms.MergeAction.Insert;
  254. this.toolStripMenuItem7.MergeIndex = 9;
  255. this.toolStripMenuItem7.Name = "toolStripMenuItem7";
  256. this.toolStripMenuItem7.Size = new System.Drawing.Size(180, 6);
  257. //
  258. // mnFind
  259. //
  260. this.mnFind.Enabled = false;
  261. this.mnFind.MergeAction = System.Windows.Forms.MergeAction.Insert;
  262. this.mnFind.MergeIndex = 10;
  263. this.mnFind.Name = "mnFind";
  264. this.mnFind.ShortcutKeyDisplayString = "Ctrl+F";
  265. this.mnFind.Size = new System.Drawing.Size(183, 22);
  266. this.mnFind.Text = "Find...";
  267. this.mnFind.Click += new System.EventHandler(this.mnFind_Click);
  268. //
  269. // mnReplace
  270. //
  271. this.mnReplace.Enabled = false;
  272. this.mnReplace.MergeAction = System.Windows.Forms.MergeAction.Insert;
  273. this.mnReplace.MergeIndex = 11;
  274. this.mnReplace.Name = "mnReplace";
  275. this.mnReplace.ShortcutKeyDisplayString = "Ctrl+H";
  276. this.mnReplace.Size = new System.Drawing.Size(183, 22);
  277. this.mnReplace.Text = "Replace...";
  278. this.mnReplace.Click += new System.EventHandler(this.mnReplace_Click);
  279. //
  280. // toolStripMenuItem8
  281. //
  282. this.toolStripMenuItem8.MergeAction = System.Windows.Forms.MergeAction.Insert;
  283. this.toolStripMenuItem8.MergeIndex = 12;
  284. this.toolStripMenuItem8.Name = "toolStripMenuItem8";
  285. this.toolStripMenuItem8.Size = new System.Drawing.Size(180, 6);
  286. //
  287. // mnComment
  288. //
  289. this.mnComment.MergeAction = System.Windows.Forms.MergeAction.Insert;
  290. this.mnComment.MergeIndex = 13;
  291. this.mnComment.Name = "mnComment";
  292. this.mnComment.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
  293. this.mnComment.Size = new System.Drawing.Size(183, 22);
  294. this.mnComment.Text = "Comment";
  295. //
  296. // mnUncommet
  297. //
  298. this.mnUncommet.MergeAction = System.Windows.Forms.MergeAction.Insert;
  299. this.mnUncommet.MergeIndex = 14;
  300. this.mnUncommet.Name = "mnUncommet";
  301. this.mnUncommet.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
  302. this.mnUncommet.Size = new System.Drawing.Size(183, 22);
  303. this.mnUncommet.Text = "Uncomment";
  304. //
  305. // toolStripMenuItem6
  306. //
  307. this.toolStripMenuItem6.MergeAction = System.Windows.Forms.MergeAction.Insert;
  308. this.toolStripMenuItem6.MergeIndex = 15;
  309. this.toolStripMenuItem6.Name = "toolStripMenuItem6";
  310. this.toolStripMenuItem6.Size = new System.Drawing.Size(180, 6);
  311. //
  312. // mnView
  313. //
  314. this.mnView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  315. this.toolStripMenuItem1,
  316. this.mnShowEol,
  317. this.mnShowWhitespace});
  318. this.mnView.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  319. this.mnView.MergeIndex = 0;
  320. this.mnView.Name = "mnView";
  321. this.mnView.Size = new System.Drawing.Size(44, 20);
  322. this.mnView.Text = "&View";
  323. //
  324. // toolStripMenuItem1
  325. //
  326. this.toolStripMenuItem1.MergeIndex = 2;
  327. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  328. this.toolStripMenuItem1.Size = new System.Drawing.Size(164, 6);
  329. //
  330. // mnShowEol
  331. //
  332. this.mnShowEol.MergeIndex = 3;
  333. this.mnShowEol.Name = "mnShowEol";
  334. this.mnShowEol.Size = new System.Drawing.Size(167, 22);
  335. this.mnShowEol.Text = "Show EOL";
  336. this.mnShowEol.Click += new System.EventHandler(this.mnShowEOL_Click);
  337. //
  338. // mnShowWhitespace
  339. //
  340. this.mnShowWhitespace.MergeIndex = 4;
  341. this.mnShowWhitespace.Name = "mnShowWhitespace";
  342. this.mnShowWhitespace.Size = new System.Drawing.Size(167, 22);
  343. this.mnShowWhitespace.Text = "Show Whitespace";
  344. this.mnShowWhitespace.Click += new System.EventHandler(this.mnShowWhitespace_Click);
  345. //
  346. // contextMenuStrip1
  347. //
  348. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  349. this.cmUndo,
  350. this.cmRedo,
  351. this.toolStripSeparator4,
  352. this.cmCut,
  353. this.cmCopy,
  354. this.cmPaste,
  355. this.cmDelete,
  356. this.cmSelectAll,
  357. this.cmFind,
  358. this.cmReplace,
  359. this.toolStripMenuItem4,
  360. this.btnHelp,
  361. this.toolStripMenuItem5,
  362. this.cmComment,
  363. this.cmUncomment,
  364. this.toolStripMenuItem9,
  365. this.cmShowEOL,
  366. this.cmShowWhitespace});
  367. this.contextMenuStrip1.Name = "contextMenuStrip1";
  368. this.contextMenuStrip1.Size = new System.Drawing.Size(184, 336);
  369. //
  370. // cmUndo
  371. //
  372. this.cmUndo.Enabled = false;
  373. this.cmUndo.Image = ((System.Drawing.Image)(resources.GetObject("cmUndo.Image")));
  374. this.cmUndo.MergeAction = System.Windows.Forms.MergeAction.Insert;
  375. this.cmUndo.MergeIndex = 0;
  376. this.cmUndo.Name = "cmUndo";
  377. this.cmUndo.ShortcutKeyDisplayString = "Ctrl+Z";
  378. this.cmUndo.Size = new System.Drawing.Size(183, 22);
  379. this.cmUndo.Text = "Undo";
  380. this.cmUndo.Click += new System.EventHandler(this.mnUndo_Click);
  381. //
  382. // cmRedo
  383. //
  384. this.cmRedo.Enabled = false;
  385. this.cmRedo.Image = ((System.Drawing.Image)(resources.GetObject("cmRedo.Image")));
  386. this.cmRedo.MergeAction = System.Windows.Forms.MergeAction.Insert;
  387. this.cmRedo.MergeIndex = 1;
  388. this.cmRedo.Name = "cmRedo";
  389. this.cmRedo.ShortcutKeyDisplayString = "Ctrl+Y";
  390. this.cmRedo.Size = new System.Drawing.Size(183, 22);
  391. this.cmRedo.Text = "Redo";
  392. this.cmRedo.Click += new System.EventHandler(this.mnRedo_Click);
  393. //
  394. // toolStripSeparator4
  395. //
  396. this.toolStripSeparator4.MergeAction = System.Windows.Forms.MergeAction.Insert;
  397. this.toolStripSeparator4.MergeIndex = 2;
  398. this.toolStripSeparator4.Name = "toolStripSeparator4";
  399. this.toolStripSeparator4.Size = new System.Drawing.Size(180, 6);
  400. //
  401. // cmCut
  402. //
  403. this.cmCut.Enabled = false;
  404. this.cmCut.Image = ((System.Drawing.Image)(resources.GetObject("cmCut.Image")));
  405. this.cmCut.MergeAction = System.Windows.Forms.MergeAction.Insert;
  406. this.cmCut.MergeIndex = 3;
  407. this.cmCut.Name = "cmCut";
  408. this.cmCut.ShortcutKeyDisplayString = "Ctrl+X";
  409. this.cmCut.Size = new System.Drawing.Size(183, 22);
  410. this.cmCut.Text = "Cut";
  411. this.cmCut.Click += new System.EventHandler(this.mnCut_Click);
  412. //
  413. // cmCopy
  414. //
  415. this.cmCopy.Enabled = false;
  416. this.cmCopy.Image = ((System.Drawing.Image)(resources.GetObject("cmCopy.Image")));
  417. this.cmCopy.MergeAction = System.Windows.Forms.MergeAction.Insert;
  418. this.cmCopy.MergeIndex = 4;
  419. this.cmCopy.Name = "cmCopy";
  420. this.cmCopy.ShortcutKeyDisplayString = "Ctrl+C";
  421. this.cmCopy.Size = new System.Drawing.Size(183, 22);
  422. this.cmCopy.Text = "Copy";
  423. this.cmCopy.Click += new System.EventHandler(this.mnCopy_Click);
  424. //
  425. // cmPaste
  426. //
  427. this.cmPaste.Enabled = false;
  428. this.cmPaste.Image = ((System.Drawing.Image)(resources.GetObject("cmPaste.Image")));
  429. this.cmPaste.MergeAction = System.Windows.Forms.MergeAction.Insert;
  430. this.cmPaste.MergeIndex = 5;
  431. this.cmPaste.Name = "cmPaste";
  432. this.cmPaste.ShortcutKeyDisplayString = "Ctrl+V";
  433. this.cmPaste.Size = new System.Drawing.Size(183, 22);
  434. this.cmPaste.Text = "Paste";
  435. this.cmPaste.Click += new System.EventHandler(this.mnPaste_Click);
  436. //
  437. // cmDelete
  438. //
  439. this.cmDelete.Enabled = false;
  440. this.cmDelete.MergeAction = System.Windows.Forms.MergeAction.Insert;
  441. this.cmDelete.MergeIndex = 6;
  442. this.cmDelete.Name = "cmDelete";
  443. this.cmDelete.ShortcutKeyDisplayString = "Del";
  444. this.cmDelete.Size = new System.Drawing.Size(183, 22);
  445. this.cmDelete.Text = "Delete";
  446. this.cmDelete.Click += new System.EventHandler(this.mnDelete_Click);
  447. //
  448. // cmSelectAll
  449. //
  450. this.cmSelectAll.Enabled = false;
  451. this.cmSelectAll.MergeAction = System.Windows.Forms.MergeAction.Insert;
  452. this.cmSelectAll.MergeIndex = 8;
  453. this.cmSelectAll.Name = "cmSelectAll";
  454. this.cmSelectAll.ShortcutKeyDisplayString = "Ctrl+A";
  455. this.cmSelectAll.Size = new System.Drawing.Size(183, 22);
  456. this.cmSelectAll.Text = "Select All";
  457. this.cmSelectAll.Click += new System.EventHandler(this.mnSelectAll_Click);
  458. //
  459. // cmFind
  460. //
  461. this.cmFind.Enabled = false;
  462. this.cmFind.MergeAction = System.Windows.Forms.MergeAction.Insert;
  463. this.cmFind.MergeIndex = 10;
  464. this.cmFind.Name = "cmFind";
  465. this.cmFind.ShortcutKeyDisplayString = "Ctrl+F";
  466. this.cmFind.Size = new System.Drawing.Size(183, 22);
  467. this.cmFind.Text = "Find...";
  468. this.cmFind.Click += new System.EventHandler(this.mnFind_Click);
  469. //
  470. // cmReplace
  471. //
  472. this.cmReplace.Enabled = false;
  473. this.cmReplace.MergeAction = System.Windows.Forms.MergeAction.Insert;
  474. this.cmReplace.MergeIndex = 11;
  475. this.cmReplace.Name = "cmReplace";
  476. this.cmReplace.ShortcutKeyDisplayString = "Ctrl+H";
  477. this.cmReplace.Size = new System.Drawing.Size(183, 22);
  478. this.cmReplace.Text = "Replace...";
  479. this.cmReplace.Click += new System.EventHandler(this.mnReplace_Click);
  480. //
  481. // toolStripMenuItem4
  482. //
  483. this.toolStripMenuItem4.MergeAction = System.Windows.Forms.MergeAction.Insert;
  484. this.toolStripMenuItem4.MergeIndex = 12;
  485. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  486. this.toolStripMenuItem4.Size = new System.Drawing.Size(180, 6);
  487. //
  488. // btnHelp
  489. //
  490. this.btnHelp.Name = "btnHelp";
  491. this.btnHelp.ShortcutKeys = System.Windows.Forms.Keys.F1;
  492. this.btnHelp.Size = new System.Drawing.Size(183, 22);
  493. this.btnHelp.Text = "dir()";
  494. this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
  495. //
  496. // toolStripMenuItem5
  497. //
  498. this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  499. this.toolStripMenuItem5.Size = new System.Drawing.Size(180, 6);
  500. //
  501. // cmComment
  502. //
  503. this.cmComment.MergeAction = System.Windows.Forms.MergeAction.Insert;
  504. this.cmComment.MergeIndex = 13;
  505. this.cmComment.Name = "cmComment";
  506. this.cmComment.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
  507. this.cmComment.Size = new System.Drawing.Size(183, 22);
  508. this.cmComment.Text = "Comment";
  509. this.cmComment.Click += new System.EventHandler(this.mnComment_Click);
  510. //
  511. // cmUncomment
  512. //
  513. this.cmUncomment.MergeAction = System.Windows.Forms.MergeAction.Insert;
  514. this.cmUncomment.MergeIndex = 14;
  515. this.cmUncomment.Name = "cmUncomment";
  516. this.cmUncomment.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
  517. this.cmUncomment.Size = new System.Drawing.Size(183, 22);
  518. this.cmUncomment.Text = "Uncomment";
  519. this.cmUncomment.Click += new System.EventHandler(this.mnUncommet_Click);
  520. //
  521. // toolStripMenuItem9
  522. //
  523. this.toolStripMenuItem9.MergeAction = System.Windows.Forms.MergeAction.Insert;
  524. this.toolStripMenuItem9.MergeIndex = 15;
  525. this.toolStripMenuItem9.Name = "toolStripMenuItem9";
  526. this.toolStripMenuItem9.Size = new System.Drawing.Size(180, 6);
  527. //
  528. // cmShowEOL
  529. //
  530. this.cmShowEOL.MergeAction = System.Windows.Forms.MergeAction.Insert;
  531. this.cmShowEOL.MergeIndex = 16;
  532. this.cmShowEOL.Name = "cmShowEOL";
  533. this.cmShowEOL.Size = new System.Drawing.Size(183, 22);
  534. this.cmShowEOL.Text = "Show EOL";
  535. this.cmShowEOL.Click += new System.EventHandler(this.mnShowEOL_Click);
  536. //
  537. // cmShowWhitespace
  538. //
  539. this.cmShowWhitespace.MergeAction = System.Windows.Forms.MergeAction.Insert;
  540. this.cmShowWhitespace.MergeIndex = 17;
  541. this.cmShowWhitespace.Name = "cmShowWhitespace";
  542. this.cmShowWhitespace.Size = new System.Drawing.Size(183, 22);
  543. this.cmShowWhitespace.Text = "Show Whitespace";
  544. this.cmShowWhitespace.Click += new System.EventHandler(this.mnShowWhitespace_Click);
  545. //
  546. // toolStripSeparator3
  547. //
  548. this.toolStripSeparator3.Name = "toolStripSeparator3";
  549. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
  550. //
  551. // toolStrip1
  552. //
  553. this.toolStrip1.ContextMenuStrip = this.contextMenuStrip1;
  554. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  555. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  556. this.btnSave,
  557. this.toolStripSeparator1,
  558. this.btnUndo,
  559. this.btnRedo,
  560. this.toolStripSeparator2,
  561. this.btnCut,
  562. this.btnCopy,
  563. this.btnPaste,
  564. this.toolStripSeparator3,
  565. this.btnPylint,
  566. this.btnRun,
  567. this.btnUpload});
  568. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  569. this.toolStrip1.Name = "toolStrip1";
  570. this.toolStrip1.Size = new System.Drawing.Size(636, 39);
  571. this.toolStrip1.TabIndex = 1;
  572. this.toolStrip1.Text = "toolStrip1";
  573. this.toolStrip1.Visible = false;
  574. //
  575. // btnSave
  576. //
  577. this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  578. this.btnSave.Enabled = false;
  579. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  580. this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  581. this.btnSave.MergeAction = System.Windows.Forms.MergeAction.Replace;
  582. this.btnSave.Name = "btnSave";
  583. this.btnSave.Size = new System.Drawing.Size(36, 36);
  584. this.btnSave.Text = "Save";
  585. this.btnSave.Click += new System.EventHandler(this.mnSave_Click);
  586. //
  587. // toolStripSeparator1
  588. //
  589. this.toolStripSeparator1.Name = "toolStripSeparator1";
  590. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
  591. this.toolStripSeparator1.Visible = false;
  592. //
  593. // btnUndo
  594. //
  595. this.btnUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  596. this.btnUndo.Enabled = false;
  597. this.btnUndo.Image = ((System.Drawing.Image)(resources.GetObject("btnUndo.Image")));
  598. this.btnUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
  599. this.btnUndo.MergeAction = System.Windows.Forms.MergeAction.Replace;
  600. this.btnUndo.Name = "btnUndo";
  601. this.btnUndo.Size = new System.Drawing.Size(36, 36);
  602. this.btnUndo.Text = "Undo";
  603. this.btnUndo.Click += new System.EventHandler(this.mnUndo_Click);
  604. //
  605. // btnRedo
  606. //
  607. this.btnRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  608. this.btnRedo.Enabled = false;
  609. this.btnRedo.Image = ((System.Drawing.Image)(resources.GetObject("btnRedo.Image")));
  610. this.btnRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
  611. this.btnRedo.MergeAction = System.Windows.Forms.MergeAction.Replace;
  612. this.btnRedo.Name = "btnRedo";
  613. this.btnRedo.Size = new System.Drawing.Size(36, 36);
  614. this.btnRedo.Text = "Redo";
  615. this.btnRedo.Click += new System.EventHandler(this.mnRedo_Click);
  616. //
  617. // toolStripSeparator2
  618. //
  619. this.toolStripSeparator2.Name = "toolStripSeparator2";
  620. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
  621. this.toolStripSeparator2.Visible = false;
  622. //
  623. // btnCut
  624. //
  625. this.btnCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  626. this.btnCut.Enabled = false;
  627. this.btnCut.Image = ((System.Drawing.Image)(resources.GetObject("btnCut.Image")));
  628. this.btnCut.ImageTransparentColor = System.Drawing.Color.Magenta;
  629. this.btnCut.MergeAction = System.Windows.Forms.MergeAction.Replace;
  630. this.btnCut.Name = "btnCut";
  631. this.btnCut.Size = new System.Drawing.Size(36, 36);
  632. this.btnCut.Text = "Cut";
  633. this.btnCut.Click += new System.EventHandler(this.mnCut_Click);
  634. //
  635. // btnCopy
  636. //
  637. this.btnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  638. this.btnCopy.Enabled = false;
  639. this.btnCopy.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.Image")));
  640. this.btnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  641. this.btnCopy.MergeAction = System.Windows.Forms.MergeAction.Replace;
  642. this.btnCopy.Name = "btnCopy";
  643. this.btnCopy.Size = new System.Drawing.Size(36, 36);
  644. this.btnCopy.Text = "Copy";
  645. this.btnCopy.Click += new System.EventHandler(this.mnCopy_Click);
  646. //
  647. // btnPaste
  648. //
  649. this.btnPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  650. this.btnPaste.Enabled = false;
  651. this.btnPaste.Image = ((System.Drawing.Image)(resources.GetObject("btnPaste.Image")));
  652. this.btnPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
  653. this.btnPaste.MergeAction = System.Windows.Forms.MergeAction.Replace;
  654. this.btnPaste.Name = "btnPaste";
  655. this.btnPaste.Size = new System.Drawing.Size(36, 36);
  656. this.btnPaste.Text = "Paste";
  657. this.btnPaste.Click += new System.EventHandler(this.mnPaste_Click);
  658. //
  659. // btnPylint
  660. //
  661. this.btnPylint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  662. this.btnPylint.Enabled = false;
  663. this.btnPylint.Image = global::EsPy.Properties.Resources.syntax;
  664. this.btnPylint.ImageTransparentColor = System.Drawing.Color.Magenta;
  665. this.btnPylint.Name = "btnPylint";
  666. this.btnPylint.Size = new System.Drawing.Size(36, 36);
  667. this.btnPylint.Text = "Pylint";
  668. this.btnPylint.Click += new System.EventHandler(this.btnPylint_Click);
  669. //
  670. // btnRun
  671. //
  672. this.btnRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  673. this.btnRun.Enabled = false;
  674. this.btnRun.Image = global::EsPy.Properties.Resources.play1;
  675. this.btnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  676. this.btnRun.Name = "btnRun";
  677. this.btnRun.Size = new System.Drawing.Size(36, 36);
  678. this.btnRun.Text = "Run";
  679. this.btnRun.ToolTipText = "Run";
  680. this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
  681. //
  682. // btnUpload
  683. //
  684. this.btnUpload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  685. this.btnUpload.Enabled = false;
  686. this.btnUpload.Image = global::EsPy.Properties.Resources.upload1;
  687. this.btnUpload.ImageTransparentColor = System.Drawing.Color.Magenta;
  688. this.btnUpload.Name = "btnUpload";
  689. this.btnUpload.Size = new System.Drawing.Size(36, 36);
  690. this.btnUpload.Text = "Upload";
  691. this.btnUpload.ToolTipText = "Upload to the current directory";
  692. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  693. //
  694. // scintilla
  695. //
  696. this.scintilla.AutoCAutoHide = false;
  697. this.scintilla.AutoCChooseSingle = true;
  698. this.scintilla.AutomaticFold = ((ScintillaNET.AutomaticFold)(((ScintillaNET.AutomaticFold.Show | ScintillaNET.AutomaticFold.Click)
  699. | ScintillaNET.AutomaticFold.Change)));
  700. this.scintilla.CaretLineBackColorAlpha = 128;
  701. this.scintilla.CompletionEnabled = false;
  702. this.scintilla.ContextMenuStrip = this.contextMenuStrip1;
  703. this.scintilla.Dock = System.Windows.Forms.DockStyle.Fill;
  704. this.scintilla.EdgeColumn = 80;
  705. this.scintilla.EdgeMode = ScintillaNET.EdgeMode.Line;
  706. this.scintilla.IndentationGuides = ScintillaNET.IndentView.LookBoth;
  707. this.scintilla.IndentWidth = 4;
  708. this.scintilla.Lexer = ScintillaNET.Lexer.Html;
  709. this.scintilla.Location = new System.Drawing.Point(0, 39);
  710. this.scintilla.MouseDwellTime = 500;
  711. this.scintilla.Name = "scintilla";
  712. this.scintilla.Size = new System.Drawing.Size(636, 223);
  713. this.scintilla.TabIndex = 2;
  714. this.scintilla.SavePointLeft += new System.EventHandler<System.EventArgs>(this.scintilla_SavePointLeft);
  715. this.scintilla.SavePointReached += new System.EventHandler<System.EventArgs>(this.scintilla_SavePointReached);
  716. this.scintilla.UpdateUI += new System.EventHandler<ScintillaNET.UpdateUIEventArgs>(this.UpdateUI);
  717. this.scintilla.MouseDown += new System.Windows.Forms.MouseEventHandler(this.scintilla_MouseDown);
  718. //
  719. // EditorForm
  720. //
  721. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  722. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  723. this.ClientSize = new System.Drawing.Size(636, 262);
  724. this.Controls.Add(this.scintilla);
  725. this.Controls.Add(this.menuStrip1);
  726. this.Controls.Add(this.toolStrip1);
  727. this.MainMenuStrip = this.menuStrip1;
  728. this.Name = "EditorForm";
  729. this.Text = "EditorForm";
  730. this.Load += new System.EventHandler(this.EditorForm_Load);
  731. this.menuStrip1.ResumeLayout(false);
  732. this.menuStrip1.PerformLayout();
  733. this.contextMenuStrip1.ResumeLayout(false);
  734. this.toolStrip1.ResumeLayout(false);
  735. this.toolStrip1.PerformLayout();
  736. this.ResumeLayout(false);
  737. this.PerformLayout();
  738. }
  739. #endregion
  740. private System.Windows.Forms.ToolStripMenuItem FileMenuItem;
  741. private System.Windows.Forms.ToolStripMenuItem mnSave;
  742. private System.Windows.Forms.ToolStripMenuItem mnSaveAs;
  743. private System.Windows.Forms.ToolStripMenuItem mnEdit;
  744. private System.Windows.Forms.ToolStripMenuItem mnUndo;
  745. private System.Windows.Forms.ToolStripMenuItem mnRedo;
  746. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  747. private System.Windows.Forms.ToolStripMenuItem mnCut;
  748. private System.Windows.Forms.ToolStripMenuItem mnCopy;
  749. private System.Windows.Forms.ToolStripMenuItem mnPaste;
  750. private System.Windows.Forms.ToolStripMenuItem mnDelete;
  751. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  752. private System.Windows.Forms.ToolStripMenuItem mnSelectAll;
  753. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
  754. private System.Windows.Forms.ToolStripMenuItem mnFind;
  755. private System.Windows.Forms.ToolStripMenuItem mnReplace;
  756. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
  757. private System.Windows.Forms.ToolStripMenuItem cmUndo;
  758. private System.Windows.Forms.ToolStripMenuItem cmRedo;
  759. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  760. private System.Windows.Forms.ToolStripMenuItem cmCut;
  761. private System.Windows.Forms.ToolStripMenuItem cmCopy;
  762. private System.Windows.Forms.ToolStripMenuItem cmPaste;
  763. private System.Windows.Forms.ToolStripMenuItem cmDelete;
  764. private System.Windows.Forms.ToolStripMenuItem cmSelectAll;
  765. private System.Windows.Forms.ToolStripMenuItem cmFind;
  766. private System.Windows.Forms.ToolStripMenuItem cmReplace;
  767. protected System.Windows.Forms.MenuStrip menuStrip1;
  768. protected System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  769. public Components.ExScintilla scintilla;
  770. private System.Windows.Forms.ToolStripButton btnSave;
  771. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  772. private System.Windows.Forms.ToolStripButton btnUpload;
  773. private System.Windows.Forms.ToolStripButton btnRun;
  774. protected System.Windows.Forms.ToolStrip toolStrip1;
  775. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  776. private System.Windows.Forms.ToolStripButton btnUndo;
  777. private System.Windows.Forms.ToolStripButton btnRedo;
  778. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  779. private System.Windows.Forms.ToolStripButton btnCut;
  780. private System.Windows.Forms.ToolStripButton btnCopy;
  781. private System.Windows.Forms.ToolStripButton btnPaste;
  782. private System.Windows.Forms.ToolStripMenuItem mnView;
  783. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  784. private System.Windows.Forms.ToolStripMenuItem mnShowEol;
  785. private System.Windows.Forms.ToolStripMenuItem mnShowWhitespace;
  786. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
  787. private System.Windows.Forms.ToolStripMenuItem mnComment;
  788. private System.Windows.Forms.ToolStripMenuItem mnUncommet;
  789. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
  790. private System.Windows.Forms.ToolStripMenuItem cmComment;
  791. private System.Windows.Forms.ToolStripMenuItem cmUncomment;
  792. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
  793. private System.Windows.Forms.ToolStripMenuItem cmShowEOL;
  794. private System.Windows.Forms.ToolStripMenuItem cmShowWhitespace;
  795. private System.Windows.Forms.ToolStripMenuItem btnHelp;
  796. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
  797. private System.Windows.Forms.ToolStripButton btnPylint;
  798. }
  799. }