You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
3.4 KiB
84 lines
3.4 KiB
namespace BiskLog_Point_Of_Sale.CustomControls
|
|
{
|
|
partial class UnitControl
|
|
{
|
|
/// <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 Component 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.unitLabel = new System.Windows.Forms.Label();
|
|
this.unitValue = new System.Windows.Forms.NumericUpDown();
|
|
((System.ComponentModel.ISupportInitialize)(this.unitValue)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// unitLabel
|
|
//
|
|
this.unitLabel.AutoSize = true;
|
|
this.unitLabel.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.unitLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.unitLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.unitLabel.Name = "unitLabel";
|
|
this.unitLabel.Size = new System.Drawing.Size(80, 20);
|
|
this.unitLabel.TabIndex = 0;
|
|
this.unitLabel.Text = "UnitName";
|
|
//
|
|
// unitValue
|
|
//
|
|
this.unitValue.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.unitValue.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.unitValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.unitValue.Location = new System.Drawing.Point(171, 0);
|
|
this.unitValue.Maximum = new decimal(new int[] {
|
|
-1981284353,
|
|
-1966660860,
|
|
0,
|
|
0});
|
|
this.unitValue.Name = "unitValue";
|
|
this.unitValue.Size = new System.Drawing.Size(120, 29);
|
|
this.unitValue.TabIndex = 1;
|
|
//
|
|
// UnitControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.unitValue);
|
|
this.Controls.Add(this.unitLabel);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "UnitControl";
|
|
this.Size = new System.Drawing.Size(291, 31);
|
|
((System.ComponentModel.ISupportInitialize)(this.unitValue)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.Label unitLabel;
|
|
public System.Windows.Forms.NumericUpDown unitValue;
|
|
}
|
|
}
|
|
|