PageControl.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace UAS_PLCDataReader.CustomerControl.PagingControl
  2. {
  3. partial class PageControl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageControl));
  29. this.GoFirstPage = new DevExpress.XtraEditors.SimpleButton();
  30. this.GoFormerPage = new DevExpress.XtraEditors.SimpleButton();
  31. this.CurrentPage = new System.Windows.Forms.TextBox();
  32. this.GoNextPage = new DevExpress.XtraEditors.SimpleButton();
  33. this.GoLastPage = new DevExpress.XtraEditors.SimpleButton();
  34. this.PageSize_label = new DevExpress.XtraEditors.LabelControl();
  35. this.ExportAllPage = new DevExpress.XtraEditors.SimpleButton();
  36. this.ExportCurrentPage = new DevExpress.XtraEditors.SimpleButton();
  37. this.PageSize = new DevExpress.XtraEditors.ComboBoxEdit();
  38. this.PageCount_label = new DevExpress.XtraEditors.LabelControl();
  39. this.PageCount = new DevExpress.XtraEditors.TextEdit();
  40. ((System.ComponentModel.ISupportInitialize)(this.PageSize.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.PageCount.Properties)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // GoFirstPage
  45. //
  46. this.GoFirstPage.Dock = System.Windows.Forms.DockStyle.Left;
  47. this.GoFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("GoFirstPage.Image")));
  48. this.GoFirstPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
  49. this.GoFirstPage.Location = new System.Drawing.Point(0, 0);
  50. this.GoFirstPage.Name = "GoFirstPage";
  51. this.GoFirstPage.Size = new System.Drawing.Size(38, 29);
  52. this.GoFirstPage.TabIndex = 1;
  53. this.GoFirstPage.Click += new System.EventHandler(this.GoPage_Click);
  54. //
  55. // GoFormerPage
  56. //
  57. this.GoFormerPage.Dock = System.Windows.Forms.DockStyle.Left;
  58. this.GoFormerPage.Image = ((System.Drawing.Image)(resources.GetObject("GoFormerPage.Image")));
  59. this.GoFormerPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
  60. this.GoFormerPage.Location = new System.Drawing.Point(38, 0);
  61. this.GoFormerPage.Name = "GoFormerPage";
  62. this.GoFormerPage.Size = new System.Drawing.Size(38, 29);
  63. this.GoFormerPage.TabIndex = 2;
  64. this.GoFormerPage.Click += new System.EventHandler(this.GoPage_Click);
  65. //
  66. // CurrentPage
  67. //
  68. this.CurrentPage.Dock = System.Windows.Forms.DockStyle.Left;
  69. this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.CurrentPage.Location = new System.Drawing.Point(76, 0);
  71. this.CurrentPage.Multiline = true;
  72. this.CurrentPage.Name = "CurrentPage";
  73. this.CurrentPage.Size = new System.Drawing.Size(42, 29);
  74. this.CurrentPage.TabIndex = 3;
  75. this.CurrentPage.Text = "1";
  76. this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  77. //
  78. // GoNextPage
  79. //
  80. this.GoNextPage.Dock = System.Windows.Forms.DockStyle.Left;
  81. this.GoNextPage.Image = ((System.Drawing.Image)(resources.GetObject("GoNextPage.Image")));
  82. this.GoNextPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
  83. this.GoNextPage.Location = new System.Drawing.Point(118, 0);
  84. this.GoNextPage.Name = "GoNextPage";
  85. this.GoNextPage.Size = new System.Drawing.Size(38, 29);
  86. this.GoNextPage.TabIndex = 4;
  87. this.GoNextPage.Click += new System.EventHandler(this.GoPage_Click);
  88. //
  89. // GoLastPage
  90. //
  91. this.GoLastPage.Dock = System.Windows.Forms.DockStyle.Left;
  92. this.GoLastPage.Image = ((System.Drawing.Image)(resources.GetObject("GoLastPage.Image")));
  93. this.GoLastPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
  94. this.GoLastPage.Location = new System.Drawing.Point(156, 0);
  95. this.GoLastPage.Name = "GoLastPage";
  96. this.GoLastPage.Size = new System.Drawing.Size(38, 29);
  97. this.GoLastPage.TabIndex = 5;
  98. this.GoLastPage.Click += new System.EventHandler(this.GoPage_Click);
  99. //
  100. // PageSize_label
  101. //
  102. this.PageSize_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
  103. this.PageSize_label.Location = new System.Drawing.Point(200, 4);
  104. this.PageSize_label.Name = "PageSize_label";
  105. this.PageSize_label.Size = new System.Drawing.Size(56, 20);
  106. this.PageSize_label.TabIndex = 6;
  107. this.PageSize_label.Text = "分页大小";
  108. //
  109. // ExportAllPage
  110. //
  111. this.ExportAllPage.Dock = System.Windows.Forms.DockStyle.Right;
  112. this.ExportAllPage.Location = new System.Drawing.Point(808, 0);
  113. this.ExportAllPage.Name = "ExportAllPage";
  114. this.ExportAllPage.Size = new System.Drawing.Size(75, 29);
  115. this.ExportAllPage.TabIndex = 7;
  116. this.ExportAllPage.Text = "导出全部页";
  117. this.ExportAllPage.Visible = false;
  118. //
  119. // ExportCurrentPage
  120. //
  121. this.ExportCurrentPage.Dock = System.Windows.Forms.DockStyle.Right;
  122. this.ExportCurrentPage.Location = new System.Drawing.Point(733, 0);
  123. this.ExportCurrentPage.Name = "ExportCurrentPage";
  124. this.ExportCurrentPage.Size = new System.Drawing.Size(75, 29);
  125. this.ExportCurrentPage.TabIndex = 8;
  126. this.ExportCurrentPage.Text = "导出当前页";
  127. this.ExportCurrentPage.Visible = false;
  128. //
  129. // PageSize
  130. //
  131. this.PageSize.EditValue = "20";
  132. this.PageSize.Location = new System.Drawing.Point(264, 0);
  133. this.PageSize.Name = "PageSize";
  134. this.PageSize.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 13F);
  135. this.PageSize.Properties.Appearance.Options.UseFont = true;
  136. this.PageSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  137. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  138. this.PageSize.Properties.Items.AddRange(new object[] {
  139. "20",
  140. "30",
  141. "40",
  142. "50"});
  143. this.PageSize.Size = new System.Drawing.Size(59, 28);
  144. this.PageSize.TabIndex = 9;
  145. this.PageSize.SelectedIndexChanged += new System.EventHandler(this.PageSize_SelectedIndexChanged);
  146. //
  147. // PageCount_label
  148. //
  149. this.PageCount_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
  150. this.PageCount_label.Location = new System.Drawing.Point(329, 4);
  151. this.PageCount_label.Name = "PageCount_label";
  152. this.PageCount_label.Size = new System.Drawing.Size(42, 20);
  153. this.PageCount_label.TabIndex = 10;
  154. this.PageCount_label.Text = "总页数";
  155. //
  156. // PageCount
  157. //
  158. this.PageCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  159. | System.Windows.Forms.AnchorStyles.Left)));
  160. this.PageCount.Enabled = false;
  161. this.PageCount.Location = new System.Drawing.Point(377, 1);
  162. this.PageCount.Name = "PageCount";
  163. this.PageCount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
  164. this.PageCount.Properties.Appearance.Options.UseFont = true;
  165. this.PageCount.Size = new System.Drawing.Size(42, 26);
  166. this.PageCount.TabIndex = 12;
  167. //
  168. // PageControl
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.Controls.Add(this.PageCount);
  173. this.Controls.Add(this.PageCount_label);
  174. this.Controls.Add(this.PageSize);
  175. this.Controls.Add(this.ExportCurrentPage);
  176. this.Controls.Add(this.ExportAllPage);
  177. this.Controls.Add(this.PageSize_label);
  178. this.Controls.Add(this.GoLastPage);
  179. this.Controls.Add(this.GoNextPage);
  180. this.Controls.Add(this.CurrentPage);
  181. this.Controls.Add(this.GoFormerPage);
  182. this.Controls.Add(this.GoFirstPage);
  183. this.Name = "PageControl";
  184. this.Size = new System.Drawing.Size(883, 29);
  185. this.Load += new System.EventHandler(this.PageControl_Load);
  186. ((System.ComponentModel.ISupportInitialize)(this.PageSize.Properties)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.PageCount.Properties)).EndInit();
  188. this.ResumeLayout(false);
  189. this.PerformLayout();
  190. }
  191. #endregion
  192. private DevExpress.XtraEditors.SimpleButton GoFirstPage;
  193. private DevExpress.XtraEditors.SimpleButton GoFormerPage;
  194. private System.Windows.Forms.TextBox CurrentPage;
  195. private DevExpress.XtraEditors.SimpleButton GoNextPage;
  196. private DevExpress.XtraEditors.SimpleButton GoLastPage;
  197. private DevExpress.XtraEditors.LabelControl PageSize_label;
  198. private DevExpress.XtraEditors.SimpleButton ExportAllPage;
  199. private DevExpress.XtraEditors.SimpleButton ExportCurrentPage;
  200. private DevExpress.XtraEditors.ComboBoxEdit PageSize;
  201. private DevExpress.XtraEditors.LabelControl PageCount_label;
  202. private DevExpress.XtraEditors.TextEdit PageCount;
  203. }
  204. }