namespace RailMeterSystem
{
partial class frmMotoriaTareSave
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.cbCalibrationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cbSpotType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.txtWgt = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.txtCarNum = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.txtWgtPj = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWgt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCarNum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWgtPj)).BeginInit();
this.SuspendLayout();
//
// cbCalibrationType
//
this.cbCalibrationType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbCalibrationType.Location = new System.Drawing.Point(106, 162);
this.cbCalibrationType.Margin = new System.Windows.Forms.Padding(2);
this.cbCalibrationType.Name = "cbCalibrationType";
this.cbCalibrationType.Size = new System.Drawing.Size(298, 28);
this.cbCalibrationType.TabIndex = 107;
//
// cbSpotType
//
this.cbSpotType.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbSpotType.Location = new System.Drawing.Point(106, 15);
this.cbSpotType.Margin = new System.Windows.Forms.Padding(2);
this.cbSpotType.Name = "cbSpotType";
this.cbSpotType.ReadOnly = true;
this.cbSpotType.Size = new System.Drawing.Size(298, 28);
this.cbSpotType.TabIndex = 105;
//
// txtWgt
//
this.txtWgt.DecimalPlaces = 2;
this.txtWgt.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtWgt.Location = new System.Drawing.Point(106, 90);
this.txtWgt.Margin = new System.Windows.Forms.Padding(2);
this.txtWgt.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.txtWgt.Name = "txtWgt";
this.txtWgt.ReadOnly = true;
this.txtWgt.Size = new System.Drawing.Size(298, 29);
this.txtWgt.TabIndex = 104;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(48, 97);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 15);
this.label4.TabIndex = 103;
this.label4.Text = "总重量";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(32, 169);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 15);
this.label3.TabIndex = 102;
this.label3.Text = "留皮类型";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(48, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 15);
this.label2.TabIndex = 100;
this.label2.Text = "计量点";
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSave.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(281, 209);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(123, 43);
this.btnSave.TabIndex = 99;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.White;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
this.btnClose.ForeColor = System.Drawing.Color.Black;
this.btnClose.Location = new System.Drawing.Point(19, 209);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(123, 43);
this.btnClose.TabIndex = 98;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// timer1
//
this.timer1.Interval = 1000;
//
// txtCarNum
//
this.txtCarNum.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCarNum.Location = new System.Drawing.Point(106, 53);
this.txtCarNum.Margin = new System.Windows.Forms.Padding(2);
this.txtCarNum.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.txtCarNum.Name = "txtCarNum";
this.txtCarNum.ReadOnly = true;
this.txtCarNum.Size = new System.Drawing.Size(298, 29);
this.txtCarNum.TabIndex = 109;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(32, 60);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 15);
this.label5.TabIndex = 108;
this.label5.Text = "选中车数";
//
// txtWgtPj
//
this.txtWgtPj.DecimalPlaces = 2;
this.txtWgtPj.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtWgtPj.Location = new System.Drawing.Point(106, 127);
this.txtWgtPj.Margin = new System.Windows.Forms.Padding(2);
this.txtWgtPj.Maximum = new decimal(new int[] {
999999,
0,
0,
0});
this.txtWgtPj.Name = "txtWgtPj";
this.txtWgtPj.ReadOnly = true;
this.txtWgtPj.Size = new System.Drawing.Size(298, 29);
this.txtWgtPj.TabIndex = 111;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(32, 134);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 15);
this.label1.TabIndex = 110;
this.label1.Text = "平均重量";
//
// frmMotoriaTareSave
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightBlue;
this.ClientSize = new System.Drawing.Size(420, 268);
this.Controls.Add(this.txtWgtPj);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtCarNum);
this.Controls.Add(this.label5);
this.Controls.Add(this.cbCalibrationType);
this.Controls.Add(this.cbSpotType);
this.Controls.Add(this.txtWgt);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmMotoriaTareSave";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "保存期限皮";
this.TopMost = true;
this.Load += new System.EventHandler(this.frmMotoriaTareSave_Load);
((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtWgt)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCarNum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtWgtPj)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbCalibrationType;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbSpotType;
private System.Windows.Forms.NumericUpDown txtWgt;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.NumericUpDown txtCarNum;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown txtWgtPj;
private System.Windows.Forms.Label label1;
}
}