You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

217 lines
11 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.AForgeCamera
  2. {
  3. partial class FrmComparison
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.ImageBox = new System.Windows.Forms.Panel();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  34. this.pictureBox = new System.Windows.Forms.PictureBox();
  35. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  36. this.btnClose = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.btnComp = new System.Windows.Forms.ToolStripButton();
  39. this.tableLayoutPanel1.SuspendLayout();
  40. this.ImageBox.SuspendLayout();
  41. this.panel1.SuspendLayout();
  42. this.panel2.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
  46. this.toolStrip1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // tableLayoutPanel1
  50. //
  51. this.tableLayoutPanel1.ColumnCount = 2;
  52. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  53. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  54. this.tableLayoutPanel1.Controls.Add(this.ImageBox, 0, 2);
  55. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
  56. this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 1);
  57. this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0);
  58. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  60. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  61. this.tableLayoutPanel1.RowCount = 3;
  62. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  63. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 43.13552F));
  64. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 56.86448F));
  65. this.tableLayoutPanel1.Size = new System.Drawing.Size(1574, 1129);
  66. this.tableLayoutPanel1.TabIndex = 0;
  67. //
  68. // ImageBox
  69. //
  70. this.ImageBox.BackColor = System.Drawing.Color.Transparent;
  71. this.tableLayoutPanel1.SetColumnSpan(this.ImageBox, 2);
  72. this.ImageBox.Controls.Add(this.pictureBox);
  73. this.ImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.ImageBox.Location = new System.Drawing.Point(3, 546);
  75. this.ImageBox.Name = "ImageBox";
  76. this.ImageBox.Size = new System.Drawing.Size(1568, 580);
  77. this.ImageBox.TabIndex = 0;
  78. //
  79. // panel1
  80. //
  81. this.panel1.BackColor = System.Drawing.Color.Transparent;
  82. this.panel1.Controls.Add(this.pictureBox1);
  83. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.panel1.Location = new System.Drawing.Point(3, 103);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(781, 437);
  87. this.panel1.TabIndex = 1;
  88. //
  89. // panel2
  90. //
  91. this.panel2.BackColor = System.Drawing.Color.Transparent;
  92. this.panel2.Controls.Add(this.pictureBox2);
  93. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.panel2.Location = new System.Drawing.Point(790, 103);
  95. this.panel2.Name = "panel2";
  96. this.panel2.Size = new System.Drawing.Size(781, 437);
  97. this.panel2.TabIndex = 2;
  98. //
  99. // pictureBox1
  100. //
  101. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  102. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  104. this.pictureBox1.Name = "pictureBox1";
  105. this.pictureBox1.Size = new System.Drawing.Size(781, 437);
  106. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  107. this.pictureBox1.TabIndex = 0;
  108. this.pictureBox1.TabStop = false;
  109. //
  110. // pictureBox2
  111. //
  112. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  113. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.pictureBox2.Location = new System.Drawing.Point(0, 0);
  115. this.pictureBox2.Name = "pictureBox2";
  116. this.pictureBox2.Size = new System.Drawing.Size(781, 437);
  117. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  118. this.pictureBox2.TabIndex = 1;
  119. this.pictureBox2.TabStop = false;
  120. //
  121. // pictureBox
  122. //
  123. this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.pictureBox.Location = new System.Drawing.Point(0, 0);
  125. this.pictureBox.Name = "pictureBox";
  126. this.pictureBox.Size = new System.Drawing.Size(1568, 580);
  127. this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  128. this.pictureBox.TabIndex = 1;
  129. this.pictureBox.TabStop = false;
  130. //
  131. // toolStrip1
  132. //
  133. this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
  134. this.tableLayoutPanel1.SetColumnSpan(this.toolStrip1, 2);
  135. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.toolStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
  138. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  139. this.btnClose,
  140. this.toolStripSeparator1,
  141. this.btnComp});
  142. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  143. this.toolStrip1.Name = "toolStrip1";
  144. this.toolStrip1.Size = new System.Drawing.Size(1574, 100);
  145. this.toolStrip1.TabIndex = 3;
  146. this.toolStrip1.Text = "toolStrip1";
  147. //
  148. // btnClose
  149. //
  150. this.btnClose.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsCancelScheduleSendOutlineRounded;
  151. this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  152. this.btnClose.Name = "btnClose";
  153. this.btnClose.Size = new System.Drawing.Size(72, 94);
  154. this.btnClose.Text = "关闭";
  155. this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  156. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  157. //
  158. // toolStripSeparator1
  159. //
  160. this.toolStripSeparator1.Name = "toolStripSeparator1";
  161. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 100);
  162. //
  163. // btnComp
  164. //
  165. this.btnComp.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsContentCutRounded;
  166. this.btnComp.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.btnComp.Name = "btnComp";
  168. this.btnComp.Size = new System.Drawing.Size(128, 94);
  169. this.btnComp.Text = "生成差异";
  170. this.btnComp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  171. this.btnComp.Click += new System.EventHandler(this.btnComp_Click);
  172. //
  173. // FrmComparison
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  177. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  178. this.ClientSize = new System.Drawing.Size(1574, 1129);
  179. this.Controls.Add(this.tableLayoutPanel1);
  180. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  181. this.Name = "FrmComparison";
  182. this.ShowIcon = false;
  183. this.ShowInTaskbar = false;
  184. this.Text = "FrmComparison";
  185. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  186. this.Load += new System.EventHandler(this.FrmComparison_Load);
  187. this.tableLayoutPanel1.ResumeLayout(false);
  188. this.tableLayoutPanel1.PerformLayout();
  189. this.ImageBox.ResumeLayout(false);
  190. this.panel1.ResumeLayout(false);
  191. this.panel2.ResumeLayout(false);
  192. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
  195. this.toolStrip1.ResumeLayout(false);
  196. this.toolStrip1.PerformLayout();
  197. this.ResumeLayout(false);
  198. }
  199. #endregion
  200. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  201. private System.Windows.Forms.Panel ImageBox;
  202. private System.Windows.Forms.PictureBox pictureBox;
  203. private System.Windows.Forms.Panel panel1;
  204. private System.Windows.Forms.PictureBox pictureBox1;
  205. private System.Windows.Forms.Panel panel2;
  206. private System.Windows.Forms.PictureBox pictureBox2;
  207. private System.Windows.Forms.ToolStrip toolStrip1;
  208. private System.Windows.Forms.ToolStripButton btnClose;
  209. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  210. private System.Windows.Forms.ToolStripButton btnComp;
  211. }
  212. }