BasicData.designer.cs 105 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class BasicData
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  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. this.tabControl1 = new System.Windows.Forms.TabControl();
  44. this.tabPage1 = new System.Windows.Forms.TabPage();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.dgvDirectoy = new Sunny.UI.UIDataGridView();
  47. this.cmsUpdateInsuDir = new Sunny.UI.UIContextMenuStrip();
  48. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  49. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  51. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  52. this.pgDownload = new Sunny.UI.UIPagination();
  53. this.panel2 = new System.Windows.Forms.Panel();
  54. this.btSignIn = new Sunny.UI.UIButton();
  55. this.cmsMapping = new Sunny.UI.UIContextMenuStrip();
  56. this.tsmiMapping = new System.Windows.Forms.ToolStripMenuItem();
  57. this.tsmiCancleMapping = new System.Windows.Forms.ToolStripMenuItem();
  58. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  59. this.ToolStripMenuItem_Upload = new System.Windows.Forms.ToolStripMenuItem();
  60. this.ToolStripMenuItem_CancelUpload = new System.Windows.Forms.ToolStripMenuItem();
  61. this.rbgDirecType = new Sunny.UI.UIRadioButtonGroup();
  62. this.btnExit = new Sunny.UI.UIButton();
  63. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  64. this.TexYYMC = new Sunny.UI.UITextBox();
  65. this.TexBYSJL = new Sunny.UI.UITextBox();
  66. this.TexDQYS = new Sunny.UI.UITextBox();
  67. this.TexDate = new Sunny.UI.UITextBox();
  68. this.btEditDir = new Sunny.UI.UIButton();
  69. this.btAddDir = new Sunny.UI.UIButton();
  70. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  71. this.tbDicType = new Sunny.UI.UITextBox();
  72. this.tbDicDate = new Sunny.UI.UITextBox();
  73. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  74. this.tbDircetoryName = new Sunny.UI.UITextBox();
  75. this.tbDirectoryCode = new Sunny.UI.UITextBox();
  76. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  77. this.rbAutoDown = new Sunny.UI.UIRadioButton();
  78. this.rbSingleDown = new Sunny.UI.UIRadioButton();
  79. this.tbVer = new Sunny.UI.UITextBox();
  80. this.btnQuery = new Sunny.UI.UIButton();
  81. this.btnDownload = new Sunny.UI.UIButton();
  82. this.uiProcessBar1 = new Sunny.UI.UIProcessBar();
  83. this.tabPage2 = new System.Windows.Forms.TabPage();
  84. this.panel7 = new System.Windows.Forms.Panel();
  85. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  86. this.panel3 = new System.Windows.Forms.Panel();
  87. this.dgvHISDirectory = new Sunny.UI.UIDataGridView();
  88. this.panel5 = new System.Windows.Forms.Panel();
  89. this.uiLabel1 = new Sunny.UI.UILabel();
  90. this.btnExport = new Sunny.UI.UIButton();
  91. this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
  92. this.rbSelf = new Sunny.UI.UIRadioButton();
  93. this.rbMain = new Sunny.UI.UIRadioButton();
  94. this.rbSpecial = new Sunny.UI.UIRadioButton();
  95. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  96. this.rbAll = new Sunny.UI.UIRadioButton();
  97. this.rbNoMaped = new Sunny.UI.UIRadioButton();
  98. this.rbMaped = new Sunny.UI.UIRadioButton();
  99. this.btnCancelRelation = new Sunny.UI.UIButton();
  100. this.btnUploadRelation = new Sunny.UI.UIButton();
  101. this.tbMappedInfo = new Sunny.UI.UITextBox();
  102. this.btnQueryHISDirectory = new Sunny.UI.UIButton();
  103. this.tbHISDirectoryFilter = new Sunny.UI.UITextBox();
  104. this.pgHISDirect = new Sunny.UI.UIPagination();
  105. this.tbCountPerPage = new Sunny.UI.UITextBox();
  106. this.LabExplain = new Sunny.UI.UILabel();
  107. this.panel4 = new System.Windows.Forms.Panel();
  108. this.dgvCenterDirectory = new Sunny.UI.UIDataGridView();
  109. this.panel6 = new System.Windows.Forms.Panel();
  110. this.rbOnlyName = new Sunny.UI.UIRadioButton();
  111. this.rbBoth = new Sunny.UI.UIRadioButton();
  112. this.rbOnlyApprNO = new Sunny.UI.UIRadioButton();
  113. this.tbApprovalNO = new Sunny.UI.UITextBox();
  114. this.tbInsuCode = new Sunny.UI.UITextBox();
  115. this.btnQueryCenterDirectory = new Sunny.UI.UIButton();
  116. this.tbCenterDirectoryFilter = new Sunny.UI.UITextBox();
  117. this.pgCenterDirect = new Sunny.UI.UIPagination();
  118. this.uiPanel3 = new Sunny.UI.UIPanel();
  119. this.rbgInsuDirecType_C = new Sunny.UI.UIRadioButtonGroup();
  120. this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
  121. this.cmsUpdateAuxInfo = new Sunny.UI.UIContextMenuStrip();
  122. this.tsmiSingleUpdateAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
  123. this.tsmiUpdateAllAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
  124. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  125. this.btDicToLocalJson = new Sunny.UI.UIButton();
  126. this.tabControl1.SuspendLayout();
  127. this.tabPage1.SuspendLayout();
  128. this.panel1.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
  130. this.cmsUpdateInsuDir.SuspendLayout();
  131. this.panel2.SuspendLayout();
  132. this.cmsMapping.SuspendLayout();
  133. this.uiGroupBox3.SuspendLayout();
  134. this.uiGroupBox5.SuspendLayout();
  135. this.uiGroupBox2.SuspendLayout();
  136. this.uiGroupBox1.SuspendLayout();
  137. this.tabPage2.SuspendLayout();
  138. this.panel7.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  140. this.uiSplitContainer1.Panel1.SuspendLayout();
  141. this.uiSplitContainer1.Panel2.SuspendLayout();
  142. this.uiSplitContainer1.SuspendLayout();
  143. this.panel3.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).BeginInit();
  145. this.panel5.SuspendLayout();
  146. this.uiGroupBox6.SuspendLayout();
  147. this.uiGroupBox4.SuspendLayout();
  148. this.pgHISDirect.SuspendLayout();
  149. this.panel4.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).BeginInit();
  151. this.panel6.SuspendLayout();
  152. this.uiPanel3.SuspendLayout();
  153. this.cmsUpdateAuxInfo.SuspendLayout();
  154. this.SuspendLayout();
  155. //
  156. // tabControl1
  157. //
  158. this.tabControl1.Controls.Add(this.tabPage1);
  159. this.tabControl1.Controls.Add(this.tabPage2);
  160. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.tabControl1.Font = new System.Drawing.Font("华文隶书", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  163. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  164. this.tabControl1.Name = "tabControl1";
  165. this.tabControl1.SelectedIndex = 0;
  166. this.tabControl1.Size = new System.Drawing.Size(1525, 620);
  167. this.tabControl1.TabIndex = 0;
  168. //
  169. // tabPage1
  170. //
  171. this.tabPage1.Controls.Add(this.panel1);
  172. this.tabPage1.Location = new System.Drawing.Point(4, 31);
  173. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  174. this.tabPage1.Name = "tabPage1";
  175. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  176. this.tabPage1.Size = new System.Drawing.Size(1517, 585);
  177. this.tabPage1.TabIndex = 0;
  178. this.tabPage1.Text = "数据下载";
  179. this.tabPage1.UseVisualStyleBackColor = true;
  180. //
  181. // panel1
  182. //
  183. this.panel1.Controls.Add(this.dgvDirectoy);
  184. this.panel1.Controls.Add(this.pgDownload);
  185. this.panel1.Controls.Add(this.panel2);
  186. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.panel1.Location = new System.Drawing.Point(3, 2);
  188. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  189. this.panel1.Name = "panel1";
  190. this.panel1.Size = new System.Drawing.Size(1511, 581);
  191. this.panel1.TabIndex = 0;
  192. //
  193. // dgvDirectoy
  194. //
  195. this.dgvDirectoy.AllowUserToAddRows = false;
  196. this.dgvDirectoy.AllowUserToDeleteRows = false;
  197. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  198. this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  199. this.dgvDirectoy.BackgroundColor = System.Drawing.Color.White;
  200. this.dgvDirectoy.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  201. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  202. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  203. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  205. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  206. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  207. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  208. this.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  209. this.dgvDirectoy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  210. this.dgvDirectoy.ContextMenuStrip = this.cmsUpdateInsuDir;
  211. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  212. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  213. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  215. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  216. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  217. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  218. this.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle3;
  219. this.dgvDirectoy.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.dgvDirectoy.EnableHeadersVisualStyles = false;
  221. this.dgvDirectoy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.dgvDirectoy.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  223. this.dgvDirectoy.Location = new System.Drawing.Point(0, 0);
  224. this.dgvDirectoy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  225. this.dgvDirectoy.Name = "dgvDirectoy";
  226. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  227. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  228. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  230. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  231. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  232. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  233. this.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  234. this.dgvDirectoy.RowHeadersWidth = 51;
  235. this.dgvDirectoy.RowHeight = 0;
  236. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  237. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle5;
  239. this.dgvDirectoy.RowTemplate.Height = 23;
  240. this.dgvDirectoy.SelectedIndex = -1;
  241. this.dgvDirectoy.ShowGridLine = false;
  242. this.dgvDirectoy.ShowRect = false;
  243. this.dgvDirectoy.Size = new System.Drawing.Size(1511, 301);
  244. this.dgvDirectoy.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  245. this.dgvDirectoy.TabIndex = 3;
  246. this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  247. this.dgvDirectoy.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvDirectoy_RowPostPaint);
  248. //
  249. // cmsUpdateInsuDir
  250. //
  251. this.cmsUpdateInsuDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  252. this.cmsUpdateInsuDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.cmsUpdateInsuDir.ImageScalingSize = new System.Drawing.Size(24, 24);
  254. this.cmsUpdateInsuDir.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  255. this.toolStripMenuItem1,
  256. this.toolStripMenuItem2,
  257. this.toolStripSeparator2,
  258. this.toolStripMenuItem3});
  259. this.cmsUpdateInsuDir.Name = "uiContextMenuStrip1";
  260. this.cmsUpdateInsuDir.Size = new System.Drawing.Size(289, 88);
  261. this.cmsUpdateInsuDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  262. //
  263. // toolStripMenuItem1
  264. //
  265. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  266. this.toolStripMenuItem1.Size = new System.Drawing.Size(288, 26);
  267. this.toolStripMenuItem1.Text = "医保目录信息查询";
  268. //
  269. // toolStripMenuItem2
  270. //
  271. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  272. this.toolStripMenuItem2.Size = new System.Drawing.Size(288, 26);
  273. this.toolStripMenuItem2.Text = "医保目录限价信息查询";
  274. //
  275. // toolStripSeparator2
  276. //
  277. this.toolStripSeparator2.Name = "toolStripSeparator2";
  278. this.toolStripSeparator2.Size = new System.Drawing.Size(285, 6);
  279. //
  280. // toolStripMenuItem3
  281. //
  282. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  283. this.toolStripMenuItem3.Size = new System.Drawing.Size(288, 26);
  284. this.toolStripMenuItem3.Text = "医保目录先自付比例信息查询";
  285. //
  286. // pgDownload
  287. //
  288. this.pgDownload.Dock = System.Windows.Forms.DockStyle.Bottom;
  289. this.pgDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.pgDownload.Location = new System.Drawing.Point(0, 301);
  291. this.pgDownload.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  292. this.pgDownload.MinimumSize = new System.Drawing.Size(2, 2);
  293. this.pgDownload.Name = "pgDownload";
  294. this.pgDownload.PagerCount = 13;
  295. this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  296. this.pgDownload.ShowJumpButton = false;
  297. this.pgDownload.ShowText = false;
  298. this.pgDownload.Size = new System.Drawing.Size(1511, 30);
  299. this.pgDownload.TabIndex = 2;
  300. this.pgDownload.Text = "uiPagination1";
  301. this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  302. this.pgDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  303. //
  304. // panel2
  305. //
  306. this.panel2.Controls.Add(this.btDicToLocalJson);
  307. this.panel2.Controls.Add(this.btSignIn);
  308. this.panel2.Controls.Add(this.rbgDirecType);
  309. this.panel2.Controls.Add(this.btnExit);
  310. this.panel2.Controls.Add(this.uiGroupBox3);
  311. this.panel2.Controls.Add(this.btEditDir);
  312. this.panel2.Controls.Add(this.btAddDir);
  313. this.panel2.Controls.Add(this.uiGroupBox5);
  314. this.panel2.Controls.Add(this.uiGroupBox2);
  315. this.panel2.Controls.Add(this.uiGroupBox1);
  316. this.panel2.Controls.Add(this.btnQuery);
  317. this.panel2.Controls.Add(this.btnDownload);
  318. this.panel2.Controls.Add(this.uiProcessBar1);
  319. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  320. this.panel2.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.panel2.Location = new System.Drawing.Point(0, 331);
  322. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  323. this.panel2.Name = "panel2";
  324. this.panel2.Size = new System.Drawing.Size(1511, 250);
  325. this.panel2.TabIndex = 1;
  326. //
  327. // btSignIn
  328. //
  329. this.btSignIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  330. this.btSignIn.ContextMenuStrip = this.cmsMapping;
  331. this.btSignIn.Cursor = System.Windows.Forms.Cursors.Hand;
  332. this.btSignIn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.btSignIn.Location = new System.Drawing.Point(1354, 26);
  334. this.btSignIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  335. this.btSignIn.MinimumSize = new System.Drawing.Size(2, 2);
  336. this.btSignIn.Name = "btSignIn";
  337. this.btSignIn.Size = new System.Drawing.Size(140, 32);
  338. this.btSignIn.TabIndex = 25;
  339. this.btSignIn.Text = "签到";
  340. this.btSignIn.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.btSignIn.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  342. this.btSignIn.Click += new System.EventHandler(this.btSignIn_Click);
  343. //
  344. // cmsMapping
  345. //
  346. this.cmsMapping.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  347. this.cmsMapping.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.cmsMapping.ImageScalingSize = new System.Drawing.Size(24, 24);
  349. this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  350. this.tsmiMapping,
  351. this.tsmiCancleMapping,
  352. this.toolStripSeparator1,
  353. this.ToolStripMenuItem_Upload,
  354. this.ToolStripMenuItem_CancelUpload});
  355. this.cmsMapping.Name = "uiContextMenuStrip1";
  356. this.cmsMapping.Size = new System.Drawing.Size(273, 114);
  357. this.cmsMapping.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  358. //
  359. // tsmiMapping
  360. //
  361. this.tsmiMapping.Name = "tsmiMapping";
  362. this.tsmiMapping.Size = new System.Drawing.Size(272, 26);
  363. this.tsmiMapping.Text = "对照";
  364. this.tsmiMapping.Click += new System.EventHandler(this.tsmiMapping_Click);
  365. //
  366. // tsmiCancleMapping
  367. //
  368. this.tsmiCancleMapping.Name = "tsmiCancleMapping";
  369. this.tsmiCancleMapping.Size = new System.Drawing.Size(272, 26);
  370. this.tsmiCancleMapping.Text = "取消对照";
  371. this.tsmiCancleMapping.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  372. //
  373. // toolStripSeparator1
  374. //
  375. this.toolStripSeparator1.Name = "toolStripSeparator1";
  376. this.toolStripSeparator1.Size = new System.Drawing.Size(269, 6);
  377. //
  378. // ToolStripMenuItem_Upload
  379. //
  380. this.ToolStripMenuItem_Upload.Name = "ToolStripMenuItem_Upload";
  381. this.ToolStripMenuItem_Upload.Size = new System.Drawing.Size(272, 26);
  382. this.ToolStripMenuItem_Upload.Text = "单条目录对照关系上传";
  383. this.ToolStripMenuItem_Upload.Click += new System.EventHandler(this.ToolStripMenuItem_Upload_Click);
  384. //
  385. // ToolStripMenuItem_CancelUpload
  386. //
  387. this.ToolStripMenuItem_CancelUpload.Name = "ToolStripMenuItem_CancelUpload";
  388. this.ToolStripMenuItem_CancelUpload.Size = new System.Drawing.Size(272, 26);
  389. this.ToolStripMenuItem_CancelUpload.Text = "单条目录对照关系上传撤销";
  390. this.ToolStripMenuItem_CancelUpload.Click += new System.EventHandler(this.ToolStripMenuItem_CancelUpload_Click);
  391. //
  392. // rbgDirecType
  393. //
  394. this.rbgDirecType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  395. this.rbgDirecType.AutoSize = true;
  396. this.rbgDirecType.ColumnCount = 3;
  397. this.rbgDirecType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.rbgDirecType.Items.AddRange(new object[] {
  399. "药品",
  400. "诊疗",
  401. "材料",
  402. "疾病诊断",
  403. "手术",
  404. "门诊慢特病种",
  405. "按病种付费",
  406. "日间手术",
  407. "字典表",
  408. "中药饮片",
  409. "医疗机构制剂",
  410. "肿瘤形态学",
  411. "中医疾病",
  412. "中医证候",
  413. "民族药品",
  414. "目录信息查询",
  415. "医疗与医保目录匹配",
  416. "医药机构目录匹配",
  417. "医保目录限价",
  418. "医保目录先自付比例",
  419. "医药机构信息"});
  420. this.rbgDirecType.ItemSize = new System.Drawing.Size(150, 30);
  421. this.rbgDirecType.Location = new System.Drawing.Point(7, -8);
  422. this.rbgDirecType.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  423. this.rbgDirecType.MinimumSize = new System.Drawing.Size(2, 2);
  424. this.rbgDirecType.Name = "rbgDirecType";
  425. this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  426. this.rbgDirecType.Size = new System.Drawing.Size(480, 242);
  427. this.rbgDirecType.TabIndex = 24;
  428. this.rbgDirecType.Text = "请选择下载类型";
  429. this.rbgDirecType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  430. this.rbgDirecType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  431. this.rbgDirecType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgDirecType_ValueChanged);
  432. //
  433. // btnExit
  434. //
  435. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  436. this.btnExit.ContextMenuStrip = this.cmsMapping;
  437. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  438. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.btnExit.Location = new System.Drawing.Point(1352, 179);
  440. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  441. this.btnExit.MinimumSize = new System.Drawing.Size(2, 2);
  442. this.btnExit.Name = "btnExit";
  443. this.btnExit.Size = new System.Drawing.Size(142, 32);
  444. this.btnExit.TabIndex = 23;
  445. this.btnExit.Text = "退出";
  446. this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  448. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  449. //
  450. // uiGroupBox3
  451. //
  452. this.uiGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  453. this.uiGroupBox3.AutoSize = true;
  454. this.uiGroupBox3.Controls.Add(this.TexYYMC);
  455. this.uiGroupBox3.Controls.Add(this.TexBYSJL);
  456. this.uiGroupBox3.Controls.Add(this.TexDQYS);
  457. this.uiGroupBox3.Controls.Add(this.TexDate);
  458. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.uiGroupBox3.Location = new System.Drawing.Point(1042, 18);
  460. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  461. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(2, 2);
  462. this.uiGroupBox3.Name = "uiGroupBox3";
  463. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  464. this.uiGroupBox3.Size = new System.Drawing.Size(176, 216);
  465. this.uiGroupBox3.TabIndex = 22;
  466. this.uiGroupBox3.Text = "查询条件";
  467. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  468. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  469. //
  470. // TexYYMC
  471. //
  472. this.TexYYMC.AutoSize = true;
  473. this.TexYYMC.Cursor = System.Windows.Forms.Cursors.IBeam;
  474. this.TexYYMC.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.TexYYMC.Location = new System.Drawing.Point(9, 150);
  476. this.TexYYMC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  477. this.TexYYMC.MinimumSize = new System.Drawing.Size(1, 16);
  478. this.TexYYMC.Name = "TexYYMC";
  479. this.TexYYMC.ShowText = false;
  480. this.TexYYMC.Size = new System.Drawing.Size(158, 27);
  481. this.TexYYMC.TabIndex = 7;
  482. this.TexYYMC.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  483. this.TexYYMC.Watermark = "输入医院名称模糊查找";
  484. this.TexYYMC.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  485. //
  486. // TexBYSJL
  487. //
  488. this.TexBYSJL.AutoSize = true;
  489. this.TexBYSJL.Cursor = System.Windows.Forms.Cursors.IBeam;
  490. this.TexBYSJL.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.TexBYSJL.Location = new System.Drawing.Point(9, 111);
  492. this.TexBYSJL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  493. this.TexBYSJL.MinimumSize = new System.Drawing.Size(1, 16);
  494. this.TexBYSJL.Name = "TexBYSJL";
  495. this.TexBYSJL.ShowText = false;
  496. this.TexBYSJL.Size = new System.Drawing.Size(158, 27);
  497. this.TexBYSJL.TabIndex = 6;
  498. this.TexBYSJL.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  499. this.TexBYSJL.Watermark = "本页数据量";
  500. this.TexBYSJL.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  501. //
  502. // TexDQYS
  503. //
  504. this.TexDQYS.AutoSize = true;
  505. this.TexDQYS.Cursor = System.Windows.Forms.Cursors.IBeam;
  506. this.TexDQYS.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.TexDQYS.Location = new System.Drawing.Point(9, 72);
  508. this.TexDQYS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  509. this.TexDQYS.MinimumSize = new System.Drawing.Size(1, 16);
  510. this.TexDQYS.Name = "TexDQYS";
  511. this.TexDQYS.ShowText = false;
  512. this.TexDQYS.Size = new System.Drawing.Size(158, 27);
  513. this.TexDQYS.TabIndex = 5;
  514. this.TexDQYS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  515. this.TexDQYS.Watermark = "当前页数";
  516. this.TexDQYS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  517. //
  518. // TexDate
  519. //
  520. this.TexDate.AutoSize = true;
  521. this.TexDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  522. this.TexDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.TexDate.Location = new System.Drawing.Point(9, 33);
  524. this.TexDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  525. this.TexDate.MinimumSize = new System.Drawing.Size(1, 16);
  526. this.TexDate.Name = "TexDate";
  527. this.TexDate.ShowText = false;
  528. this.TexDate.Size = new System.Drawing.Size(158, 27);
  529. this.TexDate.TabIndex = 4;
  530. this.TexDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  531. this.TexDate.Watermark = "输入日期 2021-01-01";
  532. this.TexDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  533. //
  534. // btEditDir
  535. //
  536. this.btEditDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  537. this.btEditDir.ContextMenuStrip = this.cmsMapping;
  538. this.btEditDir.Cursor = System.Windows.Forms.Cursors.Hand;
  539. this.btEditDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.btEditDir.Location = new System.Drawing.Point(1427, 98);
  541. this.btEditDir.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  542. this.btEditDir.MinimumSize = new System.Drawing.Size(2, 2);
  543. this.btEditDir.Name = "btEditDir";
  544. this.btEditDir.Size = new System.Drawing.Size(67, 32);
  545. this.btEditDir.TabIndex = 19;
  546. this.btEditDir.Text = "修改";
  547. this.btEditDir.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.btEditDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  549. this.btEditDir.Click += new System.EventHandler(this.btEditDir_Click);
  550. //
  551. // btAddDir
  552. //
  553. this.btAddDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  554. this.btAddDir.ContextMenuStrip = this.cmsMapping;
  555. this.btAddDir.Cursor = System.Windows.Forms.Cursors.Hand;
  556. this.btAddDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.btAddDir.Location = new System.Drawing.Point(1427, 62);
  558. this.btAddDir.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  559. this.btAddDir.MinimumSize = new System.Drawing.Size(2, 2);
  560. this.btAddDir.Name = "btAddDir";
  561. this.btAddDir.Size = new System.Drawing.Size(67, 32);
  562. this.btAddDir.TabIndex = 18;
  563. this.btAddDir.Text = "新增";
  564. this.btAddDir.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.btAddDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  566. this.btAddDir.Click += new System.EventHandler(this.btAddDir_Click);
  567. //
  568. // uiGroupBox5
  569. //
  570. this.uiGroupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  571. this.uiGroupBox5.AutoSize = true;
  572. this.uiGroupBox5.Controls.Add(this.tbDicType);
  573. this.uiGroupBox5.Controls.Add(this.tbDicDate);
  574. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.uiGroupBox5.Location = new System.Drawing.Point(688, -94);
  576. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  577. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(2, 2);
  578. this.uiGroupBox5.Name = "uiGroupBox5";
  579. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  580. this.uiGroupBox5.Size = new System.Drawing.Size(170, 290);
  581. this.uiGroupBox5.TabIndex = 17;
  582. this.uiGroupBox5.Text = "字典下载";
  583. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  584. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  585. //
  586. // tbDicType
  587. //
  588. this.tbDicType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  589. this.tbDicType.AutoSize = true;
  590. this.tbDicType.Cursor = System.Windows.Forms.Cursors.IBeam;
  591. this.tbDicType.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.tbDicType.Location = new System.Drawing.Point(12, 181);
  593. this.tbDicType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  594. this.tbDicType.MinimumSize = new System.Drawing.Size(1, 16);
  595. this.tbDicType.Name = "tbDicType";
  596. this.tbDicType.ShowText = false;
  597. this.tbDicType.Size = new System.Drawing.Size(153, 27);
  598. this.tbDicType.TabIndex = 5;
  599. this.tbDicType.Text = "med_type";
  600. this.tbDicType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  601. this.tbDicType.Watermark = "med_type";
  602. this.tbDicType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  603. //
  604. // tbDicDate
  605. //
  606. this.tbDicDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  607. this.tbDicDate.AutoSize = true;
  608. this.tbDicDate.Cursor = System.Windows.Forms.Cursors.IBeam;
  609. this.tbDicDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.tbDicDate.Location = new System.Drawing.Point(13, 144);
  611. this.tbDicDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  612. this.tbDicDate.MinimumSize = new System.Drawing.Size(1, 16);
  613. this.tbDicDate.Name = "tbDicDate";
  614. this.tbDicDate.ShowText = false;
  615. this.tbDicDate.Size = new System.Drawing.Size(153, 27);
  616. this.tbDicDate.TabIndex = 4;
  617. this.tbDicDate.Text = "2021-01-01";
  618. this.tbDicDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  619. this.tbDicDate.Watermark = "2021-01-01";
  620. this.tbDicDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  621. //
  622. // uiGroupBox2
  623. //
  624. this.uiGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  625. this.uiGroupBox2.AutoSize = true;
  626. this.uiGroupBox2.Controls.Add(this.tbDircetoryName);
  627. this.uiGroupBox2.Controls.Add(this.tbDirectoryCode);
  628. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.uiGroupBox2.Location = new System.Drawing.Point(862, -94);
  630. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  631. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(2, 2);
  632. this.uiGroupBox2.Name = "uiGroupBox2";
  633. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  634. this.uiGroupBox2.Size = new System.Drawing.Size(175, 290);
  635. this.uiGroupBox2.TabIndex = 15;
  636. this.uiGroupBox2.Text = "查询";
  637. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  638. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  639. //
  640. // tbDircetoryName
  641. //
  642. this.tbDircetoryName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  643. this.tbDircetoryName.AutoSize = true;
  644. this.tbDircetoryName.Cursor = System.Windows.Forms.Cursors.IBeam;
  645. this.tbDircetoryName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  646. this.tbDircetoryName.Location = new System.Drawing.Point(11, 183);
  647. this.tbDircetoryName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  648. this.tbDircetoryName.MinimumSize = new System.Drawing.Size(1, 16);
  649. this.tbDircetoryName.Name = "tbDircetoryName";
  650. this.tbDircetoryName.ShowText = false;
  651. this.tbDircetoryName.Size = new System.Drawing.Size(156, 27);
  652. this.tbDircetoryName.TabIndex = 2;
  653. this.tbDircetoryName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  654. this.tbDircetoryName.Watermark = "名称";
  655. this.tbDircetoryName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  656. //
  657. // tbDirectoryCode
  658. //
  659. this.tbDirectoryCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  660. this.tbDirectoryCode.AutoSize = true;
  661. this.tbDirectoryCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  662. this.tbDirectoryCode.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  663. this.tbDirectoryCode.Location = new System.Drawing.Point(11, 144);
  664. this.tbDirectoryCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  665. this.tbDirectoryCode.MinimumSize = new System.Drawing.Size(1, 16);
  666. this.tbDirectoryCode.Name = "tbDirectoryCode";
  667. this.tbDirectoryCode.ShowText = false;
  668. this.tbDirectoryCode.Size = new System.Drawing.Size(156, 27);
  669. this.tbDirectoryCode.TabIndex = 1;
  670. this.tbDirectoryCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  671. this.tbDirectoryCode.Watermark = "编码";
  672. this.tbDirectoryCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  673. //
  674. // uiGroupBox1
  675. //
  676. this.uiGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  677. this.uiGroupBox1.AutoSize = true;
  678. this.uiGroupBox1.Controls.Add(this.rbAutoDown);
  679. this.uiGroupBox1.Controls.Add(this.rbSingleDown);
  680. this.uiGroupBox1.Controls.Add(this.tbVer);
  681. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.uiGroupBox1.Location = new System.Drawing.Point(492, -98);
  683. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  684. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(2, 2);
  685. this.uiGroupBox1.Name = "uiGroupBox1";
  686. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  687. this.uiGroupBox1.Size = new System.Drawing.Size(194, 294);
  688. this.uiGroupBox1.TabIndex = 14;
  689. this.uiGroupBox1.Text = "目录下载";
  690. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  691. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  692. //
  693. // rbAutoDown
  694. //
  695. this.rbAutoDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  696. this.rbAutoDown.Cursor = System.Windows.Forms.Cursors.Hand;
  697. this.rbAutoDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.rbAutoDown.Location = new System.Drawing.Point(15, 224);
  699. this.rbAutoDown.MinimumSize = new System.Drawing.Size(1, 1);
  700. this.rbAutoDown.Name = "rbAutoDown";
  701. this.rbAutoDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  702. this.rbAutoDown.Size = new System.Drawing.Size(175, 25);
  703. this.rbAutoDown.TabIndex = 2;
  704. this.rbAutoDown.Text = "自动检索最大版本号";
  705. this.rbAutoDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  706. //
  707. // rbSingleDown
  708. //
  709. this.rbSingleDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  710. this.rbSingleDown.Cursor = System.Windows.Forms.Cursors.Hand;
  711. this.rbSingleDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  712. this.rbSingleDown.Location = new System.Drawing.Point(15, 191);
  713. this.rbSingleDown.MinimumSize = new System.Drawing.Size(1, 1);
  714. this.rbSingleDown.Name = "rbSingleDown";
  715. this.rbSingleDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  716. this.rbSingleDown.Size = new System.Drawing.Size(141, 25);
  717. this.rbSingleDown.TabIndex = 1;
  718. this.rbSingleDown.Text = "手工输入版本号";
  719. this.rbSingleDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  720. //
  721. // tbVer
  722. //
  723. this.tbVer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  724. this.tbVer.AutoSize = true;
  725. this.tbVer.Cursor = System.Windows.Forms.Cursors.IBeam;
  726. this.tbVer.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  727. this.tbVer.Location = new System.Drawing.Point(15, 145);
  728. this.tbVer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  729. this.tbVer.MinimumSize = new System.Drawing.Size(1, 16);
  730. this.tbVer.Name = "tbVer";
  731. this.tbVer.ShowText = false;
  732. this.tbVer.Size = new System.Drawing.Size(147, 27);
  733. this.tbVer.TabIndex = 0;
  734. this.tbVer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  735. this.tbVer.Watermark = "版本号";
  736. this.tbVer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  737. //
  738. // btnQuery
  739. //
  740. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  741. this.btnQuery.ContextMenuStrip = this.cmsMapping;
  742. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  743. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.btnQuery.Location = new System.Drawing.Point(1354, 62);
  745. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  746. this.btnQuery.MinimumSize = new System.Drawing.Size(2, 2);
  747. this.btnQuery.Name = "btnQuery";
  748. this.btnQuery.Size = new System.Drawing.Size(67, 32);
  749. this.btnQuery.TabIndex = 13;
  750. this.btnQuery.Text = "查询";
  751. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  753. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  754. //
  755. // btnDownload
  756. //
  757. this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  758. this.btnDownload.ContextMenuStrip = this.cmsMapping;
  759. this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
  760. this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  761. this.btnDownload.Location = new System.Drawing.Point(1353, 98);
  762. this.btnDownload.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  763. this.btnDownload.MinimumSize = new System.Drawing.Size(2, 2);
  764. this.btnDownload.Name = "btnDownload";
  765. this.btnDownload.Size = new System.Drawing.Size(67, 32);
  766. this.btnDownload.TabIndex = 12;
  767. this.btnDownload.Text = "下载";
  768. this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  770. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  771. //
  772. // uiProcessBar1
  773. //
  774. this.uiProcessBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  775. this.uiProcessBar1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  776. this.uiProcessBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  777. this.uiProcessBar1.Location = new System.Drawing.Point(492, 204);
  778. this.uiProcessBar1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  779. this.uiProcessBar1.MinimumSize = new System.Drawing.Size(70, 2);
  780. this.uiProcessBar1.Name = "uiProcessBar1";
  781. this.uiProcessBar1.Size = new System.Drawing.Size(546, 30);
  782. this.uiProcessBar1.TabIndex = 11;
  783. this.uiProcessBar1.Text = "uiProcessBar1";
  784. this.uiProcessBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  785. //
  786. // tabPage2
  787. //
  788. this.tabPage2.Controls.Add(this.panel7);
  789. this.tabPage2.Controls.Add(this.uiPanel3);
  790. this.tabPage2.Location = new System.Drawing.Point(4, 31);
  791. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  792. this.tabPage2.Name = "tabPage2";
  793. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  794. this.tabPage2.Size = new System.Drawing.Size(1517, 585);
  795. this.tabPage2.TabIndex = 1;
  796. this.tabPage2.Text = "数据对照";
  797. this.tabPage2.UseVisualStyleBackColor = true;
  798. //
  799. // panel7
  800. //
  801. this.panel7.Controls.Add(this.uiSplitContainer1);
  802. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  803. this.panel7.Location = new System.Drawing.Point(148, 2);
  804. this.panel7.Name = "panel7";
  805. this.panel7.Size = new System.Drawing.Size(1366, 581);
  806. this.panel7.TabIndex = 7;
  807. //
  808. // uiSplitContainer1
  809. //
  810. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  811. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  812. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
  813. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
  814. this.uiSplitContainer1.Name = "uiSplitContainer1";
  815. this.uiSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  816. //
  817. // uiSplitContainer1.Panel1
  818. //
  819. this.uiSplitContainer1.Panel1.Controls.Add(this.panel3);
  820. this.uiSplitContainer1.Panel1MinSize = 0;
  821. //
  822. // uiSplitContainer1.Panel2
  823. //
  824. this.uiSplitContainer1.Panel2.Controls.Add(this.panel4);
  825. this.uiSplitContainer1.Size = new System.Drawing.Size(1366, 581);
  826. this.uiSplitContainer1.SplitterDistance = 295;
  827. this.uiSplitContainer1.SplitterWidth = 11;
  828. this.uiSplitContainer1.TabIndex = 3;
  829. this.uiSplitContainer1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  830. //
  831. // panel3
  832. //
  833. this.panel3.Controls.Add(this.dgvHISDirectory);
  834. this.panel3.Controls.Add(this.panel5);
  835. this.panel3.Controls.Add(this.pgHISDirect);
  836. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  837. this.panel3.Location = new System.Drawing.Point(0, 0);
  838. this.panel3.Name = "panel3";
  839. this.panel3.Size = new System.Drawing.Size(1366, 295);
  840. this.panel3.TabIndex = 2;
  841. //
  842. // dgvHISDirectory
  843. //
  844. this.dgvHISDirectory.AllowUserToAddRows = false;
  845. this.dgvHISDirectory.AllowUserToDeleteRows = false;
  846. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  847. this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  848. this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.White;
  849. this.dgvHISDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  850. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  851. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  852. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  853. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  854. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  855. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  856. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  857. this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  858. this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  859. this.dgvHISDirectory.ContextMenuStrip = this.cmsMapping;
  860. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  861. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  862. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  863. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  864. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  865. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  866. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  867. this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle8;
  868. this.dgvHISDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  869. this.dgvHISDirectory.EnableHeadersVisualStyles = false;
  870. this.dgvHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.dgvHISDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  872. this.dgvHISDirectory.Location = new System.Drawing.Point(0, 73);
  873. this.dgvHISDirectory.Name = "dgvHISDirectory";
  874. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  875. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  876. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  878. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  879. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  880. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  881. this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  882. this.dgvHISDirectory.RowHeight = 25;
  883. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  884. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
  886. this.dgvHISDirectory.RowTemplate.Height = 25;
  887. this.dgvHISDirectory.SelectedIndex = -1;
  888. this.dgvHISDirectory.ShowGridLine = false;
  889. this.dgvHISDirectory.ShowRect = false;
  890. this.dgvHISDirectory.Size = new System.Drawing.Size(1366, 187);
  891. this.dgvHISDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  892. this.dgvHISDirectory.TabIndex = 4;
  893. this.dgvHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  894. //
  895. // panel5
  896. //
  897. this.panel5.Controls.Add(this.uiLabel1);
  898. this.panel5.Controls.Add(this.btnExport);
  899. this.panel5.Controls.Add(this.uiGroupBox6);
  900. this.panel5.Controls.Add(this.uiGroupBox4);
  901. this.panel5.Controls.Add(this.btnCancelRelation);
  902. this.panel5.Controls.Add(this.btnUploadRelation);
  903. this.panel5.Controls.Add(this.tbMappedInfo);
  904. this.panel5.Controls.Add(this.btnQueryHISDirectory);
  905. this.panel5.Controls.Add(this.tbHISDirectoryFilter);
  906. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  907. this.panel5.Location = new System.Drawing.Point(0, 0);
  908. this.panel5.Name = "panel5";
  909. this.panel5.Size = new System.Drawing.Size(1366, 73);
  910. this.panel5.TabIndex = 1;
  911. //
  912. // uiLabel1
  913. //
  914. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  915. this.uiLabel1.Location = new System.Drawing.Point(1122, 8);
  916. this.uiLabel1.Name = "uiLabel1";
  917. this.uiLabel1.Size = new System.Drawing.Size(260, 44);
  918. this.uiLabel1.TabIndex = 22;
  919. this.uiLabel1.Text = "医保名称";
  920. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  921. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  922. //
  923. // btnExport
  924. //
  925. this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
  926. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  927. this.btnExport.Location = new System.Drawing.Point(10, 37);
  928. this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
  929. this.btnExport.Name = "btnExport";
  930. this.btnExport.Size = new System.Drawing.Size(150, 28);
  931. this.btnExport.TabIndex = 21;
  932. this.btnExport.Text = "导出";
  933. this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  934. this.btnExport.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  935. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  936. //
  937. // uiGroupBox6
  938. //
  939. this.uiGroupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  940. | System.Windows.Forms.AnchorStyles.Left)));
  941. this.uiGroupBox6.Controls.Add(this.rbSelf);
  942. this.uiGroupBox6.Controls.Add(this.rbMain);
  943. this.uiGroupBox6.Controls.Add(this.rbSpecial);
  944. this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  945. this.uiGroupBox6.Location = new System.Drawing.Point(835, 8);
  946. this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  947. this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
  948. this.uiGroupBox6.Name = "uiGroupBox6";
  949. this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  950. this.uiGroupBox6.Size = new System.Drawing.Size(280, 48);
  951. this.uiGroupBox6.TabIndex = 20;
  952. this.uiGroupBox6.Text = "对照关系目录选择";
  953. this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  954. this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  955. //
  956. // rbSelf
  957. //
  958. this.rbSelf.Cursor = System.Windows.Forms.Cursors.Hand;
  959. this.rbSelf.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  960. this.rbSelf.Location = new System.Drawing.Point(4, 23);
  961. this.rbSelf.MinimumSize = new System.Drawing.Size(1, 1);
  962. this.rbSelf.Name = "rbSelf";
  963. this.rbSelf.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  964. this.rbSelf.Size = new System.Drawing.Size(77, 23);
  965. this.rbSelf.TabIndex = 11;
  966. this.rbSelf.Text = "本目录";
  967. this.rbSelf.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  968. //
  969. // rbMain
  970. //
  971. this.rbMain.Cursor = System.Windows.Forms.Cursors.Hand;
  972. this.rbMain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  973. this.rbMain.Location = new System.Drawing.Point(170, 22);
  974. this.rbMain.MinimumSize = new System.Drawing.Size(1, 1);
  975. this.rbMain.Name = "rbMain";
  976. this.rbMain.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  977. this.rbMain.Size = new System.Drawing.Size(106, 23);
  978. this.rbMain.TabIndex = 10;
  979. this.rbMain.Text = "区域主目录";
  980. this.rbMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  981. //
  982. // rbSpecial
  983. //
  984. this.rbSpecial.Cursor = System.Windows.Forms.Cursors.Hand;
  985. this.rbSpecial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  986. this.rbSpecial.Location = new System.Drawing.Point(87, 23);
  987. this.rbSpecial.MinimumSize = new System.Drawing.Size(1, 1);
  988. this.rbSpecial.Name = "rbSpecial";
  989. this.rbSpecial.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  990. this.rbSpecial.Size = new System.Drawing.Size(77, 23);
  991. this.rbSpecial.TabIndex = 9;
  992. this.rbSpecial.Text = "指向目录";
  993. this.rbSpecial.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  994. //
  995. // uiGroupBox4
  996. //
  997. this.uiGroupBox4.Controls.Add(this.rbAll);
  998. this.uiGroupBox4.Controls.Add(this.rbNoMaped);
  999. this.uiGroupBox4.Controls.Add(this.rbMaped);
  1000. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1001. this.uiGroupBox4.Location = new System.Drawing.Point(583, 8);
  1002. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1003. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
  1004. this.uiGroupBox4.Name = "uiGroupBox4";
  1005. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1006. this.uiGroupBox4.Size = new System.Drawing.Size(238, 48);
  1007. this.uiGroupBox4.TabIndex = 19;
  1008. this.uiGroupBox4.Text = "对照状态选择";
  1009. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1010. this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1011. //
  1012. // rbAll
  1013. //
  1014. this.rbAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1015. | System.Windows.Forms.AnchorStyles.Left)));
  1016. this.rbAll.Cursor = System.Windows.Forms.Cursors.Hand;
  1017. this.rbAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1018. this.rbAll.Location = new System.Drawing.Point(4, 23);
  1019. this.rbAll.MinimumSize = new System.Drawing.Size(1, 1);
  1020. this.rbAll.Name = "rbAll";
  1021. this.rbAll.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  1022. this.rbAll.Size = new System.Drawing.Size(77, 23);
  1023. this.rbAll.TabIndex = 11;
  1024. this.rbAll.Text = "全部";
  1025. this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1026. //
  1027. // rbNoMaped
  1028. //
  1029. this.rbNoMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  1030. this.rbNoMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1031. this.rbNoMaped.Location = new System.Drawing.Point(152, 23);
  1032. this.rbNoMaped.MinimumSize = new System.Drawing.Size(1, 1);
  1033. this.rbNoMaped.Name = "rbNoMaped";
  1034. this.rbNoMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  1035. this.rbNoMaped.Size = new System.Drawing.Size(77, 23);
  1036. this.rbNoMaped.TabIndex = 10;
  1037. this.rbNoMaped.Text = "未对照";
  1038. this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1039. //
  1040. // rbMaped
  1041. //
  1042. this.rbMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  1043. this.rbMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1044. this.rbMaped.Location = new System.Drawing.Point(78, 23);
  1045. this.rbMaped.MinimumSize = new System.Drawing.Size(1, 1);
  1046. this.rbMaped.Name = "rbMaped";
  1047. this.rbMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  1048. this.rbMaped.Size = new System.Drawing.Size(77, 23);
  1049. this.rbMaped.TabIndex = 9;
  1050. this.rbMaped.Text = "已对照";
  1051. this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1052. //
  1053. // btnCancelRelation
  1054. //
  1055. this.btnCancelRelation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1056. | System.Windows.Forms.AnchorStyles.Left)));
  1057. this.btnCancelRelation.Cursor = System.Windows.Forms.Cursors.Hand;
  1058. this.btnCancelRelation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1059. this.btnCancelRelation.Location = new System.Drawing.Point(166, 36);
  1060. this.btnCancelRelation.Margin = new System.Windows.Forms.Padding(2);
  1061. this.btnCancelRelation.MinimumSize = new System.Drawing.Size(2, 2);
  1062. this.btnCancelRelation.Name = "btnCancelRelation";
  1063. this.btnCancelRelation.Size = new System.Drawing.Size(140, 28);
  1064. this.btnCancelRelation.TabIndex = 17;
  1065. this.btnCancelRelation.Text = "撤销全部目录上传";
  1066. this.btnCancelRelation.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1067. this.btnCancelRelation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1068. this.btnCancelRelation.Click += new System.EventHandler(this.btnCancelRelation_Click);
  1069. //
  1070. // btnUploadRelation
  1071. //
  1072. this.btnUploadRelation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1073. | System.Windows.Forms.AnchorStyles.Left)));
  1074. this.btnUploadRelation.Cursor = System.Windows.Forms.Cursors.Hand;
  1075. this.btnUploadRelation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1076. this.btnUploadRelation.Location = new System.Drawing.Point(166, 4);
  1077. this.btnUploadRelation.Margin = new System.Windows.Forms.Padding(2);
  1078. this.btnUploadRelation.MinimumSize = new System.Drawing.Size(2, 2);
  1079. this.btnUploadRelation.Name = "btnUploadRelation";
  1080. this.btnUploadRelation.Size = new System.Drawing.Size(140, 28);
  1081. this.btnUploadRelation.TabIndex = 16;
  1082. this.btnUploadRelation.Text = "全部对照目录上传";
  1083. this.btnUploadRelation.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1084. this.btnUploadRelation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1085. this.btnUploadRelation.Click += new System.EventHandler(this.btnUploadRelation_Click);
  1086. //
  1087. // tbMappedInfo
  1088. //
  1089. this.tbMappedInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1090. | System.Windows.Forms.AnchorStyles.Left)));
  1091. this.tbMappedInfo.Cursor = System.Windows.Forms.Cursors.IBeam;
  1092. this.tbMappedInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1093. this.tbMappedInfo.Location = new System.Drawing.Point(324, 34);
  1094. this.tbMappedInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1095. this.tbMappedInfo.MinimumSize = new System.Drawing.Size(1, 16);
  1096. this.tbMappedInfo.Name = "tbMappedInfo";
  1097. this.tbMappedInfo.ShowText = false;
  1098. this.tbMappedInfo.Size = new System.Drawing.Size(242, 29);
  1099. this.tbMappedInfo.TabIndex = 9;
  1100. this.tbMappedInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1101. this.tbMappedInfo.Watermark = "已对照医保名称/编码";
  1102. this.tbMappedInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1103. //
  1104. // btnQueryHISDirectory
  1105. //
  1106. this.btnQueryHISDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  1107. this.btnQueryHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1108. this.btnQueryHISDirectory.Location = new System.Drawing.Point(11, 3);
  1109. this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(1, 1);
  1110. this.btnQueryHISDirectory.Name = "btnQueryHISDirectory";
  1111. this.btnQueryHISDirectory.Size = new System.Drawing.Size(150, 28);
  1112. this.btnQueryHISDirectory.TabIndex = 5;
  1113. this.btnQueryHISDirectory.Text = "查询HIS目录";
  1114. this.btnQueryHISDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1115. this.btnQueryHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1116. this.btnQueryHISDirectory.Click += new System.EventHandler(this.btnQueryHISDirectory_Click);
  1117. //
  1118. // tbHISDirectoryFilter
  1119. //
  1120. this.tbHISDirectoryFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1121. | System.Windows.Forms.AnchorStyles.Left)));
  1122. this.tbHISDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  1123. this.tbHISDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1124. this.tbHISDirectoryFilter.Location = new System.Drawing.Point(324, 2);
  1125. this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1126. this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 16);
  1127. this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
  1128. this.tbHISDirectoryFilter.ShowText = false;
  1129. this.tbHISDirectoryFilter.Size = new System.Drawing.Size(242, 29);
  1130. this.tbHISDirectoryFilter.TabIndex = 4;
  1131. this.tbHISDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1132. this.tbHISDirectoryFilter.Watermark = "HIS名称/编码";
  1133. this.tbHISDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1134. //
  1135. // pgHISDirect
  1136. //
  1137. this.pgHISDirect.Controls.Add(this.tbCountPerPage);
  1138. this.pgHISDirect.Controls.Add(this.LabExplain);
  1139. this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  1140. this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1141. this.pgHISDirect.Location = new System.Drawing.Point(0, 260);
  1142. this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1143. this.pgHISDirect.MinimumSize = new System.Drawing.Size(1, 1);
  1144. this.pgHISDirect.Name = "pgHISDirect";
  1145. this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  1146. this.pgHISDirect.ShowJumpButton = false;
  1147. this.pgHISDirect.ShowText = false;
  1148. this.pgHISDirect.Size = new System.Drawing.Size(1366, 35);
  1149. this.pgHISDirect.TabIndex = 6;
  1150. this.pgHISDirect.Text = "uiPagination2";
  1151. this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1152. this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1153. //
  1154. // tbCountPerPage
  1155. //
  1156. this.tbCountPerPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1157. | System.Windows.Forms.AnchorStyles.Left)));
  1158. this.tbCountPerPage.Cursor = System.Windows.Forms.Cursors.IBeam;
  1159. this.tbCountPerPage.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1160. this.tbCountPerPage.Location = new System.Drawing.Point(1023, 1);
  1161. this.tbCountPerPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1162. this.tbCountPerPage.MinimumSize = new System.Drawing.Size(1, 16);
  1163. this.tbCountPerPage.Name = "tbCountPerPage";
  1164. this.tbCountPerPage.ShowText = false;
  1165. this.tbCountPerPage.Size = new System.Drawing.Size(242, 29);
  1166. this.tbCountPerPage.TabIndex = 28;
  1167. this.tbCountPerPage.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1168. this.tbCountPerPage.Watermark = "每页显示条数";
  1169. this.tbCountPerPage.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1170. //
  1171. // LabExplain
  1172. //
  1173. this.LabExplain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1174. | System.Windows.Forms.AnchorStyles.Right)));
  1175. this.LabExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1176. this.LabExplain.Location = new System.Drawing.Point(785, 0);
  1177. this.LabExplain.Name = "LabExplain";
  1178. this.LabExplain.Size = new System.Drawing.Size(561, 30);
  1179. this.LabExplain.TabIndex = 27;
  1180. this.LabExplain.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1181. this.LabExplain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1182. //
  1183. // panel4
  1184. //
  1185. this.panel4.Controls.Add(this.dgvCenterDirectory);
  1186. this.panel4.Controls.Add(this.panel6);
  1187. this.panel4.Controls.Add(this.pgCenterDirect);
  1188. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  1189. this.panel4.Location = new System.Drawing.Point(0, 0);
  1190. this.panel4.Name = "panel4";
  1191. this.panel4.Size = new System.Drawing.Size(1366, 275);
  1192. this.panel4.TabIndex = 3;
  1193. //
  1194. // dgvCenterDirectory
  1195. //
  1196. this.dgvCenterDirectory.AllowUserToAddRows = false;
  1197. this.dgvCenterDirectory.AllowUserToDeleteRows = false;
  1198. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1199. this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  1200. this.dgvCenterDirectory.BackgroundColor = System.Drawing.Color.White;
  1201. this.dgvCenterDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1202. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1203. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1204. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1205. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  1206. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1207. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1208. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1209. this.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  1210. this.dgvCenterDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1211. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1212. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  1213. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1214. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  1215. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1216. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1217. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1218. this.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle13;
  1219. this.dgvCenterDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  1220. this.dgvCenterDirectory.EnableHeadersVisualStyles = false;
  1221. this.dgvCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1222. this.dgvCenterDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1223. this.dgvCenterDirectory.Location = new System.Drawing.Point(0, 45);
  1224. this.dgvCenterDirectory.Name = "dgvCenterDirectory";
  1225. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1226. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1227. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1228. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1229. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1230. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
  1231. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1232. this.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  1233. this.dgvCenterDirectory.RowHeight = 0;
  1234. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  1235. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1236. this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle15;
  1237. this.dgvCenterDirectory.RowTemplate.Height = 23;
  1238. this.dgvCenterDirectory.SelectedIndex = -1;
  1239. this.dgvCenterDirectory.ShowGridLine = false;
  1240. this.dgvCenterDirectory.ShowRect = false;
  1241. this.dgvCenterDirectory.Size = new System.Drawing.Size(1366, 195);
  1242. this.dgvCenterDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1243. this.dgvCenterDirectory.TabIndex = 4;
  1244. this.dgvCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1245. //
  1246. // panel6
  1247. //
  1248. this.panel6.Controls.Add(this.rbOnlyName);
  1249. this.panel6.Controls.Add(this.rbBoth);
  1250. this.panel6.Controls.Add(this.rbOnlyApprNO);
  1251. this.panel6.Controls.Add(this.tbApprovalNO);
  1252. this.panel6.Controls.Add(this.tbInsuCode);
  1253. this.panel6.Controls.Add(this.btnQueryCenterDirectory);
  1254. this.panel6.Controls.Add(this.tbCenterDirectoryFilter);
  1255. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  1256. this.panel6.Location = new System.Drawing.Point(0, 0);
  1257. this.panel6.Name = "panel6";
  1258. this.panel6.Size = new System.Drawing.Size(1366, 45);
  1259. this.panel6.TabIndex = 2;
  1260. //
  1261. // rbOnlyName
  1262. //
  1263. this.rbOnlyName.Cursor = System.Windows.Forms.Cursors.Hand;
  1264. this.rbOnlyName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1265. this.rbOnlyName.Location = new System.Drawing.Point(899, 12);
  1266. this.rbOnlyName.MinimumSize = new System.Drawing.Size(1, 1);
  1267. this.rbOnlyName.Name = "rbOnlyName";
  1268. this.rbOnlyName.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  1269. this.rbOnlyName.Size = new System.Drawing.Size(98, 23);
  1270. this.rbOnlyName.TabIndex = 11;
  1271. this.rbOnlyName.Text = "仅带入名称";
  1272. this.rbOnlyName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1273. //
  1274. // rbBoth
  1275. //
  1276. this.rbBoth.Cursor = System.Windows.Forms.Cursors.Hand;
  1277. this.rbBoth.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1278. this.rbBoth.Location = new System.Drawing.Point(1131, 12);
  1279. this.rbBoth.MinimumSize = new System.Drawing.Size(1, 1);
  1280. this.rbBoth.Name = "rbBoth";
  1281. this.rbBoth.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  1282. this.rbBoth.Size = new System.Drawing.Size(100, 23);
  1283. this.rbBoth.TabIndex = 10;
  1284. this.rbBoth.Text = "两者都带入";
  1285. this.rbBoth.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1286. //
  1287. // rbOnlyApprNO
  1288. //
  1289. this.rbOnlyApprNO.Cursor = System.Windows.Forms.Cursors.Hand;
  1290. this.rbOnlyApprNO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1291. this.rbOnlyApprNO.Location = new System.Drawing.Point(1003, 12);
  1292. this.rbOnlyApprNO.MinimumSize = new System.Drawing.Size(1, 1);
  1293. this.rbOnlyApprNO.Name = "rbOnlyApprNO";
  1294. this.rbOnlyApprNO.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  1295. this.rbOnlyApprNO.Size = new System.Drawing.Size(122, 23);
  1296. this.rbOnlyApprNO.TabIndex = 9;
  1297. this.rbOnlyApprNO.Text = "仅带入批准文号";
  1298. this.rbOnlyApprNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1299. //
  1300. // tbApprovalNO
  1301. //
  1302. this.tbApprovalNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  1303. this.tbApprovalNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1304. this.tbApprovalNO.Location = new System.Drawing.Point(727, 5);
  1305. this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1306. this.tbApprovalNO.MinimumSize = new System.Drawing.Size(1, 16);
  1307. this.tbApprovalNO.Name = "tbApprovalNO";
  1308. this.tbApprovalNO.ShowText = false;
  1309. this.tbApprovalNO.Size = new System.Drawing.Size(150, 30);
  1310. this.tbApprovalNO.TabIndex = 8;
  1311. this.tbApprovalNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1312. this.tbApprovalNO.Watermark = "批准文号";
  1313. this.tbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1314. //
  1315. // tbInsuCode
  1316. //
  1317. this.tbInsuCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  1318. this.tbInsuCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1319. this.tbInsuCode.Location = new System.Drawing.Point(482, 5);
  1320. this.tbInsuCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1321. this.tbInsuCode.MinimumSize = new System.Drawing.Size(1, 16);
  1322. this.tbInsuCode.Name = "tbInsuCode";
  1323. this.tbInsuCode.ShowText = false;
  1324. this.tbInsuCode.Size = new System.Drawing.Size(230, 30);
  1325. this.tbInsuCode.TabIndex = 7;
  1326. this.tbInsuCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1327. this.tbInsuCode.Watermark = "输入准确编码";
  1328. this.tbInsuCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1329. //
  1330. // btnQueryCenterDirectory
  1331. //
  1332. this.btnQueryCenterDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  1333. this.btnQueryCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1334. this.btnQueryCenterDirectory.Location = new System.Drawing.Point(11, 5);
  1335. this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(1, 1);
  1336. this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
  1337. this.btnQueryCenterDirectory.Size = new System.Drawing.Size(149, 31);
  1338. this.btnQueryCenterDirectory.TabIndex = 6;
  1339. this.btnQueryCenterDirectory.Text = "查询中心目录";
  1340. this.btnQueryCenterDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1341. this.btnQueryCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1342. this.btnQueryCenterDirectory.Click += new System.EventHandler(this.btnQueryCenterDirectory_Click);
  1343. //
  1344. // tbCenterDirectoryFilter
  1345. //
  1346. this.tbCenterDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  1347. this.tbCenterDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1348. this.tbCenterDirectoryFilter.Location = new System.Drawing.Point(176, 5);
  1349. this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1350. this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 16);
  1351. this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
  1352. this.tbCenterDirectoryFilter.ShowText = false;
  1353. this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(298, 30);
  1354. this.tbCenterDirectoryFilter.TabIndex = 5;
  1355. this.tbCenterDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1356. this.tbCenterDirectoryFilter.Watermark = "名称/缩写";
  1357. this.tbCenterDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1358. //
  1359. // pgCenterDirect
  1360. //
  1361. this.pgCenterDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  1362. this.pgCenterDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1363. this.pgCenterDirect.Location = new System.Drawing.Point(0, 240);
  1364. this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1365. this.pgCenterDirect.MinimumSize = new System.Drawing.Size(1, 1);
  1366. this.pgCenterDirect.Name = "pgCenterDirect";
  1367. this.pgCenterDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  1368. this.pgCenterDirect.ShowJumpButton = false;
  1369. this.pgCenterDirect.ShowText = false;
  1370. this.pgCenterDirect.Size = new System.Drawing.Size(1366, 35);
  1371. this.pgCenterDirect.TabIndex = 0;
  1372. this.pgCenterDirect.Text = "uiPagination3";
  1373. this.pgCenterDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1374. this.pgCenterDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1375. //
  1376. // uiPanel3
  1377. //
  1378. this.uiPanel3.Controls.Add(this.rbgInsuDirecType_C);
  1379. this.uiPanel3.Controls.Add(this.rbgDirecType_C);
  1380. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Left;
  1381. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1382. this.uiPanel3.Location = new System.Drawing.Point(3, 2);
  1383. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1384. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  1385. this.uiPanel3.Name = "uiPanel3";
  1386. this.uiPanel3.Size = new System.Drawing.Size(145, 581);
  1387. this.uiPanel3.TabIndex = 6;
  1388. this.uiPanel3.Text = null;
  1389. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1390. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1391. //
  1392. // rbgInsuDirecType_C
  1393. //
  1394. this.rbgInsuDirecType_C.Dock = System.Windows.Forms.DockStyle.Top;
  1395. this.rbgInsuDirecType_C.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1396. this.rbgInsuDirecType_C.Items.AddRange(new object[] {
  1397. "药品",
  1398. "诊疗",
  1399. "材料"});
  1400. this.rbgInsuDirecType_C.Location = new System.Drawing.Point(0, 232);
  1401. this.rbgInsuDirecType_C.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1402. this.rbgInsuDirecType_C.MinimumSize = new System.Drawing.Size(1, 1);
  1403. this.rbgInsuDirecType_C.Name = "rbgInsuDirecType_C";
  1404. this.rbgInsuDirecType_C.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1405. this.rbgInsuDirecType_C.Size = new System.Drawing.Size(145, 279);
  1406. this.rbgInsuDirecType_C.TabIndex = 7;
  1407. this.rbgInsuDirecType_C.Text = "医保目录类型";
  1408. this.rbgInsuDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1409. this.rbgInsuDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1410. //
  1411. // rbgDirecType_C
  1412. //
  1413. this.rbgDirecType_C.Dock = System.Windows.Forms.DockStyle.Top;
  1414. this.rbgDirecType_C.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1415. this.rbgDirecType_C.Items.AddRange(new object[] {
  1416. "药品",
  1417. "诊疗",
  1418. "材料"});
  1419. this.rbgDirecType_C.Location = new System.Drawing.Point(0, 0);
  1420. this.rbgDirecType_C.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1421. this.rbgDirecType_C.MinimumSize = new System.Drawing.Size(1, 1);
  1422. this.rbgDirecType_C.Name = "rbgDirecType_C";
  1423. this.rbgDirecType_C.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1424. this.rbgDirecType_C.Size = new System.Drawing.Size(145, 232);
  1425. this.rbgDirecType_C.TabIndex = 6;
  1426. this.rbgDirecType_C.Text = "HIS目录类型";
  1427. this.rbgDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1428. this.rbgDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1429. //
  1430. // cmsUpdateAuxInfo
  1431. //
  1432. this.cmsUpdateAuxInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1433. this.cmsUpdateAuxInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1434. this.cmsUpdateAuxInfo.ImageScalingSize = new System.Drawing.Size(20, 20);
  1435. this.cmsUpdateAuxInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1436. this.tsmiSingleUpdateAuxInfo,
  1437. this.tsmiUpdateAllAuxInfo});
  1438. this.cmsUpdateAuxInfo.Name = "cmsUpdateAuxInfo";
  1439. this.cmsUpdateAuxInfo.Size = new System.Drawing.Size(241, 56);
  1440. this.cmsUpdateAuxInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1441. //
  1442. // tsmiSingleUpdateAuxInfo
  1443. //
  1444. this.tsmiSingleUpdateAuxInfo.Name = "tsmiSingleUpdateAuxInfo";
  1445. this.tsmiSingleUpdateAuxInfo.Size = new System.Drawing.Size(240, 26);
  1446. this.tsmiSingleUpdateAuxInfo.Text = "单新单条目录附属信息";
  1447. //
  1448. // tsmiUpdateAllAuxInfo
  1449. //
  1450. this.tsmiUpdateAllAuxInfo.Name = "tsmiUpdateAllAuxInfo";
  1451. this.tsmiUpdateAllAuxInfo.Size = new System.Drawing.Size(240, 26);
  1452. this.tsmiUpdateAllAuxInfo.Text = "更新所有目录附属信息";
  1453. //
  1454. // btDicToLocalJson
  1455. //
  1456. this.btDicToLocalJson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1457. this.btDicToLocalJson.ContextMenuStrip = this.cmsMapping;
  1458. this.btDicToLocalJson.Cursor = System.Windows.Forms.Cursors.Hand;
  1459. this.btDicToLocalJson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1460. this.btDicToLocalJson.Location = new System.Drawing.Point(1353, 135);
  1461. this.btDicToLocalJson.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  1462. this.btDicToLocalJson.MinimumSize = new System.Drawing.Size(3, 3);
  1463. this.btDicToLocalJson.Name = "btDicToLocalJson";
  1464. this.btDicToLocalJson.Size = new System.Drawing.Size(141, 39);
  1465. this.btDicToLocalJson.TabIndex = 29;
  1466. this.btDicToLocalJson.Text = "字典保存到本地";
  1467. this.btDicToLocalJson.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1468. this.btDicToLocalJson.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1469. this.btDicToLocalJson.Click += new System.EventHandler(this.btDicToLocalJson_Click);
  1470. //
  1471. // BasicData
  1472. //
  1473. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1474. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1475. this.AutoSize = true;
  1476. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  1477. this.ClientSize = new System.Drawing.Size(1525, 620);
  1478. this.Controls.Add(this.tabControl1);
  1479. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1480. this.Name = "BasicData";
  1481. this.Text = "医保基础数据平台";
  1482. this.Load += new System.EventHandler(this.Form1_Load);
  1483. this.tabControl1.ResumeLayout(false);
  1484. this.tabPage1.ResumeLayout(false);
  1485. this.panel1.ResumeLayout(false);
  1486. ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
  1487. this.cmsUpdateInsuDir.ResumeLayout(false);
  1488. this.panel2.ResumeLayout(false);
  1489. this.panel2.PerformLayout();
  1490. this.cmsMapping.ResumeLayout(false);
  1491. this.uiGroupBox3.ResumeLayout(false);
  1492. this.uiGroupBox3.PerformLayout();
  1493. this.uiGroupBox5.ResumeLayout(false);
  1494. this.uiGroupBox5.PerformLayout();
  1495. this.uiGroupBox2.ResumeLayout(false);
  1496. this.uiGroupBox2.PerformLayout();
  1497. this.uiGroupBox1.ResumeLayout(false);
  1498. this.uiGroupBox1.PerformLayout();
  1499. this.tabPage2.ResumeLayout(false);
  1500. this.panel7.ResumeLayout(false);
  1501. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  1502. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  1503. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  1504. this.uiSplitContainer1.ResumeLayout(false);
  1505. this.panel3.ResumeLayout(false);
  1506. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();
  1507. this.panel5.ResumeLayout(false);
  1508. this.uiGroupBox6.ResumeLayout(false);
  1509. this.uiGroupBox4.ResumeLayout(false);
  1510. this.pgHISDirect.ResumeLayout(false);
  1511. this.panel4.ResumeLayout(false);
  1512. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
  1513. this.panel6.ResumeLayout(false);
  1514. this.uiPanel3.ResumeLayout(false);
  1515. this.cmsUpdateAuxInfo.ResumeLayout(false);
  1516. this.ResumeLayout(false);
  1517. }
  1518. #endregion
  1519. private System.Windows.Forms.TabControl tabControl1;
  1520. private System.Windows.Forms.TabPage tabPage1;
  1521. private System.Windows.Forms.TabPage tabPage2;
  1522. private System.Windows.Forms.Panel panel2;
  1523. private System.Windows.Forms.Panel panel1;
  1524. private Sunny.UI.UIPagination pgDownload;
  1525. private Sunny.UI.UIProcessBar uiProcessBar1;
  1526. private Sunny.UI.UIButton btnQuery;
  1527. private Sunny.UI.UIButton btnDownload;
  1528. private Sunny.UI.UIGroupBox uiGroupBox1;
  1529. private Sunny.UI.UITextBox tbVer;
  1530. private Sunny.UI.UIDataGridView dgvDirectoy;
  1531. private Sunny.UI.UIContextMenuStrip cmsMapping;
  1532. private System.Windows.Forms.ToolStripMenuItem tsmiMapping;
  1533. private System.Windows.Forms.ToolStripMenuItem tsmiCancleMapping;
  1534. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1535. private Sunny.UI.UIGroupBox uiGroupBox2;
  1536. private Sunny.UI.UITextBox tbDircetoryName;
  1537. private Sunny.UI.UITextBox tbDirectoryCode;
  1538. private Sunny.UI.UIRadioButton rbAutoDown;
  1539. private Sunny.UI.UIRadioButton rbSingleDown;
  1540. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Upload;
  1541. private Sunny.UI.UIGroupBox uiGroupBox5;
  1542. private Sunny.UI.UITextBox tbDicType;
  1543. private Sunny.UI.UITextBox tbDicDate;
  1544. private Sunny.UI.UIButton btAddDir;
  1545. private Sunny.UI.UIContextMenuStrip cmsUpdateAuxInfo;
  1546. private System.Windows.Forms.ToolStripMenuItem tsmiSingleUpdateAuxInfo;
  1547. private System.Windows.Forms.ToolStripMenuItem tsmiUpdateAllAuxInfo;
  1548. private Sunny.UI.UIButton btEditDir;
  1549. private Sunny.UI.UIContextMenuStrip cmsUpdateInsuDir;
  1550. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  1551. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  1552. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1553. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  1554. private Sunny.UI.UIGroupBox uiGroupBox3;
  1555. private Sunny.UI.UITextBox TexYYMC;
  1556. private Sunny.UI.UITextBox TexBYSJL;
  1557. private Sunny.UI.UITextBox TexDQYS;
  1558. private Sunny.UI.UITextBox TexDate;
  1559. private Sunny.UI.UIButton btnExit;
  1560. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  1561. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_CancelUpload;
  1562. private Sunny.UI.UIRadioButtonGroup rbgDirecType;
  1563. private Sunny.UI.UIButton btSignIn;
  1564. private System.Windows.Forms.Panel panel7;
  1565. private Sunny.UI.UISplitContainer uiSplitContainer1;
  1566. private System.Windows.Forms.Panel panel3;
  1567. private Sunny.UI.UIDataGridView dgvHISDirectory;
  1568. private System.Windows.Forms.Panel panel5;
  1569. private Sunny.UI.UITextBox tbMappedInfo;
  1570. private Sunny.UI.UIButton btnQueryHISDirectory;
  1571. private Sunny.UI.UITextBox tbHISDirectoryFilter;
  1572. private Sunny.UI.UIPagination pgHISDirect;
  1573. private System.Windows.Forms.Panel panel4;
  1574. private Sunny.UI.UIDataGridView dgvCenterDirectory;
  1575. private System.Windows.Forms.Panel panel6;
  1576. private Sunny.UI.UIRadioButton rbOnlyName;
  1577. private Sunny.UI.UIRadioButton rbBoth;
  1578. private Sunny.UI.UIRadioButton rbOnlyApprNO;
  1579. private Sunny.UI.UITextBox tbApprovalNO;
  1580. private Sunny.UI.UITextBox tbInsuCode;
  1581. private Sunny.UI.UIButton btnQueryCenterDirectory;
  1582. private Sunny.UI.UITextBox tbCenterDirectoryFilter;
  1583. private Sunny.UI.UIPagination pgCenterDirect;
  1584. private Sunny.UI.UIPanel uiPanel3;
  1585. private Sunny.UI.UIRadioButtonGroup rbgInsuDirecType_C;
  1586. private Sunny.UI.UIRadioButtonGroup rbgDirecType_C;
  1587. private Sunny.UI.UILabel LabExplain;
  1588. private Sunny.UI.UIButton btnCancelRelation;
  1589. private Sunny.UI.UIButton btnUploadRelation;
  1590. private Sunny.UI.UIGroupBox uiGroupBox4;
  1591. private Sunny.UI.UIRadioButton rbAll;
  1592. private Sunny.UI.UIRadioButton rbNoMaped;
  1593. private Sunny.UI.UIRadioButton rbMaped;
  1594. private Sunny.UI.UIGroupBox uiGroupBox6;
  1595. private Sunny.UI.UIRadioButton rbSelf;
  1596. private Sunny.UI.UIRadioButton rbMain;
  1597. private Sunny.UI.UIRadioButton rbSpecial;
  1598. private Sunny.UI.UIButton btnExport;
  1599. private Sunny.UI.UITextBox tbCountPerPage;
  1600. private Sunny.UI.UILabel uiLabel1;
  1601. private Sunny.UI.UIButton btDicToLocalJson;
  1602. }
  1603. }