| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- namespace Core.StlMes.Client.ZGMil.NodeResultQuery
- {
- partial class FrmPipeSawStart
- {
- /// <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.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.ugbSawNo1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.cmbCutTrailCount1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbCutOrderCount1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbCutHeadCount1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label1 = new System.Windows.Forms.Label();
- this.ugbSawNo2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.cmbCutTrailCount2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbCutOrderCount2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label6 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cmbCutHeadCount2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label5 = new System.Windows.Forms.Label();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.label9 = new System.Windows.Forms.Label();
- this.cmbRowNum = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.btnStart = new Infragistics.Win.Misc.UltraButton();
- this.btnCancel = new Infragistics.Win.Misc.UltraButton();
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo1)).BeginInit();
- this.ugbSawNo1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo2)).BeginInit();
- this.ugbSawNo2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbRowNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 1;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 2);
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 3;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 153F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(470, 315);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.49138F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.50862F));
- this.tableLayoutPanel2.Controls.Add(this.ugbSawNo2, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.ugbSawNo1, 0, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 74);
- 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(464, 147);
- this.tableLayoutPanel2.TabIndex = 3;
- //
- // ugbSawNo1
- //
- this.ugbSawNo1.Controls.Add(this.cmbCutTrailCount1);
- this.ugbSawNo1.Controls.Add(this.label4);
- this.ugbSawNo1.Controls.Add(this.cmbCutOrderCount1);
- this.ugbSawNo1.Controls.Add(this.label3);
- this.ugbSawNo1.Controls.Add(this.cmbCutHeadCount1);
- this.ugbSawNo1.Controls.Add(this.label1);
- this.ugbSawNo1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ugbSawNo1.Location = new System.Drawing.Point(3, 3);
- this.ugbSawNo1.Name = "ugbSawNo1";
- this.ugbSawNo1.Size = new System.Drawing.Size(218, 141);
- this.ugbSawNo1.TabIndex = 1;
- this.ugbSawNo1.Text = "1号锯锯切刀数";
- this.ugbSawNo1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // cmbCutTrailCount1
- //
- this.cmbCutTrailCount1.Location = new System.Drawing.Point(101, 103);
- this.cmbCutTrailCount1.Name = "cmbCutTrailCount1";
- this.cmbCutTrailCount1.Size = new System.Drawing.Size(90, 21);
- this.cmbCutTrailCount1.TabIndex = 1;
- this.cmbCutTrailCount1.Text = "ultraComboEditor1";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(26, 107);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(57, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "切尾数:";
- //
- // cmbCutOrderCount1
- //
- this.cmbCutOrderCount1.Location = new System.Drawing.Point(101, 74);
- this.cmbCutOrderCount1.Name = "cmbCutOrderCount1";
- this.cmbCutOrderCount1.Size = new System.Drawing.Size(90, 21);
- this.cmbCutOrderCount1.TabIndex = 1;
- this.cmbCutOrderCount1.Text = "ultraComboEditor1";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(26, 78);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(70, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "切定尺数:";
- //
- // cmbCutHeadCount1
- //
- this.cmbCutHeadCount1.Location = new System.Drawing.Point(101, 45);
- this.cmbCutHeadCount1.Name = "cmbCutHeadCount1";
- this.cmbCutHeadCount1.Size = new System.Drawing.Size(90, 21);
- this.cmbCutHeadCount1.TabIndex = 1;
- this.cmbCutHeadCount1.Text = "ultraComboEditor1";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(26, 49);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(57, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "切头数:";
- //
- // ugbSawNo2
- //
- this.ugbSawNo2.Controls.Add(this.cmbCutTrailCount2);
- this.ugbSawNo2.Controls.Add(this.cmbCutOrderCount2);
- this.ugbSawNo2.Controls.Add(this.label6);
- this.ugbSawNo2.Controls.Add(this.label2);
- this.ugbSawNo2.Controls.Add(this.cmbCutHeadCount2);
- this.ugbSawNo2.Controls.Add(this.label5);
- this.ugbSawNo2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ugbSawNo2.Location = new System.Drawing.Point(227, 3);
- this.ugbSawNo2.Name = "ugbSawNo2";
- this.ugbSawNo2.Size = new System.Drawing.Size(234, 141);
- this.ugbSawNo2.TabIndex = 3;
- this.ugbSawNo2.Text = "2号锯锯切刀数";
- this.ugbSawNo2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // cmbCutTrailCount2
- //
- this.cmbCutTrailCount2.Location = new System.Drawing.Point(100, 104);
- this.cmbCutTrailCount2.Name = "cmbCutTrailCount2";
- this.cmbCutTrailCount2.Size = new System.Drawing.Size(90, 21);
- this.cmbCutTrailCount2.TabIndex = 1;
- this.cmbCutTrailCount2.Text = "ultraComboEditor1";
- //
- // cmbCutOrderCount2
- //
- this.cmbCutOrderCount2.Location = new System.Drawing.Point(100, 73);
- this.cmbCutOrderCount2.Name = "cmbCutOrderCount2";
- this.cmbCutOrderCount2.Size = new System.Drawing.Size(90, 21);
- this.cmbCutOrderCount2.TabIndex = 1;
- this.cmbCutOrderCount2.Text = "ultraComboEditor1";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(24, 108);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(57, 12);
- this.label6.TabIndex = 0;
- this.label6.Text = "切尾数:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(24, 46);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(57, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "切头数:";
- //
- // cmbCutHeadCount2
- //
- this.cmbCutHeadCount2.Location = new System.Drawing.Point(100, 42);
- this.cmbCutHeadCount2.Name = "cmbCutHeadCount2";
- this.cmbCutHeadCount2.Size = new System.Drawing.Size(90, 21);
- this.cmbCutHeadCount2.TabIndex = 1;
- this.cmbCutHeadCount2.Text = "ultraComboEditor1";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(24, 77);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(70, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "切定尺数:";
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.cmbRowNum);
- this.ultraGroupBox1.Controls.Add(this.label9);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(464, 65);
- this.ultraGroupBox1.TabIndex = 4;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(113, 31);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(83, 12);
- this.label9.TabIndex = 0;
- this.label9.Text = "默认排支数:";
- //
- // cmbRowNum
- //
- this.cmbRowNum.Location = new System.Drawing.Point(227, 28);
- this.cmbRowNum.Name = "cmbRowNum";
- this.cmbRowNum.Size = new System.Drawing.Size(90, 21);
- this.cmbRowNum.TabIndex = 1;
- this.cmbRowNum.Text = "ultraComboEditor1";
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.btnCancel);
- this.ultraGroupBox2.Controls.Add(this.btnStart);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(3, 227);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(464, 85);
- this.ultraGroupBox2.TabIndex = 5;
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // btnStart
- //
- this.btnStart.Location = new System.Drawing.Point(121, 34);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 23);
- this.btnStart.TabIndex = 0;
- this.btnStart.Text = "开始分切";
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(227, 34);
- 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);
- //
- // FrmPipeSawStart
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(470, 315);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.Name = "FrmPipeSawStart";
- this.Text = "分切参数确认";
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo1)).EndInit();
- this.ugbSawNo1.ResumeLayout(false);
- this.ugbSawNo1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo2)).EndInit();
- this.ugbSawNo2.ResumeLayout(false);
- this.ugbSawNo2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbRowNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private Infragistics.Win.Misc.UltraGroupBox ugbSawNo2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutTrailCount2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutOrderCount2;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutHeadCount2;
- private System.Windows.Forms.Label label5;
- private Infragistics.Win.Misc.UltraGroupBox ugbSawNo1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutTrailCount1;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutOrderCount1;
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutHeadCount1;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraButton btnCancel;
- private Infragistics.Win.Misc.UltraButton btnStart;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRowNum;
- private System.Windows.Forms.Label label9;
- }
- }
|