namespace WCS { partial class warn1 { /// /// 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(warn1)); this.yes = new DevComponents.DotNetBar.ButtonX(); this.txtarea = new DevComponents.DotNetBar.Controls.TextBoxX(); this.pb = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit(); this.SuspendLayout(); // // yes // this.yes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.yes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.yes.Location = new System.Drawing.Point(117, 87); this.yes.Name = "yes"; this.yes.Size = new System.Drawing.Size(65, 25); this.yes.TabIndex = 1; this.yes.Text = "确定"; this.yes.Click += new System.EventHandler(this.yes_Click); // // txtarea // this.txtarea.BackColor = System.Drawing.Color.White; // // // this.txtarea.Border.Class = "TextBoxBorder"; this.txtarea.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtarea.ForeColor = System.Drawing.Color.Black; this.txtarea.Location = new System.Drawing.Point(59, 12); this.txtarea.Multiline = true; this.txtarea.Name = "txtarea"; this.txtarea.ReadOnly = true; this.txtarea.Size = new System.Drawing.Size(221, 66); this.txtarea.TabIndex = 6; // // pb // this.pb.BackgroundImage = global::WCS.Properties.Resources.question; this.pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pb.Location = new System.Drawing.Point(9, 12); this.pb.Name = "pb"; this.pb.Size = new System.Drawing.Size(44, 38); this.pb.TabIndex = 4; this.pb.TabStop = false; // // warn1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(289, 124); this.Controls.Add(this.yes); this.Controls.Add(this.txtarea); this.Controls.Add(this.pb); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "warn1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; ((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX yes; private DevComponents.DotNetBar.Controls.TextBoxX txtarea; private System.Windows.Forms.PictureBox pb; } }