namespace RySkins { partial class FrmText { /// /// 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.RtText = new ryControls.Controls.RichTextBox2(); this.BtnOK = new ryControls.ButtonEx(); this.SuspendLayout(); // // RtText // this.RtText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.RtText.BorderStyle = System.Windows.Forms.BorderStyle.None; this.RtText.DetectUrls = false; this.RtText.EmptyText = ""; this.RtText.Location = new System.Drawing.Point(4, 30); this.RtText.Name = "RtText"; this.RtText.OnlyInputText = true; this.RtText.Size = new System.Drawing.Size(533, 450); this.RtText.TabIndex = 0; this.RtText.Text = ""; // // BtnOK // this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.BtnOK.Location = new System.Drawing.Point(464, 484); this.BtnOK.Name = "BtnOK"; this.BtnOK.Size = new System.Drawing.Size(72, 29); this.BtnOK.TabIndex = 1; this.BtnOK.Text = "保存"; this.BtnOK.UseVisualStyleBackColor = true; this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click); // // FrmText // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(541, 519); this.Controls.Add(this.BtnOK); this.Controls.Add(this.RtText); this.Location = new System.Drawing.Point(0, 0); this.Name = "FrmText"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "输入数据"; this.ResumeLayout(false); } #endregion private ryControls.ButtonEx BtnOK; public ryControls.Controls.RichTextBox2 RtText; } }