123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
- {
- partial class TextAreaForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|