|
@@ -29,29 +29,31 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextAreaForm));
|
|
|
- this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.TextArea = new System.Windows.Forms.TextBox();
|
|
|
this.headBar1 = new UAS_MES.CustomControl.HeadBar();
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // textBox1
|
|
|
+ // TextArea
|
|
|
//
|
|
|
- this.textBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.textBox1.Location = new System.Drawing.Point(1, 33);
|
|
|
- this.textBox1.Multiline = true;
|
|
|
- this.textBox1.Name = "textBox1";
|
|
|
- this.textBox1.Size = new System.Drawing.Size(521, 263);
|
|
|
- this.textBox1.TabIndex = 0;
|
|
|
+ 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(522, 32);
|
|
|
+ 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);
|
|
@@ -63,12 +65,13 @@
|
|
|
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(283, 302);
|
|
|
+ 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(75, 23);
|
|
|
+ this.Clean.Size = new System.Drawing.Size(100, 29);
|
|
|
this.Clean.TabIndex = 2;
|
|
|
this.Clean.Text = "清除";
|
|
|
this.Clean.UseVisualStyleBackColor = true;
|
|
@@ -81,12 +84,13 @@
|
|
|
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(160, 302);
|
|
|
+ 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(75, 23);
|
|
|
+ this.Confirm.Size = new System.Drawing.Size(100, 29);
|
|
|
this.Confirm.TabIndex = 1;
|
|
|
this.Confirm.Text = "确认";
|
|
|
this.Confirm.UseVisualStyleBackColor = true;
|
|
@@ -97,25 +101,27 @@
|
|
|
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(9, 7);
|
|
|
+ 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(74, 21);
|
|
|
+ this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
this.label1.TabIndex = 4;
|
|
|
this.label1.Text = "详细内容";
|
|
|
//
|
|
|
// TextAreaForm
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ 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(522, 329);
|
|
|
+ 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.textBox1);
|
|
|
+ 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";
|
|
@@ -128,7 +134,7 @@
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
- private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.TextBox TextArea;
|
|
|
private ButtonUtil.NormalButton Confirm;
|
|
|
private ButtonUtil.NormalButton Clean;
|
|
|
private HeadBar headBar1;
|