版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

313 lines
16 KiB

  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class PageCtrl
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.lblCurrentPage = new System.Windows.Forms.Label();
  33. this.lblPageCount = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.lblTotalCount = new System.Windows.Forms.Label();
  37. this.numPageDataCount = new System.Windows.Forms.NumericUpDown();
  38. this.numGoto = new System.Windows.Forms.NumericUpDown();
  39. this.linkFirst = new System.Windows.Forms.LinkLabel();
  40. this.linkLast = new System.Windows.Forms.LinkLabel();
  41. this.linkPrevious = new System.Windows.Forms.LinkLabel();
  42. this.linkNext = new System.Windows.Forms.LinkLabel();
  43. this.btnGo = new System.Windows.Forms.Button();
  44. ((System.ComponentModel.ISupportInitialize)(this.numPageDataCount)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.numGoto)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.label1.Location = new System.Drawing.Point(20, 10);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(32, 17);
  55. this.label1.TabIndex = 0;
  56. this.label1.Text = "每页";
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.label2.Location = new System.Drawing.Point(136, 10);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(20, 17);
  65. this.label2.TabIndex = 2;
  66. this.label2.Text = "条";
  67. //
  68. // label3
  69. //
  70. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  71. this.label3.AutoSize = true;
  72. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.label3.Location = new System.Drawing.Point(211, 10);
  74. this.label3.Name = "label3";
  75. this.label3.Size = new System.Drawing.Size(44, 17);
  76. this.label3.TabIndex = 3;
  77. this.label3.Text = "当前页";
  78. //
  79. // label4
  80. //
  81. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  82. this.label4.AutoSize = true;
  83. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.label4.Location = new System.Drawing.Point(327, 10);
  85. this.label4.Name = "label4";
  86. this.label4.Size = new System.Drawing.Size(13, 17);
  87. this.label4.TabIndex = 4;
  88. this.label4.Text = "/";
  89. //
  90. // lblCurrentPage
  91. //
  92. this.lblCurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  93. this.lblCurrentPage.AutoSize = true;
  94. this.lblCurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lblCurrentPage.ForeColor = System.Drawing.SystemColors.Highlight;
  96. this.lblCurrentPage.Location = new System.Drawing.Point(278, 10);
  97. this.lblCurrentPage.Name = "lblCurrentPage";
  98. this.lblCurrentPage.Size = new System.Drawing.Size(43, 17);
  99. this.lblCurrentPage.TabIndex = 5;
  100. this.lblCurrentPage.Text = "10000";
  101. //
  102. // lblPageCount
  103. //
  104. this.lblPageCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  105. this.lblPageCount.AutoSize = true;
  106. this.lblPageCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.lblPageCount.ForeColor = System.Drawing.SystemColors.Highlight;
  108. this.lblPageCount.Location = new System.Drawing.Point(346, 10);
  109. this.lblPageCount.Name = "lblPageCount";
  110. this.lblPageCount.Size = new System.Drawing.Size(43, 17);
  111. this.lblPageCount.TabIndex = 6;
  112. this.lblPageCount.Text = "10000";
  113. //
  114. // label7
  115. //
  116. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  117. this.label7.AutoSize = true;
  118. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.label7.Location = new System.Drawing.Point(409, 10);
  120. this.label7.Name = "label7";
  121. this.label7.Size = new System.Drawing.Size(20, 17);
  122. this.label7.TabIndex = 7;
  123. this.label7.Text = "共";
  124. //
  125. // label8
  126. //
  127. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  128. this.label8.AutoSize = true;
  129. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.label8.Location = new System.Drawing.Point(505, 10);
  131. this.label8.Name = "label8";
  132. this.label8.Size = new System.Drawing.Size(44, 17);
  133. this.label8.TabIndex = 8;
  134. this.label8.Text = "条记录";
  135. //
  136. // lblTotalCount
  137. //
  138. this.lblTotalCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  139. this.lblTotalCount.AutoSize = true;
  140. this.lblTotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.lblTotalCount.ForeColor = System.Drawing.SystemColors.Highlight;
  142. this.lblTotalCount.Location = new System.Drawing.Point(435, 10);
  143. this.lblTotalCount.Name = "lblTotalCount";
  144. this.lblTotalCount.Size = new System.Drawing.Size(64, 17);
  145. this.lblTotalCount.TabIndex = 9;
  146. this.lblTotalCount.Text = "10000000";
  147. //
  148. // numPageDataCount
  149. //
  150. this.numPageDataCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.numPageDataCount.Location = new System.Drawing.Point(58, 6);
  152. this.numPageDataCount.Maximum = new decimal(new int[] {
  153. 10000,
  154. 0,
  155. 0,
  156. 0});
  157. this.numPageDataCount.Minimum = new decimal(new int[] {
  158. 10,
  159. 0,
  160. 0,
  161. 0});
  162. this.numPageDataCount.Name = "numPageDataCount";
  163. this.numPageDataCount.Size = new System.Drawing.Size(72, 23);
  164. this.numPageDataCount.TabIndex = 10;
  165. this.numPageDataCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  166. this.numPageDataCount.Value = new decimal(new int[] {
  167. 30,
  168. 0,
  169. 0,
  170. 0});
  171. this.numPageDataCount.ValueChanged += new System.EventHandler(this.txtPageSize_TextChanged);
  172. this.numPageDataCount.Leave += new System.EventHandler(this.txtPageSize_Leave);
  173. //
  174. // numGoto
  175. //
  176. this.numGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  177. this.numGoto.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.numGoto.Location = new System.Drawing.Point(756, 8);
  179. this.numGoto.Maximum = new decimal(new int[] {
  180. 10000,
  181. 0,
  182. 0,
  183. 0});
  184. this.numGoto.Minimum = new decimal(new int[] {
  185. 1,
  186. 0,
  187. 0,
  188. 0});
  189. this.numGoto.Name = "numGoto";
  190. this.numGoto.Size = new System.Drawing.Size(67, 23);
  191. this.numGoto.TabIndex = 11;
  192. this.numGoto.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  193. this.numGoto.Value = new decimal(new int[] {
  194. 1,
  195. 0,
  196. 0,
  197. 0});
  198. this.numGoto.ValueChanged += new System.EventHandler(this.txtPageNum_TextChanged);
  199. this.numGoto.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPageNum_KeyPress);
  200. //
  201. // linkFirst
  202. //
  203. this.linkFirst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  204. this.linkFirst.AutoSize = true;
  205. this.linkFirst.Location = new System.Drawing.Point(572, 13);
  206. this.linkFirst.Name = "linkFirst";
  207. this.linkFirst.Size = new System.Drawing.Size(29, 12);
  208. this.linkFirst.TabIndex = 12;
  209. this.linkFirst.TabStop = true;
  210. this.linkFirst.Text = "首页";
  211. this.linkFirst.Click += new System.EventHandler(this.linkFirst_Click);
  212. //
  213. // linkLast
  214. //
  215. this.linkLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  216. this.linkLast.AutoSize = true;
  217. this.linkLast.Location = new System.Drawing.Point(704, 13);
  218. this.linkLast.Name = "linkLast";
  219. this.linkLast.Size = new System.Drawing.Size(29, 12);
  220. this.linkLast.TabIndex = 13;
  221. this.linkLast.TabStop = true;
  222. this.linkLast.Text = "尾页";
  223. this.linkLast.Click += new System.EventHandler(this.linkLast_Click);
  224. //
  225. // linkPrevious
  226. //
  227. this.linkPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  228. this.linkPrevious.AutoSize = true;
  229. this.linkPrevious.Location = new System.Drawing.Point(624, 13);
  230. this.linkPrevious.Name = "linkPrevious";
  231. this.linkPrevious.Size = new System.Drawing.Size(17, 12);
  232. this.linkPrevious.TabIndex = 14;
  233. this.linkPrevious.TabStop = true;
  234. this.linkPrevious.Text = "<<";
  235. this.linkPrevious.Click += new System.EventHandler(this.linkPrevious_Click);
  236. //
  237. // linkNext
  238. //
  239. this.linkNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  240. this.linkNext.AutoSize = true;
  241. this.linkNext.Location = new System.Drawing.Point(664, 13);
  242. this.linkNext.Name = "linkNext";
  243. this.linkNext.Size = new System.Drawing.Size(17, 12);
  244. this.linkNext.TabIndex = 15;
  245. this.linkNext.TabStop = true;
  246. this.linkNext.Text = ">>";
  247. this.linkNext.Click += new System.EventHandler(this.linkNext_Click);
  248. //
  249. // btnGo
  250. //
  251. this.btnGo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  252. this.btnGo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.btnGo.Location = new System.Drawing.Point(829, 5);
  254. this.btnGo.Name = "btnGo";
  255. this.btnGo.Size = new System.Drawing.Size(47, 28);
  256. this.btnGo.TabIndex = 16;
  257. this.btnGo.Text = "跳转";
  258. this.btnGo.UseVisualStyleBackColor = true;
  259. this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
  260. //
  261. // PageCtrl
  262. //
  263. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  264. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  265. this.Controls.Add(this.btnGo);
  266. this.Controls.Add(this.linkNext);
  267. this.Controls.Add(this.linkPrevious);
  268. this.Controls.Add(this.linkLast);
  269. this.Controls.Add(this.linkFirst);
  270. this.Controls.Add(this.numGoto);
  271. this.Controls.Add(this.numPageDataCount);
  272. this.Controls.Add(this.lblTotalCount);
  273. this.Controls.Add(this.label8);
  274. this.Controls.Add(this.label7);
  275. this.Controls.Add(this.lblPageCount);
  276. this.Controls.Add(this.lblCurrentPage);
  277. this.Controls.Add(this.label4);
  278. this.Controls.Add(this.label3);
  279. this.Controls.Add(this.label2);
  280. this.Controls.Add(this.label1);
  281. this.Name = "PageCtrl";
  282. this.Size = new System.Drawing.Size(885, 36);
  283. ((System.ComponentModel.ISupportInitialize)(this.numPageDataCount)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.numGoto)).EndInit();
  285. this.ResumeLayout(false);
  286. this.PerformLayout();
  287. }
  288. #endregion
  289. private System.Windows.Forms.Label label1;
  290. private System.Windows.Forms.Label label2;
  291. private System.Windows.Forms.Label label3;
  292. private System.Windows.Forms.Label label4;
  293. private System.Windows.Forms.Label lblCurrentPage;
  294. private System.Windows.Forms.Label lblPageCount;
  295. private System.Windows.Forms.Label label7;
  296. private System.Windows.Forms.Label label8;
  297. private System.Windows.Forms.Label lblTotalCount;
  298. private System.Windows.Forms.NumericUpDown numPageDataCount;
  299. private System.Windows.Forms.NumericUpDown numGoto;
  300. private System.Windows.Forms.LinkLabel linkFirst;
  301. private System.Windows.Forms.LinkLabel linkLast;
  302. private System.Windows.Forms.LinkLabel linkPrevious;
  303. private System.Windows.Forms.LinkLabel linkNext;
  304. private System.Windows.Forms.Button btnGo;
  305. }
  306. }