BasicData.designer.cs 103 KB

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