namespace Sunny.UI.Demo { partial class FTextBox { /// /// 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.uiIntegerUpDown1 = new Sunny.UI.UIIntegerUpDown(); this.uiTextBox1 = new Sunny.UI.UITextBox(); this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiTextBox2 = new Sunny.UI.UITextBox(); this.uiLabel3 = new Sunny.UI.UILabel(); this.uiTextBox3 = new Sunny.UI.UITextBox(); this.uiDoubleUpDown1 = new Sunny.UI.UIDoubleUpDown(); this.uiLine1 = new Sunny.UI.UILine(); this.uiLine4 = new Sunny.UI.UILine(); this.uiLine5 = new Sunny.UI.UILine(); this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox(); this.uiLine2 = new Sunny.UI.UILine(); this.uiLine3 = new Sunny.UI.UILine(); this.uiTextBox4 = new Sunny.UI.UITextBox(); this.PagePanel.SuspendLayout(); this.SuspendLayout(); // // PagePanel // this.PagePanel.Controls.Add(this.uiTextBox4); this.PagePanel.Controls.Add(this.uiLine3); this.PagePanel.Controls.Add(this.uiLine2); this.PagePanel.Controls.Add(this.uiRichTextBox1); this.PagePanel.Controls.Add(this.uiLine5); this.PagePanel.Controls.Add(this.uiLine4); this.PagePanel.Controls.Add(this.uiLine1); this.PagePanel.Controls.Add(this.uiDoubleUpDown1); this.PagePanel.Controls.Add(this.uiLabel3); this.PagePanel.Controls.Add(this.uiTextBox3); this.PagePanel.Controls.Add(this.uiLabel2); this.PagePanel.Controls.Add(this.uiTextBox2); this.PagePanel.Controls.Add(this.uiLabel1); this.PagePanel.Controls.Add(this.uiTextBox1); this.PagePanel.Controls.Add(this.uiIntegerUpDown1); this.PagePanel.Size = new System.Drawing.Size(800, 530); // // uiIntegerUpDown1 // this.uiIntegerUpDown1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiIntegerUpDown1.Location = new System.Drawing.Point(388, 54); this.uiIntegerUpDown1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiIntegerUpDown1.Maximum = 100; this.uiIntegerUpDown1.Minimum = -100; this.uiIntegerUpDown1.MinimumSize = new System.Drawing.Size(100, 0); this.uiIntegerUpDown1.Name = "uiIntegerUpDown1"; this.uiIntegerUpDown1.Size = new System.Drawing.Size(150, 29); this.uiIntegerUpDown1.TabIndex = 2; this.uiIntegerUpDown1.Text = "_uiIntegerUpDown1"; // // uiTextBox1 // this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox1.FillColor = System.Drawing.Color.White; this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTextBox1.Location = new System.Drawing.Point(117, 54); this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox1.Maximum = 2147483647D; this.uiTextBox1.Minimum = -2147483648D; this.uiTextBox1.Name = "uiTextBox1"; this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5); this.uiTextBox1.Size = new System.Drawing.Size(221, 29); this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom; this.uiTextBox1.TabIndex = 3; this.uiTextBox1.Watermark = "水印文字"; // // uiLabel1 // this.uiLabel1.AutoSize = true; this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel1.Location = new System.Drawing.Point(38, 58); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(55, 21); this.uiLabel1.TabIndex = 4; this.uiLabel1.Text = "String"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel2 // this.uiLabel2.AutoSize = true; this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel2.Location = new System.Drawing.Point(38, 97); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(65, 21); this.uiLabel2.TabIndex = 6; this.uiLabel2.Text = "Integer"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiTextBox2 // this.uiTextBox2.CanEmpty = true; this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox2.DoubleValue = 5D; this.uiTextBox2.FillColor = System.Drawing.Color.White; this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTextBox2.IntValue = 5; this.uiTextBox2.Location = new System.Drawing.Point(117, 93); this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox2.Maximum = 9D; this.uiTextBox2.Minimum = 0D; this.uiTextBox2.Name = "uiTextBox2"; this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5); this.uiTextBox2.Size = new System.Drawing.Size(221, 29); this.uiTextBox2.TabIndex = 5; this.uiTextBox2.Text = "5"; this.uiTextBox2.Type = Sunny.UI.UITextBox.UIEditType.Integer; this.uiTextBox2.Watermark = "水印文字"; // // uiLabel3 // this.uiLabel3.AutoSize = true; this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel3.Location = new System.Drawing.Point(38, 136); this.uiLabel3.Name = "uiLabel3"; this.uiLabel3.Size = new System.Drawing.Size(65, 21); this.uiLabel3.TabIndex = 8; this.uiLabel3.Text = "Double"; this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiTextBox3 // this.uiTextBox3.CanEmpty = true; this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox3.FillColor = System.Drawing.Color.White; this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTextBox3.Location = new System.Drawing.Point(117, 132); this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox3.Maximum = 2147483647D; this.uiTextBox3.Minimum = -2147483648D; this.uiTextBox3.Name = "uiTextBox3"; this.uiTextBox3.Padding = new System.Windows.Forms.Padding(5); this.uiTextBox3.Size = new System.Drawing.Size(221, 29); this.uiTextBox3.TabIndex = 7; this.uiTextBox3.Type = Sunny.UI.UITextBox.UIEditType.Double; this.uiTextBox3.Watermark = "水印文字"; // // uiDoubleUpDown1 // this.uiDoubleUpDown1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiDoubleUpDown1.Location = new System.Drawing.Point(388, 132); this.uiDoubleUpDown1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiDoubleUpDown1.MinimumSize = new System.Drawing.Size(100, 0); this.uiDoubleUpDown1.Name = "uiDoubleUpDown1"; this.uiDoubleUpDown1.Size = new System.Drawing.Size(150, 29); this.uiDoubleUpDown1.TabIndex = 14; this.uiDoubleUpDown1.Text = "uiDoubleUpDown1"; this.uiDoubleUpDown1.Value = 0D; // // uiLine1 // this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine1.Location = new System.Drawing.Point(30, 20); this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine1.Name = "uiLine1"; this.uiLine1.Size = new System.Drawing.Size(308, 20); this.uiLine1.TabIndex = 20; this.uiLine1.Text = "UITextBox"; this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLine4 // this.uiLine4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine4.Location = new System.Drawing.Point(388, 20); this.uiLine4.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine4.Name = "uiLine4"; this.uiLine4.Size = new System.Drawing.Size(306, 20); this.uiLine4.TabIndex = 23; this.uiLine4.Text = "UIIntegerUpDown"; this.uiLine4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLine5 // this.uiLine5.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine5.Location = new System.Drawing.Point(388, 97); this.uiLine5.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine5.Name = "uiLine5"; this.uiLine5.Size = new System.Drawing.Size(306, 20); this.uiLine5.TabIndex = 24; this.uiLine5.Text = "UIDoubleUpDown"; this.uiLine5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiRichTextBox1 // this.uiRichTextBox1.AutoWordSelection = true; this.uiRichTextBox1.FillColor = System.Drawing.Color.White; this.uiRichTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRichTextBox1.Location = new System.Drawing.Point(388, 219); this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiRichTextBox1.Name = "uiRichTextBox1"; this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2); this.uiRichTextBox1.Size = new System.Drawing.Size(308, 226); this.uiRichTextBox1.Style = Sunny.UI.UIStyle.Custom; this.uiRichTextBox1.TabIndex = 32; this.uiRichTextBox1.Text = "Blog: https://www.cnblogs.com/yhuse\nGitee: https://gitee.com/yhuse/SunnyUI\nGitHub" + ": https://github.com/yhuse/SunnyUI\nSunnyUI.Net 系列文章目录\n欢迎交流,QQ群: 56829229 (SunnyU" + "I技术交流群),请给源码项目点个Star吧!!!"; // // uiLine2 // this.uiLine2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine2.Location = new System.Drawing.Point(30, 180); this.uiLine2.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine2.Name = "uiLine2"; this.uiLine2.Size = new System.Drawing.Size(308, 20); this.uiLine2.TabIndex = 33; this.uiLine2.Text = "UITextBox"; this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLine3 // this.uiLine3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine3.Location = new System.Drawing.Point(388, 180); this.uiLine3.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine3.Name = "uiLine3"; this.uiLine3.Size = new System.Drawing.Size(308, 20); this.uiLine3.TabIndex = 34; this.uiLine3.Text = "UIRichTextBox"; this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiTextBox4 // this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox4.FillColor = System.Drawing.Color.White; this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTextBox4.Location = new System.Drawing.Point(30, 219); this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox4.Maximum = 2147483647D; this.uiTextBox4.Minimum = -2147483648D; this.uiTextBox4.Multiline = true; this.uiTextBox4.Name = "uiTextBox4"; this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5); this.uiTextBox4.Size = new System.Drawing.Size(308, 226); this.uiTextBox4.Style = Sunny.UI.UIStyle.Custom; this.uiTextBox4.TabIndex = 35; this.uiTextBox4.Text = "Blog: https://www.cnblogs.com/yhuse\r\nGitee: https://gitee.com/yhuse/SunnyUI\r\nGitH" + "ub: https://github.com/yhuse/SunnyUI\r\nSunnyUI.Net 系列文章目录\r\n欢迎交流,QQ群: 56829229 (Su" + "nnyUI技术交流群),请给源码项目点个Star吧!!!"; this.uiTextBox4.Watermark = "水印文字"; // // FTextBox // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 565); this.Name = "FTextBox"; this.PageIndex = 1003; this.Text = "TextBox"; this.PagePanel.ResumeLayout(false); this.PagePanel.PerformLayout(); this.ResumeLayout(false); } #endregion private UILabel uiLabel3; private UITextBox uiTextBox3; private UILabel uiLabel2; private UITextBox uiTextBox2; private UILabel uiLabel1; private UITextBox uiTextBox1; private UIIntegerUpDown uiIntegerUpDown1; private UIDoubleUpDown uiDoubleUpDown1; private UILine uiLine4; private UILine uiLine1; private UILine uiLine5; private UIRichTextBox uiRichTextBox1; private UITextBox uiTextBox4; private UILine uiLine3; private UILine uiLine2; } }