namespace DPumpHydr.WinFrmUI.WenSkin { partial class MsgBox { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.wenImageButton2 = new WenSkin.Controls.WenButton(); this.wenImageButton1 = new WenSkin.Controls.WenButton(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.wenImageButton2); this.panel1.Controls.Add(this.wenImageButton1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(4, 184); this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(342, 42); this.panel1.TabIndex = 0; // // wenImageButton2 // this.wenImageButton2.CustomForeColor = System.Drawing.Color.Black; this.wenImageButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.wenImageButton2.Location = new System.Drawing.Point(0, 0); this.wenImageButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.wenImageButton2.Name = "wenImageButton2"; this.wenImageButton2.Size = new System.Drawing.Size(166, 42); this.wenImageButton2.TabIndex = 1; this.wenImageButton2.Text = "确定"; this.wenImageButton2.Click += new System.EventHandler(this.wenImageButton2_Click); // // wenImageButton1 // this.wenImageButton1.CustomForeColor = System.Drawing.Color.Black; this.wenImageButton1.Dock = System.Windows.Forms.DockStyle.Right; this.wenImageButton1.Location = new System.Drawing.Point(166, 0); this.wenImageButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.wenImageButton1.Name = "wenImageButton1"; this.wenImageButton1.Size = new System.Drawing.Size(176, 42); this.wenImageButton1.TabIndex = 0; this.wenImageButton1.Text = "取消"; this.wenImageButton1.Click += new System.EventHandler(this.wenImageButton1_Click); // // MsgBox // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(350, 230); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MsgBox"; this.Padding = new System.Windows.Forms.Padding(4, 42, 4, 4); this.Text = "MsgBox"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Controls.WenButton wenImageButton2; private Controls.WenButton wenImageButton1; } }