|
|
namespace RfidWeb.Frm
|
|
|
{
|
|
|
partial class FrmBarCodeGridView
|
|
|
{
|
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBarCodeGridView));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.ucHorizontalList1 = new HZH_Controls.Controls.UCHorizontalList();
|
|
|
this.panelTop = new System.Windows.Forms.Panel();
|
|
|
this.ucDatePickerExt22 = new HZH_Controls.Controls.UCDatePickerExt2();
|
|
|
this.ucDatePickerExt21 = new HZH_Controls.Controls.UCDatePickerExt2();
|
|
|
this.ucBtnExt1 = new HZH_Controls.Controls.UCBtnExt();
|
|
|
this.ucBtnSelect = new HZH_Controls.Controls.UCBtnExt();
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panelTop.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.ucHorizontalList1);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(910, 47);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// ucHorizontalList1
|
|
|
//
|
|
|
this.ucHorizontalList1.DataSource = null;
|
|
|
this.ucHorizontalList1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.ucHorizontalList1.IsAutoSelectFirst = true;
|
|
|
this.ucHorizontalList1.Location = new System.Drawing.Point(3, 3);
|
|
|
this.ucHorizontalList1.Name = "ucHorizontalList1";
|
|
|
this.ucHorizontalList1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
|
|
|
this.ucHorizontalList1.SelectedItem = null;
|
|
|
this.ucHorizontalList1.Size = new System.Drawing.Size(596, 44);
|
|
|
this.ucHorizontalList1.TabIndex = 0;
|
|
|
//
|
|
|
// panelTop
|
|
|
//
|
|
|
this.panelTop.Controls.Add(this.ucDatePickerExt22);
|
|
|
this.panelTop.Controls.Add(this.ucDatePickerExt21);
|
|
|
this.panelTop.Controls.Add(this.ucBtnExt1);
|
|
|
this.panelTop.Controls.Add(this.ucBtnSelect);
|
|
|
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panelTop.Location = new System.Drawing.Point(0, 47);
|
|
|
this.panelTop.Name = "panelTop";
|
|
|
this.panelTop.Size = new System.Drawing.Size(910, 108);
|
|
|
this.panelTop.TabIndex = 2;
|
|
|
//
|
|
|
// ucDatePickerExt22
|
|
|
//
|
|
|
this.ucDatePickerExt22.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.ucDatePickerExt22.ConerRadius = 5;
|
|
|
this.ucDatePickerExt22.CurrentTime = new System.DateTime(2024, 11, 21, 13, 14, 48, 0);
|
|
|
this.ucDatePickerExt22.FillColor = System.Drawing.Color.White;
|
|
|
this.ucDatePickerExt22.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.ucDatePickerExt22.IsRadius = true;
|
|
|
this.ucDatePickerExt22.IsShowRect = true;
|
|
|
this.ucDatePickerExt22.Location = new System.Drawing.Point(17, 61);
|
|
|
this.ucDatePickerExt22.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.ucDatePickerExt22.Name = "ucDatePickerExt22";
|
|
|
this.ucDatePickerExt22.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
|
this.ucDatePickerExt22.RectWidth = 1;
|
|
|
this.ucDatePickerExt22.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
|
|
|
this.ucDatePickerExt22.Size = new System.Drawing.Size(336, 39);
|
|
|
this.ucDatePickerExt22.TabIndex = 7;
|
|
|
this.ucDatePickerExt22.TimeFontSize = 20;
|
|
|
this.ucDatePickerExt22.TimeType = HZH_Controls.Controls.DateTimePickerType.DateTime;
|
|
|
//
|
|
|
// ucDatePickerExt21
|
|
|
//
|
|
|
this.ucDatePickerExt21.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.ucDatePickerExt21.ConerRadius = 5;
|
|
|
this.ucDatePickerExt21.CurrentTime = new System.DateTime(2024, 11, 21, 13, 14, 42, 0);
|
|
|
this.ucDatePickerExt21.FillColor = System.Drawing.Color.White;
|
|
|
this.ucDatePickerExt21.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
this.ucDatePickerExt21.IsRadius = true;
|
|
|
this.ucDatePickerExt21.IsShowRect = true;
|
|
|
this.ucDatePickerExt21.Location = new System.Drawing.Point(17, 18);
|
|
|
this.ucDatePickerExt21.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.ucDatePickerExt21.Name = "ucDatePickerExt21";
|
|
|
this.ucDatePickerExt21.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
|
this.ucDatePickerExt21.RectWidth = 1;
|
|
|
this.ucDatePickerExt21.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
|
|
|
this.ucDatePickerExt21.Size = new System.Drawing.Size(336, 39);
|
|
|
this.ucDatePickerExt21.TabIndex = 6;
|
|
|
this.ucDatePickerExt21.TimeFontSize = 20;
|
|
|
this.ucDatePickerExt21.TimeType = HZH_Controls.Controls.DateTimePickerType.DateTime;
|
|
|
//
|
|
|
// 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.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)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
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(440, 64);
|
|
|
this.ucBtnExt1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.ucBtnExt1.Name = "ucBtnExt1";
|
|
|
this.ucBtnExt1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171)))));
|
|
|
this.ucBtnExt1.RectWidth = 1;
|
|
|
this.ucBtnExt1.Size = new System.Drawing.Size(121, 39);
|
|
|
this.ucBtnExt1.TabIndex = 5;
|
|
|
this.ucBtnExt1.TabStop = false;
|
|
|
this.ucBtnExt1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
|
|
|
this.ucBtnExt1.TipsText = "";
|
|
|
this.ucBtnExt1.BtnClick += new System.EventHandler(this.ucBtnExt1_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(440, 18);
|
|
|
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, 39);
|
|
|
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);
|
|
|
//
|
|
|
// dataGridView1
|
|
|
//
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.ID,
|
|
|
this.BarCode,
|
|
|
this.CreateTime});
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 155);
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(910, 739);
|
|
|
this.dataGridView1.TabIndex = 4;
|
|
|
//
|
|
|
// ID
|
|
|
//
|
|
|
this.ID.DataPropertyName = "ID";
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
this.ID.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.ID.HeaderText = "ID";
|
|
|
this.ID.Name = "ID";
|
|
|
this.ID.ReadOnly = true;
|
|
|
this.ID.Visible = false;
|
|
|
//
|
|
|
// BarCode
|
|
|
//
|
|
|
this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.BarCode.DataPropertyName = "BarCode";
|
|
|
this.BarCode.HeaderText = "条码";
|
|
|
this.BarCode.Name = "BarCode";
|
|
|
this.BarCode.ReadOnly = true;
|
|
|
//
|
|
|
// CreateTime
|
|
|
//
|
|
|
this.CreateTime.DataPropertyName = "CreateTime";
|
|
|
this.CreateTime.HeaderText = "时间";
|
|
|
this.CreateTime.Name = "CreateTime";
|
|
|
this.CreateTime.ReadOnly = true;
|
|
|
this.CreateTime.Width = 250;
|
|
|
//
|
|
|
// 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.Bottom;
|
|
|
this.ucPagerControl21.Location = new System.Drawing.Point(0, 894);
|
|
|
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 = 1;
|
|
|
this.ucPagerControl21.TabIndex = 3;
|
|
|
//
|
|
|
// FrmBarCodeGridView
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.dataGridView1);
|
|
|
this.Controls.Add(this.ucPagerControl21);
|
|
|
this.Controls.Add(this.panelTop);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Name = "FrmBarCodeGridView";
|
|
|
this.Size = new System.Drawing.Size(910, 935);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panelTop.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private HZH_Controls.Controls.UCHorizontalList ucHorizontalList1;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Panel panelTop;
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnSelect;
|
|
|
private HZH_Controls.Controls.UCBtnExt ucBtnExt1;
|
|
|
private HZH_Controls.Controls.UCPagerControl2 ucPagerControl21;
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
|
|
|
private HZH_Controls.Controls.UCDatePickerExt2 ucDatePickerExt22;
|
|
|
private HZH_Controls.Controls.UCDatePickerExt2 ucDatePickerExt21;
|
|
|
}
|
|
|
}
|