Form1.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.pictureBoxRight = new System.Windows.Forms.PictureBox();
  32. this.pictureBoxLeft = new System.Windows.Forms.PictureBox();
  33. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  34. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  37. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  38. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  39. this.toolStripLoadStatus = new System.Windows.Forms.ToolStripStatusLabel();
  40. this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
  41. this.timer1 = new System.Windows.Forms.Timer(this.components);
  42. this.edittoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.painttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.timer2 = new System.Windows.Forms.Timer(this.components);
  45. this.tableLayoutPanel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLeft)).BeginInit();
  48. this.menuStrip1.SuspendLayout();
  49. this.toolStrip1.SuspendLayout();
  50. this.statusStrip1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // tableLayoutPanel1
  54. //
  55. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  56. | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.InactiveCaption;
  59. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
  60. this.tableLayoutPanel1.ColumnCount = 2;
  61. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  62. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  63. this.tableLayoutPanel1.Controls.Add(this.pictureBoxRight, 1, 0);
  64. this.tableLayoutPanel1.Controls.Add(this.pictureBoxLeft, 0, 0);
  65. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 52);
  66. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  67. this.tableLayoutPanel1.RowCount = 1;
  68. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  69. this.tableLayoutPanel1.Size = new System.Drawing.Size(696, 440);
  70. this.tableLayoutPanel1.TabIndex = 1;
  71. this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
  72. //
  73. // pictureBoxRight
  74. //
  75. this.pictureBoxRight.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.pictureBoxRight.Location = new System.Drawing.Point(349, 3);
  77. this.pictureBoxRight.Margin = new System.Windows.Forms.Padding(0);
  78. this.pictureBoxRight.Name = "pictureBoxRight";
  79. this.pictureBoxRight.Size = new System.Drawing.Size(344, 434);
  80. this.pictureBoxRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  81. this.pictureBoxRight.TabIndex = 6;
  82. this.pictureBoxRight.TabStop = false;
  83. this.pictureBoxRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRight_MouseDown);
  84. this.pictureBoxRight.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRight_MouseMove);
  85. this.pictureBoxRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBoxRight_MouseUp);
  86. //
  87. // pictureBoxLeft
  88. //
  89. this.pictureBoxLeft.BackColor = System.Drawing.SystemColors.InactiveCaption;
  90. this.pictureBoxLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.pictureBoxLeft.Location = new System.Drawing.Point(3, 3);
  92. this.pictureBoxLeft.Margin = new System.Windows.Forms.Padding(0);
  93. this.pictureBoxLeft.Name = "pictureBoxLeft";
  94. this.pictureBoxLeft.Size = new System.Drawing.Size(343, 434);
  95. this.pictureBoxLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  96. this.pictureBoxLeft.TabIndex = 5;
  97. this.pictureBoxLeft.TabStop = false;
  98. this.pictureBoxLeft.Click += new System.EventHandler(this.pictureBoxLeft_Click);
  99. //
  100. // menuStrip1
  101. //
  102. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.fileToolStripMenuItem,
  104. this.edittoolStripMenuItem});
  105. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  106. this.menuStrip1.MaximumSize = new System.Drawing.Size(1000, 0);
  107. this.menuStrip1.Name = "menuStrip1";
  108. this.menuStrip1.Size = new System.Drawing.Size(696, 24);
  109. this.menuStrip1.TabIndex = 2;
  110. this.menuStrip1.Text = "menuStrip1";
  111. //
  112. // fileToolStripMenuItem
  113. //
  114. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  115. this.loadToolStripMenuItem});
  116. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  117. this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
  118. this.fileToolStripMenuItem.Text = "File";
  119. this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
  120. //
  121. // loadToolStripMenuItem
  122. //
  123. this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
  124. this.loadToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
  125. this.loadToolStripMenuItem.Text = "Load...";
  126. this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
  127. //
  128. // toolStrip1
  129. //
  130. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  131. this.toolStripButton1});
  132. this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  133. this.toolStrip1.Name = "toolStrip1";
  134. this.toolStrip1.Size = new System.Drawing.Size(696, 25);
  135. this.toolStrip1.TabIndex = 3;
  136. this.toolStrip1.Text = "toolStrip1";
  137. //
  138. // toolStripButton1
  139. //
  140. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  141. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  142. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  143. this.toolStripButton1.Name = "toolStripButton1";
  144. this.toolStripButton1.Size = new System.Drawing.Size(76, 22);
  145. this.toolStripButton1.Text = "New Canvas";
  146. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  147. //
  148. // statusStrip1
  149. //
  150. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  151. this.toolStripLoadStatus});
  152. this.statusStrip1.Location = new System.Drawing.Point(0, 493);
  153. this.statusStrip1.Name = "statusStrip1";
  154. this.statusStrip1.Size = new System.Drawing.Size(696, 22);
  155. this.statusStrip1.TabIndex = 4;
  156. this.statusStrip1.Text = "statusStrip1";
  157. this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
  158. //
  159. // toolStripLoadStatus
  160. //
  161. this.toolStripLoadStatus.Name = "toolStripLoadStatus";
  162. this.toolStripLoadStatus.Size = new System.Drawing.Size(40, 17);
  163. this.toolStripLoadStatus.Text = "no file";
  164. this.toolStripLoadStatus.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
  165. //
  166. // timer1
  167. //
  168. this.timer1.Interval = 10;
  169. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  170. //
  171. // edittoolStripMenuItem
  172. //
  173. this.edittoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  174. this.painttoolStripMenuItem});
  175. this.edittoolStripMenuItem.Name = "edittoolStripMenuItem";
  176. this.edittoolStripMenuItem.Size = new System.Drawing.Size(39, 20);
  177. this.edittoolStripMenuItem.Text = "Edit";
  178. //
  179. // painttoolStripMenuItem
  180. //
  181. this.painttoolStripMenuItem.Name = "painttoolStripMenuItem";
  182. this.painttoolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  183. this.painttoolStripMenuItem.Text = "Paint";
  184. this.painttoolStripMenuItem.Click += new System.EventHandler(this.painttoolStripMenuItem_Click);
  185. //
  186. // timer2
  187. //
  188. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  189. //
  190. // Form1
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.BackColor = System.Drawing.SystemColors.MenuBar;
  195. this.ClientSize = new System.Drawing.Size(696, 515);
  196. this.Controls.Add(this.statusStrip1);
  197. this.Controls.Add(this.toolStrip1);
  198. this.Controls.Add(this.tableLayoutPanel1);
  199. this.Controls.Add(this.menuStrip1);
  200. this.MainMenuStrip = this.menuStrip1;
  201. this.Margin = new System.Windows.Forms.Padding(2);
  202. this.Name = "Form1";
  203. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  204. this.Text = "Sketch Assistant";
  205. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  206. this.Load += new System.EventHandler(this.Form1_Load);
  207. this.SizeChanged += new System.EventHandler(this.Form1_Resize);
  208. this.tableLayoutPanel1.ResumeLayout(false);
  209. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLeft)).EndInit();
  211. this.menuStrip1.ResumeLayout(false);
  212. this.menuStrip1.PerformLayout();
  213. this.toolStrip1.ResumeLayout(false);
  214. this.toolStrip1.PerformLayout();
  215. this.statusStrip1.ResumeLayout(false);
  216. this.statusStrip1.PerformLayout();
  217. this.ResumeLayout(false);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  222. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  223. private System.Windows.Forms.MenuStrip menuStrip1;
  224. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  225. private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
  226. private System.Windows.Forms.ToolStrip toolStrip1;
  227. private System.Windows.Forms.StatusStrip statusStrip1;
  228. private System.Windows.Forms.ToolStripStatusLabel toolStripLoadStatus;
  229. private System.ComponentModel.BackgroundWorker backgroundWorker2;
  230. private System.Windows.Forms.PictureBox pictureBoxRight;
  231. private System.Windows.Forms.PictureBox pictureBoxLeft;
  232. private System.Windows.Forms.Timer timer1;
  233. private System.Windows.Forms.ToolStripMenuItem edittoolStripMenuItem;
  234. private System.Windows.Forms.ToolStripMenuItem painttoolStripMenuItem;
  235. private System.Windows.Forms.Timer timer2;
  236. private System.Windows.Forms.ToolStripButton toolStripButton1;
  237. }
  238. }