Form1.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. namespace SketchAssistant
  2. {
  3. partial class Form1
  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(Form1));
  30. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.pictureBoxRight = new System.Windows.Forms.PictureBox();
  33. this.pictureBoxLeft = new System.Windows.Forms.PictureBox();
  34. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  35. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.examplePictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  39. this.canvasButton = new System.Windows.Forms.ToolStripButton();
  40. this.drawButton = new System.Windows.Forms.ToolStripButton();
  41. this.deleteButton = new System.Windows.Forms.ToolStripButton();
  42. this.undoButton = new System.Windows.Forms.ToolStripButton();
  43. this.redoButton = new System.Windows.Forms.ToolStripButton();
  44. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  45. this.toolStripLoadStatus = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.lastActionTakenLabel = new System.Windows.Forms.ToolStripStatusLabel();
  47. this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
  48. this.mouseTimer = new System.Windows.Forms.Timer(this.components);
  49. this.tableLayoutPanel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLeft)).BeginInit();
  52. this.menuStrip1.SuspendLayout();
  53. this.toolStrip1.SuspendLayout();
  54. this.statusStrip1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // tableLayoutPanel1
  58. //
  59. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.InactiveCaption;
  63. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
  64. this.tableLayoutPanel1.ColumnCount = 2;
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  67. this.tableLayoutPanel1.Controls.Add(this.pictureBoxRight, 1, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.pictureBoxLeft, 0, 0);
  69. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 52);
  70. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  71. this.tableLayoutPanel1.RowCount = 1;
  72. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  73. this.tableLayoutPanel1.Size = new System.Drawing.Size(696, 440);
  74. this.tableLayoutPanel1.TabIndex = 1;
  75. //
  76. // pictureBoxRight
  77. //
  78. this.pictureBoxRight.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.pictureBoxRight.Location = new System.Drawing.Point(349, 3);
  80. this.pictureBoxRight.Margin = new System.Windows.Forms.Padding(0);
  81. this.pictureBoxRight.Name = "pictureBoxRight";
  82. this.pictureBoxRight.Size = new System.Drawing.Size(344, 434);
  83. this.pictureBoxRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  84. this.pictureBoxRight.TabIndex = 6;
  85. this.pictureBoxRight.TabStop = false;
  86. this.pictureBoxRight.Click += new System.EventHandler(this.pictureBoxRight_Click);
  87. this.pictureBoxRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRight_MouseDown);
  88. this.pictureBoxRight.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRight_MouseMove);
  89. this.pictureBoxRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRight_MouseUp);
  90. //
  91. // pictureBoxLeft
  92. //
  93. this.pictureBoxLeft.BackColor = System.Drawing.SystemColors.InactiveCaption;
  94. this.pictureBoxLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.pictureBoxLeft.Location = new System.Drawing.Point(3, 3);
  96. this.pictureBoxLeft.Margin = new System.Windows.Forms.Padding(0);
  97. this.pictureBoxLeft.Name = "pictureBoxLeft";
  98. this.pictureBoxLeft.Size = new System.Drawing.Size(343, 434);
  99. this.pictureBoxLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  100. this.pictureBoxLeft.TabIndex = 5;
  101. this.pictureBoxLeft.TabStop = false;
  102. //
  103. // menuStrip1
  104. //
  105. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  106. this.fileToolStripMenuItem});
  107. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  108. this.menuStrip1.MaximumSize = new System.Drawing.Size(1000, 0);
  109. this.menuStrip1.Name = "menuStrip1";
  110. this.menuStrip1.Size = new System.Drawing.Size(696, 24);
  111. this.menuStrip1.TabIndex = 2;
  112. this.menuStrip1.Text = "menuStrip1";
  113. //
  114. // fileToolStripMenuItem
  115. //
  116. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.importToolStripMenuItem});
  118. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  119. this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
  120. this.fileToolStripMenuItem.Text = "File";
  121. //
  122. // importToolStripMenuItem
  123. //
  124. this.importToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  125. this.examplePictureToolStripMenuItem});
  126. this.importToolStripMenuItem.Name = "importToolStripMenuItem";
  127. this.importToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
  128. this.importToolStripMenuItem.Text = "Import...";
  129. //
  130. // examplePictureToolStripMenuItem
  131. //
  132. this.examplePictureToolStripMenuItem.Name = "examplePictureToolStripMenuItem";
  133. this.examplePictureToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
  134. this.examplePictureToolStripMenuItem.Text = "Example picture";
  135. this.examplePictureToolStripMenuItem.Click += new System.EventHandler(this.examplePictureToolStripMenuItem_Click);
  136. //
  137. // toolStrip1
  138. //
  139. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  140. this.canvasButton,
  141. this.drawButton,
  142. this.deleteButton,
  143. this.undoButton,
  144. this.redoButton});
  145. this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  146. this.toolStrip1.Name = "toolStrip1";
  147. this.toolStrip1.Size = new System.Drawing.Size(696, 25);
  148. this.toolStrip1.TabIndex = 3;
  149. this.toolStrip1.Text = "toolStrip1";
  150. //
  151. // canvasButton
  152. //
  153. this.canvasButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  154. this.canvasButton.Image = ((System.Drawing.Image)(resources.GetObject("canvasButton.Image")));
  155. this.canvasButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  156. this.canvasButton.Name = "canvasButton";
  157. this.canvasButton.Size = new System.Drawing.Size(76, 22);
  158. this.canvasButton.Text = "New Canvas";
  159. this.canvasButton.Click += new System.EventHandler(this.canvasButton_Click);
  160. //
  161. // drawButton
  162. //
  163. this.drawButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  164. this.drawButton.Enabled = false;
  165. this.drawButton.Image = ((System.Drawing.Image)(resources.GetObject("drawButton.Image")));
  166. this.drawButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.drawButton.Name = "drawButton";
  168. this.drawButton.Size = new System.Drawing.Size(38, 22);
  169. this.drawButton.Text = "Draw";
  170. this.drawButton.Click += new System.EventHandler(this.drawButton_Click);
  171. //
  172. // deleteButton
  173. //
  174. this.deleteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  175. this.deleteButton.Enabled = false;
  176. this.deleteButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteButton.Image")));
  177. this.deleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.deleteButton.Name = "deleteButton";
  179. this.deleteButton.Size = new System.Drawing.Size(44, 22);
  180. this.deleteButton.Text = "Delete";
  181. this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
  182. //
  183. // undoButton
  184. //
  185. this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  186. this.undoButton.Enabled = false;
  187. this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
  188. this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.undoButton.Name = "undoButton";
  190. this.undoButton.Size = new System.Drawing.Size(40, 22);
  191. this.undoButton.Text = "Undo";
  192. this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
  193. //
  194. // redoButton
  195. //
  196. this.redoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  197. this.redoButton.Enabled = false;
  198. this.redoButton.Image = ((System.Drawing.Image)(resources.GetObject("redoButton.Image")));
  199. this.redoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  200. this.redoButton.Name = "redoButton";
  201. this.redoButton.Size = new System.Drawing.Size(38, 22);
  202. this.redoButton.Text = "Redo";
  203. this.redoButton.Click += new System.EventHandler(this.redoButton_Click);
  204. //
  205. // statusStrip1
  206. //
  207. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  208. this.toolStripLoadStatus,
  209. this.lastActionTakenLabel});
  210. this.statusStrip1.Location = new System.Drawing.Point(0, 491);
  211. this.statusStrip1.Name = "statusStrip1";
  212. this.statusStrip1.Size = new System.Drawing.Size(696, 24);
  213. this.statusStrip1.TabIndex = 4;
  214. this.statusStrip1.Text = "statusStrip1";
  215. //
  216. // toolStripLoadStatus
  217. //
  218. this.toolStripLoadStatus.Name = "toolStripLoadStatus";
  219. this.toolStripLoadStatus.Size = new System.Drawing.Size(40, 19);
  220. this.toolStripLoadStatus.Text = "no file";
  221. //
  222. // lastActionTakenLabel
  223. //
  224. this.lastActionTakenLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
  225. this.lastActionTakenLabel.Name = "lastActionTakenLabel";
  226. this.lastActionTakenLabel.Size = new System.Drawing.Size(38, 19);
  227. this.lastActionTakenLabel.Text = "none";
  228. this.lastActionTakenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  229. //
  230. // mouseTimer
  231. //
  232. this.mouseTimer.Interval = 1;
  233. this.mouseTimer.Tick += new System.EventHandler(this.mouseTimer_Tick);
  234. //
  235. // Form1
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.BackColor = System.Drawing.SystemColors.MenuBar;
  240. this.ClientSize = new System.Drawing.Size(696, 515);
  241. this.Controls.Add(this.statusStrip1);
  242. this.Controls.Add(this.toolStrip1);
  243. this.Controls.Add(this.tableLayoutPanel1);
  244. this.Controls.Add(this.menuStrip1);
  245. this.KeyPreview = true;
  246. this.MainMenuStrip = this.menuStrip1;
  247. this.Margin = new System.Windows.Forms.Padding(2);
  248. this.Name = "Form1";
  249. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  250. this.Text = "Sketch Assistant";
  251. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  252. this.Load += new System.EventHandler(this.Form1_Load);
  253. this.SizeChanged += new System.EventHandler(this.Form1_Resize);
  254. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
  255. this.tableLayoutPanel1.ResumeLayout(false);
  256. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLeft)).EndInit();
  258. this.menuStrip1.ResumeLayout(false);
  259. this.menuStrip1.PerformLayout();
  260. this.toolStrip1.ResumeLayout(false);
  261. this.toolStrip1.PerformLayout();
  262. this.statusStrip1.ResumeLayout(false);
  263. this.statusStrip1.PerformLayout();
  264. this.ResumeLayout(false);
  265. this.PerformLayout();
  266. }
  267. #endregion
  268. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  269. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  270. private System.Windows.Forms.MenuStrip menuStrip1;
  271. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  272. private System.Windows.Forms.ToolStrip toolStrip1;
  273. private System.Windows.Forms.StatusStrip statusStrip1;
  274. private System.Windows.Forms.ToolStripStatusLabel toolStripLoadStatus;
  275. private System.ComponentModel.BackgroundWorker backgroundWorker2;
  276. private System.Windows.Forms.PictureBox pictureBoxRight;
  277. private System.Windows.Forms.PictureBox pictureBoxLeft;
  278. private System.Windows.Forms.Timer mouseTimer;
  279. private System.Windows.Forms.ToolStripButton canvasButton;
  280. private System.Windows.Forms.ToolStripButton drawButton;
  281. private System.Windows.Forms.ToolStripButton deleteButton;
  282. private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
  283. private System.Windows.Forms.ToolStripMenuItem examplePictureToolStripMenuItem;
  284. private System.Windows.Forms.ToolStripStatusLabel lastActionTakenLabel;
  285. private System.Windows.Forms.ToolStripButton undoButton;
  286. private System.Windows.Forms.ToolStripButton redoButton;
  287. }
  288. }