AddSingleDictionary.designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class AddSingleDictionary
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pnlBottom = new System.Windows.Forms.Panel();
  30. this.btnNo = new System.Windows.Forms.Button();
  31. this.btnYes = new System.Windows.Forms.Button();
  32. this.pnlClient = new System.Windows.Forms.Panel();
  33. this.gbConnotation = new System.Windows.Forms.GroupBox();
  34. this.tbStopDate = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.tbStartDate = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.tbPinyinSearchCode = new System.Windows.Forms.TextBox();
  39. this.lbLocateCode = new System.Windows.Forms.Label();
  40. this.tbDescripts = new System.Windows.Forms.TextBox();
  41. this.lbName = new System.Windows.Forms.Label();
  42. this.tbCode = new System.Windows.Forms.TextBox();
  43. this.lbCode = new System.Windows.Forms.Label();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.tbInsuCodeStopDate = new System.Windows.Forms.TextBox();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.tbInsuCodeStartDate = new System.Windows.Forms.TextBox();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.tbInsuDesc = new System.Windows.Forms.TextBox();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.tbInsuCode = new System.Windows.Forms.TextBox();
  52. this.label8 = new System.Windows.Forms.Label();
  53. this.label24 = new System.Windows.Forms.Label();
  54. this.cbxDirecType = new System.Windows.Forms.ComboBox();
  55. this.pnlTop = new System.Windows.Forms.Panel();
  56. this.pnlBottom.SuspendLayout();
  57. this.pnlClient.SuspendLayout();
  58. this.gbConnotation.SuspendLayout();
  59. this.groupBox1.SuspendLayout();
  60. this.pnlTop.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // pnlBottom
  64. //
  65. this.pnlBottom.Controls.Add(this.btnNo);
  66. this.pnlBottom.Controls.Add(this.btnYes);
  67. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  68. this.pnlBottom.Location = new System.Drawing.Point(0, 424);
  69. this.pnlBottom.Margin = new System.Windows.Forms.Padding(7);
  70. this.pnlBottom.Name = "pnlBottom";
  71. this.pnlBottom.Size = new System.Drawing.Size(1333, 110);
  72. this.pnlBottom.TabIndex = 3;
  73. //
  74. // btnNo
  75. //
  76. this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnNo.Location = new System.Drawing.Point(979, 30);
  78. this.btnNo.Margin = new System.Windows.Forms.Padding(7);
  79. this.btnNo.Name = "btnNo";
  80. this.btnNo.Size = new System.Drawing.Size(233, 51);
  81. this.btnNo.TabIndex = 1;
  82. this.btnNo.Text = "放弃";
  83. this.btnNo.UseVisualStyleBackColor = true;
  84. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  85. //
  86. // btnYes
  87. //
  88. this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  89. this.btnYes.Location = new System.Drawing.Point(695, 30);
  90. this.btnYes.Margin = new System.Windows.Forms.Padding(7);
  91. this.btnYes.Name = "btnYes";
  92. this.btnYes.Size = new System.Drawing.Size(233, 51);
  93. this.btnYes.TabIndex = 0;
  94. this.btnYes.Text = "确定";
  95. this.btnYes.UseVisualStyleBackColor = true;
  96. this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
  97. //
  98. // pnlClient
  99. //
  100. this.pnlClient.Controls.Add(this.gbConnotation);
  101. this.pnlClient.Controls.Add(this.groupBox1);
  102. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.pnlClient.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pnlClient.Location = new System.Drawing.Point(0, 66);
  105. this.pnlClient.Margin = new System.Windows.Forms.Padding(7);
  106. this.pnlClient.Name = "pnlClient";
  107. this.pnlClient.Size = new System.Drawing.Size(1333, 358);
  108. this.pnlClient.TabIndex = 4;
  109. //
  110. // gbConnotation
  111. //
  112. this.gbConnotation.Controls.Add(this.tbStopDate);
  113. this.gbConnotation.Controls.Add(this.label2);
  114. this.gbConnotation.Controls.Add(this.tbStartDate);
  115. this.gbConnotation.Controls.Add(this.label3);
  116. this.gbConnotation.Controls.Add(this.tbPinyinSearchCode);
  117. this.gbConnotation.Controls.Add(this.lbLocateCode);
  118. this.gbConnotation.Controls.Add(this.tbDescripts);
  119. this.gbConnotation.Controls.Add(this.lbName);
  120. this.gbConnotation.Controls.Add(this.tbCode);
  121. this.gbConnotation.Controls.Add(this.lbCode);
  122. this.gbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.gbConnotation.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.gbConnotation.Location = new System.Drawing.Point(0, 162);
  125. this.gbConnotation.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  126. this.gbConnotation.Name = "gbConnotation";
  127. this.gbConnotation.Padding = new System.Windows.Forms.Padding(6, 5, 6, 5);
  128. this.gbConnotation.Size = new System.Drawing.Size(1333, 196);
  129. this.gbConnotation.TabIndex = 79;
  130. this.gbConnotation.TabStop = false;
  131. this.gbConnotation.Text = "字典明细";
  132. //
  133. // tbStopDate
  134. //
  135. this.tbStopDate.Location = new System.Drawing.Point(835, 77);
  136. this.tbStopDate.Margin = new System.Windows.Forms.Padding(7);
  137. this.tbStopDate.Name = "tbStopDate";
  138. this.tbStopDate.Size = new System.Drawing.Size(415, 31);
  139. this.tbStopDate.TabIndex = 73;
  140. //
  141. // label2
  142. //
  143. this.label2.AutoSize = true;
  144. this.label2.ForeColor = System.Drawing.Color.Black;
  145. this.label2.Location = new System.Drawing.Point(691, 80);
  146. this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  147. this.label2.Name = "label2";
  148. this.label2.Size = new System.Drawing.Size(136, 21);
  149. this.label2.TabIndex = 72;
  150. this.label2.Text = "明细失效日期";
  151. //
  152. // tbStartDate
  153. //
  154. this.tbStartDate.Location = new System.Drawing.Point(189, 77);
  155. this.tbStartDate.Margin = new System.Windows.Forms.Padding(7);
  156. this.tbStartDate.Name = "tbStartDate";
  157. this.tbStartDate.Size = new System.Drawing.Size(415, 31);
  158. this.tbStartDate.TabIndex = 71;
  159. //
  160. // label3
  161. //
  162. this.label3.AutoSize = true;
  163. this.label3.ForeColor = System.Drawing.Color.Red;
  164. this.label3.Location = new System.Drawing.Point(39, 80);
  165. this.label3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  166. this.label3.Name = "label3";
  167. this.label3.Size = new System.Drawing.Size(136, 21);
  168. this.label3.TabIndex = 70;
  169. this.label3.Text = "明细生效日期";
  170. //
  171. // tbPinyinSearchCode
  172. //
  173. this.tbPinyinSearchCode.Location = new System.Drawing.Point(189, 130);
  174. this.tbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(7);
  175. this.tbPinyinSearchCode.Name = "tbPinyinSearchCode";
  176. this.tbPinyinSearchCode.Size = new System.Drawing.Size(415, 31);
  177. this.tbPinyinSearchCode.TabIndex = 67;
  178. //
  179. // lbLocateCode
  180. //
  181. this.lbLocateCode.AutoSize = true;
  182. this.lbLocateCode.Location = new System.Drawing.Point(60, 131);
  183. this.lbLocateCode.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  184. this.lbLocateCode.Name = "lbLocateCode";
  185. this.lbLocateCode.Size = new System.Drawing.Size(115, 21);
  186. this.lbLocateCode.TabIndex = 66;
  187. this.lbLocateCode.Text = "拼音查找码";
  188. //
  189. // tbDescripts
  190. //
  191. this.tbDescripts.Location = new System.Drawing.Point(835, 24);
  192. this.tbDescripts.Margin = new System.Windows.Forms.Padding(7);
  193. this.tbDescripts.Name = "tbDescripts";
  194. this.tbDescripts.Size = new System.Drawing.Size(415, 31);
  195. this.tbDescripts.TabIndex = 65;
  196. //
  197. // lbName
  198. //
  199. this.lbName.AutoSize = true;
  200. this.lbName.ForeColor = System.Drawing.Color.Red;
  201. this.lbName.Location = new System.Drawing.Point(691, 29);
  202. this.lbName.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  203. this.lbName.Name = "lbName";
  204. this.lbName.Size = new System.Drawing.Size(136, 21);
  205. this.lbName.TabIndex = 64;
  206. this.lbName.Text = "明细编码描述";
  207. //
  208. // tbCode
  209. //
  210. this.tbCode.Location = new System.Drawing.Point(189, 24);
  211. this.tbCode.Margin = new System.Windows.Forms.Padding(7);
  212. this.tbCode.Name = "tbCode";
  213. this.tbCode.Size = new System.Drawing.Size(415, 31);
  214. this.tbCode.TabIndex = 63;
  215. //
  216. // lbCode
  217. //
  218. this.lbCode.AutoSize = true;
  219. this.lbCode.ForeColor = System.Drawing.Color.Red;
  220. this.lbCode.Location = new System.Drawing.Point(39, 28);
  221. this.lbCode.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  222. this.lbCode.Name = "lbCode";
  223. this.lbCode.Size = new System.Drawing.Size(136, 21);
  224. this.lbCode.TabIndex = 62;
  225. this.lbCode.Text = "字典明细编码";
  226. //
  227. // groupBox1
  228. //
  229. this.groupBox1.Controls.Add(this.tbInsuCodeStopDate);
  230. this.groupBox1.Controls.Add(this.label1);
  231. this.groupBox1.Controls.Add(this.tbInsuCodeStartDate);
  232. this.groupBox1.Controls.Add(this.label6);
  233. this.groupBox1.Controls.Add(this.tbInsuDesc);
  234. this.groupBox1.Controls.Add(this.label7);
  235. this.groupBox1.Controls.Add(this.tbInsuCode);
  236. this.groupBox1.Controls.Add(this.label8);
  237. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  238. this.groupBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  240. this.groupBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  241. this.groupBox1.Name = "groupBox1";
  242. this.groupBox1.Padding = new System.Windows.Forms.Padding(6, 5, 6, 5);
  243. this.groupBox1.Size = new System.Drawing.Size(1333, 162);
  244. this.groupBox1.TabIndex = 78;
  245. this.groupBox1.TabStop = false;
  246. this.groupBox1.Text = "字典大类";
  247. //
  248. // tbInsuCodeStopDate
  249. //
  250. this.tbInsuCodeStopDate.Location = new System.Drawing.Point(835, 89);
  251. this.tbInsuCodeStopDate.Margin = new System.Windows.Forms.Padding(7);
  252. this.tbInsuCodeStopDate.Name = "tbInsuCodeStopDate";
  253. this.tbInsuCodeStopDate.Size = new System.Drawing.Size(415, 31);
  254. this.tbInsuCodeStopDate.TabIndex = 11;
  255. //
  256. // label1
  257. //
  258. this.label1.AutoSize = true;
  259. this.label1.ForeColor = System.Drawing.Color.Black;
  260. this.label1.Location = new System.Drawing.Point(691, 91);
  261. this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  262. this.label1.Name = "label1";
  263. this.label1.Size = new System.Drawing.Size(136, 21);
  264. this.label1.TabIndex = 10;
  265. this.label1.Text = "大类失效日期";
  266. //
  267. // tbInsuCodeStartDate
  268. //
  269. this.tbInsuCodeStartDate.Location = new System.Drawing.Point(189, 89);
  270. this.tbInsuCodeStartDate.Margin = new System.Windows.Forms.Padding(7);
  271. this.tbInsuCodeStartDate.Name = "tbInsuCodeStartDate";
  272. this.tbInsuCodeStartDate.Size = new System.Drawing.Size(415, 31);
  273. this.tbInsuCodeStartDate.TabIndex = 9;
  274. //
  275. // label6
  276. //
  277. this.label6.AutoSize = true;
  278. this.label6.ForeColor = System.Drawing.Color.Red;
  279. this.label6.Location = new System.Drawing.Point(39, 91);
  280. this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  281. this.label6.Name = "label6";
  282. this.label6.Size = new System.Drawing.Size(136, 21);
  283. this.label6.TabIndex = 8;
  284. this.label6.Text = "大类生效日期";
  285. //
  286. // tbInsuDesc
  287. //
  288. this.tbInsuDesc.Location = new System.Drawing.Point(835, 36);
  289. this.tbInsuDesc.Margin = new System.Windows.Forms.Padding(7);
  290. this.tbInsuDesc.Name = "tbInsuDesc";
  291. this.tbInsuDesc.Size = new System.Drawing.Size(415, 31);
  292. this.tbInsuDesc.TabIndex = 7;
  293. //
  294. // label7
  295. //
  296. this.label7.AutoSize = true;
  297. this.label7.ForeColor = System.Drawing.Color.Red;
  298. this.label7.Location = new System.Drawing.Point(691, 44);
  299. this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  300. this.label7.Name = "label7";
  301. this.label7.Size = new System.Drawing.Size(136, 21);
  302. this.label7.TabIndex = 6;
  303. this.label7.Text = "字典大类描述";
  304. //
  305. // tbInsuCode
  306. //
  307. this.tbInsuCode.Location = new System.Drawing.Point(189, 36);
  308. this.tbInsuCode.Margin = new System.Windows.Forms.Padding(7);
  309. this.tbInsuCode.Name = "tbInsuCode";
  310. this.tbInsuCode.Size = new System.Drawing.Size(415, 31);
  311. this.tbInsuCode.TabIndex = 5;
  312. //
  313. // label8
  314. //
  315. this.label8.AutoSize = true;
  316. this.label8.ForeColor = System.Drawing.Color.Red;
  317. this.label8.Location = new System.Drawing.Point(39, 44);
  318. this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  319. this.label8.Name = "label8";
  320. this.label8.Size = new System.Drawing.Size(136, 21);
  321. this.label8.TabIndex = 4;
  322. this.label8.Text = "字典大类代码";
  323. //
  324. // label24
  325. //
  326. this.label24.AutoSize = true;
  327. this.label24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.label24.Location = new System.Drawing.Point(37, 28);
  329. this.label24.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  330. this.label24.Name = "label24";
  331. this.label24.Size = new System.Drawing.Size(52, 21);
  332. this.label24.TabIndex = 6;
  333. this.label24.Text = "类型";
  334. //
  335. // cbxDirecType
  336. //
  337. this.cbxDirecType.Enabled = false;
  338. this.cbxDirecType.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.cbxDirecType.FormattingEnabled = true;
  340. this.cbxDirecType.Items.AddRange(new object[] {
  341. "药品",
  342. "诊疗",
  343. "材料",
  344. "疾病诊断",
  345. "手术",
  346. "门诊慢特病种",
  347. "DRGs",
  348. "日间手术",
  349. "字典表"});
  350. this.cbxDirecType.Location = new System.Drawing.Point(117, 20);
  351. this.cbxDirecType.Margin = new System.Windows.Forms.Padding(7);
  352. this.cbxDirecType.Name = "cbxDirecType";
  353. this.cbxDirecType.Size = new System.Drawing.Size(351, 29);
  354. this.cbxDirecType.TabIndex = 7;
  355. //
  356. // pnlTop
  357. //
  358. this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  359. this.pnlTop.Controls.Add(this.cbxDirecType);
  360. this.pnlTop.Controls.Add(this.label24);
  361. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  362. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  363. this.pnlTop.Margin = new System.Windows.Forms.Padding(7);
  364. this.pnlTop.Name = "pnlTop";
  365. this.pnlTop.Size = new System.Drawing.Size(1333, 66);
  366. this.pnlTop.TabIndex = 1;
  367. //
  368. // AddSingleDictionary
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.ClientSize = new System.Drawing.Size(1333, 534);
  373. this.Controls.Add(this.pnlClient);
  374. this.Controls.Add(this.pnlBottom);
  375. this.Controls.Add(this.pnlTop);
  376. this.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  378. this.Name = "AddSingleDictionary";
  379. this.Text = "AddSingleDictionary";
  380. this.pnlBottom.ResumeLayout(false);
  381. this.pnlClient.ResumeLayout(false);
  382. this.gbConnotation.ResumeLayout(false);
  383. this.gbConnotation.PerformLayout();
  384. this.groupBox1.ResumeLayout(false);
  385. this.groupBox1.PerformLayout();
  386. this.pnlTop.ResumeLayout(false);
  387. this.pnlTop.PerformLayout();
  388. this.ResumeLayout(false);
  389. }
  390. #endregion
  391. private System.Windows.Forms.Panel pnlBottom;
  392. private System.Windows.Forms.Button btnNo;
  393. private System.Windows.Forms.Button btnYes;
  394. private System.Windows.Forms.Panel pnlClient;
  395. private System.Windows.Forms.GroupBox gbConnotation;
  396. private System.Windows.Forms.TextBox tbStopDate;
  397. private System.Windows.Forms.Label label2;
  398. private System.Windows.Forms.TextBox tbStartDate;
  399. private System.Windows.Forms.Label label3;
  400. private System.Windows.Forms.TextBox tbPinyinSearchCode;
  401. private System.Windows.Forms.Label lbLocateCode;
  402. private System.Windows.Forms.TextBox tbDescripts;
  403. private System.Windows.Forms.Label lbName;
  404. private System.Windows.Forms.TextBox tbCode;
  405. private System.Windows.Forms.Label lbCode;
  406. private System.Windows.Forms.GroupBox groupBox1;
  407. private System.Windows.Forms.TextBox tbInsuCodeStopDate;
  408. private System.Windows.Forms.Label label1;
  409. private System.Windows.Forms.TextBox tbInsuCodeStartDate;
  410. private System.Windows.Forms.Label label6;
  411. private System.Windows.Forms.TextBox tbInsuDesc;
  412. private System.Windows.Forms.Label label7;
  413. private System.Windows.Forms.TextBox tbInsuCode;
  414. private System.Windows.Forms.Label label8;
  415. private System.Windows.Forms.Label label24;
  416. private System.Windows.Forms.ComboBox cbxDirecType;
  417. private System.Windows.Forms.Panel pnlTop;
  418. }
  419. }