BasicData.designer.cs 106 KB

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