namespace AyaNovaQBI { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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"; // // 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; // // 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 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; // // 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; } }