Finished and tested database writing code for non table entities. Improved information reporting to the user, and created a new DbWriter object for table operations only.
This commit is contained in:
+2
-4
@@ -303,6 +303,7 @@
|
||||
//
|
||||
// debugPanel
|
||||
//
|
||||
this.debugPanel.Controls.Add(this.informationLabel);
|
||||
this.debugPanel.Controls.Add(this.generateCostAnalysisIdButton);
|
||||
this.debugPanel.Controls.Add(this.generateTaxableIdButton);
|
||||
this.debugPanel.Controls.Add(this.generateWeeklySalesIdButton);
|
||||
@@ -951,7 +952,6 @@
|
||||
//
|
||||
// informationPanel
|
||||
//
|
||||
this.informationPanel.Controls.Add(this.informationLabel);
|
||||
this.informationPanel.Controls.Add(this.addRecordButton);
|
||||
this.informationPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.informationPanel.Location = new System.Drawing.Point(1410, 824);
|
||||
@@ -962,7 +962,7 @@
|
||||
// informationLabel
|
||||
//
|
||||
this.informationLabel.AutoSize = true;
|
||||
this.informationLabel.Location = new System.Drawing.Point(0, 0);
|
||||
this.informationLabel.Location = new System.Drawing.Point(3, 18);
|
||||
this.informationLabel.Name = "informationLabel";
|
||||
this.informationLabel.Size = new System.Drawing.Size(152, 25);
|
||||
this.informationLabel.TabIndex = 27;
|
||||
@@ -988,7 +988,6 @@
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MainMenuStrip = this.mainMenuStrip;
|
||||
this.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.MaximumSize = new System.Drawing.Size(1900, 1025);
|
||||
this.MinimumSize = new System.Drawing.Size(1000, 1000);
|
||||
this.Name = "NewAddRecord";
|
||||
this.Text = "Add New Record";
|
||||
@@ -1022,7 +1021,6 @@
|
||||
this.dateTimeMaskedTextBoxPanel.ResumeLayout(false);
|
||||
this.dateTimeMaskedTextBoxPanel.PerformLayout();
|
||||
this.informationPanel.ResumeLayout(false);
|
||||
this.informationPanel.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user