namespace DPumpHydr.WinFrmUI.WenSkin.Design.EditForm { partial class MultilineTextEditForm { /// /// 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(MultilineTextEditForm)); this.textBoxMessage = new WenSkin.Controls.WenTextBox(); this.wenImageButton1 = new WenSkin.Controls.WenButton(); this.SuspendLayout(); // // textBoxMessage // this.textBoxMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(38))))); this.textBoxMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxMessage.ForeColor = System.Drawing.Color.White; this.textBoxMessage.Location = new System.Drawing.Point(3, 30); this.textBoxMessage.MaxLength = 0; this.textBoxMessage.Multiline = true; this.textBoxMessage.Name = "textBoxMessage"; this.textBoxMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBoxMessage.Size = new System.Drawing.Size(794, 387); this.textBoxMessage.TabIndex = 2; // // wenImageButton1 // this.wenImageButton1.CustomForeColor = System.Drawing.Color.Black; this.wenImageButton1.Dock = System.Windows.Forms.DockStyle.Bottom; this.wenImageButton1.Location = new System.Drawing.Point(3, 417); this.wenImageButton1.Name = "wenImageButton1"; this.wenImageButton1.Size = new System.Drawing.Size(794, 30); this.wenImageButton1.TabIndex = 3; this.wenImageButton1.Text = "确定"; this.wenImageButton1.Click += new System.EventHandler(this.wenImageButton1_Click); // // MultilineTextEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.textBoxMessage); this.Controls.Add(this.wenImageButton1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MultilineTextEditForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "多行字符串编辑器"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private WenSkin.Controls.WenTextBox textBoxMessage; private Controls.WenButton wenImageButton1; } }