Marked as 'AdvertsingProfitControl 0.9.5.2' by its folder. I believe this version is where most of the main interface for the user was complete and I was toying with the idea of allowing the user to change the shrink on the main form.
This commit is contained in:
+16
-12
@@ -48,7 +48,7 @@
|
||||
this.commentMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.commentsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.profitAnalysisMainGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.shrinkLabel = new System.Windows.Forms.Label();
|
||||
this.shrinkLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||
this.totalProfitReturnLabel = new System.Windows.Forms.Label();
|
||||
this.totalProfitReturnFromRemaingLabel = new System.Windows.Forms.Label();
|
||||
this.totalProfitFromAdItemsLabel = new System.Windows.Forms.Label();
|
||||
@@ -286,7 +286,7 @@
|
||||
//
|
||||
// profitAnalysisMainGroupBox
|
||||
//
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.shrinkLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.shrinkLinkLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitReturnLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitReturnFromRemaingLabel);
|
||||
this.profitAnalysisMainGroupBox.Controls.Add(this.totalProfitFromAdItemsLabel);
|
||||
@@ -304,15 +304,19 @@
|
||||
this.profitAnalysisMainGroupBox.TabStop = false;
|
||||
this.profitAnalysisMainGroupBox.Text = "Profit Analysis";
|
||||
//
|
||||
// shrinkLabel
|
||||
// shrinkLinkLabel
|
||||
//
|
||||
this.shrinkLabel.AutoSize = true;
|
||||
this.shrinkLabel.Location = new System.Drawing.Point(0, 36);
|
||||
this.shrinkLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.shrinkLabel.Name = "shrinkLabel";
|
||||
this.shrinkLabel.Size = new System.Drawing.Size(205, 25);
|
||||
this.shrinkLabel.TabIndex = 6;
|
||||
this.shrinkLabel.Text = "Assuming 30% Shrink";
|
||||
this.shrinkLinkLabel.AutoSize = true;
|
||||
this.shrinkLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(20, 6);
|
||||
this.shrinkLinkLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
||||
this.shrinkLinkLabel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
||||
this.shrinkLinkLabel.Location = new System.Drawing.Point(0, 37);
|
||||
this.shrinkLinkLabel.Name = "shrinkLinkLabel";
|
||||
this.shrinkLinkLabel.Size = new System.Drawing.Size(272, 27);
|
||||
this.shrinkLinkLabel.TabIndex = 6;
|
||||
this.shrinkLinkLabel.TabStop = true;
|
||||
this.shrinkLinkLabel.Text = "Assuming 30% Shrink Change";
|
||||
this.shrinkLinkLabel.UseCompatibleTextRendering = true;
|
||||
//
|
||||
// totalProfitReturnLabel
|
||||
//
|
||||
@@ -699,7 +703,7 @@
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(1734, 892);
|
||||
this.Controls.Add(this.mainTableLayoutPanel);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
@@ -768,7 +772,6 @@
|
||||
private System.Windows.Forms.Label departmentSalesLabel;
|
||||
private System.Windows.Forms.TabPage WeeklySalesTabPage;
|
||||
private System.Windows.Forms.DataGridView weeklySalesDataGridView;
|
||||
private System.Windows.Forms.Label shrinkLabel;
|
||||
private System.Windows.Forms.ToolStripMenuItem helpMainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem showHideConsoleHelpMainMenu;
|
||||
private System.Windows.Forms.GroupBox taxableGroupBox;
|
||||
@@ -794,6 +797,7 @@
|
||||
private System.Windows.Forms.Button printPreviewButton;
|
||||
private System.Windows.Forms.CheckBox usePreRenderedFilesCheckbox;
|
||||
private System.Windows.Forms.ToolStripMenuItem newFormTestToolStripMenuItem;
|
||||
private System.Windows.Forms.LinkLabel shrinkLinkLabel;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user