using HZH_Controls.Controls;
|
using HZH_Controls.Forms;
|
using System.Collections.Generic;
|
using System.Drawing;
|
using System.Net;
|
|
namespace WindowsFormsApp1
|
{
|
partial class Test
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Test));
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.label = new HZH_Controls.Controls.UCSplitLabel();
|
this.textBoxEx1 = new HZH_Controls.Controls.TextBoxEx();
|
this.ucTextBoxEx1 = new HZH_Controls.Controls.UCTextBoxEx();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
this.pictureBox1.Location = new System.Drawing.Point(195, 12);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(222, 100);
|
this.pictureBox1.TabIndex = 0;
|
this.pictureBox1.TabStop = false;
|
//
|
// label
|
//
|
this.label.Font = new System.Drawing.Font("微软雅黑", 8F);
|
this.label.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(245)))));
|
this.label.Location = new System.Drawing.Point(0, 0);
|
this.label.MaximumSize = new System.Drawing.Size(0, 15);
|
this.label.MinimumSize = new System.Drawing.Size(150, 15);
|
this.label.Name = "label";
|
this.label.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
|
this.label.Size = new System.Drawing.Size(200, 15);
|
this.label.TabIndex = 0;
|
this.label.Text = "分割线";
|
//
|
// textBoxEx1
|
//
|
this.textBoxEx1.DecLength = 2;
|
this.textBoxEx1.InputType = HZH_Controls.TextInputType.NotControl;
|
this.textBoxEx1.Location = new System.Drawing.Point(240, 250);
|
this.textBoxEx1.MaxValue = new decimal(new int[] {
|
1000000,
|
0,
|
0,
|
0});
|
this.textBoxEx1.MinValue = new decimal(new int[] {
|
1000000,
|
0,
|
0,
|
-2147483648});
|
this.textBoxEx1.MyRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
|
this.textBoxEx1.Name = "textBoxEx1";
|
this.textBoxEx1.OldText = null;
|
this.textBoxEx1.PromptColor = System.Drawing.Color.Gray;
|
this.textBoxEx1.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
this.textBoxEx1.PromptText = "";
|
this.textBoxEx1.RegexPattern = "";
|
this.textBoxEx1.Size = new System.Drawing.Size(100, 21);
|
this.textBoxEx1.TabIndex = 1;
|
//
|
// ucTextBoxEx1
|
//
|
this.ucTextBoxEx1.BackColor = System.Drawing.Color.Transparent;
|
this.ucTextBoxEx1.ConerRadius = 5;
|
this.ucTextBoxEx1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.ucTextBoxEx1.DecLength = 2;
|
this.ucTextBoxEx1.FillColor = System.Drawing.Color.Empty;
|
this.ucTextBoxEx1.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
|
this.ucTextBoxEx1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
this.ucTextBoxEx1.InputText = "";
|
this.ucTextBoxEx1.InputType = HZH_Controls.TextInputType.NotControl;
|
this.ucTextBoxEx1.IsFocusColor = true;
|
this.ucTextBoxEx1.IsRadius = true;
|
this.ucTextBoxEx1.IsShowClearBtn = true;
|
this.ucTextBoxEx1.IsShowKeyboard = false;
|
this.ucTextBoxEx1.IsShowRect = true;
|
this.ucTextBoxEx1.IsShowSearchBtn = false;
|
this.ucTextBoxEx1.KeyBoardType = HZH_Controls.Controls.KeyBoardType.UCKeyBorderAll_EN;
|
this.ucTextBoxEx1.Location = new System.Drawing.Point(373, 188);
|
this.ucTextBoxEx1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.ucTextBoxEx1.MaxValue = new decimal(new int[] {
|
1000000,
|
0,
|
0,
|
0});
|
this.ucTextBoxEx1.MinValue = new decimal(new int[] {
|
1000000,
|
0,
|
0,
|
-2147483648});
|
this.ucTextBoxEx1.Name = "ucTextBoxEx1";
|
this.ucTextBoxEx1.Padding = new System.Windows.Forms.Padding(5);
|
this.ucTextBoxEx1.PromptColor = System.Drawing.Color.Gray;
|
this.ucTextBoxEx1.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
this.ucTextBoxEx1.PromptText = "Ceshi 123123";
|
this.ucTextBoxEx1.RectColor = System.Drawing.Color.White;
|
this.ucTextBoxEx1.RectWidth = 1;
|
this.ucTextBoxEx1.RegexPattern = "";
|
this.ucTextBoxEx1.Size = new System.Drawing.Size(322, 42);
|
this.ucTextBoxEx1.TabIndex = 2;
|
//
|
// Test
|
//
|
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.ucTextBoxEx1);
|
this.Controls.Add(this.textBoxEx1);
|
this.Controls.Add(this.label);
|
this.Controls.Add(this.pictureBox1);
|
this.Name = "Test";
|
this.Text = "Test";
|
this.Load += new System.EventHandler(this.Test_Load);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private UCSplitLabel label;
|
private TextBoxEx textBoxEx1;
|
private UCTextBoxEx ucTextBoxEx1;
|
}
|
}
|