112 lines
5.0 KiB
C#
112 lines
5.0 KiB
C#
namespace AdvertsingProfitControl
|
|
{
|
|
partial class frmShrink
|
|
{
|
|
/// <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()
|
|
{
|
|
this.shrinkNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.realTimeShrinkLabel = new System.Windows.Forms.Label();
|
|
this.shrinkSetTitleLabel = new System.Windows.Forms.Label();
|
|
this.submitButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.shrinkNumericUpDown)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// shrinkNumericUpDown
|
|
//
|
|
this.shrinkNumericUpDown.Location = new System.Drawing.Point(99, 41);
|
|
this.shrinkNumericUpDown.Name = "shrinkNumericUpDown";
|
|
this.shrinkNumericUpDown.Size = new System.Drawing.Size(120, 26);
|
|
this.shrinkNumericUpDown.TabIndex = 0;
|
|
this.shrinkNumericUpDown.Value = new decimal(new int[] {
|
|
30,
|
|
0,
|
|
0,
|
|
0});
|
|
this.shrinkNumericUpDown.ValueChanged += new System.EventHandler(this.shrinkNumericUpDown_ValueChanged);
|
|
//
|
|
// realTimeShrinkLabel
|
|
//
|
|
this.realTimeShrinkLabel.AutoSize = true;
|
|
this.realTimeShrinkLabel.Location = new System.Drawing.Point(33, 70);
|
|
this.realTimeShrinkLabel.Name = "realTimeShrinkLabel";
|
|
this.realTimeShrinkLabel.Size = new System.Drawing.Size(253, 20);
|
|
this.realTimeShrinkLabel.TabIndex = 1;
|
|
this.realTimeShrinkLabel.Text = "Current shrink assumed to be 30%";
|
|
//
|
|
// shrinkSetTitleLabel
|
|
//
|
|
this.shrinkSetTitleLabel.AutoSize = true;
|
|
this.shrinkSetTitleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.shrinkSetTitleLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.shrinkSetTitleLabel.Name = "shrinkSetTitleLabel";
|
|
this.shrinkSetTitleLabel.Size = new System.Drawing.Size(303, 29);
|
|
this.shrinkSetTitleLabel.TabIndex = 2;
|
|
this.shrinkSetTitleLabel.Text = "Set Estimated Shrink Value";
|
|
//
|
|
// submitButton
|
|
//
|
|
this.submitButton.Location = new System.Drawing.Point(99, 105);
|
|
this.submitButton.Name = "submitButton";
|
|
this.submitButton.Size = new System.Drawing.Size(120, 27);
|
|
this.submitButton.TabIndex = 3;
|
|
this.submitButton.Text = "Submit";
|
|
this.submitButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// frmShrink
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(328, 144);
|
|
this.Controls.Add(this.submitButton);
|
|
this.Controls.Add(this.shrinkSetTitleLabel);
|
|
this.Controls.Add(this.realTimeShrinkLabel);
|
|
this.Controls.Add(this.shrinkNumericUpDown);
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(350, 200);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(350, 200);
|
|
this.Name = "frmShrink";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Set Shrink";
|
|
((System.ComponentModel.ISupportInitialize)(this.shrinkNumericUpDown)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.NumericUpDown shrinkNumericUpDown;
|
|
private System.Windows.Forms.Label realTimeShrinkLabel;
|
|
private System.Windows.Forms.Label shrinkSetTitleLabel;
|
|
private System.Windows.Forms.Button submitButton;
|
|
|
|
}
|
|
} |