|
|
|
|
|
|
29
|
private void InitializeComponent()
|
29
|
private void InitializeComponent()
|
|
30
|
{
|
30
|
{
|
|
31
|
this.components = new System.ComponentModel.Container();
|
31
|
this.components = new System.ComponentModel.Container();
|
|
32
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
32
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
33
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchForm));
|
33
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchForm));
|
|
34
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
34
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
35
|
this.pnlSplitGrids = new System.Windows.Forms.Panel();
|
35
|
this.pnlSplitGrids = new System.Windows.Forms.Panel();
|
|
|
|
|
|
|
304
|
this.dgvBatches.AllowUserToAddRows = false;
|
304
|
this.dgvBatches.AllowUserToAddRows = false;
|
|
305
|
this.dgvBatches.AllowUserToDeleteRows = false;
|
305
|
this.dgvBatches.AllowUserToDeleteRows = false;
|
|
306
|
this.dgvBatches.AllowUserToResizeRows = false;
|
306
|
this.dgvBatches.AllowUserToResizeRows = false;
|
|
307
|
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.Azure;
|
|
|
|
308
|
- this.dgvBatches.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
|
307
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure;
|
|
|
|
308
|
+ this.dgvBatches.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
309
|
this.dgvBatches.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
309
|
this.dgvBatches.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
310
|
| System.Windows.Forms.AnchorStyles.Left)
|
310
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
311
|
| System.Windows.Forms.AnchorStyles.Right)));
|
311
|
| System.Windows.Forms.AnchorStyles.Right)));
|