BasicData.designer.cs 93 KB

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