namespace Bro.M141.Process
{
partial class BasketCodeUI
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
Codesdataview = new Sunny.UI.UIDataGridView();
Column5 = new DataGridViewTextBoxColumn();
Column6 = new DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)Codesdataview).BeginInit();
SuspendLayout();
//
// Codesdataview
//
Codesdataview.AllowUserToAddRows = false;
Codesdataview.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
Codesdataview.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
Codesdataview.BackgroundColor = Color.White;
Codesdataview.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
dataGridViewCellStyle2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
dataGridViewCellStyle2.ForeColor = Color.White;
dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
Codesdataview.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
Codesdataview.ColumnHeadersHeight = 32;
Codesdataview.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
Codesdataview.Columns.AddRange(new DataGridViewColumn[] { Column5, Column6 });
Codesdataview.Dock = DockStyle.Fill;
Codesdataview.EnableHeadersVisualStyles = false;
Codesdataview.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
Codesdataview.GridColor = Color.FromArgb(80, 160, 255);
Codesdataview.Location = new Point(0, 0);
Codesdataview.Name = "Codesdataview";
Codesdataview.ReadOnly = true;
dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = Color.FromArgb(235, 243, 255);
dataGridViewCellStyle3.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(80, 160, 255);
dataGridViewCellStyle3.SelectionForeColor = Color.White;
dataGridViewCellStyle3.WrapMode = DataGridViewTriState.True;
Codesdataview.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
Codesdataview.RowHeadersWidth = 51;
Codesdataview.RowHeight = 25;
dataGridViewCellStyle4.BackColor = Color.White;
Codesdataview.RowsDefaultCellStyle = dataGridViewCellStyle4;
Codesdataview.RowTemplate.Height = 25;
Codesdataview.SelectedIndex = -1;
Codesdataview.ShowGridLine = true;
Codesdataview.Size = new Size(887, 576);
Codesdataview.TabIndex = 4;
//
// Column5
//
Column5.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
Column5.DataPropertyName = "code";
Column5.HeaderText = "篮具码";
Column5.MinimumWidth = 6;
Column5.Name = "Column5";
Column5.ReadOnly = true;
//
// Column6
//
Column6.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
Column6.DataPropertyName = "time";
Column6.HeaderText = "读码时间";
Column6.MinimumWidth = 6;
Column6.Name = "Column6";
Column6.ReadOnly = true;
//
// BasketCodeUI
//
AutoScaleDimensions = new SizeF(6F, 13F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(Codesdataview);
Margin = new Padding(2);
Name = "BasketCodeUI";
Size = new Size(887, 576);
((System.ComponentModel.ISupportInitialize)Codesdataview).EndInit();
ResumeLayout(false);
}
#endregion
private Sunny.UI.UIDataGridView Codesdataview;
private DataGridViewTextBoxColumn Column5;
private DataGridViewTextBoxColumn Column6;
}
}