BasicData.designer.cs 107 KB

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