| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- namespace Core.StlMes.Client.ZGMil.Popup
- {
- partial class FrmQAParaSet
- {
- /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.btnCancel = new Infragistics.Win.Misc.UltraButton();
- this.btnOK = new Infragistics.Win.Misc.UltraButton();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.uneZL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.rdbZL = new System.Windows.Forms.RadioButton();
- this.rdbZLDefault = new System.Windows.Forms.RadioButton();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.uneCJ = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.rdbCJ = new System.Windows.Forms.RadioButton();
- this.rdbCJDefault = new System.Windows.Forms.RadioButton();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uneZL)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uneCJ)).BeginInit();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 1;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 58F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(433, 175);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.btnCancel);
- this.ultraGroupBox3.Controls.Add(this.btnOK);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox3.Location = new System.Drawing.Point(1, 118);
- this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(1);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(431, 56);
- this.ultraGroupBox3.TabIndex = 3;
- this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(234, 14);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 0;
- this.btnCancel.Text = "取消";
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(122, 14);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 23);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = "确认";
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox1, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox2, 0, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(433, 117);
- this.tableLayoutPanel2.TabIndex = 2;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.uneZL);
- this.ultraGroupBox1.Controls.Add(this.rdbZL);
- this.ultraGroupBox1.Controls.Add(this.rdbZLDefault);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(217, 1);
- this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(1);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(215, 115);
- this.ultraGroupBox1.TabIndex = 3;
- this.ultraGroupBox1.Text = "重量系数设定";
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // uneZL
- //
- this.uneZL.Location = new System.Drawing.Point(136, 68);
- this.uneZL.MaskInput = "nn.nnnn";
- this.uneZL.Name = "uneZL";
- this.uneZL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.uneZL.Size = new System.Drawing.Size(50, 21);
- this.uneZL.TabIndex = 0;
- //
- // rdbZL
- //
- this.rdbZL.AutoSize = true;
- this.rdbZL.Location = new System.Drawing.Point(18, 70);
- this.rdbZL.Name = "rdbZL";
- this.rdbZL.Size = new System.Drawing.Size(119, 16);
- this.rdbZL.TabIndex = 0;
- this.rdbZL.TabStop = true;
- this.rdbZL.Text = "自定义重量系数:";
- this.rdbZL.UseVisualStyleBackColor = true;
- this.rdbZL.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
- //
- // rdbZLDefault
- //
- this.rdbZLDefault.AutoSize = true;
- this.rdbZLDefault.Location = new System.Drawing.Point(18, 35);
- this.rdbZLDefault.Name = "rdbZLDefault";
- this.rdbZLDefault.Size = new System.Drawing.Size(95, 16);
- this.rdbZLDefault.TabIndex = 0;
- this.rdbZLDefault.TabStop = true;
- this.rdbZLDefault.Text = "默认重量系数";
- this.rdbZLDefault.UseVisualStyleBackColor = true;
- this.rdbZLDefault.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
- this.ultraGroupBox2.Controls.Add(this.uneCJ);
- this.ultraGroupBox2.Controls.Add(this.rdbCJ);
- this.ultraGroupBox2.Controls.Add(this.rdbCJDefault);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(1, 1);
- this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(1);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(214, 115);
- this.ultraGroupBox2.TabIndex = 2;
- this.ultraGroupBox2.Text = "抽检率设定";
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // uneCJ
- //
- this.uneCJ.Location = new System.Drawing.Point(118, 68);
- this.uneCJ.MaskInput = "nn";
- this.uneCJ.Name = "uneCJ";
- this.uneCJ.Size = new System.Drawing.Size(50, 21);
- this.uneCJ.TabIndex = 0;
- //
- // rdbCJ
- //
- this.rdbCJ.AutoSize = true;
- this.rdbCJ.Location = new System.Drawing.Point(17, 70);
- this.rdbCJ.Name = "rdbCJ";
- this.rdbCJ.Size = new System.Drawing.Size(107, 16);
- this.rdbCJ.TabIndex = 0;
- this.rdbCJ.TabStop = true;
- this.rdbCJ.Text = "自定义抽检率:";
- this.rdbCJ.UseVisualStyleBackColor = true;
- this.rdbCJ.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
- //
- // rdbCJDefault
- //
- this.rdbCJDefault.AutoSize = true;
- this.rdbCJDefault.Location = new System.Drawing.Point(17, 35);
- this.rdbCJDefault.Name = "rdbCJDefault";
- this.rdbCJDefault.Size = new System.Drawing.Size(83, 16);
- this.rdbCJDefault.TabIndex = 0;
- this.rdbCJDefault.TabStop = true;
- this.rdbCJDefault.Text = "默认抽检率";
- this.rdbCJDefault.UseVisualStyleBackColor = true;
- this.rdbCJDefault.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
- //
- // ultraLabel1
- //
- this.ultraLabel1.Location = new System.Drawing.Point(168, 71);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(11, 17);
- this.ultraLabel1.TabIndex = 1;
- this.ultraLabel1.Text = "%";
- //
- // FrmQAParaSet
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(433, 175);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "FrmQAParaSet";
- this.Text = "抽检系数";
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uneZL)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ultraGroupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uneCJ)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.Misc.UltraButton btnCancel;
- private Infragistics.Win.Misc.UltraButton btnOK;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private System.Windows.Forms.RadioButton rdbCJDefault;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneZL;
- private System.Windows.Forms.RadioButton rdbZL;
- private System.Windows.Forms.RadioButton rdbZLDefault;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneCJ;
- private System.Windows.Forms.RadioButton rdbCJ;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- }
- }
|