MaintainBasicData.Designer.cs 82 KB

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