namespace DPumpHydr.WinFrmUI.Volute { partial class MainViewPage { /// /// 必需的设计器变量。 /// 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() { label2 = new System.Windows.Forms.Label(); pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); SuspendLayout(); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(181, 65); label2.Name = "label2"; label2.Size = new System.Drawing.Size(43, 17); label2.TabIndex = 1; label2.Text = "label2"; // // pictureBox1 // pictureBox1.Image = Properties.Resources.folder_Closed_16xLG; pictureBox1.Location = new System.Drawing.Point(232, 133); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(100, 50); pictureBox1.TabIndex = 2; pictureBox1.TabStop = false; // // MainViewPage // AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(pictureBox1); Controls.Add(label2); Name = "MainViewPage"; Size = new System.Drawing.Size(754, 515); ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pictureBox1; } }