DataDownload.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
  1. 
  2. namespace PTMedicalInsurance.Forms.BasicDatas
  3. {
  4. partial class DataDownload
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.dgvDirectory = new Sunny.UI.UIDataGridView();
  37. this.pgDownload = new Sunny.UI.UIPagination();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.btUpdateLevelInfo = new System.Windows.Forms.Button();
  40. this.btBatchUpdateSelfRatioInfo = new System.Windows.Forms.Button();
  41. this.btBatchUpdateLimitPriceInfo = new System.Windows.Forms.Button();
  42. this.btBatchUpdateAuxInfo = new System.Windows.Forms.Button();
  43. this.btExit = new System.Windows.Forms.Button();
  44. this.btSignIn = new System.Windows.Forms.Button();
  45. this.btModify = new System.Windows.Forms.Button();
  46. this.btAdd = new System.Windows.Forms.Button();
  47. this.btDownload = new System.Windows.Forms.Button();
  48. this.btQuery = new System.Windows.Forms.Button();
  49. this.groupBox3 = new System.Windows.Forms.GroupBox();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.tbCbd = new System.Windows.Forms.TextBox();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.tbName = new System.Windows.Forms.TextBox();
  56. this.tbCurPage = new System.Windows.Forms.TextBox();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.tbPageCount = new System.Windows.Forms.TextBox();
  59. this.tbUpdateTime = new System.Windows.Forms.TextBox();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.tbCode = new System.Windows.Forms.TextBox();
  62. this.groupBox2 = new System.Windows.Forms.GroupBox();
  63. this.btnGetMaxVersion = new System.Windows.Forms.Button();
  64. this.rbLoopDownload = new System.Windows.Forms.RadioButton();
  65. this.rbSingleDownload = new System.Windows.Forms.RadioButton();
  66. this.label1 = new System.Windows.Forms.Label();
  67. this.tbVersionNO = new System.Windows.Forms.TextBox();
  68. this.groupBox1 = new System.Windows.Forms.GroupBox();
  69. this.rbSelfPaymentRatio = new System.Windows.Forms.RadioButton();
  70. this.rbPriceLimits = new System.Windows.Forms.RadioButton();
  71. this.rbHealthcareInstitutionDirectoryMatching = new System.Windows.Forms.RadioButton();
  72. this.rbMedicalAndHealthInsuranceDirectoryMatching = new System.Windows.Forms.RadioButton();
  73. this.rbDirectoryInformationInquiry = new System.Windows.Forms.RadioButton();
  74. this.rbInstitutionInformation = new System.Windows.Forms.RadioButton();
  75. this.rbTCMSyndromeCatalog = new System.Windows.Forms.RadioButton();
  76. this.rbTCMDiseaseCatalog = new System.Windows.Forms.RadioButton();
  77. this.rbTumorMorphology = new System.Windows.Forms.RadioButton();
  78. this.rbEthnicMedicines = new System.Windows.Forms.RadioButton();
  79. this.rbHospMadeMedicines = new System.Windows.Forms.RadioButton();
  80. this.rbChineseHerbalPieces = new System.Windows.Forms.RadioButton();
  81. this.rbDictionary = new System.Windows.Forms.RadioButton();
  82. this.rbDaySurgery = new System.Windows.Forms.RadioButton();
  83. this.rbDrgs = new System.Windows.Forms.RadioButton();
  84. this.rbChronicSpecialDiseases = new System.Windows.Forms.RadioButton();
  85. this.rbSurgery = new System.Windows.Forms.RadioButton();
  86. this.rbDiagnosis = new System.Windows.Forms.RadioButton();
  87. this.rbConsumables = new System.Windows.Forms.RadioButton();
  88. this.rbMedicalServices = new System.Windows.Forms.RadioButton();
  89. this.rbDrug = new System.Windows.Forms.RadioButton();
  90. this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
  91. this.helpProvider1 = new System.Windows.Forms.HelpProvider();
  92. this.panel1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectory)).BeginInit();
  94. this.panel2.SuspendLayout();
  95. this.groupBox3.SuspendLayout();
  96. this.groupBox2.SuspendLayout();
  97. this.groupBox1.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // panel1
  102. //
  103. this.panel1.Controls.Add(this.dgvDirectory);
  104. this.panel1.Controls.Add(this.pgDownload);
  105. this.panel1.Controls.Add(this.panel2);
  106. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.panel1.Location = new System.Drawing.Point(0, 0);
  108. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  109. this.panel1.Name = "panel1";
  110. this.panel1.Size = new System.Drawing.Size(1570, 661);
  111. this.panel1.TabIndex = 1;
  112. //
  113. // dgvDirectory
  114. //
  115. this.dgvDirectory.AllowUserToAddRows = false;
  116. this.dgvDirectory.AllowUserToDeleteRows = false;
  117. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  118. this.dgvDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  119. this.dgvDirectory.BackgroundColor = System.Drawing.Color.White;
  120. this.dgvDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  121. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  122. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  123. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  125. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  126. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  128. this.dgvDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  129. this.dgvDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  130. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  131. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  132. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  134. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  135. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  136. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  137. this.dgvDirectory.DefaultCellStyle = dataGridViewCellStyle3;
  138. this.dgvDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.dgvDirectory.EnableHeadersVisualStyles = false;
  140. this.dgvDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.dgvDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  142. this.dgvDirectory.Location = new System.Drawing.Point(0, 0);
  143. this.dgvDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  144. this.dgvDirectory.Name = "dgvDirectory";
  145. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  146. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  147. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  149. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  150. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  151. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  152. this.dgvDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  153. this.dgvDirectory.RowHeadersWidth = 51;
  154. this.dgvDirectory.RowHeight = 0;
  155. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  156. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.dgvDirectory.RowsDefaultCellStyle = dataGridViewCellStyle5;
  158. this.dgvDirectory.RowTemplate.Height = 23;
  159. this.dgvDirectory.SelectedIndex = -1;
  160. this.dgvDirectory.ShowGridLine = false;
  161. this.dgvDirectory.ShowRect = false;
  162. this.dgvDirectory.Size = new System.Drawing.Size(1570, 446);
  163. this.dgvDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  164. this.dgvDirectory.TabIndex = 3;
  165. this.dgvDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  166. //
  167. // pgDownload
  168. //
  169. this.pgDownload.Dock = System.Windows.Forms.DockStyle.Bottom;
  170. this.pgDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.pgDownload.Location = new System.Drawing.Point(0, 446);
  172. this.pgDownload.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  173. this.pgDownload.MinimumSize = new System.Drawing.Size(2, 2);
  174. this.pgDownload.Name = "pgDownload";
  175. this.pgDownload.PagerCount = 13;
  176. this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  177. this.pgDownload.ShowJumpButton = false;
  178. this.pgDownload.ShowText = false;
  179. this.pgDownload.Size = new System.Drawing.Size(1570, 30);
  180. this.pgDownload.TabIndex = 2;
  181. this.pgDownload.Text = "uiPagination1";
  182. this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  183. this.pgDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. this.pgDownload.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgDownload_PageChanged);
  185. //
  186. // panel2
  187. //
  188. this.panel2.Controls.Add(this.btUpdateLevelInfo);
  189. this.panel2.Controls.Add(this.btBatchUpdateSelfRatioInfo);
  190. this.panel2.Controls.Add(this.btBatchUpdateLimitPriceInfo);
  191. this.panel2.Controls.Add(this.btBatchUpdateAuxInfo);
  192. this.panel2.Controls.Add(this.btExit);
  193. this.panel2.Controls.Add(this.btSignIn);
  194. this.panel2.Controls.Add(this.btModify);
  195. this.panel2.Controls.Add(this.btAdd);
  196. this.panel2.Controls.Add(this.btDownload);
  197. this.panel2.Controls.Add(this.btQuery);
  198. this.panel2.Controls.Add(this.groupBox3);
  199. this.panel2.Controls.Add(this.groupBox2);
  200. this.panel2.Controls.Add(this.groupBox1);
  201. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  202. this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.panel2.Location = new System.Drawing.Point(0, 476);
  204. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  205. this.panel2.Name = "panel2";
  206. this.panel2.Size = new System.Drawing.Size(1570, 185);
  207. this.panel2.TabIndex = 1;
  208. //
  209. // btUpdateLevelInfo
  210. //
  211. this.btUpdateLevelInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  212. | System.Windows.Forms.AnchorStyles.Right)));
  213. this.btUpdateLevelInfo.Location = new System.Drawing.Point(1076, 140);
  214. this.btUpdateLevelInfo.Name = "btUpdateLevelInfo";
  215. this.btUpdateLevelInfo.Size = new System.Drawing.Size(215, 22);
  216. this.btUpdateLevelInfo.TabIndex = 39;
  217. this.btUpdateLevelInfo.Text = "批量更新等级类别信息(慎用)";
  218. this.btUpdateLevelInfo.UseVisualStyleBackColor = true;
  219. //
  220. // btBatchUpdateSelfRatioInfo
  221. //
  222. this.btBatchUpdateSelfRatioInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.btBatchUpdateSelfRatioInfo.Location = new System.Drawing.Point(1076, 106);
  225. this.btBatchUpdateSelfRatioInfo.Name = "btBatchUpdateSelfRatioInfo";
  226. this.btBatchUpdateSelfRatioInfo.Size = new System.Drawing.Size(215, 22);
  227. this.btBatchUpdateSelfRatioInfo.TabIndex = 38;
  228. this.btBatchUpdateSelfRatioInfo.Text = "批量更新自付比例信息(慎用)";
  229. this.btBatchUpdateSelfRatioInfo.UseVisualStyleBackColor = true;
  230. //
  231. // btBatchUpdateLimitPriceInfo
  232. //
  233. this.btBatchUpdateLimitPriceInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  234. | System.Windows.Forms.AnchorStyles.Right)));
  235. this.btBatchUpdateLimitPriceInfo.Location = new System.Drawing.Point(1076, 70);
  236. this.btBatchUpdateLimitPriceInfo.Name = "btBatchUpdateLimitPriceInfo";
  237. this.btBatchUpdateLimitPriceInfo.Size = new System.Drawing.Size(215, 22);
  238. this.btBatchUpdateLimitPriceInfo.TabIndex = 37;
  239. this.btBatchUpdateLimitPriceInfo.Text = "批量更新限价信息(慎用)";
  240. this.btBatchUpdateLimitPriceInfo.UseVisualStyleBackColor = true;
  241. //
  242. // btBatchUpdateAuxInfo
  243. //
  244. this.btBatchUpdateAuxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  245. | System.Windows.Forms.AnchorStyles.Right)));
  246. this.btBatchUpdateAuxInfo.Location = new System.Drawing.Point(1076, 31);
  247. this.btBatchUpdateAuxInfo.Name = "btBatchUpdateAuxInfo";
  248. this.btBatchUpdateAuxInfo.Size = new System.Drawing.Size(215, 22);
  249. this.btBatchUpdateAuxInfo.TabIndex = 36;
  250. this.btBatchUpdateAuxInfo.Text = "批量更新附属信息(慎用)";
  251. this.btBatchUpdateAuxInfo.UseVisualStyleBackColor = true;
  252. this.btBatchUpdateAuxInfo.Click += new System.EventHandler(this.btBatchUpdateAuxInfo_Click);
  253. //
  254. // btExit
  255. //
  256. this.btExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Right)));
  258. this.btExit.Location = new System.Drawing.Point(1444, 105);
  259. this.btExit.Name = "btExit";
  260. this.btExit.Size = new System.Drawing.Size(99, 22);
  261. this.btExit.TabIndex = 35;
  262. this.btExit.Text = "退出";
  263. this.btExit.UseVisualStyleBackColor = true;
  264. this.btExit.Click += new System.EventHandler(this.btExit_Click);
  265. //
  266. // btSignIn
  267. //
  268. this.btSignIn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  269. | System.Windows.Forms.AnchorStyles.Right)));
  270. this.btSignIn.Location = new System.Drawing.Point(1319, 105);
  271. this.btSignIn.Name = "btSignIn";
  272. this.btSignIn.Size = new System.Drawing.Size(99, 22);
  273. this.btSignIn.TabIndex = 34;
  274. this.btSignIn.Text = "签到";
  275. this.btSignIn.UseVisualStyleBackColor = true;
  276. this.btSignIn.Click += new System.EventHandler(this.btSignIn_Click);
  277. //
  278. // btModify
  279. //
  280. this.btModify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.btModify.Location = new System.Drawing.Point(1444, 70);
  283. this.btModify.Name = "btModify";
  284. this.btModify.Size = new System.Drawing.Size(99, 22);
  285. this.btModify.TabIndex = 33;
  286. this.btModify.Text = "修改";
  287. this.btModify.UseVisualStyleBackColor = true;
  288. //
  289. // btAdd
  290. //
  291. this.btAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.btAdd.Location = new System.Drawing.Point(1319, 70);
  294. this.btAdd.Name = "btAdd";
  295. this.btAdd.Size = new System.Drawing.Size(99, 22);
  296. this.btAdd.TabIndex = 32;
  297. this.btAdd.Text = "新增";
  298. this.btAdd.UseVisualStyleBackColor = false;
  299. //
  300. // btDownload
  301. //
  302. this.btDownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  303. | System.Windows.Forms.AnchorStyles.Right)));
  304. this.btDownload.Location = new System.Drawing.Point(1444, 31);
  305. this.btDownload.Name = "btDownload";
  306. this.btDownload.Size = new System.Drawing.Size(99, 22);
  307. this.btDownload.TabIndex = 31;
  308. this.btDownload.Text = "下载";
  309. this.btDownload.UseVisualStyleBackColor = true;
  310. this.btDownload.Click += new System.EventHandler(this.btDownload_Click);
  311. //
  312. // btQuery
  313. //
  314. this.btQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  315. | System.Windows.Forms.AnchorStyles.Right)));
  316. this.btQuery.Location = new System.Drawing.Point(1319, 31);
  317. this.btQuery.Name = "btQuery";
  318. this.btQuery.Size = new System.Drawing.Size(99, 22);
  319. this.btQuery.TabIndex = 30;
  320. this.btQuery.Text = "查询";
  321. this.btQuery.UseVisualStyleBackColor = true;
  322. this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
  323. //
  324. // groupBox3
  325. //
  326. this.groupBox3.Controls.Add(this.label7);
  327. this.groupBox3.Controls.Add(this.label3);
  328. this.groupBox3.Controls.Add(this.tbCbd);
  329. this.groupBox3.Controls.Add(this.label4);
  330. this.groupBox3.Controls.Add(this.label6);
  331. this.groupBox3.Controls.Add(this.tbName);
  332. this.groupBox3.Controls.Add(this.tbCurPage);
  333. this.groupBox3.Controls.Add(this.label2);
  334. this.groupBox3.Controls.Add(this.tbPageCount);
  335. this.groupBox3.Controls.Add(this.tbUpdateTime);
  336. this.groupBox3.Controls.Add(this.label5);
  337. this.groupBox3.Controls.Add(this.tbCode);
  338. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  339. this.groupBox3.Location = new System.Drawing.Point(630, 0);
  340. this.groupBox3.Name = "groupBox3";
  341. this.groupBox3.Size = new System.Drawing.Size(312, 185);
  342. this.groupBox3.TabIndex = 28;
  343. this.groupBox3.TabStop = false;
  344. this.groupBox3.Text = "精确查询";
  345. //
  346. // label7
  347. //
  348. this.label7.AutoSize = true;
  349. this.label7.Location = new System.Drawing.Point(33, 161);
  350. this.label7.Name = "label7";
  351. this.label7.Size = new System.Drawing.Size(52, 16);
  352. this.label7.TabIndex = 19;
  353. this.label7.Text = "参保地";
  354. //
  355. // label3
  356. //
  357. this.label3.AutoSize = true;
  358. this.label3.Location = new System.Drawing.Point(46, 52);
  359. this.label3.Name = "label3";
  360. this.label3.Size = new System.Drawing.Size(37, 16);
  361. this.label3.TabIndex = 5;
  362. this.label3.Text = "名称";
  363. //
  364. // tbCbd
  365. //
  366. this.tbCbd.Location = new System.Drawing.Point(98, 158);
  367. this.tbCbd.Name = "tbCbd";
  368. this.tbCbd.Size = new System.Drawing.Size(180, 22);
  369. this.tbCbd.TabIndex = 18;
  370. //
  371. // label4
  372. //
  373. this.label4.AutoSize = true;
  374. this.label4.Location = new System.Drawing.Point(20, 82);
  375. this.label4.Name = "label4";
  376. this.label4.Size = new System.Drawing.Size(67, 16);
  377. this.label4.TabIndex = 13;
  378. this.label4.Text = "更新时间";
  379. //
  380. // label6
  381. //
  382. this.label6.AutoSize = true;
  383. this.label6.Location = new System.Drawing.Point(20, 134);
  384. this.label6.Name = "label6";
  385. this.label6.Size = new System.Drawing.Size(67, 16);
  386. this.label6.TabIndex = 17;
  387. this.label6.Text = "本页条数";
  388. //
  389. // tbName
  390. //
  391. this.tbName.Location = new System.Drawing.Point(98, 49);
  392. this.tbName.Name = "tbName";
  393. this.tbName.Size = new System.Drawing.Size(180, 22);
  394. this.tbName.TabIndex = 4;
  395. //
  396. // tbCurPage
  397. //
  398. this.tbCurPage.Location = new System.Drawing.Point(98, 103);
  399. this.tbCurPage.Name = "tbCurPage";
  400. this.tbCurPage.Size = new System.Drawing.Size(180, 22);
  401. this.tbCurPage.TabIndex = 14;
  402. this.tbCurPage.Text = "1";
  403. //
  404. // label2
  405. //
  406. this.label2.AutoSize = true;
  407. this.label2.Location = new System.Drawing.Point(46, 23);
  408. this.label2.Name = "label2";
  409. this.label2.Size = new System.Drawing.Size(37, 16);
  410. this.label2.TabIndex = 3;
  411. this.label2.Text = "编码";
  412. //
  413. // tbPageCount
  414. //
  415. this.tbPageCount.Location = new System.Drawing.Point(98, 131);
  416. this.tbPageCount.Name = "tbPageCount";
  417. this.tbPageCount.Size = new System.Drawing.Size(180, 22);
  418. this.tbPageCount.TabIndex = 16;
  419. this.tbPageCount.Text = "20";
  420. //
  421. // tbUpdateTime
  422. //
  423. this.tbUpdateTime.Location = new System.Drawing.Point(98, 79);
  424. this.tbUpdateTime.Name = "tbUpdateTime";
  425. this.tbUpdateTime.Size = new System.Drawing.Size(180, 22);
  426. this.tbUpdateTime.TabIndex = 12;
  427. this.tbUpdateTime.Text = "2021-01-01";
  428. //
  429. // label5
  430. //
  431. this.label5.AutoSize = true;
  432. this.label5.Location = new System.Drawing.Point(20, 106);
  433. this.label5.Name = "label5";
  434. this.label5.Size = new System.Drawing.Size(67, 16);
  435. this.label5.TabIndex = 15;
  436. this.label5.Text = "当前页数";
  437. //
  438. // tbCode
  439. //
  440. this.tbCode.Location = new System.Drawing.Point(98, 20);
  441. this.tbCode.Name = "tbCode";
  442. this.tbCode.Size = new System.Drawing.Size(180, 22);
  443. this.tbCode.TabIndex = 2;
  444. //
  445. // groupBox2
  446. //
  447. this.groupBox2.Controls.Add(this.btnGetMaxVersion);
  448. this.groupBox2.Controls.Add(this.rbLoopDownload);
  449. this.groupBox2.Controls.Add(this.rbSingleDownload);
  450. this.groupBox2.Controls.Add(this.label1);
  451. this.groupBox2.Controls.Add(this.tbVersionNO);
  452. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  453. this.groupBox2.Location = new System.Drawing.Point(438, 0);
  454. this.groupBox2.Name = "groupBox2";
  455. this.groupBox2.Size = new System.Drawing.Size(192, 185);
  456. this.groupBox2.TabIndex = 27;
  457. this.groupBox2.TabStop = false;
  458. this.groupBox2.Text = "下载条件";
  459. //
  460. // btnGetMaxVersion
  461. //
  462. this.btnGetMaxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  463. | System.Windows.Forms.AnchorStyles.Right)));
  464. this.btnGetMaxVersion.Location = new System.Drawing.Point(9, 52);
  465. this.btnGetMaxVersion.Name = "btnGetMaxVersion";
  466. this.btnGetMaxVersion.Size = new System.Drawing.Size(170, 22);
  467. this.btnGetMaxVersion.TabIndex = 43;
  468. this.btnGetMaxVersion.Text = "获取最大版本号";
  469. this.btnGetMaxVersion.UseVisualStyleBackColor = true;
  470. this.btnGetMaxVersion.Click += new System.EventHandler(this.btnGetMaxVersion_Click);
  471. //
  472. // rbLoopDownload
  473. //
  474. this.rbLoopDownload.AutoSize = true;
  475. this.rbLoopDownload.Location = new System.Drawing.Point(19, 125);
  476. this.rbLoopDownload.Name = "rbLoopDownload";
  477. this.rbLoopDownload.Size = new System.Drawing.Size(85, 20);
  478. this.rbLoopDownload.TabIndex = 42;
  479. this.rbLoopDownload.TabStop = true;
  480. this.rbLoopDownload.Text = "循环下载";
  481. this.rbLoopDownload.UseVisualStyleBackColor = true;
  482. //
  483. // rbSingleDownload
  484. //
  485. this.rbSingleDownload.AutoSize = true;
  486. this.rbSingleDownload.Location = new System.Drawing.Point(19, 90);
  487. this.rbSingleDownload.Name = "rbSingleDownload";
  488. this.rbSingleDownload.Size = new System.Drawing.Size(100, 20);
  489. this.rbSingleDownload.TabIndex = 41;
  490. this.rbSingleDownload.TabStop = true;
  491. this.rbSingleDownload.Text = "单版本下载";
  492. this.rbSingleDownload.UseVisualStyleBackColor = true;
  493. //
  494. // label1
  495. //
  496. this.label1.AutoSize = true;
  497. this.label1.Location = new System.Drawing.Point(6, 26);
  498. this.label1.Name = "label1";
  499. this.label1.Size = new System.Drawing.Size(52, 16);
  500. this.label1.TabIndex = 1;
  501. this.label1.Text = "版本号";
  502. //
  503. // tbVersionNO
  504. //
  505. this.tbVersionNO.Location = new System.Drawing.Point(58, 23);
  506. this.tbVersionNO.Name = "tbVersionNO";
  507. this.tbVersionNO.Size = new System.Drawing.Size(121, 22);
  508. this.tbVersionNO.TabIndex = 0;
  509. this.tbVersionNO.Text = "0";
  510. //
  511. // groupBox1
  512. //
  513. this.groupBox1.Controls.Add(this.rbSelfPaymentRatio);
  514. this.groupBox1.Controls.Add(this.rbPriceLimits);
  515. this.groupBox1.Controls.Add(this.rbHealthcareInstitutionDirectoryMatching);
  516. this.groupBox1.Controls.Add(this.rbMedicalAndHealthInsuranceDirectoryMatching);
  517. this.groupBox1.Controls.Add(this.rbDirectoryInformationInquiry);
  518. this.groupBox1.Controls.Add(this.rbInstitutionInformation);
  519. this.groupBox1.Controls.Add(this.rbTCMSyndromeCatalog);
  520. this.groupBox1.Controls.Add(this.rbTCMDiseaseCatalog);
  521. this.groupBox1.Controls.Add(this.rbTumorMorphology);
  522. this.groupBox1.Controls.Add(this.rbEthnicMedicines);
  523. this.groupBox1.Controls.Add(this.rbHospMadeMedicines);
  524. this.groupBox1.Controls.Add(this.rbChineseHerbalPieces);
  525. this.groupBox1.Controls.Add(this.rbDictionary);
  526. this.groupBox1.Controls.Add(this.rbDaySurgery);
  527. this.groupBox1.Controls.Add(this.rbDrgs);
  528. this.groupBox1.Controls.Add(this.rbChronicSpecialDiseases);
  529. this.groupBox1.Controls.Add(this.rbSurgery);
  530. this.groupBox1.Controls.Add(this.rbDiagnosis);
  531. this.groupBox1.Controls.Add(this.rbConsumables);
  532. this.groupBox1.Controls.Add(this.rbMedicalServices);
  533. this.groupBox1.Controls.Add(this.rbDrug);
  534. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  535. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  536. this.groupBox1.Name = "groupBox1";
  537. this.groupBox1.Size = new System.Drawing.Size(438, 185);
  538. this.groupBox1.TabIndex = 26;
  539. this.groupBox1.TabStop = false;
  540. this.groupBox1.Text = "下载类型";
  541. //
  542. // rbSelfPaymentRatio
  543. //
  544. this.rbSelfPaymentRatio.AutoSize = true;
  545. this.rbSelfPaymentRatio.Location = new System.Drawing.Point(13, 162);
  546. this.rbSelfPaymentRatio.Name = "rbSelfPaymentRatio";
  547. this.rbSelfPaymentRatio.Size = new System.Drawing.Size(145, 20);
  548. this.rbSelfPaymentRatio.TabIndex = 48;
  549. this.rbSelfPaymentRatio.TabStop = true;
  550. this.rbSelfPaymentRatio.Text = "医保目录自付比例";
  551. this.rbSelfPaymentRatio.UseVisualStyleBackColor = true;
  552. this.rbSelfPaymentRatio.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  553. //
  554. // rbPriceLimits
  555. //
  556. this.rbPriceLimits.AutoSize = true;
  557. this.rbPriceLimits.Location = new System.Drawing.Point(322, 133);
  558. this.rbPriceLimits.Name = "rbPriceLimits";
  559. this.rbPriceLimits.Size = new System.Drawing.Size(115, 20);
  560. this.rbPriceLimits.TabIndex = 47;
  561. this.rbPriceLimits.TabStop = true;
  562. this.rbPriceLimits.Text = "医保目录限价";
  563. this.rbPriceLimits.UseVisualStyleBackColor = true;
  564. this.rbPriceLimits.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  565. //
  566. // rbHealthcareInstitutionDirectoryMatching
  567. //
  568. this.rbHealthcareInstitutionDirectoryMatching.AutoSize = true;
  569. this.rbHealthcareInstitutionDirectoryMatching.Location = new System.Drawing.Point(161, 162);
  570. this.rbHealthcareInstitutionDirectoryMatching.Name = "rbHealthcareInstitutionDirectoryMatching";
  571. this.rbHealthcareInstitutionDirectoryMatching.Size = new System.Drawing.Size(145, 20);
  572. this.rbHealthcareInstitutionDirectoryMatching.TabIndex = 46;
  573. this.rbHealthcareInstitutionDirectoryMatching.TabStop = true;
  574. this.rbHealthcareInstitutionDirectoryMatching.Text = "医药机构目录匹配";
  575. this.rbHealthcareInstitutionDirectoryMatching.UseVisualStyleBackColor = true;
  576. this.rbHealthcareInstitutionDirectoryMatching.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  577. //
  578. // rbMedicalAndHealthInsuranceDirectoryMatching
  579. //
  580. this.rbMedicalAndHealthInsuranceDirectoryMatching.AutoSize = true;
  581. this.rbMedicalAndHealthInsuranceDirectoryMatching.Location = new System.Drawing.Point(161, 133);
  582. this.rbMedicalAndHealthInsuranceDirectoryMatching.Name = "rbMedicalAndHealthInsuranceDirectoryMatching";
  583. this.rbMedicalAndHealthInsuranceDirectoryMatching.Size = new System.Drawing.Size(160, 20);
  584. this.rbMedicalAndHealthInsuranceDirectoryMatching.TabIndex = 45;
  585. this.rbMedicalAndHealthInsuranceDirectoryMatching.TabStop = true;
  586. this.rbMedicalAndHealthInsuranceDirectoryMatching.Text = "医疗与医保目录匹配";
  587. this.rbMedicalAndHealthInsuranceDirectoryMatching.UseVisualStyleBackColor = true;
  588. this.rbMedicalAndHealthInsuranceDirectoryMatching.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  589. //
  590. // rbDirectoryInformationInquiry
  591. //
  592. this.rbDirectoryInformationInquiry.AutoSize = true;
  593. this.rbDirectoryInformationInquiry.Location = new System.Drawing.Point(13, 133);
  594. this.rbDirectoryInformationInquiry.Name = "rbDirectoryInformationInquiry";
  595. this.rbDirectoryInformationInquiry.Size = new System.Drawing.Size(115, 20);
  596. this.rbDirectoryInformationInquiry.TabIndex = 44;
  597. this.rbDirectoryInformationInquiry.TabStop = true;
  598. this.rbDirectoryInformationInquiry.Text = "目录信息查询";
  599. this.rbDirectoryInformationInquiry.UseVisualStyleBackColor = true;
  600. this.rbDirectoryInformationInquiry.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  601. //
  602. // rbInstitutionInformation
  603. //
  604. this.rbInstitutionInformation.AutoSize = true;
  605. this.rbInstitutionInformation.Location = new System.Drawing.Point(320, 104);
  606. this.rbInstitutionInformation.Name = "rbInstitutionInformation";
  607. this.rbInstitutionInformation.Size = new System.Drawing.Size(85, 20);
  608. this.rbInstitutionInformation.TabIndex = 43;
  609. this.rbInstitutionInformation.TabStop = true;
  610. this.rbInstitutionInformation.Text = "机构信息";
  611. this.rbInstitutionInformation.UseVisualStyleBackColor = true;
  612. this.rbInstitutionInformation.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  613. //
  614. // rbTCMSyndromeCatalog
  615. //
  616. this.rbTCMSyndromeCatalog.AutoSize = true;
  617. this.rbTCMSyndromeCatalog.Location = new System.Drawing.Point(320, 75);
  618. this.rbTCMSyndromeCatalog.Name = "rbTCMSyndromeCatalog";
  619. this.rbTCMSyndromeCatalog.Size = new System.Drawing.Size(115, 20);
  620. this.rbTCMSyndromeCatalog.TabIndex = 42;
  621. this.rbTCMSyndromeCatalog.TabStop = true;
  622. this.rbTCMSyndromeCatalog.Text = "中医证候目录";
  623. this.rbTCMSyndromeCatalog.UseVisualStyleBackColor = true;
  624. this.rbTCMSyndromeCatalog.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  625. //
  626. // rbTCMDiseaseCatalog
  627. //
  628. this.rbTCMDiseaseCatalog.AutoSize = true;
  629. this.rbTCMDiseaseCatalog.Location = new System.Drawing.Point(320, 46);
  630. this.rbTCMDiseaseCatalog.Name = "rbTCMDiseaseCatalog";
  631. this.rbTCMDiseaseCatalog.Size = new System.Drawing.Size(115, 20);
  632. this.rbTCMDiseaseCatalog.TabIndex = 41;
  633. this.rbTCMDiseaseCatalog.TabStop = true;
  634. this.rbTCMDiseaseCatalog.Text = "中医疾病目录";
  635. this.rbTCMDiseaseCatalog.UseVisualStyleBackColor = true;
  636. this.rbTCMDiseaseCatalog.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  637. //
  638. // rbTumorMorphology
  639. //
  640. this.rbTumorMorphology.AutoSize = true;
  641. this.rbTumorMorphology.Location = new System.Drawing.Point(320, 17);
  642. this.rbTumorMorphology.Name = "rbTumorMorphology";
  643. this.rbTumorMorphology.Size = new System.Drawing.Size(100, 20);
  644. this.rbTumorMorphology.TabIndex = 40;
  645. this.rbTumorMorphology.TabStop = true;
  646. this.rbTumorMorphology.Text = "肿瘤形态学";
  647. this.rbTumorMorphology.UseVisualStyleBackColor = true;
  648. this.rbTumorMorphology.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  649. //
  650. // rbEthnicMedicines
  651. //
  652. this.rbEthnicMedicines.AutoSize = true;
  653. this.rbEthnicMedicines.Location = new System.Drawing.Point(207, 104);
  654. this.rbEthnicMedicines.Name = "rbEthnicMedicines";
  655. this.rbEthnicMedicines.Size = new System.Drawing.Size(85, 20);
  656. this.rbEthnicMedicines.TabIndex = 39;
  657. this.rbEthnicMedicines.TabStop = true;
  658. this.rbEthnicMedicines.Text = "民族药品";
  659. this.rbEthnicMedicines.UseVisualStyleBackColor = true;
  660. this.rbEthnicMedicines.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  661. //
  662. // rbHospMadeMedicines
  663. //
  664. this.rbHospMadeMedicines.AutoSize = true;
  665. this.rbHospMadeMedicines.Location = new System.Drawing.Point(207, 75);
  666. this.rbHospMadeMedicines.Name = "rbHospMadeMedicines";
  667. this.rbHospMadeMedicines.Size = new System.Drawing.Size(115, 20);
  668. this.rbHospMadeMedicines.TabIndex = 38;
  669. this.rbHospMadeMedicines.TabStop = true;
  670. this.rbHospMadeMedicines.Text = "医疗机构制剂";
  671. this.rbHospMadeMedicines.UseVisualStyleBackColor = true;
  672. this.rbHospMadeMedicines.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  673. //
  674. // rbChineseHerbalPieces
  675. //
  676. this.rbChineseHerbalPieces.AutoSize = true;
  677. this.rbChineseHerbalPieces.Location = new System.Drawing.Point(207, 46);
  678. this.rbChineseHerbalPieces.Name = "rbChineseHerbalPieces";
  679. this.rbChineseHerbalPieces.Size = new System.Drawing.Size(85, 20);
  680. this.rbChineseHerbalPieces.TabIndex = 37;
  681. this.rbChineseHerbalPieces.TabStop = true;
  682. this.rbChineseHerbalPieces.Text = "中药饮片";
  683. this.rbChineseHerbalPieces.UseVisualStyleBackColor = true;
  684. this.rbChineseHerbalPieces.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  685. //
  686. // rbDictionary
  687. //
  688. this.rbDictionary.AutoSize = true;
  689. this.rbDictionary.Location = new System.Drawing.Point(209, 17);
  690. this.rbDictionary.Name = "rbDictionary";
  691. this.rbDictionary.Size = new System.Drawing.Size(70, 20);
  692. this.rbDictionary.TabIndex = 36;
  693. this.rbDictionary.TabStop = true;
  694. this.rbDictionary.Text = "字典表";
  695. this.rbDictionary.UseVisualStyleBackColor = true;
  696. this.rbDictionary.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  697. //
  698. // rbDaySurgery
  699. //
  700. this.rbDaySurgery.AutoSize = true;
  701. this.rbDaySurgery.Location = new System.Drawing.Point(111, 104);
  702. this.rbDaySurgery.Name = "rbDaySurgery";
  703. this.rbDaySurgery.Size = new System.Drawing.Size(85, 20);
  704. this.rbDaySurgery.TabIndex = 35;
  705. this.rbDaySurgery.TabStop = true;
  706. this.rbDaySurgery.Text = "日间手术";
  707. this.rbDaySurgery.UseVisualStyleBackColor = true;
  708. this.rbDaySurgery.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  709. //
  710. // rbDrgs
  711. //
  712. this.rbDrgs.AutoSize = true;
  713. this.rbDrgs.Location = new System.Drawing.Point(111, 75);
  714. this.rbDrgs.Name = "rbDrgs";
  715. this.rbDrgs.Size = new System.Drawing.Size(62, 20);
  716. this.rbDrgs.TabIndex = 34;
  717. this.rbDrgs.TabStop = true;
  718. this.rbDrgs.Text = "DRGs";
  719. this.rbDrgs.UseVisualStyleBackColor = true;
  720. this.rbDrgs.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  721. //
  722. // rbChronicSpecialDiseases
  723. //
  724. this.rbChronicSpecialDiseases.AutoSize = true;
  725. this.rbChronicSpecialDiseases.Location = new System.Drawing.Point(111, 46);
  726. this.rbChronicSpecialDiseases.Name = "rbChronicSpecialDiseases";
  727. this.rbChronicSpecialDiseases.Size = new System.Drawing.Size(115, 20);
  728. this.rbChronicSpecialDiseases.TabIndex = 33;
  729. this.rbChronicSpecialDiseases.TabStop = true;
  730. this.rbChronicSpecialDiseases.Text = "门诊慢特病种";
  731. this.rbChronicSpecialDiseases.UseVisualStyleBackColor = true;
  732. this.rbChronicSpecialDiseases.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  733. //
  734. // rbSurgery
  735. //
  736. this.rbSurgery.AutoSize = true;
  737. this.rbSurgery.Location = new System.Drawing.Point(111, 17);
  738. this.rbSurgery.Name = "rbSurgery";
  739. this.rbSurgery.Size = new System.Drawing.Size(55, 20);
  740. this.rbSurgery.TabIndex = 32;
  741. this.rbSurgery.TabStop = true;
  742. this.rbSurgery.Text = "手术";
  743. this.rbSurgery.UseVisualStyleBackColor = true;
  744. this.rbSurgery.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  745. //
  746. // rbDiagnosis
  747. //
  748. this.rbDiagnosis.AutoSize = true;
  749. this.rbDiagnosis.Location = new System.Drawing.Point(13, 104);
  750. this.rbDiagnosis.Name = "rbDiagnosis";
  751. this.rbDiagnosis.Size = new System.Drawing.Size(85, 20);
  752. this.rbDiagnosis.TabIndex = 31;
  753. this.rbDiagnosis.TabStop = true;
  754. this.rbDiagnosis.Text = "疾病诊断";
  755. this.rbDiagnosis.UseVisualStyleBackColor = true;
  756. this.rbDiagnosis.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  757. //
  758. // rbConsumables
  759. //
  760. this.rbConsumables.AutoSize = true;
  761. this.rbConsumables.Location = new System.Drawing.Point(13, 75);
  762. this.rbConsumables.Name = "rbConsumables";
  763. this.rbConsumables.Size = new System.Drawing.Size(55, 20);
  764. this.rbConsumables.TabIndex = 30;
  765. this.rbConsumables.TabStop = true;
  766. this.rbConsumables.Text = "材料";
  767. this.rbConsumables.UseVisualStyleBackColor = true;
  768. this.rbConsumables.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  769. //
  770. // rbMedicalServices
  771. //
  772. this.rbMedicalServices.AutoSize = true;
  773. this.rbMedicalServices.Location = new System.Drawing.Point(13, 46);
  774. this.rbMedicalServices.Name = "rbMedicalServices";
  775. this.rbMedicalServices.Size = new System.Drawing.Size(55, 20);
  776. this.rbMedicalServices.TabIndex = 29;
  777. this.rbMedicalServices.TabStop = true;
  778. this.rbMedicalServices.Text = "诊疗";
  779. this.rbMedicalServices.UseVisualStyleBackColor = true;
  780. this.rbMedicalServices.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  781. //
  782. // rbDrug
  783. //
  784. this.rbDrug.AutoSize = true;
  785. this.rbDrug.Location = new System.Drawing.Point(13, 17);
  786. this.rbDrug.Name = "rbDrug";
  787. this.rbDrug.Size = new System.Drawing.Size(55, 20);
  788. this.rbDrug.TabIndex = 28;
  789. this.rbDrug.TabStop = true;
  790. this.rbDrug.Text = "药品";
  791. this.rbDrug.UseVisualStyleBackColor = true;
  792. this.rbDrug.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
  793. //
  794. // errorProvider1
  795. //
  796. this.errorProvider1.ContainerControl = this;
  797. //
  798. // DataDownload
  799. //
  800. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  801. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  802. this.ClientSize = new System.Drawing.Size(1570, 661);
  803. this.Controls.Add(this.panel1);
  804. this.Name = "DataDownload";
  805. this.Text = "数据下载";
  806. this.panel1.ResumeLayout(false);
  807. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectory)).EndInit();
  808. this.panel2.ResumeLayout(false);
  809. this.groupBox3.ResumeLayout(false);
  810. this.groupBox3.PerformLayout();
  811. this.groupBox2.ResumeLayout(false);
  812. this.groupBox2.PerformLayout();
  813. this.groupBox1.ResumeLayout(false);
  814. this.groupBox1.PerformLayout();
  815. ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
  816. this.ResumeLayout(false);
  817. }
  818. #endregion
  819. private System.Windows.Forms.Panel panel1;
  820. private Sunny.UI.UIDataGridView dgvDirectory;
  821. private Sunny.UI.UIPagination pgDownload;
  822. private System.Windows.Forms.Panel panel2;
  823. private System.Windows.Forms.GroupBox groupBox1;
  824. private System.Windows.Forms.RadioButton rbDiagnosis;
  825. private System.Windows.Forms.RadioButton rbConsumables;
  826. private System.Windows.Forms.RadioButton rbMedicalServices;
  827. private System.Windows.Forms.RadioButton rbDrug;
  828. private System.Windows.Forms.RadioButton rbInstitutionInformation;
  829. private System.Windows.Forms.RadioButton rbTCMSyndromeCatalog;
  830. private System.Windows.Forms.RadioButton rbTCMDiseaseCatalog;
  831. private System.Windows.Forms.RadioButton rbTumorMorphology;
  832. private System.Windows.Forms.RadioButton rbEthnicMedicines;
  833. private System.Windows.Forms.RadioButton rbHospMadeMedicines;
  834. private System.Windows.Forms.RadioButton rbChineseHerbalPieces;
  835. private System.Windows.Forms.RadioButton rbDictionary;
  836. private System.Windows.Forms.RadioButton rbDaySurgery;
  837. private System.Windows.Forms.RadioButton rbDrgs;
  838. private System.Windows.Forms.RadioButton rbChronicSpecialDiseases;
  839. private System.Windows.Forms.RadioButton rbSurgery;
  840. private System.Windows.Forms.GroupBox groupBox3;
  841. private System.Windows.Forms.GroupBox groupBox2;
  842. private System.Windows.Forms.RadioButton rbLoopDownload;
  843. private System.Windows.Forms.RadioButton rbSingleDownload;
  844. private System.Windows.Forms.Label label1;
  845. private System.Windows.Forms.TextBox tbVersionNO;
  846. private System.Windows.Forms.Label label3;
  847. private System.Windows.Forms.TextBox tbName;
  848. private System.Windows.Forms.Label label2;
  849. private System.Windows.Forms.TextBox tbCode;
  850. private System.Windows.Forms.Button btDownload;
  851. private System.Windows.Forms.Button btQuery;
  852. private System.Windows.Forms.Button btExit;
  853. private System.Windows.Forms.Button btSignIn;
  854. private System.Windows.Forms.Button btModify;
  855. private System.Windows.Forms.Button btAdd;
  856. private System.Windows.Forms.RadioButton rbSelfPaymentRatio;
  857. private System.Windows.Forms.RadioButton rbPriceLimits;
  858. private System.Windows.Forms.RadioButton rbHealthcareInstitutionDirectoryMatching;
  859. private System.Windows.Forms.RadioButton rbMedicalAndHealthInsuranceDirectoryMatching;
  860. private System.Windows.Forms.RadioButton rbDirectoryInformationInquiry;
  861. private System.Windows.Forms.Label label7;
  862. private System.Windows.Forms.TextBox tbCbd;
  863. private System.Windows.Forms.Label label4;
  864. private System.Windows.Forms.Label label6;
  865. private System.Windows.Forms.TextBox tbCurPage;
  866. private System.Windows.Forms.TextBox tbPageCount;
  867. private System.Windows.Forms.TextBox tbUpdateTime;
  868. private System.Windows.Forms.Label label5;
  869. private System.Windows.Forms.ErrorProvider errorProvider1;
  870. private System.Windows.Forms.HelpProvider helpProvider1;
  871. private System.Windows.Forms.Button btBatchUpdateAuxInfo;
  872. private System.Windows.Forms.Button btBatchUpdateSelfRatioInfo;
  873. private System.Windows.Forms.Button btBatchUpdateLimitPriceInfo;
  874. private System.Windows.Forms.Button btUpdateLevelInfo;
  875. private System.Windows.Forms.Button btnGetMaxVersion;
  876. }
  877. }