| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- namespace CarRemoteMeter
- {
- partial class frmCalibration
- {
- /// <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.btnSave = new System.Windows.Forms.Button();
- this.btnClose = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.txtWgt = new System.Windows.Forms.NumericUpDown();
- this.cbSpotType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cbWorkMonitor = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cbCalibrationType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.lbMsgInfo = new System.Windows.Forms.Label();
- this.txtCarNo = new System.Windows.Forms.TextBox();
- this.cbCarNo = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.txtWgt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).BeginInit();
- this.SuspendLayout();
- //
- // 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, 238);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(123, 43);
- this.btnSave.TabIndex = 9;
- 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, 238);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(123, 43);
- this.btnClose.TabIndex = 8;
- this.btnClose.Text = "取消";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // 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, 50);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(87, 15);
- this.label2.TabIndex = 83;
- this.label2.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, 205);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(87, 15);
- this.label1.TabIndex = 85;
- this.label1.Text = "对比计量点";
- this.label1.Visible = false;
- //
- // 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, 165);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(71, 15);
- this.label3.TabIndex = 87;
- this.label3.Text = "校秤类型";
- //
- // 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, 124);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(71, 15);
- this.label4.TabIndex = 89;
- this.label4.Text = "校秤重量";
- //
- // 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, 117);
- 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 = 90;
- //
- // 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, 44);
- 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 = 91;
- //
- // 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, 198);
- 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 = 92;
- this.cbWorkMonitor.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, 158);
- 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 = 93;
- this.cbCalibrationType.SelectionChanged += new System.EventHandler(this.cbCalibrationType_SelectionChanged);
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // 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(5, 5);
- this.lbMsgInfo.Name = "lbMsgInfo";
- this.lbMsgInfo.Size = new System.Drawing.Size(427, 28);
- this.lbMsgInfo.TabIndex = 94;
- this.lbMsgInfo.Text = "*校秤未通过\r\n若需与其它计量点对比则选下一个对比计量点保存,否则点取消";
- this.lbMsgInfo.Visible = false;
- //
- // txtCarNo
- //
- this.txtCarNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCarNo.Location = new System.Drawing.Point(181, 82);
- this.txtCarNo.Margin = new System.Windows.Forms.Padding(2);
- this.txtCarNo.Name = "txtCarNo";
- this.txtCarNo.Size = new System.Drawing.Size(231, 26);
- this.txtCarNo.TabIndex = 95;
- //
- // cbCarNo
- //
- this.cbCarNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbCarNo.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbCarNo.Items.AddRange(new object[] {
- "甘",
- "陕",
- "青",
- "宁",
- "藏",
- "新",
- "川",
- "渝",
- "京",
- "津",
- "冀",
- "晋",
- "蒙",
- "辽",
- "吉",
- "黑",
- "沪",
- "苏",
- "浙",
- "皖",
- "闽",
- "赣",
- "鲁",
- "豫",
- "湘",
- "粤",
- "桂",
- "琼",
- "贵",
- "云"});
- this.cbCarNo.Location = new System.Drawing.Point(114, 82);
- this.cbCarNo.Margin = new System.Windows.Forms.Padding(2);
- this.cbCarNo.Name = "cbCarNo";
- this.cbCarNo.Size = new System.Drawing.Size(65, 25);
- this.cbCarNo.TabIndex = 96;
- this.cbCarNo.SelectedIndexChanged += new System.EventHandler(this.cbCarNo_SelectedIndexChanged);
- //
- // 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(72, 87);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(39, 15);
- this.label5.TabIndex = 97;
- this.label5.Text = "车号";
- //
- // 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(438, 296);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.txtCarNo);
- this.Controls.Add(this.cbCarNo);
- 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.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmCalibration";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- 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.txtWgt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbSpotType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbWorkMonitor)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbCalibrationType)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.NumericUpDown txtWgt;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbSpotType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbWorkMonitor;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbCalibrationType;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label lbMsgInfo;
- private System.Windows.Forms.TextBox txtCarNo;
- private System.Windows.Forms.ComboBox cbCarNo;
- private System.Windows.Forms.Label label5;
- }
- }
|