CtrlPaging.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlPaging
  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(CtrlPaging));
  29. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.btnGo = new DevExpress.XtraEditors.SimpleButton();
  31. this.txtGoPage = new DevExpress.XtraEditors.TextEdit();
  32. this.dataNavigator1 = new DevExpress.XtraEditors.DataNavigator();
  33. this.txtCountPerPage = new DevExpress.XtraEditors.ComboBoxEdit();
  34. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  35. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  36. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
  39. this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
  40. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  41. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  42. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  43. this.layoutControl1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // layoutControl1
  57. //
  58. this.layoutControl1.Controls.Add(this.btnGo);
  59. this.layoutControl1.Controls.Add(this.txtGoPage);
  60. this.layoutControl1.Controls.Add(this.dataNavigator1);
  61. this.layoutControl1.Controls.Add(this.txtCountPerPage);
  62. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  64. this.layoutControl1.MaximumSize = new System.Drawing.Size(0, 31);
  65. this.layoutControl1.MinimumSize = new System.Drawing.Size(0, 32);
  66. this.layoutControl1.Name = "layoutControl1";
  67. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1044, 185, 650, 400);
  68. this.layoutControl1.Root = this.Root;
  69. this.layoutControl1.Size = new System.Drawing.Size(645, 32);
  70. this.layoutControl1.TabIndex = 0;
  71. this.layoutControl1.Text = "layoutControl1";
  72. //
  73. // btnGo
  74. //
  75. this.btnGo.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnGo.ImageOptions.SvgImage")));
  76. this.btnGo.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
  77. this.btnGo.Location = new System.Drawing.Point(621, 7);
  78. this.btnGo.Name = "btnGo";
  79. this.btnGo.Size = new System.Drawing.Size(20, 17);
  80. this.btnGo.StyleController = this.layoutControl1;
  81. this.btnGo.TabIndex = 11;
  82. this.btnGo.ToolTip = "跳转";
  83. this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
  84. //
  85. // txtGoPage
  86. //
  87. this.txtGoPage.Location = new System.Drawing.Point(541, 7);
  88. this.txtGoPage.Name = "txtGoPage";
  89. this.txtGoPage.Properties.AutoHeight = false;
  90. this.txtGoPage.Size = new System.Drawing.Size(76, 17);
  91. this.txtGoPage.StyleController = this.layoutControl1;
  92. this.txtGoPage.TabIndex = 9;
  93. //
  94. // dataNavigator1
  95. //
  96. this.dataNavigator1.Buttons.Append.Visible = false;
  97. this.dataNavigator1.Buttons.CancelEdit.Visible = false;
  98. this.dataNavigator1.Buttons.EndEdit.Visible = false;
  99. this.dataNavigator1.Buttons.Next.Visible = false;
  100. this.dataNavigator1.Buttons.Prev.Visible = false;
  101. this.dataNavigator1.Buttons.Remove.Visible = false;
  102. this.dataNavigator1.Location = new System.Drawing.Point(152, 7);
  103. this.dataNavigator1.Name = "dataNavigator1";
  104. this.dataNavigator1.Size = new System.Drawing.Size(152, 20);
  105. this.dataNavigator1.StyleController = this.layoutControl1;
  106. this.dataNavigator1.TabIndex = 8;
  107. this.dataNavigator1.Text = "dataNavigator1";
  108. this.dataNavigator1.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center;
  109. this.dataNavigator1.TextStringFormat = "第{0}页/共{1}页";
  110. this.dataNavigator1.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.dataNavigator1_ButtonClick);
  111. //
  112. // txtCountPerPage
  113. //
  114. this.txtCountPerPage.EditValue = "5000";
  115. this.txtCountPerPage.Location = new System.Drawing.Point(34, 7);
  116. this.txtCountPerPage.Name = "txtCountPerPage";
  117. this.txtCountPerPage.Properties.AutoHeight = false;
  118. this.txtCountPerPage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  119. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  120. this.txtCountPerPage.Properties.Items.AddRange(new object[] {
  121. "100",
  122. "500",
  123. "1000",
  124. "2000",
  125. "5000",
  126. "10000"});
  127. this.txtCountPerPage.Size = new System.Drawing.Size(76, 18);
  128. this.txtCountPerPage.StyleController = this.layoutControl1;
  129. this.txtCountPerPage.TabIndex = 10;
  130. this.txtCountPerPage.EditValueChanged += new System.EventHandler(this.txtCountPerPage_EditValueChanged);
  131. //
  132. // Root
  133. //
  134. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  135. this.Root.GroupBordersVisible = false;
  136. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  137. this.layoutControlItem5,
  138. this.layoutControlItem6,
  139. this.layoutControlItem7,
  140. this.simpleLabelItem1,
  141. this.simpleLabelItem2,
  142. this.layoutControlItem8,
  143. this.emptySpaceItem1});
  144. this.Root.Name = "Root";
  145. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
  146. this.Root.Size = new System.Drawing.Size(645, 32);
  147. this.Root.TextVisible = false;
  148. //
  149. // layoutControlItem5
  150. //
  151. this.layoutControlItem5.Control = this.dataNavigator1;
  152. this.layoutControlItem5.Location = new System.Drawing.Point(148, 0);
  153. this.layoutControlItem5.MaxSize = new System.Drawing.Size(156, 25);
  154. this.layoutControlItem5.MinSize = new System.Drawing.Size(156, 25);
  155. this.layoutControlItem5.Name = "layoutControlItem5";
  156. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  157. this.layoutControlItem5.Size = new System.Drawing.Size(156, 28);
  158. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  159. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  160. this.layoutControlItem5.TextVisible = false;
  161. //
  162. // layoutControlItem6
  163. //
  164. this.layoutControlItem6.Control = this.txtGoPage;
  165. this.layoutControlItem6.Location = new System.Drawing.Point(537, 0);
  166. this.layoutControlItem6.MaxSize = new System.Drawing.Size(80, 24);
  167. this.layoutControlItem6.MinSize = new System.Drawing.Size(80, 24);
  168. this.layoutControlItem6.Name = "layoutControlItem6";
  169. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  170. this.layoutControlItem6.Size = new System.Drawing.Size(80, 28);
  171. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  172. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  173. this.layoutControlItem6.TextVisible = false;
  174. //
  175. // layoutControlItem7
  176. //
  177. this.layoutControlItem7.Control = this.txtCountPerPage;
  178. this.layoutControlItem7.Location = new System.Drawing.Point(30, 0);
  179. this.layoutControlItem7.MaxSize = new System.Drawing.Size(80, 25);
  180. this.layoutControlItem7.MinSize = new System.Drawing.Size(80, 25);
  181. this.layoutControlItem7.Name = "layoutControlItem7";
  182. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  183. this.layoutControlItem7.Size = new System.Drawing.Size(80, 28);
  184. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  185. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  186. this.layoutControlItem7.TextVisible = false;
  187. //
  188. // simpleLabelItem1
  189. //
  190. this.simpleLabelItem1.AllowHotTrack = false;
  191. this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0);
  192. this.simpleLabelItem1.MaxSize = new System.Drawing.Size(30, 28);
  193. this.simpleLabelItem1.MinSize = new System.Drawing.Size(30, 28);
  194. this.simpleLabelItem1.Name = "simpleLabelItem1";
  195. this.simpleLabelItem1.Size = new System.Drawing.Size(30, 28);
  196. this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  197. this.simpleLabelItem1.Text = "每页";
  198. this.simpleLabelItem1.TextSize = new System.Drawing.Size(24, 14);
  199. //
  200. // simpleLabelItem2
  201. //
  202. this.simpleLabelItem2.AllowHotTrack = false;
  203. this.simpleLabelItem2.Location = new System.Drawing.Point(110, 0);
  204. this.simpleLabelItem2.MaxSize = new System.Drawing.Size(38, 25);
  205. this.simpleLabelItem2.MinSize = new System.Drawing.Size(38, 25);
  206. this.simpleLabelItem2.Name = "simpleLabelItem2";
  207. this.simpleLabelItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 20, 2, 2);
  208. this.simpleLabelItem2.Size = new System.Drawing.Size(38, 28);
  209. this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  210. this.simpleLabelItem2.Text = "条";
  211. this.simpleLabelItem2.TextSize = new System.Drawing.Size(24, 14);
  212. //
  213. // layoutControlItem8
  214. //
  215. this.layoutControlItem8.Control = this.btnGo;
  216. this.layoutControlItem8.Location = new System.Drawing.Point(617, 0);
  217. this.layoutControlItem8.MaxSize = new System.Drawing.Size(24, 24);
  218. this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 24);
  219. this.layoutControlItem8.Name = "layoutControlItem8";
  220. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  221. this.layoutControlItem8.Size = new System.Drawing.Size(24, 28);
  222. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  223. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  224. this.layoutControlItem8.TextVisible = false;
  225. //
  226. // emptySpaceItem1
  227. //
  228. this.emptySpaceItem1.AllowHotTrack = false;
  229. this.emptySpaceItem1.Location = new System.Drawing.Point(304, 0);
  230. this.emptySpaceItem1.Name = "emptySpaceItem1";
  231. this.emptySpaceItem1.Size = new System.Drawing.Size(233, 28);
  232. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  233. //
  234. // CtrlPaging
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.Controls.Add(this.layoutControl1);
  239. this.Name = "CtrlPaging";
  240. this.Size = new System.Drawing.Size(645, 32);
  241. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  242. this.layoutControl1.ResumeLayout(false);
  243. ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  253. this.ResumeLayout(false);
  254. }
  255. #endregion
  256. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  257. private DevExpress.XtraLayout.LayoutControlGroup Root;
  258. private DevExpress.XtraEditors.TextEdit txtGoPage;
  259. private DevExpress.XtraEditors.DataNavigator dataNavigator1;
  260. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  261. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  262. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  263. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  264. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
  265. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
  266. private DevExpress.XtraEditors.SimpleButton btnGo;
  267. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  268. private DevExpress.XtraEditors.ComboBoxEdit txtCountPerPage;
  269. }
  270. }