BasicData.designer.cs 115 KB

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