MaintainBasicData.Designer.cs 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class MaintainBasicData
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  48. this.tcBasicData = new System.Windows.Forms.TabControl();
  49. this.tpMaintainInterface = new System.Windows.Forms.TabPage();
  50. this.uiPanel1 = new Sunny.UI.UIPanel();
  51. this.dgvInterface = new Sunny.UI.UIDataGridView();
  52. this.pnlInterfaceBottom = new Sunny.UI.UIPanel();
  53. this.uiButton1 = new Sunny.UI.UIButton();
  54. this.btnInterfceSave = new Sunny.UI.UIButton();
  55. this.btnInterfaceDelete = new Sunny.UI.UIButton();
  56. this.btnIntefaceQuery = new Sunny.UI.UIButton();
  57. this.btnInterfaceAdd = new Sunny.UI.UIButton();
  58. this.rbgInterface = new Sunny.UI.UIRadioButtonGroup();
  59. this.tpDownloadDirectory = new System.Windows.Forms.TabPage();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.dgvDirectoy = new Sunny.UI.UIDataGridView();
  62. this.pgDownload = new Sunny.UI.UIPagination();
  63. this.panel2 = new System.Windows.Forms.Panel();
  64. this.uiButton2 = new Sunny.UI.UIButton();
  65. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  66. this.tbDicType = new Sunny.UI.UITextBox();
  67. this.tbDicDate = new Sunny.UI.UITextBox();
  68. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  69. this.cbxInterface_down = new Sunny.UI.UIComboBox();
  70. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  71. this.tbDircetoryName = new Sunny.UI.UITextBox();
  72. this.tbDirectoryCode = new Sunny.UI.UITextBox();
  73. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  74. this.rbAutoDown = new Sunny.UI.UIRadioButton();
  75. this.rbSingleDown = new Sunny.UI.UIRadioButton();
  76. this.tbVer = new Sunny.UI.UITextBox();
  77. this.rbgDirecType = new Sunny.UI.UIRadioButtonGroup();
  78. this.btnQuery = new Sunny.UI.UIButton();
  79. this.btnDownload = new Sunny.UI.UIButton();
  80. this.uiProcessBar1 = new Sunny.UI.UIProcessBar();
  81. this.tpMapDirectory = new System.Windows.Forms.TabPage();
  82. this.panel7 = new System.Windows.Forms.Panel();
  83. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  84. this.panel3 = new System.Windows.Forms.Panel();
  85. this.dgvHISDirectory = new Sunny.UI.UIDataGridView();
  86. this.panel5 = new System.Windows.Forms.Panel();
  87. this.rbAll = new Sunny.UI.UIRadioButton();
  88. this.rbNoMaped = new Sunny.UI.UIRadioButton();
  89. this.rbMaped = new Sunny.UI.UIRadioButton();
  90. this.btnQueryHISDirectory = new Sunny.UI.UIButton();
  91. this.tbHISDirectoryFilter = new Sunny.UI.UITextBox();
  92. this.pgHISDirect = new Sunny.UI.UIPagination();
  93. this.panel4 = new System.Windows.Forms.Panel();
  94. this.dgvCenterDirectory = new Sunny.UI.UIDataGridView();
  95. this.panel6 = new System.Windows.Forms.Panel();
  96. this.tbInsuCode = new Sunny.UI.UITextBox();
  97. this.btnQueryCenterDirectory = new Sunny.UI.UIButton();
  98. this.tbCenterDirectoryFilter = new Sunny.UI.UITextBox();
  99. this.pgCenterDirect = new Sunny.UI.UIPagination();
  100. this.uiPanel3 = new Sunny.UI.UIPanel();
  101. this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
  102. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  103. this.cbxInterface = new Sunny.UI.UIComboBox();
  104. this.tcBasicData.SuspendLayout();
  105. this.tpMaintainInterface.SuspendLayout();
  106. this.uiPanel1.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).BeginInit();
  108. this.pnlInterfaceBottom.SuspendLayout();
  109. this.tpDownloadDirectory.SuspendLayout();
  110. this.panel1.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
  112. this.panel2.SuspendLayout();
  113. this.uiGroupBox5.SuspendLayout();
  114. this.uiGroupBox4.SuspendLayout();
  115. this.uiGroupBox2.SuspendLayout();
  116. this.uiGroupBox1.SuspendLayout();
  117. this.tpMapDirectory.SuspendLayout();
  118. this.panel7.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  120. this.uiSplitContainer1.Panel1.SuspendLayout();
  121. this.uiSplitContainer1.Panel2.SuspendLayout();
  122. this.uiSplitContainer1.SuspendLayout();
  123. this.panel3.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).BeginInit();
  125. this.panel5.SuspendLayout();
  126. this.panel4.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).BeginInit();
  128. this.panel6.SuspendLayout();
  129. this.uiPanel3.SuspendLayout();
  130. this.uiGroupBox3.SuspendLayout();
  131. this.SuspendLayout();
  132. //
  133. // tcBasicData
  134. //
  135. this.tcBasicData.Controls.Add(this.tpMaintainInterface);
  136. this.tcBasicData.Controls.Add(this.tpDownloadDirectory);
  137. this.tcBasicData.Controls.Add(this.tpMapDirectory);
  138. this.tcBasicData.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.tcBasicData.Location = new System.Drawing.Point(0, 0);
  140. this.tcBasicData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  141. this.tcBasicData.Name = "tcBasicData";
  142. this.tcBasicData.SelectedIndex = 0;
  143. this.tcBasicData.Size = new System.Drawing.Size(1809, 799);
  144. this.tcBasicData.TabIndex = 0;
  145. //
  146. // tpMaintainInterface
  147. //
  148. this.tpMaintainInterface.Controls.Add(this.uiPanel1);
  149. this.tpMaintainInterface.Controls.Add(this.rbgInterface);
  150. this.tpMaintainInterface.Location = new System.Drawing.Point(4, 25);
  151. this.tpMaintainInterface.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  152. this.tpMaintainInterface.Name = "tpMaintainInterface";
  153. this.tpMaintainInterface.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  154. this.tpMaintainInterface.Size = new System.Drawing.Size(1801, 770);
  155. this.tpMaintainInterface.TabIndex = 0;
  156. this.tpMaintainInterface.Text = "接口维护";
  157. this.tpMaintainInterface.UseVisualStyleBackColor = true;
  158. //
  159. // uiPanel1
  160. //
  161. this.uiPanel1.Controls.Add(this.dgvInterface);
  162. this.uiPanel1.Controls.Add(this.pnlInterfaceBottom);
  163. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.uiPanel1.Location = new System.Drawing.Point(205, 4);
  166. this.uiPanel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  167. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  168. this.uiPanel1.Name = "uiPanel1";
  169. this.uiPanel1.Size = new System.Drawing.Size(1592, 762);
  170. this.uiPanel1.TabIndex = 5;
  171. this.uiPanel1.Text = null;
  172. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  173. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  174. //
  175. // dgvInterface
  176. //
  177. this.dgvInterface.AllowUserToAddRows = false;
  178. this.dgvInterface.AllowUserToDeleteRows = false;
  179. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  180. this.dgvInterface.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  181. this.dgvInterface.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  182. this.dgvInterface.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  183. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  184. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  185. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  187. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  188. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  189. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  190. this.dgvInterface.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  191. this.dgvInterface.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  192. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  193. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  194. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  196. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  197. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  198. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  199. this.dgvInterface.DefaultCellStyle = dataGridViewCellStyle3;
  200. this.dgvInterface.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.dgvInterface.EnableHeadersVisualStyles = false;
  202. this.dgvInterface.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.dgvInterface.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  204. this.dgvInterface.Location = new System.Drawing.Point(0, 0);
  205. this.dgvInterface.Name = "dgvInterface";
  206. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  207. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  208. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  210. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  211. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  212. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  213. this.dgvInterface.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  214. this.dgvInterface.RowHeadersWidth = 51;
  215. this.dgvInterface.RowHeight = 30;
  216. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  217. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  219. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  220. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  221. this.dgvInterface.RowsDefaultCellStyle = dataGridViewCellStyle5;
  222. this.dgvInterface.RowTemplate.Height = 30;
  223. this.dgvInterface.SelectedIndex = -1;
  224. this.dgvInterface.Size = new System.Drawing.Size(1592, 683);
  225. this.dgvInterface.TabIndex = 1;
  226. this.dgvInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  227. //
  228. // pnlInterfaceBottom
  229. //
  230. this.pnlInterfaceBottom.Controls.Add(this.uiButton1);
  231. this.pnlInterfaceBottom.Controls.Add(this.btnInterfceSave);
  232. this.pnlInterfaceBottom.Controls.Add(this.btnInterfaceDelete);
  233. this.pnlInterfaceBottom.Controls.Add(this.btnIntefaceQuery);
  234. this.pnlInterfaceBottom.Controls.Add(this.btnInterfaceAdd);
  235. this.pnlInterfaceBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  236. this.pnlInterfaceBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.pnlInterfaceBottom.Location = new System.Drawing.Point(0, 683);
  238. this.pnlInterfaceBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  239. this.pnlInterfaceBottom.MinimumSize = new System.Drawing.Size(1, 1);
  240. this.pnlInterfaceBottom.Name = "pnlInterfaceBottom";
  241. this.pnlInterfaceBottom.Size = new System.Drawing.Size(1592, 79);
  242. this.pnlInterfaceBottom.TabIndex = 0;
  243. this.pnlInterfaceBottom.Text = null;
  244. this.pnlInterfaceBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  245. this.pnlInterfaceBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  246. //
  247. // uiButton1
  248. //
  249. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  250. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.uiButton1.Location = new System.Drawing.Point(1038, 15);
  253. this.uiButton1.Margin = new System.Windows.Forms.Padding(4);
  254. this.uiButton1.MinimumSize = new System.Drawing.Size(2, 2);
  255. this.uiButton1.Name = "uiButton1";
  256. this.uiButton1.Size = new System.Drawing.Size(100, 48);
  257. this.uiButton1.TabIndex = 18;
  258. this.uiButton1.Text = "修改";
  259. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  261. //
  262. // btnInterfceSave
  263. //
  264. this.btnInterfceSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  265. this.btnInterfceSave.Cursor = System.Windows.Forms.Cursors.Hand;
  266. this.btnInterfceSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.btnInterfceSave.Location = new System.Drawing.Point(1443, 15);
  268. this.btnInterfceSave.Margin = new System.Windows.Forms.Padding(4);
  269. this.btnInterfceSave.MinimumSize = new System.Drawing.Size(2, 2);
  270. this.btnInterfceSave.Name = "btnInterfceSave";
  271. this.btnInterfceSave.Size = new System.Drawing.Size(100, 48);
  272. this.btnInterfceSave.TabIndex = 17;
  273. this.btnInterfceSave.Text = "保存";
  274. this.btnInterfceSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.btnInterfceSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  276. //
  277. // btnInterfaceDelete
  278. //
  279. this.btnInterfaceDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  280. this.btnInterfaceDelete.Cursor = System.Windows.Forms.Cursors.Hand;
  281. this.btnInterfaceDelete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.btnInterfaceDelete.Location = new System.Drawing.Point(1308, 15);
  283. this.btnInterfaceDelete.Margin = new System.Windows.Forms.Padding(4);
  284. this.btnInterfaceDelete.MinimumSize = new System.Drawing.Size(2, 2);
  285. this.btnInterfaceDelete.Name = "btnInterfaceDelete";
  286. this.btnInterfaceDelete.Size = new System.Drawing.Size(100, 48);
  287. this.btnInterfaceDelete.TabIndex = 16;
  288. this.btnInterfaceDelete.Text = "删除";
  289. this.btnInterfaceDelete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.btnInterfaceDelete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  291. //
  292. // btnIntefaceQuery
  293. //
  294. this.btnIntefaceQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  295. this.btnIntefaceQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  296. this.btnIntefaceQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btnIntefaceQuery.Location = new System.Drawing.Point(903, 15);
  298. this.btnIntefaceQuery.Margin = new System.Windows.Forms.Padding(4);
  299. this.btnIntefaceQuery.MinimumSize = new System.Drawing.Size(2, 2);
  300. this.btnIntefaceQuery.Name = "btnIntefaceQuery";
  301. this.btnIntefaceQuery.Size = new System.Drawing.Size(100, 48);
  302. this.btnIntefaceQuery.TabIndex = 15;
  303. this.btnIntefaceQuery.Text = "查询";
  304. this.btnIntefaceQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.btnIntefaceQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  306. //
  307. // btnInterfaceAdd
  308. //
  309. this.btnInterfaceAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  310. this.btnInterfaceAdd.Cursor = System.Windows.Forms.Cursors.Hand;
  311. this.btnInterfaceAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.btnInterfaceAdd.Location = new System.Drawing.Point(1173, 15);
  313. this.btnInterfaceAdd.Margin = new System.Windows.Forms.Padding(4);
  314. this.btnInterfaceAdd.MinimumSize = new System.Drawing.Size(2, 2);
  315. this.btnInterfaceAdd.Name = "btnInterfaceAdd";
  316. this.btnInterfaceAdd.Size = new System.Drawing.Size(100, 48);
  317. this.btnInterfaceAdd.TabIndex = 14;
  318. this.btnInterfaceAdd.Text = "新增";
  319. this.btnInterfaceAdd.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.btnInterfaceAdd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  321. //
  322. // rbgInterface
  323. //
  324. this.rbgInterface.Dock = System.Windows.Forms.DockStyle.Left;
  325. this.rbgInterface.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.rbgInterface.Items.AddRange(new object[] {
  327. "接口维护",
  328. "险种类型",
  329. "备用"});
  330. this.rbgInterface.Location = new System.Drawing.Point(4, 4);
  331. this.rbgInterface.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  332. this.rbgInterface.MinimumSize = new System.Drawing.Size(1, 1);
  333. this.rbgInterface.Name = "rbgInterface";
  334. this.rbgInterface.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  335. this.rbgInterface.Size = new System.Drawing.Size(201, 762);
  336. this.rbgInterface.TabIndex = 4;
  337. this.rbgInterface.Text = "项目";
  338. this.rbgInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  339. this.rbgInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  340. //
  341. // tpDownloadDirectory
  342. //
  343. this.tpDownloadDirectory.Controls.Add(this.panel1);
  344. this.tpDownloadDirectory.Location = new System.Drawing.Point(4, 25);
  345. this.tpDownloadDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  346. this.tpDownloadDirectory.Name = "tpDownloadDirectory";
  347. this.tpDownloadDirectory.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  348. this.tpDownloadDirectory.Size = new System.Drawing.Size(1801, 770);
  349. this.tpDownloadDirectory.TabIndex = 1;
  350. this.tpDownloadDirectory.Text = "数据下载";
  351. this.tpDownloadDirectory.UseVisualStyleBackColor = true;
  352. //
  353. // panel1
  354. //
  355. this.panel1.Controls.Add(this.dgvDirectoy);
  356. this.panel1.Controls.Add(this.pgDownload);
  357. this.panel1.Controls.Add(this.panel2);
  358. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  359. this.panel1.Location = new System.Drawing.Point(4, 4);
  360. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  361. this.panel1.Name = "panel1";
  362. this.panel1.Size = new System.Drawing.Size(1793, 762);
  363. this.panel1.TabIndex = 1;
  364. //
  365. // dgvDirectoy
  366. //
  367. this.dgvDirectoy.AllowUserToAddRows = false;
  368. this.dgvDirectoy.AllowUserToDeleteRows = false;
  369. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  370. this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  371. this.dgvDirectoy.BackgroundColor = System.Drawing.Color.White;
  372. this.dgvDirectoy.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  373. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  374. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  375. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  377. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  378. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  379. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  380. this.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  381. this.dgvDirectoy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  382. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  383. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  384. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  386. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  387. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  388. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  389. this.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle8;
  390. this.dgvDirectoy.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.dgvDirectoy.EnableHeadersVisualStyles = false;
  392. this.dgvDirectoy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.dgvDirectoy.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  394. this.dgvDirectoy.Location = new System.Drawing.Point(0, 0);
  395. this.dgvDirectoy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  396. this.dgvDirectoy.Name = "dgvDirectoy";
  397. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  398. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  399. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  401. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  402. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  403. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  404. this.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  405. this.dgvDirectoy.RowHeadersWidth = 51;
  406. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  407. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle10;
  409. this.dgvDirectoy.RowTemplate.Height = 23;
  410. this.dgvDirectoy.SelectedIndex = -1;
  411. this.dgvDirectoy.Size = new System.Drawing.Size(1793, 547);
  412. this.dgvDirectoy.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  413. this.dgvDirectoy.TabIndex = 3;
  414. this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  415. //
  416. // pgDownload
  417. //
  418. this.pgDownload.Dock = System.Windows.Forms.DockStyle.Bottom;
  419. this.pgDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.pgDownload.Location = new System.Drawing.Point(0, 547);
  421. this.pgDownload.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  422. this.pgDownload.MinimumSize = new System.Drawing.Size(1, 1);
  423. this.pgDownload.Name = "pgDownload";
  424. this.pgDownload.PagerCount = 13;
  425. this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  426. this.pgDownload.ShowJumpButton = false;
  427. this.pgDownload.ShowText = false;
  428. this.pgDownload.Size = new System.Drawing.Size(1793, 39);
  429. this.pgDownload.TabIndex = 2;
  430. this.pgDownload.Text = "uiPagination1";
  431. this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  432. this.pgDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  433. //
  434. // panel2
  435. //
  436. this.panel2.Controls.Add(this.uiButton2);
  437. this.panel2.Controls.Add(this.uiGroupBox5);
  438. this.panel2.Controls.Add(this.uiGroupBox4);
  439. this.panel2.Controls.Add(this.uiGroupBox2);
  440. this.panel2.Controls.Add(this.uiGroupBox1);
  441. this.panel2.Controls.Add(this.rbgDirecType);
  442. this.panel2.Controls.Add(this.btnQuery);
  443. this.panel2.Controls.Add(this.btnDownload);
  444. this.panel2.Controls.Add(this.uiProcessBar1);
  445. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  446. this.panel2.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.panel2.Location = new System.Drawing.Point(0, 586);
  448. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  449. this.panel2.Name = "panel2";
  450. this.panel2.Size = new System.Drawing.Size(1793, 176);
  451. this.panel2.TabIndex = 1;
  452. //
  453. // uiButton2
  454. //
  455. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  456. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  457. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.uiButton2.Location = new System.Drawing.Point(1697, 100);
  459. this.uiButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  460. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  461. this.uiButton2.Name = "uiButton2";
  462. this.uiButton2.Size = new System.Drawing.Size(89, 40);
  463. this.uiButton2.TabIndex = 18;
  464. this.uiButton2.Text = "新增";
  465. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  467. //
  468. // uiGroupBox5
  469. //
  470. this.uiGroupBox5.Controls.Add(this.tbDicType);
  471. this.uiGroupBox5.Controls.Add(this.tbDicDate);
  472. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.uiGroupBox5.Location = new System.Drawing.Point(1187, 4);
  474. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  475. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  476. this.uiGroupBox5.Name = "uiGroupBox5";
  477. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  478. this.uiGroupBox5.Size = new System.Drawing.Size(256, 166);
  479. this.uiGroupBox5.TabIndex = 17;
  480. this.uiGroupBox5.Text = "字典下载";
  481. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  482. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  483. //
  484. // tbDicType
  485. //
  486. this.tbDicType.Cursor = System.Windows.Forms.Cursors.IBeam;
  487. this.tbDicType.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.tbDicType.Location = new System.Drawing.Point(13, 69);
  489. this.tbDicType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  490. this.tbDicType.MinimumSize = new System.Drawing.Size(1, 16);
  491. this.tbDicType.Name = "tbDicType";
  492. this.tbDicType.ShowText = false;
  493. this.tbDicType.Size = new System.Drawing.Size(175, 24);
  494. this.tbDicType.TabIndex = 5;
  495. this.tbDicType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  496. this.tbDicType.Watermark = "字典下载类型";
  497. this.tbDicType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  498. //
  499. // tbDicDate
  500. //
  501. this.tbDicDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  502. this.tbDicDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.tbDicDate.Location = new System.Drawing.Point(13, 35);
  504. this.tbDicDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  505. this.tbDicDate.MinimumSize = new System.Drawing.Size(1, 16);
  506. this.tbDicDate.Name = "tbDicDate";
  507. this.tbDicDate.ShowText = false;
  508. this.tbDicDate.Size = new System.Drawing.Size(175, 24);
  509. this.tbDicDate.TabIndex = 4;
  510. this.tbDicDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  511. this.tbDicDate.Watermark = "字典下载输入日期(2021-01-01)";
  512. this.tbDicDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  513. //
  514. // uiGroupBox4
  515. //
  516. this.uiGroupBox4.Controls.Add(this.cbxInterface_down);
  517. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.uiGroupBox4.Location = new System.Drawing.Point(497, 50);
  519. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  520. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
  521. this.uiGroupBox4.Name = "uiGroupBox4";
  522. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  523. this.uiGroupBox4.Size = new System.Drawing.Size(205, 122);
  524. this.uiGroupBox4.TabIndex = 16;
  525. this.uiGroupBox4.Text = "接口选择";
  526. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  527. this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  528. //
  529. // cbxInterface_down
  530. //
  531. this.cbxInterface_down.DataSource = null;
  532. this.cbxInterface_down.FillColor = System.Drawing.Color.White;
  533. this.cbxInterface_down.FilterMaxCount = 50;
  534. this.cbxInterface_down.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.cbxInterface_down.Location = new System.Drawing.Point(6, 37);
  536. this.cbxInterface_down.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  537. this.cbxInterface_down.MinimumSize = new System.Drawing.Size(63, 0);
  538. this.cbxInterface_down.Name = "cbxInterface_down";
  539. this.cbxInterface_down.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  540. this.cbxInterface_down.Size = new System.Drawing.Size(134, 23);
  541. this.cbxInterface_down.TabIndex = 0;
  542. this.cbxInterface_down.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  543. this.cbxInterface_down.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  544. //
  545. // uiGroupBox2
  546. //
  547. this.uiGroupBox2.Controls.Add(this.tbDircetoryName);
  548. this.uiGroupBox2.Controls.Add(this.tbDirectoryCode);
  549. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.uiGroupBox2.Location = new System.Drawing.Point(933, 10);
  551. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  552. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  553. this.uiGroupBox2.Name = "uiGroupBox2";
  554. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  555. this.uiGroupBox2.Size = new System.Drawing.Size(245, 162);
  556. this.uiGroupBox2.TabIndex = 15;
  557. this.uiGroupBox2.Text = "查询";
  558. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  559. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  560. //
  561. // tbDircetoryName
  562. //
  563. this.tbDircetoryName.Cursor = System.Windows.Forms.Cursors.IBeam;
  564. this.tbDircetoryName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.tbDircetoryName.Location = new System.Drawing.Point(4, 72);
  566. this.tbDircetoryName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  567. this.tbDircetoryName.MinimumSize = new System.Drawing.Size(1, 16);
  568. this.tbDircetoryName.Name = "tbDircetoryName";
  569. this.tbDircetoryName.ShowText = false;
  570. this.tbDircetoryName.Size = new System.Drawing.Size(168, 24);
  571. this.tbDircetoryName.TabIndex = 2;
  572. this.tbDircetoryName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  573. this.tbDircetoryName.Watermark = "名称";
  574. this.tbDircetoryName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  575. //
  576. // tbDirectoryCode
  577. //
  578. this.tbDirectoryCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  579. this.tbDirectoryCode.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.tbDirectoryCode.Location = new System.Drawing.Point(4, 33);
  581. this.tbDirectoryCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  582. this.tbDirectoryCode.MinimumSize = new System.Drawing.Size(1, 16);
  583. this.tbDirectoryCode.Name = "tbDirectoryCode";
  584. this.tbDirectoryCode.ShowText = false;
  585. this.tbDirectoryCode.Size = new System.Drawing.Size(168, 24);
  586. this.tbDirectoryCode.TabIndex = 1;
  587. this.tbDirectoryCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  588. this.tbDirectoryCode.Watermark = "编码";
  589. this.tbDirectoryCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  590. //
  591. // uiGroupBox1
  592. //
  593. this.uiGroupBox1.Controls.Add(this.rbAutoDown);
  594. this.uiGroupBox1.Controls.Add(this.rbSingleDown);
  595. this.uiGroupBox1.Controls.Add(this.tbVer);
  596. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.uiGroupBox1.Location = new System.Drawing.Point(713, 6);
  598. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  599. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  600. this.uiGroupBox1.Name = "uiGroupBox1";
  601. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  602. this.uiGroupBox1.Size = new System.Drawing.Size(219, 164);
  603. this.uiGroupBox1.TabIndex = 14;
  604. this.uiGroupBox1.Text = "目录下载";
  605. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  606. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  607. //
  608. // rbAutoDown
  609. //
  610. this.rbAutoDown.Cursor = System.Windows.Forms.Cursors.Hand;
  611. this.rbAutoDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.rbAutoDown.Location = new System.Drawing.Point(6, 108);
  613. this.rbAutoDown.MinimumSize = new System.Drawing.Size(1, 1);
  614. this.rbAutoDown.Name = "rbAutoDown";
  615. this.rbAutoDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  616. this.rbAutoDown.Size = new System.Drawing.Size(175, 20);
  617. this.rbAutoDown.TabIndex = 2;
  618. this.rbAutoDown.Text = "自动检索最大版本号";
  619. this.rbAutoDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  620. //
  621. // rbSingleDown
  622. //
  623. this.rbSingleDown.Cursor = System.Windows.Forms.Cursors.Hand;
  624. this.rbSingleDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.rbSingleDown.Location = new System.Drawing.Point(6, 83);
  626. this.rbSingleDown.MinimumSize = new System.Drawing.Size(1, 1);
  627. this.rbSingleDown.Name = "rbSingleDown";
  628. this.rbSingleDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  629. this.rbSingleDown.Size = new System.Drawing.Size(175, 19);
  630. this.rbSingleDown.TabIndex = 1;
  631. this.rbSingleDown.Text = "手工输入版本号";
  632. this.rbSingleDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  633. //
  634. // tbVer
  635. //
  636. this.tbVer.Cursor = System.Windows.Forms.Cursors.IBeam;
  637. this.tbVer.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  638. this.tbVer.Location = new System.Drawing.Point(8, 35);
  639. this.tbVer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  640. this.tbVer.MinimumSize = new System.Drawing.Size(1, 16);
  641. this.tbVer.Name = "tbVer";
  642. this.tbVer.ShowText = false;
  643. this.tbVer.Size = new System.Drawing.Size(149, 24);
  644. this.tbVer.TabIndex = 0;
  645. this.tbVer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  646. this.tbVer.Watermark = "版本号";
  647. this.tbVer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  648. //
  649. // rbgDirecType
  650. //
  651. this.rbgDirecType.ColumnCount = 3;
  652. this.rbgDirecType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.rbgDirecType.Items.AddRange(new object[] {
  654. "药品",
  655. "诊疗",
  656. "材料",
  657. "疾病诊断",
  658. "手术",
  659. "门诊慢特病种",
  660. "DRGs",
  661. "日间手术",
  662. "字典表"});
  663. this.rbgDirecType.ItemSize = new System.Drawing.Size(110, 25);
  664. this.rbgDirecType.Location = new System.Drawing.Point(8, 48);
  665. this.rbgDirecType.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  666. this.rbgDirecType.MinimumSize = new System.Drawing.Size(1, 1);
  667. this.rbgDirecType.Name = "rbgDirecType";
  668. this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  669. this.rbgDirecType.Size = new System.Drawing.Size(479, 126);
  670. this.rbgDirecType.TabIndex = 1;
  671. this.rbgDirecType.Text = "请选择下载类型";
  672. this.rbgDirecType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  673. this.rbgDirecType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  674. //
  675. // btnQuery
  676. //
  677. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  678. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  679. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  680. this.btnQuery.Location = new System.Drawing.Point(1558, 32);
  681. this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  682. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  683. this.btnQuery.Name = "btnQuery";
  684. this.btnQuery.Size = new System.Drawing.Size(89, 40);
  685. this.btnQuery.TabIndex = 13;
  686. this.btnQuery.Text = "查询";
  687. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  688. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  689. //
  690. // btnDownload
  691. //
  692. this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  693. this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
  694. this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.btnDownload.Location = new System.Drawing.Point(1681, 32);
  696. this.btnDownload.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  697. this.btnDownload.MinimumSize = new System.Drawing.Size(1, 1);
  698. this.btnDownload.Name = "btnDownload";
  699. this.btnDownload.Size = new System.Drawing.Size(89, 40);
  700. this.btnDownload.TabIndex = 12;
  701. this.btnDownload.Text = "下载";
  702. this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  704. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  705. //
  706. // uiProcessBar1
  707. //
  708. this.uiProcessBar1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  709. this.uiProcessBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.uiProcessBar1.Location = new System.Drawing.Point(7, 8);
  711. this.uiProcessBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  712. this.uiProcessBar1.MinimumSize = new System.Drawing.Size(93, 4);
  713. this.uiProcessBar1.Name = "uiProcessBar1";
  714. this.uiProcessBar1.Size = new System.Drawing.Size(696, 36);
  715. this.uiProcessBar1.TabIndex = 11;
  716. this.uiProcessBar1.Text = "uiProcessBar1";
  717. this.uiProcessBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  718. //
  719. // tpMapDirectory
  720. //
  721. this.tpMapDirectory.Controls.Add(this.panel7);
  722. this.tpMapDirectory.Controls.Add(this.uiPanel3);
  723. this.tpMapDirectory.Location = new System.Drawing.Point(4, 25);
  724. this.tpMapDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  725. this.tpMapDirectory.Name = "tpMapDirectory";
  726. this.tpMapDirectory.Size = new System.Drawing.Size(1801, 770);
  727. this.tpMapDirectory.TabIndex = 2;
  728. this.tpMapDirectory.Text = "数据对照";
  729. this.tpMapDirectory.UseVisualStyleBackColor = true;
  730. //
  731. // panel7
  732. //
  733. this.panel7.Controls.Add(this.uiSplitContainer1);
  734. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  735. this.panel7.Location = new System.Drawing.Point(239, 0);
  736. this.panel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  737. this.panel7.Name = "panel7";
  738. this.panel7.Size = new System.Drawing.Size(1562, 770);
  739. this.panel7.TabIndex = 7;
  740. //
  741. // uiSplitContainer1
  742. //
  743. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  744. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  745. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
  746. this.uiSplitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  747. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(27, 25);
  748. this.uiSplitContainer1.Name = "uiSplitContainer1";
  749. //
  750. // uiSplitContainer1.Panel1
  751. //
  752. this.uiSplitContainer1.Panel1.Controls.Add(this.panel3);
  753. this.uiSplitContainer1.Panel1MinSize = 0;
  754. //
  755. // uiSplitContainer1.Panel2
  756. //
  757. this.uiSplitContainer1.Panel2.Controls.Add(this.panel4);
  758. this.uiSplitContainer1.Size = new System.Drawing.Size(1562, 770);
  759. this.uiSplitContainer1.SplitterDistance = 592;
  760. this.uiSplitContainer1.SplitterWidth = 15;
  761. this.uiSplitContainer1.TabIndex = 3;
  762. this.uiSplitContainer1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  763. //
  764. // panel3
  765. //
  766. this.panel3.Controls.Add(this.dgvHISDirectory);
  767. this.panel3.Controls.Add(this.panel5);
  768. this.panel3.Controls.Add(this.pgHISDirect);
  769. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  770. this.panel3.Location = new System.Drawing.Point(0, 0);
  771. this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  772. this.panel3.Name = "panel3";
  773. this.panel3.Size = new System.Drawing.Size(592, 770);
  774. this.panel3.TabIndex = 2;
  775. //
  776. // dgvHISDirectory
  777. //
  778. this.dgvHISDirectory.AllowUserToAddRows = false;
  779. this.dgvHISDirectory.AllowUserToDeleteRows = false;
  780. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  781. this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  782. this.dgvHISDirectory.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllHeaders;
  783. this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.White;
  784. this.dgvHISDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  785. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  786. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  787. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  789. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  790. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  791. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  792. this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  793. this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  794. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  795. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  796. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  798. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  799. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  800. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  801. this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle13;
  802. this.dgvHISDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  803. this.dgvHISDirectory.EnableHeadersVisualStyles = false;
  804. this.dgvHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  805. this.dgvHISDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  806. this.dgvHISDirectory.Location = new System.Drawing.Point(0, 56);
  807. this.dgvHISDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  808. this.dgvHISDirectory.Name = "dgvHISDirectory";
  809. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  810. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  811. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  812. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  813. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  814. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
  815. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  816. this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  817. this.dgvHISDirectory.RowHeadersWidth = 51;
  818. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  819. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  820. this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle15;
  821. this.dgvHISDirectory.RowTemplate.Height = 23;
  822. this.dgvHISDirectory.SelectedIndex = -1;
  823. this.dgvHISDirectory.Size = new System.Drawing.Size(592, 670);
  824. this.dgvHISDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  825. this.dgvHISDirectory.TabIndex = 4;
  826. this.dgvHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  827. //
  828. // panel5
  829. //
  830. this.panel5.Controls.Add(this.rbAll);
  831. this.panel5.Controls.Add(this.rbNoMaped);
  832. this.panel5.Controls.Add(this.rbMaped);
  833. this.panel5.Controls.Add(this.btnQueryHISDirectory);
  834. this.panel5.Controls.Add(this.tbHISDirectoryFilter);
  835. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  836. this.panel5.Location = new System.Drawing.Point(0, 0);
  837. this.panel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  838. this.panel5.Name = "panel5";
  839. this.panel5.Size = new System.Drawing.Size(592, 56);
  840. this.panel5.TabIndex = 1;
  841. //
  842. // rbAll
  843. //
  844. this.rbAll.Cursor = System.Windows.Forms.Cursors.Hand;
  845. this.rbAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.rbAll.Location = new System.Drawing.Point(441, 9);
  847. this.rbAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  848. this.rbAll.MinimumSize = new System.Drawing.Size(1, 1);
  849. this.rbAll.Name = "rbAll";
  850. this.rbAll.Padding = new System.Windows.Forms.Padding(29, 0, 0, 0);
  851. this.rbAll.Size = new System.Drawing.Size(84, 29);
  852. this.rbAll.TabIndex = 8;
  853. this.rbAll.Text = "全部";
  854. this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  855. //
  856. // rbNoMaped
  857. //
  858. this.rbNoMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  859. this.rbNoMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  860. this.rbNoMaped.Location = new System.Drawing.Point(639, 9);
  861. this.rbNoMaped.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  862. this.rbNoMaped.MinimumSize = new System.Drawing.Size(1, 1);
  863. this.rbNoMaped.Name = "rbNoMaped";
  864. this.rbNoMaped.Padding = new System.Windows.Forms.Padding(29, 0, 0, 0);
  865. this.rbNoMaped.Size = new System.Drawing.Size(84, 29);
  866. this.rbNoMaped.TabIndex = 7;
  867. this.rbNoMaped.Text = "未对照";
  868. this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  869. //
  870. // rbMaped
  871. //
  872. this.rbMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  873. this.rbMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  874. this.rbMaped.Location = new System.Drawing.Point(540, 9);
  875. this.rbMaped.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  876. this.rbMaped.MinimumSize = new System.Drawing.Size(1, 1);
  877. this.rbMaped.Name = "rbMaped";
  878. this.rbMaped.Padding = new System.Windows.Forms.Padding(29, 0, 0, 0);
  879. this.rbMaped.Size = new System.Drawing.Size(84, 29);
  880. this.rbMaped.TabIndex = 6;
  881. this.rbMaped.Text = "已对照";
  882. this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  883. //
  884. // btnQueryHISDirectory
  885. //
  886. this.btnQueryHISDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  887. this.btnQueryHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  888. this.btnQueryHISDirectory.Location = new System.Drawing.Point(9, 9);
  889. this.btnQueryHISDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  890. this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(1, 1);
  891. this.btnQueryHISDirectory.Name = "btnQueryHISDirectory";
  892. this.btnQueryHISDirectory.Size = new System.Drawing.Size(200, 35);
  893. this.btnQueryHISDirectory.TabIndex = 5;
  894. this.btnQueryHISDirectory.Text = "查询HIS目录";
  895. this.btnQueryHISDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  896. this.btnQueryHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  897. //
  898. // tbHISDirectoryFilter
  899. //
  900. this.tbHISDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  901. this.tbHISDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  902. this.tbHISDirectoryFilter.Location = new System.Drawing.Point(232, 10);
  903. this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  904. this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 20);
  905. this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
  906. this.tbHISDirectoryFilter.ShowText = false;
  907. this.tbHISDirectoryFilter.Size = new System.Drawing.Size(200, 36);
  908. this.tbHISDirectoryFilter.TabIndex = 4;
  909. this.tbHISDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  910. this.tbHISDirectoryFilter.Watermark = "名称/缩写";
  911. this.tbHISDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  912. //
  913. // pgHISDirect
  914. //
  915. this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  916. this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  917. this.pgHISDirect.Location = new System.Drawing.Point(0, 726);
  918. this.pgHISDirect.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  919. this.pgHISDirect.MinimumSize = new System.Drawing.Size(1, 1);
  920. this.pgHISDirect.Name = "pgHISDirect";
  921. this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  922. this.pgHISDirect.ShowJumpButton = false;
  923. this.pgHISDirect.ShowText = false;
  924. this.pgHISDirect.Size = new System.Drawing.Size(592, 44);
  925. this.pgHISDirect.TabIndex = 6;
  926. this.pgHISDirect.Text = "uiPagination2";
  927. this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  928. this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  929. //
  930. // panel4
  931. //
  932. this.panel4.Controls.Add(this.dgvCenterDirectory);
  933. this.panel4.Controls.Add(this.panel6);
  934. this.panel4.Controls.Add(this.pgCenterDirect);
  935. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  936. this.panel4.Location = new System.Drawing.Point(0, 0);
  937. this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  938. this.panel4.Name = "panel4";
  939. this.panel4.Size = new System.Drawing.Size(955, 770);
  940. this.panel4.TabIndex = 3;
  941. //
  942. // dgvCenterDirectory
  943. //
  944. this.dgvCenterDirectory.AllowUserToAddRows = false;
  945. this.dgvCenterDirectory.AllowUserToDeleteRows = false;
  946. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  947. this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  948. this.dgvCenterDirectory.BackgroundColor = System.Drawing.Color.White;
  949. this.dgvCenterDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  950. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  951. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  952. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  954. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  955. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  956. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  957. this.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  958. this.dgvCenterDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  959. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  960. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  961. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  962. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
  963. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  964. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  965. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  966. this.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle18;
  967. this.dgvCenterDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  968. this.dgvCenterDirectory.EnableHeadersVisualStyles = false;
  969. this.dgvCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  970. this.dgvCenterDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  971. this.dgvCenterDirectory.Location = new System.Drawing.Point(0, 56);
  972. this.dgvCenterDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  973. this.dgvCenterDirectory.Name = "dgvCenterDirectory";
  974. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  975. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  976. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  977. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  978. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  979. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
  980. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  981. this.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  982. this.dgvCenterDirectory.RowHeadersWidth = 51;
  983. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  984. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  985. this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle20;
  986. this.dgvCenterDirectory.RowTemplate.Height = 23;
  987. this.dgvCenterDirectory.SelectedIndex = -1;
  988. this.dgvCenterDirectory.Size = new System.Drawing.Size(955, 670);
  989. this.dgvCenterDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  990. this.dgvCenterDirectory.TabIndex = 3;
  991. this.dgvCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  992. //
  993. // panel6
  994. //
  995. this.panel6.Controls.Add(this.tbInsuCode);
  996. this.panel6.Controls.Add(this.btnQueryCenterDirectory);
  997. this.panel6.Controls.Add(this.tbCenterDirectoryFilter);
  998. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  999. this.panel6.Location = new System.Drawing.Point(0, 0);
  1000. this.panel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1001. this.panel6.Name = "panel6";
  1002. this.panel6.Size = new System.Drawing.Size(955, 56);
  1003. this.panel6.TabIndex = 2;
  1004. //
  1005. // tbInsuCode
  1006. //
  1007. this.tbInsuCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  1008. this.tbInsuCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1009. this.tbInsuCode.Location = new System.Drawing.Point(436, 5);
  1010. this.tbInsuCode.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1011. this.tbInsuCode.MinimumSize = new System.Drawing.Size(1, 20);
  1012. this.tbInsuCode.Name = "tbInsuCode";
  1013. this.tbInsuCode.ShowText = false;
  1014. this.tbInsuCode.Size = new System.Drawing.Size(307, 38);
  1015. this.tbInsuCode.TabIndex = 7;
  1016. this.tbInsuCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1017. this.tbInsuCode.Watermark = "输入准确编码";
  1018. this.tbInsuCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1019. //
  1020. // btnQueryCenterDirectory
  1021. //
  1022. this.btnQueryCenterDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  1023. this.btnQueryCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1024. this.btnQueryCenterDirectory.Location = new System.Drawing.Point(15, 6);
  1025. this.btnQueryCenterDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1026. this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(1, 1);
  1027. this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
  1028. this.btnQueryCenterDirectory.Size = new System.Drawing.Size(199, 39);
  1029. this.btnQueryCenterDirectory.TabIndex = 6;
  1030. this.btnQueryCenterDirectory.Text = "查询中心目录";
  1031. this.btnQueryCenterDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1032. this.btnQueryCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1033. //
  1034. // tbCenterDirectoryFilter
  1035. //
  1036. this.tbCenterDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  1037. this.tbCenterDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1038. this.tbCenterDirectoryFilter.Location = new System.Drawing.Point(235, 6);
  1039. this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1040. this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 20);
  1041. this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
  1042. this.tbCenterDirectoryFilter.ShowText = false;
  1043. this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(191, 38);
  1044. this.tbCenterDirectoryFilter.TabIndex = 5;
  1045. this.tbCenterDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1046. this.tbCenterDirectoryFilter.Watermark = "名称/缩写";
  1047. this.tbCenterDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1048. //
  1049. // pgCenterDirect
  1050. //
  1051. this.pgCenterDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  1052. this.pgCenterDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1053. this.pgCenterDirect.Location = new System.Drawing.Point(0, 726);
  1054. this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1055. this.pgCenterDirect.MinimumSize = new System.Drawing.Size(1, 1);
  1056. this.pgCenterDirect.Name = "pgCenterDirect";
  1057. this.pgCenterDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  1058. this.pgCenterDirect.ShowJumpButton = false;
  1059. this.pgCenterDirect.ShowText = false;
  1060. this.pgCenterDirect.Size = new System.Drawing.Size(955, 44);
  1061. this.pgCenterDirect.TabIndex = 0;
  1062. this.pgCenterDirect.Text = "uiPagination3";
  1063. this.pgCenterDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1064. this.pgCenterDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1065. //
  1066. // uiPanel3
  1067. //
  1068. this.uiPanel3.Controls.Add(this.rbgDirecType_C);
  1069. this.uiPanel3.Controls.Add(this.uiGroupBox3);
  1070. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Left;
  1071. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1072. this.uiPanel3.Location = new System.Drawing.Point(0, 0);
  1073. this.uiPanel3.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1074. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  1075. this.uiPanel3.Name = "uiPanel3";
  1076. this.uiPanel3.Size = new System.Drawing.Size(239, 770);
  1077. this.uiPanel3.TabIndex = 6;
  1078. this.uiPanel3.Text = null;
  1079. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1080. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1081. //
  1082. // rbgDirecType_C
  1083. //
  1084. this.rbgDirecType_C.Dock = System.Windows.Forms.DockStyle.Fill;
  1085. this.rbgDirecType_C.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1086. this.rbgDirecType_C.Items.AddRange(new object[] {
  1087. "药品",
  1088. "诊疗",
  1089. "材料"});
  1090. this.rbgDirecType_C.Location = new System.Drawing.Point(0, 80);
  1091. this.rbgDirecType_C.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1092. this.rbgDirecType_C.MinimumSize = new System.Drawing.Size(1, 1);
  1093. this.rbgDirecType_C.Name = "rbgDirecType_C";
  1094. this.rbgDirecType_C.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1095. this.rbgDirecType_C.Size = new System.Drawing.Size(239, 690);
  1096. this.rbgDirecType_C.TabIndex = 6;
  1097. this.rbgDirecType_C.Text = "目录类型";
  1098. this.rbgDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1099. this.rbgDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1100. //
  1101. // uiGroupBox3
  1102. //
  1103. this.uiGroupBox3.Controls.Add(this.cbxInterface);
  1104. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  1105. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1106. this.uiGroupBox3.Location = new System.Drawing.Point(0, 0);
  1107. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1108. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  1109. this.uiGroupBox3.Name = "uiGroupBox3";
  1110. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1111. this.uiGroupBox3.Size = new System.Drawing.Size(239, 80);
  1112. this.uiGroupBox3.TabIndex = 5;
  1113. this.uiGroupBox3.Text = "接口选择";
  1114. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1115. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1116. //
  1117. // cbxInterface
  1118. //
  1119. this.cbxInterface.DataSource = null;
  1120. this.cbxInterface.FillColor = System.Drawing.Color.White;
  1121. this.cbxInterface.FilterMaxCount = 50;
  1122. this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1123. this.cbxInterface.Location = new System.Drawing.Point(6, 37);
  1124. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1125. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  1126. this.cbxInterface.Name = "cbxInterface";
  1127. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1128. this.cbxInterface.Size = new System.Drawing.Size(166, 23);
  1129. this.cbxInterface.TabIndex = 0;
  1130. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1131. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1132. //
  1133. // MaintainBasicData
  1134. //
  1135. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1137. this.ClientSize = new System.Drawing.Size(1809, 799);
  1138. this.Controls.Add(this.tcBasicData);
  1139. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1140. this.Name = "MaintainBasicData";
  1141. this.Text = "维护基础数据";
  1142. this.tcBasicData.ResumeLayout(false);
  1143. this.tpMaintainInterface.ResumeLayout(false);
  1144. this.uiPanel1.ResumeLayout(false);
  1145. ((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).EndInit();
  1146. this.pnlInterfaceBottom.ResumeLayout(false);
  1147. this.tpDownloadDirectory.ResumeLayout(false);
  1148. this.panel1.ResumeLayout(false);
  1149. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
  1150. this.panel2.ResumeLayout(false);
  1151. this.uiGroupBox5.ResumeLayout(false);
  1152. this.uiGroupBox4.ResumeLayout(false);
  1153. this.uiGroupBox2.ResumeLayout(false);
  1154. this.uiGroupBox1.ResumeLayout(false);
  1155. this.tpMapDirectory.ResumeLayout(false);
  1156. this.panel7.ResumeLayout(false);
  1157. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  1158. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  1159. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  1160. this.uiSplitContainer1.ResumeLayout(false);
  1161. this.panel3.ResumeLayout(false);
  1162. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();
  1163. this.panel5.ResumeLayout(false);
  1164. this.panel4.ResumeLayout(false);
  1165. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
  1166. this.panel6.ResumeLayout(false);
  1167. this.uiPanel3.ResumeLayout(false);
  1168. this.uiGroupBox3.ResumeLayout(false);
  1169. this.ResumeLayout(false);
  1170. }
  1171. #endregion
  1172. private System.Windows.Forms.TabControl tcBasicData;
  1173. private System.Windows.Forms.TabPage tpMaintainInterface;
  1174. private Sunny.UI.UIPanel uiPanel1;
  1175. private Sunny.UI.UIDataGridView dgvInterface;
  1176. private Sunny.UI.UIPanel pnlInterfaceBottom;
  1177. private Sunny.UI.UIButton uiButton1;
  1178. private Sunny.UI.UIButton btnInterfceSave;
  1179. private Sunny.UI.UIButton btnInterfaceDelete;
  1180. private Sunny.UI.UIButton btnIntefaceQuery;
  1181. private Sunny.UI.UIButton btnInterfaceAdd;
  1182. private Sunny.UI.UIRadioButtonGroup rbgInterface;
  1183. private System.Windows.Forms.TabPage tpDownloadDirectory;
  1184. private System.Windows.Forms.Panel panel1;
  1185. private Sunny.UI.UIDataGridView dgvDirectoy;
  1186. private Sunny.UI.UIPagination pgDownload;
  1187. private System.Windows.Forms.Panel panel2;
  1188. private Sunny.UI.UIButton uiButton2;
  1189. private Sunny.UI.UIGroupBox uiGroupBox5;
  1190. private Sunny.UI.UITextBox tbDicType;
  1191. private Sunny.UI.UITextBox tbDicDate;
  1192. private Sunny.UI.UIGroupBox uiGroupBox4;
  1193. private Sunny.UI.UIComboBox cbxInterface_down;
  1194. private Sunny.UI.UIGroupBox uiGroupBox2;
  1195. private Sunny.UI.UITextBox tbDircetoryName;
  1196. private Sunny.UI.UITextBox tbDirectoryCode;
  1197. private Sunny.UI.UIGroupBox uiGroupBox1;
  1198. private Sunny.UI.UIRadioButton rbAutoDown;
  1199. private Sunny.UI.UIRadioButton rbSingleDown;
  1200. private Sunny.UI.UITextBox tbVer;
  1201. private Sunny.UI.UIRadioButtonGroup rbgDirecType;
  1202. private Sunny.UI.UIButton btnQuery;
  1203. private Sunny.UI.UIButton btnDownload;
  1204. private Sunny.UI.UIProcessBar uiProcessBar1;
  1205. private System.Windows.Forms.TabPage tpMapDirectory;
  1206. private System.Windows.Forms.Panel panel7;
  1207. private Sunny.UI.UISplitContainer uiSplitContainer1;
  1208. private System.Windows.Forms.Panel panel3;
  1209. private Sunny.UI.UIDataGridView dgvHISDirectory;
  1210. private System.Windows.Forms.Panel panel5;
  1211. private Sunny.UI.UIRadioButton rbAll;
  1212. private Sunny.UI.UIRadioButton rbNoMaped;
  1213. private Sunny.UI.UIRadioButton rbMaped;
  1214. private Sunny.UI.UIButton btnQueryHISDirectory;
  1215. private Sunny.UI.UITextBox tbHISDirectoryFilter;
  1216. private Sunny.UI.UIPagination pgHISDirect;
  1217. private System.Windows.Forms.Panel panel4;
  1218. private Sunny.UI.UIDataGridView dgvCenterDirectory;
  1219. private System.Windows.Forms.Panel panel6;
  1220. private Sunny.UI.UITextBox tbInsuCode;
  1221. private Sunny.UI.UIButton btnQueryCenterDirectory;
  1222. private Sunny.UI.UITextBox tbCenterDirectoryFilter;
  1223. private Sunny.UI.UIPagination pgCenterDirect;
  1224. private Sunny.UI.UIPanel uiPanel3;
  1225. private Sunny.UI.UIRadioButtonGroup rbgDirecType_C;
  1226. private Sunny.UI.UIGroupBox uiGroupBox3;
  1227. private Sunny.UI.UIComboBox cbxInterface;
  1228. }
  1229. }