namespace ProductionControl { partial class FrmPhotoShow { /// /// 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(FrmPhotoShow)); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsStateStep = new System.Windows.Forms.ToolStripStatusLabel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pnlPic = new System.Windows.Forms.Panel(); 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.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.tslblPageNum = new System.Windows.Forms.ToolStripStatusLabel(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.pnlPic.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsStateStep, this.tslblPageNum}); this.statusStrip1.Location = new System.Drawing.Point(0, 750); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1378, 31); this.statusStrip1.TabIndex = 17; this.statusStrip1.Text = "statusStrip1"; // // tsStateStep // this.tsStateStep.Name = "tsStateStep"; this.tsStateStep.Size = new System.Drawing.Size(0, 24); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(56, 47); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(579, 241); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; // // pnlPic // this.pnlPic.BackColor = System.Drawing.SystemColors.ActiveCaption; this.pnlPic.Controls.Add(this.pictureBox1); this.pnlPic.Location = new System.Drawing.Point(0, 68); this.pnlPic.Name = "pnlPic"; this.pnlPic.Size = new System.Drawing.Size(831, 375); this.pnlPic.TabIndex = 23; // // 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.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 = 24; this.toolStrip1.Text = "toolStrip1"; // // 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); // // tslblPageNum // this.tslblPageNum.Name = "tslblPageNum"; this.tslblPageNum.Size = new System.Drawing.Size(195, 24); this.tslblPageNum.Text = "toolStripStatusLabel1"; // // FrmPhotoShow // 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.statusStrip1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.pnlPic); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.MaximizeBox = false; this.Name = "FrmPhotoShow"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图像预览"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmPhotoShow_Load); this.Shown += new System.EventHandler(this.FrmPhotoShow_Shown); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmPhoto_KeyDown); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.pnlPic.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tsStateStep; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel pnlPic; 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 tsbtnClose; private System.Windows.Forms.ToolStripStatusLabel tslblPageNum; } }