BasicData.designer.cs 103 KB

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