AddSignleDirectory.designer.cs 49 KB

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