PagingControl.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. namespace Core.StlMes.Client.PlnSaleOrd.工序排产.control
  2. {
  3. partial class PagingControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.buttonFrist = new Infragistics.Win.Misc.UltraButton();
  29. this.buttonDown = new Infragistics.Win.Misc.UltraButton();
  30. this.buttonEnd = new Infragistics.Win.Misc.UltraButton();
  31. this.buttonUp = new Infragistics.Win.Misc.UltraButton();
  32. this.buttonGo = new Infragistics.Win.Misc.UltraButton();
  33. this.num1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  34. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  35. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  36. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  37. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  38. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  39. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  40. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  41. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  42. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. ((System.ComponentModel.ISupportInitialize)(this.num1)).BeginInit();
  46. this.panel1.SuspendLayout();
  47. this.panel2.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // buttonFrist
  51. //
  52. this.buttonFrist.AutoSize = true;
  53. this.buttonFrist.Location = new System.Drawing.Point(19, 2);
  54. this.buttonFrist.Name = "buttonFrist";
  55. this.buttonFrist.Size = new System.Drawing.Size(39, 26);
  56. this.buttonFrist.TabIndex = 0;
  57. this.buttonFrist.Text = "首页";
  58. this.buttonFrist.Click += new System.EventHandler(this.buttonFrist_Click);
  59. //
  60. // buttonDown
  61. //
  62. this.buttonDown.AutoSize = true;
  63. this.buttonDown.Location = new System.Drawing.Point(117, 2);
  64. this.buttonDown.Name = "buttonDown";
  65. this.buttonDown.Size = new System.Drawing.Size(52, 26);
  66. this.buttonDown.TabIndex = 2;
  67. this.buttonDown.Text = "下一页";
  68. this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
  69. //
  70. // buttonEnd
  71. //
  72. this.buttonEnd.AutoSize = true;
  73. this.buttonEnd.Location = new System.Drawing.Point(173, 2);
  74. this.buttonEnd.Name = "buttonEnd";
  75. this.buttonEnd.Size = new System.Drawing.Size(39, 26);
  76. this.buttonEnd.TabIndex = 4;
  77. this.buttonEnd.Text = "末页";
  78. this.buttonEnd.Click += new System.EventHandler(this.buttonEnd_Click);
  79. //
  80. // buttonUp
  81. //
  82. this.buttonUp.AutoSize = true;
  83. this.buttonUp.Location = new System.Drawing.Point(61, 2);
  84. this.buttonUp.Name = "buttonUp";
  85. this.buttonUp.Size = new System.Drawing.Size(52, 26);
  86. this.buttonUp.TabIndex = 5;
  87. this.buttonUp.Text = "上一页";
  88. this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
  89. //
  90. // buttonGo
  91. //
  92. this.buttonGo.AutoSize = true;
  93. this.buttonGo.Location = new System.Drawing.Point(326, 3);
  94. this.buttonGo.Name = "buttonGo";
  95. this.buttonGo.Size = new System.Drawing.Size(27, 24);
  96. this.buttonGo.TabIndex = 6;
  97. this.buttonGo.Text = "GO";
  98. this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
  99. //
  100. // num1
  101. //
  102. this.num1.Location = new System.Drawing.Point(252, 5);
  103. this.num1.MaskInput = "nnnnnn";
  104. this.num1.Name = "num1";
  105. this.num1.PromptChar = ' ';
  106. this.num1.Size = new System.Drawing.Size(46, 21);
  107. this.num1.TabIndex = 7;
  108. //
  109. // ultraLabel1
  110. //
  111. this.ultraLabel1.AutoSize = true;
  112. this.ultraLabel1.Location = new System.Drawing.Point(218, 7);
  113. this.ultraLabel1.Name = "ultraLabel1";
  114. this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
  115. this.ultraLabel1.TabIndex = 8;
  116. this.ultraLabel1.Text = "转到";
  117. //
  118. // ultraLabel2
  119. //
  120. this.ultraLabel2.AutoSize = true;
  121. this.ultraLabel2.Location = new System.Drawing.Point(302, 7);
  122. this.ultraLabel2.Name = "ultraLabel2";
  123. this.ultraLabel2.Size = new System.Drawing.Size(17, 16);
  124. this.ultraLabel2.TabIndex = 9;
  125. this.ultraLabel2.Text = "页";
  126. //
  127. // ultraLabel3
  128. //
  129. this.ultraLabel3.AutoSize = true;
  130. this.ultraLabel3.Location = new System.Drawing.Point(232, 12);
  131. this.ultraLabel3.Name = "ultraLabel3";
  132. this.ultraLabel3.Size = new System.Drawing.Size(23, 14);
  133. this.ultraLabel3.TabIndex = 10;
  134. this.ultraLabel3.Text = "0/0";
  135. //
  136. // ultraLabel4
  137. //
  138. this.ultraLabel4.AutoSize = true;
  139. this.ultraLabel4.Location = new System.Drawing.Point(262, 11);
  140. this.ultraLabel4.Name = "ultraLabel4";
  141. this.ultraLabel4.Size = new System.Drawing.Size(17, 16);
  142. this.ultraLabel4.TabIndex = 11;
  143. this.ultraLabel4.Text = "页";
  144. //
  145. // ultraLabel5
  146. //
  147. this.ultraLabel5.AutoSize = true;
  148. this.ultraLabel5.Location = new System.Drawing.Point(315, 11);
  149. this.ultraLabel5.Name = "ultraLabel5";
  150. this.ultraLabel5.Size = new System.Drawing.Size(35, 16);
  151. this.ultraLabel5.TabIndex = 13;
  152. this.ultraLabel5.Text = "条/页";
  153. //
  154. // ultraLabel6
  155. //
  156. this.ultraLabel6.AutoSize = true;
  157. this.ultraLabel6.Location = new System.Drawing.Point(296, 12);
  158. this.ultraLabel6.Name = "ultraLabel6";
  159. this.ultraLabel6.Size = new System.Drawing.Size(11, 14);
  160. this.ultraLabel6.TabIndex = 12;
  161. this.ultraLabel6.Text = "0";
  162. //
  163. // ultraLabel7
  164. //
  165. this.ultraLabel7.AutoSize = true;
  166. this.ultraLabel7.Location = new System.Drawing.Point(412, 11);
  167. this.ultraLabel7.Name = "ultraLabel7";
  168. this.ultraLabel7.Size = new System.Drawing.Size(17, 16);
  169. this.ultraLabel7.TabIndex = 15;
  170. this.ultraLabel7.Text = "页";
  171. //
  172. // ultraLabel8
  173. //
  174. this.ultraLabel8.AutoSize = true;
  175. this.ultraLabel8.Location = new System.Drawing.Point(393, 12);
  176. this.ultraLabel8.Name = "ultraLabel8";
  177. this.ultraLabel8.Size = new System.Drawing.Size(11, 14);
  178. this.ultraLabel8.TabIndex = 14;
  179. this.ultraLabel8.Text = "0";
  180. //
  181. // ultraLabel9
  182. //
  183. this.ultraLabel9.AutoSize = true;
  184. this.ultraLabel9.Location = new System.Drawing.Point(367, 11);
  185. this.ultraLabel9.Name = "ultraLabel9";
  186. this.ultraLabel9.Size = new System.Drawing.Size(17, 16);
  187. this.ultraLabel9.TabIndex = 16;
  188. this.ultraLabel9.Text = "共";
  189. //
  190. // panel1
  191. //
  192. this.panel1.Controls.Add(this.buttonFrist);
  193. this.panel1.Controls.Add(this.buttonDown);
  194. this.panel1.Controls.Add(this.buttonEnd);
  195. this.panel1.Controls.Add(this.buttonUp);
  196. this.panel1.Controls.Add(this.buttonGo);
  197. this.panel1.Controls.Add(this.num1);
  198. this.panel1.Controls.Add(this.ultraLabel1);
  199. this.panel1.Controls.Add(this.ultraLabel2);
  200. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  201. this.panel1.Location = new System.Drawing.Point(0, 0);
  202. this.panel1.Name = "panel1";
  203. this.panel1.Size = new System.Drawing.Size(380, 30);
  204. this.panel1.TabIndex = 17;
  205. //
  206. // panel2
  207. //
  208. this.panel2.Controls.Add(this.ultraLabel3);
  209. this.panel2.Controls.Add(this.ultraLabel4);
  210. this.panel2.Controls.Add(this.ultraLabel9);
  211. this.panel2.Controls.Add(this.ultraLabel6);
  212. this.panel2.Controls.Add(this.ultraLabel7);
  213. this.panel2.Controls.Add(this.ultraLabel5);
  214. this.panel2.Controls.Add(this.ultraLabel8);
  215. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  216. this.panel2.Location = new System.Drawing.Point(379, 0);
  217. this.panel2.Name = "panel2";
  218. this.panel2.Size = new System.Drawing.Size(437, 30);
  219. this.panel2.TabIndex = 18;
  220. //
  221. // PagingControl
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.Controls.Add(this.panel2);
  226. this.Controls.Add(this.panel1);
  227. this.Name = "PagingControl";
  228. this.Size = new System.Drawing.Size(816, 30);
  229. this.Load += new System.EventHandler(this.PagingControl_Load);
  230. ((System.ComponentModel.ISupportInitialize)(this.num1)).EndInit();
  231. this.panel1.ResumeLayout(false);
  232. this.panel1.PerformLayout();
  233. this.panel2.ResumeLayout(false);
  234. this.panel2.PerformLayout();
  235. this.ResumeLayout(false);
  236. }
  237. #endregion
  238. private Infragistics.Win.Misc.UltraButton buttonFrist;
  239. private Infragistics.Win.Misc.UltraButton buttonDown;
  240. private Infragistics.Win.Misc.UltraButton buttonEnd;
  241. private Infragistics.Win.Misc.UltraButton buttonUp;
  242. private Infragistics.Win.Misc.UltraButton buttonGo;
  243. private Infragistics.Win.UltraWinEditors.UltraNumericEditor num1;
  244. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  245. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  246. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  247. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  248. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  249. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  250. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  251. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  252. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  253. private System.Windows.Forms.Panel panel1;
  254. private System.Windows.Forms.Panel panel2;
  255. }
  256. }