| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- namespace Core.StlMes.Client.PlnSaleOrd.工序排产.control
- {
- partial class PagingControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.buttonFrist = new Infragistics.Win.Misc.UltraButton();
- this.buttonDown = new Infragistics.Win.Misc.UltraButton();
- this.buttonEnd = new Infragistics.Win.Misc.UltraButton();
- this.buttonUp = new Infragistics.Win.Misc.UltraButton();
- this.buttonGo = new Infragistics.Win.Misc.UltraButton();
- this.num1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.num1)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // buttonFrist
- //
- this.buttonFrist.AutoSize = true;
- this.buttonFrist.Location = new System.Drawing.Point(19, 2);
- this.buttonFrist.Name = "buttonFrist";
- this.buttonFrist.Size = new System.Drawing.Size(39, 26);
- this.buttonFrist.TabIndex = 0;
- this.buttonFrist.Text = "首页";
- this.buttonFrist.Click += new System.EventHandler(this.buttonFrist_Click);
- //
- // buttonDown
- //
- this.buttonDown.AutoSize = true;
- this.buttonDown.Location = new System.Drawing.Point(117, 2);
- this.buttonDown.Name = "buttonDown";
- this.buttonDown.Size = new System.Drawing.Size(52, 26);
- this.buttonDown.TabIndex = 2;
- this.buttonDown.Text = "下一页";
- this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
- //
- // buttonEnd
- //
- this.buttonEnd.AutoSize = true;
- this.buttonEnd.Location = new System.Drawing.Point(173, 2);
- this.buttonEnd.Name = "buttonEnd";
- this.buttonEnd.Size = new System.Drawing.Size(39, 26);
- this.buttonEnd.TabIndex = 4;
- this.buttonEnd.Text = "末页";
- this.buttonEnd.Click += new System.EventHandler(this.buttonEnd_Click);
- //
- // buttonUp
- //
- this.buttonUp.AutoSize = true;
- this.buttonUp.Location = new System.Drawing.Point(61, 2);
- this.buttonUp.Name = "buttonUp";
- this.buttonUp.Size = new System.Drawing.Size(52, 26);
- this.buttonUp.TabIndex = 5;
- this.buttonUp.Text = "上一页";
- this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
- //
- // buttonGo
- //
- this.buttonGo.AutoSize = true;
- this.buttonGo.Location = new System.Drawing.Point(326, 3);
- this.buttonGo.Name = "buttonGo";
- this.buttonGo.Size = new System.Drawing.Size(27, 24);
- this.buttonGo.TabIndex = 6;
- this.buttonGo.Text = "GO";
- this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
- //
- // num1
- //
- this.num1.Location = new System.Drawing.Point(252, 5);
- this.num1.MaskInput = "nnnnnn";
- this.num1.Name = "num1";
- this.num1.PromptChar = ' ';
- this.num1.Size = new System.Drawing.Size(46, 21);
- this.num1.TabIndex = 7;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(218, 7);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel1.TabIndex = 8;
- this.ultraLabel1.Text = "转到";
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(302, 7);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(17, 16);
- this.ultraLabel2.TabIndex = 9;
- this.ultraLabel2.Text = "页";
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(232, 12);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(23, 14);
- this.ultraLabel3.TabIndex = 10;
- this.ultraLabel3.Text = "0/0";
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(262, 11);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(17, 16);
- this.ultraLabel4.TabIndex = 11;
- this.ultraLabel4.Text = "页";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(315, 11);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(35, 16);
- this.ultraLabel5.TabIndex = 13;
- this.ultraLabel5.Text = "条/页";
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(296, 12);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(11, 14);
- this.ultraLabel6.TabIndex = 12;
- this.ultraLabel6.Text = "0";
- //
- // ultraLabel7
- //
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(412, 11);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(17, 16);
- this.ultraLabel7.TabIndex = 15;
- this.ultraLabel7.Text = "页";
- //
- // ultraLabel8
- //
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(393, 12);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(11, 14);
- this.ultraLabel8.TabIndex = 14;
- this.ultraLabel8.Text = "0";
- //
- // ultraLabel9
- //
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(367, 11);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(17, 16);
- this.ultraLabel9.TabIndex = 16;
- this.ultraLabel9.Text = "共";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.buttonFrist);
- this.panel1.Controls.Add(this.buttonDown);
- this.panel1.Controls.Add(this.buttonEnd);
- this.panel1.Controls.Add(this.buttonUp);
- this.panel1.Controls.Add(this.buttonGo);
- this.panel1.Controls.Add(this.num1);
- this.panel1.Controls.Add(this.ultraLabel1);
- this.panel1.Controls.Add(this.ultraLabel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(380, 30);
- this.panel1.TabIndex = 17;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraLabel3);
- this.panel2.Controls.Add(this.ultraLabel4);
- this.panel2.Controls.Add(this.ultraLabel9);
- this.panel2.Controls.Add(this.ultraLabel6);
- this.panel2.Controls.Add(this.ultraLabel7);
- this.panel2.Controls.Add(this.ultraLabel5);
- this.panel2.Controls.Add(this.ultraLabel8);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel2.Location = new System.Drawing.Point(379, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(437, 30);
- this.panel2.TabIndex = 18;
- //
- // PagingControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "PagingControl";
- this.Size = new System.Drawing.Size(816, 30);
- this.Load += new System.EventHandler(this.PagingControl_Load);
- ((System.ComponentModel.ISupportInitialize)(this.num1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraButton buttonFrist;
- private Infragistics.Win.Misc.UltraButton buttonDown;
- private Infragistics.Win.Misc.UltraButton buttonEnd;
- private Infragistics.Win.Misc.UltraButton buttonUp;
- private Infragistics.Win.Misc.UltraButton buttonGo;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor num1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- }
- }
|