Added dirty flags to the comments, cost analysis, weekly sales and taxable, as well as formatting, validation and auto summing for the latter two. The Tag properties of the check boxes for the dirty flags will contain the IDs.
This commit is contained in:
+5
-5
@@ -246,8 +246,8 @@
|
||||
this.commentsAndDateLayoutPanel.AutoSize = true;
|
||||
this.commentsAndDateLayoutPanel.ColumnCount = 4;
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.21392F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.72165F));
|
||||
this.commentsAndDateLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||||
this.commentsAndDateLayoutPanel.Controls.Add(this.dateGroupBox, 0, 0);
|
||||
this.commentsAndDateLayoutPanel.Controls.Add(this.commentsGroupBox, 1, 0);
|
||||
@@ -305,7 +305,7 @@
|
||||
this.commentsGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.commentsGroupBox.Name = "commentsGroupBox";
|
||||
this.commentsGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
||||
this.commentsGroupBox.Size = new System.Drawing.Size(533, 146);
|
||||
this.commentsGroupBox.Size = new System.Drawing.Size(521, 146);
|
||||
this.commentsGroupBox.TabIndex = 1;
|
||||
this.commentsGroupBox.TabStop = false;
|
||||
this.commentsGroupBox.Text = "Comments";
|
||||
@@ -318,13 +318,13 @@
|
||||
this.commentsTextBox.Multiline = true;
|
||||
this.commentsTextBox.Name = "commentsTextBox";
|
||||
this.commentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.commentsTextBox.Size = new System.Drawing.Size(523, 112);
|
||||
this.commentsTextBox.Size = new System.Drawing.Size(511, 112);
|
||||
this.commentsTextBox.TabIndex = 0;
|
||||
//
|
||||
// errorReportingLabel
|
||||
//
|
||||
this.errorReportingLabel.AutoSize = true;
|
||||
this.errorReportingLabel.Location = new System.Drawing.Point(780, 0);
|
||||
this.errorReportingLabel.Location = new System.Drawing.Point(768, 0);
|
||||
this.errorReportingLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.errorReportingLabel.Name = "errorReportingLabel";
|
||||
this.errorReportingLabel.Size = new System.Drawing.Size(0, 25);
|
||||
|
||||
Reference in New Issue
Block a user