2021-06-22 09:43:13 +08:00
|
|
|
|
|
|
|
|
|
namespace Sunny.UI.Demo
|
2020-05-11 21:11:29 +08:00
|
|
|
|
{
|
|
|
|
|
partial class FTextBox
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2021-08-16 21:51:03 +08:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2021-06-01 17:49:55 +08:00
|
|
|
|
this.uiTextBox6 = new Sunny.UI.UITextBox();
|
|
|
|
|
this.uiTextBox5 = new Sunny.UI.UITextBox();
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox4 = new Sunny.UI.UITextBox();
|
|
|
|
|
this.uiLine3 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine2 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox();
|
|
|
|
|
this.uiLine5 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine4 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine1 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiDoubleUpDown1 = new Sunny.UI.UIDoubleUpDown();
|
|
|
|
|
this.uiLabel3 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiTextBox3 = new Sunny.UI.UITextBox();
|
|
|
|
|
this.uiLabel2 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiTextBox2 = new Sunny.UI.UITextBox();
|
|
|
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiIntegerUpDown1 = new Sunny.UI.UIIntegerUpDown();
|
2021-08-16 21:51:03 +08:00
|
|
|
|
this.uiToolTip1 = new Sunny.UI.UIToolTip(this.components);
|
2021-10-15 16:43:26 +08:00
|
|
|
|
this.uiTextBox1 = new Sunny.UI.UITextBox();
|
2022-01-29 16:30:00 +08:00
|
|
|
|
this.uiLine6 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiipTextBox1 = new Sunny.UI.UIIPTextBox();
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiTextBox6
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-09-07 17:46:27 +08:00
|
|
|
|
this.uiTextBox6.ButtonWidth = 100;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox6.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.uiTextBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiTextBox6.Location = new System.Drawing.Point(117, 167);
|
|
|
|
|
this.uiTextBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiTextBox6.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiTextBox6.Name = "uiTextBox6";
|
|
|
|
|
this.uiTextBox6.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.uiTextBox6.Size = new System.Drawing.Size(221, 29);
|
|
|
|
|
this.uiTextBox6.Symbol = 61461;
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiTextBox6.TabIndex = 2;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiTextBox6.Watermark = "水印文字";
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiTextBox5
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-09-07 17:46:27 +08:00
|
|
|
|
this.uiTextBox5.ButtonWidth = 100;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiTextBox5.Icon = global::Sunny.UI.Demo.Properties.Resources.Home_32x32;
|
|
|
|
|
this.uiTextBox5.Location = new System.Drawing.Point(117, 128);
|
|
|
|
|
this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiTextBox5.Name = "uiTextBox5";
|
|
|
|
|
this.uiTextBox5.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.uiTextBox5.Size = new System.Drawing.Size(221, 29);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiTextBox5.TabIndex = 1;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiTextBox5.Watermark = "水印文字";
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiTextBox4
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-09-07 17:46:27 +08:00
|
|
|
|
this.uiTextBox4.ButtonWidth = 100;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiTextBox4.Location = new System.Drawing.Point(30, 325);
|
|
|
|
|
this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiTextBox4.Multiline = true;
|
|
|
|
|
this.uiTextBox4.Name = "uiTextBox4";
|
|
|
|
|
this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5);
|
2022-03-14 16:45:40 +08:00
|
|
|
|
this.uiTextBox4.ShowScrollBar = true;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox4.Size = new System.Drawing.Size(308, 226);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiTextBox4.TabIndex = 5;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
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.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiTextBox4.Watermark = "水印文字";
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiLine3
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiLine3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine3.Location = new System.Drawing.Point(388, 286);
|
|
|
|
|
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 = 51;
|
|
|
|
|
this.uiLine3.Text = "UIRichTextBox";
|
|
|
|
|
this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiLine2
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiLine2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine2.Location = new System.Drawing.Point(30, 286);
|
|
|
|
|
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 = 50;
|
|
|
|
|
this.uiLine2.Text = "UITextBox";
|
|
|
|
|
this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiRichTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.uiRichTextBox1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiRichTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiRichTextBox1.Location = new System.Drawing.Point(388, 325);
|
|
|
|
|
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.Size = new System.Drawing.Size(308, 226);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiRichTextBox1.TabIndex = 6;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
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吧!!!";
|
|
|
|
|
this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// uiLine5
|
|
|
|
|
//
|
|
|
|
|
this.uiLine5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine5.Location = new System.Drawing.Point(388, 132);
|
|
|
|
|
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 = 48;
|
|
|
|
|
this.uiLine5.Text = "UIDoubleUpDown";
|
|
|
|
|
this.uiLine5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine4
|
|
|
|
|
//
|
|
|
|
|
this.uiLine4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine4.Location = new System.Drawing.Point(388, 55);
|
|
|
|
|
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 = 47;
|
|
|
|
|
this.uiLine4.Text = "UIIntegerUpDown";
|
|
|
|
|
this.uiLine4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine1
|
|
|
|
|
//
|
|
|
|
|
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine1.Location = new System.Drawing.Point(30, 55);
|
|
|
|
|
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 = 46;
|
|
|
|
|
this.uiLine1.Text = "UITextBox";
|
|
|
|
|
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiDoubleUpDown1
|
|
|
|
|
//
|
|
|
|
|
this.uiDoubleUpDown1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiDoubleUpDown1.Location = new System.Drawing.Point(388, 167);
|
|
|
|
|
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);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiDoubleUpDown1.TabIndex = 8;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiDoubleUpDown1.Text = "uiDoubleUpDown1";
|
|
|
|
|
this.uiDoubleUpDown1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
2022-01-28 17:30:04 +08:00
|
|
|
|
this.uiDoubleUpDown1.Value = 10D;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
|
|
|
|
// uiLabel3
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel3.AutoSize = true;
|
|
|
|
|
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiLabel3.Location = new System.Drawing.Point(38, 249);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLabel3.Name = "uiLabel3";
|
|
|
|
|
this.uiLabel3.Size = new System.Drawing.Size(65, 21);
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiLabel3.TabIndex = 44;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLabel3.Text = "Double";
|
|
|
|
|
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiTextBox3
|
|
|
|
|
//
|
2021-09-07 17:46:27 +08:00
|
|
|
|
this.uiTextBox3.ButtonWidth = 100;
|
2020-06-04 21:36:38 +08:00
|
|
|
|
this.uiTextBox3.CanEmpty = true;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox3.Location = new System.Drawing.Point(117, 245);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
2020-10-11 10:27:03 +08:00
|
|
|
|
this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 1);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiTextBox3.Name = "uiTextBox3";
|
|
|
|
|
this.uiTextBox3.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.uiTextBox3.Size = new System.Drawing.Size(221, 29);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiTextBox3.TabIndex = 4;
|
2021-04-15 17:43:13 +08:00
|
|
|
|
this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiTextBox3.Type = Sunny.UI.UITextBox.UIEditType.Double;
|
2020-06-04 21:36:38 +08:00
|
|
|
|
this.uiTextBox3.Watermark = "水印文字";
|
2020-05-11 21:11:29 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiLabel2
|
2020-06-05 21:48:58 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiLabel2.AutoSize = true;
|
|
|
|
|
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLabel2.Location = new System.Drawing.Point(38, 210);
|
|
|
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
|
|
|
this.uiLabel2.Size = new System.Drawing.Size(65, 21);
|
|
|
|
|
this.uiLabel2.TabIndex = 42;
|
|
|
|
|
this.uiLabel2.Text = "Integer";
|
|
|
|
|
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
2020-06-05 21:48:58 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiTextBox2
|
2020-06-05 21:48:58 +08:00
|
|
|
|
//
|
2021-09-07 17:46:27 +08:00
|
|
|
|
this.uiTextBox2.ButtonWidth = 100;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox2.CanEmpty = true;
|
|
|
|
|
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.uiTextBox2.DoubleValue = 5D;
|
|
|
|
|
this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiTextBox2.IntValue = 5;
|
|
|
|
|
this.uiTextBox2.Location = new System.Drawing.Point(117, 206);
|
|
|
|
|
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiTextBox2.Maximum = 9D;
|
|
|
|
|
this.uiTextBox2.Minimum = 0D;
|
|
|
|
|
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiTextBox2.Name = "uiTextBox2";
|
|
|
|
|
this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.uiTextBox2.Size = new System.Drawing.Size(221, 29);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiTextBox2.TabIndex = 3;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiTextBox2.Text = "5";
|
|
|
|
|
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiTextBox2.Type = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
|
this.uiTextBox2.Watermark = "水印文字";
|
2020-06-05 21:48:58 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiLabel1
|
2020-06-05 21:48:58 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiLabel1.AutoSize = true;
|
|
|
|
|
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLabel1.Location = new System.Drawing.Point(38, 93);
|
|
|
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
|
|
|
this.uiLabel1.Size = new System.Drawing.Size(55, 21);
|
|
|
|
|
this.uiLabel1.TabIndex = 40;
|
|
|
|
|
this.uiLabel1.Text = "String";
|
|
|
|
|
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
2020-06-04 21:52:21 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
// uiIntegerUpDown1
|
2021-06-01 17:49:55 +08:00
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiIntegerUpDown1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiIntegerUpDown1.Location = new System.Drawing.Point(388, 89);
|
|
|
|
|
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);
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.uiIntegerUpDown1.TabIndex = 7;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.uiIntegerUpDown1.Text = "_uiIntegerUpDown1";
|
|
|
|
|
this.uiIntegerUpDown1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
2022-01-28 17:30:04 +08:00
|
|
|
|
this.uiIntegerUpDown1.Value = 10;
|
2021-06-01 17:49:55 +08:00
|
|
|
|
//
|
2021-08-16 21:51:03 +08:00
|
|
|
|
// uiToolTip1
|
|
|
|
|
//
|
|
|
|
|
this.uiToolTip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
|
|
|
|
|
this.uiToolTip1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
|
|
|
|
|
this.uiToolTip1.OwnerDraw = true;
|
|
|
|
|
//
|
2021-10-15 16:43:26 +08:00
|
|
|
|
// uiTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiTextBox1.Location = new System.Drawing.Point(117, 89);
|
|
|
|
|
this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
|
|
this.uiTextBox1.Name = "uiTextBox1";
|
|
|
|
|
this.uiTextBox1.ShowButton = true;
|
|
|
|
|
this.uiTextBox1.Size = new System.Drawing.Size(221, 29);
|
|
|
|
|
this.uiTextBox1.TabIndex = 52;
|
|
|
|
|
this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiToolTip1.SetToolTip(this.uiTextBox1, "Hello world!");
|
|
|
|
|
this.uiTextBox1.Watermark = "水印文字";
|
|
|
|
|
this.uiTextBox1.ButtonClick += new System.EventHandler(this.uiTextBox1_ButtonClick);
|
|
|
|
|
//
|
2022-01-29 16:30:00 +08:00
|
|
|
|
// uiLine6
|
|
|
|
|
//
|
|
|
|
|
this.uiLine6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine6.Location = new System.Drawing.Point(388, 211);
|
|
|
|
|
this.uiLine6.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine6.Name = "uiLine6";
|
|
|
|
|
this.uiLine6.Size = new System.Drawing.Size(306, 20);
|
|
|
|
|
this.uiLine6.TabIndex = 54;
|
|
|
|
|
this.uiLine6.Text = "UIIPTextBox";
|
|
|
|
|
this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiipTextBox1
|
|
|
|
|
//
|
|
|
|
|
this.uiipTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiipTextBox1.Location = new System.Drawing.Point(388, 245);
|
|
|
|
|
this.uiipTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiipTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiipTextBox1.Name = "uiipTextBox1";
|
|
|
|
|
this.uiipTextBox1.Padding = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.uiipTextBox1.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.uiipTextBox1.TabIndex = 55;
|
|
|
|
|
this.uiipTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
2020-05-11 21:11:29 +08:00
|
|
|
|
// FTextBox
|
|
|
|
|
//
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.AllowShowTitle = true;
|
2021-03-29 21:00:32 +08:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 562);
|
2022-01-29 16:30:00 +08:00
|
|
|
|
this.Controls.Add(this.uiipTextBox1);
|
|
|
|
|
this.Controls.Add(this.uiLine6);
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.Controls.Add(this.uiTextBox6);
|
|
|
|
|
this.Controls.Add(this.uiTextBox5);
|
|
|
|
|
this.Controls.Add(this.uiTextBox4);
|
|
|
|
|
this.Controls.Add(this.uiLine3);
|
|
|
|
|
this.Controls.Add(this.uiLine2);
|
|
|
|
|
this.Controls.Add(this.uiRichTextBox1);
|
|
|
|
|
this.Controls.Add(this.uiLine5);
|
|
|
|
|
this.Controls.Add(this.uiLine4);
|
|
|
|
|
this.Controls.Add(this.uiLine1);
|
|
|
|
|
this.Controls.Add(this.uiDoubleUpDown1);
|
|
|
|
|
this.Controls.Add(this.uiLabel3);
|
|
|
|
|
this.Controls.Add(this.uiTextBox3);
|
|
|
|
|
this.Controls.Add(this.uiLabel2);
|
|
|
|
|
this.Controls.Add(this.uiTextBox2);
|
|
|
|
|
this.Controls.Add(this.uiLabel1);
|
|
|
|
|
this.Controls.Add(this.uiIntegerUpDown1);
|
2021-10-15 16:43:26 +08:00
|
|
|
|
this.Controls.Add(this.uiTextBox1);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.Name = "FTextBox";
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
|
|
|
|
this.ShowTitle = true;
|
2020-06-09 20:15:39 +08:00
|
|
|
|
this.Symbol = 61962;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.Text = "TextBox";
|
2021-07-18 15:24:32 +08:00
|
|
|
|
this.Shown += new System.EventHandler(this.FTextBox_Shown);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.ResumeLayout(false);
|
2021-06-22 09:43:13 +08:00
|
|
|
|
this.PerformLayout();
|
2020-05-11 21:11:29 +08:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2021-06-22 09:43:13 +08:00
|
|
|
|
|
|
|
|
|
private UITextBox uiTextBox6;
|
|
|
|
|
private UITextBox uiTextBox5;
|
|
|
|
|
private UITextBox uiTextBox4;
|
|
|
|
|
private UILine uiLine3;
|
|
|
|
|
private UILine uiLine2;
|
|
|
|
|
private UIRichTextBox uiRichTextBox1;
|
|
|
|
|
private UILine uiLine5;
|
|
|
|
|
private UILine uiLine4;
|
|
|
|
|
private UILine uiLine1;
|
|
|
|
|
private UIDoubleUpDown uiDoubleUpDown1;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
private UILabel uiLabel3;
|
|
|
|
|
private UITextBox uiTextBox3;
|
|
|
|
|
private UILabel uiLabel2;
|
|
|
|
|
private UITextBox uiTextBox2;
|
|
|
|
|
private UILabel uiLabel1;
|
|
|
|
|
private UIIntegerUpDown uiIntegerUpDown1;
|
2021-08-16 21:51:03 +08:00
|
|
|
|
private UIToolTip uiToolTip1;
|
2021-10-15 16:43:26 +08:00
|
|
|
|
private UITextBox uiTextBox1;
|
2022-01-29 16:30:00 +08:00
|
|
|
|
private UILine uiLine6;
|
|
|
|
|
private UIIPTextBox uiipTextBox1;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
}
|
|
|
|
|
}
|