AddSignleDirectory.designer.cs 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260
  1. namespace PTMedicalInsurance
  2. {
  3. partial class AddSingleDirectory
  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.pnlTop = new System.Windows.Forms.Panel();
  29. this.cbValidFlag = new System.Windows.Forms.CheckBox();
  30. this.cbLimitFlag = new System.Windows.Forms.CheckBox();
  31. this.cbSpecialFlag = new System.Windows.Forms.CheckBox();
  32. this.cbUseFlag = new System.Windows.Forms.CheckBox();
  33. this.cbxDirecType = new System.Windows.Forms.ComboBox();
  34. this.label24 = new System.Windows.Forms.Label();
  35. this.pnlBottom = new System.Windows.Forms.Panel();
  36. this.btnNo = new System.Windows.Forms.Button();
  37. this.btnYes = new System.Windows.Forms.Button();
  38. this.lbCode = new System.Windows.Forms.Label();
  39. this.tbCode = new System.Windows.Forms.TextBox();
  40. this.lbName = new System.Windows.Forms.Label();
  41. this.tbName = new System.Windows.Forms.TextBox();
  42. this.lbLocateCode = new System.Windows.Forms.Label();
  43. this.tbLocateCode = new System.Windows.Forms.TextBox();
  44. this.lbDosageName = new System.Windows.Forms.Label();
  45. this.tbDosageName = new System.Windows.Forms.TextBox();
  46. this.lbCategory = new System.Windows.Forms.Label();
  47. this.lbSpecification = new System.Windows.Forms.Label();
  48. this.tbSpecification = new System.Windows.Forms.TextBox();
  49. this.lbEndDate = new System.Windows.Forms.Label();
  50. this.tbEndDate = new System.Windows.Forms.TextBox();
  51. this.lbPinyinSearchCode = new System.Windows.Forms.Label();
  52. this.tbPinyinSearchCode = new System.Windows.Forms.TextBox();
  53. this.lbApprovalNO = new System.Windows.Forms.Label();
  54. this.tbApprovalNO = new System.Windows.Forms.TextBox();
  55. this.lbVersionNO = new System.Windows.Forms.Label();
  56. this.tbVersionNO = new System.Windows.Forms.TextBox();
  57. this.lbVersionName = new System.Windows.Forms.Label();
  58. this.tbVersionName = new System.Windows.Forms.TextBox();
  59. this.lbUniqueRecordNO = new System.Windows.Forms.Label();
  60. this.tbUniqueRecordNO = new System.Windows.Forms.TextBox();
  61. this.lbManufacturers = new System.Windows.Forms.Label();
  62. this.tbManufacturers = new System.Windows.Forms.TextBox();
  63. this.lbNationalName = new System.Windows.Forms.Label();
  64. this.tbNationalName = new System.Windows.Forms.TextBox();
  65. this.lbNationalCode = new System.Windows.Forms.Label();
  66. this.tbNationalCode = new System.Windows.Forms.TextBox();
  67. this.lbChargeItemLevel = new System.Windows.Forms.Label();
  68. this.lbLocateName = new System.Windows.Forms.Label();
  69. this.tbLocateName = new System.Windows.Forms.TextBox();
  70. this.lbSafetyCode = new System.Windows.Forms.Label();
  71. this.tbSafetyCode = new System.Windows.Forms.TextBox();
  72. this.lbDosageCode = new System.Windows.Forms.Label();
  73. this.tbDosageCode = new System.Windows.Forms.TextBox();
  74. this.lbUnitOfPackag = new System.Windows.Forms.Label();
  75. this.tbUnitOfPackag = new System.Windows.Forms.TextBox();
  76. this.lbUnitOfValuation = new System.Windows.Forms.Label();
  77. this.tbUnitOfValuation = new System.Windows.Forms.TextBox();
  78. this.lbStartDate = new System.Windows.Forms.Label();
  79. this.tbStartDate = new System.Windows.Forms.TextBox();
  80. this.pnlClient = new System.Windows.Forms.Panel();
  81. this.cbCategoryCode = new System.Windows.Forms.ComboBox();
  82. this.cbChargeItemType = new System.Windows.Forms.ComboBox();
  83. this.label6 = new System.Windows.Forms.Label();
  84. this.tbMinPackagingQuantity = new System.Windows.Forms.TextBox();
  85. this.label5 = new System.Windows.Forms.Label();
  86. this.tbChargeStandards = new System.Windows.Forms.TextBox();
  87. this.label4 = new System.Windows.Forms.Label();
  88. this.tbCeilingPrice = new System.Windows.Forms.TextBox();
  89. this.label3 = new System.Windows.Forms.Label();
  90. this.tbDirectoryPayPercent = new System.Windows.Forms.TextBox();
  91. this.label2 = new System.Windows.Forms.Label();
  92. this.tbSelfPercent = new System.Windows.Forms.TextBox();
  93. this.label1 = new System.Windows.Forms.Label();
  94. this.cbxChargeItemLevel = new System.Windows.Forms.ComboBox();
  95. this.tbCompany = new System.Windows.Forms.TextBox();
  96. this.lbCompany = new System.Windows.Forms.Label();
  97. this.tbNote = new System.Windows.Forms.TextBox();
  98. this.lbNote = new System.Windows.Forms.Label();
  99. this.panel2 = new System.Windows.Forms.Panel();
  100. this.gbExceptContent = new System.Windows.Forms.GroupBox();
  101. this.rtbExceptContent = new System.Windows.Forms.RichTextBox();
  102. this.gbInstructions = new System.Windows.Forms.GroupBox();
  103. this.rtbInstructions = new System.Windows.Forms.RichTextBox();
  104. this.panel1 = new System.Windows.Forms.Panel();
  105. this.groupBox3 = new System.Windows.Forms.GroupBox();
  106. this.rtbLimitRange = new System.Windows.Forms.RichTextBox();
  107. this.gbConnotation = new System.Windows.Forms.GroupBox();
  108. this.rtbConnotation = new System.Windows.Forms.RichTextBox();
  109. this.pnlTop.SuspendLayout();
  110. this.pnlBottom.SuspendLayout();
  111. this.pnlClient.SuspendLayout();
  112. this.panel2.SuspendLayout();
  113. this.gbExceptContent.SuspendLayout();
  114. this.gbInstructions.SuspendLayout();
  115. this.panel1.SuspendLayout();
  116. this.groupBox3.SuspendLayout();
  117. this.gbConnotation.SuspendLayout();
  118. this.SuspendLayout();
  119. //
  120. // pnlTop
  121. //
  122. this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  123. this.pnlTop.Controls.Add(this.cbValidFlag);
  124. this.pnlTop.Controls.Add(this.cbLimitFlag);
  125. this.pnlTop.Controls.Add(this.cbSpecialFlag);
  126. this.pnlTop.Controls.Add(this.cbUseFlag);
  127. this.pnlTop.Controls.Add(this.cbxDirecType);
  128. this.pnlTop.Controls.Add(this.label24);
  129. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  130. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  131. this.pnlTop.Margin = new System.Windows.Forms.Padding(4);
  132. this.pnlTop.Name = "pnlTop";
  133. this.pnlTop.Size = new System.Drawing.Size(1442, 51);
  134. this.pnlTop.TabIndex = 0;
  135. //
  136. // cbValidFlag
  137. //
  138. this.cbValidFlag.AutoSize = true;
  139. this.cbValidFlag.Checked = true;
  140. this.cbValidFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  141. this.cbValidFlag.ForeColor = System.Drawing.Color.Red;
  142. this.cbValidFlag.Location = new System.Drawing.Point(789, 15);
  143. this.cbValidFlag.Name = "cbValidFlag";
  144. this.cbValidFlag.Size = new System.Drawing.Size(86, 19);
  145. this.cbValidFlag.TabIndex = 79;
  146. this.cbValidFlag.Text = "有效标志";
  147. this.cbValidFlag.UseVisualStyleBackColor = true;
  148. //
  149. // cbLimitFlag
  150. //
  151. this.cbLimitFlag.AutoSize = true;
  152. this.cbLimitFlag.ForeColor = System.Drawing.Color.Red;
  153. this.cbLimitFlag.Location = new System.Drawing.Point(653, 15);
  154. this.cbLimitFlag.Name = "cbLimitFlag";
  155. this.cbLimitFlag.Size = new System.Drawing.Size(116, 19);
  156. this.cbLimitFlag.TabIndex = 78;
  157. this.cbLimitFlag.Text = "限制目录标志";
  158. this.cbLimitFlag.UseVisualStyleBackColor = true;
  159. //
  160. // cbSpecialFlag
  161. //
  162. this.cbSpecialFlag.AutoSize = true;
  163. this.cbSpecialFlag.ForeColor = System.Drawing.Color.Red;
  164. this.cbSpecialFlag.Location = new System.Drawing.Point(505, 15);
  165. this.cbSpecialFlag.Name = "cbSpecialFlag";
  166. this.cbSpecialFlag.Size = new System.Drawing.Size(116, 19);
  167. this.cbSpecialFlag.TabIndex = 77;
  168. this.cbSpecialFlag.Text = "特殊药品标志";
  169. this.cbSpecialFlag.UseVisualStyleBackColor = true;
  170. //
  171. // cbUseFlag
  172. //
  173. this.cbUseFlag.AutoSize = true;
  174. this.cbUseFlag.Checked = true;
  175. this.cbUseFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  176. this.cbUseFlag.ForeColor = System.Drawing.Color.Red;
  177. this.cbUseFlag.Location = new System.Drawing.Point(387, 15);
  178. this.cbUseFlag.Name = "cbUseFlag";
  179. this.cbUseFlag.Size = new System.Drawing.Size(86, 19);
  180. this.cbUseFlag.TabIndex = 76;
  181. this.cbUseFlag.Text = "使用标志";
  182. this.cbUseFlag.UseVisualStyleBackColor = true;
  183. //
  184. // cbxDirecType
  185. //
  186. this.cbxDirecType.FormattingEnabled = true;
  187. this.cbxDirecType.Items.AddRange(new object[] {
  188. "药品",
  189. "诊疗",
  190. "材料",
  191. "疾病诊断",
  192. "手术",
  193. "门诊慢特病种",
  194. "DRGs",
  195. "日间手术",
  196. "字典表"});
  197. this.cbxDirecType.Location = new System.Drawing.Point(103, 13);
  198. this.cbxDirecType.Margin = new System.Windows.Forms.Padding(4);
  199. this.cbxDirecType.Name = "cbxDirecType";
  200. this.cbxDirecType.Size = new System.Drawing.Size(228, 23);
  201. this.cbxDirecType.TabIndex = 7;
  202. //
  203. // label24
  204. //
  205. this.label24.AutoSize = true;
  206. this.label24.Location = new System.Drawing.Point(37, 16);
  207. this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  208. this.label24.Name = "label24";
  209. this.label24.Size = new System.Drawing.Size(37, 15);
  210. this.label24.TabIndex = 6;
  211. this.label24.Text = "类型";
  212. //
  213. // pnlBottom
  214. //
  215. this.pnlBottom.Controls.Add(this.btnNo);
  216. this.pnlBottom.Controls.Add(this.btnYes);
  217. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  218. this.pnlBottom.Location = new System.Drawing.Point(0, 641);
  219. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4);
  220. this.pnlBottom.Name = "pnlBottom";
  221. this.pnlBottom.Size = new System.Drawing.Size(1442, 63);
  222. this.pnlBottom.TabIndex = 2;
  223. //
  224. // btnNo
  225. //
  226. this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btnNo.Location = new System.Drawing.Point(1272, 21);
  228. this.btnNo.Margin = new System.Windows.Forms.Padding(4);
  229. this.btnNo.Name = "btnNo";
  230. this.btnNo.Size = new System.Drawing.Size(127, 29);
  231. this.btnNo.TabIndex = 1;
  232. this.btnNo.Text = "放弃";
  233. this.btnNo.UseVisualStyleBackColor = true;
  234. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  235. //
  236. // btnYes
  237. //
  238. this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  239. this.btnYes.Location = new System.Drawing.Point(1117, 21);
  240. this.btnYes.Margin = new System.Windows.Forms.Padding(4);
  241. this.btnYes.Name = "btnYes";
  242. this.btnYes.Size = new System.Drawing.Size(127, 29);
  243. this.btnYes.TabIndex = 0;
  244. this.btnYes.Text = "确定";
  245. this.btnYes.UseVisualStyleBackColor = true;
  246. this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
  247. //
  248. // lbCode
  249. //
  250. this.lbCode.AutoSize = true;
  251. this.lbCode.ForeColor = System.Drawing.Color.Red;
  252. this.lbCode.Location = new System.Drawing.Point(32, 32);
  253. this.lbCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  254. this.lbCode.Name = "lbCode";
  255. this.lbCode.Size = new System.Drawing.Size(37, 15);
  256. this.lbCode.TabIndex = 0;
  257. this.lbCode.Text = "国码";
  258. //
  259. // tbCode
  260. //
  261. this.tbCode.Location = new System.Drawing.Point(103, 26);
  262. this.tbCode.Margin = new System.Windows.Forms.Padding(4);
  263. this.tbCode.Name = "tbCode";
  264. this.tbCode.Size = new System.Drawing.Size(228, 25);
  265. this.tbCode.TabIndex = 1;
  266. //
  267. // lbName
  268. //
  269. this.lbName.AutoSize = true;
  270. this.lbName.ForeColor = System.Drawing.Color.Red;
  271. this.lbName.Location = new System.Drawing.Point(354, 31);
  272. this.lbName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  273. this.lbName.Name = "lbName";
  274. this.lbName.Size = new System.Drawing.Size(97, 15);
  275. this.lbName.TabIndex = 2;
  276. this.lbName.Text = "国码对应名称";
  277. //
  278. // tbName
  279. //
  280. this.tbName.Location = new System.Drawing.Point(453, 26);
  281. this.tbName.Margin = new System.Windows.Forms.Padding(4);
  282. this.tbName.Name = "tbName";
  283. this.tbName.Size = new System.Drawing.Size(225, 25);
  284. this.tbName.TabIndex = 3;
  285. //
  286. // lbLocateCode
  287. //
  288. this.lbLocateCode.AutoSize = true;
  289. this.lbLocateCode.Location = new System.Drawing.Point(700, 31);
  290. this.lbLocateCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  291. this.lbLocateCode.Name = "lbLocateCode";
  292. this.lbLocateCode.Size = new System.Drawing.Size(37, 15);
  293. this.lbLocateCode.TabIndex = 4;
  294. this.lbLocateCode.Text = "省码";
  295. //
  296. // tbLocateCode
  297. //
  298. this.tbLocateCode.Location = new System.Drawing.Point(797, 26);
  299. this.tbLocateCode.Margin = new System.Windows.Forms.Padding(4);
  300. this.tbLocateCode.Name = "tbLocateCode";
  301. this.tbLocateCode.Size = new System.Drawing.Size(225, 25);
  302. this.tbLocateCode.TabIndex = 5;
  303. //
  304. // lbDosageName
  305. //
  306. this.lbDosageName.AutoSize = true;
  307. this.lbDosageName.Location = new System.Drawing.Point(700, 66);
  308. this.lbDosageName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  309. this.lbDosageName.Name = "lbDosageName";
  310. this.lbDosageName.Size = new System.Drawing.Size(67, 15);
  311. this.lbDosageName.TabIndex = 6;
  312. this.lbDosageName.Text = "剂型名称";
  313. //
  314. // tbDosageName
  315. //
  316. this.tbDosageName.Location = new System.Drawing.Point(797, 61);
  317. this.tbDosageName.Margin = new System.Windows.Forms.Padding(4);
  318. this.tbDosageName.Name = "tbDosageName";
  319. this.tbDosageName.Size = new System.Drawing.Size(225, 25);
  320. this.tbDosageName.TabIndex = 7;
  321. //
  322. // lbCategory
  323. //
  324. this.lbCategory.AutoSize = true;
  325. this.lbCategory.Location = new System.Drawing.Point(1042, 61);
  326. this.lbCategory.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  327. this.lbCategory.Name = "lbCategory";
  328. this.lbCategory.Size = new System.Drawing.Size(67, 15);
  329. this.lbCategory.TabIndex = 8;
  330. this.lbCategory.Text = "目录类别";
  331. //
  332. // lbSpecification
  333. //
  334. this.lbSpecification.AutoSize = true;
  335. this.lbSpecification.Location = new System.Drawing.Point(32, 102);
  336. this.lbSpecification.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  337. this.lbSpecification.Name = "lbSpecification";
  338. this.lbSpecification.Size = new System.Drawing.Size(37, 15);
  339. this.lbSpecification.TabIndex = 10;
  340. this.lbSpecification.Text = "规格";
  341. //
  342. // tbSpecification
  343. //
  344. this.tbSpecification.Location = new System.Drawing.Point(103, 96);
  345. this.tbSpecification.Margin = new System.Windows.Forms.Padding(4);
  346. this.tbSpecification.Name = "tbSpecification";
  347. this.tbSpecification.Size = new System.Drawing.Size(228, 25);
  348. this.tbSpecification.TabIndex = 11;
  349. //
  350. // lbEndDate
  351. //
  352. this.lbEndDate.AutoSize = true;
  353. this.lbEndDate.Location = new System.Drawing.Point(354, 137);
  354. this.lbEndDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  355. this.lbEndDate.Name = "lbEndDate";
  356. this.lbEndDate.Size = new System.Drawing.Size(67, 15);
  357. this.lbEndDate.TabIndex = 12;
  358. this.lbEndDate.Text = "结束日期";
  359. //
  360. // tbEndDate
  361. //
  362. this.tbEndDate.Location = new System.Drawing.Point(453, 131);
  363. this.tbEndDate.Margin = new System.Windows.Forms.Padding(4);
  364. this.tbEndDate.Name = "tbEndDate";
  365. this.tbEndDate.Size = new System.Drawing.Size(225, 25);
  366. this.tbEndDate.TabIndex = 13;
  367. //
  368. // lbPinyinSearchCode
  369. //
  370. this.lbPinyinSearchCode.AutoSize = true;
  371. this.lbPinyinSearchCode.Location = new System.Drawing.Point(1042, 96);
  372. this.lbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  373. this.lbPinyinSearchCode.Name = "lbPinyinSearchCode";
  374. this.lbPinyinSearchCode.Size = new System.Drawing.Size(82, 15);
  375. this.lbPinyinSearchCode.TabIndex = 14;
  376. this.lbPinyinSearchCode.Text = "拼音助记码";
  377. //
  378. // tbPinyinSearchCode
  379. //
  380. this.tbPinyinSearchCode.Location = new System.Drawing.Point(1150, 96);
  381. this.tbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4);
  382. this.tbPinyinSearchCode.Name = "tbPinyinSearchCode";
  383. this.tbPinyinSearchCode.Size = new System.Drawing.Size(248, 25);
  384. this.tbPinyinSearchCode.TabIndex = 15;
  385. //
  386. // lbApprovalNO
  387. //
  388. this.lbApprovalNO.AutoSize = true;
  389. this.lbApprovalNO.ForeColor = System.Drawing.Color.Black;
  390. this.lbApprovalNO.Location = new System.Drawing.Point(700, 136);
  391. this.lbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  392. this.lbApprovalNO.Name = "lbApprovalNO";
  393. this.lbApprovalNO.Size = new System.Drawing.Size(67, 15);
  394. this.lbApprovalNO.TabIndex = 26;
  395. this.lbApprovalNO.Text = "批准文号";
  396. //
  397. // tbApprovalNO
  398. //
  399. this.tbApprovalNO.Location = new System.Drawing.Point(797, 131);
  400. this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4);
  401. this.tbApprovalNO.Name = "tbApprovalNO";
  402. this.tbApprovalNO.Size = new System.Drawing.Size(225, 25);
  403. this.tbApprovalNO.TabIndex = 27;
  404. //
  405. // lbVersionNO
  406. //
  407. this.lbVersionNO.AutoSize = true;
  408. this.lbVersionNO.Location = new System.Drawing.Point(32, 170);
  409. this.lbVersionNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  410. this.lbVersionNO.Name = "lbVersionNO";
  411. this.lbVersionNO.Size = new System.Drawing.Size(52, 15);
  412. this.lbVersionNO.TabIndex = 28;
  413. this.lbVersionNO.Text = "版本号";
  414. //
  415. // tbVersionNO
  416. //
  417. this.tbVersionNO.Location = new System.Drawing.Point(103, 166);
  418. this.tbVersionNO.Margin = new System.Windows.Forms.Padding(4);
  419. this.tbVersionNO.Name = "tbVersionNO";
  420. this.tbVersionNO.Size = new System.Drawing.Size(228, 25);
  421. this.tbVersionNO.TabIndex = 29;
  422. //
  423. // lbVersionName
  424. //
  425. this.lbVersionName.AutoSize = true;
  426. this.lbVersionName.Location = new System.Drawing.Point(354, 171);
  427. this.lbVersionName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  428. this.lbVersionName.Name = "lbVersionName";
  429. this.lbVersionName.Size = new System.Drawing.Size(67, 15);
  430. this.lbVersionName.TabIndex = 30;
  431. this.lbVersionName.Text = "版本名称";
  432. //
  433. // tbVersionName
  434. //
  435. this.tbVersionName.Location = new System.Drawing.Point(453, 166);
  436. this.tbVersionName.Margin = new System.Windows.Forms.Padding(4);
  437. this.tbVersionName.Name = "tbVersionName";
  438. this.tbVersionName.Size = new System.Drawing.Size(225, 25);
  439. this.tbVersionName.TabIndex = 31;
  440. //
  441. // lbUniqueRecordNO
  442. //
  443. this.lbUniqueRecordNO.AutoSize = true;
  444. this.lbUniqueRecordNO.Location = new System.Drawing.Point(354, 205);
  445. this.lbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  446. this.lbUniqueRecordNO.Name = "lbUniqueRecordNO";
  447. this.lbUniqueRecordNO.Size = new System.Drawing.Size(82, 15);
  448. this.lbUniqueRecordNO.TabIndex = 40;
  449. this.lbUniqueRecordNO.Text = "唯一记录号";
  450. //
  451. // tbUniqueRecordNO
  452. //
  453. this.tbUniqueRecordNO.Location = new System.Drawing.Point(453, 201);
  454. this.tbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4);
  455. this.tbUniqueRecordNO.Name = "tbUniqueRecordNO";
  456. this.tbUniqueRecordNO.Size = new System.Drawing.Size(225, 25);
  457. this.tbUniqueRecordNO.TabIndex = 41;
  458. //
  459. // lbManufacturers
  460. //
  461. this.lbManufacturers.AutoSize = true;
  462. this.lbManufacturers.Location = new System.Drawing.Point(32, 204);
  463. this.lbManufacturers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  464. this.lbManufacturers.Name = "lbManufacturers";
  465. this.lbManufacturers.Size = new System.Drawing.Size(67, 15);
  466. this.lbManufacturers.TabIndex = 42;
  467. this.lbManufacturers.Text = "生产厂家";
  468. //
  469. // tbManufacturers
  470. //
  471. this.tbManufacturers.Location = new System.Drawing.Point(103, 201);
  472. this.tbManufacturers.Margin = new System.Windows.Forms.Padding(4);
  473. this.tbManufacturers.Name = "tbManufacturers";
  474. this.tbManufacturers.Size = new System.Drawing.Size(228, 25);
  475. this.tbManufacturers.TabIndex = 43;
  476. //
  477. // lbNationalName
  478. //
  479. this.lbNationalName.AutoSize = true;
  480. this.lbNationalName.Location = new System.Drawing.Point(1042, 166);
  481. this.lbNationalName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  482. this.lbNationalName.Name = "lbNationalName";
  483. this.lbNationalName.Size = new System.Drawing.Size(97, 15);
  484. this.lbNationalName.TabIndex = 44;
  485. this.lbNationalName.Text = "国家项目编码";
  486. //
  487. // tbNationalName
  488. //
  489. this.tbNationalName.Location = new System.Drawing.Point(1150, 164);
  490. this.tbNationalName.Margin = new System.Windows.Forms.Padding(4);
  491. this.tbNationalName.Name = "tbNationalName";
  492. this.tbNationalName.Size = new System.Drawing.Size(248, 25);
  493. this.tbNationalName.TabIndex = 45;
  494. //
  495. // lbNationalCode
  496. //
  497. this.lbNationalCode.AutoSize = true;
  498. this.lbNationalCode.Location = new System.Drawing.Point(700, 171);
  499. this.lbNationalCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  500. this.lbNationalCode.Name = "lbNationalCode";
  501. this.lbNationalCode.Size = new System.Drawing.Size(97, 15);
  502. this.lbNationalCode.TabIndex = 46;
  503. this.lbNationalCode.Text = "国家项目名称";
  504. //
  505. // tbNationalCode
  506. //
  507. this.tbNationalCode.Location = new System.Drawing.Point(797, 166);
  508. this.tbNationalCode.Margin = new System.Windows.Forms.Padding(4);
  509. this.tbNationalCode.Name = "tbNationalCode";
  510. this.tbNationalCode.Size = new System.Drawing.Size(225, 25);
  511. this.tbNationalCode.TabIndex = 47;
  512. //
  513. // lbChargeItemLevel
  514. //
  515. this.lbChargeItemLevel.AutoSize = true;
  516. this.lbChargeItemLevel.Location = new System.Drawing.Point(1042, 131);
  517. this.lbChargeItemLevel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  518. this.lbChargeItemLevel.Name = "lbChargeItemLevel";
  519. this.lbChargeItemLevel.Size = new System.Drawing.Size(97, 15);
  520. this.lbChargeItemLevel.TabIndex = 48;
  521. this.lbChargeItemLevel.Text = "收费项目等级";
  522. //
  523. // lbLocateName
  524. //
  525. this.lbLocateName.AutoSize = true;
  526. this.lbLocateName.Location = new System.Drawing.Point(1042, 26);
  527. this.lbLocateName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  528. this.lbLocateName.Name = "lbLocateName";
  529. this.lbLocateName.Size = new System.Drawing.Size(97, 15);
  530. this.lbLocateName.TabIndex = 60;
  531. this.lbLocateName.Text = "省码对应名称";
  532. //
  533. // tbLocateName
  534. //
  535. this.tbLocateName.Location = new System.Drawing.Point(1150, 26);
  536. this.tbLocateName.Margin = new System.Windows.Forms.Padding(4);
  537. this.tbLocateName.Name = "tbLocateName";
  538. this.tbLocateName.Size = new System.Drawing.Size(248, 25);
  539. this.tbLocateName.TabIndex = 61;
  540. //
  541. // lbSafetyCode
  542. //
  543. this.lbSafetyCode.AutoSize = true;
  544. this.lbSafetyCode.Location = new System.Drawing.Point(32, 68);
  545. this.lbSafetyCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  546. this.lbSafetyCode.Name = "lbSafetyCode";
  547. this.lbSafetyCode.Size = new System.Drawing.Size(52, 15);
  548. this.lbSafetyCode.TabIndex = 62;
  549. this.lbSafetyCode.Text = "本位码";
  550. //
  551. // tbSafetyCode
  552. //
  553. this.tbSafetyCode.Location = new System.Drawing.Point(103, 61);
  554. this.tbSafetyCode.Margin = new System.Windows.Forms.Padding(4);
  555. this.tbSafetyCode.Name = "tbSafetyCode";
  556. this.tbSafetyCode.Size = new System.Drawing.Size(228, 25);
  557. this.tbSafetyCode.TabIndex = 63;
  558. //
  559. // lbDosageCode
  560. //
  561. this.lbDosageCode.AutoSize = true;
  562. this.lbDosageCode.Location = new System.Drawing.Point(354, 69);
  563. this.lbDosageCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  564. this.lbDosageCode.Name = "lbDosageCode";
  565. this.lbDosageCode.Size = new System.Drawing.Size(67, 15);
  566. this.lbDosageCode.TabIndex = 64;
  567. this.lbDosageCode.Text = "剂型编码";
  568. //
  569. // tbDosageCode
  570. //
  571. this.tbDosageCode.Location = new System.Drawing.Point(453, 61);
  572. this.tbDosageCode.Margin = new System.Windows.Forms.Padding(4);
  573. this.tbDosageCode.Name = "tbDosageCode";
  574. this.tbDosageCode.Size = new System.Drawing.Size(225, 25);
  575. this.tbDosageCode.TabIndex = 65;
  576. //
  577. // lbUnitOfPackag
  578. //
  579. this.lbUnitOfPackag.AutoSize = true;
  580. this.lbUnitOfPackag.Location = new System.Drawing.Point(354, 103);
  581. this.lbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  582. this.lbUnitOfPackag.Name = "lbUnitOfPackag";
  583. this.lbUnitOfPackag.Size = new System.Drawing.Size(67, 15);
  584. this.lbUnitOfPackag.TabIndex = 66;
  585. this.lbUnitOfPackag.Text = "包装单位";
  586. //
  587. // tbUnitOfPackag
  588. //
  589. this.tbUnitOfPackag.Location = new System.Drawing.Point(453, 96);
  590. this.tbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4);
  591. this.tbUnitOfPackag.Name = "tbUnitOfPackag";
  592. this.tbUnitOfPackag.Size = new System.Drawing.Size(225, 25);
  593. this.tbUnitOfPackag.TabIndex = 67;
  594. //
  595. // lbUnitOfValuation
  596. //
  597. this.lbUnitOfValuation.AutoSize = true;
  598. this.lbUnitOfValuation.Location = new System.Drawing.Point(700, 101);
  599. this.lbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  600. this.lbUnitOfValuation.Name = "lbUnitOfValuation";
  601. this.lbUnitOfValuation.Size = new System.Drawing.Size(67, 15);
  602. this.lbUnitOfValuation.TabIndex = 68;
  603. this.lbUnitOfValuation.Text = "计价单位";
  604. //
  605. // tbUnitOfValuation
  606. //
  607. this.tbUnitOfValuation.Location = new System.Drawing.Point(797, 96);
  608. this.tbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4);
  609. this.tbUnitOfValuation.Name = "tbUnitOfValuation";
  610. this.tbUnitOfValuation.Size = new System.Drawing.Size(225, 25);
  611. this.tbUnitOfValuation.TabIndex = 69;
  612. //
  613. // lbStartDate
  614. //
  615. this.lbStartDate.AutoSize = true;
  616. this.lbStartDate.Location = new System.Drawing.Point(32, 136);
  617. this.lbStartDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  618. this.lbStartDate.Name = "lbStartDate";
  619. this.lbStartDate.Size = new System.Drawing.Size(67, 15);
  620. this.lbStartDate.TabIndex = 70;
  621. this.lbStartDate.Text = "开始日期";
  622. //
  623. // tbStartDate
  624. //
  625. this.tbStartDate.Location = new System.Drawing.Point(103, 131);
  626. this.tbStartDate.Margin = new System.Windows.Forms.Padding(4);
  627. this.tbStartDate.Name = "tbStartDate";
  628. this.tbStartDate.Size = new System.Drawing.Size(228, 25);
  629. this.tbStartDate.TabIndex = 71;
  630. //
  631. // pnlClient
  632. //
  633. this.pnlClient.Controls.Add(this.cbCategoryCode);
  634. this.pnlClient.Controls.Add(this.cbChargeItemType);
  635. this.pnlClient.Controls.Add(this.label6);
  636. this.pnlClient.Controls.Add(this.tbMinPackagingQuantity);
  637. this.pnlClient.Controls.Add(this.label5);
  638. this.pnlClient.Controls.Add(this.tbChargeStandards);
  639. this.pnlClient.Controls.Add(this.label4);
  640. this.pnlClient.Controls.Add(this.tbCeilingPrice);
  641. this.pnlClient.Controls.Add(this.label3);
  642. this.pnlClient.Controls.Add(this.tbDirectoryPayPercent);
  643. this.pnlClient.Controls.Add(this.label2);
  644. this.pnlClient.Controls.Add(this.tbSelfPercent);
  645. this.pnlClient.Controls.Add(this.label1);
  646. this.pnlClient.Controls.Add(this.cbxChargeItemLevel);
  647. this.pnlClient.Controls.Add(this.tbCompany);
  648. this.pnlClient.Controls.Add(this.lbCompany);
  649. this.pnlClient.Controls.Add(this.tbNote);
  650. this.pnlClient.Controls.Add(this.lbNote);
  651. this.pnlClient.Controls.Add(this.panel2);
  652. this.pnlClient.Controls.Add(this.tbStartDate);
  653. this.pnlClient.Controls.Add(this.lbStartDate);
  654. this.pnlClient.Controls.Add(this.tbUnitOfValuation);
  655. this.pnlClient.Controls.Add(this.lbUnitOfValuation);
  656. this.pnlClient.Controls.Add(this.tbUnitOfPackag);
  657. this.pnlClient.Controls.Add(this.lbUnitOfPackag);
  658. this.pnlClient.Controls.Add(this.tbDosageCode);
  659. this.pnlClient.Controls.Add(this.lbDosageCode);
  660. this.pnlClient.Controls.Add(this.tbSafetyCode);
  661. this.pnlClient.Controls.Add(this.lbSafetyCode);
  662. this.pnlClient.Controls.Add(this.tbLocateName);
  663. this.pnlClient.Controls.Add(this.lbLocateName);
  664. this.pnlClient.Controls.Add(this.lbChargeItemLevel);
  665. this.pnlClient.Controls.Add(this.tbNationalCode);
  666. this.pnlClient.Controls.Add(this.lbNationalCode);
  667. this.pnlClient.Controls.Add(this.tbNationalName);
  668. this.pnlClient.Controls.Add(this.lbNationalName);
  669. this.pnlClient.Controls.Add(this.tbManufacturers);
  670. this.pnlClient.Controls.Add(this.lbManufacturers);
  671. this.pnlClient.Controls.Add(this.tbUniqueRecordNO);
  672. this.pnlClient.Controls.Add(this.lbUniqueRecordNO);
  673. this.pnlClient.Controls.Add(this.tbVersionName);
  674. this.pnlClient.Controls.Add(this.lbVersionName);
  675. this.pnlClient.Controls.Add(this.tbVersionNO);
  676. this.pnlClient.Controls.Add(this.lbVersionNO);
  677. this.pnlClient.Controls.Add(this.tbApprovalNO);
  678. this.pnlClient.Controls.Add(this.lbApprovalNO);
  679. this.pnlClient.Controls.Add(this.tbPinyinSearchCode);
  680. this.pnlClient.Controls.Add(this.lbPinyinSearchCode);
  681. this.pnlClient.Controls.Add(this.tbEndDate);
  682. this.pnlClient.Controls.Add(this.lbEndDate);
  683. this.pnlClient.Controls.Add(this.tbSpecification);
  684. this.pnlClient.Controls.Add(this.lbSpecification);
  685. this.pnlClient.Controls.Add(this.lbCategory);
  686. this.pnlClient.Controls.Add(this.tbDosageName);
  687. this.pnlClient.Controls.Add(this.lbDosageName);
  688. this.pnlClient.Controls.Add(this.tbLocateCode);
  689. this.pnlClient.Controls.Add(this.lbLocateCode);
  690. this.pnlClient.Controls.Add(this.tbName);
  691. this.pnlClient.Controls.Add(this.lbName);
  692. this.pnlClient.Controls.Add(this.tbCode);
  693. this.pnlClient.Controls.Add(this.lbCode);
  694. this.pnlClient.Controls.Add(this.panel1);
  695. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  696. this.pnlClient.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  697. this.pnlClient.Location = new System.Drawing.Point(0, 51);
  698. this.pnlClient.Margin = new System.Windows.Forms.Padding(4);
  699. this.pnlClient.Name = "pnlClient";
  700. this.pnlClient.Size = new System.Drawing.Size(1442, 590);
  701. this.pnlClient.TabIndex = 1;
  702. this.pnlClient.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlClient_Paint);
  703. //
  704. // cbCategoryCode
  705. //
  706. this.cbCategoryCode.AutoCompleteCustomSource.AddRange(new string[] {
  707. "101.西药中成药",
  708. "102.重要饮片",
  709. "103.自制剂",
  710. "104.民族药",
  711. "201.医疗服务项目",
  712. "301.医用耗材"});
  713. this.cbCategoryCode.FormattingEnabled = true;
  714. this.cbCategoryCode.Items.AddRange(new object[] {
  715. "101.西药中成药",
  716. "102.重要饮片",
  717. "103.自制剂",
  718. "104.民族药",
  719. "201.医疗服务项目",
  720. "301.医用耗材"});
  721. this.cbCategoryCode.Location = new System.Drawing.Point(1151, 61);
  722. this.cbCategoryCode.Name = "cbCategoryCode";
  723. this.cbCategoryCode.Size = new System.Drawing.Size(248, 23);
  724. this.cbCategoryCode.TabIndex = 105;
  725. //
  726. // cbChargeItemType
  727. //
  728. this.cbChargeItemType.FormattingEnabled = true;
  729. this.cbChargeItemType.Items.AddRange(new object[] {
  730. "01.床位费",
  731. "0101.普通病房床位费",
  732. "0102.急诊观察床床位费",
  733. "0103.干部病房床位费",
  734. "0104.监护病房床位费",
  735. "0105.抢救病房床位费",
  736. "0106.母婴同室床位费",
  737. "0107.血液病房床位费",
  738. "0108.等级医院住院床位费加收",
  739. "0109.建床费",
  740. "0110.三人间床位费",
  741. "0111.双人间床位费",
  742. "0112.单人间床位费",
  743. "0113.特殊防护病房床位费",
  744. "02.诊察费",
  745. "0201.门(急)诊诊疗费(门诊医事服务费)",
  746. "0202.住院诊疗费(住院医事服务费)",
  747. "0203.门诊常规输液观察费",
  748. "0204.门诊急诊加收",
  749. "0205.留观费",
  750. "0206.出诊费",
  751. "03.检查费",
  752. "0300.放射检查",
  753. "0301.一般检查",
  754. "0302.透视",
  755. "0303.照像",
  756. "0304.造影",
  757. "0305.CT检查",
  758. "0306.磁共振检查",
  759. "0307.超声波检查",
  760. "0308.普通B型(黑白)超声检查",
  761. "0309.彩色多普勒超声检查",
  762. "0310.超声心动图",
  763. "0311.其它超声波检查",
  764. "0312.核医学检查",
  765. "0313.内镜检查",
  766. "0314.电生理动态心电图",
  767. "0315.检查用一次材料",
  768. "0316.特检特治",
  769. "04.化验费",
  770. "0401.临床化验费",
  771. "0402.普通化验费",
  772. "0403.特殊化验费",
  773. "0404.临床病理费",
  774. "0405.普通病理费",
  775. "0406.特殊病理费",
  776. "05.治疗费",
  777. "0501.一般治疗费",
  778. "0502.会诊费",
  779. "0503.抢救费",
  780. "0504.理疗费",
  781. "0505.康复治疗费",
  782. "0508.其它一般治疗费",
  783. "0509.高压氧治疗费",
  784. "0510.激光治疗费",
  785. "0511.血液透析治疗费",
  786. "0512.放射治疗费",
  787. "0513.介入治疗",
  788. "0514.导管治疗",
  789. "0515.射频治疗",
  790. "0516.核素治疗",
  791. "0517.口腔修复及正畸",
  792. "0518.治疗用一次性医用材料",
  793. "0519.进口贵重一次性材料",
  794. "0520.一般一次性医用材料",
  795. "06.手术费",
  796. "0601.其它手术费",
  797. "0602.心血管手术",
  798. "0603.呼吸系手术",
  799. "0604.消化系手术",
  800. "0605.骨髓肌肉手术",
  801. "0606.泌尿生殖系手术",
  802. "0607.神经内分泌手术",
  803. "0608.妇科计划生育类手术",
  804. "0609.产科手术",
  805. "0610.矫形手术",
  806. "0611.接生费",
  807. "0613.术中一次性材料费",
  808. "0614.人工器官",
  809. "0615.器官移植",
  810. "07.护理费",
  811. "0701.心脏体外循环直视术后护理费",
  812. "0702.重伤烧伤护理费",
  813. "0703.特级护理费",
  814. "0704.一级护理费",
  815. "0705.二级护理费",
  816. "0706.三级护理费",
  817. "0707.等级医院住院护理费加收",
  818. "0708.专项护理",
  819. "08.卫生材料费",
  820. "0801.材料费",
  821. "0802.内置材料",
  822. "09.西药费",
  823. "0901.甲类西药",
  824. "0902.乙类西药",
  825. "0903.其它类西药",
  826. "10.中药饮片费",
  827. "1001.复方可报",
  828. "1002.单方可报",
  829. "1003.其它类草药",
  830. "11.中成药费",
  831. "1101.甲类中成药",
  832. "1102.乙类中成药",
  833. "1103.其它类中成药",
  834. "1104.民族药",
  835. "12.一般诊疗费",
  836. "13.挂号费",
  837. "1301.普通门诊",
  838. "1302.急诊",
  839. "1303.假日门诊",
  840. "1304.特约门诊",
  841. "14.其他费",
  842. "1401.特殊材料费",
  843. "14011.血液及血液制品",
  844. "14012.单病种除外内容",
  845. "14013.单病种超标准床位费",
  846. "14014.单病种定额标准费",
  847. "1402.国产材料",
  848. "14021.集中带量",
  849. "1403.进口材料",
  850. "14031.康复项目",
  851. "1404.国谈药品",
  852. "1405.手术材料费",
  853. "1406.中草药及中医适宜技术",
  854. "1407.救护车费",
  855. "1408.MRI费",
  856. "1409.CT费",
  857. "1410.彩超费",
  858. "1411.输氧费",
  859. "1412.输血费",
  860. "1413.麻醉费",
  861. "1414.麻醉相关项目费",
  862. "1415.其他医疗费",
  863. "1416.取暖费",
  864. "1417.陪住费",
  865. "1418.婴幼儿住院材料费",
  866. "1419.空调费",
  867. "1420.尸体残肢",
  868. "1421.伙食费",
  869. "1422.住宿费",
  870. "1423.交通费",
  871. "145301.放射费",
  872. "145303.特殊治疗费",
  873. "145305.进口特殊材料",
  874. "145306.进口人工器官",
  875. "145307.国产特殊材料",
  876. "145308.国产人工器官",
  877. "145309.进口或合资材料",
  878. "145310.普通材料费",
  879. "145311.辅助器具",
  880. "145312.特殊检查费",
  881. "145314.诊疗费",
  882. "15.氧费",
  883. "16.血制品",
  884. "17.人工晶体",
  885. "18.医事服务费",
  886. "19.药品",
  887. "20.基本药物",
  888. "21.服务及设施",
  889. "22.医疗减免项目"});
  890. this.cbChargeItemType.Location = new System.Drawing.Point(452, 275);
  891. this.cbChargeItemType.Name = "cbChargeItemType";
  892. this.cbChargeItemType.Size = new System.Drawing.Size(228, 23);
  893. this.cbChargeItemType.TabIndex = 104;
  894. this.cbChargeItemType.TextUpdate += new System.EventHandler(this.cbChargeItemType_TextUpdate);
  895. //
  896. // label6
  897. //
  898. this.label6.AutoSize = true;
  899. this.label6.Location = new System.Drawing.Point(351, 276);
  900. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  901. this.label6.Name = "label6";
  902. this.label6.Size = new System.Drawing.Size(67, 15);
  903. this.label6.TabIndex = 103;
  904. this.label6.Text = "收费类别";
  905. //
  906. // tbMinPackagingQuantity
  907. //
  908. this.tbMinPackagingQuantity.Location = new System.Drawing.Point(134, 273);
  909. this.tbMinPackagingQuantity.Margin = new System.Windows.Forms.Padding(4);
  910. this.tbMinPackagingQuantity.Name = "tbMinPackagingQuantity";
  911. this.tbMinPackagingQuantity.Size = new System.Drawing.Size(194, 25);
  912. this.tbMinPackagingQuantity.TabIndex = 102;
  913. //
  914. // label5
  915. //
  916. this.label5.AutoSize = true;
  917. this.label5.Location = new System.Drawing.Point(29, 276);
  918. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  919. this.label5.Name = "label5";
  920. this.label5.Size = new System.Drawing.Size(97, 15);
  921. this.label5.TabIndex = 101;
  922. this.label5.Text = "最小包装数量";
  923. //
  924. // tbChargeStandards
  925. //
  926. this.tbChargeStandards.Location = new System.Drawing.Point(1150, 230);
  927. this.tbChargeStandards.Margin = new System.Windows.Forms.Padding(4);
  928. this.tbChargeStandards.Name = "tbChargeStandards";
  929. this.tbChargeStandards.Size = new System.Drawing.Size(245, 25);
  930. this.tbChargeStandards.TabIndex = 100;
  931. //
  932. // label4
  933. //
  934. this.label4.AutoSize = true;
  935. this.label4.Location = new System.Drawing.Point(1045, 237);
  936. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  937. this.label4.Name = "label4";
  938. this.label4.Size = new System.Drawing.Size(67, 15);
  939. this.label4.TabIndex = 99;
  940. this.label4.Text = "收费标准";
  941. //
  942. // tbCeilingPrice
  943. //
  944. this.tbCeilingPrice.Location = new System.Drawing.Point(794, 237);
  945. this.tbCeilingPrice.Margin = new System.Windows.Forms.Padding(4);
  946. this.tbCeilingPrice.Name = "tbCeilingPrice";
  947. this.tbCeilingPrice.Size = new System.Drawing.Size(228, 25);
  948. this.tbCeilingPrice.TabIndex = 98;
  949. //
  950. // label3
  951. //
  952. this.label3.AutoSize = true;
  953. this.label3.Location = new System.Drawing.Point(700, 240);
  954. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  955. this.label3.Name = "label3";
  956. this.label3.Size = new System.Drawing.Size(67, 15);
  957. this.label3.TabIndex = 97;
  958. this.label3.Text = "最高限价";
  959. //
  960. // tbDirectoryPayPercent
  961. //
  962. this.tbDirectoryPayPercent.Location = new System.Drawing.Point(452, 237);
  963. this.tbDirectoryPayPercent.Margin = new System.Windows.Forms.Padding(4);
  964. this.tbDirectoryPayPercent.Name = "tbDirectoryPayPercent";
  965. this.tbDirectoryPayPercent.Size = new System.Drawing.Size(228, 25);
  966. this.tbDirectoryPayPercent.TabIndex = 96;
  967. //
  968. // label2
  969. //
  970. this.label2.AutoSize = true;
  971. this.label2.Location = new System.Drawing.Point(351, 240);
  972. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  973. this.label2.Name = "label2";
  974. this.label2.Size = new System.Drawing.Size(97, 15);
  975. this.label2.TabIndex = 95;
  976. this.label2.Text = "目录支付比例";
  977. //
  978. // tbSelfPercent
  979. //
  980. this.tbSelfPercent.Location = new System.Drawing.Point(100, 237);
  981. this.tbSelfPercent.Margin = new System.Windows.Forms.Padding(4);
  982. this.tbSelfPercent.Name = "tbSelfPercent";
  983. this.tbSelfPercent.Size = new System.Drawing.Size(228, 25);
  984. this.tbSelfPercent.TabIndex = 94;
  985. //
  986. // label1
  987. //
  988. this.label1.AutoSize = true;
  989. this.label1.Location = new System.Drawing.Point(29, 240);
  990. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  991. this.label1.Name = "label1";
  992. this.label1.Size = new System.Drawing.Size(67, 15);
  993. this.label1.TabIndex = 93;
  994. this.label1.Text = "自付比例";
  995. //
  996. // cbxChargeItemLevel
  997. //
  998. this.cbxChargeItemLevel.FormattingEnabled = true;
  999. this.cbxChargeItemLevel.Items.AddRange(new object[] {
  1000. "01.甲类",
  1001. "02.乙类",
  1002. "03.自费"});
  1003. this.cbxChargeItemLevel.Location = new System.Drawing.Point(1150, 131);
  1004. this.cbxChargeItemLevel.Name = "cbxChargeItemLevel";
  1005. this.cbxChargeItemLevel.Size = new System.Drawing.Size(248, 23);
  1006. this.cbxChargeItemLevel.TabIndex = 82;
  1007. //
  1008. // tbCompany
  1009. //
  1010. this.tbCompany.Location = new System.Drawing.Point(1150, 199);
  1011. this.tbCompany.Margin = new System.Windows.Forms.Padding(4);
  1012. this.tbCompany.Name = "tbCompany";
  1013. this.tbCompany.Size = new System.Drawing.Size(248, 25);
  1014. this.tbCompany.TabIndex = 81;
  1015. //
  1016. // lbCompany
  1017. //
  1018. this.lbCompany.AutoSize = true;
  1019. this.lbCompany.Location = new System.Drawing.Point(1043, 201);
  1020. this.lbCompany.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1021. this.lbCompany.Name = "lbCompany";
  1022. this.lbCompany.Size = new System.Drawing.Size(67, 15);
  1023. this.lbCompany.TabIndex = 80;
  1024. this.lbCompany.Text = "销售公司";
  1025. //
  1026. // tbNote
  1027. //
  1028. this.tbNote.Location = new System.Drawing.Point(797, 201);
  1029. this.tbNote.Margin = new System.Windows.Forms.Padding(4);
  1030. this.tbNote.Name = "tbNote";
  1031. this.tbNote.Size = new System.Drawing.Size(225, 25);
  1032. this.tbNote.TabIndex = 79;
  1033. //
  1034. // lbNote
  1035. //
  1036. this.lbNote.AutoSize = true;
  1037. this.lbNote.Location = new System.Drawing.Point(700, 206);
  1038. this.lbNote.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1039. this.lbNote.Name = "lbNote";
  1040. this.lbNote.Size = new System.Drawing.Size(37, 15);
  1041. this.lbNote.TabIndex = 78;
  1042. this.lbNote.Text = "备注";
  1043. //
  1044. // panel2
  1045. //
  1046. this.panel2.Controls.Add(this.gbExceptContent);
  1047. this.panel2.Controls.Add(this.gbInstructions);
  1048. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  1049. this.panel2.Location = new System.Drawing.Point(0, 330);
  1050. this.panel2.Name = "panel2";
  1051. this.panel2.Size = new System.Drawing.Size(1442, 125);
  1052. this.panel2.TabIndex = 77;
  1053. //
  1054. // gbExceptContent
  1055. //
  1056. this.gbExceptContent.Controls.Add(this.rtbExceptContent);
  1057. this.gbExceptContent.Dock = System.Windows.Forms.DockStyle.Right;
  1058. this.gbExceptContent.Location = new System.Drawing.Point(770, 0);
  1059. this.gbExceptContent.Name = "gbExceptContent";
  1060. this.gbExceptContent.Size = new System.Drawing.Size(672, 125);
  1061. this.gbExceptContent.TabIndex = 78;
  1062. this.gbExceptContent.TabStop = false;
  1063. this.gbExceptContent.Text = "除外内容ExceptContent";
  1064. //
  1065. // rtbExceptContent
  1066. //
  1067. this.rtbExceptContent.Dock = System.Windows.Forms.DockStyle.Fill;
  1068. this.rtbExceptContent.Location = new System.Drawing.Point(3, 21);
  1069. this.rtbExceptContent.Name = "rtbExceptContent";
  1070. this.rtbExceptContent.Size = new System.Drawing.Size(666, 101);
  1071. this.rtbExceptContent.TabIndex = 0;
  1072. this.rtbExceptContent.Text = "";
  1073. //
  1074. // gbInstructions
  1075. //
  1076. this.gbInstructions.Controls.Add(this.rtbInstructions);
  1077. this.gbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  1078. this.gbInstructions.Location = new System.Drawing.Point(0, 0);
  1079. this.gbInstructions.Name = "gbInstructions";
  1080. this.gbInstructions.Size = new System.Drawing.Size(1442, 125);
  1081. this.gbInstructions.TabIndex = 77;
  1082. this.gbInstructions.TabStop = false;
  1083. this.gbInstructions.Text = "说明Instructions";
  1084. //
  1085. // rtbInstructions
  1086. //
  1087. this.rtbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  1088. this.rtbInstructions.Location = new System.Drawing.Point(3, 21);
  1089. this.rtbInstructions.Name = "rtbInstructions";
  1090. this.rtbInstructions.Size = new System.Drawing.Size(1436, 101);
  1091. this.rtbInstructions.TabIndex = 0;
  1092. this.rtbInstructions.Text = "";
  1093. //
  1094. // panel1
  1095. //
  1096. this.panel1.Controls.Add(this.groupBox3);
  1097. this.panel1.Controls.Add(this.gbConnotation);
  1098. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1099. this.panel1.Location = new System.Drawing.Point(0, 455);
  1100. this.panel1.Name = "panel1";
  1101. this.panel1.Size = new System.Drawing.Size(1442, 135);
  1102. this.panel1.TabIndex = 76;
  1103. //
  1104. // groupBox3
  1105. //
  1106. this.groupBox3.Controls.Add(this.rtbLimitRange);
  1107. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
  1108. this.groupBox3.Location = new System.Drawing.Point(770, 0);
  1109. this.groupBox3.Name = "groupBox3";
  1110. this.groupBox3.Size = new System.Drawing.Size(672, 135);
  1111. this.groupBox3.TabIndex = 78;
  1112. this.groupBox3.TabStop = false;
  1113. this.groupBox3.Text = "限制范围";
  1114. //
  1115. // rtbLimitRange
  1116. //
  1117. this.rtbLimitRange.Dock = System.Windows.Forms.DockStyle.Fill;
  1118. this.rtbLimitRange.Location = new System.Drawing.Point(3, 21);
  1119. this.rtbLimitRange.Name = "rtbLimitRange";
  1120. this.rtbLimitRange.Size = new System.Drawing.Size(666, 111);
  1121. this.rtbLimitRange.TabIndex = 0;
  1122. this.rtbLimitRange.Text = "";
  1123. //
  1124. // gbConnotation
  1125. //
  1126. this.gbConnotation.Controls.Add(this.rtbConnotation);
  1127. this.gbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  1128. this.gbConnotation.Location = new System.Drawing.Point(0, 0);
  1129. this.gbConnotation.Name = "gbConnotation";
  1130. this.gbConnotation.Size = new System.Drawing.Size(1442, 135);
  1131. this.gbConnotation.TabIndex = 77;
  1132. this.gbConnotation.TabStop = false;
  1133. this.gbConnotation.Text = "项目内涵";
  1134. //
  1135. // rtbConnotation
  1136. //
  1137. this.rtbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  1138. this.rtbConnotation.Location = new System.Drawing.Point(3, 21);
  1139. this.rtbConnotation.Name = "rtbConnotation";
  1140. this.rtbConnotation.Size = new System.Drawing.Size(1436, 111);
  1141. this.rtbConnotation.TabIndex = 0;
  1142. this.rtbConnotation.Text = "";
  1143. //
  1144. // AddSingleDirectory
  1145. //
  1146. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1148. this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
  1149. this.ClientSize = new System.Drawing.Size(1442, 704);
  1150. this.Controls.Add(this.pnlClient);
  1151. this.Controls.Add(this.pnlBottom);
  1152. this.Controls.Add(this.pnlTop);
  1153. this.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1154. this.HelpButton = true;
  1155. this.Margin = new System.Windows.Forms.Padding(4);
  1156. this.Name = "AddSingleDirectory";
  1157. this.Text = "单条目录维护";
  1158. this.pnlTop.ResumeLayout(false);
  1159. this.pnlTop.PerformLayout();
  1160. this.pnlBottom.ResumeLayout(false);
  1161. this.pnlClient.ResumeLayout(false);
  1162. this.pnlClient.PerformLayout();
  1163. this.panel2.ResumeLayout(false);
  1164. this.gbExceptContent.ResumeLayout(false);
  1165. this.gbInstructions.ResumeLayout(false);
  1166. this.panel1.ResumeLayout(false);
  1167. this.groupBox3.ResumeLayout(false);
  1168. this.gbConnotation.ResumeLayout(false);
  1169. this.ResumeLayout(false);
  1170. }
  1171. #endregion
  1172. private System.Windows.Forms.Panel pnlTop;
  1173. private System.Windows.Forms.Label label24;
  1174. private System.Windows.Forms.Panel pnlBottom;
  1175. private System.Windows.Forms.Label lbCode;
  1176. private System.Windows.Forms.TextBox tbCode;
  1177. private System.Windows.Forms.Label lbName;
  1178. private System.Windows.Forms.TextBox tbName;
  1179. private System.Windows.Forms.Label lbLocateCode;
  1180. private System.Windows.Forms.TextBox tbLocateCode;
  1181. private System.Windows.Forms.Label lbDosageName;
  1182. private System.Windows.Forms.TextBox tbDosageName;
  1183. private System.Windows.Forms.Label lbCategory;
  1184. private System.Windows.Forms.Label lbSpecification;
  1185. private System.Windows.Forms.TextBox tbSpecification;
  1186. private System.Windows.Forms.Label lbEndDate;
  1187. private System.Windows.Forms.TextBox tbEndDate;
  1188. private System.Windows.Forms.Label lbPinyinSearchCode;
  1189. private System.Windows.Forms.TextBox tbPinyinSearchCode;
  1190. private System.Windows.Forms.Label lbApprovalNO;
  1191. private System.Windows.Forms.TextBox tbApprovalNO;
  1192. private System.Windows.Forms.Label lbVersionNO;
  1193. private System.Windows.Forms.TextBox tbVersionNO;
  1194. private System.Windows.Forms.Label lbVersionName;
  1195. private System.Windows.Forms.TextBox tbVersionName;
  1196. private System.Windows.Forms.Label lbUniqueRecordNO;
  1197. private System.Windows.Forms.TextBox tbUniqueRecordNO;
  1198. private System.Windows.Forms.Label lbManufacturers;
  1199. private System.Windows.Forms.TextBox tbManufacturers;
  1200. private System.Windows.Forms.Label lbNationalName;
  1201. private System.Windows.Forms.TextBox tbNationalName;
  1202. private System.Windows.Forms.Label lbNationalCode;
  1203. private System.Windows.Forms.TextBox tbNationalCode;
  1204. private System.Windows.Forms.Label lbChargeItemLevel;
  1205. private System.Windows.Forms.Label lbLocateName;
  1206. private System.Windows.Forms.TextBox tbLocateName;
  1207. private System.Windows.Forms.Label lbSafetyCode;
  1208. private System.Windows.Forms.TextBox tbSafetyCode;
  1209. private System.Windows.Forms.Label lbDosageCode;
  1210. private System.Windows.Forms.TextBox tbDosageCode;
  1211. private System.Windows.Forms.Label lbUnitOfPackag;
  1212. private System.Windows.Forms.TextBox tbUnitOfPackag;
  1213. private System.Windows.Forms.Label lbUnitOfValuation;
  1214. private System.Windows.Forms.TextBox tbUnitOfValuation;
  1215. private System.Windows.Forms.Label lbStartDate;
  1216. private System.Windows.Forms.TextBox tbStartDate;
  1217. private System.Windows.Forms.Panel pnlClient;
  1218. private System.Windows.Forms.Button btnNo;
  1219. private System.Windows.Forms.Button btnYes;
  1220. private System.Windows.Forms.ComboBox cbxDirecType;
  1221. private System.Windows.Forms.CheckBox cbLimitFlag;
  1222. private System.Windows.Forms.CheckBox cbSpecialFlag;
  1223. private System.Windows.Forms.CheckBox cbUseFlag;
  1224. private System.Windows.Forms.CheckBox cbValidFlag;
  1225. private System.Windows.Forms.Panel panel2;
  1226. private System.Windows.Forms.GroupBox gbExceptContent;
  1227. private System.Windows.Forms.RichTextBox rtbExceptContent;
  1228. private System.Windows.Forms.GroupBox gbInstructions;
  1229. private System.Windows.Forms.RichTextBox rtbInstructions;
  1230. private System.Windows.Forms.Panel panel1;
  1231. private System.Windows.Forms.GroupBox groupBox3;
  1232. private System.Windows.Forms.RichTextBox rtbLimitRange;
  1233. private System.Windows.Forms.GroupBox gbConnotation;
  1234. private System.Windows.Forms.RichTextBox rtbConnotation;
  1235. private System.Windows.Forms.TextBox tbNote;
  1236. private System.Windows.Forms.Label lbNote;
  1237. private System.Windows.Forms.TextBox tbCompany;
  1238. private System.Windows.Forms.Label lbCompany;
  1239. private System.Windows.Forms.ComboBox cbxChargeItemLevel;
  1240. private System.Windows.Forms.ComboBox cbCategoryCode;
  1241. private System.Windows.Forms.ComboBox cbChargeItemType;
  1242. private System.Windows.Forms.Label label6;
  1243. private System.Windows.Forms.TextBox tbMinPackagingQuantity;
  1244. private System.Windows.Forms.Label label5;
  1245. private System.Windows.Forms.TextBox tbChargeStandards;
  1246. private System.Windows.Forms.Label label4;
  1247. private System.Windows.Forms.TextBox tbCeilingPrice;
  1248. private System.Windows.Forms.Label label3;
  1249. private System.Windows.Forms.TextBox tbDirectoryPayPercent;
  1250. private System.Windows.Forms.Label label2;
  1251. private System.Windows.Forms.TextBox tbSelfPercent;
  1252. private System.Windows.Forms.Label label1;
  1253. }
  1254. }