This commit is contained in:
42
AyaNovaQBI/MainForm.Designer.cs
generated
42
AyaNovaQBI/MainForm.Designer.cs
generated
@@ -28,8 +28,8 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||
this.invoicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -56,6 +56,7 @@
|
||||
this.customerid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.project = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.linked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.lblStatus = new System.Windows.Forms.Label();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
@@ -173,14 +174,14 @@
|
||||
//
|
||||
this.onlineManualToolStripMenuItem.Name = "onlineManualToolStripMenuItem";
|
||||
this.onlineManualToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
||||
this.onlineManualToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.onlineManualToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
|
||||
this.onlineManualToolStripMenuItem.Text = "&Online manual";
|
||||
this.onlineManualToolStripMenuItem.Click += new System.EventHandler(this.onlineManualToolStripMenuItem_Click);
|
||||
//
|
||||
// aboutToolStripMenuItem
|
||||
//
|
||||
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
||||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
|
||||
this.aboutToolStripMenuItem.Text = "&About";
|
||||
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -196,17 +197,17 @@
|
||||
this.grid.AllowUserToAddRows = false;
|
||||
this.grid.AllowUserToDeleteRows = false;
|
||||
this.grid.AllowUserToResizeRows = false;
|
||||
dataGridViewCellStyle5.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.customer,
|
||||
@@ -305,6 +306,17 @@
|
||||
this.linked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.linked.Visible = false;
|
||||
//
|
||||
// lblStatus
|
||||
//
|
||||
this.lblStatus.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblStatus.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
this.lblStatus.Location = new System.Drawing.Point(0, 0);
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
this.lblStatus.Size = new System.Drawing.Size(790, 474);
|
||||
this.lblStatus.TabIndex = 4;
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -312,6 +324,7 @@
|
||||
this.ClientSize = new System.Drawing.Size(790, 474);
|
||||
this.Controls.Add(this.grid);
|
||||
this.Controls.Add(this.menuStrip1);
|
||||
this.Controls.Add(this.lblStatus);
|
||||
this.MainMenuStrip = this.menuStrip1;
|
||||
this.Name = "MainForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
@@ -353,6 +366,7 @@
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn customerid;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn project;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn linked;
|
||||
private System.Windows.Forms.Label lblStatus;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -214,8 +214,8 @@ namespace AyaNovaQBI
|
||||
}
|
||||
|
||||
private WorkorderServiceBillableList _wolist = null;
|
||||
private ArrayList _MisMatches = new ArrayList();
|
||||
private ArrayList _PartPriceOverrides = new ArrayList();
|
||||
private List<util.MisMatch> _MisMatches = new List<util.MisMatch>();
|
||||
private List<long> _PartPriceOverrides = new List<long>();
|
||||
/// <summary>
|
||||
/// Initialize invoices dataset
|
||||
/// from scratch. If a previous
|
||||
|
||||
Reference in New Issue
Block a user