AddSignleDirectory.designer.cs 50 KB

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