UpdateDirecotryCondition.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. namespace PTMedicalInsurance.Forms.BasicDatas
  2. {
  3. partial class UpdateDirecotryCondition
  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 Windows Form 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.pnlBottom = new System.Windows.Forms.Panel();
  29. this.btnCancel = new System.Windows.Forms.Button();
  30. this.btnOK = new System.Windows.Forms.Button();
  31. this.label7 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.tbCbd = new System.Windows.Forms.TextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.tbName = new System.Windows.Forms.TextBox();
  37. this.tbCurPage = new System.Windows.Forms.TextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.tbPageSize = new System.Windows.Forms.TextBox();
  40. this.tbUpdateTime = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.tbCode = new System.Windows.Forms.TextBox();
  43. this.pnlBottom.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // pnlBottom
  47. //
  48. this.pnlBottom.Controls.Add(this.btnCancel);
  49. this.pnlBottom.Controls.Add(this.btnOK);
  50. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  51. this.pnlBottom.Location = new System.Drawing.Point(0, 267);
  52. this.pnlBottom.Name = "pnlBottom";
  53. this.pnlBottom.Size = new System.Drawing.Size(359, 50);
  54. this.pnlBottom.TabIndex = 1;
  55. //
  56. // btnCancel
  57. //
  58. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.btnCancel.Location = new System.Drawing.Point(255, 13);
  61. this.btnCancel.Name = "btnCancel";
  62. this.btnCancel.Size = new System.Drawing.Size(75, 25);
  63. this.btnCancel.TabIndex = 1;
  64. this.btnCancel.Text = "取消";
  65. this.btnCancel.UseVisualStyleBackColor = true;
  66. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  67. //
  68. // btnOK
  69. //
  70. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.btnOK.Location = new System.Drawing.Point(161, 13);
  73. this.btnOK.Name = "btnOK";
  74. this.btnOK.Size = new System.Drawing.Size(75, 25);
  75. this.btnOK.TabIndex = 2;
  76. this.btnOK.Text = "确定";
  77. this.btnOK.UseVisualStyleBackColor = true;
  78. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  79. //
  80. // label7
  81. //
  82. this.label7.AutoSize = true;
  83. this.label7.Location = new System.Drawing.Point(27, 160);
  84. this.label7.Name = "label7";
  85. this.label7.Size = new System.Drawing.Size(41, 12);
  86. this.label7.TabIndex = 31;
  87. this.label7.Text = "参保地";
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Location = new System.Drawing.Point(40, 51);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(29, 12);
  95. this.label3.TabIndex = 23;
  96. this.label3.Text = "名称";
  97. //
  98. // tbCbd
  99. //
  100. this.tbCbd.Location = new System.Drawing.Point(92, 157);
  101. this.tbCbd.Name = "tbCbd";
  102. this.tbCbd.Size = new System.Drawing.Size(238, 21);
  103. this.tbCbd.TabIndex = 30;
  104. //
  105. // label4
  106. //
  107. this.label4.AutoSize = true;
  108. this.label4.Location = new System.Drawing.Point(14, 81);
  109. this.label4.Name = "label4";
  110. this.label4.Size = new System.Drawing.Size(53, 12);
  111. this.label4.TabIndex = 25;
  112. this.label4.Text = "更新时间";
  113. //
  114. // label6
  115. //
  116. this.label6.AutoSize = true;
  117. this.label6.Location = new System.Drawing.Point(14, 133);
  118. this.label6.Name = "label6";
  119. this.label6.Size = new System.Drawing.Size(53, 12);
  120. this.label6.TabIndex = 29;
  121. this.label6.Text = "本页条数";
  122. //
  123. // tbName
  124. //
  125. this.tbName.Enabled = false;
  126. this.tbName.Location = new System.Drawing.Point(92, 48);
  127. this.tbName.Name = "tbName";
  128. this.tbName.Size = new System.Drawing.Size(238, 21);
  129. this.tbName.TabIndex = 22;
  130. //
  131. // tbCurPage
  132. //
  133. this.tbCurPage.Location = new System.Drawing.Point(92, 102);
  134. this.tbCurPage.Name = "tbCurPage";
  135. this.tbCurPage.Size = new System.Drawing.Size(238, 21);
  136. this.tbCurPage.TabIndex = 26;
  137. this.tbCurPage.Text = "1";
  138. //
  139. // label2
  140. //
  141. this.label2.AutoSize = true;
  142. this.label2.Location = new System.Drawing.Point(40, 22);
  143. this.label2.Name = "label2";
  144. this.label2.Size = new System.Drawing.Size(29, 12);
  145. this.label2.TabIndex = 21;
  146. this.label2.Text = "编码";
  147. //
  148. // tbPageSize
  149. //
  150. this.tbPageSize.Location = new System.Drawing.Point(92, 130);
  151. this.tbPageSize.Name = "tbPageSize";
  152. this.tbPageSize.Size = new System.Drawing.Size(238, 21);
  153. this.tbPageSize.TabIndex = 28;
  154. this.tbPageSize.Text = "20";
  155. //
  156. // tbUpdateTime
  157. //
  158. this.tbUpdateTime.Location = new System.Drawing.Point(92, 78);
  159. this.tbUpdateTime.Name = "tbUpdateTime";
  160. this.tbUpdateTime.Size = new System.Drawing.Size(238, 21);
  161. this.tbUpdateTime.TabIndex = 24;
  162. this.tbUpdateTime.Text = "2021-01-01";
  163. //
  164. // label5
  165. //
  166. this.label5.AutoSize = true;
  167. this.label5.Location = new System.Drawing.Point(14, 105);
  168. this.label5.Name = "label5";
  169. this.label5.Size = new System.Drawing.Size(53, 12);
  170. this.label5.TabIndex = 27;
  171. this.label5.Text = "当前页数";
  172. //
  173. // tbCode
  174. //
  175. this.tbCode.Enabled = false;
  176. this.tbCode.Location = new System.Drawing.Point(92, 19);
  177. this.tbCode.Name = "tbCode";
  178. this.tbCode.Size = new System.Drawing.Size(238, 21);
  179. this.tbCode.TabIndex = 20;
  180. //
  181. // UpdateDirecotryCondition
  182. //
  183. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  184. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  185. this.ClientSize = new System.Drawing.Size(359, 317);
  186. this.Controls.Add(this.label7);
  187. this.Controls.Add(this.label3);
  188. this.Controls.Add(this.tbCbd);
  189. this.Controls.Add(this.label4);
  190. this.Controls.Add(this.label6);
  191. this.Controls.Add(this.tbName);
  192. this.Controls.Add(this.tbCurPage);
  193. this.Controls.Add(this.label2);
  194. this.Controls.Add(this.tbPageSize);
  195. this.Controls.Add(this.tbUpdateTime);
  196. this.Controls.Add(this.label5);
  197. this.Controls.Add(this.tbCode);
  198. this.Controls.Add(this.pnlBottom);
  199. this.Name = "UpdateDirecotryCondition";
  200. this.Text = "更新目录条件选择";
  201. this.pnlBottom.ResumeLayout(false);
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.Panel pnlBottom;
  207. private System.Windows.Forms.Button btnCancel;
  208. private System.Windows.Forms.Button btnOK;
  209. private System.Windows.Forms.Label label7;
  210. private System.Windows.Forms.Label label3;
  211. private System.Windows.Forms.TextBox tbCbd;
  212. private System.Windows.Forms.Label label4;
  213. private System.Windows.Forms.Label label6;
  214. private System.Windows.Forms.TextBox tbName;
  215. private System.Windows.Forms.TextBox tbCurPage;
  216. private System.Windows.Forms.Label label2;
  217. private System.Windows.Forms.TextBox tbPageSize;
  218. private System.Windows.Forms.TextBox tbUpdateTime;
  219. private System.Windows.Forms.Label label5;
  220. private System.Windows.Forms.TextBox tbCode;
  221. }
  222. }