DirectoryMap.Designer.cs 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. 
  2. namespace PTMedicalInsurance.Forms.BasicDatas
  3. {
  4. partial class DirectoryMap
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.uiPanel3 = new Sunny.UI.UIPanel();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.tbCbd = new System.Windows.Forms.TextBox();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.tbCurPage = new System.Windows.Forms.TextBox();
  46. this.tbPageSize = new System.Windows.Forms.TextBox();
  47. this.tbUpdateTime = new System.Windows.Forms.TextBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
  50. this.panel7 = new System.Windows.Forms.Panel();
  51. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  52. this.panel3 = new System.Windows.Forms.Panel();
  53. this.dgvHISDirectory = new Sunny.UI.UIDataGridView();
  54. this.cmsMapping = new Sunny.UI.UIContextMenuStrip();
  55. this.tsmiMapping = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tsmiCancleMapping = new System.Windows.Forms.ToolStripMenuItem();
  57. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  58. this.ToolStripMenuItem_Upload = new System.Windows.Forms.ToolStripMenuItem();
  59. this.ToolStripMenuItem_CancelUpload = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmSingleUpdateInsuInfo = new System.Windows.Forms.ToolStripMenuItem();
  61. this.tsmSingleUpdateSelfRatioInfo = new System.Windows.Forms.ToolStripMenuItem();
  62. this.panel5 = new System.Windows.Forms.Panel();
  63. this.btTripMenu = new Sunny.UI.UIButton();
  64. this.uiTextBox1 = new Sunny.UI.UITextBox();
  65. this.rbAll = new Sunny.UI.UIRadioButton();
  66. this.rbNoMaped = new Sunny.UI.UIRadioButton();
  67. this.rbMaped = new Sunny.UI.UIRadioButton();
  68. this.btnQueryHISDirectory = new Sunny.UI.UIButton();
  69. this.txtSpecFilter = new Sunny.UI.UITextBox();
  70. this.tbHISDirectoryFilter = new Sunny.UI.UITextBox();
  71. this.pgHISDirect = new Sunny.UI.UIPagination();
  72. this.btSetHisDirHeaderText = new System.Windows.Forms.Button();
  73. this.panel4 = new System.Windows.Forms.Panel();
  74. this.dgvCenterDirectory = new Sunny.UI.UIDataGridView();
  75. this.pgCenterDirect = new Sunny.UI.UIPagination();
  76. this.btSetCenterDirHeaderText = new System.Windows.Forms.Button();
  77. this.uiButton1 = new Sunny.UI.UIButton();
  78. this.panel6 = new System.Windows.Forms.Panel();
  79. this.rbOnlyName = new Sunny.UI.UIRadioButton();
  80. this.rbBoth = new Sunny.UI.UIRadioButton();
  81. this.rbOnlyApprNO = new Sunny.UI.UIRadioButton();
  82. this.tbManufacturer = new Sunny.UI.UITextBox();
  83. this.tbSpecifications = new Sunny.UI.UITextBox();
  84. this.tbDosageForm = new Sunny.UI.UITextBox();
  85. this.tbApprovalNO = new Sunny.UI.UITextBox();
  86. this.tbInsuCode = new Sunny.UI.UITextBox();
  87. this.btnQueryCenterDirectory = new Sunny.UI.UIButton();
  88. this.tbCenterDirectoryFilter = new Sunny.UI.UITextBox();
  89. this.cmsIntegratedMenu = new Sunny.UI.UIContextMenuStrip();
  90. this.tsmExportAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
  91. this.tsmExportMappedDataByLeft = new System.Windows.Forms.ToolStripMenuItem();
  92. this.tsmUploadAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
  93. this.tsmCancelAllUploadedData = new System.Windows.Forms.ToolStripMenuItem();
  94. this.tsmUpdateAllMapped = new System.Windows.Forms.ToolStripMenuItem();
  95. this.tsmUpdateCellPriceOfAllMapped = new System.Windows.Forms.ToolStripMenuItem();
  96. this.tsmUpdateSelfRatioOfAllMapped = new System.Windows.Forms.ToolStripMenuItem();
  97. this.tsmUpdateLevelTypeOfAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
  98. this.tsmImportMapRelation = new System.Windows.Forms.ToolStripMenuItem();
  99. this.tsmImportExcelDir = new System.Windows.Forms.ToolStripMenuItem();
  100. this.tsmSingleUpdateCellingPriceInfo = new System.Windows.Forms.ToolStripMenuItem();
  101. this.tsmSingleUpdateTypeLevelInfo = new System.Windows.Forms.ToolStripMenuItem();
  102. this.uiPanel3.SuspendLayout();
  103. this.groupBox1.SuspendLayout();
  104. this.panel7.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  106. this.uiSplitContainer1.Panel1.SuspendLayout();
  107. this.uiSplitContainer1.Panel2.SuspendLayout();
  108. this.uiSplitContainer1.SuspendLayout();
  109. this.panel3.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).BeginInit();
  111. this.cmsMapping.SuspendLayout();
  112. this.panel5.SuspendLayout();
  113. this.pgHISDirect.SuspendLayout();
  114. this.panel4.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).BeginInit();
  116. this.pgCenterDirect.SuspendLayout();
  117. this.panel6.SuspendLayout();
  118. this.cmsIntegratedMenu.SuspendLayout();
  119. this.SuspendLayout();
  120. //
  121. // uiPanel3
  122. //
  123. this.uiPanel3.Controls.Add(this.groupBox1);
  124. this.uiPanel3.Controls.Add(this.rbgDirecType_C);
  125. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Left;
  126. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.uiPanel3.Location = new System.Drawing.Point(0, 0);
  128. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  129. this.uiPanel3.MinimumSize = new System.Drawing.Size(2, 2);
  130. this.uiPanel3.Name = "uiPanel3";
  131. this.uiPanel3.Size = new System.Drawing.Size(157, 707);
  132. this.uiPanel3.TabIndex = 6;
  133. this.uiPanel3.Text = null;
  134. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  135. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  136. //
  137. // groupBox1
  138. //
  139. this.groupBox1.Controls.Add(this.label7);
  140. this.groupBox1.Controls.Add(this.tbCbd);
  141. this.groupBox1.Controls.Add(this.label4);
  142. this.groupBox1.Controls.Add(this.label6);
  143. this.groupBox1.Controls.Add(this.tbCurPage);
  144. this.groupBox1.Controls.Add(this.tbPageSize);
  145. this.groupBox1.Controls.Add(this.tbUpdateTime);
  146. this.groupBox1.Controls.Add(this.label5);
  147. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.groupBox1.Location = new System.Drawing.Point(0, 194);
  150. this.groupBox1.Name = "groupBox1";
  151. this.groupBox1.Size = new System.Drawing.Size(157, 183);
  152. this.groupBox1.TabIndex = 7;
  153. this.groupBox1.TabStop = false;
  154. this.groupBox1.Text = "目录更新条件选择";
  155. this.groupBox1.Visible = false;
  156. //
  157. // label7
  158. //
  159. this.label7.AutoSize = true;
  160. this.label7.Location = new System.Drawing.Point(19, 148);
  161. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.label7.Name = "label7";
  163. this.label7.Size = new System.Drawing.Size(44, 17);
  164. this.label7.TabIndex = 39;
  165. this.label7.Text = "参保地";
  166. //
  167. // tbCbd
  168. //
  169. this.tbCbd.Location = new System.Drawing.Point(60, 144);
  170. this.tbCbd.Margin = new System.Windows.Forms.Padding(4);
  171. this.tbCbd.Name = "tbCbd";
  172. this.tbCbd.Size = new System.Drawing.Size(89, 23);
  173. this.tbCbd.TabIndex = 38;
  174. //
  175. // label4
  176. //
  177. this.label4.AutoSize = true;
  178. this.label4.Location = new System.Drawing.Point(0, 30);
  179. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.label4.Name = "label4";
  181. this.label4.Size = new System.Drawing.Size(56, 17);
  182. this.label4.TabIndex = 33;
  183. this.label4.Text = "更新时间";
  184. //
  185. // label6
  186. //
  187. this.label6.AutoSize = true;
  188. this.label6.Location = new System.Drawing.Point(0, 108);
  189. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  190. this.label6.Name = "label6";
  191. this.label6.Size = new System.Drawing.Size(56, 17);
  192. this.label6.TabIndex = 37;
  193. this.label6.Text = "本页条数";
  194. //
  195. // tbCurPage
  196. //
  197. this.tbCurPage.Location = new System.Drawing.Point(60, 61);
  198. this.tbCurPage.Margin = new System.Windows.Forms.Padding(4);
  199. this.tbCurPage.Name = "tbCurPage";
  200. this.tbCurPage.Size = new System.Drawing.Size(89, 23);
  201. this.tbCurPage.TabIndex = 34;
  202. this.tbCurPage.Text = "1";
  203. //
  204. // tbPageSize
  205. //
  206. this.tbPageSize.Location = new System.Drawing.Point(60, 103);
  207. this.tbPageSize.Margin = new System.Windows.Forms.Padding(4);
  208. this.tbPageSize.Name = "tbPageSize";
  209. this.tbPageSize.Size = new System.Drawing.Size(89, 23);
  210. this.tbPageSize.TabIndex = 36;
  211. this.tbPageSize.Text = "20";
  212. //
  213. // tbUpdateTime
  214. //
  215. this.tbUpdateTime.Location = new System.Drawing.Point(60, 25);
  216. this.tbUpdateTime.Margin = new System.Windows.Forms.Padding(4);
  217. this.tbUpdateTime.Name = "tbUpdateTime";
  218. this.tbUpdateTime.Size = new System.Drawing.Size(89, 23);
  219. this.tbUpdateTime.TabIndex = 32;
  220. this.tbUpdateTime.Text = "2021-01-01";
  221. //
  222. // label5
  223. //
  224. this.label5.AutoSize = true;
  225. this.label5.Location = new System.Drawing.Point(0, 66);
  226. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  227. this.label5.Name = "label5";
  228. this.label5.Size = new System.Drawing.Size(56, 17);
  229. this.label5.TabIndex = 35;
  230. this.label5.Text = "当前页数";
  231. //
  232. // rbgDirecType_C
  233. //
  234. this.rbgDirecType_C.Dock = System.Windows.Forms.DockStyle.Top;
  235. this.rbgDirecType_C.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.rbgDirecType_C.Items.AddRange(new object[] {
  237. "药 品",
  238. "诊 疗",
  239. "材 料"});
  240. this.rbgDirecType_C.Location = new System.Drawing.Point(0, 0);
  241. this.rbgDirecType_C.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  242. this.rbgDirecType_C.MinimumSize = new System.Drawing.Size(1, 1);
  243. this.rbgDirecType_C.Name = "rbgDirecType_C";
  244. this.rbgDirecType_C.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  245. this.rbgDirecType_C.Size = new System.Drawing.Size(157, 194);
  246. this.rbgDirecType_C.TabIndex = 6;
  247. this.rbgDirecType_C.Text = "目录类型";
  248. this.rbgDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  249. this.rbgDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  250. this.rbgDirecType_C.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgDirecType_C_ValueChanged);
  251. //
  252. // panel7
  253. //
  254. this.panel7.Controls.Add(this.uiSplitContainer1);
  255. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.panel7.Location = new System.Drawing.Point(157, 0);
  257. this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  258. this.panel7.Name = "panel7";
  259. this.panel7.Size = new System.Drawing.Size(1126, 707);
  260. this.panel7.TabIndex = 7;
  261. //
  262. // uiSplitContainer1
  263. //
  264. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  265. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
  267. this.uiSplitContainer1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  268. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
  269. this.uiSplitContainer1.Name = "uiSplitContainer1";
  270. this.uiSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  271. //
  272. // uiSplitContainer1.Panel1
  273. //
  274. this.uiSplitContainer1.Panel1.Controls.Add(this.panel3);
  275. this.uiSplitContainer1.Panel1MinSize = 0;
  276. //
  277. // uiSplitContainer1.Panel2
  278. //
  279. this.uiSplitContainer1.Panel2.Controls.Add(this.panel4);
  280. this.uiSplitContainer1.Size = new System.Drawing.Size(1126, 707);
  281. this.uiSplitContainer1.SplitterDistance = 353;
  282. this.uiSplitContainer1.SplitterWidth = 11;
  283. this.uiSplitContainer1.TabIndex = 3;
  284. this.uiSplitContainer1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  285. //
  286. // panel3
  287. //
  288. this.panel3.Controls.Add(this.dgvHISDirectory);
  289. this.panel3.Controls.Add(this.panel5);
  290. this.panel3.Controls.Add(this.pgHISDirect);
  291. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.panel3.Location = new System.Drawing.Point(0, 0);
  293. this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  294. this.panel3.Name = "panel3";
  295. this.panel3.Size = new System.Drawing.Size(1126, 353);
  296. this.panel3.TabIndex = 2;
  297. //
  298. // dgvHISDirectory
  299. //
  300. this.dgvHISDirectory.AllowUserToAddRows = false;
  301. this.dgvHISDirectory.AllowUserToDeleteRows = false;
  302. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  303. this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  304. this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.White;
  305. this.dgvHISDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  306. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  307. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  308. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  310. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  311. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  312. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  313. this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  314. this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  315. this.dgvHISDirectory.ContextMenuStrip = this.cmsMapping;
  316. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  317. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  318. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  320. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  321. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  322. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  323. this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle3;
  324. this.dgvHISDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  325. this.dgvHISDirectory.EnableHeadersVisualStyles = false;
  326. this.dgvHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.dgvHISDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  328. this.dgvHISDirectory.Location = new System.Drawing.Point(0, 46);
  329. this.dgvHISDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  330. this.dgvHISDirectory.Name = "dgvHISDirectory";
  331. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  332. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  333. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  335. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  336. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  337. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  338. this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  339. this.dgvHISDirectory.RowHeadersWidth = 51;
  340. this.dgvHISDirectory.RowHeight = 25;
  341. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  342. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle5;
  344. this.dgvHISDirectory.RowTemplate.Height = 25;
  345. this.dgvHISDirectory.SelectedIndex = -1;
  346. this.dgvHISDirectory.Size = new System.Drawing.Size(1126, 273);
  347. this.dgvHISDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  348. this.dgvHISDirectory.TabIndex = 4;
  349. this.dgvHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  350. this.dgvHISDirectory.SelectionChanged += new System.EventHandler(this.dgvHISDirectory_SelectionChanged);
  351. //
  352. // cmsMapping
  353. //
  354. this.cmsMapping.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  355. this.cmsMapping.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.cmsMapping.ImageScalingSize = new System.Drawing.Size(24, 24);
  357. this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  358. this.tsmiMapping,
  359. this.tsmiCancleMapping,
  360. this.toolStripSeparator1,
  361. this.ToolStripMenuItem_Upload,
  362. this.ToolStripMenuItem_CancelUpload,
  363. this.tsmSingleUpdateInsuInfo,
  364. this.tsmSingleUpdateTypeLevelInfo,
  365. this.tsmSingleUpdateCellingPriceInfo,
  366. this.tsmSingleUpdateSelfRatioInfo});
  367. this.cmsMapping.Name = "uiContextMenuStrip1";
  368. this.cmsMapping.Size = new System.Drawing.Size(459, 240);
  369. this.cmsMapping.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  370. //
  371. // tsmiMapping
  372. //
  373. this.tsmiMapping.Name = "tsmiMapping";
  374. this.tsmiMapping.Size = new System.Drawing.Size(458, 26);
  375. this.tsmiMapping.Text = "对照";
  376. this.tsmiMapping.Click += new System.EventHandler(this.tsmiMapping_Click);
  377. //
  378. // tsmiCancleMapping
  379. //
  380. this.tsmiCancleMapping.Name = "tsmiCancleMapping";
  381. this.tsmiCancleMapping.Size = new System.Drawing.Size(458, 26);
  382. this.tsmiCancleMapping.Text = "取消对照";
  383. this.tsmiCancleMapping.Click += new System.EventHandler(this.tsmiCancleMapping_Click);
  384. //
  385. // toolStripSeparator1
  386. //
  387. this.toolStripSeparator1.Name = "toolStripSeparator1";
  388. this.toolStripSeparator1.Size = new System.Drawing.Size(455, 6);
  389. //
  390. // ToolStripMenuItem_Upload
  391. //
  392. this.ToolStripMenuItem_Upload.Name = "ToolStripMenuItem_Upload";
  393. this.ToolStripMenuItem_Upload.Size = new System.Drawing.Size(458, 26);
  394. this.ToolStripMenuItem_Upload.Text = "单条目录对照关系上传";
  395. //
  396. // ToolStripMenuItem_CancelUpload
  397. //
  398. this.ToolStripMenuItem_CancelUpload.Name = "ToolStripMenuItem_CancelUpload";
  399. this.ToolStripMenuItem_CancelUpload.Size = new System.Drawing.Size(458, 26);
  400. this.ToolStripMenuItem_CancelUpload.Text = "单条目录对照关系上传撤销";
  401. //
  402. // tsmSingleUpdateInsuInfo
  403. //
  404. this.tsmSingleUpdateInsuInfo.Name = "tsmSingleUpdateInsuInfo";
  405. this.tsmSingleUpdateInsuInfo.Size = new System.Drawing.Size(458, 26);
  406. this.tsmSingleUpdateInsuInfo.Text = "单条更新对照数据目录信息(包括限价,类别,等级等)";
  407. this.tsmSingleUpdateInsuInfo.Click += new System.EventHandler(this.tsmSingleUpdateInsuInfo_Click);
  408. //
  409. // tsmSingleUpdateSelfRatioInfo
  410. //
  411. this.tsmSingleUpdateSelfRatioInfo.Name = "tsmSingleUpdateSelfRatioInfo";
  412. this.tsmSingleUpdateSelfRatioInfo.Size = new System.Drawing.Size(458, 26);
  413. this.tsmSingleUpdateSelfRatioInfo.Text = "单条更新自付比例信息";
  414. this.tsmSingleUpdateSelfRatioInfo.Click += new System.EventHandler(this.tsmSingleUpdateSelfRatioInfo_Click);
  415. //
  416. // panel5
  417. //
  418. this.panel5.Controls.Add(this.btTripMenu);
  419. this.panel5.Controls.Add(this.uiTextBox1);
  420. this.panel5.Controls.Add(this.rbAll);
  421. this.panel5.Controls.Add(this.rbNoMaped);
  422. this.panel5.Controls.Add(this.rbMaped);
  423. this.panel5.Controls.Add(this.btnQueryHISDirectory);
  424. this.panel5.Controls.Add(this.txtSpecFilter);
  425. this.panel5.Controls.Add(this.tbHISDirectoryFilter);
  426. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  427. this.panel5.Location = new System.Drawing.Point(0, 0);
  428. this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  429. this.panel5.Name = "panel5";
  430. this.panel5.Size = new System.Drawing.Size(1126, 46);
  431. this.panel5.TabIndex = 1;
  432. //
  433. // btTripMenu
  434. //
  435. this.btTripMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  436. | System.Windows.Forms.AnchorStyles.Left)
  437. | System.Windows.Forms.AnchorStyles.Right)));
  438. this.btTripMenu.Cursor = System.Windows.Forms.Cursors.Hand;
  439. this.btTripMenu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.btTripMenu.Location = new System.Drawing.Point(1122, 8);
  441. this.btTripMenu.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  442. this.btTripMenu.MinimumSize = new System.Drawing.Size(2, 2);
  443. this.btTripMenu.Name = "btTripMenu";
  444. this.btTripMenu.Radius = 2;
  445. this.btTripMenu.Size = new System.Drawing.Size(2, 28);
  446. this.btTripMenu.TabIndex = 14;
  447. this.btTripMenu.Text = "集成菜单";
  448. this.btTripMenu.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.btTripMenu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  450. this.btTripMenu.Click += new System.EventHandler(this.btTripMenu_Click);
  451. //
  452. // uiTextBox1
  453. //
  454. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  455. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.uiTextBox1.Location = new System.Drawing.Point(442, 8);
  457. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  458. this.uiTextBox1.MinimumSize = new System.Drawing.Size(2, 16);
  459. this.uiTextBox1.Name = "uiTextBox1";
  460. this.uiTextBox1.ShowText = false;
  461. this.uiTextBox1.Size = new System.Drawing.Size(150, 30);
  462. this.uiTextBox1.TabIndex = 9;
  463. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  464. this.uiTextBox1.Watermark = "已对照医保名称/编码";
  465. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  466. //
  467. // rbAll
  468. //
  469. this.rbAll.Cursor = System.Windows.Forms.Cursors.Hand;
  470. this.rbAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.rbAll.Location = new System.Drawing.Point(599, 14);
  472. this.rbAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  473. this.rbAll.MinimumSize = new System.Drawing.Size(2, 2);
  474. this.rbAll.Name = "rbAll";
  475. this.rbAll.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  476. this.rbAll.Size = new System.Drawing.Size(63, 22);
  477. this.rbAll.TabIndex = 8;
  478. this.rbAll.Text = "全部";
  479. this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  480. this.rbAll.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
  481. //
  482. // rbNoMaped
  483. //
  484. this.rbNoMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  485. this.rbNoMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.rbNoMaped.Location = new System.Drawing.Point(748, 14);
  487. this.rbNoMaped.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  488. this.rbNoMaped.MinimumSize = new System.Drawing.Size(2, 2);
  489. this.rbNoMaped.Name = "rbNoMaped";
  490. this.rbNoMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  491. this.rbNoMaped.Size = new System.Drawing.Size(63, 22);
  492. this.rbNoMaped.TabIndex = 7;
  493. this.rbNoMaped.Text = "未对照";
  494. this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  495. this.rbNoMaped.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
  496. //
  497. // rbMaped
  498. //
  499. this.rbMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  500. this.rbMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.rbMaped.Location = new System.Drawing.Point(673, 14);
  502. this.rbMaped.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  503. this.rbMaped.MinimumSize = new System.Drawing.Size(2, 2);
  504. this.rbMaped.Name = "rbMaped";
  505. this.rbMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  506. this.rbMaped.Size = new System.Drawing.Size(63, 22);
  507. this.rbMaped.TabIndex = 6;
  508. this.rbMaped.Text = "已对照";
  509. this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  510. this.rbMaped.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
  511. //
  512. // btnQueryHISDirectory
  513. //
  514. this.btnQueryHISDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  515. this.btnQueryHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.btnQueryHISDirectory.Location = new System.Drawing.Point(10, 6);
  517. this.btnQueryHISDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  518. this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(2, 2);
  519. this.btnQueryHISDirectory.Name = "btnQueryHISDirectory";
  520. this.btnQueryHISDirectory.Size = new System.Drawing.Size(150, 28);
  521. this.btnQueryHISDirectory.TabIndex = 5;
  522. this.btnQueryHISDirectory.Text = "查询HIS目录";
  523. this.btnQueryHISDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.btnQueryHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  525. this.btnQueryHISDirectory.Click += new System.EventHandler(this.btnQueryHISDirectory_Click);
  526. //
  527. // txtSpecFilter
  528. //
  529. this.txtSpecFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  530. this.txtSpecFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.txtSpecFilter.Location = new System.Drawing.Point(332, 8);
  532. this.txtSpecFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  533. this.txtSpecFilter.MinimumSize = new System.Drawing.Size(2, 16);
  534. this.txtSpecFilter.Name = "txtSpecFilter";
  535. this.txtSpecFilter.ShowText = false;
  536. this.txtSpecFilter.Size = new System.Drawing.Size(104, 30);
  537. this.txtSpecFilter.TabIndex = 4;
  538. this.txtSpecFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  539. this.txtSpecFilter.Watermark = "规格";
  540. this.txtSpecFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  541. //
  542. // tbHISDirectoryFilter
  543. //
  544. this.tbHISDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  545. this.tbHISDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.tbHISDirectoryFilter.Location = new System.Drawing.Point(174, 8);
  547. this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  548. this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(2, 16);
  549. this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
  550. this.tbHISDirectoryFilter.ShowText = false;
  551. this.tbHISDirectoryFilter.Size = new System.Drawing.Size(150, 30);
  552. this.tbHISDirectoryFilter.TabIndex = 4;
  553. this.tbHISDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  554. this.tbHISDirectoryFilter.Watermark = "HIS名称/编码";
  555. this.tbHISDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  556. //
  557. // pgHISDirect
  558. //
  559. this.pgHISDirect.Controls.Add(this.btSetHisDirHeaderText);
  560. this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  561. this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  562. this.pgHISDirect.Location = new System.Drawing.Point(0, 319);
  563. this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  564. this.pgHISDirect.MinimumSize = new System.Drawing.Size(2, 2);
  565. this.pgHISDirect.Name = "pgHISDirect";
  566. this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  567. this.pgHISDirect.ShowJumpButton = false;
  568. this.pgHISDirect.ShowText = false;
  569. this.pgHISDirect.Size = new System.Drawing.Size(1126, 34);
  570. this.pgHISDirect.TabIndex = 6;
  571. this.pgHISDirect.Text = "uiPagination2";
  572. this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  573. this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  574. this.pgHISDirect.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgHISDirect_PageChanged);
  575. //
  576. // btSetHisDirHeaderText
  577. //
  578. this.btSetHisDirHeaderText.Anchor = System.Windows.Forms.AnchorStyles.Right;
  579. this.btSetHisDirHeaderText.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.btSetHisDirHeaderText.Location = new System.Drawing.Point(963, 3);
  581. this.btSetHisDirHeaderText.Name = "btSetHisDirHeaderText";
  582. this.btSetHisDirHeaderText.Size = new System.Drawing.Size(104, 23);
  583. this.btSetHisDirHeaderText.TabIndex = 20;
  584. this.btSetHisDirHeaderText.Text = "设置表格标题";
  585. this.btSetHisDirHeaderText.UseVisualStyleBackColor = true;
  586. this.btSetHisDirHeaderText.Click += new System.EventHandler(this.btSetHisDirHeaderText_Click);
  587. //
  588. // panel4
  589. //
  590. this.panel4.Controls.Add(this.dgvCenterDirectory);
  591. this.panel4.Controls.Add(this.pgCenterDirect);
  592. this.panel4.Controls.Add(this.panel6);
  593. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  594. this.panel4.Location = new System.Drawing.Point(0, 0);
  595. this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  596. this.panel4.Name = "panel4";
  597. this.panel4.Size = new System.Drawing.Size(1126, 343);
  598. this.panel4.TabIndex = 3;
  599. //
  600. // dgvCenterDirectory
  601. //
  602. this.dgvCenterDirectory.AllowUserToAddRows = false;
  603. this.dgvCenterDirectory.AllowUserToDeleteRows = false;
  604. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  605. this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  606. this.dgvCenterDirectory.BackgroundColor = System.Drawing.Color.White;
  607. this.dgvCenterDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  608. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  609. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  610. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  612. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  613. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  614. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  615. this.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  616. this.dgvCenterDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  617. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  618. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  619. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  621. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  622. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  623. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  624. this.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle8;
  625. this.dgvCenterDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  626. this.dgvCenterDirectory.EnableHeadersVisualStyles = false;
  627. this.dgvCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.dgvCenterDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  629. this.dgvCenterDirectory.Location = new System.Drawing.Point(0, 40);
  630. this.dgvCenterDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  631. this.dgvCenterDirectory.Name = "dgvCenterDirectory";
  632. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  633. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  634. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  636. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  637. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  638. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  639. this.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  640. this.dgvCenterDirectory.RowHeadersWidth = 51;
  641. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  642. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  643. this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
  644. this.dgvCenterDirectory.RowTemplate.Height = 23;
  645. this.dgvCenterDirectory.SelectedIndex = -1;
  646. this.dgvCenterDirectory.Size = new System.Drawing.Size(1126, 269);
  647. this.dgvCenterDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  648. this.dgvCenterDirectory.TabIndex = 3;
  649. this.dgvCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  650. //
  651. // pgCenterDirect
  652. //
  653. this.pgCenterDirect.Controls.Add(this.btSetCenterDirHeaderText);
  654. this.pgCenterDirect.Controls.Add(this.uiButton1);
  655. this.pgCenterDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  656. this.pgCenterDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.pgCenterDirect.Location = new System.Drawing.Point(0, 309);
  658. this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  659. this.pgCenterDirect.MinimumSize = new System.Drawing.Size(2, 2);
  660. this.pgCenterDirect.Name = "pgCenterDirect";
  661. this.pgCenterDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  662. this.pgCenterDirect.ShowJumpButton = false;
  663. this.pgCenterDirect.ShowText = false;
  664. this.pgCenterDirect.Size = new System.Drawing.Size(1126, 34);
  665. this.pgCenterDirect.TabIndex = 4;
  666. this.pgCenterDirect.Text = "uiPagination3";
  667. this.pgCenterDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  668. this.pgCenterDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  669. this.pgCenterDirect.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgCenterDirect_PageChanged);
  670. //
  671. // btSetCenterDirHeaderText
  672. //
  673. this.btSetCenterDirHeaderText.Anchor = System.Windows.Forms.AnchorStyles.Right;
  674. this.btSetCenterDirHeaderText.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.btSetCenterDirHeaderText.Location = new System.Drawing.Point(934, 3);
  676. this.btSetCenterDirHeaderText.Name = "btSetCenterDirHeaderText";
  677. this.btSetCenterDirHeaderText.Size = new System.Drawing.Size(104, 23);
  678. this.btSetCenterDirHeaderText.TabIndex = 21;
  679. this.btSetCenterDirHeaderText.Text = "设置表格标题";
  680. this.btSetCenterDirHeaderText.UseVisualStyleBackColor = true;
  681. this.btSetCenterDirHeaderText.Click += new System.EventHandler(this.btSetCenterDirHeaderText_Click);
  682. //
  683. // uiButton1
  684. //
  685. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  686. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  687. this.uiButton1.Location = new System.Drawing.Point(0, 0);
  688. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  689. this.uiButton1.Name = "uiButton1";
  690. this.uiButton1.Size = new System.Drawing.Size(100, 35);
  691. this.uiButton1.TabIndex = 20;
  692. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  694. //
  695. // panel6
  696. //
  697. this.panel6.Controls.Add(this.rbOnlyName);
  698. this.panel6.Controls.Add(this.rbBoth);
  699. this.panel6.Controls.Add(this.rbOnlyApprNO);
  700. this.panel6.Controls.Add(this.tbManufacturer);
  701. this.panel6.Controls.Add(this.tbSpecifications);
  702. this.panel6.Controls.Add(this.tbDosageForm);
  703. this.panel6.Controls.Add(this.tbApprovalNO);
  704. this.panel6.Controls.Add(this.tbInsuCode);
  705. this.panel6.Controls.Add(this.btnQueryCenterDirectory);
  706. this.panel6.Controls.Add(this.tbCenterDirectoryFilter);
  707. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  708. this.panel6.Location = new System.Drawing.Point(0, 0);
  709. this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  710. this.panel6.Name = "panel6";
  711. this.panel6.Size = new System.Drawing.Size(1126, 40);
  712. this.panel6.TabIndex = 2;
  713. //
  714. // rbOnlyName
  715. //
  716. this.rbOnlyName.Cursor = System.Windows.Forms.Cursors.Hand;
  717. this.rbOnlyName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  718. this.rbOnlyName.Location = new System.Drawing.Point(1061, 7);
  719. this.rbOnlyName.MinimumSize = new System.Drawing.Size(1, 1);
  720. this.rbOnlyName.Name = "rbOnlyName";
  721. this.rbOnlyName.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  722. this.rbOnlyName.Size = new System.Drawing.Size(98, 23);
  723. this.rbOnlyName.TabIndex = 16;
  724. this.rbOnlyName.Text = "仅带入名称";
  725. this.rbOnlyName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  726. //
  727. // rbBoth
  728. //
  729. this.rbBoth.Cursor = System.Windows.Forms.Cursors.Hand;
  730. this.rbBoth.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.rbBoth.Location = new System.Drawing.Point(1268, 7);
  732. this.rbBoth.MinimumSize = new System.Drawing.Size(1, 1);
  733. this.rbBoth.Name = "rbBoth";
  734. this.rbBoth.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  735. this.rbBoth.Size = new System.Drawing.Size(100, 23);
  736. this.rbBoth.TabIndex = 15;
  737. this.rbBoth.Text = "两者都带入";
  738. this.rbBoth.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  739. //
  740. // rbOnlyApprNO
  741. //
  742. this.rbOnlyApprNO.Cursor = System.Windows.Forms.Cursors.Hand;
  743. this.rbOnlyApprNO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.rbOnlyApprNO.Location = new System.Drawing.Point(1156, 7);
  745. this.rbOnlyApprNO.MinimumSize = new System.Drawing.Size(1, 1);
  746. this.rbOnlyApprNO.Name = "rbOnlyApprNO";
  747. this.rbOnlyApprNO.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  748. this.rbOnlyApprNO.Size = new System.Drawing.Size(122, 23);
  749. this.rbOnlyApprNO.TabIndex = 14;
  750. this.rbOnlyApprNO.Text = "仅带入批准文号";
  751. this.rbOnlyApprNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  752. //
  753. // tbManufacturer
  754. //
  755. this.tbManufacturer.Cursor = System.Windows.Forms.Cursors.IBeam;
  756. this.tbManufacturer.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. this.tbManufacturer.Location = new System.Drawing.Point(776, 6);
  758. this.tbManufacturer.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  759. this.tbManufacturer.MinimumSize = new System.Drawing.Size(2, 16);
  760. this.tbManufacturer.Name = "tbManufacturer";
  761. this.tbManufacturer.ShowText = false;
  762. this.tbManufacturer.Size = new System.Drawing.Size(147, 30);
  763. this.tbManufacturer.TabIndex = 13;
  764. this.tbManufacturer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  765. this.tbManufacturer.Watermark = "生产厂家";
  766. this.tbManufacturer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  767. //
  768. // tbSpecifications
  769. //
  770. this.tbSpecifications.Cursor = System.Windows.Forms.Cursors.IBeam;
  771. this.tbSpecifications.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  772. this.tbSpecifications.Location = new System.Drawing.Point(926, 6);
  773. this.tbSpecifications.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  774. this.tbSpecifications.MinimumSize = new System.Drawing.Size(2, 16);
  775. this.tbSpecifications.Name = "tbSpecifications";
  776. this.tbSpecifications.ShowText = false;
  777. this.tbSpecifications.Size = new System.Drawing.Size(123, 30);
  778. this.tbSpecifications.TabIndex = 12;
  779. this.tbSpecifications.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  780. this.tbSpecifications.Watermark = "规格";
  781. this.tbSpecifications.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  782. //
  783. // tbDosageForm
  784. //
  785. this.tbDosageForm.Cursor = System.Windows.Forms.Cursors.IBeam;
  786. this.tbDosageForm.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  787. this.tbDosageForm.Location = new System.Drawing.Point(648, 6);
  788. this.tbDosageForm.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  789. this.tbDosageForm.MinimumSize = new System.Drawing.Size(2, 16);
  790. this.tbDosageForm.Name = "tbDosageForm";
  791. this.tbDosageForm.ShowText = false;
  792. this.tbDosageForm.Size = new System.Drawing.Size(126, 30);
  793. this.tbDosageForm.TabIndex = 11;
  794. this.tbDosageForm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  795. this.tbDosageForm.Watermark = "剂型名称";
  796. this.tbDosageForm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  797. //
  798. // tbApprovalNO
  799. //
  800. this.tbApprovalNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  801. this.tbApprovalNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  802. this.tbApprovalNO.Location = new System.Drawing.Point(523, 6);
  803. this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  804. this.tbApprovalNO.MinimumSize = new System.Drawing.Size(2, 16);
  805. this.tbApprovalNO.Name = "tbApprovalNO";
  806. this.tbApprovalNO.ShowText = false;
  807. this.tbApprovalNO.Size = new System.Drawing.Size(123, 30);
  808. this.tbApprovalNO.TabIndex = 8;
  809. this.tbApprovalNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  810. this.tbApprovalNO.Watermark = "批准文号";
  811. this.tbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  812. //
  813. // tbInsuCode
  814. //
  815. this.tbInsuCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  816. this.tbInsuCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  817. this.tbInsuCode.Location = new System.Drawing.Point(291, 6);
  818. this.tbInsuCode.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  819. this.tbInsuCode.MinimumSize = new System.Drawing.Size(2, 16);
  820. this.tbInsuCode.Name = "tbInsuCode";
  821. this.tbInsuCode.ShowText = false;
  822. this.tbInsuCode.Size = new System.Drawing.Size(230, 30);
  823. this.tbInsuCode.TabIndex = 7;
  824. this.tbInsuCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  825. this.tbInsuCode.Watermark = "输入准确编码";
  826. this.tbInsuCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  827. //
  828. // btnQueryCenterDirectory
  829. //
  830. this.btnQueryCenterDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  831. this.btnQueryCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.btnQueryCenterDirectory.Location = new System.Drawing.Point(10, 6);
  833. this.btnQueryCenterDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  834. this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(2, 2);
  835. this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
  836. this.btnQueryCenterDirectory.Size = new System.Drawing.Size(149, 30);
  837. this.btnQueryCenterDirectory.TabIndex = 6;
  838. this.btnQueryCenterDirectory.Text = "查询中心目录";
  839. this.btnQueryCenterDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  840. this.btnQueryCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  841. this.btnQueryCenterDirectory.Click += new System.EventHandler(this.btnQueryCenterDirectory_Click);
  842. //
  843. // tbCenterDirectoryFilter
  844. //
  845. this.tbCenterDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  846. this.tbCenterDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  847. this.tbCenterDirectoryFilter.Location = new System.Drawing.Point(163, 6);
  848. this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  849. this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(2, 16);
  850. this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
  851. this.tbCenterDirectoryFilter.ShowText = false;
  852. this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(126, 30);
  853. this.tbCenterDirectoryFilter.TabIndex = 5;
  854. this.tbCenterDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  855. this.tbCenterDirectoryFilter.Watermark = "名称/缩写";
  856. this.tbCenterDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  857. //
  858. // cmsIntegratedMenu
  859. //
  860. this.cmsIntegratedMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  861. this.cmsIntegratedMenu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  862. this.cmsIntegratedMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
  863. this.cmsIntegratedMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  864. this.tsmExportAllMappedData,
  865. this.tsmExportMappedDataByLeft,
  866. this.tsmUploadAllMappedData,
  867. this.tsmCancelAllUploadedData,
  868. this.tsmUpdateAllMapped,
  869. this.tsmUpdateCellPriceOfAllMapped,
  870. this.tsmUpdateSelfRatioOfAllMapped,
  871. this.tsmUpdateLevelTypeOfAllMappedData,
  872. this.tsmImportMapRelation,
  873. this.tsmImportExcelDir});
  874. this.cmsIntegratedMenu.Name = "uiContextMenuStrip1";
  875. this.cmsIntegratedMenu.Size = new System.Drawing.Size(459, 264);
  876. this.cmsIntegratedMenu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  877. //
  878. // tsmExportAllMappedData
  879. //
  880. this.tsmExportAllMappedData.Name = "tsmExportAllMappedData";
  881. this.tsmExportAllMappedData.Size = new System.Drawing.Size(458, 26);
  882. this.tsmExportAllMappedData.Text = "导出全部已对照数据";
  883. this.tsmExportAllMappedData.Click += new System.EventHandler(this.tsmExportAllMappedData_Click);
  884. //
  885. // tsmExportMappedDataByLeft
  886. //
  887. this.tsmExportMappedDataByLeft.Name = "tsmExportMappedDataByLeft";
  888. this.tsmExportMappedDataByLeft.Size = new System.Drawing.Size(458, 26);
  889. this.tsmExportMappedDataByLeft.Text = "按左侧类别导出已对照数据";
  890. this.tsmExportMappedDataByLeft.Click += new System.EventHandler(this.tsmExportMappedDataByLeft_Click);
  891. //
  892. // tsmUploadAllMappedData
  893. //
  894. this.tsmUploadAllMappedData.Name = "tsmUploadAllMappedData";
  895. this.tsmUploadAllMappedData.Size = new System.Drawing.Size(458, 26);
  896. this.tsmUploadAllMappedData.Text = "上传全部对照数据";
  897. //
  898. // tsmCancelAllUploadedData
  899. //
  900. this.tsmCancelAllUploadedData.Name = "tsmCancelAllUploadedData";
  901. this.tsmCancelAllUploadedData.Size = new System.Drawing.Size(458, 26);
  902. this.tsmCancelAllUploadedData.Text = "撤销上传所有对照数据";
  903. //
  904. // tsmUpdateAllMapped
  905. //
  906. this.tsmUpdateAllMapped.Name = "tsmUpdateAllMapped";
  907. this.tsmUpdateAllMapped.Size = new System.Drawing.Size(458, 26);
  908. this.tsmUpdateAllMapped.Text = "更新所有对照数据目录信息(包括限价,类别,等级等)";
  909. this.tsmUpdateAllMapped.Click += new System.EventHandler(this.tsmUpdateAllMapped_Click);
  910. //
  911. // tsmUpdateCellPriceOfAllMapped
  912. //
  913. this.tsmUpdateCellPriceOfAllMapped.Name = "tsmUpdateCellPriceOfAllMapped";
  914. this.tsmUpdateCellPriceOfAllMapped.Size = new System.Drawing.Size(458, 26);
  915. this.tsmUpdateCellPriceOfAllMapped.Text = "更新所有对照数据的限价信息";
  916. this.tsmUpdateCellPriceOfAllMapped.Click += new System.EventHandler(this.tsmUpdateCellPriceOfAllMapped_Click);
  917. //
  918. // tsmUpdateSelfRatioOfAllMapped
  919. //
  920. this.tsmUpdateSelfRatioOfAllMapped.Name = "tsmUpdateSelfRatioOfAllMapped";
  921. this.tsmUpdateSelfRatioOfAllMapped.Size = new System.Drawing.Size(458, 26);
  922. this.tsmUpdateSelfRatioOfAllMapped.Text = "更新所有对照数据的自付比例信息";
  923. this.tsmUpdateSelfRatioOfAllMapped.Click += new System.EventHandler(this.tsmUpdateSelfRatioOfAllMapped_Click_1);
  924. //
  925. // tsmUpdateLevelTypeOfAllMappedData
  926. //
  927. this.tsmUpdateLevelTypeOfAllMappedData.Name = "tsmUpdateLevelTypeOfAllMappedData";
  928. this.tsmUpdateLevelTypeOfAllMappedData.Size = new System.Drawing.Size(458, 26);
  929. this.tsmUpdateLevelTypeOfAllMappedData.Text = "更新所有对照数据的类别等级信息";
  930. this.tsmUpdateLevelTypeOfAllMappedData.Click += new System.EventHandler(this.tsmUpdateLevelTypeOfAllMappedData_Click);
  931. //
  932. // tsmImportMapRelation
  933. //
  934. this.tsmImportMapRelation.Name = "tsmImportMapRelation";
  935. this.tsmImportMapRelation.Size = new System.Drawing.Size(458, 26);
  936. this.tsmImportMapRelation.Text = "导入对照关系(按指定xlsx格式)";
  937. //
  938. // tsmImportExcelDir
  939. //
  940. this.tsmImportExcelDir.Name = "tsmImportExcelDir";
  941. this.tsmImportExcelDir.Size = new System.Drawing.Size(458, 26);
  942. this.tsmImportExcelDir.Text = "导入Excel目录(按指定xlsx格式)";
  943. //
  944. // tsmSingleUpdateCellingPriceInfo
  945. //
  946. this.tsmSingleUpdateCellingPriceInfo.Name = "tsmSingleUpdateCellingPriceInfo";
  947. this.tsmSingleUpdateCellingPriceInfo.Size = new System.Drawing.Size(458, 26);
  948. this.tsmSingleUpdateCellingPriceInfo.Text = "单条更新最高限价信息";
  949. this.tsmSingleUpdateCellingPriceInfo.Click += new System.EventHandler(this.tsmSingleUpdateCellingPriceInfo_Click);
  950. //
  951. // tsmSingleUpdateTypeLevelInfo
  952. //
  953. this.tsmSingleUpdateTypeLevelInfo.Name = "tsmSingleUpdateTypeLevelInfo";
  954. this.tsmSingleUpdateTypeLevelInfo.Size = new System.Drawing.Size(458, 26);
  955. this.tsmSingleUpdateTypeLevelInfo.Text = "单条更新类别等级信息";
  956. this.tsmSingleUpdateTypeLevelInfo.Click += new System.EventHandler(this.tsmSingleUpdateTypeLevelInfo_Click);
  957. //
  958. // DirectoryMap
  959. //
  960. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  961. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  962. this.ClientSize = new System.Drawing.Size(1283, 707);
  963. this.Controls.Add(this.panel7);
  964. this.Controls.Add(this.uiPanel3);
  965. this.Name = "DirectoryMap";
  966. this.Text = "目录对照";
  967. this.uiPanel3.ResumeLayout(false);
  968. this.groupBox1.ResumeLayout(false);
  969. this.groupBox1.PerformLayout();
  970. this.panel7.ResumeLayout(false);
  971. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  972. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  973. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  974. this.uiSplitContainer1.ResumeLayout(false);
  975. this.panel3.ResumeLayout(false);
  976. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();
  977. this.cmsMapping.ResumeLayout(false);
  978. this.panel5.ResumeLayout(false);
  979. this.pgHISDirect.ResumeLayout(false);
  980. this.panel4.ResumeLayout(false);
  981. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
  982. this.pgCenterDirect.ResumeLayout(false);
  983. this.panel6.ResumeLayout(false);
  984. this.cmsIntegratedMenu.ResumeLayout(false);
  985. this.ResumeLayout(false);
  986. }
  987. #endregion
  988. private Sunny.UI.UIPanel uiPanel3;
  989. private Sunny.UI.UIRadioButtonGroup rbgDirecType_C;
  990. private System.Windows.Forms.Panel panel7;
  991. private Sunny.UI.UISplitContainer uiSplitContainer1;
  992. private System.Windows.Forms.Panel panel3;
  993. private Sunny.UI.UIDataGridView dgvHISDirectory;
  994. private System.Windows.Forms.Panel panel5;
  995. private Sunny.UI.UIButton btTripMenu;
  996. private Sunny.UI.UITextBox uiTextBox1;
  997. private Sunny.UI.UIRadioButton rbAll;
  998. private Sunny.UI.UIRadioButton rbNoMaped;
  999. private Sunny.UI.UIRadioButton rbMaped;
  1000. private Sunny.UI.UIButton btnQueryHISDirectory;
  1001. private Sunny.UI.UITextBox txtSpecFilter;
  1002. private Sunny.UI.UITextBox tbHISDirectoryFilter;
  1003. private Sunny.UI.UIPagination pgHISDirect;
  1004. private System.Windows.Forms.Panel panel4;
  1005. private Sunny.UI.UIDataGridView dgvCenterDirectory;
  1006. private System.Windows.Forms.Panel panel6;
  1007. private Sunny.UI.UIRadioButton rbOnlyName;
  1008. private Sunny.UI.UIRadioButton rbBoth;
  1009. private Sunny.UI.UIRadioButton rbOnlyApprNO;
  1010. private Sunny.UI.UITextBox tbManufacturer;
  1011. private Sunny.UI.UITextBox tbSpecifications;
  1012. private Sunny.UI.UITextBox tbDosageForm;
  1013. private Sunny.UI.UITextBox tbApprovalNO;
  1014. private Sunny.UI.UITextBox tbInsuCode;
  1015. private Sunny.UI.UIButton btnQueryCenterDirectory;
  1016. private Sunny.UI.UITextBox tbCenterDirectoryFilter;
  1017. private Sunny.UI.UIContextMenuStrip cmsIntegratedMenu;
  1018. private System.Windows.Forms.ToolStripMenuItem tsmExportAllMappedData;
  1019. private System.Windows.Forms.ToolStripMenuItem tsmExportMappedDataByLeft;
  1020. private System.Windows.Forms.ToolStripMenuItem tsmUploadAllMappedData;
  1021. private System.Windows.Forms.ToolStripMenuItem tsmCancelAllUploadedData;
  1022. private System.Windows.Forms.ToolStripMenuItem tsmUpdateAllMapped;
  1023. private System.Windows.Forms.ToolStripMenuItem tsmUpdateCellPriceOfAllMapped;
  1024. private System.Windows.Forms.ToolStripMenuItem tsmUpdateSelfRatioOfAllMapped;
  1025. private System.Windows.Forms.ToolStripMenuItem tsmUpdateLevelTypeOfAllMappedData;
  1026. private System.Windows.Forms.ToolStripMenuItem tsmImportMapRelation;
  1027. private System.Windows.Forms.ToolStripMenuItem tsmImportExcelDir;
  1028. private Sunny.UI.UIContextMenuStrip cmsMapping;
  1029. private System.Windows.Forms.ToolStripMenuItem tsmiMapping;
  1030. private System.Windows.Forms.ToolStripMenuItem tsmiCancleMapping;
  1031. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1032. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Upload;
  1033. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_CancelUpload;
  1034. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateInsuInfo;
  1035. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateSelfRatioInfo;
  1036. private Sunny.UI.UIPagination pgCenterDirect;
  1037. private Sunny.UI.UIButton uiButton1;
  1038. private System.Windows.Forms.Button btSetHisDirHeaderText;
  1039. private System.Windows.Forms.Button btSetCenterDirHeaderText;
  1040. private System.Windows.Forms.GroupBox groupBox1;
  1041. private System.Windows.Forms.Label label7;
  1042. private System.Windows.Forms.TextBox tbCbd;
  1043. private System.Windows.Forms.Label label4;
  1044. private System.Windows.Forms.Label label6;
  1045. private System.Windows.Forms.TextBox tbCurPage;
  1046. private System.Windows.Forms.TextBox tbPageSize;
  1047. private System.Windows.Forms.TextBox tbUpdateTime;
  1048. private System.Windows.Forms.Label label5;
  1049. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateCellingPriceInfo;
  1050. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateTypeLevelInfo;
  1051. }
  1052. }