CtrlPage.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlPage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlPage));
  29. btnLast = new DevExpress.XtraEditors.SimpleButton();
  30. btnNext = new DevExpress.XtraEditors.SimpleButton();
  31. btnPrev = new DevExpress.XtraEditors.SimpleButton();
  32. btnFirst = new DevExpress.XtraEditors.SimpleButton();
  33. btnGo = new DevExpress.XtraEditors.SimpleButton();
  34. txtGoPage = new DevExpress.XtraEditors.TextEdit();
  35. txtCountPerPage = new DevExpress.XtraEditors.ComboBoxEdit();
  36. stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
  37. labelControl1 = new DevExpress.XtraEditors.LabelControl();
  38. labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. labelControl2 = new DevExpress.XtraEditors.LabelControl();
  40. txtPageInfo = new DevExpress.XtraEditors.LabelControl();
  41. ((System.ComponentModel.ISupportInitialize)txtGoPage.Properties).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)txtCountPerPage.Properties).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)stackPanel1).BeginInit();
  44. stackPanel1.SuspendLayout();
  45. SuspendLayout();
  46. //
  47. // btnLast
  48. //
  49. btnLast.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnLast.ImageOptions.SvgImage");
  50. btnLast.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  51. btnLast.Location = new System.Drawing.Point(315, 3);
  52. btnLast.Name = "btnLast";
  53. btnLast.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  54. btnLast.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  55. btnLast.Size = new System.Drawing.Size(20, 20);
  56. btnLast.TabIndex = 4;
  57. btnLast.ToolTip = "尾页";
  58. btnLast.Click += btn_Click;
  59. //
  60. // btnNext
  61. //
  62. btnNext.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnNext.ImageOptions.SvgImage");
  63. btnNext.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  64. btnNext.Location = new System.Drawing.Point(289, 3);
  65. btnNext.Name = "btnNext";
  66. btnNext.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  67. btnNext.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  68. btnNext.Size = new System.Drawing.Size(20, 20);
  69. btnNext.TabIndex = 3;
  70. btnNext.ToolTip = "下一页";
  71. btnNext.Click += btn_Click;
  72. //
  73. // btnPrev
  74. //
  75. btnPrev.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnPrev.ImageOptions.SvgImage");
  76. btnPrev.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  77. btnPrev.Location = new System.Drawing.Point(176, 3);
  78. btnPrev.Name = "btnPrev";
  79. btnPrev.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  80. btnPrev.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  81. btnPrev.Size = new System.Drawing.Size(20, 20);
  82. btnPrev.TabIndex = 2;
  83. btnPrev.ToolTip = "上一页";
  84. btnPrev.Click += btn_Click;
  85. //
  86. // btnFirst
  87. //
  88. btnFirst.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnFirst.ImageOptions.SvgImage");
  89. btnFirst.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  90. btnFirst.Location = new System.Drawing.Point(150, 3);
  91. btnFirst.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
  92. btnFirst.Name = "btnFirst";
  93. btnFirst.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  94. btnFirst.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  95. btnFirst.Size = new System.Drawing.Size(20, 20);
  96. btnFirst.TabIndex = 0;
  97. btnFirst.ToolTip = "首页";
  98. btnFirst.Click += btn_Click;
  99. //
  100. // btnGo
  101. //
  102. btnGo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnGo.ImageOptions.SvgImage");
  103. btnGo.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  104. btnGo.Location = new System.Drawing.Point(440, 3);
  105. btnGo.Name = "btnGo";
  106. btnGo.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  107. btnGo.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  108. btnGo.Size = new System.Drawing.Size(20, 20);
  109. btnGo.TabIndex = 6;
  110. btnGo.ToolTip = "跳转";
  111. btnGo.Click += btn_Click;
  112. //
  113. // txtGoPage
  114. //
  115. txtGoPage.Location = new System.Drawing.Point(358, 3);
  116. txtGoPage.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
  117. txtGoPage.Name = "txtGoPage";
  118. txtGoPage.Properties.AutoHeight = false;
  119. txtGoPage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  120. txtGoPage.Size = new System.Drawing.Size(76, 20);
  121. txtGoPage.TabIndex = 5;
  122. //
  123. // txtCountPerPage
  124. //
  125. txtCountPerPage.EditValue = "100";
  126. txtCountPerPage.Location = new System.Drawing.Point(33, 3);
  127. txtCountPerPage.Name = "txtCountPerPage";
  128. txtCountPerPage.Properties.AutoHeight = false;
  129. txtCountPerPage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  130. txtCountPerPage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  131. txtCountPerPage.Properties.Items.AddRange(new object[] { "100", "500", "1000", "2000", "5000" });
  132. txtCountPerPage.Size = new System.Drawing.Size(76, 20);
  133. txtCountPerPage.TabIndex = 0;
  134. txtCountPerPage.EditValueChanged += txtCountPerPage_EditValueChanged;
  135. //
  136. // stackPanel1
  137. //
  138. stackPanel1.Controls.Add(labelControl1);
  139. stackPanel1.Controls.Add(labelControl3);
  140. stackPanel1.Controls.Add(txtCountPerPage);
  141. stackPanel1.Controls.Add(labelControl2);
  142. stackPanel1.Controls.Add(btnFirst);
  143. stackPanel1.Controls.Add(btnPrev);
  144. stackPanel1.Controls.Add(txtPageInfo);
  145. stackPanel1.Controls.Add(btnNext);
  146. stackPanel1.Controls.Add(btnLast);
  147. stackPanel1.Controls.Add(txtGoPage);
  148. stackPanel1.Controls.Add(btnGo);
  149. stackPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  150. stackPanel1.Location = new System.Drawing.Point(0, 0);
  151. stackPanel1.Name = "stackPanel1";
  152. stackPanel1.Size = new System.Drawing.Size(910, 26);
  153. stackPanel1.TabIndex = 2;
  154. //
  155. // labelControl1
  156. //
  157. labelControl1.Location = new System.Drawing.Point(3, 6);
  158. labelControl1.Name = "labelControl1";
  159. labelControl1.Size = new System.Drawing.Size(0, 14);
  160. labelControl1.TabIndex = 9;
  161. //
  162. // labelControl3
  163. //
  164. labelControl3.Location = new System.Drawing.Point(6, 6);
  165. labelControl3.Margin = new System.Windows.Forms.Padding(0);
  166. labelControl3.Name = "labelControl3";
  167. labelControl3.Size = new System.Drawing.Size(24, 14);
  168. labelControl3.TabIndex = 0;
  169. labelControl3.Text = "每页";
  170. //
  171. // labelControl2
  172. //
  173. labelControl2.Location = new System.Drawing.Point(115, 6);
  174. labelControl2.Name = "labelControl2";
  175. labelControl2.Size = new System.Drawing.Size(12, 14);
  176. labelControl2.TabIndex = 0;
  177. labelControl2.Text = "条";
  178. //
  179. // txtPageInfo
  180. //
  181. txtPageInfo.Location = new System.Drawing.Point(209, 6);
  182. txtPageInfo.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
  183. txtPageInfo.Name = "txtPageInfo";
  184. txtPageInfo.Size = new System.Drawing.Size(67, 14);
  185. txtPageInfo.TabIndex = 0;
  186. txtPageInfo.Text = "第0页/共0页";
  187. //
  188. // CtrlPage
  189. //
  190. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  191. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. Controls.Add(stackPanel1);
  193. Margin = new System.Windows.Forms.Padding(0);
  194. Name = "CtrlPage";
  195. Size = new System.Drawing.Size(910, 26);
  196. ((System.ComponentModel.ISupportInitialize)txtGoPage.Properties).EndInit();
  197. ((System.ComponentModel.ISupportInitialize)txtCountPerPage.Properties).EndInit();
  198. ((System.ComponentModel.ISupportInitialize)stackPanel1).EndInit();
  199. stackPanel1.ResumeLayout(false);
  200. stackPanel1.PerformLayout();
  201. ResumeLayout(false);
  202. }
  203. #endregion
  204. private DevExpress.XtraEditors.SimpleButton btnLast;
  205. private DevExpress.XtraEditors.SimpleButton btnNext;
  206. private DevExpress.XtraEditors.SimpleButton btnPrev;
  207. private DevExpress.XtraEditors.SimpleButton btnFirst;
  208. private DevExpress.XtraEditors.SimpleButton btnGo;
  209. private DevExpress.XtraEditors.TextEdit txtGoPage;
  210. private DevExpress.XtraEditors.ComboBoxEdit txtCountPerPage;
  211. private DevExpress.Utils.Layout.StackPanel stackPanel1;
  212. private DevExpress.XtraEditors.LabelControl labelControl2;
  213. private DevExpress.XtraEditors.LabelControl txtPageInfo;
  214. private DevExpress.XtraEditors.LabelControl labelControl3;
  215. private DevExpress.XtraEditors.LabelControl labelControl1;
  216. }
  217. }