This commit is contained in:
26
AyaNovaQBI/MainForm.Designer.cs
generated
26
AyaNovaQBI/MainForm.Designer.cs
generated
@@ -28,8 +28,8 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||||
this.invoicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.invoicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
//
|
//
|
||||||
this.mapAndImportToolStripMenuItem.Name = "mapAndImportToolStripMenuItem";
|
this.mapAndImportToolStripMenuItem.Name = "mapAndImportToolStripMenuItem";
|
||||||
this.mapAndImportToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
|
this.mapAndImportToolStripMenuItem.Size = new System.Drawing.Size(245, 22);
|
||||||
this.mapAndImportToolStripMenuItem.Text = "&Map and import";
|
this.mapAndImportToolStripMenuItem.Text = "&LInk and import";
|
||||||
this.mapAndImportToolStripMenuItem.Click += new System.EventHandler(this.mapAndImportToolStripMenuItem_Click);
|
this.mapAndImportToolStripMenuItem.Click += new System.EventHandler(this.mapAndImportToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// invoiceDescriptiveTextTemplateToolStripMenuItem
|
// invoiceDescriptiveTextTemplateToolStripMenuItem
|
||||||
@@ -200,17 +200,17 @@
|
|||||||
this.grid.AllowUserToAddRows = false;
|
this.grid.AllowUserToAddRows = false;
|
||||||
this.grid.AllowUserToDeleteRows = false;
|
this.grid.AllowUserToDeleteRows = false;
|
||||||
this.grid.AllowUserToResizeRows = false;
|
this.grid.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
|
this.grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||||||
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle2.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)));
|
dataGridViewCellStyle2.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;
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
this.grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||||
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.customer,
|
this.customer,
|
||||||
|
|||||||
50
AyaNovaQBI/Map.Designer.cs
generated
50
AyaNovaQBI/Map.Designer.cs
generated
@@ -28,10 +28,10 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||||
this.objectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.objectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
@@ -207,17 +207,17 @@
|
|||||||
this.gridAya.AllowUserToAddRows = false;
|
this.gridAya.AllowUserToAddRows = false;
|
||||||
this.gridAya.AllowUserToDeleteRows = false;
|
this.gridAya.AllowUserToDeleteRows = false;
|
||||||
this.gridAya.AllowUserToResizeRows = false;
|
this.gridAya.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle5.BackColor = System.Drawing.Color.WhiteSmoke;
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.gridAya.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
|
this.gridAya.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
|
||||||
this.gridAya.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.gridAya.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.gridAya.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
this.gridAya.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
||||||
this.gridAya.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.gridAya.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.gridAya.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.gridAya.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.AyaName,
|
this.AyaName,
|
||||||
@@ -264,17 +264,17 @@
|
|||||||
this.gridQB.AllowUserToAddRows = false;
|
this.gridQB.AllowUserToAddRows = false;
|
||||||
this.gridQB.AllowUserToDeleteRows = false;
|
this.gridQB.AllowUserToDeleteRows = false;
|
||||||
this.gridQB.AllowUserToResizeRows = false;
|
this.gridQB.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
|
dataGridViewCellStyle11.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||||
this.gridQB.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
|
this.gridQB.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
|
||||||
this.gridQB.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.gridQB.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.gridQB.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
this.gridQB.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
||||||
this.gridQB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.gridQB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.gridQB.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.gridQB.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.dataGridViewTextBoxColumn1,
|
this.dataGridViewTextBoxColumn1,
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
this.Controls.Add(this.menuStrip1);
|
this.Controls.Add(this.menuStrip1);
|
||||||
this.MainMenuStrip = this.menuStrip1;
|
this.MainMenuStrip = this.menuStrip1;
|
||||||
this.Name = "Map";
|
this.Name = "Map";
|
||||||
this.Text = "Map";
|
this.Text = "Link";
|
||||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||||
this.Load += new System.EventHandler(this.Map_Load);
|
this.Load += new System.EventHandler(this.Map_Load);
|
||||||
this.menuStrip1.ResumeLayout(false);
|
this.menuStrip1.ResumeLayout(false);
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
TODO:
|
TODO:
|
||||||
Test persisted form settings for server url (ONCE POSTED NEW BUILD OF AYANOVA TO TEST SERVER)
|
Test persisted form settings for server url (ONCE POSTED NEW BUILD OF AYANOVA TO TEST SERVER)
|
||||||
Docs should not refer to autoclose anymore, it's status driven now
|
Docs should not refer to autoclose anymore, it's status driven now
|
||||||
|
DOCS UI use "Link" and do not use "map" anywhere
|
||||||
|
TEST auto-linking not tested due to import not coded yet so would be fuckery to do
|
||||||
|
|||||||
Reference in New Issue
Block a user