BasicData.designer.cs 106 KB

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