415 lines
25 KiB
C#
415 lines
25 KiB
C#
namespace AyaNovaQBI
|
|
{
|
|
partial class Map
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.objectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.serviceRatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.travelRatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.partsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.vendorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.linkSelectedItemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exportSelectedItemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.updateSelectedItemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.allItemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.linkedItemsOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.unlinkedItemsOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.autoLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.gridAya = new System.Windows.Forms.DataGridView();
|
|
this.AyaName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.linked = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.gridQB = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.lblAyaNovaGridTitle = new System.Windows.Forms.Label();
|
|
this.lblQuickBooksGridTitle = new System.Windows.Forms.Label();
|
|
this.menuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridAya)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridQB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.objectToolStripMenuItem,
|
|
this.linkSelectedItemsToolStripMenuItem,
|
|
this.exportSelectedItemsToolStripMenuItem,
|
|
this.updateSelectedItemsToolStripMenuItem,
|
|
this.showToolStripMenuItem,
|
|
this.autoLinkToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(783, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// objectToolStripMenuItem
|
|
//
|
|
this.objectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.customersToolStripMenuItem,
|
|
this.serviceRatesToolStripMenuItem,
|
|
this.travelRatesToolStripMenuItem,
|
|
this.partsToolStripMenuItem,
|
|
this.vendorsToolStripMenuItem});
|
|
this.objectToolStripMenuItem.Name = "objectToolStripMenuItem";
|
|
this.objectToolStripMenuItem.Size = new System.Drawing.Size(80, 20);
|
|
this.objectToolStripMenuItem.Text = "&Object type";
|
|
//
|
|
// customersToolStripMenuItem
|
|
//
|
|
this.customersToolStripMenuItem.Checked = true;
|
|
this.customersToolStripMenuItem.CheckOnClick = true;
|
|
this.customersToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.customersToolStripMenuItem.Name = "customersToolStripMenuItem";
|
|
this.customersToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
|
this.customersToolStripMenuItem.Text = "&Customers";
|
|
this.customersToolStripMenuItem.Click += new System.EventHandler(this.customersToolStripMenuItem_Click);
|
|
//
|
|
// serviceRatesToolStripMenuItem
|
|
//
|
|
this.serviceRatesToolStripMenuItem.CheckOnClick = true;
|
|
this.serviceRatesToolStripMenuItem.Name = "serviceRatesToolStripMenuItem";
|
|
this.serviceRatesToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
|
this.serviceRatesToolStripMenuItem.Text = "&Service rates";
|
|
this.serviceRatesToolStripMenuItem.Click += new System.EventHandler(this.serviceRatesToolStripMenuItem_Click);
|
|
//
|
|
// travelRatesToolStripMenuItem
|
|
//
|
|
this.travelRatesToolStripMenuItem.CheckOnClick = true;
|
|
this.travelRatesToolStripMenuItem.Name = "travelRatesToolStripMenuItem";
|
|
this.travelRatesToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
|
this.travelRatesToolStripMenuItem.Text = "&Travel rates";
|
|
this.travelRatesToolStripMenuItem.Click += new System.EventHandler(this.travelRatesToolStripMenuItem_Click);
|
|
//
|
|
// partsToolStripMenuItem
|
|
//
|
|
this.partsToolStripMenuItem.CheckOnClick = true;
|
|
this.partsToolStripMenuItem.Name = "partsToolStripMenuItem";
|
|
this.partsToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
|
this.partsToolStripMenuItem.Text = "&Parts";
|
|
this.partsToolStripMenuItem.Click += new System.EventHandler(this.partsToolStripMenuItem_Click);
|
|
//
|
|
// vendorsToolStripMenuItem
|
|
//
|
|
this.vendorsToolStripMenuItem.CheckOnClick = true;
|
|
this.vendorsToolStripMenuItem.Name = "vendorsToolStripMenuItem";
|
|
this.vendorsToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
|
|
this.vendorsToolStripMenuItem.Text = "&Vendors";
|
|
this.vendorsToolStripMenuItem.Click += new System.EventHandler(this.vendorsToolStripMenuItem_Click);
|
|
//
|
|
// linkSelectedItemsToolStripMenuItem
|
|
//
|
|
this.linkSelectedItemsToolStripMenuItem.Name = "linkSelectedItemsToolStripMenuItem";
|
|
this.linkSelectedItemsToolStripMenuItem.Size = new System.Drawing.Size(119, 20);
|
|
this.linkSelectedItemsToolStripMenuItem.Text = "&Link selected items";
|
|
this.linkSelectedItemsToolStripMenuItem.Click += new System.EventHandler(this.linkSelectedItemsToolStripMenuItem_Click);
|
|
//
|
|
// exportSelectedItemsToolStripMenuItem
|
|
//
|
|
this.exportSelectedItemsToolStripMenuItem.Name = "exportSelectedItemsToolStripMenuItem";
|
|
this.exportSelectedItemsToolStripMenuItem.Size = new System.Drawing.Size(131, 20);
|
|
this.exportSelectedItemsToolStripMenuItem.Text = "&Export selected items";
|
|
this.exportSelectedItemsToolStripMenuItem.Click += new System.EventHandler(this.exportSelectedItemsToolStripMenuItem_Click);
|
|
//
|
|
// updateSelectedItemsToolStripMenuItem
|
|
//
|
|
this.updateSelectedItemsToolStripMenuItem.Name = "updateSelectedItemsToolStripMenuItem";
|
|
this.updateSelectedItemsToolStripMenuItem.Size = new System.Drawing.Size(135, 20);
|
|
this.updateSelectedItemsToolStripMenuItem.Text = "&Update selected items";
|
|
this.updateSelectedItemsToolStripMenuItem.Visible = false;
|
|
this.updateSelectedItemsToolStripMenuItem.Click += new System.EventHandler(this.updateSelectedItemsToolStripMenuItem_Click);
|
|
//
|
|
// showToolStripMenuItem
|
|
//
|
|
this.showToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.allItemsToolStripMenuItem,
|
|
this.linkedItemsOnlyToolStripMenuItem,
|
|
this.unlinkedItemsOnlyToolStripMenuItem});
|
|
this.showToolStripMenuItem.Name = "showToolStripMenuItem";
|
|
this.showToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
|
this.showToolStripMenuItem.Text = "&Show";
|
|
//
|
|
// allItemsToolStripMenuItem
|
|
//
|
|
this.allItemsToolStripMenuItem.Checked = true;
|
|
this.allItemsToolStripMenuItem.CheckOnClick = true;
|
|
this.allItemsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.allItemsToolStripMenuItem.Name = "allItemsToolStripMenuItem";
|
|
this.allItemsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.allItemsToolStripMenuItem.Tag = "all";
|
|
this.allItemsToolStripMenuItem.Text = "&All items";
|
|
this.allItemsToolStripMenuItem.Click += new System.EventHandler(this.showSubItemToolStripMenuItem_Click);
|
|
//
|
|
// linkedItemsOnlyToolStripMenuItem
|
|
//
|
|
this.linkedItemsOnlyToolStripMenuItem.CheckOnClick = true;
|
|
this.linkedItemsOnlyToolStripMenuItem.Name = "linkedItemsOnlyToolStripMenuItem";
|
|
this.linkedItemsOnlyToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.linkedItemsOnlyToolStripMenuItem.Tag = "linked";
|
|
this.linkedItemsOnlyToolStripMenuItem.Text = "&Linked items only";
|
|
this.linkedItemsOnlyToolStripMenuItem.Click += new System.EventHandler(this.showSubItemToolStripMenuItem_Click);
|
|
//
|
|
// unlinkedItemsOnlyToolStripMenuItem
|
|
//
|
|
this.unlinkedItemsOnlyToolStripMenuItem.CheckOnClick = true;
|
|
this.unlinkedItemsOnlyToolStripMenuItem.Name = "unlinkedItemsOnlyToolStripMenuItem";
|
|
this.unlinkedItemsOnlyToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.unlinkedItemsOnlyToolStripMenuItem.Tag = "unlinked";
|
|
this.unlinkedItemsOnlyToolStripMenuItem.Text = "&Unlinked items only";
|
|
this.unlinkedItemsOnlyToolStripMenuItem.Click += new System.EventHandler(this.showSubItemToolStripMenuItem_Click);
|
|
//
|
|
// autoLinkToolStripMenuItem
|
|
//
|
|
this.autoLinkToolStripMenuItem.Name = "autoLinkToolStripMenuItem";
|
|
this.autoLinkToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
|
|
this.autoLinkToolStripMenuItem.Text = "&Auto link";
|
|
this.autoLinkToolStripMenuItem.Click += new System.EventHandler(this.autoLinkToolStripMenuItem_Click);
|
|
//
|
|
// gridAya
|
|
//
|
|
this.gridAya.AllowUserToAddRows = false;
|
|
this.gridAya.AllowUserToDeleteRows = false;
|
|
this.gridAya.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gridAya.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.gridAya.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.gridAya.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.gridAya.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridAya.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.AyaName,
|
|
this.linked,
|
|
this.id});
|
|
this.gridAya.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridAya.EnableHeadersVisualStyles = false;
|
|
this.gridAya.Location = new System.Drawing.Point(0, 23);
|
|
this.gridAya.Name = "gridAya";
|
|
this.gridAya.ReadOnly = true;
|
|
this.gridAya.Size = new System.Drawing.Size(338, 510);
|
|
this.gridAya.TabIndex = 4;
|
|
this.gridAya.SelectionChanged += new System.EventHandler(this.gridAya_SelectionChanged);
|
|
//
|
|
// AyaName
|
|
//
|
|
this.AyaName.DataPropertyName = "name";
|
|
this.AyaName.HeaderText = "Name";
|
|
this.AyaName.Name = "AyaName";
|
|
this.AyaName.ReadOnly = true;
|
|
this.AyaName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// linked
|
|
//
|
|
this.linked.DataPropertyName = "linked";
|
|
this.linked.HeaderText = "Linked to";
|
|
this.linked.Name = "linked";
|
|
this.linked.ReadOnly = true;
|
|
this.linked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.linked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// id
|
|
//
|
|
this.id.DataPropertyName = "id";
|
|
this.id.HeaderText = "id";
|
|
this.id.Name = "id";
|
|
this.id.ReadOnly = true;
|
|
this.id.Visible = false;
|
|
//
|
|
// gridQB
|
|
//
|
|
this.gridQB.AllowDrop = true;
|
|
this.gridQB.AllowUserToAddRows = false;
|
|
this.gridQB.AllowUserToDeleteRows = false;
|
|
this.gridQB.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gridQB.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.gridQB.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.gridQB.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.gridQB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridQB.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.dataGridViewTextBoxColumn3});
|
|
this.gridQB.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridQB.EnableHeadersVisualStyles = false;
|
|
this.gridQB.Location = new System.Drawing.Point(0, 23);
|
|
this.gridQB.Name = "gridQB";
|
|
this.gridQB.ReadOnly = true;
|
|
this.gridQB.Size = new System.Drawing.Size(381, 510);
|
|
this.gridQB.TabIndex = 5;
|
|
this.gridQB.SelectionChanged += new System.EventHandler(this.gridQB_SelectionChanged);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "name";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Name";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "linked";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "Linked";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "id";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "id";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn3.Visible = false;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.gridAya);
|
|
this.splitContainer1.Panel1.Controls.Add(this.lblAyaNovaGridTitle);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.gridQB);
|
|
this.splitContainer1.Panel2.Controls.Add(this.lblQuickBooksGridTitle);
|
|
this.splitContainer1.Size = new System.Drawing.Size(783, 533);
|
|
this.splitContainer1.SplitterDistance = 338;
|
|
this.splitContainer1.SplitterWidth = 64;
|
|
this.splitContainer1.TabIndex = 6;
|
|
//
|
|
// lblAyaNovaGridTitle
|
|
//
|
|
this.lblAyaNovaGridTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblAyaNovaGridTitle.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAyaNovaGridTitle.ForeColor = System.Drawing.Color.Navy;
|
|
this.lblAyaNovaGridTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.lblAyaNovaGridTitle.Name = "lblAyaNovaGridTitle";
|
|
this.lblAyaNovaGridTitle.Size = new System.Drawing.Size(338, 23);
|
|
this.lblAyaNovaGridTitle.TabIndex = 5;
|
|
this.lblAyaNovaGridTitle.Text = "AyaNova";
|
|
//
|
|
// lblQuickBooksGridTitle
|
|
//
|
|
this.lblQuickBooksGridTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblQuickBooksGridTitle.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQuickBooksGridTitle.ForeColor = System.Drawing.Color.ForestGreen;
|
|
this.lblQuickBooksGridTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.lblQuickBooksGridTitle.Name = "lblQuickBooksGridTitle";
|
|
this.lblQuickBooksGridTitle.Size = new System.Drawing.Size(381, 23);
|
|
this.lblQuickBooksGridTitle.TabIndex = 6;
|
|
this.lblQuickBooksGridTitle.Text = "QuickBooks";
|
|
//
|
|
// Map
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(783, 557);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "Map";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "Link and sync";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.Map_Load);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridAya)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridQB)).EndInit();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem objectToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem customersToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem serviceRatesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem travelRatesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem partsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem vendorsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem allItemsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem linkedItemsOnlyToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem unlinkedItemsOnlyToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem autoLinkToolStripMenuItem;
|
|
private System.Windows.Forms.DataGridView gridAya;
|
|
private System.Windows.Forms.DataGridView gridQB;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Label lblAyaNovaGridTitle;
|
|
private System.Windows.Forms.Label lblQuickBooksGridTitle;
|
|
private System.Windows.Forms.ToolStripMenuItem exportSelectedItemsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem linkSelectedItemsToolStripMenuItem;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AyaName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn linked;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.ToolStripMenuItem updateSelectedItemsToolStripMenuItem;
|
|
}
|
|
} |