namespace Pur.Pop_upWindow { partial class frmPopReason { /// /// 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(frmPopReason)); this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // ultraTextEditor1 // this.ultraTextEditor1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraTextEditor1.Location = new System.Drawing.Point(0, 0); this.ultraTextEditor1.Multiline = true; this.ultraTextEditor1.Name = "ultraTextEditor1"; this.ultraTextEditor1.Size = new System.Drawing.Size(276, 179); this.ultraTextEditor1.TabIndex = 0; // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Right; this.button1.Location = new System.Drawing.Point(201, 0); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 35); this.button1.TabIndex = 1; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 179); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(276, 35); this.panel1.TabIndex = 2; // // button2 // this.button2.Dock = System.Windows.Forms.DockStyle.Right; this.button2.Location = new System.Drawing.Point(126, 0); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 35); this.button2.TabIndex = 2; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // frmPopReason // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(276, 214); this.Controls.Add(this.ultraTextEditor1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmPopReason"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "确定退回?"; this.Load += new System.EventHandler(this.frmPopReason_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button2; } }