BasicData.designer.cs 93 KB

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