BasicData.designer.cs 92 KB

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