BasicData.designer.cs 114 KB

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