AddSignleDirectory.designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014
  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. this.lbUniqueRecordNO.Click += new System.EventHandler(this.lbUniqueRecordNO_Click);
  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. this.tbUniqueRecordNO.TextChanged += new System.EventHandler(this.tbUniqueRecordNO_TextChanged);
  462. //
  463. // lbManufacturers
  464. //
  465. this.lbManufacturers.AutoSize = true;
  466. this.lbManufacturers.Location = new System.Drawing.Point(32, 204);
  467. this.lbManufacturers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  468. this.lbManufacturers.Name = "lbManufacturers";
  469. this.lbManufacturers.Size = new System.Drawing.Size(67, 15);
  470. this.lbManufacturers.TabIndex = 42;
  471. this.lbManufacturers.Text = "生产厂家";
  472. //
  473. // tbManufacturers
  474. //
  475. this.tbManufacturers.Location = new System.Drawing.Point(103, 201);
  476. this.tbManufacturers.Margin = new System.Windows.Forms.Padding(4);
  477. this.tbManufacturers.Name = "tbManufacturers";
  478. this.tbManufacturers.Size = new System.Drawing.Size(228, 25);
  479. this.tbManufacturers.TabIndex = 43;
  480. //
  481. // lbNationalName
  482. //
  483. this.lbNationalName.AutoSize = true;
  484. this.lbNationalName.Location = new System.Drawing.Point(1042, 166);
  485. this.lbNationalName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  486. this.lbNationalName.Name = "lbNationalName";
  487. this.lbNationalName.Size = new System.Drawing.Size(97, 15);
  488. this.lbNationalName.TabIndex = 44;
  489. this.lbNationalName.Text = "国家项目编码";
  490. //
  491. // tbNationalName
  492. //
  493. this.tbNationalName.Location = new System.Drawing.Point(1150, 164);
  494. this.tbNationalName.Margin = new System.Windows.Forms.Padding(4);
  495. this.tbNationalName.Name = "tbNationalName";
  496. this.tbNationalName.Size = new System.Drawing.Size(248, 25);
  497. this.tbNationalName.TabIndex = 45;
  498. //
  499. // lbNationalCode
  500. //
  501. this.lbNationalCode.AutoSize = true;
  502. this.lbNationalCode.Location = new System.Drawing.Point(700, 171);
  503. this.lbNationalCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  504. this.lbNationalCode.Name = "lbNationalCode";
  505. this.lbNationalCode.Size = new System.Drawing.Size(97, 15);
  506. this.lbNationalCode.TabIndex = 46;
  507. this.lbNationalCode.Text = "国家项目名称";
  508. //
  509. // tbNationalCode
  510. //
  511. this.tbNationalCode.Location = new System.Drawing.Point(797, 166);
  512. this.tbNationalCode.Margin = new System.Windows.Forms.Padding(4);
  513. this.tbNationalCode.Name = "tbNationalCode";
  514. this.tbNationalCode.Size = new System.Drawing.Size(225, 25);
  515. this.tbNationalCode.TabIndex = 47;
  516. //
  517. // lbChargeItemLevel
  518. //
  519. this.lbChargeItemLevel.AutoSize = true;
  520. this.lbChargeItemLevel.Location = new System.Drawing.Point(1042, 131);
  521. this.lbChargeItemLevel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  522. this.lbChargeItemLevel.Name = "lbChargeItemLevel";
  523. this.lbChargeItemLevel.Size = new System.Drawing.Size(97, 15);
  524. this.lbChargeItemLevel.TabIndex = 48;
  525. this.lbChargeItemLevel.Text = "收费项目等级";
  526. //
  527. // lbLocateName
  528. //
  529. this.lbLocateName.AutoSize = true;
  530. this.lbLocateName.Location = new System.Drawing.Point(1042, 26);
  531. this.lbLocateName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  532. this.lbLocateName.Name = "lbLocateName";
  533. this.lbLocateName.Size = new System.Drawing.Size(97, 15);
  534. this.lbLocateName.TabIndex = 60;
  535. this.lbLocateName.Text = "省码对应名称";
  536. //
  537. // tbLocateName
  538. //
  539. this.tbLocateName.Location = new System.Drawing.Point(1150, 26);
  540. this.tbLocateName.Margin = new System.Windows.Forms.Padding(4);
  541. this.tbLocateName.Name = "tbLocateName";
  542. this.tbLocateName.Size = new System.Drawing.Size(248, 25);
  543. this.tbLocateName.TabIndex = 61;
  544. //
  545. // lbSafetyCode
  546. //
  547. this.lbSafetyCode.AutoSize = true;
  548. this.lbSafetyCode.Location = new System.Drawing.Point(32, 68);
  549. this.lbSafetyCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  550. this.lbSafetyCode.Name = "lbSafetyCode";
  551. this.lbSafetyCode.Size = new System.Drawing.Size(52, 15);
  552. this.lbSafetyCode.TabIndex = 62;
  553. this.lbSafetyCode.Text = "本位码";
  554. //
  555. // tbSafetyCode
  556. //
  557. this.tbSafetyCode.Location = new System.Drawing.Point(103, 61);
  558. this.tbSafetyCode.Margin = new System.Windows.Forms.Padding(4);
  559. this.tbSafetyCode.Name = "tbSafetyCode";
  560. this.tbSafetyCode.Size = new System.Drawing.Size(228, 25);
  561. this.tbSafetyCode.TabIndex = 63;
  562. //
  563. // lbDosageCode
  564. //
  565. this.lbDosageCode.AutoSize = true;
  566. this.lbDosageCode.Location = new System.Drawing.Point(354, 69);
  567. this.lbDosageCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  568. this.lbDosageCode.Name = "lbDosageCode";
  569. this.lbDosageCode.Size = new System.Drawing.Size(67, 15);
  570. this.lbDosageCode.TabIndex = 64;
  571. this.lbDosageCode.Text = "剂型编码";
  572. //
  573. // tbDosageCode
  574. //
  575. this.tbDosageCode.Location = new System.Drawing.Point(453, 61);
  576. this.tbDosageCode.Margin = new System.Windows.Forms.Padding(4);
  577. this.tbDosageCode.Name = "tbDosageCode";
  578. this.tbDosageCode.Size = new System.Drawing.Size(225, 25);
  579. this.tbDosageCode.TabIndex = 65;
  580. //
  581. // lbUnitOfPackag
  582. //
  583. this.lbUnitOfPackag.AutoSize = true;
  584. this.lbUnitOfPackag.Location = new System.Drawing.Point(354, 103);
  585. this.lbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  586. this.lbUnitOfPackag.Name = "lbUnitOfPackag";
  587. this.lbUnitOfPackag.Size = new System.Drawing.Size(67, 15);
  588. this.lbUnitOfPackag.TabIndex = 66;
  589. this.lbUnitOfPackag.Text = "包装单位";
  590. //
  591. // tbUnitOfPackag
  592. //
  593. this.tbUnitOfPackag.Location = new System.Drawing.Point(453, 96);
  594. this.tbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4);
  595. this.tbUnitOfPackag.Name = "tbUnitOfPackag";
  596. this.tbUnitOfPackag.Size = new System.Drawing.Size(225, 25);
  597. this.tbUnitOfPackag.TabIndex = 67;
  598. //
  599. // lbUnitOfValuation
  600. //
  601. this.lbUnitOfValuation.AutoSize = true;
  602. this.lbUnitOfValuation.Location = new System.Drawing.Point(700, 101);
  603. this.lbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  604. this.lbUnitOfValuation.Name = "lbUnitOfValuation";
  605. this.lbUnitOfValuation.Size = new System.Drawing.Size(67, 15);
  606. this.lbUnitOfValuation.TabIndex = 68;
  607. this.lbUnitOfValuation.Text = "计价单位";
  608. //
  609. // tbUnitOfValuation
  610. //
  611. this.tbUnitOfValuation.Location = new System.Drawing.Point(797, 96);
  612. this.tbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4);
  613. this.tbUnitOfValuation.Name = "tbUnitOfValuation";
  614. this.tbUnitOfValuation.Size = new System.Drawing.Size(225, 25);
  615. this.tbUnitOfValuation.TabIndex = 69;
  616. //
  617. // lbStartDate
  618. //
  619. this.lbStartDate.AutoSize = true;
  620. this.lbStartDate.Location = new System.Drawing.Point(32, 136);
  621. this.lbStartDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  622. this.lbStartDate.Name = "lbStartDate";
  623. this.lbStartDate.Size = new System.Drawing.Size(67, 15);
  624. this.lbStartDate.TabIndex = 70;
  625. this.lbStartDate.Text = "开始日期";
  626. //
  627. // tbStartDate
  628. //
  629. this.tbStartDate.Location = new System.Drawing.Point(103, 131);
  630. this.tbStartDate.Margin = new System.Windows.Forms.Padding(4);
  631. this.tbStartDate.Name = "tbStartDate";
  632. this.tbStartDate.Size = new System.Drawing.Size(228, 25);
  633. this.tbStartDate.TabIndex = 71;
  634. //
  635. // pnlClient
  636. //
  637. this.pnlClient.Controls.Add(this.cbxListType);
  638. this.pnlClient.Controls.Add(this.cbxChargeItemType);
  639. this.pnlClient.Controls.Add(this.label3);
  640. this.pnlClient.Controls.Add(this.label2);
  641. this.pnlClient.Controls.Add(this.tbMinPackagingQuantity);
  642. this.pnlClient.Controls.Add(this.label1);
  643. this.pnlClient.Controls.Add(this.cbxChargeItemLevel);
  644. this.pnlClient.Controls.Add(this.tbCompany);
  645. this.pnlClient.Controls.Add(this.lbCompany);
  646. this.pnlClient.Controls.Add(this.tbNote);
  647. this.pnlClient.Controls.Add(this.lbNote);
  648. this.pnlClient.Controls.Add(this.panel2);
  649. this.pnlClient.Controls.Add(this.tbStartDate);
  650. this.pnlClient.Controls.Add(this.lbStartDate);
  651. this.pnlClient.Controls.Add(this.tbUnitOfValuation);
  652. this.pnlClient.Controls.Add(this.lbUnitOfValuation);
  653. this.pnlClient.Controls.Add(this.tbUnitOfPackag);
  654. this.pnlClient.Controls.Add(this.lbUnitOfPackag);
  655. this.pnlClient.Controls.Add(this.tbDosageCode);
  656. this.pnlClient.Controls.Add(this.lbDosageCode);
  657. this.pnlClient.Controls.Add(this.tbSafetyCode);
  658. this.pnlClient.Controls.Add(this.lbSafetyCode);
  659. this.pnlClient.Controls.Add(this.tbLocateName);
  660. this.pnlClient.Controls.Add(this.lbLocateName);
  661. this.pnlClient.Controls.Add(this.lbChargeItemLevel);
  662. this.pnlClient.Controls.Add(this.tbNationalCode);
  663. this.pnlClient.Controls.Add(this.lbNationalCode);
  664. this.pnlClient.Controls.Add(this.tbNationalName);
  665. this.pnlClient.Controls.Add(this.lbNationalName);
  666. this.pnlClient.Controls.Add(this.tbManufacturers);
  667. this.pnlClient.Controls.Add(this.lbManufacturers);
  668. this.pnlClient.Controls.Add(this.tbUniqueRecordNO);
  669. this.pnlClient.Controls.Add(this.lbUniqueRecordNO);
  670. this.pnlClient.Controls.Add(this.tbVersionName);
  671. this.pnlClient.Controls.Add(this.lbVersionName);
  672. this.pnlClient.Controls.Add(this.tbVersionNO);
  673. this.pnlClient.Controls.Add(this.lbVersionNO);
  674. this.pnlClient.Controls.Add(this.tbApprovalNO);
  675. this.pnlClient.Controls.Add(this.lbApprovalNO);
  676. this.pnlClient.Controls.Add(this.tbPinyinSearchCode);
  677. this.pnlClient.Controls.Add(this.lbPinyinSearchCode);
  678. this.pnlClient.Controls.Add(this.tbEndDate);
  679. this.pnlClient.Controls.Add(this.lbEndDate);
  680. this.pnlClient.Controls.Add(this.tbSpecification);
  681. this.pnlClient.Controls.Add(this.lbSpecification);
  682. this.pnlClient.Controls.Add(this.tbCategory);
  683. this.pnlClient.Controls.Add(this.lbCategory);
  684. this.pnlClient.Controls.Add(this.tbDosageName);
  685. this.pnlClient.Controls.Add(this.lbDosageName);
  686. this.pnlClient.Controls.Add(this.tbLocateCode);
  687. this.pnlClient.Controls.Add(this.lbLocateCode);
  688. this.pnlClient.Controls.Add(this.tbName);
  689. this.pnlClient.Controls.Add(this.lbName);
  690. this.pnlClient.Controls.Add(this.tbCode);
  691. this.pnlClient.Controls.Add(this.lbCode);
  692. this.pnlClient.Controls.Add(this.panel1);
  693. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  694. this.pnlClient.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.pnlClient.Location = new System.Drawing.Point(0, 51);
  696. this.pnlClient.Margin = new System.Windows.Forms.Padding(4);
  697. this.pnlClient.Name = "pnlClient";
  698. this.pnlClient.Size = new System.Drawing.Size(1424, 553);
  699. this.pnlClient.TabIndex = 1;
  700. this.pnlClient.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlClient_Paint);
  701. //
  702. // cbxChargeItemLevel
  703. //
  704. this.cbxChargeItemLevel.FormattingEnabled = true;
  705. this.cbxChargeItemLevel.Items.AddRange(new object[] {
  706. "甲类",
  707. "乙类",
  708. "丙类"});
  709. this.cbxChargeItemLevel.Location = new System.Drawing.Point(1150, 131);
  710. this.cbxChargeItemLevel.Name = "cbxChargeItemLevel";
  711. this.cbxChargeItemLevel.Size = new System.Drawing.Size(248, 23);
  712. this.cbxChargeItemLevel.TabIndex = 82;
  713. //
  714. // tbCompany
  715. //
  716. this.tbCompany.Location = new System.Drawing.Point(1150, 199);
  717. this.tbCompany.Margin = new System.Windows.Forms.Padding(4);
  718. this.tbCompany.Name = "tbCompany";
  719. this.tbCompany.Size = new System.Drawing.Size(248, 25);
  720. this.tbCompany.TabIndex = 81;
  721. //
  722. // lbCompany
  723. //
  724. this.lbCompany.AutoSize = true;
  725. this.lbCompany.Location = new System.Drawing.Point(1043, 201);
  726. this.lbCompany.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  727. this.lbCompany.Name = "lbCompany";
  728. this.lbCompany.Size = new System.Drawing.Size(67, 15);
  729. this.lbCompany.TabIndex = 80;
  730. this.lbCompany.Text = "销售公司";
  731. //
  732. // tbNote
  733. //
  734. this.tbNote.Location = new System.Drawing.Point(797, 201);
  735. this.tbNote.Margin = new System.Windows.Forms.Padding(4);
  736. this.tbNote.Name = "tbNote";
  737. this.tbNote.Size = new System.Drawing.Size(225, 25);
  738. this.tbNote.TabIndex = 79;
  739. //
  740. // lbNote
  741. //
  742. this.lbNote.AutoSize = true;
  743. this.lbNote.Location = new System.Drawing.Point(700, 206);
  744. this.lbNote.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  745. this.lbNote.Name = "lbNote";
  746. this.lbNote.Size = new System.Drawing.Size(37, 15);
  747. this.lbNote.TabIndex = 78;
  748. this.lbNote.Text = "备注";
  749. //
  750. // panel2
  751. //
  752. this.panel2.Controls.Add(this.gbExceptContent);
  753. this.panel2.Controls.Add(this.gbInstructions);
  754. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  755. this.panel2.Location = new System.Drawing.Point(0, 293);
  756. this.panel2.Name = "panel2";
  757. this.panel2.Size = new System.Drawing.Size(1424, 125);
  758. this.panel2.TabIndex = 77;
  759. //
  760. // gbExceptContent
  761. //
  762. this.gbExceptContent.Controls.Add(this.rtbExceptContent);
  763. this.gbExceptContent.Dock = System.Windows.Forms.DockStyle.Right;
  764. this.gbExceptContent.Location = new System.Drawing.Point(752, 0);
  765. this.gbExceptContent.Name = "gbExceptContent";
  766. this.gbExceptContent.Size = new System.Drawing.Size(672, 125);
  767. this.gbExceptContent.TabIndex = 78;
  768. this.gbExceptContent.TabStop = false;
  769. this.gbExceptContent.Text = "除外内容ExceptContent";
  770. //
  771. // rtbExceptContent
  772. //
  773. this.rtbExceptContent.Dock = System.Windows.Forms.DockStyle.Fill;
  774. this.rtbExceptContent.Location = new System.Drawing.Point(3, 21);
  775. this.rtbExceptContent.Name = "rtbExceptContent";
  776. this.rtbExceptContent.Size = new System.Drawing.Size(666, 101);
  777. this.rtbExceptContent.TabIndex = 0;
  778. this.rtbExceptContent.Text = "";
  779. //
  780. // gbInstructions
  781. //
  782. this.gbInstructions.Controls.Add(this.rtbInstructions);
  783. this.gbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  784. this.gbInstructions.Location = new System.Drawing.Point(0, 0);
  785. this.gbInstructions.Name = "gbInstructions";
  786. this.gbInstructions.Size = new System.Drawing.Size(1424, 125);
  787. this.gbInstructions.TabIndex = 77;
  788. this.gbInstructions.TabStop = false;
  789. this.gbInstructions.Text = "说明Instructions";
  790. //
  791. // rtbInstructions
  792. //
  793. this.rtbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  794. this.rtbInstructions.Location = new System.Drawing.Point(3, 21);
  795. this.rtbInstructions.Name = "rtbInstructions";
  796. this.rtbInstructions.Size = new System.Drawing.Size(1418, 101);
  797. this.rtbInstructions.TabIndex = 0;
  798. this.rtbInstructions.Text = "";
  799. //
  800. // panel1
  801. //
  802. this.panel1.Controls.Add(this.groupBox3);
  803. this.panel1.Controls.Add(this.gbConnotation);
  804. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  805. this.panel1.Location = new System.Drawing.Point(0, 418);
  806. this.panel1.Name = "panel1";
  807. this.panel1.Size = new System.Drawing.Size(1424, 135);
  808. this.panel1.TabIndex = 76;
  809. //
  810. // groupBox3
  811. //
  812. this.groupBox3.Controls.Add(this.rtbLimitRange);
  813. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
  814. this.groupBox3.Location = new System.Drawing.Point(752, 0);
  815. this.groupBox3.Name = "groupBox3";
  816. this.groupBox3.Size = new System.Drawing.Size(672, 135);
  817. this.groupBox3.TabIndex = 78;
  818. this.groupBox3.TabStop = false;
  819. this.groupBox3.Text = "限制范围";
  820. //
  821. // rtbLimitRange
  822. //
  823. this.rtbLimitRange.Dock = System.Windows.Forms.DockStyle.Fill;
  824. this.rtbLimitRange.Location = new System.Drawing.Point(3, 21);
  825. this.rtbLimitRange.Name = "rtbLimitRange";
  826. this.rtbLimitRange.Size = new System.Drawing.Size(666, 111);
  827. this.rtbLimitRange.TabIndex = 0;
  828. this.rtbLimitRange.Text = "";
  829. //
  830. // gbConnotation
  831. //
  832. this.gbConnotation.Controls.Add(this.rtbConnotation);
  833. this.gbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  834. this.gbConnotation.Location = new System.Drawing.Point(0, 0);
  835. this.gbConnotation.Name = "gbConnotation";
  836. this.gbConnotation.Size = new System.Drawing.Size(1424, 135);
  837. this.gbConnotation.TabIndex = 77;
  838. this.gbConnotation.TabStop = false;
  839. this.gbConnotation.Text = "项目内涵";
  840. //
  841. // rtbConnotation
  842. //
  843. this.rtbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;
  844. this.rtbConnotation.Location = new System.Drawing.Point(3, 21);
  845. this.rtbConnotation.Name = "rtbConnotation";
  846. this.rtbConnotation.Size = new System.Drawing.Size(1418, 111);
  847. this.rtbConnotation.TabIndex = 0;
  848. this.rtbConnotation.Text = "";
  849. //
  850. // cbxListType
  851. //
  852. this.cbxListType.FormattingEnabled = true;
  853. this.cbxListType.Location = new System.Drawing.Point(799, 243);
  854. this.cbxListType.Name = "cbxListType";
  855. this.cbxListType.Size = new System.Drawing.Size(225, 23);
  856. this.cbxListType.TabIndex = 101;
  857. //
  858. // cbxChargeItemType
  859. //
  860. this.cbxChargeItemType.FormattingEnabled = true;
  861. this.cbxChargeItemType.Location = new System.Drawing.Point(455, 243);
  862. this.cbxChargeItemType.Name = "cbxChargeItemType";
  863. this.cbxChargeItemType.Size = new System.Drawing.Size(225, 23);
  864. this.cbxChargeItemType.TabIndex = 100;
  865. //
  866. // label3
  867. //
  868. this.label3.AutoSize = true;
  869. this.label3.Location = new System.Drawing.Point(700, 247);
  870. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  871. this.label3.Name = "label3";
  872. this.label3.Size = new System.Drawing.Size(67, 15);
  873. this.label3.TabIndex = 99;
  874. this.label3.Text = "目录类别";
  875. //
  876. // label2
  877. //
  878. this.label2.AutoSize = true;
  879. this.label2.Location = new System.Drawing.Point(356, 247);
  880. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  881. this.label2.Name = "label2";
  882. this.label2.Size = new System.Drawing.Size(97, 15);
  883. this.label2.TabIndex = 98;
  884. this.label2.Text = "收费项目类别";
  885. //
  886. // tbMinPackagingQuantity
  887. //
  888. this.tbMinPackagingQuantity.Location = new System.Drawing.Point(154, 243);
  889. this.tbMinPackagingQuantity.Margin = new System.Windows.Forms.Padding(4);
  890. this.tbMinPackagingQuantity.Name = "tbMinPackagingQuantity";
  891. this.tbMinPackagingQuantity.Size = new System.Drawing.Size(179, 25);
  892. this.tbMinPackagingQuantity.TabIndex = 97;
  893. //
  894. // label1
  895. //
  896. this.label1.AutoSize = true;
  897. this.label1.Location = new System.Drawing.Point(34, 247);
  898. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  899. this.label1.Name = "label1";
  900. this.label1.Size = new System.Drawing.Size(112, 15);
  901. this.label1.TabIndex = 96;
  902. this.label1.Text = "最小包装转换数";
  903. //
  904. // AddSingleDirectory
  905. //
  906. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  907. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  908. this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
  909. this.ClientSize = new System.Drawing.Size(1424, 667);
  910. this.Controls.Add(this.pnlClient);
  911. this.Controls.Add(this.pnlBottom);
  912. this.Controls.Add(this.pnlTop);
  913. this.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  914. this.HelpButton = true;
  915. this.Margin = new System.Windows.Forms.Padding(4);
  916. this.Name = "AddSingleDirectory";
  917. this.Text = "单条目录维护";
  918. this.pnlTop.ResumeLayout(false);
  919. this.pnlTop.PerformLayout();
  920. this.pnlBottom.ResumeLayout(false);
  921. this.pnlClient.ResumeLayout(false);
  922. this.pnlClient.PerformLayout();
  923. this.panel2.ResumeLayout(false);
  924. this.gbExceptContent.ResumeLayout(false);
  925. this.gbInstructions.ResumeLayout(false);
  926. this.panel1.ResumeLayout(false);
  927. this.groupBox3.ResumeLayout(false);
  928. this.gbConnotation.ResumeLayout(false);
  929. this.ResumeLayout(false);
  930. }
  931. #endregion
  932. private System.Windows.Forms.Panel pnlTop;
  933. private System.Windows.Forms.Label label24;
  934. private System.Windows.Forms.Panel pnlBottom;
  935. private System.Windows.Forms.Label lbCode;
  936. private System.Windows.Forms.TextBox tbCode;
  937. private System.Windows.Forms.Label lbName;
  938. private System.Windows.Forms.TextBox tbName;
  939. private System.Windows.Forms.Label lbLocateCode;
  940. private System.Windows.Forms.TextBox tbLocateCode;
  941. private System.Windows.Forms.Label lbDosageName;
  942. private System.Windows.Forms.TextBox tbDosageName;
  943. private System.Windows.Forms.Label lbCategory;
  944. private System.Windows.Forms.TextBox tbCategory;
  945. private System.Windows.Forms.Label lbSpecification;
  946. private System.Windows.Forms.TextBox tbSpecification;
  947. private System.Windows.Forms.Label lbEndDate;
  948. private System.Windows.Forms.TextBox tbEndDate;
  949. private System.Windows.Forms.Label lbPinyinSearchCode;
  950. private System.Windows.Forms.TextBox tbPinyinSearchCode;
  951. private System.Windows.Forms.Label lbApprovalNO;
  952. private System.Windows.Forms.TextBox tbApprovalNO;
  953. private System.Windows.Forms.Label lbVersionNO;
  954. private System.Windows.Forms.TextBox tbVersionNO;
  955. private System.Windows.Forms.Label lbVersionName;
  956. private System.Windows.Forms.TextBox tbVersionName;
  957. private System.Windows.Forms.Label lbUniqueRecordNO;
  958. private System.Windows.Forms.TextBox tbUniqueRecordNO;
  959. private System.Windows.Forms.Label lbManufacturers;
  960. private System.Windows.Forms.TextBox tbManufacturers;
  961. private System.Windows.Forms.Label lbNationalName;
  962. private System.Windows.Forms.TextBox tbNationalName;
  963. private System.Windows.Forms.Label lbNationalCode;
  964. private System.Windows.Forms.TextBox tbNationalCode;
  965. private System.Windows.Forms.Label lbChargeItemLevel;
  966. private System.Windows.Forms.Label lbLocateName;
  967. private System.Windows.Forms.TextBox tbLocateName;
  968. private System.Windows.Forms.Label lbSafetyCode;
  969. private System.Windows.Forms.TextBox tbSafetyCode;
  970. private System.Windows.Forms.Label lbDosageCode;
  971. private System.Windows.Forms.TextBox tbDosageCode;
  972. private System.Windows.Forms.Label lbUnitOfPackag;
  973. private System.Windows.Forms.TextBox tbUnitOfPackag;
  974. private System.Windows.Forms.Label lbUnitOfValuation;
  975. private System.Windows.Forms.TextBox tbUnitOfValuation;
  976. private System.Windows.Forms.Label lbStartDate;
  977. private System.Windows.Forms.TextBox tbStartDate;
  978. private System.Windows.Forms.Panel pnlClient;
  979. private System.Windows.Forms.Button btnNo;
  980. private System.Windows.Forms.Button btnYes;
  981. private System.Windows.Forms.ComboBox cbxDirecType;
  982. private System.Windows.Forms.CheckBox cbLimitFlag;
  983. private System.Windows.Forms.CheckBox cbSpecialFlag;
  984. private System.Windows.Forms.CheckBox cbUseFlag;
  985. private System.Windows.Forms.CheckBox cbValidFlag;
  986. private System.Windows.Forms.Panel panel2;
  987. private System.Windows.Forms.GroupBox gbExceptContent;
  988. private System.Windows.Forms.RichTextBox rtbExceptContent;
  989. private System.Windows.Forms.GroupBox gbInstructions;
  990. private System.Windows.Forms.RichTextBox rtbInstructions;
  991. private System.Windows.Forms.Panel panel1;
  992. private System.Windows.Forms.GroupBox groupBox3;
  993. private System.Windows.Forms.RichTextBox rtbLimitRange;
  994. private System.Windows.Forms.GroupBox gbConnotation;
  995. private System.Windows.Forms.RichTextBox rtbConnotation;
  996. private System.Windows.Forms.TextBox tbNote;
  997. private System.Windows.Forms.Label lbNote;
  998. private System.Windows.Forms.TextBox tbCompany;
  999. private System.Windows.Forms.Label lbCompany;
  1000. private System.Windows.Forms.ComboBox cbxChargeItemLevel;
  1001. private System.Windows.Forms.ComboBox cbxListType;
  1002. private System.Windows.Forms.ComboBox cbxChargeItemType;
  1003. private System.Windows.Forms.Label label3;
  1004. private System.Windows.Forms.Label label2;
  1005. private System.Windows.Forms.TextBox tbMinPackagingQuantity;
  1006. private System.Windows.Forms.Label label1;
  1007. }
  1008. }