namespace MaiMuAOI.SysUI.DefectPicShow
{
partial class ImageShowFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageShowFrm));
this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtnPre = new System.Windows.Forms.ToolStripButton();
this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsStateStep = new System.Windows.Forms.ToolStripStatusLabel();
this.logsts = new System.Windows.Forms.ToolStripStatusLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.imageBox2 = new ImageToolKits.ImageBox();
this.imageBox1 = new ImageToolKits.ImageBox();
this.tsbDebug = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// uiTitel1
//
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiTitel1.FatherForm = null;
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
this.uiTitel1.Name = "uiTitel1";
this.uiTitel1.Size = new System.Drawing.Size(1035, 46);
this.uiTitel1.TabIndex = 33;
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnPre,
this.tsbtnNext,
this.toolStripSeparator1,
this.tsbtnExit,
this.toolStripSeparator2,
this.tsbDebug});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStrip1.Location = new System.Drawing.Point(0, 46);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(1035, 56);
this.toolStrip1.TabIndex = 34;
this.toolStrip1.Text = "toolStrip1";
//
// tsbtnPre
//
this.tsbtnPre.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.tsbtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPre.Image")));
this.tsbtnPre.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnPre.Name = "tsbtnPre";
this.tsbtnPre.Size = new System.Drawing.Size(48, 53);
this.tsbtnPre.Text = "上一张";
this.tsbtnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnPre.ToolTipText = "上一张";
this.tsbtnPre.Click += new System.EventHandler(this.tsbtnPre_Click);
//
// tsbtnNext
//
this.tsbtnNext.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.tsbtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNext.Image")));
this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnNext.Name = "tsbtnNext";
this.tsbtnNext.Size = new System.Drawing.Size(48, 53);
this.tsbtnNext.Text = "下一张";
this.tsbtnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnNext.ToolTipText = "下一张";
this.tsbtnNext.Click += new System.EventHandler(this.tsbtnNext_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
//
// tsbtnExit
//
this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
this.tsbtnExit.Text = " 退出 ";
this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsStateStep,
this.logsts});
this.statusStrip1.Location = new System.Drawing.Point(0, 558);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
this.statusStrip1.Size = new System.Drawing.Size(1035, 22);
this.statusStrip1.TabIndex = 35;
this.statusStrip1.Text = "statusStrip1";
//
// tsStateStep
//
this.tsStateStep.Name = "tsStateStep";
this.tsStateStep.Size = new System.Drawing.Size(0, 17);
//
// logsts
//
this.logsts.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.logsts.Name = "logsts";
this.logsts.Size = new System.Drawing.Size(17, 17);
this.logsts.Text = "...";
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.HighlightText;
this.panel1.Controls.Add(this.imageBox2);
this.panel1.Controls.Add(this.imageBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 102);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1035, 456);
this.panel1.TabIndex = 36;
//
// imageBox2
//
this.imageBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.imageBox2.ColorName = System.Drawing.Color.LimeGreen;
this.imageBox2.DrawParam = null;
this.imageBox2.Image = null;
this.imageBox2.Location = new System.Drawing.Point(482, 0);
this.imageBox2.Margin = new System.Windows.Forms.Padding(0);
this.imageBox2.Name = "imageBox2";
this.imageBox2.Size = new System.Drawing.Size(452, 446);
this.imageBox2.TabIndex = 1;
//
// imageBox1
//
this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
this.imageBox1.DrawParam = null;
this.imageBox1.Image = null;
this.imageBox1.Location = new System.Drawing.Point(0, 0);
this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
this.imageBox1.Name = "imageBox1";
this.imageBox1.Size = new System.Drawing.Size(452, 446);
this.imageBox1.TabIndex = 0;
//
// tsbDebug
//
this.tsbDebug.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.tsbDebug.Image = ((System.Drawing.Image)(resources.GetObject("tsbDebug.Image")));
this.tsbDebug.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDebug.Name = "tsbDebug";
this.tsbDebug.Size = new System.Drawing.Size(36, 53);
this.tsbDebug.Text = "调试";
this.tsbDebug.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbDebug.Click += new System.EventHandler(this.tsbDebug_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ImageShowFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1035, 580);
this.Controls.Add(this.panel1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.uiTitel1);
this.Name = "ImageShowFrm";
this.Text = "ImageShowFrm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageShowFrm_FormClosing);
this.Load += new System.EventHandler(this.ImageShowFrm_Load);
this.Shown += new System.EventHandler(this.ImageShowFrm_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmPhoto_KeyDown);
this.Resize += new System.EventHandler(this.ImageShowFrm_Resize);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnPre;
private System.Windows.Forms.ToolStripButton tsbtnNext;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel tsStateStep;
private System.Windows.Forms.Panel panel1;
private ImageToolKits.ImageBox imageBox1;
private ImageToolKits.ImageBox imageBox2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbDebug;
private System.Windows.Forms.ToolStripStatusLabel logsts;
private System.Windows.Forms.Timer timer1;
}
}