namespace ShenTun.ImageCollection.Common { partial class ImageView { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.ImageBox = new System.Windows.Forms.Panel(); this.clipPanel = new Customize.Controls.ExtendedPanel(); this.btnList = new System.Windows.Forms.ToolStripButton(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnClose = new System.Windows.Forms.ToolStripButton(); this.reset = new System.Windows.Forms.ToolStripButton(); this.rotaLeft = new System.Windows.Forms.ToolStripButton(); this.roatRight = new System.Windows.Forms.ToolStripButton(); this.mirror = new System.Windows.Forms.ToolStripButton(); this.vertical = new System.Windows.Forms.ToolStripButton(); this.rota90 = new System.Windows.Forms.ToolStripButton(); this.rota180 = new System.Windows.Forms.ToolStripButton(); this.clip = new System.Windows.Forms.ToolStripButton(); this.textImport = new System.Windows.Forms.ToolStripButton(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.ImageBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 8; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.ImageBox, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); 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, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 768); this.tableLayoutPanel1.TabIndex = 1; // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.tableLayoutPanel1.SetColumnSpan(this.toolStrip1, 8); 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.btnList, this.btnSave, this.btnClose, this.toolStripSeparator1, this.reset, this.rotaLeft, this.roatRight, this.mirror, this.vertical, this.rota90, this.rota180, this.clip, this.textImport}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); this.toolStrip1.Size = new System.Drawing.Size(1280, 100); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 100); // // ImageBox // this.ImageBox.AutoScroll = true; this.ImageBox.BackColor = System.Drawing.SystemColors.ControlLightLight; this.tableLayoutPanel1.SetColumnSpan(this.ImageBox, 8); this.ImageBox.Controls.Add(this.clipPanel); this.ImageBox.Controls.Add(this.pictureBox); this.ImageBox.Dock = System.Windows.Forms.DockStyle.Fill; this.ImageBox.Location = new System.Drawing.Point(4, 104); this.ImageBox.Margin = new System.Windows.Forms.Padding(4); this.ImageBox.Name = "ImageBox"; this.tableLayoutPanel1.SetRowSpan(this.ImageBox, 2); this.ImageBox.Size = new System.Drawing.Size(1272, 660); this.ImageBox.TabIndex = 1; // // clipPanel // this.clipPanel.BackColor = System.Drawing.Color.Transparent; this.clipPanel.Location = new System.Drawing.Point(162, 48); this.clipPanel.Margin = new System.Windows.Forms.Padding(4); this.clipPanel.Name = "clipPanel"; this.clipPanel.Size = new System.Drawing.Size(86, 88); this.clipPanel.TabIndex = 2; // // btnList // this.btnList.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.SolarAlignVerticalCenterLineDuotone; this.btnList.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnList.Name = "btnList"; this.btnList.Size = new System.Drawing.Size(72, 94); this.btnList.Text = "列表"; this.btnList.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // btnSave // this.btnSave.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentDocumentSave20Regular; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(72, 94); this.btnSave.Text = "保存"; this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // btnClose // this.btnClose.Image = global::ShenTun.ImageCollection.Common.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; // // reset // this.reset.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowClockwise24Filled; this.reset.ImageTransparentColor = System.Drawing.Color.Magenta; this.reset.Name = "reset"; this.reset.Size = new System.Drawing.Size(72, 94); this.reset.Text = "复位"; this.reset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // rotaLeft // this.rotaLeft.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowHookUpLeft20Regular; this.rotaLeft.ImageTransparentColor = System.Drawing.Color.Magenta; this.rotaLeft.Name = "rotaLeft"; this.rotaLeft.Size = new System.Drawing.Size(72, 94); this.rotaLeft.Text = "左旋"; this.rotaLeft.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // roatRight // this.roatRight.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowHookUpRight20Regular; this.roatRight.ImageTransparentColor = System.Drawing.Color.Magenta; this.roatRight.Name = "roatRight"; this.roatRight.Size = new System.Drawing.Size(72, 94); this.roatRight.Text = "右旋"; this.roatRight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // mirror // this.mirror.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowSwap20Filled; this.mirror.ImageTransparentColor = System.Drawing.Color.Magenta; this.mirror.Name = "mirror"; this.mirror.Size = new System.Drawing.Size(128, 94); this.mirror.Text = "水平翻转"; this.mirror.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // vertical // this.vertical.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowSort20Regular; this.vertical.ImageTransparentColor = System.Drawing.Color.Magenta; this.vertical.Name = "vertical"; this.vertical.Size = new System.Drawing.Size(128, 94); this.vertical.Text = "垂直翻转"; this.vertical.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // rota90 // this.rota90.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowStepBack20Regular; this.rota90.ImageTransparentColor = System.Drawing.Color.Magenta; this.rota90.Name = "rota90"; this.rota90.Size = new System.Drawing.Size(128, 94); this.rota90.Text = "旋转90°"; this.rota90.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // rota180 // this.rota180.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentArrowStepOver20Regular; this.rota180.ImageTransparentColor = System.Drawing.Color.Magenta; this.rota180.Name = "rota180"; this.rota180.Size = new System.Drawing.Size(142, 94); this.rota180.Text = "旋转180°"; this.rota180.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // clip // this.clip.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.MaterialSymbolsContentCutRounded; this.clip.ImageTransparentColor = System.Drawing.Color.Magenta; this.clip.Name = "clip"; this.clip.Size = new System.Drawing.Size(128, 94); this.clip.Text = "裁切图像"; this.clip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // textImport // this.textImport.Image = global::ShenTun.ImageCollection.Common.Properties.Resources.FluentClipboardTextEdit20Regular; this.textImport.ImageTransparentColor = System.Drawing.Color.Magenta; this.textImport.Name = "textImport"; this.textImport.Size = new System.Drawing.Size(128, 94); this.textImport.Text = "插入文字"; this.textImport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // pictureBox // this.pictureBox.BackColor = System.Drawing.Color.Transparent; this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox.Location = new System.Drawing.Point(56, 48); this.pictureBox.Margin = new System.Windows.Forms.Padding(0); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(62, 64); this.pictureBox.TabIndex = 1; this.pictureBox.TabStop = false; // // ImageView // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ImageView"; this.Size = new System.Drawing.Size(1280, 768); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ImageBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnSave; private System.Windows.Forms.ToolStripButton btnClose; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton reset; private System.Windows.Forms.ToolStripButton rotaLeft; private System.Windows.Forms.ToolStripButton roatRight; private System.Windows.Forms.ToolStripButton mirror; private System.Windows.Forms.ToolStripButton vertical; private System.Windows.Forms.ToolStripButton rota90; private System.Windows.Forms.ToolStripButton rota180; private System.Windows.Forms.ToolStripButton clip; private System.Windows.Forms.ToolStripButton textImport; private System.Windows.Forms.Panel ImageBox; private Customize.Controls.ExtendedPanel clipPanel; private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.ToolStripButton btnList; } }