239 lines
13 KiB
C#
239 lines
13 KiB
C#
namespace LeatherApp.Page
|
|
{
|
|
partial class CuttingFrm
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.skinButton1 = new CCWin.SkinControl.SkinButton();
|
|
this.skinButton2 = new CCWin.SkinControl.SkinButton();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.skinButton3 = new CCWin.SkinControl.SkinButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(49, 37);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(99, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "裁切米数:";
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
this.numericUpDown1.DecimalPlaces = 2;
|
|
this.numericUpDown1.Location = new System.Drawing.Point(168, 35);
|
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Size = new System.Drawing.Size(177, 30);
|
|
this.numericUpDown1.TabIndex = 1;
|
|
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.numericUpDown1.Value = new decimal(new int[] {
|
|
2,
|
|
0,
|
|
0,
|
|
65536});
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(351, 37);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 20);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "米";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(465, 37);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(99, 20);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "裁切原因:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(49, 95);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 20);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "降级:";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(168, 92);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(212, 30);
|
|
this.textBox2.TabIndex = 6;
|
|
//
|
|
// skinButton1
|
|
//
|
|
this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.skinButton1.BackColor = System.Drawing.Color.White;
|
|
this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
|
|
this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
|
|
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton1.DownBack = null;
|
|
this.skinButton1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
|
|
this.skinButton1.Location = new System.Drawing.Point(238, 151);
|
|
this.skinButton1.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
|
|
this.skinButton1.MouseBack = null;
|
|
this.skinButton1.Name = "skinButton1";
|
|
this.skinButton1.NormlBack = null;
|
|
this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.skinButton1.Size = new System.Drawing.Size(142, 44);
|
|
this.skinButton1.TabIndex = 105;
|
|
this.skinButton1.Text = "确定";
|
|
this.skinButton1.UseVisualStyleBackColor = false;
|
|
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
|
|
//
|
|
// skinButton2
|
|
//
|
|
this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.skinButton2.BackColor = System.Drawing.Color.Transparent;
|
|
this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton2.DownBack = null;
|
|
this.skinButton2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton2.Location = new System.Drawing.Point(469, 151);
|
|
this.skinButton2.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
|
|
this.skinButton2.MouseBack = null;
|
|
this.skinButton2.Name = "skinButton2";
|
|
this.skinButton2.NormlBack = null;
|
|
this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.skinButton2.Size = new System.Drawing.Size(142, 44);
|
|
this.skinButton2.TabIndex = 104;
|
|
this.skinButton2.Text = "取消";
|
|
this.skinButton2.UseVisualStyleBackColor = false;
|
|
this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(588, 37);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(192, 28);
|
|
this.comboBox1.TabIndex = 106;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(588, 73);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(319, 67);
|
|
this.textBox1.TabIndex = 4;
|
|
//
|
|
// skinButton3
|
|
//
|
|
this.skinButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.skinButton3.BackColor = System.Drawing.Color.White;
|
|
this.skinButton3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.skinButton3.BorderColor = System.Drawing.Color.Teal;
|
|
this.skinButton3.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton3.DownBack = null;
|
|
this.skinButton3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinButton3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.skinButton3.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
|
|
this.skinButton3.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.skinButton3.Location = new System.Drawing.Point(790, 35);
|
|
this.skinButton3.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
|
|
this.skinButton3.MouseBack = null;
|
|
this.skinButton3.Name = "skinButton3";
|
|
this.skinButton3.NormlBack = null;
|
|
this.skinButton3.RoundStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.skinButton3.Size = new System.Drawing.Size(117, 31);
|
|
this.skinButton3.TabIndex = 107;
|
|
this.skinButton3.Text = "添加原因";
|
|
this.skinButton3.UseVisualStyleBackColor = false;
|
|
this.skinButton3.Click += new System.EventHandler(this.skinButton3_Click);
|
|
//
|
|
// CuttingFrm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.ClientSize = new System.Drawing.Size(919, 212);
|
|
this.Controls.Add(this.skinButton3);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.skinButton1);
|
|
this.Controls.Add(this.skinButton2);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.numericUpDown1);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Name = "CuttingFrm";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "降级品裁切";
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private CCWin.SkinControl.SkinButton skinButton1;
|
|
private CCWin.SkinControl.SkinButton skinButton2;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private CCWin.SkinControl.SkinButton skinButton3;
|
|
}
|
|
} |