Form1.Designer.cs 12 KB

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