BasicData.designer.cs 104 KB

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