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.
218 lines
11 KiB
218 lines
11 KiB
namespace ShenTun.ImageCollection.AForgeCamera
|
|
{
|
|
partial class FrmComparison
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.ImageBox = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btnClose = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.btnComp = new System.Windows.Forms.ToolStripButton();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.ImageBox.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.ImageBox, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 43.13552F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 56.86448F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1574, 1129);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// ImageBox
|
|
//
|
|
this.ImageBox.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.ImageBox, 2);
|
|
this.ImageBox.Controls.Add(this.pictureBox);
|
|
this.ImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ImageBox.Location = new System.Drawing.Point(3, 546);
|
|
this.ImageBox.Name = "ImageBox";
|
|
this.ImageBox.Size = new System.Drawing.Size(1568, 580);
|
|
this.ImageBox.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 103);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(781, 437);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel2.Controls.Add(this.pictureBox2);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(790, 103);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(781, 437);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(781, 437);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(781, 437);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox2.TabIndex = 1;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(1568, 580);
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox.TabIndex = 1;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.toolStrip1, 2);
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnClose,
|
|
this.toolStripSeparator1,
|
|
this.btnComp});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(1574, 100);
|
|
this.toolStrip1.TabIndex = 3;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsCancelScheduleSendOutlineRounded;
|
|
this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(72, 94);
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 100);
|
|
//
|
|
// btnComp
|
|
//
|
|
this.btnComp.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsContentCutRounded;
|
|
this.btnComp.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnComp.Name = "btnComp";
|
|
this.btnComp.Size = new System.Drawing.Size(128, 94);
|
|
this.btnComp.Text = "生成差异";
|
|
this.btnComp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.btnComp.Click += new System.EventHandler(this.btnComp_Click);
|
|
//
|
|
// FrmComparison
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(1574, 1129);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FrmComparison";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "FrmComparison";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FrmComparison_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.ImageBox.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel ImageBox;
|
|
private System.Windows.Forms.PictureBox pictureBox;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btnClose;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton btnComp;
|
|
}
|
|
}
|