CtrlPage.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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. labelControl2 = new DevExpress.XtraEditors.LabelControl();
  39. txtPageInfo = new DevExpress.XtraEditors.LabelControl();
  40. ((System.ComponentModel.ISupportInitialize)txtGoPage.Properties).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)txtCountPerPage.Properties).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)stackPanel1).BeginInit();
  43. stackPanel1.SuspendLayout();
  44. SuspendLayout();
  45. //
  46. // btnLast
  47. //
  48. btnLast.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnLast.ImageOptions.SvgImage");
  49. btnLast.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  50. btnLast.Location = new System.Drawing.Point(311, 10);
  51. btnLast.Name = "btnLast";
  52. btnLast.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  53. btnLast.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  54. btnLast.Size = new System.Drawing.Size(20, 20);
  55. btnLast.TabIndex = 4;
  56. btnLast.ToolTip = "尾页";
  57. btnLast.Click += btn_Click;
  58. //
  59. // btnNext
  60. //
  61. btnNext.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnNext.ImageOptions.SvgImage");
  62. btnNext.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  63. btnNext.Location = new System.Drawing.Point(287, 10);
  64. btnNext.Name = "btnNext";
  65. btnNext.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  66. btnNext.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  67. btnNext.Size = new System.Drawing.Size(20, 20);
  68. btnNext.TabIndex = 3;
  69. btnNext.ToolTip = "下一页";
  70. btnNext.Click += btn_Click;
  71. //
  72. // btnPrev
  73. //
  74. btnPrev.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnPrev.ImageOptions.SvgImage");
  75. btnPrev.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  76. btnPrev.Location = new System.Drawing.Point(176, 10);
  77. btnPrev.Name = "btnPrev";
  78. btnPrev.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  79. btnPrev.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  80. btnPrev.Size = new System.Drawing.Size(20, 20);
  81. btnPrev.TabIndex = 2;
  82. btnPrev.ToolTip = "上一页";
  83. btnPrev.Click += btn_Click;
  84. //
  85. // btnFirst
  86. //
  87. btnFirst.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnFirst.ImageOptions.SvgImage");
  88. btnFirst.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  89. btnFirst.Location = new System.Drawing.Point(151, 10);
  90. btnFirst.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
  91. btnFirst.Name = "btnFirst";
  92. btnFirst.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  93. btnFirst.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  94. btnFirst.Size = new System.Drawing.Size(20, 20);
  95. btnFirst.TabIndex = 0;
  96. btnFirst.ToolTip = "首页";
  97. btnFirst.Click += btn_Click;
  98. //
  99. // btnGo
  100. //
  101. btnGo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnGo.ImageOptions.SvgImage");
  102. btnGo.ImageOptions.SvgImageSize = new System.Drawing.Size(12, 12);
  103. btnGo.Location = new System.Drawing.Point(434, 10);
  104. btnGo.Name = "btnGo";
  105. btnGo.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  106. btnGo.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
  107. btnGo.Size = new System.Drawing.Size(20, 20);
  108. btnGo.TabIndex = 6;
  109. btnGo.ToolTip = "跳转";
  110. btnGo.Click += btn_Click;
  111. //
  112. // txtGoPage
  113. //
  114. txtGoPage.Location = new System.Drawing.Point(353, 10);
  115. txtGoPage.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
  116. txtGoPage.Name = "txtGoPage";
  117. txtGoPage.Properties.AutoHeight = false;
  118. txtGoPage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  119. txtGoPage.Size = new System.Drawing.Size(76, 20);
  120. txtGoPage.TabIndex = 5;
  121. //
  122. // txtCountPerPage
  123. //
  124. txtCountPerPage.EditValue = "100";
  125. txtCountPerPage.Location = new System.Drawing.Point(37, 10);
  126. txtCountPerPage.Name = "txtCountPerPage";
  127. txtCountPerPage.Properties.AutoHeight = false;
  128. txtCountPerPage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  129. txtCountPerPage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  130. txtCountPerPage.Properties.Items.AddRange(new object[] { "100", "500", "1000", "2000", "5000" });
  131. txtCountPerPage.Size = new System.Drawing.Size(76, 20);
  132. txtCountPerPage.TabIndex = 0;
  133. txtCountPerPage.EditValueChanged += txtCountPerPage_EditValueChanged;
  134. //
  135. // stackPanel1
  136. //
  137. stackPanel1.Controls.Add(labelControl1);
  138. stackPanel1.Controls.Add(txtCountPerPage);
  139. stackPanel1.Controls.Add(labelControl2);
  140. stackPanel1.Controls.Add(btnFirst);
  141. stackPanel1.Controls.Add(btnPrev);
  142. stackPanel1.Controls.Add(txtPageInfo);
  143. stackPanel1.Controls.Add(btnNext);
  144. stackPanel1.Controls.Add(btnLast);
  145. stackPanel1.Controls.Add(txtGoPage);
  146. stackPanel1.Controls.Add(btnGo);
  147. stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. stackPanel1.Location = new System.Drawing.Point(0, 0);
  149. stackPanel1.Name = "stackPanel1";
  150. stackPanel1.Size = new System.Drawing.Size(796, 42);
  151. stackPanel1.TabIndex = 2;
  152. stackPanel1.UseSkinIndents = true;
  153. //
  154. // labelControl1
  155. //
  156. labelControl1.Location = new System.Drawing.Point(11, 13);
  157. labelControl1.Margin = new System.Windows.Forms.Padding(0);
  158. labelControl1.Name = "labelControl1";
  159. labelControl1.Size = new System.Drawing.Size(24, 14);
  160. labelControl1.TabIndex = 0;
  161. labelControl1.Text = "每页";
  162. //
  163. // labelControl2
  164. //
  165. labelControl2.Location = new System.Drawing.Point(117, 13);
  166. labelControl2.Name = "labelControl2";
  167. labelControl2.Size = new System.Drawing.Size(12, 14);
  168. labelControl2.TabIndex = 0;
  169. labelControl2.Text = "条";
  170. //
  171. // txtPageInfo
  172. //
  173. txtPageInfo.Location = new System.Drawing.Point(208, 13);
  174. txtPageInfo.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
  175. txtPageInfo.Name = "txtPageInfo";
  176. txtPageInfo.Size = new System.Drawing.Size(67, 14);
  177. txtPageInfo.TabIndex = 0;
  178. txtPageInfo.Text = "第0页/共0页";
  179. //
  180. // CtrlPage
  181. //
  182. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  183. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. Controls.Add(stackPanel1);
  185. Margin = new System.Windows.Forms.Padding(0);
  186. Name = "CtrlPage";
  187. Size = new System.Drawing.Size(796, 42);
  188. ((System.ComponentModel.ISupportInitialize)txtGoPage.Properties).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)txtCountPerPage.Properties).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)stackPanel1).EndInit();
  191. stackPanel1.ResumeLayout(false);
  192. stackPanel1.PerformLayout();
  193. ResumeLayout(false);
  194. }
  195. #endregion
  196. private DevExpress.XtraEditors.SimpleButton btnLast;
  197. private DevExpress.XtraEditors.SimpleButton btnNext;
  198. private DevExpress.XtraEditors.SimpleButton btnPrev;
  199. private DevExpress.XtraEditors.SimpleButton btnFirst;
  200. private DevExpress.XtraEditors.SimpleButton btnGo;
  201. private DevExpress.XtraEditors.TextEdit txtGoPage;
  202. private DevExpress.XtraEditors.ComboBoxEdit txtCountPerPage;
  203. private DevExpress.Utils.Layout.StackPanel stackPanel1;
  204. private DevExpress.XtraEditors.LabelControl labelControl1;
  205. private DevExpress.XtraEditors.LabelControl labelControl2;
  206. private DevExpress.XtraEditors.LabelControl txtPageInfo;
  207. }
  208. }