BasicData.designer.cs 107 KB

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