FormMain.Designer.cs 93 KB

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