BasicData.designer.cs 102 KB

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