DownLoad.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class DownLoad
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.Tctrl_Main = new System.Windows.Forms.TabControl();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.pgDownload = new Sunny.UI.UIPagination();
  37. this.dgvDirectoy = new Sunny.UI.UIDataGridView();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  40. this.TexBYSJL = new Sunny.UI.UITextBox();
  41. this.TexDQYS = new Sunny.UI.UITextBox();
  42. this.TexDate = new Sunny.UI.UITextBox();
  43. this.btnExit = new Sunny.UI.UIButton();
  44. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  45. this.tbDicType = new Sunny.UI.UITextBox();
  46. this.tbDicDate = new Sunny.UI.UITextBox();
  47. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  48. this.cbxInterface_down = new Sunny.UI.UIComboBox();
  49. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  50. this.tbDircetoryName = new Sunny.UI.UITextBox();
  51. this.tbDirectoryCode = new Sunny.UI.UITextBox();
  52. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  53. this.rbAutoDown = new Sunny.UI.UIRadioButton();
  54. this.rbSingleDown = new Sunny.UI.UIRadioButton();
  55. this.tbVer = new Sunny.UI.UITextBox();
  56. this.rbgDirecType = new Sunny.UI.UIRadioButtonGroup();
  57. this.btnQuery = new Sunny.UI.UIButton();
  58. this.btnDownload = new Sunny.UI.UIButton();
  59. this.uiProcessBar1 = new Sunny.UI.UIProcessBar();
  60. this.TexYYMC = new Sunny.UI.UITextBox();
  61. this.Tctrl_Main.SuspendLayout();
  62. this.tabPage1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
  64. this.panel2.SuspendLayout();
  65. this.uiGroupBox3.SuspendLayout();
  66. this.uiGroupBox5.SuspendLayout();
  67. this.uiGroupBox4.SuspendLayout();
  68. this.uiGroupBox2.SuspendLayout();
  69. this.uiGroupBox1.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // Tctrl_Main
  73. //
  74. this.Tctrl_Main.Controls.Add(this.tabPage1);
  75. this.Tctrl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.Tctrl_Main.Location = new System.Drawing.Point(0, 0);
  77. this.Tctrl_Main.Name = "Tctrl_Main";
  78. this.Tctrl_Main.SelectedIndex = 0;
  79. this.Tctrl_Main.Size = new System.Drawing.Size(1659, 701);
  80. this.Tctrl_Main.TabIndex = 1;
  81. //
  82. // tabPage1
  83. //
  84. this.tabPage1.Controls.Add(this.pgDownload);
  85. this.tabPage1.Controls.Add(this.dgvDirectoy);
  86. this.tabPage1.Controls.Add(this.panel2);
  87. this.tabPage1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  89. this.tabPage1.Name = "tabPage1";
  90. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  91. this.tabPage1.Size = new System.Drawing.Size(1651, 672);
  92. this.tabPage1.TabIndex = 0;
  93. this.tabPage1.Text = "医保字典及目录下载";
  94. this.tabPage1.UseVisualStyleBackColor = true;
  95. //
  96. // pgDownload
  97. //
  98. this.pgDownload.Dock = System.Windows.Forms.DockStyle.Bottom;
  99. this.pgDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.pgDownload.Location = new System.Drawing.Point(3, 401);
  101. this.pgDownload.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  102. this.pgDownload.MinimumSize = new System.Drawing.Size(1, 1);
  103. this.pgDownload.Name = "pgDownload";
  104. this.pgDownload.PagerCount = 13;
  105. this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  106. this.pgDownload.ShowJumpButton = false;
  107. this.pgDownload.ShowText = false;
  108. this.pgDownload.Size = new System.Drawing.Size(1645, 39);
  109. this.pgDownload.TabIndex = 8;
  110. this.pgDownload.Text = "uiPagination1";
  111. this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  112. this.pgDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  113. //
  114. // dgvDirectoy
  115. //
  116. this.dgvDirectoy.AllowUserToAddRows = false;
  117. this.dgvDirectoy.AllowUserToDeleteRows = false;
  118. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  119. this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  120. this.dgvDirectoy.BackgroundColor = System.Drawing.Color.White;
  121. this.dgvDirectoy.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  122. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  123. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  124. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  126. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  127. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  128. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  129. this.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  130. this.dgvDirectoy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  131. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  132. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  133. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  135. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  138. this.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle8;
  139. this.dgvDirectoy.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.dgvDirectoy.EnableHeadersVisualStyles = false;
  141. this.dgvDirectoy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.dgvDirectoy.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  143. this.dgvDirectoy.Location = new System.Drawing.Point(3, 3);
  144. this.dgvDirectoy.Margin = new System.Windows.Forms.Padding(4);
  145. this.dgvDirectoy.Name = "dgvDirectoy";
  146. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  147. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  148. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  150. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  151. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  152. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  153. this.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  154. this.dgvDirectoy.RowHeadersWidth = 51;
  155. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  156. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle10;
  158. this.dgvDirectoy.RowTemplate.Height = 23;
  159. this.dgvDirectoy.SelectedIndex = -1;
  160. this.dgvDirectoy.Size = new System.Drawing.Size(1645, 437);
  161. this.dgvDirectoy.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  162. this.dgvDirectoy.TabIndex = 7;
  163. this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  164. //
  165. // panel2
  166. //
  167. this.panel2.Controls.Add(this.uiGroupBox3);
  168. this.panel2.Controls.Add(this.btnExit);
  169. this.panel2.Controls.Add(this.uiGroupBox5);
  170. this.panel2.Controls.Add(this.uiGroupBox4);
  171. this.panel2.Controls.Add(this.uiGroupBox2);
  172. this.panel2.Controls.Add(this.uiGroupBox1);
  173. this.panel2.Controls.Add(this.rbgDirecType);
  174. this.panel2.Controls.Add(this.btnQuery);
  175. this.panel2.Controls.Add(this.btnDownload);
  176. this.panel2.Controls.Add(this.uiProcessBar1);
  177. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  178. this.panel2.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.panel2.Location = new System.Drawing.Point(3, 440);
  180. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  181. this.panel2.Name = "panel2";
  182. this.panel2.Size = new System.Drawing.Size(1645, 229);
  183. this.panel2.TabIndex = 6;
  184. //
  185. // uiGroupBox3
  186. //
  187. this.uiGroupBox3.Controls.Add(this.TexYYMC);
  188. this.uiGroupBox3.Controls.Add(this.TexBYSJL);
  189. this.uiGroupBox3.Controls.Add(this.TexDQYS);
  190. this.uiGroupBox3.Controls.Add(this.TexDate);
  191. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.uiGroupBox3.Location = new System.Drawing.Point(1364, 21);
  193. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  194. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  195. this.uiGroupBox3.Name = "uiGroupBox3";
  196. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  197. this.uiGroupBox3.Size = new System.Drawing.Size(173, 201);
  198. this.uiGroupBox3.TabIndex = 21;
  199. this.uiGroupBox3.Text = "查询条件";
  200. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  201. this.uiGroupBox3.Visible = false;
  202. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. //
  204. // TexBYSJL
  205. //
  206. this.TexBYSJL.Cursor = System.Windows.Forms.Cursors.IBeam;
  207. this.TexBYSJL.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.TexBYSJL.Location = new System.Drawing.Point(4, 117);
  209. this.TexBYSJL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  210. this.TexBYSJL.MinimumSize = new System.Drawing.Size(1, 16);
  211. this.TexBYSJL.Name = "TexBYSJL";
  212. this.TexBYSJL.ShowText = false;
  213. this.TexBYSJL.Size = new System.Drawing.Size(161, 24);
  214. this.TexBYSJL.TabIndex = 6;
  215. this.TexBYSJL.Text = "本页数据量";
  216. this.TexBYSJL.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  217. this.TexBYSJL.Watermark = "字典下载类型";
  218. this.TexBYSJL.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  219. //
  220. // TexDQYS
  221. //
  222. this.TexDQYS.Cursor = System.Windows.Forms.Cursors.IBeam;
  223. this.TexDQYS.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.TexDQYS.Location = new System.Drawing.Point(4, 76);
  225. this.TexDQYS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  226. this.TexDQYS.MinimumSize = new System.Drawing.Size(1, 16);
  227. this.TexDQYS.Name = "TexDQYS";
  228. this.TexDQYS.ShowText = false;
  229. this.TexDQYS.Size = new System.Drawing.Size(161, 24);
  230. this.TexDQYS.TabIndex = 5;
  231. this.TexDQYS.Text = "当前页数";
  232. this.TexDQYS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  233. this.TexDQYS.Watermark = "字典下载类型";
  234. this.TexDQYS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  235. //
  236. // TexDate
  237. //
  238. this.TexDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  239. this.TexDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.TexDate.Location = new System.Drawing.Point(4, 35);
  241. this.TexDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  242. this.TexDate.MinimumSize = new System.Drawing.Size(1, 16);
  243. this.TexDate.Name = "TexDate";
  244. this.TexDate.ShowText = false;
  245. this.TexDate.Size = new System.Drawing.Size(161, 24);
  246. this.TexDate.TabIndex = 4;
  247. this.TexDate.Text = "输入日期(2021-01-01)";
  248. this.TexDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  249. this.TexDate.Watermark = "输入日期(2021-01-01)";
  250. this.TexDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  251. //
  252. // btnExit
  253. //
  254. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  256. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btnExit.Location = new System.Drawing.Point(1546, 182);
  258. this.btnExit.Margin = new System.Windows.Forms.Padding(4);
  259. this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
  260. this.btnExit.Name = "btnExit";
  261. this.btnExit.Size = new System.Drawing.Size(89, 40);
  262. this.btnExit.TabIndex = 20;
  263. this.btnExit.Text = "退出";
  264. this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  266. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  267. //
  268. // uiGroupBox5
  269. //
  270. this.uiGroupBox5.Controls.Add(this.tbDicType);
  271. this.uiGroupBox5.Controls.Add(this.tbDicDate);
  272. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.uiGroupBox5.Location = new System.Drawing.Point(1187, 21);
  274. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  275. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  276. this.uiGroupBox5.Name = "uiGroupBox5";
  277. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  278. this.uiGroupBox5.Size = new System.Drawing.Size(173, 156);
  279. this.uiGroupBox5.TabIndex = 17;
  280. this.uiGroupBox5.Text = "字典下载";
  281. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  282. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  283. //
  284. // tbDicType
  285. //
  286. this.tbDicType.Cursor = System.Windows.Forms.Cursors.IBeam;
  287. this.tbDicType.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.tbDicType.Location = new System.Drawing.Point(6, 73);
  289. this.tbDicType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  290. this.tbDicType.MinimumSize = new System.Drawing.Size(1, 16);
  291. this.tbDicType.Name = "tbDicType";
  292. this.tbDicType.ShowText = false;
  293. this.tbDicType.Size = new System.Drawing.Size(161, 24);
  294. this.tbDicType.TabIndex = 5;
  295. this.tbDicType.Text = "字典下载类型";
  296. this.tbDicType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  297. this.tbDicType.Watermark = "字典下载类型";
  298. this.tbDicType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  299. //
  300. // tbDicDate
  301. //
  302. this.tbDicDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  303. this.tbDicDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.tbDicDate.Location = new System.Drawing.Point(6, 35);
  305. this.tbDicDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  306. this.tbDicDate.MinimumSize = new System.Drawing.Size(1, 16);
  307. this.tbDicDate.Name = "tbDicDate";
  308. this.tbDicDate.ShowText = false;
  309. this.tbDicDate.Size = new System.Drawing.Size(161, 24);
  310. this.tbDicDate.TabIndex = 4;
  311. this.tbDicDate.Text = "输入日期(2021-01-01)";
  312. this.tbDicDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  313. this.tbDicDate.Watermark = "字典下载输入日期(2021-01-01)";
  314. this.tbDicDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  315. //
  316. // uiGroupBox4
  317. //
  318. this.uiGroupBox4.Controls.Add(this.cbxInterface_down);
  319. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.uiGroupBox4.Location = new System.Drawing.Point(667, 21);
  321. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  322. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
  323. this.uiGroupBox4.Name = "uiGroupBox4";
  324. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  325. this.uiGroupBox4.Size = new System.Drawing.Size(156, 156);
  326. this.uiGroupBox4.TabIndex = 16;
  327. this.uiGroupBox4.Text = "接口选择";
  328. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  329. this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  330. //
  331. // cbxInterface_down
  332. //
  333. this.cbxInterface_down.DataSource = null;
  334. this.cbxInterface_down.FillColor = System.Drawing.Color.White;
  335. this.cbxInterface_down.FilterMaxCount = 50;
  336. this.cbxInterface_down.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.cbxInterface_down.Location = new System.Drawing.Point(7, 38);
  338. this.cbxInterface_down.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  339. this.cbxInterface_down.MinimumSize = new System.Drawing.Size(63, 0);
  340. this.cbxInterface_down.Name = "cbxInterface_down";
  341. this.cbxInterface_down.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  342. this.cbxInterface_down.Size = new System.Drawing.Size(140, 23);
  343. this.cbxInterface_down.TabIndex = 0;
  344. this.cbxInterface_down.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  345. this.cbxInterface_down.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  346. //
  347. // uiGroupBox2
  348. //
  349. this.uiGroupBox2.Controls.Add(this.tbDircetoryName);
  350. this.uiGroupBox2.Controls.Add(this.tbDirectoryCode);
  351. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.uiGroupBox2.Location = new System.Drawing.Point(1007, 21);
  353. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  354. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  355. this.uiGroupBox2.Name = "uiGroupBox2";
  356. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  357. this.uiGroupBox2.Size = new System.Drawing.Size(176, 156);
  358. this.uiGroupBox2.TabIndex = 15;
  359. this.uiGroupBox2.Text = "查询";
  360. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  361. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  362. //
  363. // tbDircetoryName
  364. //
  365. this.tbDircetoryName.Cursor = System.Windows.Forms.Cursors.IBeam;
  366. this.tbDircetoryName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.tbDircetoryName.Location = new System.Drawing.Point(4, 76);
  368. this.tbDircetoryName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  369. this.tbDircetoryName.MinimumSize = new System.Drawing.Size(1, 16);
  370. this.tbDircetoryName.Name = "tbDircetoryName";
  371. this.tbDircetoryName.ShowText = false;
  372. this.tbDircetoryName.Size = new System.Drawing.Size(166, 24);
  373. this.tbDircetoryName.TabIndex = 2;
  374. this.tbDircetoryName.Text = "名称";
  375. this.tbDircetoryName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  376. this.tbDircetoryName.Watermark = "名称";
  377. this.tbDircetoryName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  378. //
  379. // tbDirectoryCode
  380. //
  381. this.tbDirectoryCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  382. this.tbDirectoryCode.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.tbDirectoryCode.Location = new System.Drawing.Point(4, 35);
  384. this.tbDirectoryCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  385. this.tbDirectoryCode.MinimumSize = new System.Drawing.Size(1, 16);
  386. this.tbDirectoryCode.Name = "tbDirectoryCode";
  387. this.tbDirectoryCode.ShowText = false;
  388. this.tbDirectoryCode.Size = new System.Drawing.Size(166, 24);
  389. this.tbDirectoryCode.TabIndex = 1;
  390. this.tbDirectoryCode.Text = "编码";
  391. this.tbDirectoryCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  392. this.tbDirectoryCode.Watermark = "编码";
  393. this.tbDirectoryCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  394. //
  395. // uiGroupBox1
  396. //
  397. this.uiGroupBox1.Controls.Add(this.rbAutoDown);
  398. this.uiGroupBox1.Controls.Add(this.rbSingleDown);
  399. this.uiGroupBox1.Controls.Add(this.tbVer);
  400. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.uiGroupBox1.Location = new System.Drawing.Point(827, 21);
  402. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  403. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  404. this.uiGroupBox1.Name = "uiGroupBox1";
  405. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  406. this.uiGroupBox1.Size = new System.Drawing.Size(176, 156);
  407. this.uiGroupBox1.TabIndex = 14;
  408. this.uiGroupBox1.Text = "目录下载";
  409. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  410. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  411. //
  412. // rbAutoDown
  413. //
  414. this.rbAutoDown.Cursor = System.Windows.Forms.Cursors.Hand;
  415. this.rbAutoDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.rbAutoDown.Location = new System.Drawing.Point(3, 112);
  417. this.rbAutoDown.MinimumSize = new System.Drawing.Size(1, 1);
  418. this.rbAutoDown.Name = "rbAutoDown";
  419. this.rbAutoDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  420. this.rbAutoDown.Size = new System.Drawing.Size(167, 20);
  421. this.rbAutoDown.TabIndex = 2;
  422. this.rbAutoDown.Text = "自动检索最大版本号";
  423. this.rbAutoDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  424. //
  425. // rbSingleDown
  426. //
  427. this.rbSingleDown.Cursor = System.Windows.Forms.Cursors.Hand;
  428. this.rbSingleDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.rbSingleDown.Location = new System.Drawing.Point(3, 78);
  430. this.rbSingleDown.MinimumSize = new System.Drawing.Size(1, 1);
  431. this.rbSingleDown.Name = "rbSingleDown";
  432. this.rbSingleDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  433. this.rbSingleDown.Size = new System.Drawing.Size(143, 19);
  434. this.rbSingleDown.TabIndex = 1;
  435. this.rbSingleDown.Text = "手工输入版本号";
  436. this.rbSingleDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  437. //
  438. // tbVer
  439. //
  440. this.tbVer.Cursor = System.Windows.Forms.Cursors.IBeam;
  441. this.tbVer.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.tbVer.Location = new System.Drawing.Point(8, 35);
  443. this.tbVer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  444. this.tbVer.MinimumSize = new System.Drawing.Size(1, 16);
  445. this.tbVer.Name = "tbVer";
  446. this.tbVer.ShowText = false;
  447. this.tbVer.Size = new System.Drawing.Size(149, 24);
  448. this.tbVer.TabIndex = 0;
  449. this.tbVer.Text = "版本号";
  450. this.tbVer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  451. this.tbVer.Watermark = "版本号";
  452. this.tbVer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  453. //
  454. // rbgDirecType
  455. //
  456. this.rbgDirecType.ColumnCount = 3;
  457. this.rbgDirecType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.rbgDirecType.Items.AddRange(new object[] {
  459. "西药/中成药-1301",
  460. "医疗服务-1305",
  461. "医用耗材-1306",
  462. "疾病/诊断-1307",
  463. "手术-1308",
  464. "门诊慢特病-1309",
  465. "按病种付费-1310",
  466. "日间手术治疗-1311",
  467. "字典表-1901",
  468. "√中药饮片-1302",
  469. "√医疗机构制剂-1303",
  470. "√肿瘤形态学-1313",
  471. "√中医疾病-1314",
  472. "√中医证候-1315",
  473. "民族药品-1304",
  474. "目录信息查询-1312",
  475. "医疗与医保目录匹配-1316",
  476. "医药机构目录匹配-1317",
  477. "医保目录限价-1318",
  478. "医保目录先自付比例-1319",
  479. "医药机构信息-1201"});
  480. this.rbgDirecType.ItemSize = new System.Drawing.Size(220, 26);
  481. this.rbgDirecType.Location = new System.Drawing.Point(5, 6);
  482. this.rbgDirecType.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  483. this.rbgDirecType.MinimumSize = new System.Drawing.Size(1, 1);
  484. this.rbgDirecType.Name = "rbgDirecType";
  485. this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  486. this.rbgDirecType.Size = new System.Drawing.Size(657, 218);
  487. this.rbgDirecType.TabIndex = 1;
  488. this.rbgDirecType.Text = "请选择下载类型";
  489. this.rbgDirecType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  490. this.rbgDirecType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  491. this.rbgDirecType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgDirecType_ValueChanged);
  492. //
  493. // btnQuery
  494. //
  495. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  496. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  497. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.btnQuery.Location = new System.Drawing.Point(1546, 36);
  499. this.btnQuery.Margin = new System.Windows.Forms.Padding(4);
  500. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  501. this.btnQuery.Name = "btnQuery";
  502. this.btnQuery.Size = new System.Drawing.Size(89, 40);
  503. this.btnQuery.TabIndex = 13;
  504. this.btnQuery.Text = "查询";
  505. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  507. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  508. //
  509. // btnDownload
  510. //
  511. this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  512. this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
  513. this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.btnDownload.Location = new System.Drawing.Point(1546, 109);
  515. this.btnDownload.Margin = new System.Windows.Forms.Padding(4);
  516. this.btnDownload.MinimumSize = new System.Drawing.Size(1, 1);
  517. this.btnDownload.Name = "btnDownload";
  518. this.btnDownload.Size = new System.Drawing.Size(89, 40);
  519. this.btnDownload.TabIndex = 12;
  520. this.btnDownload.Text = "下载";
  521. this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  523. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  524. //
  525. // uiProcessBar1
  526. //
  527. this.uiProcessBar1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  528. this.uiProcessBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.uiProcessBar1.Location = new System.Drawing.Point(667, 181);
  530. this.uiProcessBar1.Margin = new System.Windows.Forms.Padding(4);
  531. this.uiProcessBar1.MinimumSize = new System.Drawing.Size(93, 4);
  532. this.uiProcessBar1.Name = "uiProcessBar1";
  533. this.uiProcessBar1.Size = new System.Drawing.Size(693, 43);
  534. this.uiProcessBar1.TabIndex = 11;
  535. this.uiProcessBar1.Text = "uiProcessBar1";
  536. this.uiProcessBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  537. //
  538. // TexYYMC
  539. //
  540. this.TexYYMC.Cursor = System.Windows.Forms.Cursors.IBeam;
  541. this.TexYYMC.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.TexYYMC.Location = new System.Drawing.Point(4, 158);
  543. this.TexYYMC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  544. this.TexYYMC.MinimumSize = new System.Drawing.Size(1, 16);
  545. this.TexYYMC.Name = "TexYYMC";
  546. this.TexYYMC.ShowText = false;
  547. this.TexYYMC.Size = new System.Drawing.Size(161, 24);
  548. this.TexYYMC.TabIndex = 7;
  549. this.TexYYMC.Text = "输入医院名称模糊查找";
  550. this.TexYYMC.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  551. this.TexYYMC.Watermark = "字典下载类型";
  552. this.TexYYMC.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  553. //
  554. // DownLoad
  555. //
  556. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  557. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  558. this.ClientSize = new System.Drawing.Size(1659, 701);
  559. this.Controls.Add(this.Tctrl_Main);
  560. this.Name = "DownLoad";
  561. this.Text = "中心数据下载";
  562. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DownLoad_FormClosed);
  563. this.Load += new System.EventHandler(this.FormDownLoad_Load);
  564. this.Tctrl_Main.ResumeLayout(false);
  565. this.tabPage1.ResumeLayout(false);
  566. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
  567. this.panel2.ResumeLayout(false);
  568. this.uiGroupBox3.ResumeLayout(false);
  569. this.uiGroupBox5.ResumeLayout(false);
  570. this.uiGroupBox4.ResumeLayout(false);
  571. this.uiGroupBox2.ResumeLayout(false);
  572. this.uiGroupBox1.ResumeLayout(false);
  573. this.ResumeLayout(false);
  574. }
  575. #endregion
  576. private System.Windows.Forms.TabControl Tctrl_Main;
  577. private System.Windows.Forms.TabPage tabPage1;
  578. private Sunny.UI.UIPagination pgDownload;
  579. private Sunny.UI.UIDataGridView dgvDirectoy;
  580. private System.Windows.Forms.Panel panel2;
  581. private Sunny.UI.UIGroupBox uiGroupBox5;
  582. private Sunny.UI.UITextBox tbDicType;
  583. private Sunny.UI.UITextBox tbDicDate;
  584. private Sunny.UI.UIGroupBox uiGroupBox4;
  585. private Sunny.UI.UIComboBox cbxInterface_down;
  586. private Sunny.UI.UIGroupBox uiGroupBox2;
  587. private Sunny.UI.UITextBox tbDircetoryName;
  588. private Sunny.UI.UITextBox tbDirectoryCode;
  589. private Sunny.UI.UIGroupBox uiGroupBox1;
  590. private Sunny.UI.UIRadioButton rbAutoDown;
  591. private Sunny.UI.UIRadioButton rbSingleDown;
  592. private Sunny.UI.UITextBox tbVer;
  593. private Sunny.UI.UIRadioButtonGroup rbgDirecType;
  594. private Sunny.UI.UIButton btnQuery;
  595. private Sunny.UI.UIButton btnDownload;
  596. private Sunny.UI.UIButton btnExit;
  597. private Sunny.UI.UIProcessBar uiProcessBar1;
  598. private Sunny.UI.UIGroupBox uiGroupBox3;
  599. private Sunny.UI.UITextBox TexBYSJL;
  600. private Sunny.UI.UITextBox TexDQYS;
  601. private Sunny.UI.UITextBox TexDate;
  602. private Sunny.UI.UITextBox TexYYMC;
  603. }
  604. }