BasicData.designer.cs 103 KB

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