namespace Bro.M141.Process.UI
|
{
|
partial class FrmProductSpec
|
{
|
/// <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()
|
{
|
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
|
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
|
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
|
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
|
DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
|
dgvProductSpecs = new Sunny.UI.UIDataGridView();
|
colPID = new DataGridViewTextBoxColumn();
|
colBarcode = new DataGridViewTextBoxColumn();
|
chkAutoRefresh = new Sunny.UI.UICheckBox();
|
((System.ComponentModel.ISupportInitialize)dgvProductSpecs).BeginInit();
|
SuspendLayout();
|
//
|
// dgvProductSpecs
|
//
|
dataGridViewCellStyle1.BackColor = Color.White;
|
dgvProductSpecs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
dgvProductSpecs.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
dgvProductSpecs.BackgroundColor = SystemColors.Control;
|
dgvProductSpecs.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
|
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle2.BackColor = Color.FromArgb(216, 219, 227);
|
dataGridViewCellStyle2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
dataGridViewCellStyle2.ForeColor = Color.FromArgb(96, 98, 102);
|
dataGridViewCellStyle2.SelectionBackColor = Color.FromArgb(216, 219, 227);
|
dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
|
dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
|
dgvProductSpecs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
dgvProductSpecs.ColumnHeadersHeight = 32;
|
dgvProductSpecs.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
dgvProductSpecs.Columns.AddRange(new DataGridViewColumn[] { colPID, colBarcode });
|
dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle3.BackColor = SystemColors.Window;
|
dataGridViewCellStyle3.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
dataGridViewCellStyle3.ForeColor = SystemColors.ControlText;
|
dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(155, 200, 255);
|
dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(48, 48, 48);
|
dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
|
dgvProductSpecs.DefaultCellStyle = dataGridViewCellStyle3;
|
dgvProductSpecs.EnableHeadersVisualStyles = false;
|
dgvProductSpecs.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
dgvProductSpecs.GridColor = Color.FromArgb(216, 219, 227);
|
dgvProductSpecs.Location = new Point(0, 56);
|
dgvProductSpecs.Name = "dgvProductSpecs";
|
dgvProductSpecs.RectColor = Color.FromArgb(216, 219, 227);
|
dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle4.BackColor = Color.White;
|
dataGridViewCellStyle4.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
|
dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(216, 219, 227);
|
dataGridViewCellStyle4.SelectionForeColor = Color.White;
|
dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
|
dgvProductSpecs.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
dgvProductSpecs.RowHeadersWidth = 51;
|
dataGridViewCellStyle5.BackColor = Color.White;
|
dgvProductSpecs.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
dgvProductSpecs.RowTemplate.Height = 23;
|
dgvProductSpecs.SelectedIndex = -1;
|
dgvProductSpecs.ShowGridLine = true;
|
dgvProductSpecs.Size = new Size(848, 394);
|
dgvProductSpecs.StripeOddColor = Color.White;
|
dgvProductSpecs.Style = Sunny.UI.UIStyle.White;
|
dgvProductSpecs.TabIndex = 0;
|
//
|
// colPID
|
//
|
colPID.AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCells;
|
colPID.DataPropertyName = "PID";
|
colPID.HeaderText = "产品ID";
|
colPID.MinimumWidth = 6;
|
colPID.Name = "colPID";
|
colPID.Width = 101;
|
//
|
// colBarcode
|
//
|
colBarcode.AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCells;
|
colBarcode.DataPropertyName = "SN";
|
colBarcode.HeaderText = "产品条码";
|
colBarcode.MinimumWidth = 6;
|
colBarcode.Name = "colBarcode";
|
colBarcode.Width = 120;
|
//
|
// chkAutoRefresh
|
//
|
chkAutoRefresh.Checked = true;
|
chkAutoRefresh.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
chkAutoRefresh.IsScaled = false;
|
chkAutoRefresh.Location = new Point(3, 8);
|
chkAutoRefresh.MinimumSize = new Size(1, 1);
|
chkAutoRefresh.Name = "chkAutoRefresh";
|
chkAutoRefresh.Padding = new Padding(22, 0, 0, 0);
|
chkAutoRefresh.Size = new Size(160, 39);
|
chkAutoRefresh.TabIndex = 2;
|
chkAutoRefresh.Text = "自动刷新";
|
//
|
// FrmProductSpec
|
//
|
AutoScaleDimensions = new SizeF(6F, 13F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(chkAutoRefresh);
|
Controls.Add(dgvProductSpecs);
|
Name = "FrmProductSpec";
|
Size = new Size(854, 450);
|
((System.ComponentModel.ISupportInitialize)dgvProductSpecs).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private Sunny.UI.UIDataGridView dgvProductSpecs;
|
private Sunny.UI.UICheckBox chkAutoRefresh;
|
private DataGridViewTextBoxColumn colPID;
|
private DataGridViewTextBoxColumn colBarcode;
|
}
|
}
|