BasicData.designer.cs 96 KB

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