AddSignleDirectory.designer.cs 50 KB

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