BasicData.designer.cs 101 KB

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