|
|
namespace RfidWeb.Frm
|
|
|
{
|
|
|
partial class FormAccount
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAccount));
|
|
|
this.panelTop = new System.Windows.Forms.Panel();
|
|
|
this.ucBtnDel = new HZH_Controls.Controls.UCBtnExt();
|
|
|
this.ucBtnUpdate = new HZH_Controls.Controls.UCBtnExt();
|
|
|
this.ucBtnAdd = new HZH_Controls.Controls.UCBtnExt();
|
|
|
this.ucBtnSelect = new HZH_Controls.Controls.UCBtnExt();
|
|
|
this.textBoxSel = new HZH_Controls.Controls.TextBoxEx();
|
|
|
this.panelBottom = new System.Windows.Forms.Panel();
|
|
|
this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.ucDataGridViewContent = new HZH_Controls.Controls.UCDataGridView();
|
|
|
this.panelTop.SuspendLayout();
|
|
|
this.panelBottom.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panelTop
|
|
|
//
|
|
|
this.panelTop.Controls.Add(this.ucBtnDel);
|
|
|
this.panelTop.Controls.Add(this.ucBtnUpdate);
|
|
|
this.panelTop.Controls.Add(this.ucBtnAdd);
|
|
|
this.panelTop.Controls.Add(this.ucBtnSelect);
|
|
|
this.panelTop.Controls.Add(this.textBoxSel);
|
|
|
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panelTop.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panelTop.Name = "panelTop";
|
|
|
this.panelTop.Size = new System.Drawing.Size(910, 80);
|
|
|
this.panelTop.TabIndex = 0;
|
|
|
//
|
|
|
// ucBtnDel
|
|
|
//
|
|
|
this.ucBtnDel.BackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnDel.BtnBackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnDel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ucBtnDel.BtnForeColor = System.Drawing.Color.White;
|
|
|
this.ucBtnDel.BtnText = "删除 ";
|
|
|
this.ucBtnDel.ConerRadius = 5;
|
|
|
this.ucBtnDel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.ucBtnDel.EnabledMouseEffect = false;
|
|
|
this.ucBtnDel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnDel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.ucBtnDel.IsRadius = true;
|
|
|
this.ucBtnDel.IsShowRect = true;
|
|
|
this.ucBtnDel.IsShowTips = false;
|
|
|
this.ucBtnDel.Location = new System.Drawing.Point(654, 26);
|
|
|
this.ucBtnDel.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.ucBtnDel.Name = "ucBtnDel";
|
|
|
this.ucBtnDel.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171)))));
|
|
|
this.ucBtnDel.RectWidth = 1;
|
|
|
this.ucBtnDel.Size = new System.Drawing.Size(121, 28);
|
|
|
this.ucBtnDel.TabIndex = 5;
|
|
|
this.ucBtnDel.TabStop = false;
|
|
|
this.ucBtnDel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnDel.TipsText = "";
|
|
|
this.ucBtnDel.BtnClick += new System.EventHandler(this.ucBtnDel_BtnClick);
|
|
|
//
|
|
|
// ucBtnUpdate
|
|
|
//
|
|
|
this.ucBtnUpdate.BackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnUpdate.BtnBackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnUpdate.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ucBtnUpdate.BtnForeColor = System.Drawing.Color.White;
|
|
|
this.ucBtnUpdate.BtnText = "修改";
|
|
|
this.ucBtnUpdate.ConerRadius = 5;
|
|
|
this.ucBtnUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.ucBtnUpdate.EnabledMouseEffect = false;
|
|
|
this.ucBtnUpdate.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnUpdate.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.ucBtnUpdate.IsRadius = true;
|
|
|
this.ucBtnUpdate.IsShowRect = true;
|
|
|
this.ucBtnUpdate.IsShowTips = false;
|
|
|
this.ucBtnUpdate.Location = new System.Drawing.Point(514, 26);
|
|
|
this.ucBtnUpdate.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.ucBtnUpdate.Name = "ucBtnUpdate";
|
|
|
this.ucBtnUpdate.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171)))));
|
|
|
this.ucBtnUpdate.RectWidth = 1;
|
|
|
this.ucBtnUpdate.Size = new System.Drawing.Size(121, 28);
|
|
|
this.ucBtnUpdate.TabIndex = 4;
|
|
|
this.ucBtnUpdate.TabStop = false;
|
|
|
this.ucBtnUpdate.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnUpdate.TipsText = "";
|
|
|
this.ucBtnUpdate.BtnClick += new System.EventHandler(this.ucBtnUpdate_BtnClick);
|
|
|
//
|
|
|
// ucBtnAdd
|
|
|
//
|
|
|
this.ucBtnAdd.BackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnAdd.BtnBackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnAdd.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ucBtnAdd.BtnForeColor = System.Drawing.Color.White;
|
|
|
this.ucBtnAdd.BtnText = "添加";
|
|
|
this.ucBtnAdd.ConerRadius = 5;
|
|
|
this.ucBtnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.ucBtnAdd.EnabledMouseEffect = false;
|
|
|
this.ucBtnAdd.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnAdd.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.ucBtnAdd.IsRadius = true;
|
|
|
this.ucBtnAdd.IsShowRect = true;
|
|
|
this.ucBtnAdd.IsShowTips = false;
|
|
|
this.ucBtnAdd.Location = new System.Drawing.Point(375, 26);
|
|
|
this.ucBtnAdd.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.ucBtnAdd.Name = "ucBtnAdd";
|
|
|
this.ucBtnAdd.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171)))));
|
|
|
this.ucBtnAdd.RectWidth = 1;
|
|
|
this.ucBtnAdd.Size = new System.Drawing.Size(121, 28);
|
|
|
this.ucBtnAdd.TabIndex = 3;
|
|
|
this.ucBtnAdd.TabStop = false;
|
|
|
this.ucBtnAdd.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnAdd.TipsText = "";
|
|
|
this.ucBtnAdd.BtnClick += new System.EventHandler(this.ucBtnAdd_BtnClick);
|
|
|
//
|
|
|
// ucBtnSelect
|
|
|
//
|
|
|
this.ucBtnSelect.BackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnSelect.BtnBackColor = System.Drawing.Color.White;
|
|
|
this.ucBtnSelect.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ucBtnSelect.BtnForeColor = System.Drawing.Color.White;
|
|
|
this.ucBtnSelect.BtnText = "查询";
|
|
|
this.ucBtnSelect.ConerRadius = 5;
|
|
|
this.ucBtnSelect.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.ucBtnSelect.EnabledMouseEffect = false;
|
|
|
this.ucBtnSelect.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnSelect.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.ucBtnSelect.IsRadius = true;
|
|
|
this.ucBtnSelect.IsShowRect = true;
|
|
|
this.ucBtnSelect.IsShowTips = false;
|
|
|
this.ucBtnSelect.Location = new System.Drawing.Point(226, 26);
|
|
|
this.ucBtnSelect.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.ucBtnSelect.Name = "ucBtnSelect";
|
|
|
this.ucBtnSelect.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171)))));
|
|
|
this.ucBtnSelect.RectWidth = 1;
|
|
|
this.ucBtnSelect.Size = new System.Drawing.Size(121, 28);
|
|
|
this.ucBtnSelect.TabIndex = 2;
|
|
|
this.ucBtnSelect.TabStop = false;
|
|
|
this.ucBtnSelect.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnSelect.TipsText = "";
|
|
|
this.ucBtnSelect.BtnClick += new System.EventHandler(this.ucBtnSelect_BtnClick);
|
|
|
//
|
|
|
// textBoxSel
|
|
|
//
|
|
|
this.textBoxSel.DecLength = 2;
|
|
|
this.textBoxSel.InputType = HZH_Controls.TextInputType.NotControl;
|
|
|
this.textBoxSel.Location = new System.Drawing.Point(33, 26);
|
|
|
this.textBoxSel.MaxValue = new decimal(new int[] {
|
|
|
1000000,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
this.textBoxSel.MinValue = new decimal(new int[] {
|
|
|
1000000,
|
|
|
0,
|
|
|
0,
|
|
|
-2147483648});
|
|
|
this.textBoxSel.MyRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
this.textBoxSel.Name = "textBoxSel";
|
|
|
this.textBoxSel.OldText = null;
|
|
|
this.textBoxSel.PromptColor = System.Drawing.Color.Gray;
|
|
|
this.textBoxSel.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.textBoxSel.PromptText = "";
|
|
|
this.textBoxSel.RegexPattern = "";
|
|
|
this.textBoxSel.Size = new System.Drawing.Size(158, 28);
|
|
|
this.textBoxSel.TabIndex = 0;
|
|
|
//
|
|
|
// panelBottom
|
|
|
//
|
|
|
this.panelBottom.Controls.Add(this.ucPagerControl21);
|
|
|
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.panelBottom.Location = new System.Drawing.Point(0, 894);
|
|
|
this.panelBottom.Name = "panelBottom";
|
|
|
this.panelBottom.Size = new System.Drawing.Size(910, 41);
|
|
|
this.panelBottom.TabIndex = 1;
|
|
|
//
|
|
|
// ucPagerControl21
|
|
|
//
|
|
|
this.ucPagerControl21.BackColor = System.Drawing.Color.White;
|
|
|
this.ucPagerControl21.DataSource = ((System.Collections.Generic.List<object>)(resources.GetObject("ucPagerControl21.DataSource")));
|
|
|
this.ucPagerControl21.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.ucPagerControl21.Location = new System.Drawing.Point(0, 0);
|
|
|
this.ucPagerControl21.Name = "ucPagerControl21";
|
|
|
this.ucPagerControl21.PageCount = 0;
|
|
|
this.ucPagerControl21.PageIndex = 1;
|
|
|
this.ucPagerControl21.PageModel = HZH_Controls.Controls.PageModel.Soure;
|
|
|
this.ucPagerControl21.PageSize = 10;
|
|
|
this.ucPagerControl21.Size = new System.Drawing.Size(910, 41);
|
|
|
this.ucPagerControl21.StartIndex = 0;
|
|
|
this.ucPagerControl21.TabIndex = 0;
|
|
|
this.ucPagerControl21.ShowSourceChanged += new HZH_Controls.Controls.PageControlEventHandler(this.ucPagerControl21_ShowSourceChanged);
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.ucDataGridViewContent);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 80);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(910, 814);
|
|
|
this.panel1.TabIndex = 4;
|
|
|
//
|
|
|
// ucDataGridViewContent
|
|
|
//
|
|
|
this.ucDataGridViewContent.BackColor = System.Drawing.Color.White;
|
|
|
this.ucDataGridViewContent.Columns = null;
|
|
|
this.ucDataGridViewContent.DataSource = null;
|
|
|
this.ucDataGridViewContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.ucDataGridViewContent.HeadFont = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.ucDataGridViewContent.HeadHeight = 40;
|
|
|
this.ucDataGridViewContent.HeadPadingLeft = 0;
|
|
|
this.ucDataGridViewContent.HeadTextColor = System.Drawing.Color.Black;
|
|
|
this.ucDataGridViewContent.IsShowCheckBox = false;
|
|
|
this.ucDataGridViewContent.IsShowHead = true;
|
|
|
this.ucDataGridViewContent.Location = new System.Drawing.Point(0, 0);
|
|
|
this.ucDataGridViewContent.Name = "ucDataGridViewContent";
|
|
|
this.ucDataGridViewContent.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
this.ucDataGridViewContent.RowHeight = 40;
|
|
|
this.ucDataGridViewContent.RowType = typeof(HZH_Controls.Controls.UCDataGridViewRow);
|
|
|
this.ucDataGridViewContent.Size = new System.Drawing.Size(910, 814);
|
|
|
this.ucDataGridViewContent.TabIndex = 0;
|
|
|
//
|
|
|
// FormAccount
|
|
|
//
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Controls.Add(this.panelBottom);
|
|
|
this.Controls.Add(this.panelTop);
|
|
|
this.Name = "FormAccount";
|
|
|
this.Size = new System.Drawing.Size(910, 935);
|
|
|
this.panelTop.ResumeLayout(false);
|
|
|
this.panelTop.PerformLayout();
|
|
|
this.panelBottom.ResumeLayout(false);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Panel panelTop;
|
|
|
private System.Windows.Forms.Panel panelBottom;
|
|
|
private HZH_Controls.Controls.TextBoxEx textBoxSel;
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnSelect;
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnAdd;
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnUpdate;
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnDel;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private HZH_Controls.Controls.UCPagerControl2 ucPagerControl21;
|
|
|
private HZH_Controls.Controls.UCDataGridView ucDataGridViewContent;
|
|
|
}
|
|
|
}
|