namespace WindowsFormsApp1.UserControls.SECSClient { partial class TerminalDisplay { /// /// 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() { this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox(); this.SuspendLayout(); // // uiRichTextBox1 // this.uiRichTextBox1.AutoWordSelection = true; this.uiRichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiRichTextBox1.FillColor = System.Drawing.Color.White; this.uiRichTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRichTextBox1.Location = new System.Drawing.Point(0, 0); this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiRichTextBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiRichTextBox1.Name = "uiRichTextBox1"; this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2); this.uiRichTextBox1.RectColor = System.Drawing.Color.Transparent; this.uiRichTextBox1.Size = new System.Drawing.Size(495, 300); this.uiRichTextBox1.Style = Sunny.UI.UIStyle.Custom; this.uiRichTextBox1.TabIndex = 0; this.uiRichTextBox1.Text = "uiRichTextBox1"; this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiRichTextBox1.WordWrap = true; // // TerminalDisplay // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(495, 300); this.Controls.Add(this.uiRichTextBox1); this.Name = "TerminalDisplay"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "TerminalDisplay"; this.ResumeLayout(false); } #endregion public Sunny.UI.UIRichTextBox uiRichTextBox1; } }