DirectoryMap.Designer.cs 59 KB

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