BasicData.designer.cs 113 KB

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