using HZH_Controls.Controls;
using HZH_Controls.Forms;
using System.Collections.Generic;
using System.Drawing;
using System.Net;
namespace WindowsFormsApp1
{
partial class Test
{
///
/// 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()
{
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.ucSplitLine_H1 = new HZH_Controls.Controls.UCSplitLine_H();
this.textBoxEx1 = new HZH_Controls.Controls.TextBoxEx();
this.ucBtnExt1 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnFillet1 = new HZH_Controls.Controls.UCBtnFillet();
this.ucBtnsGroup1 = new HZH_Controls.Controls.UCBtnsGroup();
((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 = "分割线";
//
// ucSplitLine_H1
//
this.ucSplitLine_H1.BackColor = System.Drawing.Color.Red;
this.ucSplitLine_H1.Location = new System.Drawing.Point(12, 183);
this.ucSplitLine_H1.Name = "ucSplitLine_H1";
this.ucSplitLine_H1.Size = new System.Drawing.Size(500, 1);
this.ucSplitLine_H1.TabIndex = 1;
this.ucSplitLine_H1.TabStop = false;
//
// textBoxEx1
//
this.textBoxEx1.DecLength = 2;
this.textBoxEx1.InputType = HZH_Controls.TextInputType.NotControl;
this.textBoxEx1.Location = new System.Drawing.Point(547, 26);
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 = 2;
//
// ucBtnExt1
//
this.ucBtnExt1.BackColor = System.Drawing.Color.White;
this.ucBtnExt1.BtnBackColor = System.Drawing.Color.White;
this.ucBtnExt1.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ucBtnExt1.BtnForeColor = System.Drawing.Color.Black;
this.ucBtnExt1.BtnText = "测试";
this.ucBtnExt1.ConerRadius = 5;
this.ucBtnExt1.Cursor = System.Windows.Forms.Cursors.Hand;
this.ucBtnExt1.EnabledMouseEffect = false;
this.ucBtnExt1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.ucBtnExt1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.ucBtnExt1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.ucBtnExt1.IsRadius = true;
this.ucBtnExt1.IsShowRect = true;
this.ucBtnExt1.IsShowTips = false;
this.ucBtnExt1.Location = new System.Drawing.Point(547, 120);
this.ucBtnExt1.Margin = new System.Windows.Forms.Padding(0);
this.ucBtnExt1.Name = "ucBtnExt1";
this.ucBtnExt1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.ucBtnExt1.RectWidth = 1;
this.ucBtnExt1.Size = new System.Drawing.Size(92, 29);
this.ucBtnExt1.TabIndex = 3;
this.ucBtnExt1.TabStop = false;
this.ucBtnExt1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.ucBtnExt1.TipsText = "";
//
// ucBtnFillet1
//
this.ucBtnFillet1.BackColor = System.Drawing.Color.Transparent;
this.ucBtnFillet1.BtnImage = ((System.Drawing.Image)(resources.GetObject("ucBtnFillet1.BtnImage")));
this.ucBtnFillet1.BtnText = "按钮1 ";
this.ucBtnFillet1.ConerRadius = 5;
this.ucBtnFillet1.FillColor = System.Drawing.Color.Transparent;
this.ucBtnFillet1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.ucBtnFillet1.IsRadius = true;
this.ucBtnFillet1.IsShowRect = true;
this.ucBtnFillet1.Location = new System.Drawing.Point(566, 210);
this.ucBtnFillet1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ucBtnFillet1.Name = "ucBtnFillet1";
this.ucBtnFillet1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.ucBtnFillet1.RectWidth = 1;
this.ucBtnFillet1.Size = new System.Drawing.Size(120, 76);
this.ucBtnFillet1.TabIndex = 4;
//
// ucBtnsGroup1
//
this.ucBtnsGroup1.BackColor = System.Drawing.Color.White;
this.ucBtnsGroup1.DataSource = ((System.Collections.Generic.Dictionary)(resources.GetObject("ucBtnsGroup1.DataSource")));
this.ucBtnsGroup1.IsMultiple = false;
this.ucBtnsGroup1.Location = new System.Drawing.Point(248, 321);
this.ucBtnsGroup1.MinimumSize = new System.Drawing.Size(0, 50);
this.ucBtnsGroup1.Name = "ucBtnsGroup1";
this.ucBtnsGroup1.SelectItem = ((System.Collections.Generic.List)(resources.GetObject("ucBtnsGroup1.SelectItem")));
this.ucBtnsGroup1.Size = new System.Drawing.Size(420, 50);
this.ucBtnsGroup1.TabIndex = 5;
//
// 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.ucBtnsGroup1);
this.Controls.Add(this.ucBtnFillet1);
this.Controls.Add(this.ucBtnExt1);
this.Controls.Add(this.textBoxEx1);
this.Controls.Add(this.ucSplitLine_H1);
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 UCSplitLine_H ucSplitLine_H1;
private TextBoxEx textBoxEx1;
private UCBtnExt ucBtnExt1;
private UCBtnFillet ucBtnFillet1;
private UCBtnsGroup ucBtnsGroup1;
}
}