AddSignleDirectory.designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  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.tbCategory = new System.Windows.Forms.TextBox();
  48. this.lbSpecification = new System.Windows.Forms.Label();
  49. this.tbSpecification = new System.Windows.Forms.TextBox();
  50. this.lbEndDate = new System.Windows.Forms.Label();
  51. this.tbEndDate = new System.Windows.Forms.TextBox();
  52. this.lbPinyinSearchCode = new System.Windows.Forms.Label();
  53. this.tbPinyinSearchCode = new System.Windows.Forms.TextBox();
  54. this.lbApprovalNO = new System.Windows.Forms.Label();
  55. this.tbApprovalNO = new System.Windows.Forms.TextBox();
  56. this.lbVersionNO = new System.Windows.Forms.Label();
  57. this.tbVersionNO = new System.Windows.Forms.TextBox();
  58. this.lbVersionName = new System.Windows.Forms.Label();
  59. this.tbVersionName = new System.Windows.Forms.TextBox();
  60. this.lbUniqueRecordNO = new System.Windows.Forms.Label();
  61. this.tbUniqueRecordNO = new System.Windows.Forms.TextBox();
  62. this.lbManufacturers = new System.Windows.Forms.Label();
  63. this.tbManufacturers = new System.Windows.Forms.TextBox();
  64. this.lbNationalName = new System.Windows.Forms.Label();
  65. this.tbNationalName = new System.Windows.Forms.TextBox();
  66. this.lbNationalCode = new System.Windows.Forms.Label();
  67. this.tbNationalCode = new System.Windows.Forms.TextBox();
  68. this.lbChargeItemLevel = new System.Windows.Forms.Label();
  69. this.lbLocateName = new System.Windows.Forms.Label();
  70. this.tbLocateName = new System.Windows.Forms.TextBox();
  71. this.lbSafetyCode = new System.Windows.Forms.Label();
  72. this.tbSafetyCode = new System.Windows.Forms.TextBox();
  73. this.lbDosageCode = new System.Windows.Forms.Label();
  74. this.tbDosageCode = new System.Windows.Forms.TextBox();
  75. this.lbUnitOfPackag = new System.Windows.Forms.Label();
  76. this.tbUnitOfPackag = new System.Windows.Forms.TextBox();
  77. this.lbUnitOfValuation = new System.Windows.Forms.Label();
  78. this.tbUnitOfValuation = new System.Windows.Forms.TextBox();
  79. this.lbStartDate = new System.Windows.Forms.Label();
  80. this.tbStartDate = new System.Windows.Forms.TextBox();
  81. this.pnlClient = new System.Windows.Forms.Panel();
  82. this.cbxChargeItemLevel = new System.Windows.Forms.ComboBox();
  83. this.tbCompany = new System.Windows.Forms.TextBox();
  84. this.lbCompany = new System.Windows.Forms.Label();
  85. this.tbNote = new System.Windows.Forms.TextBox();
  86. this.lbNote = new System.Windows.Forms.Label();
  87. this.panel2 = new System.Windows.Forms.Panel();
  88. this.gbExceptContent = new System.Windows.Forms.GroupBox();
  89. this.rtbExceptContent = new System.Windows.Forms.RichTextBox();
  90. this.gbInstructions = new System.Windows.Forms.GroupBox();
  91. this.rtbInstructions = new System.Windows.Forms.RichTextBox();
  92. this.panel1 = new System.Windows.Forms.Panel();
  93. this.groupBox3 = new System.Windows.Forms.GroupBox();
  94. this.rtbLimitRange = new System.Windows.Forms.RichTextBox();
  95. this.gbConnotation = new System.Windows.Forms.GroupBox();
  96. this.rtbConnotation = new System.Windows.Forms.RichTextBox();
  97. this.pnlTop.SuspendLayout();
  98. this.pnlBottom.SuspendLayout();
  99. this.pnlClient.SuspendLayout();
  100. this.panel2.SuspendLayout();
  101. this.gbExceptContent.SuspendLayout();
  102. this.gbInstructions.SuspendLayout();
  103. this.panel1.SuspendLayout();
  104. this.groupBox3.SuspendLayout();
  105. this.gbConnotation.SuspendLayout();
  106. this.SuspendLayout();
  107. //
  108. // pnlTop
  109. //
  110. this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  111. this.pnlTop.Controls.Add(this.cbValidFlag);
  112. this.pnlTop.Controls.Add(this.cbLimitFlag);
  113. this.pnlTop.Controls.Add(this.cbSpecialFlag);
  114. this.pnlTop.Controls.Add(this.cbUseFlag);
  115. this.pnlTop.Controls.Add(this.cbxDirecType);
  116. this.pnlTop.Controls.Add(this.label24);
  117. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  119. this.pnlTop.Margin = new System.Windows.Forms.Padding(4);
  120. this.pnlTop.Name = "pnlTop";
  121. this.pnlTop.Size = new System.Drawing.Size(1424, 51);
  122. this.pnlTop.TabIndex = 0;
  123. //
  124. // cbValidFlag
  125. //
  126. this.cbValidFlag.AutoSize = true;
  127. this.cbValidFlag.Checked = true;
  128. this.cbValidFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  129. this.cbValidFlag.ForeColor = System.Drawing.Color.Red;
  130. this.cbValidFlag.Location = new System.Drawing.Point(789, 15);
  131. this.cbValidFlag.Name = "cbValidFlag";
  132. this.cbValidFlag.Size = new System.Drawing.Size(86, 19);
  133. this.cbValidFlag.TabIndex = 79;
  134. this.cbValidFlag.Text = "有效标志";
  135. this.cbValidFlag.UseVisualStyleBackColor = true;
  136. //
  137. // cbLimitFlag
  138. //
  139. this.cbLimitFlag.AutoSize = true;
  140. this.cbLimitFlag.ForeColor = System.Drawing.Color.Red;
  141. this.cbLimitFlag.Location = new System.Drawing.Point(653, 15);
  142. this.cbLimitFlag.Name = "cbLimitFlag";
  143. this.cbLimitFlag.Size = new System.Drawing.Size(116, 19);
  144. this.cbLimitFlag.TabIndex = 78;
  145. this.cbLimitFlag.Text = "限制目录标志";
  146. this.cbLimitFlag.UseVisualStyleBackColor = true;
  147. //
  148. // cbSpecialFlag
  149. //
  150. this.cbSpecialFlag.AutoSize = true;
  151. this.cbSpecialFlag.ForeColor = System.Drawing.Color.Red;
  152. this.cbSpecialFlag.Location = new System.Drawing.Point(505, 15);
  153. this.cbSpecialFlag.Name = "cbSpecialFlag";
  154. this.cbSpecialFlag.Size = new System.Drawing.Size(116, 19);
  155. this.cbSpecialFlag.TabIndex = 77;
  156. this.cbSpecialFlag.Text = "特殊药品标志";
  157. this.cbSpecialFlag.UseVisualStyleBackColor = true;
  158. //
  159. // cbUseFlag
  160. //
  161. this.cbUseFlag.AutoSize = true;
  162. this.cbUseFlag.Checked = true;
  163. this.cbUseFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  164. this.cbUseFlag.ForeColor = System.Drawing.Color.Red;
  165. this.cbUseFlag.Location = new System.Drawing.Point(387, 15);
  166. this.cbUseFlag.Name = "cbUseFlag";
  167. this.cbUseFlag.Size = new System.Drawing.Size(86, 19);
  168. this.cbUseFlag.TabIndex = 76;
  169. this.cbUseFlag.Text = "使用标志";
  170. this.cbUseFlag.UseVisualStyleBackColor = true;
  171. //
  172. // cbxDirecType
  173. //
  174. this.cbxDirecType.FormattingEnabled = true;
  175. this.cbxDirecType.Items.AddRange(new object[] {
  176. "药品",
  177. "诊疗",
  178. "材料",
  179. "疾病诊断",
  180. "手术",
  181. "门诊慢特病种",
  182. "DRGs",
  183. "日间手术",
  184. "字典表"});
  185. this.cbxDirecType.Location = new System.Drawing.Point(103, 13);
  186. this.cbxDirecType.Margin = new System.Windows.Forms.Padding(4);
  187. this.cbxDirecType.Name = "cbxDirecType";
  188. this.cbxDirecType.Size = new System.Drawing.Size(228, 23);
  189. this.cbxDirecType.TabIndex = 7;
  190. //
  191. // label24
  192. //
  193. this.label24.AutoSize = true;
  194. this.label24.Location = new System.Drawing.Point(37, 16);
  195. this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  196. this.label24.Name = "label24";
  197. this.label24.Size = new System.Drawing.Size(37, 15);
  198. this.label24.TabIndex = 6;
  199. this.label24.Text = "类型";
  200. //
  201. // pnlBottom
  202. //
  203. this.pnlBottom.Controls.Add(this.btnNo);
  204. this.pnlBottom.Controls.Add(this.btnYes);
  205. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  206. this.pnlBottom.Location = new System.Drawing.Point(0, 604);
  207. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4);
  208. this.pnlBottom.Name = "pnlBottom";
  209. this.pnlBottom.Size = new System.Drawing.Size(1424, 63);
  210. this.pnlBottom.TabIndex = 2;
  211. //
  212. // btnNo
  213. //
  214. this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  215. this.btnNo.Location = new System.Drawing.Point(1254, 21);
  216. this.btnNo.Margin = new System.Windows.Forms.Padding(4);
  217. this.btnNo.Name = "btnNo";
  218. this.btnNo.Size = new System.Drawing.Size(127, 29);
  219. this.btnNo.TabIndex = 1;
  220. this.btnNo.Text = "放弃";
  221. this.btnNo.UseVisualStyleBackColor = true;
  222. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  223. //
  224. // btnYes
  225. //
  226. this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btnYes.Location = new System.Drawing.Point(1099, 21);
  228. this.btnYes.Margin = new System.Windows.Forms.Padding(4);
  229. this.btnYes.Name = "btnYes";
  230. this.btnYes.Size = new System.Drawing.Size(127, 29);
  231. this.btnYes.TabIndex = 0;
  232. this.btnYes.Text = "确定";
  233. this.btnYes.UseVisualStyleBackColor = true;
  234. this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
  235. //
  236. // lbCode
  237. //
  238. this.lbCode.AutoSize = true;
  239. this.lbCode.ForeColor = System.Drawing.Color.Red;
  240. this.lbCode.Location = new System.Drawing.Point(32, 32);
  241. this.lbCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  242. this.lbCode.Name = "lbCode";
  243. this.lbCode.Size = new System.Drawing.Size(37, 15);
  244. this.lbCode.TabIndex = 0;
  245. this.lbCode.Text = "国码";
  246. //
  247. // tbCode
  248. //
  249. this.tbCode.Location = new System.Drawing.Point(103, 26);
  250. this.tbCode.Margin = new System.Windows.Forms.Padding(4);
  251. this.tbCode.Name = "tbCode";
  252. this.tbCode.Size = new System.Drawing.Size(228, 25);
  253. this.tbCode.TabIndex = 1;
  254. //
  255. // lbName
  256. //
  257. this.lbName.AutoSize = true;
  258. this.lbName.ForeColor = System.Drawing.Color.Red;
  259. this.lbName.Location = new System.Drawing.Point(354, 31);
  260. this.lbName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.lbName.Name = "lbName";
  262. this.lbName.Size = new System.Drawing.Size(97, 15);
  263. this.lbName.TabIndex = 2;
  264. this.lbName.Text = "国码对应名称";
  265. //
  266. // tbName
  267. //
  268. this.tbName.Location = new System.Drawing.Point(453, 26);
  269. this.tbName.Margin = new System.Windows.Forms.Padding(4);
  270. this.tbName.Name = "tbName";
  271. this.tbName.Size = new System.Drawing.Size(225, 25);
  272. this.tbName.TabIndex = 3;
  273. //
  274. // lbLocateCode
  275. //
  276. this.lbLocateCode.AutoSize = true;
  277. this.lbLocateCode.Location = new System.Drawing.Point(700, 31);
  278. this.lbLocateCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  279. this.lbLocateCode.Name = "lbLocateCode";
  280. this.lbLocateCode.Size = new System.Drawing.Size(37, 15);
  281. this.lbLocateCode.TabIndex = 4;
  282. this.lbLocateCode.Text = "省码";
  283. //
  284. // tbLocateCode
  285. //
  286. this.tbLocateCode.Location = new System.Drawing.Point(797, 26);
  287. this.tbLocateCode.Margin = new System.Windows.Forms.Padding(4);
  288. this.tbLocateCode.Name = "tbLocateCode";
  289. this.tbLocateCode.Size = new System.Drawing.Size(225, 25);
  290. this.tbLocateCode.TabIndex = 5;
  291. //
  292. // lbDosageName
  293. //
  294. this.lbDosageName.AutoSize = true;
  295. this.lbDosageName.Location = new System.Drawing.Point(700, 66);
  296. this.lbDosageName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  297. this.lbDosageName.Name = "lbDosageName";
  298. this.lbDosageName.Size = new System.Drawing.Size(67, 15);
  299. this.lbDosageName.TabIndex = 6;
  300. this.lbDosageName.Text = "剂型名称";
  301. //
  302. // tbDosageName
  303. //
  304. this.tbDosageName.Location = new System.Drawing.Point(797, 61);
  305. this.tbDosageName.Margin = new System.Windows.Forms.Padding(4);
  306. this.tbDosageName.Name = "tbDosageName";
  307. this.tbDosageName.Size = new System.Drawing.Size(225, 25);
  308. this.tbDosageName.TabIndex = 7;
  309. //
  310. // lbCategory
  311. //
  312. this.lbCategory.AutoSize = true;
  313. this.lbCategory.Location = new System.Drawing.Point(1042, 61);
  314. this.lbCategory.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  315. this.lbCategory.Name = "lbCategory";
  316. this.lbCategory.Size = new System.Drawing.Size(37, 15);
  317. this.lbCategory.TabIndex = 8;
  318. this.lbCategory.Text = "类别";
  319. //
  320. // tbCategory
  321. //
  322. this.tbCategory.Location = new System.Drawing.Point(1150, 61);
  323. this.tbCategory.Margin = new System.Windows.Forms.Padding(4);
  324. this.tbCategory.Name = "tbCategory";
  325. this.tbCategory.Size = new System.Drawing.Size(248, 25);
  326. this.tbCategory.TabIndex = 9;
  327. //
  328. // lbSpecification
  329. //
  330. this.lbSpecification.AutoSize = true;
  331. this.lbSpecification.Location = new System.Drawing.Point(32, 102);
  332. this.lbSpecification.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.lbSpecification.Name = "lbSpecification";
  334. this.lbSpecification.Size = new System.Drawing.Size(37, 15);
  335. this.lbSpecification.TabIndex = 10;
  336. this.lbSpecification.Text = "规格";
  337. //
  338. // tbSpecification
  339. //
  340. this.tbSpecification.Location = new System.Drawing.Point(103, 96);
  341. this.tbSpecification.Margin = new System.Windows.Forms.Padding(4);
  342. this.tbSpecification.Name = "tbSpecification";
  343. this.tbSpecification.Size = new System.Drawing.Size(228, 25);
  344. this.tbSpecification.TabIndex = 11;
  345. //
  346. // lbEndDate
  347. //
  348. this.lbEndDate.AutoSize = true;
  349. this.lbEndDate.Location = new System.Drawing.Point(354, 137);
  350. this.lbEndDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  351. this.lbEndDate.Name = "lbEndDate";
  352. this.lbEndDate.Size = new System.Drawing.Size(67, 15);
  353. this.lbEndDate.TabIndex = 12;
  354. this.lbEndDate.Text = "结束日期";
  355. //
  356. // tbEndDate
  357. //
  358. this.tbEndDate.Location = new System.Drawing.Point(453, 131);
  359. this.tbEndDate.Margin = new System.Windows.Forms.Padding(4);
  360. this.tbEndDate.Name = "tbEndDate";
  361. this.tbEndDate.Size = new System.Drawing.Size(225, 25);
  362. this.tbEndDate.TabIndex = 13;
  363. //
  364. // lbPinyinSearchCode
  365. //
  366. this.lbPinyinSearchCode.AutoSize = true;
  367. this.lbPinyinSearchCode.Location = new System.Drawing.Point(1042, 96);
  368. this.lbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  369. this.lbPinyinSearchCode.Name = "lbPinyinSearchCode";
  370. this.lbPinyinSearchCode.Size = new System.Drawing.Size(82, 15);
  371. this.lbPinyinSearchCode.TabIndex = 14;
  372. this.lbPinyinSearchCode.Text = "拼音助记码";
  373. //
  374. // tbPinyinSearchCode
  375. //
  376. this.tbPinyinSearchCode.Location = new System.Drawing.Point(1150, 96);
  377. this.tbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4);
  378. this.tbPinyinSearchCode.Name = "tbPinyinSearchCode";
  379. this.tbPinyinSearchCode.Size = new System.Drawing.Size(248, 25);
  380. this.tbPinyinSearchCode.TabIndex = 15;
  381. //
  382. // lbApprovalNO
  383. //
  384. this.lbApprovalNO.AutoSize = true;
  385. this.lbApprovalNO.ForeColor = System.Drawing.Color.Black;
  386. this.lbApprovalNO.Location = new System.Drawing.Point(700, 136);
  387. this.lbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  388. this.lbApprovalNO.Name = "lbApprovalNO";
  389. this.lbApprovalNO.Size = new System.Drawing.Size(67, 15);
  390. this.lbApprovalNO.TabIndex = 26;
  391. this.lbApprovalNO.Text = "批准文号";
  392. //
  393. // tbApprovalNO
  394. //
  395. this.tbApprovalNO.Location = new System.Drawing.Point(797, 131);
  396. this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4);
  397. this.tbApprovalNO.Name = "tbApprovalNO";
  398. this.tbApprovalNO.Size = new System.Drawing.Size(225, 25);
  399. this.tbApprovalNO.TabIndex = 27;
  400. //
  401. // lbVersionNO
  402. //
  403. this.lbVersionNO.AutoSize = true;
  404. this.lbVersionNO.Location = new System.Drawing.Point(32, 170);
  405. this.lbVersionNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  406. this.lbVersionNO.Name = "lbVersionNO";
  407. this.lbVersionNO.Size = new System.Drawing.Size(52, 15);
  408. this.lbVersionNO.TabIndex = 28;
  409. this.lbVersionNO.Text = "版本号";
  410. //
  411. // tbVersionNO
  412. //
  413. this.tbVersionNO.Location = new System.Drawing.Point(103, 166);
  414. this.tbVersionNO.Margin = new System.Windows.Forms.Padding(4);
  415. this.tbVersionNO.Name = "tbVersionNO";
  416. this.tbVersionNO.Size = new System.Drawing.Size(228, 25);
  417. this.tbVersionNO.TabIndex = 29;
  418. //
  419. // lbVersionName
  420. //
  421. this.lbVersionName.AutoSize = true;
  422. this.lbVersionName.Location = new System.Drawing.Point(354, 171);
  423. this.lbVersionName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  424. this.lbVersionName.Name = "lbVersionName";
  425. this.lbVersionName.Size = new System.Drawing.Size(67, 15);
  426. this.lbVersionName.TabIndex = 30;
  427. this.lbVersionName.Text = "版本名称";
  428. //
  429. // tbVersionName
  430. //
  431. this.tbVersionName.Location = new System.Drawing.Point(453, 166);
  432. this.tbVersionName.Margin = new System.Windows.Forms.Padding(4);
  433. this.tbVersionName.Name = "tbVersionName";
  434. this.tbVersionName.Size = new System.Drawing.Size(225, 25);
  435. this.tbVersionName.TabIndex = 31;
  436. //
  437. // lbUniqueRecordNO
  438. //
  439. this.lbUniqueRecordNO.AutoSize = true;
  440. this.lbUniqueRecordNO.Location = new System.Drawing.Point(354, 205);
  441. this.lbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  442. this.lbUniqueRecordNO.Name = "lbUniqueRecordNO";
  443. this.lbUniqueRecordNO.Size = new System.Drawing.Size(82, 15);
  444. this.lbUniqueRecordNO.TabIndex = 40;
  445. this.lbUniqueRecordNO.Text = "唯一记录号";
  446. this.lbUniqueRecordNO.Click += new System.EventHandler(this.lbUniqueRecordNO_Click);
  447. //
  448. // tbUniqueRecordNO
  449. //
  450. this.tbUniqueRecordNO.Location = new System.Drawing.Point(453, 201);
  451. this.tbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4);
  452. this.tbUniqueRecordNO.Name = "tbUniqueRecordNO";
  453. this.tbUniqueRecordNO.Size = new System.Drawing.Size(225, 25);
  454. this.tbUniqueRecordNO.TabIndex = 41;
  455. this.tbUniqueRecordNO.TextChanged += new System.EventHandler(this.tbUniqueRecordNO_TextChanged);
  456. //
  457. // lbManufacturers
  458. //
  459. this.lbManufacturers.AutoSize = true;
  460. this.lbManufacturers.Location = new System.Drawing.Point(32, 204);
  461. this.lbManufacturers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  462. this.lbManufacturers.Name = "lbManufacturers";
  463. this.lbManufacturers.Size = new System.Drawing.Size(67, 15);
  464. this.lbManufacturers.TabIndex = 42;
  465. this.lbManufacturers.Text = "生产厂家";
  466. //
  467. // tbManufacturers
  468. //
  469. this.tbManufacturers.Location = new System.Drawing.Point(103, 201);
  470. this.tbManufacturers.Margin = new System.Windows.Forms.Padding(4);
  471. this.tbManufacturers.Name = "tbManufacturers";
  472. this.tbManufacturers.Size = new System.Drawing.Size(228, 25);
  473. this.tbManufacturers.TabIndex = 43;
  474. //
  475. // lbNationalName
  476. //
  477. this.lbNationalName.AutoSize = true;
  478. this.lbNationalName.Location = new System.Drawing.Point(1042, 166);
  479. this.lbNationalName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  480. this.lbNationalName.Name = "lbNationalName";
  481. this.lbNationalName.Size = new System.Drawing.Size(97, 15);
  482. this.lbNationalName.TabIndex = 44;
  483. this.lbNationalName.Text = "国家项目编码";
  484. //
  485. // tbNationalName
  486. //
  487. this.tbNationalName.Location = new System.Drawing.Point(1150, 164);
  488. this.tbNationalName.Margin = new System.Windows.Forms.Padding(4);
  489. this.tbNationalName.Name = "tbNationalName";
  490. this.tbNationalName.Size = new System.Drawing.Size(248, 25);
  491. this.tbNationalName.TabIndex = 45;
  492. //
  493. // lbNationalCode
  494. //
  495. this.lbNationalCode.AutoSize = true;
  496. this.lbNationalCode.Location = new System.Drawing.Point(700, 171);
  497. this.lbNationalCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  498. this.lbNationalCode.Name = "lbNationalCode";
  499. this.lbNationalCode.Size = new System.Drawing.Size(97, 15);
  500. this.lbNationalCode.TabIndex = 46;
  501. this.lbNationalCode.Text = "国家项目名称";
  502. //
  503. // tbNationalCode
  504. //
  505. this.tbNationalCode.Location = new System.Drawing.Point(797, 166);
  506. this.tbNationalCode.Margin = new System.Windows.Forms.Padding(4);
  507. this.tbNationalCode.Name = "tbNationalCode";
  508. this.tbNationalCode.Size = new System.Drawing.Size(225, 25);
  509. this.tbNationalCode.TabIndex = 47;
  510. //
  511. // lbChargeItemLevel
  512. //
  513. this.lbChargeItemLevel.AutoSize = true;
  514. this.lbChargeItemLevel.Location = new System.Drawing.Point(1042, 131);
  515. this.lbChargeItemLevel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  516. this.lbChargeItemLevel.Name = "lbChargeItemLevel";
  517. this.lbChargeItemLevel.Size = new System.Drawing.Size(97, 15);
  518. this.lbChargeItemLevel.TabIndex = 48;
  519. this.lbChargeItemLevel.Text = "收费项目等级";
  520. //
  521. // lbLocateName
  522. //
  523. this.lbLocateName.AutoSize = true;
  524. this.lbLocateName.Location = new System.Drawing.Point(1042, 26);
  525. this.lbLocateName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  526. this.lbLocateName.Name = "lbLocateName";
  527. this.lbLocateName.Size = new System.Drawing.Size(97, 15);
  528. this.lbLocateName.TabIndex = 60;
  529. this.lbLocateName.Text = "省码对应名称";
  530. //
  531. // tbLocateName
  532. //
  533. this.tbLocateName.Location = new System.Drawing.Point(1150, 26);
  534. this.tbLocateName.Margin = new System.Windows.Forms.Padding(4);
  535. this.tbLocateName.Name = "tbLocateName";
  536. this.tbLocateName.Size = new System.Drawing.Size(248, 25);
  537. this.tbLocateName.TabIndex = 61;
  538. //
  539. // lbSafetyCode
  540. //
  541. this.lbSafetyCode.AutoSize = true;
  542. this.lbSafetyCode.Location = new System.Drawing.Point(32, 68);
  543. this.lbSafetyCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  544. this.lbSafetyCode.Name = "lbSafetyCode";
  545. this.lbSafetyCode.Size = new System.Drawing.Size(52, 15);
  546. this.lbSafetyCode.TabIndex = 62;
  547. this.lbSafetyCode.Text = "本位码";
  548. //
  549. // tbSafetyCode
  550. //
  551. this.tbSafetyCode.Location = new System.Drawing.Point(103, 61);
  552. this.tbSafetyCode.Margin = new System.Windows.Forms.Padding(4);
  553. this.tbSafetyCode.Name = "tbSafetyCode";
  554. this.tbSafetyCode.Size = new System.Drawing.Size(228, 25);
  555. this.tbSafetyCode.TabIndex = 63;
  556. //
  557. // lbDosageCode
  558. //
  559. this.lbDosageCode.AutoSize = true;
  560. this.lbDosageCode.Location = new System.Drawing.Point(354, 69);
  561. this.lbDosageCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  562. this.lbDosageCode.Name = "lbDosageCode";
  563. this.lbDosageCode.Size = new System.Drawing.Size(67, 15);
  564. this.lbDosageCode.TabIndex = 64;
  565. this.lbDosageCode.Text = "剂型编码";
  566. //
  567. // tbDosageCode
  568. //
  569. this.tbDosageCode.Location = new System.Drawing.Point(453, 61);
  570. this.tbDosageCode.Margin = new System.Windows.Forms.Padding(4);
  571. this.tbDosageCode.Name = "tbDosageCode";
  572. this.tbDosageCode.Size = new System.Drawing.Size(225, 25);
  573. this.tbDosageCode.TabIndex = 65;
  574. //
  575. // lbUnitOfPackag
  576. //
  577. this.lbUnitOfPackag.AutoSize = true;
  578. this.lbUnitOfPackag.Location = new System.Drawing.Point(354, 103);
  579. this.lbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  580. this.lbUnitOfPackag.Name = "lbUnitOfPackag";
  581. this.lbUnitOfPackag.Size = new System.Drawing.Size(67, 15);
  582. this.lbUnitOfPackag.TabIndex = 66;
  583. this.lbUnitOfPackag.Text = "包装单位";
  584. //
  585. // tbUnitOfPackag
  586. //
  587. this.tbUnitOfPackag.Location = new System.Drawing.Point(453, 96);
  588. this.tbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4);
  589. this.tbUnitOfPackag.Name = "tbUnitOfPackag";
  590. this.tbUnitOfPackag.Size = new System.Drawing.Size(225, 25);
  591. this.tbUnitOfPackag.TabIndex = 67;
  592. //
  593. // lbUnitOfValuation
  594. //
  595. this.lbUnitOfValuation.AutoSize = true;
  596. this.lbUnitOfValuation.Location = new System.Drawing.Point(700, 101);
  597. this.lbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  598. this.lbUnitOfValuation.Name = "lbUnitOfValuation";
  599. this.lbUnitOfValuation.Size = new System.Drawing.Size(67, 15);
  600. this.lbUnitOfValuation.TabIndex = 68;
  601. this.lbUnitOfValuation.Text = "计价单位";
  602. //
  603. // tbUnitOfValuation
  604. //
  605. this.tbUnitOfValuation.Location = new System.Drawing.Point(797, 96);
  606. this.tbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4);
  607. this.tbUnitOfValuation.Name = "tbUnitOfValuation";
  608. this.tbUnitOfValuation.Size = new System.Drawing.Size(225, 25);
  609. this.tbUnitOfValuation.TabIndex = 69;
  610. //
  611. // lbStartDate
  612. //
  613. this.lbStartDate.AutoSize = true;
  614. this.lbStartDate.Location = new System.Drawing.Point(32, 136);
  615. this.lbStartDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  616. this.lbStartDate.Name = "lbStartDate";
  617. this.lbStartDate.Size = new System.Drawing.Size(67, 15);
  618. this.lbStartDate.TabIndex = 70;
  619. this.lbStartDate.Text = "开始日期";
  620. //
  621. // tbStartDate
  622. //
  623. this.tbStartDate.Location = new System.Drawing.Point(103, 131);
  624. this.tbStartDate.Margin = new System.Windows.Forms.Padding(4);
  625. this.tbStartDate.Name = "tbStartDate";
  626. this.tbStartDate.Size = new System.Drawing.Size(228, 25);
  627. this.tbStartDate.TabIndex = 71;
  628. //
  629. // pnlClient
  630. //
  631. this.pnlClient.Controls.Add(this.cbxChargeItemLevel);
  632. this.pnlClient.Controls.Add(this.tbCompany);
  633. this.pnlClient.Controls.Add(this.lbCompany);
  634. this.pnlClient.Controls.Add(this.tbNote);
  635. this.pnlClient.Controls.Add(this.lbNote);
  636. this.pnlClient.Controls.Add(this.panel2);
  637. this.pnlClient.Controls.Add(this.tbStartDate);
  638. this.pnlClient.Controls.Add(this.lbStartDate);
  639. this.pnlClient.Controls.Add(this.tbUnitOfValuation);
  640. this.pnlClient.Controls.Add(this.lbUnitOfValuation);
  641. this.pnlClient.Controls.Add(this.tbUnitOfPackag);
  642. this.pnlClient.Controls.Add(this.lbUnitOfPackag);
  643. this.pnlClient.Controls.Add(this.tbDosageCode);
  644. this.pnlClient.Controls.Add(this.lbDosageCode);
  645. this.pnlClient.Controls.Add(this.tbSafetyCode);
  646. this.pnlClient.Controls.Add(this.lbSafetyCode);
  647. this.pnlClient.Controls.Add(this.tbLocateName);
  648. this.pnlClient.Controls.Add(this.lbLocateName);
  649. this.pnlClient.Controls.Add(this.lbChargeItemLevel);
  650. this.pnlClient.Controls.Add(this.tbNationalCode);
  651. this.pnlClient.Controls.Add(this.lbNationalCode);
  652. this.pnlClient.Controls.Add(this.tbNationalName);
  653. this.pnlClient.Controls.Add(this.lbNationalName);
  654. this.pnlClient.Controls.Add(this.tbManufacturers);
  655. this.pnlClient.Controls.Add(this.lbManufacturers);
  656. this.pnlClient.Controls.Add(this.tbUniqueRecordNO);
  657. this.pnlClient.Controls.Add(this.lbUniqueRecordNO);
  658. this.pnlClient.Controls.Add(this.tbVersionName);
  659. this.pnlClient.Controls.Add(this.lbVersionName);
  660. this.pnlClient.Controls.Add(this.tbVersionNO);
  661. this.pnlClient.Controls.Add(this.lbVersionNO);
  662. this.pnlClient.Controls.Add(this.tbApprovalNO);
  663. this.pnlClient.Controls.Add(this.lbApprovalNO);
  664. this.pnlClient.Controls.Add(this.tbPinyinSearchCode);
  665. this.pnlClient.Controls.Add(this.lbPinyinSearchCode);
  666. this.pnlClient.Controls.Add(this.tbEndDate);
  667. this.pnlClient.Controls.Add(this.lbEndDate);
  668. this.pnlClient.Controls.Add(this.tbSpecification);
  669. this.pnlClient.Controls.Add(this.lbSpecification);
  670. this.pnlClient.Controls.Add(this.tbCategory);
  671. this.pnlClient.Controls.Add(this.lbCategory);
  672. this.pnlClient.Controls.Add(this.tbDosageName);
  673. this.pnlClient.Controls.Add(this.lbDosageName);
  674. this.pnlClient.Controls.Add(this.tbLocateCode);
  675. this.pnlClient.Controls.Add(this.lbLocateCode);
  676. this.pnlClient.Controls.Add(this.tbName);
  677. this.pnlClient.Controls.Add(this.lbName);
  678. this.pnlClient.Controls.Add(this.tbCode);
  679. this.pnlClient.Controls.Add(this.lbCode);
  680. this.pnlClient.Controls.Add(this.panel1);
  681. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  682. this.pnlClient.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  683. this.pnlClient.Location = new System.Drawing.Point(0, 51);
  684. this.pnlClient.Margin = new System.Windows.Forms.Padding(4);
  685. this.pnlClient.Name = "pnlClient";
  686. this.pnlClient.Size = new System.Drawing.Size(1424, 553);
  687. this.pnlClient.TabIndex = 1;
  688. this.pnlClient.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlClient_Paint);
  689. //
  690. // cbxChargeItemLevel
  691. //
  692. this.cbxChargeItemLevel.FormattingEnabled = true;
  693. this.cbxChargeItemLevel.Items.AddRange(new object[] {
  694. "甲类",
  695. "乙类",
  696. "丙类"});
  697. this.cbxChargeItemLevel.Location = new System.Drawing.Point(1150, 131);
  698. this.cbxChargeItemLevel.Name = "cbxChargeItemLevel";
  699. this.cbxChargeItemLevel.Size = new System.Drawing.Size(248, 23);
  700. this.cbxChargeItemLevel.TabIndex = 82;
  701. //
  702. // tbCompany
  703. //
  704. this.tbCompany.Location = new System.Drawing.Point(1150, 199);
  705. this.tbCompany.Margin = new System.Windows.Forms.Padding(4);
  706. this.tbCompany.Name = "tbCompany";
  707. this.tbCompany.Size = new System.Drawing.Size(248, 25);
  708. this.tbCompany.TabIndex = 81;
  709. //
  710. // lbCompany
  711. //
  712. this.lbCompany.AutoSize = true;
  713. this.lbCompany.Location = new System.Drawing.Point(1043, 201);
  714. this.lbCompany.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  715. this.lbCompany.Name = "lbCompany";
  716. this.lbCompany.Size = new System.Drawing.Size(67, 15);
  717. this.lbCompany.TabIndex = 80;
  718. this.lbCompany.Text = "销售公司";
  719. //
  720. // tbNote
  721. //
  722. this.tbNote.Location = new System.Drawing.Point(797, 201);
  723. this.tbNote.Margin = new System.Windows.Forms.Padding(4);
  724. this.tbNote.Name = "tbNote";
  725. this.tbNote.Size = new System.Drawing.Size(225, 25);
  726. this.tbNote.TabIndex = 79;
  727. //
  728. // lbNote
  729. //
  730. this.lbNote.AutoSize = true;
  731. this.lbNote.Location = new System.Drawing.Point(700, 206);
  732. this.lbNote.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  733. this.lbNote.Name = "lbNote";
  734. this.lbNote.Size = new System.Drawing.Size(37, 15);
  735. this.lbNote.TabIndex = 78;
  736. this.lbNote.Text = "备注";
  737. //
  738. // panel2
  739. //
  740. this.panel2.Controls.Add(this.gbExceptContent);
  741. this.panel2.Controls.Add(this.gbInstructions);
  742. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  743. this.panel2.Location = new System.Drawing.Point(0, 293);
  744. this.panel2.Name = "panel2";
  745. this.panel2.Size = new System.Drawing.Size(1424, 125);
  746. this.panel2.TabIndex = 77;
  747. //
  748. // gbExceptContent
  749. //
  750. this.gbExceptContent.Controls.Add(this.rtbExceptContent);
  751. this.gbExceptContent.Dock = System.Windows.Forms.DockStyle.Right;
  752. this.gbExceptContent.Location = new System.Drawing.Point(752, 0);
  753. this.gbExceptContent.Name = "gbExceptContent";
  754. this.gbExceptContent.Size = new System.Drawing.Size(672, 125);
  755. this.gbExceptContent.TabIndex = 78;
  756. this.gbExceptContent.TabStop = false;
  757. this.gbExceptContent.Text = "除外内容ExceptContent";
  758. //
  759. // rtbExceptContent
  760. //
  761. this.rtbExceptContent.Dock = System.Windows.Forms.DockStyle.Fill;
  762. this.rtbExceptContent.Location = new System.Drawing.Point(3, 21);
  763. this.rtbExceptContent.Name = "rtbExceptContent";
  764. this.rtbExceptContent.Size = new System.Drawing.Size(666, 101);
  765. this.rtbExceptContent.TabIndex = 0;
  766. this.rtbExceptContent.Text = "";
  767. //
  768. // gbInstructions
  769. //
  770. this.gbInstructions.Controls.Add(this.rtbInstructions);
  771. this.gbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  772. this.gbInstructions.Location = new System.Drawing.Point(0, 0);
  773. this.gbInstructions.Name = "gbInstructions";
  774. this.gbInstructions.Size = new System.Drawing.Size(1424, 125);
  775. this.gbInstructions.TabIndex = 77;
  776. this.gbInstructions.TabStop = false;
  777. this.gbInstructions.Text = "说明Instructions";
  778. //
  779. // rtbInstructions
  780. //
  781. this.rtbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  782. this.rtbInstructions.Location = new System.Drawing.Point(3, 21);
  783. this.rtbInstructions.Name = "rtbInstructions";
  784. this.rtbInstructions.Size = new System.Drawing.Size(1418, 101);
  785. this.rtbInstructions.TabIndex = 0;
  786. this.rtbInstructions.Text = "";
  787. //
  788. // panel1
  789. //
  790. this.panel1.Controls.Add(this.groupBox3);
  791. this.panel1.Controls.Add(this.gbConnotation);
  792. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  793. this.panel1.Location = new System.Drawing.Point(0, 418);
  794. this.panel1.Name = "panel1";
  795. this.panel1.Size = new System.Drawing.Size(1424, 135);
  796. this.panel1.TabIndex = 76;
  797. //
  798. // groupBox3
  799. //
  800. this.groupBox3.Controls.Add(this.rtbLimitRange);
  801. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
  802. this.groupBox3.Location = new System.Drawing.Point(752, 0);
  803. this.groupBox3.Name = "groupBox3";
  804. this.groupBox3.Size = new System.Drawing.Size(672, 135);
  805. this.groupBox3.TabIndex = 78;
  806. this.groupBox3.TabStop = false;
  807. this.groupBox3.Text = "限制范围";
  808. //
  809. // rtbLimitRange
  810. //
  811. this.rtbLimitRange.Dock = System.Windows.Forms.DockStyle.Fill;
  812. this.rtbLimitRange.Location = new System.Drawing.Point(3, 21);
  813. this.rtbLimitRange.Name = "rtbLimitRange";
  814. this.rtbLimitRange.Size = new System.Drawing.Size(666, 111);
  815. this.rtbLimitRange.TabIndex = 0;
  816. this.rtbLimitRange.Text = "";
  817. //
  818. // gbConnotation
  819. //
  820. this.gbConnotation.Controls.Add(this.rtbConnotation);
  821. this.gbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  822. this.gbConnotation.Location = new System.Drawing.Point(0, 0);
  823. this.gbConnotation.Name = "gbConnotation";
  824. this.gbConnotation.Size = new System.Drawing.Size(1424, 135);
  825. this.gbConnotation.TabIndex = 77;
  826. this.gbConnotation.TabStop = false;
  827. this.gbConnotation.Text = "项目内涵";
  828. //
  829. // rtbConnotation
  830. //
  831. this.rtbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  832. this.rtbConnotation.Location = new System.Drawing.Point(3, 21);
  833. this.rtbConnotation.Name = "rtbConnotation";
  834. this.rtbConnotation.Size = new System.Drawing.Size(1418, 111);
  835. this.rtbConnotation.TabIndex = 0;
  836. this.rtbConnotation.Text = "";
  837. //
  838. // AddSingleDirectory
  839. //
  840. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  841. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  842. this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
  843. this.ClientSize = new System.Drawing.Size(1424, 667);
  844. this.Controls.Add(this.pnlClient);
  845. this.Controls.Add(this.pnlBottom);
  846. this.Controls.Add(this.pnlTop);
  847. this.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  848. this.HelpButton = true;
  849. this.Margin = new System.Windows.Forms.Padding(4);
  850. this.Name = "AddSingleDirectory";
  851. this.Text = "单条目录维护";
  852. this.pnlTop.ResumeLayout(false);
  853. this.pnlTop.PerformLayout();
  854. this.pnlBottom.ResumeLayout(false);
  855. this.pnlClient.ResumeLayout(false);
  856. this.pnlClient.PerformLayout();
  857. this.panel2.ResumeLayout(false);
  858. this.gbExceptContent.ResumeLayout(false);
  859. this.gbInstructions.ResumeLayout(false);
  860. this.panel1.ResumeLayout(false);
  861. this.groupBox3.ResumeLayout(false);
  862. this.gbConnotation.ResumeLayout(false);
  863. this.ResumeLayout(false);
  864. }
  865. #endregion
  866. private System.Windows.Forms.Panel pnlTop;
  867. private System.Windows.Forms.Label label24;
  868. private System.Windows.Forms.Panel pnlBottom;
  869. private System.Windows.Forms.Label lbCode;
  870. private System.Windows.Forms.TextBox tbCode;
  871. private System.Windows.Forms.Label lbName;
  872. private System.Windows.Forms.TextBox tbName;
  873. private System.Windows.Forms.Label lbLocateCode;
  874. private System.Windows.Forms.TextBox tbLocateCode;
  875. private System.Windows.Forms.Label lbDosageName;
  876. private System.Windows.Forms.TextBox tbDosageName;
  877. private System.Windows.Forms.Label lbCategory;
  878. private System.Windows.Forms.TextBox tbCategory;
  879. private System.Windows.Forms.Label lbSpecification;
  880. private System.Windows.Forms.TextBox tbSpecification;
  881. private System.Windows.Forms.Label lbEndDate;
  882. private System.Windows.Forms.TextBox tbEndDate;
  883. private System.Windows.Forms.Label lbPinyinSearchCode;
  884. private System.Windows.Forms.TextBox tbPinyinSearchCode;
  885. private System.Windows.Forms.Label lbApprovalNO;
  886. private System.Windows.Forms.TextBox tbApprovalNO;
  887. private System.Windows.Forms.Label lbVersionNO;
  888. private System.Windows.Forms.TextBox tbVersionNO;
  889. private System.Windows.Forms.Label lbVersionName;
  890. private System.Windows.Forms.TextBox tbVersionName;
  891. private System.Windows.Forms.Label lbUniqueRecordNO;
  892. private System.Windows.Forms.TextBox tbUniqueRecordNO;
  893. private System.Windows.Forms.Label lbManufacturers;
  894. private System.Windows.Forms.TextBox tbManufacturers;
  895. private System.Windows.Forms.Label lbNationalName;
  896. private System.Windows.Forms.TextBox tbNationalName;
  897. private System.Windows.Forms.Label lbNationalCode;
  898. private System.Windows.Forms.TextBox tbNationalCode;
  899. private System.Windows.Forms.Label lbChargeItemLevel;
  900. private System.Windows.Forms.Label lbLocateName;
  901. private System.Windows.Forms.TextBox tbLocateName;
  902. private System.Windows.Forms.Label lbSafetyCode;
  903. private System.Windows.Forms.TextBox tbSafetyCode;
  904. private System.Windows.Forms.Label lbDosageCode;
  905. private System.Windows.Forms.TextBox tbDosageCode;
  906. private System.Windows.Forms.Label lbUnitOfPackag;
  907. private System.Windows.Forms.TextBox tbUnitOfPackag;
  908. private System.Windows.Forms.Label lbUnitOfValuation;
  909. private System.Windows.Forms.TextBox tbUnitOfValuation;
  910. private System.Windows.Forms.Label lbStartDate;
  911. private System.Windows.Forms.TextBox tbStartDate;
  912. private System.Windows.Forms.Panel pnlClient;
  913. private System.Windows.Forms.Button btnNo;
  914. private System.Windows.Forms.Button btnYes;
  915. private System.Windows.Forms.ComboBox cbxDirecType;
  916. private System.Windows.Forms.CheckBox cbLimitFlag;
  917. private System.Windows.Forms.CheckBox cbSpecialFlag;
  918. private System.Windows.Forms.CheckBox cbUseFlag;
  919. private System.Windows.Forms.CheckBox cbValidFlag;
  920. private System.Windows.Forms.Panel panel2;
  921. private System.Windows.Forms.GroupBox gbExceptContent;
  922. private System.Windows.Forms.RichTextBox rtbExceptContent;
  923. private System.Windows.Forms.GroupBox gbInstructions;
  924. private System.Windows.Forms.RichTextBox rtbInstructions;
  925. private System.Windows.Forms.Panel panel1;
  926. private System.Windows.Forms.GroupBox groupBox3;
  927. private System.Windows.Forms.RichTextBox rtbLimitRange;
  928. private System.Windows.Forms.GroupBox gbConnotation;
  929. private System.Windows.Forms.RichTextBox rtbConnotation;
  930. private System.Windows.Forms.TextBox tbNote;
  931. private System.Windows.Forms.Label lbNote;
  932. private System.Windows.Forms.TextBox tbCompany;
  933. private System.Windows.Forms.Label lbCompany;
  934. private System.Windows.Forms.ComboBox cbxChargeItemLevel;
  935. }
  936. }