DirectoryMap.Designer.cs 62 KB

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