namespace ProductionControl { partial class FrmPhoto { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPhoto)); this.tsbtnPre = new System.Windows.Forms.ToolStripButton(); this.tsbtnNext = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsStateStep = new System.Windows.Forms.ToolStripStatusLabel(); this.chkAdd = new System.Windows.Forms.CheckBox(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // tsbtnPre // 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(68, 60); 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.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(68, 60); 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, 65); // // tsbtnClose // this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(70, 60); this.tsbtnClose.Text = " 关闭 "; this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSave, this.toolStripSeparator2, this.tsbtnPre, this.tsbtnNext, this.toolStripSeparator1, this.tsbtnClose}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1378, 65); this.toolStrip1.TabIndex = 12; this.toolStrip1.Text = "toolStrip1"; // // tsbtnSave // this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image"))); this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSave.Name = "tsbtnSave"; this.tsbtnSave.Size = new System.Drawing.Size(70, 60); this.tsbtnSave.Text = " 保存 "; this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 65); this.toolStripSeparator2.Click += new System.EventHandler(this.toolStripSeparator2_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.pictureBox1); this.panel1.Location = new System.Drawing.Point(0, 78); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1366, 604); this.panel1.TabIndex = 16; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(103, 38); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(579, 241); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsStateStep}); this.statusStrip1.Location = new System.Drawing.Point(0, 759); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1378, 22); this.statusStrip1.TabIndex = 17; this.statusStrip1.Text = "statusStrip1"; // // tsStateStep // this.tsStateStep.Name = "tsStateStep"; this.tsStateStep.Size = new System.Drawing.Size(0, 15); // // chkAdd // this.chkAdd.AutoSize = true; this.chkAdd.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkAdd.Location = new System.Drawing.Point(470, 21); this.chkAdd.Name = "chkAdd"; this.chkAdd.Size = new System.Drawing.Size(212, 32); this.chkAdd.TabIndex = 18; this.chkAdd.Text = "加入打标队列"; this.chkAdd.UseVisualStyleBackColor = true; this.chkAdd.CheckedChanged += new System.EventHandler(this.chkAdd_CheckedChanged); // // FrmPhoto // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1378, 781); this.Controls.Add(this.chkAdd); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.MaximizeBox = false; this.Name = "FrmPhoto"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "缺陷查看"; this.Load += new System.EventHandler(this.FrmPhoto_Load); this.Shown += new System.EventHandler(this.FrmPhoto_Shown); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmPhoto_KeyDown); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStripButton tsbtnPre; private System.Windows.Forms.ToolStripButton tsbtnNext; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tsStateStep; private System.Windows.Forms.CheckBox chkAdd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbtnSave; } }