BasicData.designer.cs 103 KB

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