BasicData.designer.cs 106 KB

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