DirectoryMap.Designer.cs 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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.tsmSingleUpdateTypeLevelInfo = new System.Windows.Forms.ToolStripMenuItem();
  62. this.tsmSingleUpdateCellingPriceInfo = new System.Windows.Forms.ToolStripMenuItem();
  63. this.tsmSingleUpdateSelfRatioInfo = new System.Windows.Forms.ToolStripMenuItem();
  64. this.panel5 = new System.Windows.Forms.Panel();
  65. this.btTripMenu = new Sunny.UI.UIButton();
  66. this.uiTextBox1 = new Sunny.UI.UITextBox();
  67. this.rbAll = new Sunny.UI.UIRadioButton();
  68. this.rbNoMaped = new Sunny.UI.UIRadioButton();
  69. this.rbMaped = new Sunny.UI.UIRadioButton();
  70. this.btnQueryHISDirectory = new Sunny.UI.UIButton();
  71. this.txtSpecFilter = new Sunny.UI.UITextBox();
  72. this.tbHISDirectoryFilter = new Sunny.UI.UITextBox();
  73. this.pgHISDirect = new Sunny.UI.UIPagination();
  74. this.btSetHisDirHeaderText = new System.Windows.Forms.Button();
  75. this.panel4 = new System.Windows.Forms.Panel();
  76. this.dgvCenterDirectory = new Sunny.UI.UIDataGridView();
  77. this.pgCenterDirect = new Sunny.UI.UIPagination();
  78. this.btSetCenterDirHeaderText = new System.Windows.Forms.Button();
  79. this.uiButton1 = new Sunny.UI.UIButton();
  80. this.panel6 = new System.Windows.Forms.Panel();
  81. this.rbOnlyName = new Sunny.UI.UIRadioButton();
  82. this.rbBoth = new Sunny.UI.UIRadioButton();
  83. this.rbOnlyApprNO = new Sunny.UI.UIRadioButton();
  84. this.tbManufacturer = new Sunny.UI.UITextBox();
  85. this.tbSpecifications = new Sunny.UI.UITextBox();
  86. this.tbDosageForm = new Sunny.UI.UITextBox();
  87. this.tbApprovalNO = new Sunny.UI.UITextBox();
  88. this.tbInsuCode = new Sunny.UI.UITextBox();
  89. this.btnQueryCenterDirectory = new Sunny.UI.UIButton();
  90. this.tbCenterDirectoryFilter = new Sunny.UI.UITextBox();
  91. this.cmsIntegratedMenu = new Sunny.UI.UIContextMenuStrip();
  92. this.tsmExportAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
  93. this.tsmExportMappedDataByLeft = new System.Windows.Forms.ToolStripMenuItem();
  94. this.tsmUploadAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
  95. this.tsmCancelAllUploadedData = new System.Windows.Forms.ToolStripMenuItem();
  96. this.tsmUpdateAllMapped = new System.Windows.Forms.ToolStripMenuItem();
  97. this.tsmUpdateCellPriceOfAllMapped = new System.Windows.Forms.ToolStripMenuItem();
  98. this.tsmUpdateSelfRatioOfAllMapped = new System.Windows.Forms.ToolStripMenuItem();
  99. this.tsmUpdateLevelTypeOfAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
  100. this.tsmImportMapRelation = new System.Windows.Forms.ToolStripMenuItem();
  101. this.tsmImportExcelDir = 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(1403, 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(1403, 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(1403, 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(1403, 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. // tsmSingleUpdateTypeLevelInfo
  410. //
  411. this.tsmSingleUpdateTypeLevelInfo.Name = "tsmSingleUpdateTypeLevelInfo";
  412. this.tsmSingleUpdateTypeLevelInfo.Size = new System.Drawing.Size(458, 26);
  413. this.tsmSingleUpdateTypeLevelInfo.Text = "单条更新类别等级信息";
  414. this.tsmSingleUpdateTypeLevelInfo.Click += new System.EventHandler(this.tsmSingleUpdateTypeLevelInfo_Click);
  415. //
  416. // tsmSingleUpdateCellingPriceInfo
  417. //
  418. this.tsmSingleUpdateCellingPriceInfo.Name = "tsmSingleUpdateCellingPriceInfo";
  419. this.tsmSingleUpdateCellingPriceInfo.Size = new System.Drawing.Size(458, 26);
  420. this.tsmSingleUpdateCellingPriceInfo.Text = "单条更新最高限价信息";
  421. this.tsmSingleUpdateCellingPriceInfo.Click += new System.EventHandler(this.tsmSingleUpdateCellingPriceInfo_Click);
  422. //
  423. // tsmSingleUpdateSelfRatioInfo
  424. //
  425. this.tsmSingleUpdateSelfRatioInfo.Name = "tsmSingleUpdateSelfRatioInfo";
  426. this.tsmSingleUpdateSelfRatioInfo.Size = new System.Drawing.Size(458, 26);
  427. this.tsmSingleUpdateSelfRatioInfo.Text = "单条更新自付比例信息";
  428. this.tsmSingleUpdateSelfRatioInfo.Click += new System.EventHandler(this.tsmSingleUpdateSelfRatioInfo_Click);
  429. //
  430. // panel5
  431. //
  432. this.panel5.Controls.Add(this.btTripMenu);
  433. this.panel5.Controls.Add(this.uiTextBox1);
  434. this.panel5.Controls.Add(this.rbAll);
  435. this.panel5.Controls.Add(this.rbNoMaped);
  436. this.panel5.Controls.Add(this.rbMaped);
  437. this.panel5.Controls.Add(this.btnQueryHISDirectory);
  438. this.panel5.Controls.Add(this.txtSpecFilter);
  439. this.panel5.Controls.Add(this.tbHISDirectoryFilter);
  440. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  441. this.panel5.Location = new System.Drawing.Point(0, 0);
  442. this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  443. this.panel5.Name = "panel5";
  444. this.panel5.Size = new System.Drawing.Size(1403, 46);
  445. this.panel5.TabIndex = 1;
  446. //
  447. // btTripMenu
  448. //
  449. this.btTripMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  450. | System.Windows.Forms.AnchorStyles.Left)
  451. | System.Windows.Forms.AnchorStyles.Right)));
  452. this.btTripMenu.Cursor = System.Windows.Forms.Cursors.Hand;
  453. this.btTripMenu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.btTripMenu.Location = new System.Drawing.Point(1122, 8);
  455. this.btTripMenu.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  456. this.btTripMenu.MinimumSize = new System.Drawing.Size(2, 2);
  457. this.btTripMenu.Name = "btTripMenu";
  458. this.btTripMenu.Radius = 2;
  459. this.btTripMenu.Size = new System.Drawing.Size(279, 28);
  460. this.btTripMenu.TabIndex = 14;
  461. this.btTripMenu.Text = "集成菜单";
  462. this.btTripMenu.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.btTripMenu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  464. this.btTripMenu.Click += new System.EventHandler(this.btTripMenu_Click);
  465. //
  466. // uiTextBox1
  467. //
  468. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  469. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.uiTextBox1.Location = new System.Drawing.Point(442, 8);
  471. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  472. this.uiTextBox1.MinimumSize = new System.Drawing.Size(2, 16);
  473. this.uiTextBox1.Name = "uiTextBox1";
  474. this.uiTextBox1.ShowText = false;
  475. this.uiTextBox1.Size = new System.Drawing.Size(150, 30);
  476. this.uiTextBox1.TabIndex = 9;
  477. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  478. this.uiTextBox1.Watermark = "已对照医保名称/编码";
  479. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  480. //
  481. // rbAll
  482. //
  483. this.rbAll.Cursor = System.Windows.Forms.Cursors.Hand;
  484. this.rbAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.rbAll.Location = new System.Drawing.Point(599, 14);
  486. this.rbAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  487. this.rbAll.MinimumSize = new System.Drawing.Size(2, 2);
  488. this.rbAll.Name = "rbAll";
  489. this.rbAll.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  490. this.rbAll.Size = new System.Drawing.Size(63, 22);
  491. this.rbAll.TabIndex = 8;
  492. this.rbAll.Text = "全部";
  493. this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  494. this.rbAll.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
  495. //
  496. // rbNoMaped
  497. //
  498. this.rbNoMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  499. this.rbNoMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.rbNoMaped.Location = new System.Drawing.Point(748, 14);
  501. this.rbNoMaped.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  502. this.rbNoMaped.MinimumSize = new System.Drawing.Size(2, 2);
  503. this.rbNoMaped.Name = "rbNoMaped";
  504. this.rbNoMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  505. this.rbNoMaped.Size = new System.Drawing.Size(63, 22);
  506. this.rbNoMaped.TabIndex = 7;
  507. this.rbNoMaped.Text = "未对照";
  508. this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  509. this.rbNoMaped.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
  510. //
  511. // rbMaped
  512. //
  513. this.rbMaped.Cursor = System.Windows.Forms.Cursors.Hand;
  514. this.rbMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.rbMaped.Location = new System.Drawing.Point(673, 14);
  516. this.rbMaped.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  517. this.rbMaped.MinimumSize = new System.Drawing.Size(2, 2);
  518. this.rbMaped.Name = "rbMaped";
  519. this.rbMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  520. this.rbMaped.Size = new System.Drawing.Size(63, 22);
  521. this.rbMaped.TabIndex = 6;
  522. this.rbMaped.Text = "已对照";
  523. this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  524. this.rbMaped.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
  525. //
  526. // btnQueryHISDirectory
  527. //
  528. this.btnQueryHISDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  529. this.btnQueryHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.btnQueryHISDirectory.Location = new System.Drawing.Point(10, 6);
  531. this.btnQueryHISDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  532. this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(2, 2);
  533. this.btnQueryHISDirectory.Name = "btnQueryHISDirectory";
  534. this.btnQueryHISDirectory.Size = new System.Drawing.Size(150, 28);
  535. this.btnQueryHISDirectory.TabIndex = 5;
  536. this.btnQueryHISDirectory.Text = "查询HIS目录";
  537. this.btnQueryHISDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.btnQueryHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  539. this.btnQueryHISDirectory.Click += new System.EventHandler(this.btnQueryHISDirectory_Click);
  540. //
  541. // txtSpecFilter
  542. //
  543. this.txtSpecFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  544. this.txtSpecFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.txtSpecFilter.Location = new System.Drawing.Point(332, 8);
  546. this.txtSpecFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  547. this.txtSpecFilter.MinimumSize = new System.Drawing.Size(2, 16);
  548. this.txtSpecFilter.Name = "txtSpecFilter";
  549. this.txtSpecFilter.ShowText = false;
  550. this.txtSpecFilter.Size = new System.Drawing.Size(104, 30);
  551. this.txtSpecFilter.TabIndex = 4;
  552. this.txtSpecFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  553. this.txtSpecFilter.Watermark = "规格";
  554. this.txtSpecFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  555. //
  556. // tbHISDirectoryFilter
  557. //
  558. this.tbHISDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  559. this.tbHISDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.tbHISDirectoryFilter.Location = new System.Drawing.Point(174, 8);
  561. this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  562. this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(2, 16);
  563. this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
  564. this.tbHISDirectoryFilter.ShowText = false;
  565. this.tbHISDirectoryFilter.Size = new System.Drawing.Size(150, 30);
  566. this.tbHISDirectoryFilter.TabIndex = 4;
  567. this.tbHISDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  568. this.tbHISDirectoryFilter.Watermark = "HIS名称/编码";
  569. this.tbHISDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  570. //
  571. // pgHISDirect
  572. //
  573. this.pgHISDirect.Controls.Add(this.btSetHisDirHeaderText);
  574. this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  575. this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.pgHISDirect.Location = new System.Drawing.Point(0, 319);
  577. this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  578. this.pgHISDirect.MinimumSize = new System.Drawing.Size(2, 2);
  579. this.pgHISDirect.Name = "pgHISDirect";
  580. this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  581. this.pgHISDirect.ShowJumpButton = false;
  582. this.pgHISDirect.ShowText = false;
  583. this.pgHISDirect.Size = new System.Drawing.Size(1403, 34);
  584. this.pgHISDirect.TabIndex = 6;
  585. this.pgHISDirect.Text = "uiPagination2";
  586. this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  587. this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  588. this.pgHISDirect.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgHISDirect_PageChanged);
  589. //
  590. // btSetHisDirHeaderText
  591. //
  592. this.btSetHisDirHeaderText.Anchor = System.Windows.Forms.AnchorStyles.Right;
  593. this.btSetHisDirHeaderText.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.btSetHisDirHeaderText.Location = new System.Drawing.Point(1240, 3);
  595. this.btSetHisDirHeaderText.Name = "btSetHisDirHeaderText";
  596. this.btSetHisDirHeaderText.Size = new System.Drawing.Size(104, 23);
  597. this.btSetHisDirHeaderText.TabIndex = 20;
  598. this.btSetHisDirHeaderText.Text = "设置表格标题";
  599. this.btSetHisDirHeaderText.UseVisualStyleBackColor = true;
  600. this.btSetHisDirHeaderText.Click += new System.EventHandler(this.btSetHisDirHeaderText_Click);
  601. //
  602. // panel4
  603. //
  604. this.panel4.Controls.Add(this.dgvCenterDirectory);
  605. this.panel4.Controls.Add(this.pgCenterDirect);
  606. this.panel4.Controls.Add(this.panel6);
  607. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  608. this.panel4.Location = new System.Drawing.Point(0, 0);
  609. this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  610. this.panel4.Name = "panel4";
  611. this.panel4.Size = new System.Drawing.Size(1403, 343);
  612. this.panel4.TabIndex = 3;
  613. //
  614. // dgvCenterDirectory
  615. //
  616. this.dgvCenterDirectory.AllowUserToAddRows = false;
  617. this.dgvCenterDirectory.AllowUserToDeleteRows = false;
  618. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  619. this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  620. this.dgvCenterDirectory.BackgroundColor = System.Drawing.Color.White;
  621. this.dgvCenterDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  622. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  623. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  624. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  626. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  627. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  628. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  629. this.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  630. this.dgvCenterDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  631. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  632. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  633. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  635. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  636. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  637. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  638. this.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle8;
  639. this.dgvCenterDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
  640. this.dgvCenterDirectory.EnableHeadersVisualStyles = false;
  641. this.dgvCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.dgvCenterDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  643. this.dgvCenterDirectory.Location = new System.Drawing.Point(0, 40);
  644. this.dgvCenterDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  645. this.dgvCenterDirectory.Name = "dgvCenterDirectory";
  646. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  647. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  648. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  650. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  651. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  652. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  653. this.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  654. this.dgvCenterDirectory.RowHeadersWidth = 51;
  655. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  656. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
  658. this.dgvCenterDirectory.RowTemplate.Height = 23;
  659. this.dgvCenterDirectory.SelectedIndex = -1;
  660. this.dgvCenterDirectory.Size = new System.Drawing.Size(1403, 269);
  661. this.dgvCenterDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  662. this.dgvCenterDirectory.TabIndex = 3;
  663. this.dgvCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  664. //
  665. // pgCenterDirect
  666. //
  667. this.pgCenterDirect.Controls.Add(this.btSetCenterDirHeaderText);
  668. this.pgCenterDirect.Controls.Add(this.uiButton1);
  669. this.pgCenterDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
  670. this.pgCenterDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. this.pgCenterDirect.Location = new System.Drawing.Point(0, 309);
  672. this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  673. this.pgCenterDirect.MinimumSize = new System.Drawing.Size(2, 2);
  674. this.pgCenterDirect.Name = "pgCenterDirect";
  675. this.pgCenterDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  676. this.pgCenterDirect.ShowJumpButton = false;
  677. this.pgCenterDirect.ShowText = false;
  678. this.pgCenterDirect.Size = new System.Drawing.Size(1403, 34);
  679. this.pgCenterDirect.TabIndex = 4;
  680. this.pgCenterDirect.Text = "uiPagination3";
  681. this.pgCenterDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  682. this.pgCenterDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  683. this.pgCenterDirect.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgCenterDirect_PageChanged);
  684. //
  685. // btSetCenterDirHeaderText
  686. //
  687. this.btSetCenterDirHeaderText.Anchor = System.Windows.Forms.AnchorStyles.Right;
  688. this.btSetCenterDirHeaderText.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. this.btSetCenterDirHeaderText.Location = new System.Drawing.Point(1211, 3);
  690. this.btSetCenterDirHeaderText.Name = "btSetCenterDirHeaderText";
  691. this.btSetCenterDirHeaderText.Size = new System.Drawing.Size(104, 23);
  692. this.btSetCenterDirHeaderText.TabIndex = 21;
  693. this.btSetCenterDirHeaderText.Text = "设置表格标题";
  694. this.btSetCenterDirHeaderText.UseVisualStyleBackColor = true;
  695. this.btSetCenterDirHeaderText.Click += new System.EventHandler(this.btSetCenterDirHeaderText_Click);
  696. //
  697. // uiButton1
  698. //
  699. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  700. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.uiButton1.Location = new System.Drawing.Point(0, 0);
  702. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  703. this.uiButton1.Name = "uiButton1";
  704. this.uiButton1.Size = new System.Drawing.Size(100, 35);
  705. this.uiButton1.TabIndex = 20;
  706. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  708. //
  709. // panel6
  710. //
  711. this.panel6.Controls.Add(this.rbOnlyName);
  712. this.panel6.Controls.Add(this.rbBoth);
  713. this.panel6.Controls.Add(this.rbOnlyApprNO);
  714. this.panel6.Controls.Add(this.tbManufacturer);
  715. this.panel6.Controls.Add(this.tbSpecifications);
  716. this.panel6.Controls.Add(this.tbDosageForm);
  717. this.panel6.Controls.Add(this.tbApprovalNO);
  718. this.panel6.Controls.Add(this.tbInsuCode);
  719. this.panel6.Controls.Add(this.btnQueryCenterDirectory);
  720. this.panel6.Controls.Add(this.tbCenterDirectoryFilter);
  721. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  722. this.panel6.Location = new System.Drawing.Point(0, 0);
  723. this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  724. this.panel6.Name = "panel6";
  725. this.panel6.Size = new System.Drawing.Size(1403, 40);
  726. this.panel6.TabIndex = 2;
  727. //
  728. // rbOnlyName
  729. //
  730. this.rbOnlyName.Cursor = System.Windows.Forms.Cursors.Hand;
  731. this.rbOnlyName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  732. this.rbOnlyName.Location = new System.Drawing.Point(1061, 7);
  733. this.rbOnlyName.MinimumSize = new System.Drawing.Size(1, 1);
  734. this.rbOnlyName.Name = "rbOnlyName";
  735. this.rbOnlyName.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  736. this.rbOnlyName.Size = new System.Drawing.Size(98, 23);
  737. this.rbOnlyName.TabIndex = 16;
  738. this.rbOnlyName.Text = "仅带入名称";
  739. this.rbOnlyName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  740. //
  741. // rbBoth
  742. //
  743. this.rbBoth.Cursor = System.Windows.Forms.Cursors.Hand;
  744. this.rbBoth.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.rbBoth.Location = new System.Drawing.Point(1268, 7);
  746. this.rbBoth.MinimumSize = new System.Drawing.Size(1, 1);
  747. this.rbBoth.Name = "rbBoth";
  748. this.rbBoth.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  749. this.rbBoth.Size = new System.Drawing.Size(100, 23);
  750. this.rbBoth.TabIndex = 15;
  751. this.rbBoth.Text = "两者都带入";
  752. this.rbBoth.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  753. //
  754. // rbOnlyApprNO
  755. //
  756. this.rbOnlyApprNO.Cursor = System.Windows.Forms.Cursors.Hand;
  757. this.rbOnlyApprNO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  758. this.rbOnlyApprNO.Location = new System.Drawing.Point(1156, 7);
  759. this.rbOnlyApprNO.MinimumSize = new System.Drawing.Size(1, 1);
  760. this.rbOnlyApprNO.Name = "rbOnlyApprNO";
  761. this.rbOnlyApprNO.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  762. this.rbOnlyApprNO.Size = new System.Drawing.Size(122, 23);
  763. this.rbOnlyApprNO.TabIndex = 14;
  764. this.rbOnlyApprNO.Text = "仅带入批准文号";
  765. this.rbOnlyApprNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  766. //
  767. // tbManufacturer
  768. //
  769. this.tbManufacturer.Cursor = System.Windows.Forms.Cursors.IBeam;
  770. this.tbManufacturer.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  771. this.tbManufacturer.Location = new System.Drawing.Point(776, 6);
  772. this.tbManufacturer.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  773. this.tbManufacturer.MinimumSize = new System.Drawing.Size(2, 16);
  774. this.tbManufacturer.Name = "tbManufacturer";
  775. this.tbManufacturer.ShowText = false;
  776. this.tbManufacturer.Size = new System.Drawing.Size(147, 30);
  777. this.tbManufacturer.TabIndex = 13;
  778. this.tbManufacturer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  779. this.tbManufacturer.Watermark = "生产厂家";
  780. this.tbManufacturer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  781. //
  782. // tbSpecifications
  783. //
  784. this.tbSpecifications.Cursor = System.Windows.Forms.Cursors.IBeam;
  785. this.tbSpecifications.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  786. this.tbSpecifications.Location = new System.Drawing.Point(926, 6);
  787. this.tbSpecifications.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  788. this.tbSpecifications.MinimumSize = new System.Drawing.Size(2, 16);
  789. this.tbSpecifications.Name = "tbSpecifications";
  790. this.tbSpecifications.ShowText = false;
  791. this.tbSpecifications.Size = new System.Drawing.Size(123, 30);
  792. this.tbSpecifications.TabIndex = 12;
  793. this.tbSpecifications.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  794. this.tbSpecifications.Watermark = "规格";
  795. this.tbSpecifications.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  796. //
  797. // tbDosageForm
  798. //
  799. this.tbDosageForm.Cursor = System.Windows.Forms.Cursors.IBeam;
  800. this.tbDosageForm.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  801. this.tbDosageForm.Location = new System.Drawing.Point(648, 6);
  802. this.tbDosageForm.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  803. this.tbDosageForm.MinimumSize = new System.Drawing.Size(2, 16);
  804. this.tbDosageForm.Name = "tbDosageForm";
  805. this.tbDosageForm.ShowText = false;
  806. this.tbDosageForm.Size = new System.Drawing.Size(126, 30);
  807. this.tbDosageForm.TabIndex = 11;
  808. this.tbDosageForm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  809. this.tbDosageForm.Watermark = "剂型名称";
  810. this.tbDosageForm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  811. //
  812. // tbApprovalNO
  813. //
  814. this.tbApprovalNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  815. this.tbApprovalNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.tbApprovalNO.Location = new System.Drawing.Point(523, 6);
  817. this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  818. this.tbApprovalNO.MinimumSize = new System.Drawing.Size(2, 16);
  819. this.tbApprovalNO.Name = "tbApprovalNO";
  820. this.tbApprovalNO.ShowText = false;
  821. this.tbApprovalNO.Size = new System.Drawing.Size(123, 30);
  822. this.tbApprovalNO.TabIndex = 8;
  823. this.tbApprovalNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  824. this.tbApprovalNO.Watermark = "批准文号";
  825. this.tbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  826. //
  827. // tbInsuCode
  828. //
  829. this.tbInsuCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  830. this.tbInsuCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  831. this.tbInsuCode.Location = new System.Drawing.Point(291, 6);
  832. this.tbInsuCode.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  833. this.tbInsuCode.MinimumSize = new System.Drawing.Size(2, 16);
  834. this.tbInsuCode.Name = "tbInsuCode";
  835. this.tbInsuCode.ShowText = false;
  836. this.tbInsuCode.Size = new System.Drawing.Size(230, 30);
  837. this.tbInsuCode.TabIndex = 7;
  838. this.tbInsuCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  839. this.tbInsuCode.Watermark = "输入准确编码";
  840. this.tbInsuCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  841. //
  842. // btnQueryCenterDirectory
  843. //
  844. this.btnQueryCenterDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
  845. this.btnQueryCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.btnQueryCenterDirectory.Location = new System.Drawing.Point(10, 6);
  847. this.btnQueryCenterDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  848. this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(2, 2);
  849. this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
  850. this.btnQueryCenterDirectory.Size = new System.Drawing.Size(149, 30);
  851. this.btnQueryCenterDirectory.TabIndex = 6;
  852. this.btnQueryCenterDirectory.Text = "查询中心目录";
  853. this.btnQueryCenterDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.btnQueryCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  855. this.btnQueryCenterDirectory.Click += new System.EventHandler(this.btnQueryCenterDirectory_Click);
  856. //
  857. // tbCenterDirectoryFilter
  858. //
  859. this.tbCenterDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  860. this.tbCenterDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. this.tbCenterDirectoryFilter.Location = new System.Drawing.Point(163, 6);
  862. this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  863. this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(2, 16);
  864. this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
  865. this.tbCenterDirectoryFilter.ShowText = false;
  866. this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(126, 30);
  867. this.tbCenterDirectoryFilter.TabIndex = 5;
  868. this.tbCenterDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  869. this.tbCenterDirectoryFilter.Watermark = "名称/缩写";
  870. this.tbCenterDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  871. //
  872. // cmsIntegratedMenu
  873. //
  874. this.cmsIntegratedMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  875. this.cmsIntegratedMenu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  876. this.cmsIntegratedMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
  877. this.cmsIntegratedMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  878. this.tsmExportAllMappedData,
  879. this.tsmExportMappedDataByLeft,
  880. this.tsmUploadAllMappedData,
  881. this.tsmCancelAllUploadedData,
  882. this.tsmUpdateAllMapped,
  883. this.tsmUpdateCellPriceOfAllMapped,
  884. this.tsmUpdateSelfRatioOfAllMapped,
  885. this.tsmUpdateLevelTypeOfAllMappedData,
  886. this.tsmImportMapRelation,
  887. this.tsmImportExcelDir});
  888. this.cmsIntegratedMenu.Name = "uiContextMenuStrip1";
  889. this.cmsIntegratedMenu.Size = new System.Drawing.Size(459, 264);
  890. this.cmsIntegratedMenu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  891. //
  892. // tsmExportAllMappedData
  893. //
  894. this.tsmExportAllMappedData.Name = "tsmExportAllMappedData";
  895. this.tsmExportAllMappedData.Size = new System.Drawing.Size(458, 26);
  896. this.tsmExportAllMappedData.Text = "导出全部已对照数据";
  897. this.tsmExportAllMappedData.Click += new System.EventHandler(this.tsmExportAllMappedData_Click);
  898. //
  899. // tsmExportMappedDataByLeft
  900. //
  901. this.tsmExportMappedDataByLeft.Name = "tsmExportMappedDataByLeft";
  902. this.tsmExportMappedDataByLeft.Size = new System.Drawing.Size(458, 26);
  903. this.tsmExportMappedDataByLeft.Text = "按左侧类别导出已对照数据";
  904. this.tsmExportMappedDataByLeft.Click += new System.EventHandler(this.tsmExportMappedDataByLeft_Click);
  905. //
  906. // tsmUploadAllMappedData
  907. //
  908. this.tsmUploadAllMappedData.Name = "tsmUploadAllMappedData";
  909. this.tsmUploadAllMappedData.Size = new System.Drawing.Size(458, 26);
  910. this.tsmUploadAllMappedData.Text = "上传全部对照数据";
  911. //
  912. // tsmCancelAllUploadedData
  913. //
  914. this.tsmCancelAllUploadedData.Name = "tsmCancelAllUploadedData";
  915. this.tsmCancelAllUploadedData.Size = new System.Drawing.Size(458, 26);
  916. this.tsmCancelAllUploadedData.Text = "撤销上传所有对照数据";
  917. //
  918. // tsmUpdateAllMapped
  919. //
  920. this.tsmUpdateAllMapped.Name = "tsmUpdateAllMapped";
  921. this.tsmUpdateAllMapped.Size = new System.Drawing.Size(458, 26);
  922. this.tsmUpdateAllMapped.Text = "更新所有对照数据目录信息(包括限价,类别,等级等)";
  923. this.tsmUpdateAllMapped.Click += new System.EventHandler(this.tsmUpdateAllMapped_Click);
  924. //
  925. // tsmUpdateCellPriceOfAllMapped
  926. //
  927. this.tsmUpdateCellPriceOfAllMapped.Name = "tsmUpdateCellPriceOfAllMapped";
  928. this.tsmUpdateCellPriceOfAllMapped.Size = new System.Drawing.Size(458, 26);
  929. this.tsmUpdateCellPriceOfAllMapped.Text = "更新所有对照数据的限价信息";
  930. this.tsmUpdateCellPriceOfAllMapped.Click += new System.EventHandler(this.tsmUpdateCellPriceOfAllMapped_Click);
  931. //
  932. // tsmUpdateSelfRatioOfAllMapped
  933. //
  934. this.tsmUpdateSelfRatioOfAllMapped.Name = "tsmUpdateSelfRatioOfAllMapped";
  935. this.tsmUpdateSelfRatioOfAllMapped.Size = new System.Drawing.Size(458, 26);
  936. this.tsmUpdateSelfRatioOfAllMapped.Text = "更新所有对照数据的自付比例信息";
  937. this.tsmUpdateSelfRatioOfAllMapped.Click += new System.EventHandler(this.tsmUpdateSelfRatioOfAllMapped_Click_1);
  938. //
  939. // tsmUpdateLevelTypeOfAllMappedData
  940. //
  941. this.tsmUpdateLevelTypeOfAllMappedData.Name = "tsmUpdateLevelTypeOfAllMappedData";
  942. this.tsmUpdateLevelTypeOfAllMappedData.Size = new System.Drawing.Size(458, 26);
  943. this.tsmUpdateLevelTypeOfAllMappedData.Text = "更新所有对照数据的类别等级信息";
  944. this.tsmUpdateLevelTypeOfAllMappedData.Click += new System.EventHandler(this.tsmUpdateLevelTypeOfAllMappedData_Click);
  945. //
  946. // tsmImportMapRelation
  947. //
  948. this.tsmImportMapRelation.Name = "tsmImportMapRelation";
  949. this.tsmImportMapRelation.Size = new System.Drawing.Size(458, 26);
  950. this.tsmImportMapRelation.Text = "导入对照关系(按指定xlsx格式)";
  951. this.tsmImportMapRelation.Click += new System.EventHandler(this.tsmImportMapRelation_Click);
  952. //
  953. // tsmImportExcelDir
  954. //
  955. this.tsmImportExcelDir.Name = "tsmImportExcelDir";
  956. this.tsmImportExcelDir.Size = new System.Drawing.Size(458, 26);
  957. this.tsmImportExcelDir.Text = "导入Excel目录(按指定xlsx格式)";
  958. //
  959. // DirectoryMap
  960. //
  961. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  962. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  963. this.ClientSize = new System.Drawing.Size(1560, 707);
  964. this.Controls.Add(this.panel7);
  965. this.Controls.Add(this.uiPanel3);
  966. this.Name = "DirectoryMap";
  967. this.Text = "目录对照";
  968. this.uiPanel3.ResumeLayout(false);
  969. this.groupBox1.ResumeLayout(false);
  970. this.groupBox1.PerformLayout();
  971. this.panel7.ResumeLayout(false);
  972. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  973. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  974. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  975. this.uiSplitContainer1.ResumeLayout(false);
  976. this.panel3.ResumeLayout(false);
  977. ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();
  978. this.cmsMapping.ResumeLayout(false);
  979. this.panel5.ResumeLayout(false);
  980. this.pgHISDirect.ResumeLayout(false);
  981. this.panel4.ResumeLayout(false);
  982. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
  983. this.pgCenterDirect.ResumeLayout(false);
  984. this.panel6.ResumeLayout(false);
  985. this.cmsIntegratedMenu.ResumeLayout(false);
  986. this.ResumeLayout(false);
  987. }
  988. #endregion
  989. private Sunny.UI.UIPanel uiPanel3;
  990. private Sunny.UI.UIRadioButtonGroup rbgDirecType_C;
  991. private System.Windows.Forms.Panel panel7;
  992. private Sunny.UI.UISplitContainer uiSplitContainer1;
  993. private System.Windows.Forms.Panel panel3;
  994. private Sunny.UI.UIDataGridView dgvHISDirectory;
  995. private System.Windows.Forms.Panel panel5;
  996. private Sunny.UI.UIButton btTripMenu;
  997. private Sunny.UI.UITextBox uiTextBox1;
  998. private Sunny.UI.UIRadioButton rbAll;
  999. private Sunny.UI.UIRadioButton rbNoMaped;
  1000. private Sunny.UI.UIRadioButton rbMaped;
  1001. private Sunny.UI.UIButton btnQueryHISDirectory;
  1002. private Sunny.UI.UITextBox txtSpecFilter;
  1003. private Sunny.UI.UITextBox tbHISDirectoryFilter;
  1004. private Sunny.UI.UIPagination pgHISDirect;
  1005. private System.Windows.Forms.Panel panel4;
  1006. private Sunny.UI.UIDataGridView dgvCenterDirectory;
  1007. private System.Windows.Forms.Panel panel6;
  1008. private Sunny.UI.UIRadioButton rbOnlyName;
  1009. private Sunny.UI.UIRadioButton rbBoth;
  1010. private Sunny.UI.UIRadioButton rbOnlyApprNO;
  1011. private Sunny.UI.UITextBox tbManufacturer;
  1012. private Sunny.UI.UITextBox tbSpecifications;
  1013. private Sunny.UI.UITextBox tbDosageForm;
  1014. private Sunny.UI.UITextBox tbApprovalNO;
  1015. private Sunny.UI.UITextBox tbInsuCode;
  1016. private Sunny.UI.UIButton btnQueryCenterDirectory;
  1017. private Sunny.UI.UITextBox tbCenterDirectoryFilter;
  1018. private Sunny.UI.UIContextMenuStrip cmsIntegratedMenu;
  1019. private System.Windows.Forms.ToolStripMenuItem tsmExportAllMappedData;
  1020. private System.Windows.Forms.ToolStripMenuItem tsmExportMappedDataByLeft;
  1021. private System.Windows.Forms.ToolStripMenuItem tsmUploadAllMappedData;
  1022. private System.Windows.Forms.ToolStripMenuItem tsmCancelAllUploadedData;
  1023. private System.Windows.Forms.ToolStripMenuItem tsmUpdateAllMapped;
  1024. private System.Windows.Forms.ToolStripMenuItem tsmUpdateCellPriceOfAllMapped;
  1025. private System.Windows.Forms.ToolStripMenuItem tsmUpdateSelfRatioOfAllMapped;
  1026. private System.Windows.Forms.ToolStripMenuItem tsmUpdateLevelTypeOfAllMappedData;
  1027. private System.Windows.Forms.ToolStripMenuItem tsmImportMapRelation;
  1028. private System.Windows.Forms.ToolStripMenuItem tsmImportExcelDir;
  1029. private Sunny.UI.UIContextMenuStrip cmsMapping;
  1030. private System.Windows.Forms.ToolStripMenuItem tsmiMapping;
  1031. private System.Windows.Forms.ToolStripMenuItem tsmiCancleMapping;
  1032. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1033. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Upload;
  1034. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_CancelUpload;
  1035. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateInsuInfo;
  1036. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateSelfRatioInfo;
  1037. private Sunny.UI.UIPagination pgCenterDirect;
  1038. private Sunny.UI.UIButton uiButton1;
  1039. private System.Windows.Forms.Button btSetHisDirHeaderText;
  1040. private System.Windows.Forms.Button btSetCenterDirHeaderText;
  1041. private System.Windows.Forms.GroupBox groupBox1;
  1042. private System.Windows.Forms.Label label7;
  1043. private System.Windows.Forms.TextBox tbCbd;
  1044. private System.Windows.Forms.Label label4;
  1045. private System.Windows.Forms.Label label6;
  1046. private System.Windows.Forms.TextBox tbCurPage;
  1047. private System.Windows.Forms.TextBox tbPageSize;
  1048. private System.Windows.Forms.TextBox tbUpdateTime;
  1049. private System.Windows.Forms.Label label5;
  1050. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateCellingPriceInfo;
  1051. private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateTypeLevelInfo;
  1052. }
  1053. }