BasicData.designer.cs 103 KB

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