namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon { partial class TextAreaForm { /// /// 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(TextAreaForm)); this.TextArea = new System.Windows.Forms.TextBox(); this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar(); this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // TextArea // this.TextArea.Font = new System.Drawing.Font("微软雅黑", 15F); this.TextArea.Location = new System.Drawing.Point(1, 41); this.TextArea.Margin = new System.Windows.Forms.Padding(4); this.TextArea.Multiline = true; this.TextArea.Name = "TextArea"; this.TextArea.Size = new System.Drawing.Size(693, 328); this.TextArea.TabIndex = 0; // // headBar1 // this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.headBar1.Dock = System.Windows.Forms.DockStyle.Top; this.headBar1.Location = new System.Drawing.Point(0, 0); this.headBar1.Margin = new System.Windows.Forms.Padding(5); this.headBar1.Name = "headBar1"; this.headBar1.Size = new System.Drawing.Size(696, 40); this.headBar1.TabIndex = 3; this.headBar1.Title = null; this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown); // // Clean // this.Clean.AllPower = null; this.Clean.BackColor = System.Drawing.Color.Transparent; this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage"))); this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image"))); this.Clean.IsShowBorder = true; this.Clean.Location = new System.Drawing.Point(377, 378); this.Clean.Margin = new System.Windows.Forms.Padding(4); this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage"))); this.Clean.Name = "Clean"; this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage"))); this.Clean.Power = null; this.Clean.Size = new System.Drawing.Size(100, 29); this.Clean.TabIndex = 2; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; this.Clean.Click += new System.EventHandler(this.Clean_Click); // // Confirm // this.Confirm.AllPower = null; this.Confirm.BackColor = System.Drawing.Color.Transparent; this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage"))); this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image"))); this.Confirm.IsShowBorder = true; this.Confirm.Location = new System.Drawing.Point(213, 378); this.Confirm.Margin = new System.Windows.Forms.Padding(4); this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage"))); this.Confirm.Name = "Confirm"; this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage"))); this.Confirm.Power = null; this.Confirm.Size = new System.Drawing.Size(100, 29); this.Confirm.TabIndex = 1; this.Confirm.Text = "确认"; this.Confirm.UseVisualStyleBackColor = true; this.Confirm.Click += new System.EventHandler(this.Confirm_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 27); this.label1.TabIndex = 4; this.label1.Text = "详细内容"; // // TextAreaForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.ClientSize = new System.Drawing.Size(696, 411); this.Controls.Add(this.label1); this.Controls.Add(this.headBar1); this.Controls.Add(this.Clean); this.Controls.Add(this.Confirm); this.Controls.Add(this.TextArea); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "TextAreaForm"; this.Tag = "ShowDialogWindow"; this.Text = "TextAreaForm"; this.Load += new System.EventHandler(this.TextAreaForm_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextAreaForm_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox TextArea; private ButtonUtil.NormalButton Confirm; private ButtonUtil.NormalButton Clean; private HeadBar headBar1; private System.Windows.Forms.Label label1; } }