DataDownload.Designer.cs 50 KB

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