UpdateDirecotryCondition.Designer.cs 12 KB

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