namespace Stone.WinModule.MyControl { partial class MyImageEdit { /// /// 必需的设计器变量。 /// 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.btnPicSave = new System.Windows.Forms.Button(); this.btnPicRemove = new System.Windows.Forms.Button(); this.btnPicSelect = new System.Windows.Forms.Button(); this.SummaryPic = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.SummaryPic)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // btnPicSave // this.btnPicSave.Location = new System.Drawing.Point(171, 3); this.btnPicSave.Name = "btnPicSave"; this.btnPicSave.Size = new System.Drawing.Size(80, 35); this.btnPicSave.TabIndex = 129; this.btnPicSave.Text = "另存"; this.btnPicSave.UseVisualStyleBackColor = true; this.btnPicSave.Click += new System.EventHandler(this.btnPicSave_Click); // // btnPicRemove // this.btnPicRemove.Location = new System.Drawing.Point(87, 3); this.btnPicRemove.Name = "btnPicRemove"; this.btnPicRemove.Size = new System.Drawing.Size(80, 35); this.btnPicRemove.TabIndex = 128; this.btnPicRemove.Text = "删除"; this.btnPicRemove.UseVisualStyleBackColor = true; this.btnPicRemove.Click += new System.EventHandler(this.btnPicRemove_Click); // // btnPicSelect // this.btnPicSelect.Location = new System.Drawing.Point(3, 3); this.btnPicSelect.Name = "btnPicSelect"; this.btnPicSelect.Size = new System.Drawing.Size(80, 35); this.btnPicSelect.TabIndex = 127; this.btnPicSelect.Text = "选择"; this.btnPicSelect.UseVisualStyleBackColor = true; this.btnPicSelect.Click += new System.EventHandler(this.btnPicSelect_Click); // // SummaryPic // this.SummaryPic.Cursor = System.Windows.Forms.Cursors.Hand; this.SummaryPic.Dock = System.Windows.Forms.DockStyle.Fill; this.SummaryPic.Location = new System.Drawing.Point(0, 0); this.SummaryPic.Name = "SummaryPic"; this.SummaryPic.Size = new System.Drawing.Size(255, 184); this.SummaryPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.SummaryPic.TabIndex = 126; this.SummaryPic.TabStop = false; this.SummaryPic.Click += new System.EventHandler(this.SummaryPic_Click); // // panel1 // this.panel1.Controls.Add(this.btnPicSave); this.panel1.Controls.Add(this.btnPicSelect); this.panel1.Controls.Add(this.btnPicRemove); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 184); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(255, 41); this.panel1.TabIndex = 130; // // openFileDialog1 // this.openFileDialog1.DefaultExt = "jpg"; this.openFileDialog1.Filter = "图片文件(*.jpg)|*.jpg"; // // saveFileDialog1 // this.saveFileDialog1.DefaultExt = "jpg"; this.saveFileDialog1.Filter = "图片文件(*.jpg)|*.jpg"; // // MyImageEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.SummaryPic); this.Controls.Add(this.panel1); this.Name = "MyImageEdit"; this.Size = new System.Drawing.Size(255, 225); ((System.ComponentModel.ISupportInitialize)(this.SummaryPic)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnPicSave; private System.Windows.Forms.Button btnPicRemove; private System.Windows.Forms.Button btnPicSelect; private System.Windows.Forms.PictureBox SummaryPic; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }