| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- namespace Core.StlMes.Client.Mcp.Mch.MchResult
- {
- partial class MesureDataPerWt
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- this.uteW = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.utnX = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.rb1 = new System.Windows.Forms.RadioButton();
- this.rb2 = new System.Windows.Forms.RadioButton();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ubtOK = new Infragistics.Win.Misc.UltraButton();
- this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
- this.uneValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.une3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.lblShow = new Infragistics.Win.Misc.UltraLabel();
- ((System.ComponentModel.ISupportInitialize)(this.uteW)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utnX)).BeginInit();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uneValue)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.une3)).BeginInit();
- this.SuspendLayout();
- //
- // uteW
- //
- this.uteW.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
- this.uteW.Location = new System.Drawing.Point(99, 30);
- this.uteW.Margin = new System.Windows.Forms.Padding(2);
- this.uteW.Name = "uteW";
- this.uteW.Size = new System.Drawing.Size(283, 25);
- this.uteW.TabIndex = 1;
- this.uteW.Text = "(外径-壁厚)*壁厚*0.02466";
- this.uteW.TextChanged += new System.EventHandler(this.uteW_TextChanged);
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel2.Location = new System.Drawing.Point(399, 33);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(121, 21);
- this.ultraLabel2.TabIndex = 2;
- this.ultraLabel2.Text = "单重保留小数位";
- //
- // utnX
- //
- appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
- this.utnX.Appearance = appearance1;
- this.utnX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
- this.utnX.Location = new System.Drawing.Point(537, 28);
- this.utnX.Margin = new System.Windows.Forms.Padding(2);
- this.utnX.MaskInput = "nn";
- this.utnX.Name = "utnX";
- this.utnX.Size = new System.Drawing.Size(64, 25);
- this.utnX.TabIndex = 4;
- this.utnX.Value = 2;
- this.utnX.ValueChanged += new System.EventHandler(this.uteW_TextChanged);
- //
- // rb1
- //
- this.rb1.AutoSize = true;
- this.rb1.Checked = true;
- this.rb1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
- this.rb1.Location = new System.Drawing.Point(9, 30);
- this.rb1.Margin = new System.Windows.Forms.Padding(2);
- this.rb1.Name = "rb1";
- this.rb1.Size = new System.Drawing.Size(93, 20);
- this.rb1.TabIndex = 5;
- this.rb1.TabStop = true;
- this.rb1.Text = "单重公式";
- this.rb1.UseVisualStyleBackColor = true;
- this.rb1.CheckedChanged += new System.EventHandler(this.rb1_CheckedChanged);
- //
- // rb2
- //
- this.rb2.AutoSize = true;
- this.rb2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
- this.rb2.Location = new System.Drawing.Point(9, 106);
- this.rb2.Margin = new System.Windows.Forms.Padding(2);
- this.rb2.Name = "rb2";
- this.rb2.Size = new System.Drawing.Size(59, 20);
- this.rb2.TabIndex = 6;
- this.rb2.Text = "单重";
- this.rb2.UseVisualStyleBackColor = true;
- this.rb2.CheckedChanged += new System.EventHandler(this.rb1_CheckedChanged);
- //
- // ultraLabel1
- //
- this.ultraLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel1.Location = new System.Drawing.Point(12, 185);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(51, 18);
- this.ultraLabel1.TabIndex = 8;
- this.ultraLabel1.Text = "em值";
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 260);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(703, 36);
- this.ultraPanel2.TabIndex = 10;
- //
- // ubtOK
- //
- this.ubtOK.Dock = System.Windows.Forms.DockStyle.Right;
- this.ubtOK.Location = new System.Drawing.Point(628, 0);
- this.ubtOK.Name = "ubtOK";
- this.ubtOK.Size = new System.Drawing.Size(75, 36);
- this.ubtOK.TabIndex = 5;
- this.ubtOK.Text = "确认";
- this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
- //
- // ubtCancel
- //
- this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ubtCancel.Location = new System.Drawing.Point(798, 9);
- this.ubtCancel.Name = "ubtCancel";
- this.ubtCancel.Size = new System.Drawing.Size(75, 23);
- this.ubtCancel.TabIndex = 4;
- this.ubtCancel.Text = "取消";
- //
- // uneValue
- //
- this.uneValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
- this.uneValue.Location = new System.Drawing.Point(99, 105);
- this.uneValue.Margin = new System.Windows.Forms.Padding(2);
- this.uneValue.Name = "uneValue";
- this.uneValue.ReadOnly = true;
- this.uneValue.Size = new System.Drawing.Size(172, 25);
- this.uneValue.TabIndex = 11;
- //
- // une3
- //
- this.une3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
- this.une3.Location = new System.Drawing.Point(99, 179);
- this.une3.Margin = new System.Windows.Forms.Padding(2);
- this.une3.Name = "une3";
- this.une3.Size = new System.Drawing.Size(172, 25);
- this.une3.TabIndex = 12;
- this.une3.Text = "0";
- //
- // lblShow
- //
- appearance4.ForeColor = System.Drawing.Color.Red;
- this.lblShow.Appearance = appearance4;
- this.lblShow.AutoSize = true;
- this.lblShow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblShow.Location = new System.Drawing.Point(118, 58);
- this.lblShow.Margin = new System.Windows.Forms.Padding(2);
- this.lblShow.Name = "lblShow";
- this.lblShow.Size = new System.Drawing.Size(0, 0);
- this.lblShow.TabIndex = 13;
- //
- // MesureDataPerWt
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(703, 296);
- this.Controls.Add(this.lblShow);
- this.Controls.Add(this.une3);
- this.Controls.Add(this.uneValue);
- this.Controls.Add(this.ultraPanel2);
- this.Controls.Add(this.ultraLabel1);
- this.Controls.Add(this.rb2);
- this.Controls.Add(this.rb1);
- this.Controls.Add(this.utnX);
- this.Controls.Add(this.ultraLabel2);
- this.Controls.Add(this.uteW);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "MesureDataPerWt";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "单重";
- ((System.ComponentModel.ISupportInitialize)(this.uteW)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utnX)).EndInit();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uneValue)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.une3)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uteW;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor utnX;
- private System.Windows.Forms.RadioButton rb1;
- private System.Windows.Forms.RadioButton rb2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraButton ubtOK;
- private Infragistics.Win.Misc.UltraButton ubtCancel;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uneValue;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor une3;
- private Infragistics.Win.Misc.UltraLabel lblShow;
- }
- }
|