Pager.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace ProjectBase.Controls
  2. {
  3. partial class Pager
  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. this.label_PageInfo = new DevExpress.XtraEditors.LabelControl();
  29. this.btn_First = new DevExpress.XtraEditors.SimpleButton();
  30. this.btn_Previous = new DevExpress.XtraEditors.SimpleButton();
  31. this.btn_Next = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Last = new DevExpress.XtraEditors.SimpleButton();
  33. this.txt_CurrentPage = new DevExpress.XtraEditors.TextEdit();
  34. this.btn_ExportCurrent = new DevExpress.XtraEditors.SimpleButton();
  35. this.btn_Export = new DevExpress.XtraEditors.SimpleButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // label_PageInfo
  40. //
  41. this.label_PageInfo.Location = new System.Drawing.Point(4, 10);
  42. this.label_PageInfo.Name = "label_PageInfo";
  43. this.label_PageInfo.Size = new System.Drawing.Size(213, 14);
  44. this.label_PageInfo.TabIndex = 0;
  45. this.label_PageInfo.Text = "共 {0} 条记录,每页 {1} 条,共 {2} 页";
  46. //
  47. // btn_First
  48. //
  49. this.btn_First.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  50. this.btn_First.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  51. this.btn_First.Appearance.Options.UseBackColor = true;
  52. this.btn_First.Location = new System.Drawing.Point(289, 7);
  53. this.btn_First.Name = "btn_First";
  54. this.btn_First.Size = new System.Drawing.Size(30, 20);
  55. this.btn_First.TabIndex = 1;
  56. this.btn_First.Text = "|<";
  57. this.btn_First.Click += new System.EventHandler(this.btn_First_Click);
  58. //
  59. // btn_Previous
  60. //
  61. this.btn_Previous.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  62. this.btn_Previous.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  63. this.btn_Previous.Appearance.Options.UseBackColor = true;
  64. this.btn_Previous.Location = new System.Drawing.Point(325, 7);
  65. this.btn_Previous.Name = "btn_Previous";
  66. this.btn_Previous.Size = new System.Drawing.Size(30, 20);
  67. this.btn_Previous.TabIndex = 1;
  68. this.btn_Previous.Text = "<";
  69. this.btn_Previous.Click += new System.EventHandler(this.btn_Previous_Click);
  70. //
  71. // btn_Next
  72. //
  73. this.btn_Next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  74. this.btn_Next.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  75. this.btn_Next.Appearance.Options.UseBackColor = true;
  76. this.btn_Next.Location = new System.Drawing.Point(385, 7);
  77. this.btn_Next.Name = "btn_Next";
  78. this.btn_Next.Size = new System.Drawing.Size(30, 20);
  79. this.btn_Next.TabIndex = 1;
  80. this.btn_Next.Text = ">";
  81. this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click);
  82. //
  83. // btn_Last
  84. //
  85. this.btn_Last.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  86. this.btn_Last.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  87. this.btn_Last.Appearance.Options.UseBackColor = true;
  88. this.btn_Last.Location = new System.Drawing.Point(421, 7);
  89. this.btn_Last.Name = "btn_Last";
  90. this.btn_Last.Size = new System.Drawing.Size(30, 20);
  91. this.btn_Last.TabIndex = 1;
  92. this.btn_Last.Text = ">|";
  93. this.btn_Last.Click += new System.EventHandler(this.btn_Last_Click);
  94. //
  95. // txt_CurrentPage
  96. //
  97. this.txt_CurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  98. this.txt_CurrentPage.EditValue = "1";
  99. this.txt_CurrentPage.Location = new System.Drawing.Point(357, 7);
  100. this.txt_CurrentPage.Name = "txt_CurrentPage";
  101. this.txt_CurrentPage.Size = new System.Drawing.Size(25, 20);
  102. this.txt_CurrentPage.TabIndex = 2;
  103. this.txt_CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_CurrentPage_KeyDown);
  104. //
  105. // btn_ExportCurrent
  106. //
  107. this.btn_ExportCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  108. this.btn_ExportCurrent.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  109. this.btn_ExportCurrent.Appearance.Options.UseBackColor = true;
  110. this.btn_ExportCurrent.Location = new System.Drawing.Point(462, 7);
  111. this.btn_ExportCurrent.Name = "btn_ExportCurrent";
  112. this.btn_ExportCurrent.Size = new System.Drawing.Size(74, 20);
  113. this.btn_ExportCurrent.TabIndex = 1;
  114. this.btn_ExportCurrent.Text = "导出当前页";
  115. this.btn_ExportCurrent.Click += new System.EventHandler(this.btn_ExportCurrent_Click);
  116. //
  117. // btn_Export
  118. //
  119. this.btn_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  120. this.btn_Export.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244)))));
  121. this.btn_Export.Appearance.Options.UseBackColor = true;
  122. this.btn_Export.Location = new System.Drawing.Point(546, 7);
  123. this.btn_Export.Name = "btn_Export";
  124. this.btn_Export.Size = new System.Drawing.Size(74, 20);
  125. this.btn_Export.TabIndex = 1;
  126. this.btn_Export.Text = "导出全部页";
  127. this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click);
  128. //
  129. // Pager
  130. //
  131. this.Appearance.BackColor = System.Drawing.Color.Transparent;
  132. this.Appearance.Options.UseBackColor = true;
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.Controls.Add(this.txt_CurrentPage);
  136. this.Controls.Add(this.btn_Export);
  137. this.Controls.Add(this.btn_ExportCurrent);
  138. this.Controls.Add(this.btn_Last);
  139. this.Controls.Add(this.btn_Next);
  140. this.Controls.Add(this.btn_Previous);
  141. this.Controls.Add(this.btn_First);
  142. this.Controls.Add(this.label_PageInfo);
  143. this.Name = "Pager";
  144. this.Size = new System.Drawing.Size(623, 32);
  145. ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).EndInit();
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private DevExpress.XtraEditors.LabelControl label_PageInfo;
  151. private DevExpress.XtraEditors.SimpleButton btn_First;
  152. private DevExpress.XtraEditors.SimpleButton btn_Previous;
  153. private DevExpress.XtraEditors.SimpleButton btn_Next;
  154. private DevExpress.XtraEditors.SimpleButton btn_Last;
  155. private DevExpress.XtraEditors.TextEdit txt_CurrentPage;
  156. private DevExpress.XtraEditors.SimpleButton btn_ExportCurrent;
  157. private DevExpress.XtraEditors.SimpleButton btn_Export;
  158. }
  159. }