namespace WinForms
{
partial class SelectWork
{
///
/// 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(SelectWork));
this.btnCancel = new HZH_Controls.Controls.UCBtnExt();
this.btnSubmit = new HZH_Controls.Controls.UCBtnExt();
this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
this.btnSearch = new HZH_Controls.Controls.UCBtnExt();
this.txtName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent;
this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.BtnForeColor = System.Drawing.Color.White;
this.btnCancel.BtnText = "取消";
this.btnCancel.ConerRadius = 5;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.EnabledMouseEffect = true;
this.btnCancel.FillColor = System.Drawing.Color.Silver;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.IsRadius = true;
this.btnCancel.IsShowRect = false;
this.btnCancel.IsShowTips = false;
this.btnCancel.Location = new System.Drawing.Point(609, 410);
this.btnCancel.Margin = new System.Windows.Forms.Padding(0);
this.btnCancel.Name = "btnCancel";
this.btnCancel.RectColor = System.Drawing.Color.Gainsboro;
this.btnCancel.RectWidth = 1;
this.btnCancel.Size = new System.Drawing.Size(80, 31);
this.btnCancel.TabIndex = 16;
this.btnCancel.TabStop = false;
this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnCancel.TipsText = "";
this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
//
// btnSubmit
//
this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
this.btnSubmit.BtnBackColor = System.Drawing.Color.Transparent;
this.btnSubmit.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSubmit.BtnForeColor = System.Drawing.Color.White;
this.btnSubmit.BtnText = "确定";
this.btnSubmit.ConerRadius = 5;
this.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSubmit.EnabledMouseEffect = true;
this.btnSubmit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(159)))), ((int)(((byte)(255)))));
this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btnSubmit.ForeColor = System.Drawing.Color.White;
this.btnSubmit.IsRadius = true;
this.btnSubmit.IsShowRect = false;
this.btnSubmit.IsShowTips = false;
this.btnSubmit.Location = new System.Drawing.Point(520, 410);
this.btnSubmit.Margin = new System.Windows.Forms.Padding(0);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.RectColor = System.Drawing.Color.Gainsboro;
this.btnSubmit.RectWidth = 1;
this.btnSubmit.Size = new System.Drawing.Size(80, 31);
this.btnSubmit.TabIndex = 17;
this.btnSubmit.TabStop = false;
this.btnSubmit.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
this.btnSubmit.TipsText = "";
this.btnSubmit.BtnClick += new System.EventHandler(this.btnSubmit_BtnClick);
//
// ucPagerControl21
//
this.ucPagerControl21.BackColor = System.Drawing.Color.White;
this.ucPagerControl21.DataSource = ((System.Collections.Generic.List