357 lines
19 KiB
C#
357 lines
19 KiB
C#
namespace AyaNovaQBI
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.invoicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.multipleWorkordersPerInvoiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fixProblemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.refreshInvoicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mapAndImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.invoiceDescriptiveTextTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.refreshQuickBooksConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.onlineManualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.technicalsupportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cbCustomersWithInvoiceableWorkorders = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.grid = new System.Windows.Forms.DataGridView();
|
|
this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.statuscolor = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.workorderid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.customerid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.wonumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.servicedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.project = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.linked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.menuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.invoicesToolStripMenuItem,
|
|
this.toolsToolStripMenuItem,
|
|
this.helpToolStripMenuItem,
|
|
this.exitToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(790, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// invoicesToolStripMenuItem
|
|
//
|
|
this.invoicesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.fixProblemsToolStripMenuItem,
|
|
this.refreshInvoicesToolStripMenuItem});
|
|
this.invoicesToolStripMenuItem.Name = "invoicesToolStripMenuItem";
|
|
this.invoicesToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
|
|
this.invoicesToolStripMenuItem.Text = "Invoices";
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.multipleWorkordersPerInvoiceToolStripMenuItem,
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem});
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(279, 22);
|
|
this.toolStripMenuItem1.Text = "&Invoice selected items to QuickBooks...";
|
|
//
|
|
// multipleWorkordersPerInvoiceToolStripMenuItem
|
|
//
|
|
this.multipleWorkordersPerInvoiceToolStripMenuItem.Name = "multipleWorkordersPerInvoiceToolStripMenuItem";
|
|
this.multipleWorkordersPerInvoiceToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
|
this.multipleWorkordersPerInvoiceToolStripMenuItem.Text = "&Multiple workorders per invoice";
|
|
//
|
|
// oneWorkOrderPerInvoiceToolStripMenuItem
|
|
//
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Name = "oneWorkOrderPerInvoiceToolStripMenuItem";
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Text = "&One work order per invoice";
|
|
//
|
|
// fixProblemsToolStripMenuItem
|
|
//
|
|
this.fixProblemsToolStripMenuItem.Name = "fixProblemsToolStripMenuItem";
|
|
this.fixProblemsToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
|
this.fixProblemsToolStripMenuItem.Text = "&Fix problems";
|
|
//
|
|
// refreshInvoicesToolStripMenuItem
|
|
//
|
|
this.refreshInvoicesToolStripMenuItem.Name = "refreshInvoicesToolStripMenuItem";
|
|
this.refreshInvoicesToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
|
this.refreshInvoicesToolStripMenuItem.Text = "&Refresh invoices";
|
|
//
|
|
// toolsToolStripMenuItem
|
|
//
|
|
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.preferencesToolStripMenuItem,
|
|
this.mapAndImportToolStripMenuItem,
|
|
this.invoiceDescriptiveTextTemplateToolStripMenuItem,
|
|
this.refreshQuickBooksConnectionToolStripMenuItem});
|
|
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
|
|
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
|
this.toolsToolStripMenuItem.Text = "&Tools";
|
|
//
|
|
// preferencesToolStripMenuItem
|
|
//
|
|
this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
|
|
this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
|
|
this.preferencesToolStripMenuItem.Text = "&Preferences";
|
|
//
|
|
// mapAndImportToolStripMenuItem
|
|
//
|
|
this.mapAndImportToolStripMenuItem.Name = "mapAndImportToolStripMenuItem";
|
|
this.mapAndImportToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
|
|
this.mapAndImportToolStripMenuItem.Text = "&Map and import";
|
|
//
|
|
// invoiceDescriptiveTextTemplateToolStripMenuItem
|
|
//
|
|
this.invoiceDescriptiveTextTemplateToolStripMenuItem.Name = "invoiceDescriptiveTextTemplateToolStripMenuItem";
|
|
this.invoiceDescriptiveTextTemplateToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
|
|
this.invoiceDescriptiveTextTemplateToolStripMenuItem.Text = "&Invoice descriptive text template";
|
|
//
|
|
// refreshQuickBooksConnectionToolStripMenuItem
|
|
//
|
|
this.refreshQuickBooksConnectionToolStripMenuItem.Name = "refreshQuickBooksConnectionToolStripMenuItem";
|
|
this.refreshQuickBooksConnectionToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
|
|
this.refreshQuickBooksConnectionToolStripMenuItem.Text = "Refresh QuickBooks connection";
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.onlineManualToolStripMenuItem,
|
|
this.technicalsupportToolStripMenuItem,
|
|
this.aboutToolStripMenuItem});
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.helpToolStripMenuItem.Text = "&Help";
|
|
//
|
|
// onlineManualToolStripMenuItem
|
|
//
|
|
this.onlineManualToolStripMenuItem.Name = "onlineManualToolStripMenuItem";
|
|
this.onlineManualToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
|
this.onlineManualToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.onlineManualToolStripMenuItem.Text = "&Online manual";
|
|
//
|
|
// technicalsupportToolStripMenuItem
|
|
//
|
|
this.technicalsupportToolStripMenuItem.Name = "technicalsupportToolStripMenuItem";
|
|
this.technicalsupportToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.technicalsupportToolStripMenuItem.Text = "Technical &support";
|
|
//
|
|
// aboutToolStripMenuItem
|
|
//
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.aboutToolStripMenuItem.Text = "&About";
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// cbCustomersWithInvoiceableWorkorders
|
|
//
|
|
this.cbCustomersWithInvoiceableWorkorders.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbCustomersWithInvoiceableWorkorders.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbCustomersWithInvoiceableWorkorders.FormattingEnabled = true;
|
|
this.cbCustomersWithInvoiceableWorkorders.Location = new System.Drawing.Point(13, 54);
|
|
this.cbCustomersWithInvoiceableWorkorders.Name = "cbCustomersWithInvoiceableWorkorders";
|
|
this.cbCustomersWithInvoiceableWorkorders.Size = new System.Drawing.Size(765, 21);
|
|
this.cbCustomersWithInvoiceableWorkorders.TabIndex = 1;
|
|
this.cbCustomersWithInvoiceableWorkorders.SelectedIndexChanged += new System.EventHandler(this.cbCustomersWithInvoiceableWorkorders_SelectedIndexChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 35);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(187, 13);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Customers with invoicable work orders";
|
|
//
|
|
// grid
|
|
//
|
|
this.grid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.status,
|
|
this.statuscolor,
|
|
this.workorderid,
|
|
this.customerid,
|
|
this.wonumber,
|
|
this.servicedate,
|
|
this.project,
|
|
this.linked});
|
|
this.grid.Location = new System.Drawing.Point(13, 103);
|
|
this.grid.Name = "grid";
|
|
this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.grid.Size = new System.Drawing.Size(765, 359);
|
|
this.grid.TabIndex = 3;
|
|
this.grid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grid_CellFormatting);
|
|
//
|
|
// status
|
|
//
|
|
this.status.DataPropertyName = "Status";
|
|
this.status.HeaderText = "Status";
|
|
this.status.Name = "status";
|
|
this.status.ReadOnly = true;
|
|
this.status.Width = 62;
|
|
//
|
|
// statuscolor
|
|
//
|
|
this.statuscolor.DataPropertyName = "StatusColor";
|
|
this.statuscolor.HeaderText = "statuscolor";
|
|
this.statuscolor.Name = "statuscolor";
|
|
this.statuscolor.Visible = false;
|
|
this.statuscolor.Width = 83;
|
|
//
|
|
// workorderid
|
|
//
|
|
this.workorderid.DataPropertyName = "WorkorderId";
|
|
this.workorderid.HeaderText = "workorderid";
|
|
this.workorderid.Name = "workorderid";
|
|
this.workorderid.Visible = false;
|
|
this.workorderid.Width = 87;
|
|
//
|
|
// customerid
|
|
//
|
|
this.customerid.DataPropertyName = "CustomerId";
|
|
this.customerid.HeaderText = "customerid";
|
|
this.customerid.Name = "customerid";
|
|
this.customerid.Visible = false;
|
|
this.customerid.Width = 83;
|
|
//
|
|
// wonumber
|
|
//
|
|
this.wonumber.DataPropertyName = "ServiceNumber";
|
|
this.wonumber.HeaderText = "Service number";
|
|
this.wonumber.Name = "wonumber";
|
|
this.wonumber.ReadOnly = true;
|
|
this.wonumber.Width = 97;
|
|
//
|
|
// servicedate
|
|
//
|
|
this.servicedate.DataPropertyName = "ServiceDate";
|
|
this.servicedate.HeaderText = "Service date";
|
|
this.servicedate.Name = "servicedate";
|
|
this.servicedate.ReadOnly = true;
|
|
this.servicedate.Width = 85;
|
|
//
|
|
// project
|
|
//
|
|
this.project.DataPropertyName = "Project";
|
|
this.project.HeaderText = "Project";
|
|
this.project.Name = "project";
|
|
this.project.ReadOnly = true;
|
|
this.project.Width = 65;
|
|
//
|
|
// linked
|
|
//
|
|
this.linked.DataPropertyName = "Linked";
|
|
this.linked.HeaderText = "Linked";
|
|
this.linked.Name = "linked";
|
|
this.linked.ReadOnly = true;
|
|
this.linked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.linked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.linked.Visible = false;
|
|
this.linked.Width = 64;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(790, 474);
|
|
this.Controls.Add(this.grid);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.cbCustomersWithInvoiceableWorkorders);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "MainForm";
|
|
this.Text = "AyaNova QBI";
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem invoicesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem multipleWorkordersPerInvoiceToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem oneWorkOrderPerInvoiceToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fixProblemsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshInvoicesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem mapAndImportToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem invoiceDescriptiveTextTemplateToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshQuickBooksConnectionToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem onlineManualToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem technicalsupportToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ComboBox cbCustomersWithInvoiceableWorkorders;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DataGridView grid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn status;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn statuscolor;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn workorderid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn customerid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn wonumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn servicedate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn project;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn linked;
|
|
}
|
|
}
|
|
|