namespace StorageMeterSystem { partial class frmCalibration { /// /// 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.lbMsgInfo = new System.Windows.Forms.Label(); this.cbCalibrationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.cbWorkMonitor = 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.label1 = 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); ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).BeginInit(); this.SuspendLayout(); // // lbMsgInfo // this.lbMsgInfo.AutoSize = true; this.lbMsgInfo.BackColor = System.Drawing.Color.Transparent; this.lbMsgInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbMsgInfo.ForeColor = System.Drawing.Color.Red; this.lbMsgInfo.Location = new System.Drawing.Point(6, 198); this.lbMsgInfo.Name = "lbMsgInfo"; this.lbMsgInfo.Size = new System.Drawing.Size(427, 28); this.lbMsgInfo.TabIndex = 105; this.lbMsgInfo.Text = "*校秤未通过\r\n若需与其它计量点对比则选下一个对比计量点保存,否则点取消"; this.lbMsgInfo.Visible = false; // // 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(114, 103); 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 = 104; this.cbCalibrationType.SelectionChanged += new System.EventHandler(this.cbCalibrationType_SelectionChanged); // // cbWorkMonitor // this.cbWorkMonitor.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbWorkMonitor.Location = new System.Drawing.Point(114, 147); this.cbWorkMonitor.Margin = new System.Windows.Forms.Padding(2); this.cbWorkMonitor.Name = "cbWorkMonitor"; this.cbWorkMonitor.Size = new System.Drawing.Size(298, 28); this.cbWorkMonitor.TabIndex = 103; this.cbWorkMonitor.Visible = false; // // 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(114, 18); 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 = 102; // // txtWgt // this.txtWgt.Enabled = false; 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(114, 59); 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.Size = new System.Drawing.Size(298, 29); this.txtWgt.TabIndex = 101; // // 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(40, 66); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 15); this.label4.TabIndex = 100; 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(39, 110); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 15); this.label3.TabIndex = 99; this.label3.Text = "校秤类型"; // // 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(24, 154); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(87, 15); this.label1.TabIndex = 98; this.label1.Text = "对比计量点"; this.label1.Visible = false; // // 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(24, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 15); this.label2.TabIndex = 97; 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(289, 239); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(123, 43); this.btnSave.TabIndex = 96; 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(27, 239); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(123, 43); this.btnClose.TabIndex = 95; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frmCalibration // 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(445, 295); this.Controls.Add(this.lbMsgInfo); this.Controls.Add(this.cbCalibrationType); this.Controls.Add(this.cbWorkMonitor); this.Controls.Add(this.cbSpotType); this.Controls.Add(this.txtWgt); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmCalibration"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmCalibration"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCalibration_FormClosing); this.Load += new System.EventHandler(this.frmCalibration_Load); ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lbMsgInfo; private Infragistics.Win.UltraWinEditors.UltraComboEditor cbCalibrationType; private Infragistics.Win.UltraWinEditors.UltraComboEditor cbWorkMonitor; 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 label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Timer timer1; } }