This commit is contained in:
26
AyaNovaQBI/MainForm.Designer.cs
generated
26
AyaNovaQBI/MainForm.Designer.cs
generated
@@ -47,7 +47,6 @@
|
|||||||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.grid = new System.Windows.Forms.DataGridView();
|
this.grid = new System.Windows.Forms.DataGridView();
|
||||||
this.lblStatus = new System.Windows.Forms.Label();
|
|
||||||
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.customer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.customer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Serial = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@@ -57,6 +56,7 @@
|
|||||||
this.Linked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.Linked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.statuscolor = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.statuscolor = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.customerid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.customerid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.lblStatus = new System.Windows.Forms.Label();
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@@ -230,17 +230,6 @@
|
|||||||
this.grid.Visible = false;
|
this.grid.Visible = false;
|
||||||
this.grid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grid_CellFormatting);
|
this.grid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grid_CellFormatting);
|
||||||
//
|
//
|
||||||
// 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(917, 474);
|
|
||||||
this.lblStatus.TabIndex = 4;
|
|
||||||
//
|
|
||||||
// id
|
// id
|
||||||
//
|
//
|
||||||
this.id.DataPropertyName = "Id";
|
this.id.DataPropertyName = "Id";
|
||||||
@@ -312,14 +301,25 @@
|
|||||||
this.customerid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
this.customerid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||||
this.customerid.Visible = false;
|
this.customerid.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, 24);
|
||||||
|
this.lblStatus.Name = "lblStatus";
|
||||||
|
this.lblStatus.Size = new System.Drawing.Size(917, 450);
|
||||||
|
this.lblStatus.TabIndex = 4;
|
||||||
|
//
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(917, 474);
|
this.ClientSize = new System.Drawing.Size(917, 474);
|
||||||
this.Controls.Add(this.grid);
|
this.Controls.Add(this.grid);
|
||||||
this.Controls.Add(this.menuStrip1);
|
|
||||||
this.Controls.Add(this.lblStatus);
|
this.Controls.Add(this.lblStatus);
|
||||||
|
this.Controls.Add(this.menuStrip1);
|
||||||
this.MainMenuStrip = this.menuStrip1;
|
this.MainMenuStrip = this.menuStrip1;
|
||||||
this.Name = "MainForm";
|
this.Name = "MainForm";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ namespace AyaNovaQBI
|
|||||||
//Display billable workorders
|
//Display billable workorders
|
||||||
await InitInvoices();
|
await InitInvoices();
|
||||||
|
|
||||||
grid.Visible = true;
|
|
||||||
menuStrip1.Enabled = true;
|
menuStrip1.Enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user