|
|
|
|
namespace RfidWeb
|
|
|
|
|
{
|
|
|
|
|
partial class FromSQl
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.ucBtnExt1 = new HZH_Controls.Controls.UCBtnExt();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// ucBtnExt1
|
|
|
|
|
//
|
|
|
|
|
this.ucBtnExt1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
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.White;
|
|
|
|
|
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)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
|
|
|
|
|
this.ucBtnExt1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
|
|
this.ucBtnExt1.IsRadius = true;
|
|
|
|
|
this.ucBtnExt1.IsShowRect = true;
|
|
|
|
|
this.ucBtnExt1.IsShowTips = false;
|
|
|
|
|
this.ucBtnExt1.Location = new System.Drawing.Point(31, 18);
|
|
|
|
|
this.ucBtnExt1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.ucBtnExt1.Name = "ucBtnExt1";
|
|
|
|
|
this.ucBtnExt1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(58)))));
|
|
|
|
|
this.ucBtnExt1.RectWidth = 1;
|
|
|
|
|
this.ucBtnExt1.Size = new System.Drawing.Size(213, 60);
|
|
|
|
|
this.ucBtnExt1.TabIndex = 0;
|
|
|
|
|
this.ucBtnExt1.TabStop = false;
|
|
|
|
|
this.ucBtnExt1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
|
|
|
|
|
this.ucBtnExt1.TipsText = "";
|
|
|
|
|
this.ucBtnExt1.BtnClick += new System.EventHandler(this.ucBtnExt1_BtnClick);
|
|
|
|
|
//
|
|
|
|
|
// FromSQl
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1093, 450);
|
|
|
|
|
this.Controls.Add(this.ucBtnExt1);
|
|
|
|
|
this.Name = "FromSQl";
|
|
|
|
|
this.Text = "FromSQl";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnExt1;
|
|
|
|
|
}
|
|
|
|
|
}
|