BasicData.designer.cs 103 KB

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