361 lines
20 KiB
C#
361 lines
20 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
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.grid = new System.Windows.Forms.DataGridView();
|
|
this.customer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.wonumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.servicedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
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.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";
|
|
this.multipleWorkordersPerInvoiceToolStripMenuItem.Click += new System.EventHandler(this.multipleWorkordersPerInvoiceToolStripMenuItem_Click);
|
|
//
|
|
// oneWorkOrderPerInvoiceToolStripMenuItem
|
|
//
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Name = "oneWorkOrderPerInvoiceToolStripMenuItem";
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Text = "&One work order per invoice";
|
|
this.oneWorkOrderPerInvoiceToolStripMenuItem.Click += new System.EventHandler(this.oneWorkOrderPerInvoiceToolStripMenuItem_Click);
|
|
//
|
|
// fixProblemsToolStripMenuItem
|
|
//
|
|
this.fixProblemsToolStripMenuItem.Name = "fixProblemsToolStripMenuItem";
|
|
this.fixProblemsToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
|
this.fixProblemsToolStripMenuItem.Text = "&Fix problems";
|
|
this.fixProblemsToolStripMenuItem.Click += new System.EventHandler(this.fixProblemsToolStripMenuItem_Click);
|
|
//
|
|
// refreshInvoicesToolStripMenuItem
|
|
//
|
|
this.refreshInvoicesToolStripMenuItem.Name = "refreshInvoicesToolStripMenuItem";
|
|
this.refreshInvoicesToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
|
this.refreshInvoicesToolStripMenuItem.Text = "&Refresh invoices";
|
|
this.refreshInvoicesToolStripMenuItem.Click += new System.EventHandler(this.refreshInvoicesToolStripMenuItem_Click);
|
|
//
|
|
// 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);
|
|
//
|
|
// grid
|
|
//
|
|
this.grid.AllowUserToAddRows = false;
|
|
this.grid.AllowUserToDeleteRows = false;
|
|
this.grid.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
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,
|
|
this.wonumber,
|
|
this.servicedate,
|
|
this.status,
|
|
this.statuscolor,
|
|
this.workorderid,
|
|
this.customerid,
|
|
this.project,
|
|
this.linked});
|
|
this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grid.EnableHeadersVisualStyles = false;
|
|
this.grid.Location = new System.Drawing.Point(0, 24);
|
|
this.grid.Name = "grid";
|
|
this.grid.ReadOnly = true;
|
|
this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.grid.Size = new System.Drawing.Size(790, 450);
|
|
this.grid.TabIndex = 3;
|
|
this.grid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grid_CellFormatting);
|
|
//
|
|
// customer
|
|
//
|
|
this.customer.DataPropertyName = "Customer";
|
|
this.customer.HeaderText = "Customer";
|
|
this.customer.Name = "customer";
|
|
this.customer.ReadOnly = true;
|
|
this.customer.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// wonumber
|
|
//
|
|
this.wonumber.DataPropertyName = "ServiceNumber";
|
|
this.wonumber.HeaderText = "Service number";
|
|
this.wonumber.Name = "wonumber";
|
|
this.wonumber.ReadOnly = true;
|
|
this.wonumber.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// servicedate
|
|
//
|
|
this.servicedate.DataPropertyName = "ServiceDate";
|
|
this.servicedate.HeaderText = "Service date";
|
|
this.servicedate.Name = "servicedate";
|
|
this.servicedate.ReadOnly = true;
|
|
this.servicedate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// status
|
|
//
|
|
this.status.DataPropertyName = "Status";
|
|
this.status.HeaderText = "Status";
|
|
this.status.Name = "status";
|
|
this.status.ReadOnly = true;
|
|
this.status.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// statuscolor
|
|
//
|
|
this.statuscolor.DataPropertyName = "StatusColor";
|
|
this.statuscolor.HeaderText = "statuscolor";
|
|
this.statuscolor.Name = "statuscolor";
|
|
this.statuscolor.ReadOnly = true;
|
|
this.statuscolor.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.statuscolor.Visible = false;
|
|
//
|
|
// workorderid
|
|
//
|
|
this.workorderid.DataPropertyName = "WorkorderId";
|
|
this.workorderid.HeaderText = "workorderid";
|
|
this.workorderid.Name = "workorderid";
|
|
this.workorderid.ReadOnly = true;
|
|
this.workorderid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.workorderid.Visible = false;
|
|
//
|
|
// customerid
|
|
//
|
|
this.customerid.DataPropertyName = "CustomerId";
|
|
this.customerid.HeaderText = "customerid";
|
|
this.customerid.Name = "customerid";
|
|
this.customerid.ReadOnly = true;
|
|
this.customerid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.customerid.Visible = false;
|
|
//
|
|
// project
|
|
//
|
|
this.project.DataPropertyName = "Project";
|
|
this.project.HeaderText = "Project";
|
|
this.project.Name = "project";
|
|
this.project.ReadOnly = true;
|
|
this.project.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// 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.Visible = false;
|
|
//
|
|
// 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.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.DataGridView grid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn customer;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn wonumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn servicedate;
|
|
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 project;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn linked;
|
|
}
|
|
}
|
|
|