DataManager.Designer.cs 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481
  1. namespace DataManager
  2. {
  3. partial class frmDataManager
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataManager));
  30. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  31. System.Windows.Forms.DataVisualization.Charting.Legend legend5 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  32. System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
  34. this.ctnDataCollection = new System.Windows.Forms.SplitContainer();
  35. this.dtpCollectionTaskDate = new System.Windows.Forms.DateTimePicker();
  36. this.btnCollectionSearch = new System.Windows.Forms.Button();
  37. this.txtCollectionProvider = new System.Windows.Forms.TextBox();
  38. this.lblProvider = new System.Windows.Forms.Label();
  39. this.txtCollectionEntity = new System.Windows.Forms.TextBox();
  40. this.lblEntityKeyword = new System.Windows.Forms.Label();
  41. this.cmbCollectionTaskStatus = new System.Windows.Forms.ComboBox();
  42. this.lblTaskStatus = new System.Windows.Forms.Label();
  43. this.cmbCollectionTaskType = new System.Windows.Forms.ComboBox();
  44. this.lblTaskType = new System.Windows.Forms.Label();
  45. this.lblUpdateDate = new System.Windows.Forms.Label();
  46. this.cmbCollector = new System.Windows.Forms.ComboBox();
  47. this.lblDataAnalyst = new System.Windows.Forms.Label();
  48. this.grdCollectionTask = new System.Windows.Forms.DataGridView();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. this.lblCollectionTaskCount = new System.Windows.Forms.Label();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.btnAddCollectionTask = new System.Windows.Forms.Button();
  53. this.tbcMain = new System.Windows.Forms.TabControl();
  54. this.tbpContact = new System.Windows.Forms.TabPage();
  55. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  56. this.dtpContactFollowUpDate = new System.Windows.Forms.DateTimePicker();
  57. this.dtpContactTaskDate = new System.Windows.Forms.DateTimePicker();
  58. this.cmbContactCompanySize = new System.Windows.Forms.ComboBox();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.cmbContactPriority = new System.Windows.Forms.ComboBox();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.label8 = new System.Windows.Forms.Label();
  63. this.btnContactSearch = new System.Windows.Forms.Button();
  64. this.txtContactCompany = new System.Windows.Forms.TextBox();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.cmbContactTaskStatus = new System.Windows.Forms.ComboBox();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.cmbContactTaskType = new System.Windows.Forms.ComboBox();
  69. this.label4 = new System.Windows.Forms.Label();
  70. this.label5 = new System.Windows.Forms.Label();
  71. this.cmbContactor = new System.Windows.Forms.ComboBox();
  72. this.label6 = new System.Windows.Forms.Label();
  73. this.panel4 = new System.Windows.Forms.Panel();
  74. this.lblContactTaskCount = new System.Windows.Forms.Label();
  75. this.label9 = new System.Windows.Forms.Label();
  76. this.btnAddContactTask = new System.Windows.Forms.Button();
  77. this.grdContactTask = new System.Windows.Forms.DataGridView();
  78. this.tbpCollection = new System.Windows.Forms.TabPage();
  79. this.tbpData = new System.Windows.Forms.TabPage();
  80. this.tabControl1 = new System.Windows.Forms.TabControl();
  81. this.tbpFund = new System.Windows.Forms.TabPage();
  82. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  83. this.pctFundExport = new System.Windows.Forms.PictureBox();
  84. this.label15 = new System.Windows.Forms.Label();
  85. this.btnSearchFund = new System.Windows.Forms.Button();
  86. this.txtFundKeyword = new System.Windows.Forms.TextBox();
  87. this.label10 = new System.Windows.Forms.Label();
  88. this.grdFundList = new System.Windows.Forms.DataGridView();
  89. this.tbpCompany = new System.Windows.Forms.TabPage();
  90. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  91. this.label14 = new System.Windows.Forms.Label();
  92. this.pctCompanyExport = new System.Windows.Forms.PictureBox();
  93. this.btnSearchCompany = new System.Windows.Forms.Button();
  94. this.txtCompanyKeyword = new System.Windows.Forms.TextBox();
  95. this.label12 = new System.Windows.Forms.Label();
  96. this.grdCompanyList = new System.Windows.Forms.DataGridView();
  97. this.tbpPeople = new System.Windows.Forms.TabPage();
  98. this.sstData = new System.Windows.Forms.StatusStrip();
  99. this.tbpReport = new System.Windows.Forms.TabPage();
  100. this.tabControl2 = new System.Windows.Forms.TabControl();
  101. this.tbpOrphanFund = new System.Windows.Forms.TabPage();
  102. this.grdOrphanFund = new System.Windows.Forms.DataGridView();
  103. this.panel2 = new System.Windows.Forms.Panel();
  104. this.chkIsOrphan = new System.Windows.Forms.CheckBox();
  105. this.btnOrphanFundSearch = new System.Windows.Forms.Button();
  106. this.txtOrphanProvider = new System.Windows.Forms.TextBox();
  107. this.label13 = new System.Windows.Forms.Label();
  108. this.tbpAuthorization = new System.Windows.Forms.TabPage();
  109. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  110. this.txtLocateEntity = new System.Windows.Forms.TextBox();
  111. this.btnEntityCoverage = new System.Windows.Forms.Button();
  112. this.chk0 = new System.Windows.Forms.CheckBox();
  113. this.chk5 = new System.Windows.Forms.CheckBox();
  114. this.chk10 = new System.Windows.Forms.CheckBox();
  115. this.chk20 = new System.Windows.Forms.CheckBox();
  116. this.chk50 = new System.Windows.Forms.CheckBox();
  117. this.chk100 = new System.Windows.Forms.CheckBox();
  118. this.splitContainer5 = new System.Windows.Forms.SplitContainer();
  119. this.splitContainer6 = new System.Windows.Forms.SplitContainer();
  120. this.chtEntityCoverage = new System.Windows.Forms.DataVisualization.Charting.Chart();
  121. this.grdEntityCoverage = new System.Windows.Forms.DataGridView();
  122. this.grdAuthorizedEntity = new System.Windows.Forms.DataGridView();
  123. this.panel3 = new System.Windows.Forms.Panel();
  124. this.rdbFund = new System.Windows.Forms.RadioButton();
  125. this.rdbCompany = new System.Windows.Forms.RadioButton();
  126. ((System.ComponentModel.ISupportInitialize)(this.ctnDataCollection)).BeginInit();
  127. this.ctnDataCollection.Panel1.SuspendLayout();
  128. this.ctnDataCollection.Panel2.SuspendLayout();
  129. this.ctnDataCollection.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.grdCollectionTask)).BeginInit();
  131. this.panel1.SuspendLayout();
  132. this.tbcMain.SuspendLayout();
  133. this.tbpContact.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  135. this.splitContainer1.Panel1.SuspendLayout();
  136. this.splitContainer1.Panel2.SuspendLayout();
  137. this.splitContainer1.SuspendLayout();
  138. this.panel4.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).BeginInit();
  140. this.tbpCollection.SuspendLayout();
  141. this.tbpData.SuspendLayout();
  142. this.tabControl1.SuspendLayout();
  143. this.tbpFund.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  145. this.splitContainer2.Panel1.SuspendLayout();
  146. this.splitContainer2.Panel2.SuspendLayout();
  147. this.splitContainer2.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.pctFundExport)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
  150. this.tbpCompany.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  152. this.splitContainer3.Panel1.SuspendLayout();
  153. this.splitContainer3.Panel2.SuspendLayout();
  154. this.splitContainer3.SuspendLayout();
  155. ((System.ComponentModel.ISupportInitialize)(this.pctCompanyExport)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).BeginInit();
  157. this.tbpReport.SuspendLayout();
  158. this.tabControl2.SuspendLayout();
  159. this.tbpOrphanFund.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.grdOrphanFund)).BeginInit();
  161. this.panel2.SuspendLayout();
  162. this.tbpAuthorization.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  164. this.splitContainer4.Panel1.SuspendLayout();
  165. this.splitContainer4.Panel2.SuspendLayout();
  166. this.splitContainer4.SuspendLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
  168. this.splitContainer5.Panel1.SuspendLayout();
  169. this.splitContainer5.Panel2.SuspendLayout();
  170. this.splitContainer5.SuspendLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
  172. this.splitContainer6.Panel1.SuspendLayout();
  173. this.splitContainer6.Panel2.SuspendLayout();
  174. this.splitContainer6.SuspendLayout();
  175. ((System.ComponentModel.ISupportInitialize)(this.chtEntityCoverage)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.grdEntityCoverage)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.grdAuthorizedEntity)).BeginInit();
  178. this.panel3.SuspendLayout();
  179. this.SuspendLayout();
  180. //
  181. // ctnDataCollection
  182. //
  183. this.ctnDataCollection.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.ctnDataCollection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.ctnDataCollection.Location = new System.Drawing.Point(6, 6);
  186. this.ctnDataCollection.Name = "ctnDataCollection";
  187. this.ctnDataCollection.Orientation = System.Windows.Forms.Orientation.Horizontal;
  188. //
  189. // ctnDataCollection.Panel1
  190. //
  191. this.ctnDataCollection.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  192. this.ctnDataCollection.Panel1.Controls.Add(this.dtpCollectionTaskDate);
  193. this.ctnDataCollection.Panel1.Controls.Add(this.btnCollectionSearch);
  194. this.ctnDataCollection.Panel1.Controls.Add(this.txtCollectionProvider);
  195. this.ctnDataCollection.Panel1.Controls.Add(this.lblProvider);
  196. this.ctnDataCollection.Panel1.Controls.Add(this.txtCollectionEntity);
  197. this.ctnDataCollection.Panel1.Controls.Add(this.lblEntityKeyword);
  198. this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollectionTaskStatus);
  199. this.ctnDataCollection.Panel1.Controls.Add(this.lblTaskStatus);
  200. this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollectionTaskType);
  201. this.ctnDataCollection.Panel1.Controls.Add(this.lblTaskType);
  202. this.ctnDataCollection.Panel1.Controls.Add(this.lblUpdateDate);
  203. this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollector);
  204. this.ctnDataCollection.Panel1.Controls.Add(this.lblDataAnalyst);
  205. this.ctnDataCollection.Panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. //
  207. // ctnDataCollection.Panel2
  208. //
  209. this.ctnDataCollection.Panel2.Controls.Add(this.grdCollectionTask);
  210. this.ctnDataCollection.Panel2.Controls.Add(this.panel1);
  211. this.ctnDataCollection.Size = new System.Drawing.Size(913, 590);
  212. this.ctnDataCollection.SplitterDistance = 147;
  213. this.ctnDataCollection.TabIndex = 2;
  214. //
  215. // dtpCollectionTaskDate
  216. //
  217. this.dtpCollectionTaskDate.Location = new System.Drawing.Point(306, 24);
  218. this.dtpCollectionTaskDate.Name = "dtpCollectionTaskDate";
  219. this.dtpCollectionTaskDate.Size = new System.Drawing.Size(121, 23);
  220. this.dtpCollectionTaskDate.TabIndex = 3;
  221. //
  222. // btnCollectionSearch
  223. //
  224. this.btnCollectionSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  225. this.btnCollectionSearch.BackColor = System.Drawing.Color.SkyBlue;
  226. this.btnCollectionSearch.Location = new System.Drawing.Point(771, 96);
  227. this.btnCollectionSearch.Name = "btnCollectionSearch";
  228. this.btnCollectionSearch.Size = new System.Drawing.Size(121, 28);
  229. this.btnCollectionSearch.TabIndex = 12;
  230. this.btnCollectionSearch.Text = "搜 索";
  231. this.btnCollectionSearch.UseVisualStyleBackColor = false;
  232. this.btnCollectionSearch.Click += new System.EventHandler(this.btnCollectionSearch_Click);
  233. //
  234. // txtCollectionProvider
  235. //
  236. this.txtCollectionProvider.Location = new System.Drawing.Point(79, 103);
  237. this.txtCollectionProvider.MaxLength = 100;
  238. this.txtCollectionProvider.Name = "txtCollectionProvider";
  239. this.txtCollectionProvider.Size = new System.Drawing.Size(348, 23);
  240. this.txtCollectionProvider.TabIndex = 11;
  241. //
  242. // lblProvider
  243. //
  244. this.lblProvider.AutoSize = true;
  245. this.lblProvider.Location = new System.Drawing.Point(29, 107);
  246. this.lblProvider.Name = "lblProvider";
  247. this.lblProvider.Size = new System.Drawing.Size(32, 17);
  248. this.lblProvider.TabIndex = 10;
  249. this.lblProvider.Text = "来源";
  250. //
  251. // txtCollectionEntity
  252. //
  253. this.txtCollectionEntity.Location = new System.Drawing.Point(79, 63);
  254. this.txtCollectionEntity.MaxLength = 100;
  255. this.txtCollectionEntity.Name = "txtCollectionEntity";
  256. this.txtCollectionEntity.Size = new System.Drawing.Size(348, 23);
  257. this.txtCollectionEntity.TabIndex = 9;
  258. //
  259. // lblEntityKeyword
  260. //
  261. this.lblEntityKeyword.AutoSize = true;
  262. this.lblEntityKeyword.Location = new System.Drawing.Point(29, 67);
  263. this.lblEntityKeyword.Name = "lblEntityKeyword";
  264. this.lblEntityKeyword.Size = new System.Drawing.Size(44, 17);
  265. this.lblEntityKeyword.TabIndex = 8;
  266. this.lblEntityKeyword.Text = "关键字";
  267. //
  268. // cmbCollectionTaskStatus
  269. //
  270. this.cmbCollectionTaskStatus.FormattingEnabled = true;
  271. this.cmbCollectionTaskStatus.Location = new System.Drawing.Point(771, 23);
  272. this.cmbCollectionTaskStatus.Name = "cmbCollectionTaskStatus";
  273. this.cmbCollectionTaskStatus.Size = new System.Drawing.Size(121, 25);
  274. this.cmbCollectionTaskStatus.TabIndex = 7;
  275. //
  276. // lblTaskStatus
  277. //
  278. this.lblTaskStatus.AutoSize = true;
  279. this.lblTaskStatus.Location = new System.Drawing.Point(721, 27);
  280. this.lblTaskStatus.Name = "lblTaskStatus";
  281. this.lblTaskStatus.Size = new System.Drawing.Size(32, 17);
  282. this.lblTaskStatus.TabIndex = 6;
  283. this.lblTaskStatus.Text = "状态";
  284. //
  285. // cmbCollectionTaskType
  286. //
  287. this.cmbCollectionTaskType.FormattingEnabled = true;
  288. this.cmbCollectionTaskType.Location = new System.Drawing.Point(539, 23);
  289. this.cmbCollectionTaskType.Name = "cmbCollectionTaskType";
  290. this.cmbCollectionTaskType.Size = new System.Drawing.Size(121, 25);
  291. this.cmbCollectionTaskType.TabIndex = 5;
  292. //
  293. // lblTaskType
  294. //
  295. this.lblTaskType.AutoSize = true;
  296. this.lblTaskType.Location = new System.Drawing.Point(489, 27);
  297. this.lblTaskType.Name = "lblTaskType";
  298. this.lblTaskType.Size = new System.Drawing.Size(32, 17);
  299. this.lblTaskType.TabIndex = 4;
  300. this.lblTaskType.Text = "任务";
  301. //
  302. // lblUpdateDate
  303. //
  304. this.lblUpdateDate.AutoSize = true;
  305. this.lblUpdateDate.Location = new System.Drawing.Point(256, 27);
  306. this.lblUpdateDate.Name = "lblUpdateDate";
  307. this.lblUpdateDate.Size = new System.Drawing.Size(32, 17);
  308. this.lblUpdateDate.TabIndex = 2;
  309. this.lblUpdateDate.Text = "日期";
  310. //
  311. // cmbCollector
  312. //
  313. this.cmbCollector.FormattingEnabled = true;
  314. this.cmbCollector.Location = new System.Drawing.Point(79, 23);
  315. this.cmbCollector.Name = "cmbCollector";
  316. this.cmbCollector.Size = new System.Drawing.Size(121, 25);
  317. this.cmbCollector.TabIndex = 1;
  318. //
  319. // lblDataAnalyst
  320. //
  321. this.lblDataAnalyst.AutoSize = true;
  322. this.lblDataAnalyst.Location = new System.Drawing.Point(29, 27);
  323. this.lblDataAnalyst.Name = "lblDataAnalyst";
  324. this.lblDataAnalyst.Size = new System.Drawing.Size(44, 17);
  325. this.lblDataAnalyst.TabIndex = 0;
  326. this.lblDataAnalyst.Text = "数据员";
  327. //
  328. // grdCollectionTask
  329. //
  330. this.grdCollectionTask.AllowUserToAddRows = false;
  331. this.grdCollectionTask.AllowUserToDeleteRows = false;
  332. this.grdCollectionTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  333. this.grdCollectionTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  334. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  335. dataGridViewCellStyle5.BackColor = System.Drawing.Color.WhiteSmoke;
  336. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  338. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  339. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  340. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  341. this.grdCollectionTask.DefaultCellStyle = dataGridViewCellStyle5;
  342. this.grdCollectionTask.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.grdCollectionTask.Location = new System.Drawing.Point(0, 53);
  344. this.grdCollectionTask.Name = "grdCollectionTask";
  345. this.grdCollectionTask.ReadOnly = true;
  346. this.grdCollectionTask.RowHeadersVisible = false;
  347. this.grdCollectionTask.RowTemplate.Height = 23;
  348. this.grdCollectionTask.Size = new System.Drawing.Size(913, 386);
  349. this.grdCollectionTask.TabIndex = 2;
  350. this.grdCollectionTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCollectionTask_CellClick);
  351. //
  352. // panel1
  353. //
  354. this.panel1.BackColor = System.Drawing.Color.PaleTurquoise;
  355. this.panel1.Controls.Add(this.lblCollectionTaskCount);
  356. this.panel1.Controls.Add(this.label11);
  357. this.panel1.Controls.Add(this.btnAddCollectionTask);
  358. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  359. this.panel1.Location = new System.Drawing.Point(0, 0);
  360. this.panel1.Name = "panel1";
  361. this.panel1.Size = new System.Drawing.Size(913, 53);
  362. this.panel1.TabIndex = 1;
  363. //
  364. // lblCollectionTaskCount
  365. //
  366. this.lblCollectionTaskCount.AutoSize = true;
  367. this.lblCollectionTaskCount.Location = new System.Drawing.Point(93, 19);
  368. this.lblCollectionTaskCount.Name = "lblCollectionTaskCount";
  369. this.lblCollectionTaskCount.Size = new System.Drawing.Size(15, 17);
  370. this.lblCollectionTaskCount.TabIndex = 6;
  371. this.lblCollectionTaskCount.Text = "0";
  372. //
  373. // label11
  374. //
  375. this.label11.AutoSize = true;
  376. this.label11.Location = new System.Drawing.Point(18, 19);
  377. this.label11.Name = "label11";
  378. this.label11.Size = new System.Drawing.Size(68, 17);
  379. this.label11.TabIndex = 5;
  380. this.label11.Text = "任务总数:";
  381. //
  382. // btnAddCollectionTask
  383. //
  384. this.btnAddCollectionTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  385. this.btnAddCollectionTask.BackColor = System.Drawing.Color.Transparent;
  386. this.btnAddCollectionTask.Location = new System.Drawing.Point(774, 13);
  387. this.btnAddCollectionTask.Name = "btnAddCollectionTask";
  388. this.btnAddCollectionTask.Size = new System.Drawing.Size(121, 28);
  389. this.btnAddCollectionTask.TabIndex = 1;
  390. this.btnAddCollectionTask.Text = "添 加 任 务";
  391. this.btnAddCollectionTask.UseVisualStyleBackColor = false;
  392. this.btnAddCollectionTask.Click += new System.EventHandler(this.btnAddCollectionTask_Click);
  393. //
  394. // tbcMain
  395. //
  396. this.tbcMain.Controls.Add(this.tbpContact);
  397. this.tbcMain.Controls.Add(this.tbpCollection);
  398. this.tbcMain.Controls.Add(this.tbpData);
  399. this.tbcMain.Controls.Add(this.tbpReport);
  400. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.tbcMain.ItemSize = new System.Drawing.Size(100, 28);
  403. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  404. this.tbcMain.Name = "tbcMain";
  405. this.tbcMain.SelectedIndex = 0;
  406. this.tbcMain.Size = new System.Drawing.Size(933, 638);
  407. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  408. this.tbcMain.TabIndex = 13;
  409. //
  410. // tbpContact
  411. //
  412. this.tbpContact.Controls.Add(this.splitContainer1);
  413. this.tbpContact.Location = new System.Drawing.Point(4, 32);
  414. this.tbpContact.Margin = new System.Windows.Forms.Padding(6);
  415. this.tbpContact.Name = "tbpContact";
  416. this.tbpContact.Padding = new System.Windows.Forms.Padding(6);
  417. this.tbpContact.Size = new System.Drawing.Size(925, 602);
  418. this.tbpContact.TabIndex = 1;
  419. this.tbpContact.Text = "联络";
  420. this.tbpContact.UseVisualStyleBackColor = true;
  421. //
  422. // splitContainer1
  423. //
  424. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  425. this.splitContainer1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.splitContainer1.Location = new System.Drawing.Point(6, 6);
  427. this.splitContainer1.Name = "splitContainer1";
  428. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  429. //
  430. // splitContainer1.Panel1
  431. //
  432. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  433. this.splitContainer1.Panel1.Controls.Add(this.dtpContactFollowUpDate);
  434. this.splitContainer1.Panel1.Controls.Add(this.dtpContactTaskDate);
  435. this.splitContainer1.Panel1.Controls.Add(this.cmbContactCompanySize);
  436. this.splitContainer1.Panel1.Controls.Add(this.label2);
  437. this.splitContainer1.Panel1.Controls.Add(this.cmbContactPriority);
  438. this.splitContainer1.Panel1.Controls.Add(this.label7);
  439. this.splitContainer1.Panel1.Controls.Add(this.label8);
  440. this.splitContainer1.Panel1.Controls.Add(this.btnContactSearch);
  441. this.splitContainer1.Panel1.Controls.Add(this.txtContactCompany);
  442. this.splitContainer1.Panel1.Controls.Add(this.label1);
  443. this.splitContainer1.Panel1.Controls.Add(this.cmbContactTaskStatus);
  444. this.splitContainer1.Panel1.Controls.Add(this.label3);
  445. this.splitContainer1.Panel1.Controls.Add(this.cmbContactTaskType);
  446. this.splitContainer1.Panel1.Controls.Add(this.label4);
  447. this.splitContainer1.Panel1.Controls.Add(this.label5);
  448. this.splitContainer1.Panel1.Controls.Add(this.cmbContactor);
  449. this.splitContainer1.Panel1.Controls.Add(this.label6);
  450. //
  451. // splitContainer1.Panel2
  452. //
  453. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
  454. this.splitContainer1.Panel2.Controls.Add(this.grdContactTask);
  455. this.splitContainer1.Panel2.Controls.Add(this.panel4);
  456. this.splitContainer1.Size = new System.Drawing.Size(913, 590);
  457. this.splitContainer1.SplitterDistance = 143;
  458. this.splitContainer1.TabIndex = 0;
  459. //
  460. // dtpContactFollowUpDate
  461. //
  462. this.dtpContactFollowUpDate.Location = new System.Drawing.Point(79, 64);
  463. this.dtpContactFollowUpDate.Name = "dtpContactFollowUpDate";
  464. this.dtpContactFollowUpDate.Size = new System.Drawing.Size(121, 23);
  465. this.dtpContactFollowUpDate.TabIndex = 22;
  466. //
  467. // dtpContactTaskDate
  468. //
  469. this.dtpContactTaskDate.Location = new System.Drawing.Point(306, 24);
  470. this.dtpContactTaskDate.Name = "dtpContactTaskDate";
  471. this.dtpContactTaskDate.Size = new System.Drawing.Size(121, 23);
  472. this.dtpContactTaskDate.TabIndex = 16;
  473. //
  474. // cmbContactCompanySize
  475. //
  476. this.cmbContactCompanySize.FormattingEnabled = true;
  477. this.cmbContactCompanySize.Location = new System.Drawing.Point(539, 63);
  478. this.cmbContactCompanySize.Name = "cmbContactCompanySize";
  479. this.cmbContactCompanySize.Size = new System.Drawing.Size(121, 25);
  480. this.cmbContactCompanySize.TabIndex = 31;
  481. //
  482. // label2
  483. //
  484. this.label2.AutoSize = true;
  485. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.label2.Location = new System.Drawing.Point(489, 67);
  487. this.label2.Name = "label2";
  488. this.label2.Size = new System.Drawing.Size(32, 17);
  489. this.label2.TabIndex = 30;
  490. this.label2.Text = "规模";
  491. //
  492. // cmbContactPriority
  493. //
  494. this.cmbContactPriority.FormattingEnabled = true;
  495. this.cmbContactPriority.Location = new System.Drawing.Point(306, 63);
  496. this.cmbContactPriority.Name = "cmbContactPriority";
  497. this.cmbContactPriority.Size = new System.Drawing.Size(121, 25);
  498. this.cmbContactPriority.TabIndex = 29;
  499. //
  500. // label7
  501. //
  502. this.label7.AutoSize = true;
  503. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.label7.Location = new System.Drawing.Point(256, 67);
  505. this.label7.Name = "label7";
  506. this.label7.Size = new System.Drawing.Size(44, 17);
  507. this.label7.TabIndex = 28;
  508. this.label7.Text = "优先级";
  509. //
  510. // label8
  511. //
  512. this.label8.AutoSize = true;
  513. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.label8.Location = new System.Drawing.Point(29, 67);
  515. this.label8.Name = "label8";
  516. this.label8.Size = new System.Drawing.Size(44, 17);
  517. this.label8.TabIndex = 26;
  518. this.label8.Text = "跟进日";
  519. //
  520. // btnContactSearch
  521. //
  522. this.btnContactSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  523. this.btnContactSearch.BackColor = System.Drawing.Color.SkyBlue;
  524. this.btnContactSearch.Location = new System.Drawing.Point(771, 96);
  525. this.btnContactSearch.Name = "btnContactSearch";
  526. this.btnContactSearch.Size = new System.Drawing.Size(121, 28);
  527. this.btnContactSearch.TabIndex = 35;
  528. this.btnContactSearch.Text = "搜 索";
  529. this.btnContactSearch.UseVisualStyleBackColor = false;
  530. this.btnContactSearch.Click += new System.EventHandler(this.btnContactSearch_Click);
  531. //
  532. // txtContactCompany
  533. //
  534. this.txtContactCompany.Location = new System.Drawing.Point(79, 103);
  535. this.txtContactCompany.MaxLength = 100;
  536. this.txtContactCompany.Name = "txtContactCompany";
  537. this.txtContactCompany.Size = new System.Drawing.Size(348, 23);
  538. this.txtContactCompany.TabIndex = 33;
  539. //
  540. // label1
  541. //
  542. this.label1.AutoSize = true;
  543. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.label1.Location = new System.Drawing.Point(29, 107);
  545. this.label1.Name = "label1";
  546. this.label1.Size = new System.Drawing.Size(32, 17);
  547. this.label1.TabIndex = 32;
  548. this.label1.Text = "公司";
  549. //
  550. // cmbContactTaskStatus
  551. //
  552. this.cmbContactTaskStatus.FormattingEnabled = true;
  553. this.cmbContactTaskStatus.Location = new System.Drawing.Point(771, 23);
  554. this.cmbContactTaskStatus.Name = "cmbContactTaskStatus";
  555. this.cmbContactTaskStatus.Size = new System.Drawing.Size(121, 25);
  556. this.cmbContactTaskStatus.TabIndex = 20;
  557. //
  558. // label3
  559. //
  560. this.label3.AutoSize = true;
  561. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  562. this.label3.Location = new System.Drawing.Point(721, 27);
  563. this.label3.Name = "label3";
  564. this.label3.Size = new System.Drawing.Size(32, 17);
  565. this.label3.TabIndex = 19;
  566. this.label3.Text = "状态";
  567. //
  568. // cmbContactTaskType
  569. //
  570. this.cmbContactTaskType.FormattingEnabled = true;
  571. this.cmbContactTaskType.Location = new System.Drawing.Point(539, 23);
  572. this.cmbContactTaskType.Name = "cmbContactTaskType";
  573. this.cmbContactTaskType.Size = new System.Drawing.Size(121, 25);
  574. this.cmbContactTaskType.TabIndex = 18;
  575. //
  576. // label4
  577. //
  578. this.label4.AutoSize = true;
  579. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.label4.Location = new System.Drawing.Point(489, 27);
  581. this.label4.Name = "label4";
  582. this.label4.Size = new System.Drawing.Size(32, 17);
  583. this.label4.TabIndex = 17;
  584. this.label4.Text = "任务";
  585. //
  586. // label5
  587. //
  588. this.label5.AutoSize = true;
  589. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.label5.Location = new System.Drawing.Point(256, 27);
  591. this.label5.Name = "label5";
  592. this.label5.Size = new System.Drawing.Size(32, 17);
  593. this.label5.TabIndex = 15;
  594. this.label5.Text = "日期";
  595. //
  596. // cmbContactor
  597. //
  598. this.cmbContactor.FormattingEnabled = true;
  599. this.cmbContactor.Location = new System.Drawing.Point(79, 23);
  600. this.cmbContactor.Name = "cmbContactor";
  601. this.cmbContactor.Size = new System.Drawing.Size(121, 25);
  602. this.cmbContactor.TabIndex = 14;
  603. //
  604. // label6
  605. //
  606. this.label6.AutoSize = true;
  607. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.label6.Location = new System.Drawing.Point(29, 27);
  609. this.label6.Name = "label6";
  610. this.label6.Size = new System.Drawing.Size(44, 17);
  611. this.label6.TabIndex = 13;
  612. this.label6.Text = "联络员";
  613. //
  614. // panel4
  615. //
  616. this.panel4.BackColor = System.Drawing.Color.Lavender;
  617. this.panel4.Controls.Add(this.lblContactTaskCount);
  618. this.panel4.Controls.Add(this.label9);
  619. this.panel4.Controls.Add(this.btnAddContactTask);
  620. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  621. this.panel4.Location = new System.Drawing.Point(0, 0);
  622. this.panel4.Name = "panel4";
  623. this.panel4.Size = new System.Drawing.Size(913, 58);
  624. this.panel4.TabIndex = 6;
  625. //
  626. // lblContactTaskCount
  627. //
  628. this.lblContactTaskCount.AutoSize = true;
  629. this.lblContactTaskCount.Location = new System.Drawing.Point(90, 20);
  630. this.lblContactTaskCount.Name = "lblContactTaskCount";
  631. this.lblContactTaskCount.Size = new System.Drawing.Size(15, 17);
  632. this.lblContactTaskCount.TabIndex = 3;
  633. this.lblContactTaskCount.Text = "0";
  634. //
  635. // label9
  636. //
  637. this.label9.AutoSize = true;
  638. this.label9.Location = new System.Drawing.Point(15, 20);
  639. this.label9.Name = "label9";
  640. this.label9.Size = new System.Drawing.Size(68, 17);
  641. this.label9.TabIndex = 2;
  642. this.label9.Text = "任务总数:";
  643. //
  644. // btnAddContactTask
  645. //
  646. this.btnAddContactTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  647. this.btnAddContactTask.BackColor = System.Drawing.Color.Transparent;
  648. this.btnAddContactTask.Location = new System.Drawing.Point(771, 14);
  649. this.btnAddContactTask.Name = "btnAddContactTask";
  650. this.btnAddContactTask.Size = new System.Drawing.Size(121, 28);
  651. this.btnAddContactTask.TabIndex = 1;
  652. this.btnAddContactTask.Text = "添 加 任 务";
  653. this.btnAddContactTask.UseVisualStyleBackColor = false;
  654. this.btnAddContactTask.Click += new System.EventHandler(this.btnAddContactTask_Click);
  655. //
  656. // grdContactTask
  657. //
  658. this.grdContactTask.AllowUserToAddRows = false;
  659. this.grdContactTask.AllowUserToDeleteRows = false;
  660. this.grdContactTask.AllowUserToOrderColumns = true;
  661. this.grdContactTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  662. this.grdContactTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  663. this.grdContactTask.Dock = System.Windows.Forms.DockStyle.Fill;
  664. this.grdContactTask.Location = new System.Drawing.Point(0, 0);
  665. this.grdContactTask.Name = "grdContactTask";
  666. this.grdContactTask.ReadOnly = true;
  667. this.grdContactTask.RowHeadersVisible = false;
  668. this.grdContactTask.RowTemplate.Height = 23;
  669. this.grdContactTask.Size = new System.Drawing.Size(913, 443);
  670. this.grdContactTask.TabIndex = 5;
  671. this.grdContactTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdContactTask_CellClick);
  672. //
  673. // tbpCollection
  674. //
  675. this.tbpCollection.Controls.Add(this.ctnDataCollection);
  676. this.tbpCollection.Location = new System.Drawing.Point(4, 32);
  677. this.tbpCollection.Margin = new System.Windows.Forms.Padding(6);
  678. this.tbpCollection.Name = "tbpCollection";
  679. this.tbpCollection.Padding = new System.Windows.Forms.Padding(6);
  680. this.tbpCollection.Size = new System.Drawing.Size(925, 602);
  681. this.tbpCollection.TabIndex = 0;
  682. this.tbpCollection.Text = "采集";
  683. this.tbpCollection.UseVisualStyleBackColor = true;
  684. //
  685. // tbpData
  686. //
  687. this.tbpData.BackColor = System.Drawing.Color.Transparent;
  688. this.tbpData.Controls.Add(this.tabControl1);
  689. this.tbpData.Controls.Add(this.sstData);
  690. this.tbpData.Location = new System.Drawing.Point(4, 32);
  691. this.tbpData.Margin = new System.Windows.Forms.Padding(6);
  692. this.tbpData.Name = "tbpData";
  693. this.tbpData.Padding = new System.Windows.Forms.Padding(6);
  694. this.tbpData.Size = new System.Drawing.Size(925, 602);
  695. this.tbpData.TabIndex = 2;
  696. this.tbpData.Text = "数据";
  697. //
  698. // tabControl1
  699. //
  700. this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  701. this.tabControl1.Controls.Add(this.tbpFund);
  702. this.tabControl1.Controls.Add(this.tbpCompany);
  703. this.tabControl1.Controls.Add(this.tbpPeople);
  704. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  705. this.tabControl1.ItemSize = new System.Drawing.Size(96, 26);
  706. this.tabControl1.Location = new System.Drawing.Point(6, 6);
  707. this.tabControl1.Multiline = true;
  708. this.tabControl1.Name = "tabControl1";
  709. this.tabControl1.SelectedIndex = 0;
  710. this.tabControl1.Size = new System.Drawing.Size(913, 568);
  711. this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  712. this.tabControl1.TabIndex = 0;
  713. //
  714. // tbpFund
  715. //
  716. this.tbpFund.Controls.Add(this.splitContainer2);
  717. this.tbpFund.Location = new System.Drawing.Point(4, 4);
  718. this.tbpFund.Name = "tbpFund";
  719. this.tbpFund.Padding = new System.Windows.Forms.Padding(3);
  720. this.tbpFund.Size = new System.Drawing.Size(905, 534);
  721. this.tbpFund.TabIndex = 0;
  722. this.tbpFund.Text = "基金";
  723. this.tbpFund.UseVisualStyleBackColor = true;
  724. //
  725. // splitContainer2
  726. //
  727. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  728. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  729. this.splitContainer2.Name = "splitContainer2";
  730. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  731. //
  732. // splitContainer2.Panel1
  733. //
  734. this.splitContainer2.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
  735. this.splitContainer2.Panel1.Controls.Add(this.pctFundExport);
  736. this.splitContainer2.Panel1.Controls.Add(this.label15);
  737. this.splitContainer2.Panel1.Controls.Add(this.btnSearchFund);
  738. this.splitContainer2.Panel1.Controls.Add(this.txtFundKeyword);
  739. this.splitContainer2.Panel1.Controls.Add(this.label10);
  740. //
  741. // splitContainer2.Panel2
  742. //
  743. this.splitContainer2.Panel2.Controls.Add(this.grdFundList);
  744. this.splitContainer2.Size = new System.Drawing.Size(899, 528);
  745. this.splitContainer2.SplitterDistance = 55;
  746. this.splitContainer2.TabIndex = 0;
  747. //
  748. // pctFundExport
  749. //
  750. this.pctFundExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  751. this.pctFundExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  752. this.pctFundExport.Image = ((System.Drawing.Image)(resources.GetObject("pctFundExport.Image")));
  753. this.pctFundExport.Location = new System.Drawing.Point(848, 14);
  754. this.pctFundExport.Name = "pctFundExport";
  755. this.pctFundExport.Size = new System.Drawing.Size(30, 30);
  756. this.pctFundExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  757. this.pctFundExport.TabIndex = 22;
  758. this.pctFundExport.TabStop = false;
  759. this.pctFundExport.Click += new System.EventHandler(this.pctFundExport_Click);
  760. //
  761. // label15
  762. //
  763. this.label15.AutoSize = true;
  764. this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  765. this.label15.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  766. this.label15.Location = new System.Drawing.Point(319, 19);
  767. this.label15.Name = "label15";
  768. this.label15.Size = new System.Drawing.Size(261, 17);
  769. this.label15.TabIndex = 21;
  770. this.label15.Text = "除了名字,还支持逗号分隔的基金ID或备案编码";
  771. //
  772. // btnSearchFund
  773. //
  774. this.btnSearchFund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  775. this.btnSearchFund.BackColor = System.Drawing.Color.SkyBlue;
  776. this.btnSearchFund.Location = new System.Drawing.Point(750, 15);
  777. this.btnSearchFund.Name = "btnSearchFund";
  778. this.btnSearchFund.Size = new System.Drawing.Size(82, 28);
  779. this.btnSearchFund.TabIndex = 15;
  780. this.btnSearchFund.Text = "搜 索";
  781. this.btnSearchFund.UseVisualStyleBackColor = false;
  782. this.btnSearchFund.Click += new System.EventHandler(this.btnSearchFund_Click);
  783. //
  784. // txtFundKeyword
  785. //
  786. this.txtFundKeyword.Location = new System.Drawing.Point(75, 17);
  787. this.txtFundKeyword.MaxLength = 100;
  788. this.txtFundKeyword.Name = "txtFundKeyword";
  789. this.txtFundKeyword.Size = new System.Drawing.Size(225, 25);
  790. this.txtFundKeyword.TabIndex = 14;
  791. this.txtFundKeyword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFundKeyword_KeyPress);
  792. //
  793. // label10
  794. //
  795. this.label10.AutoSize = true;
  796. this.label10.Location = new System.Drawing.Point(21, 20);
  797. this.label10.Name = "label10";
  798. this.label10.Size = new System.Drawing.Size(48, 19);
  799. this.label10.TabIndex = 13;
  800. this.label10.Text = "关键字";
  801. //
  802. // grdFundList
  803. //
  804. this.grdFundList.AllowUserToAddRows = false;
  805. this.grdFundList.AllowUserToDeleteRows = false;
  806. this.grdFundList.AllowUserToOrderColumns = true;
  807. this.grdFundList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  808. this.grdFundList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  809. this.grdFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  810. this.grdFundList.Location = new System.Drawing.Point(0, 0);
  811. this.grdFundList.Name = "grdFundList";
  812. this.grdFundList.ReadOnly = true;
  813. this.grdFundList.RowHeadersVisible = false;
  814. this.grdFundList.RowTemplate.Height = 23;
  815. this.grdFundList.Size = new System.Drawing.Size(899, 469);
  816. this.grdFundList.TabIndex = 0;
  817. this.grdFundList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellClick);
  818. //
  819. // tbpCompany
  820. //
  821. this.tbpCompany.BackColor = System.Drawing.Color.Transparent;
  822. this.tbpCompany.Controls.Add(this.splitContainer3);
  823. this.tbpCompany.Location = new System.Drawing.Point(4, 4);
  824. this.tbpCompany.Name = "tbpCompany";
  825. this.tbpCompany.Padding = new System.Windows.Forms.Padding(3);
  826. this.tbpCompany.Size = new System.Drawing.Size(905, 534);
  827. this.tbpCompany.TabIndex = 1;
  828. this.tbpCompany.Text = "公司";
  829. //
  830. // splitContainer3
  831. //
  832. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Top;
  833. this.splitContainer3.Location = new System.Drawing.Point(3, 3);
  834. this.splitContainer3.Name = "splitContainer3";
  835. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  836. //
  837. // splitContainer3.Panel1
  838. //
  839. this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Wheat;
  840. this.splitContainer3.Panel1.Controls.Add(this.label14);
  841. this.splitContainer3.Panel1.Controls.Add(this.pctCompanyExport);
  842. this.splitContainer3.Panel1.Controls.Add(this.btnSearchCompany);
  843. this.splitContainer3.Panel1.Controls.Add(this.txtCompanyKeyword);
  844. this.splitContainer3.Panel1.Controls.Add(this.label12);
  845. //
  846. // splitContainer3.Panel2
  847. //
  848. this.splitContainer3.Panel2.Controls.Add(this.grdCompanyList);
  849. this.splitContainer3.Size = new System.Drawing.Size(899, 525);
  850. this.splitContainer3.SplitterDistance = 61;
  851. this.splitContainer3.TabIndex = 0;
  852. //
  853. // label14
  854. //
  855. this.label14.AutoSize = true;
  856. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.label14.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  858. this.label14.Location = new System.Drawing.Point(310, 23);
  859. this.label14.Name = "label14";
  860. this.label14.Size = new System.Drawing.Size(261, 17);
  861. this.label14.TabIndex = 20;
  862. this.label14.Text = "除了名字,还支持逗号分隔的公司ID或协会编码";
  863. //
  864. // pctCompanyExport
  865. //
  866. this.pctCompanyExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  867. this.pctCompanyExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  868. this.pctCompanyExport.Image = ((System.Drawing.Image)(resources.GetObject("pctCompanyExport.Image")));
  869. this.pctCompanyExport.Location = new System.Drawing.Point(848, 16);
  870. this.pctCompanyExport.Name = "pctCompanyExport";
  871. this.pctCompanyExport.Size = new System.Drawing.Size(30, 30);
  872. this.pctCompanyExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  873. this.pctCompanyExport.TabIndex = 19;
  874. this.pctCompanyExport.TabStop = false;
  875. this.pctCompanyExport.Click += new System.EventHandler(this.pctCompanyExport_Click);
  876. //
  877. // btnSearchCompany
  878. //
  879. this.btnSearchCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  880. this.btnSearchCompany.BackColor = System.Drawing.Color.SkyBlue;
  881. this.btnSearchCompany.Location = new System.Drawing.Point(753, 17);
  882. this.btnSearchCompany.Name = "btnSearchCompany";
  883. this.btnSearchCompany.Size = new System.Drawing.Size(82, 28);
  884. this.btnSearchCompany.TabIndex = 18;
  885. this.btnSearchCompany.Text = "搜 索";
  886. this.btnSearchCompany.UseVisualStyleBackColor = false;
  887. this.btnSearchCompany.Click += new System.EventHandler(this.btnSearchCompany_Click);
  888. //
  889. // txtCompanyKeyword
  890. //
  891. this.txtCompanyKeyword.Location = new System.Drawing.Point(78, 19);
  892. this.txtCompanyKeyword.MaxLength = 100;
  893. this.txtCompanyKeyword.Name = "txtCompanyKeyword";
  894. this.txtCompanyKeyword.Size = new System.Drawing.Size(225, 25);
  895. this.txtCompanyKeyword.TabIndex = 17;
  896. this.txtCompanyKeyword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCompanyKeyword_KeyPress);
  897. //
  898. // label12
  899. //
  900. this.label12.AutoSize = true;
  901. this.label12.Location = new System.Drawing.Point(24, 22);
  902. this.label12.Name = "label12";
  903. this.label12.Size = new System.Drawing.Size(48, 19);
  904. this.label12.TabIndex = 16;
  905. this.label12.Text = "关键字";
  906. //
  907. // grdCompanyList
  908. //
  909. this.grdCompanyList.AllowUserToAddRows = false;
  910. this.grdCompanyList.AllowUserToDeleteRows = false;
  911. this.grdCompanyList.AllowUserToOrderColumns = true;
  912. this.grdCompanyList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  913. this.grdCompanyList.Dock = System.Windows.Forms.DockStyle.Fill;
  914. this.grdCompanyList.Location = new System.Drawing.Point(0, 0);
  915. this.grdCompanyList.Name = "grdCompanyList";
  916. this.grdCompanyList.RowHeadersVisible = false;
  917. this.grdCompanyList.RowTemplate.Height = 23;
  918. this.grdCompanyList.Size = new System.Drawing.Size(899, 460);
  919. this.grdCompanyList.TabIndex = 0;
  920. this.grdCompanyList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCompanyList_CellClick);
  921. //
  922. // tbpPeople
  923. //
  924. this.tbpPeople.Location = new System.Drawing.Point(4, 4);
  925. this.tbpPeople.Name = "tbpPeople";
  926. this.tbpPeople.Size = new System.Drawing.Size(905, 534);
  927. this.tbpPeople.TabIndex = 2;
  928. this.tbpPeople.Text = "人物";
  929. this.tbpPeople.UseVisualStyleBackColor = true;
  930. //
  931. // sstData
  932. //
  933. this.sstData.Location = new System.Drawing.Point(6, 574);
  934. this.sstData.Name = "sstData";
  935. this.sstData.Size = new System.Drawing.Size(913, 22);
  936. this.sstData.TabIndex = 1;
  937. //
  938. // tbpReport
  939. //
  940. this.tbpReport.Controls.Add(this.tabControl2);
  941. this.tbpReport.Location = new System.Drawing.Point(4, 32);
  942. this.tbpReport.Name = "tbpReport";
  943. this.tbpReport.Size = new System.Drawing.Size(925, 602);
  944. this.tbpReport.TabIndex = 3;
  945. this.tbpReport.Text = "质检";
  946. this.tbpReport.UseVisualStyleBackColor = true;
  947. //
  948. // tabControl2
  949. //
  950. this.tabControl2.Alignment = System.Windows.Forms.TabAlignment.Left;
  951. this.tabControl2.Controls.Add(this.tbpOrphanFund);
  952. this.tabControl2.Controls.Add(this.tbpAuthorization);
  953. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  954. this.tabControl2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  955. this.tabControl2.ItemSize = new System.Drawing.Size(80, 30);
  956. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  957. this.tabControl2.Multiline = true;
  958. this.tabControl2.Name = "tabControl2";
  959. this.tabControl2.SelectedIndex = 0;
  960. this.tabControl2.Size = new System.Drawing.Size(925, 602);
  961. this.tabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  962. this.tabControl2.TabIndex = 0;
  963. //
  964. // tbpOrphanFund
  965. //
  966. this.tbpOrphanFund.Controls.Add(this.grdOrphanFund);
  967. this.tbpOrphanFund.Controls.Add(this.panel2);
  968. this.tbpOrphanFund.Location = new System.Drawing.Point(34, 4);
  969. this.tbpOrphanFund.Name = "tbpOrphanFund";
  970. this.tbpOrphanFund.Padding = new System.Windows.Forms.Padding(3);
  971. this.tbpOrphanFund.Size = new System.Drawing.Size(887, 594);
  972. this.tbpOrphanFund.TabIndex = 0;
  973. this.tbpOrphanFund.Text = "孤儿基金";
  974. this.tbpOrphanFund.UseVisualStyleBackColor = true;
  975. //
  976. // grdOrphanFund
  977. //
  978. this.grdOrphanFund.AllowUserToAddRows = false;
  979. this.grdOrphanFund.AllowUserToDeleteRows = false;
  980. this.grdOrphanFund.AllowUserToOrderColumns = true;
  981. this.grdOrphanFund.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  982. this.grdOrphanFund.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  983. this.grdOrphanFund.Dock = System.Windows.Forms.DockStyle.Fill;
  984. this.grdOrphanFund.Location = new System.Drawing.Point(3, 56);
  985. this.grdOrphanFund.Name = "grdOrphanFund";
  986. this.grdOrphanFund.ReadOnly = true;
  987. this.grdOrphanFund.RowHeadersVisible = false;
  988. this.grdOrphanFund.RowTemplate.Height = 23;
  989. this.grdOrphanFund.Size = new System.Drawing.Size(881, 535);
  990. this.grdOrphanFund.TabIndex = 10;
  991. this.grdOrphanFund.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdOrphanFund_CellClick);
  992. //
  993. // panel2
  994. //
  995. this.panel2.BackColor = System.Drawing.Color.Cornsilk;
  996. this.panel2.Controls.Add(this.chkIsOrphan);
  997. this.panel2.Controls.Add(this.btnOrphanFundSearch);
  998. this.panel2.Controls.Add(this.txtOrphanProvider);
  999. this.panel2.Controls.Add(this.label13);
  1000. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  1001. this.panel2.Location = new System.Drawing.Point(3, 3);
  1002. this.panel2.Name = "panel2";
  1003. this.panel2.Size = new System.Drawing.Size(881, 53);
  1004. this.panel2.TabIndex = 0;
  1005. //
  1006. // chkIsOrphan
  1007. //
  1008. this.chkIsOrphan.AutoSize = true;
  1009. this.chkIsOrphan.Checked = true;
  1010. this.chkIsOrphan.CheckState = System.Windows.Forms.CheckState.Checked;
  1011. this.chkIsOrphan.Location = new System.Drawing.Point(302, 14);
  1012. this.chkIsOrphan.Name = "chkIsOrphan";
  1013. this.chkIsOrphan.Size = new System.Drawing.Size(93, 23);
  1014. this.chkIsOrphan.TabIndex = 3;
  1015. this.chkIsOrphan.Text = "未连接基金";
  1016. this.chkIsOrphan.UseVisualStyleBackColor = true;
  1017. //
  1018. // btnOrphanFundSearch
  1019. //
  1020. this.btnOrphanFundSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1021. this.btnOrphanFundSearch.BackColor = System.Drawing.Color.SkyBlue;
  1022. this.btnOrphanFundSearch.Location = new System.Drawing.Point(739, 11);
  1023. this.btnOrphanFundSearch.Name = "btnOrphanFundSearch";
  1024. this.btnOrphanFundSearch.Size = new System.Drawing.Size(121, 28);
  1025. this.btnOrphanFundSearch.TabIndex = 9;
  1026. this.btnOrphanFundSearch.Text = "搜 索";
  1027. this.btnOrphanFundSearch.UseVisualStyleBackColor = false;
  1028. this.btnOrphanFundSearch.Click += new System.EventHandler(this.btnOrphanFundSearch_Click);
  1029. //
  1030. // txtOrphanProvider
  1031. //
  1032. this.txtOrphanProvider.Location = new System.Drawing.Point(89, 13);
  1033. this.txtOrphanProvider.MaxLength = 100;
  1034. this.txtOrphanProvider.Name = "txtOrphanProvider";
  1035. this.txtOrphanProvider.Size = new System.Drawing.Size(171, 25);
  1036. this.txtOrphanProvider.TabIndex = 1;
  1037. this.txtOrphanProvider.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOrphanProvider_KeyPress);
  1038. //
  1039. // label13
  1040. //
  1041. this.label13.AutoSize = true;
  1042. this.label13.Location = new System.Drawing.Point(20, 16);
  1043. this.label13.Name = "label13";
  1044. this.label13.Size = new System.Drawing.Size(48, 19);
  1045. this.label13.TabIndex = 0;
  1046. this.label13.Text = "数据源";
  1047. //
  1048. // tbpAuthorization
  1049. //
  1050. this.tbpAuthorization.Controls.Add(this.splitContainer4);
  1051. this.tbpAuthorization.Controls.Add(this.panel3);
  1052. this.tbpAuthorization.Location = new System.Drawing.Point(34, 4);
  1053. this.tbpAuthorization.Name = "tbpAuthorization";
  1054. this.tbpAuthorization.Size = new System.Drawing.Size(887, 594);
  1055. this.tbpAuthorization.TabIndex = 1;
  1056. this.tbpAuthorization.Text = "协议授权";
  1057. this.tbpAuthorization.UseVisualStyleBackColor = true;
  1058. //
  1059. // splitContainer4
  1060. //
  1061. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  1062. this.splitContainer4.Location = new System.Drawing.Point(0, 49);
  1063. this.splitContainer4.Name = "splitContainer4";
  1064. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1065. //
  1066. // splitContainer4.Panel1
  1067. //
  1068. this.splitContainer4.Panel1.Controls.Add(this.txtLocateEntity);
  1069. this.splitContainer4.Panel1.Controls.Add(this.btnEntityCoverage);
  1070. this.splitContainer4.Panel1.Controls.Add(this.chk0);
  1071. this.splitContainer4.Panel1.Controls.Add(this.chk5);
  1072. this.splitContainer4.Panel1.Controls.Add(this.chk10);
  1073. this.splitContainer4.Panel1.Controls.Add(this.chk20);
  1074. this.splitContainer4.Panel1.Controls.Add(this.chk50);
  1075. this.splitContainer4.Panel1.Controls.Add(this.chk100);
  1076. //
  1077. // splitContainer4.Panel2
  1078. //
  1079. this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
  1080. this.splitContainer4.Size = new System.Drawing.Size(887, 545);
  1081. this.splitContainer4.SplitterDistance = 48;
  1082. this.splitContainer4.TabIndex = 1;
  1083. //
  1084. // txtLocateEntity
  1085. //
  1086. this.txtLocateEntity.Location = new System.Drawing.Point(567, 13);
  1087. this.txtLocateEntity.MaxLength = 100;
  1088. this.txtLocateEntity.Name = "txtLocateEntity";
  1089. this.txtLocateEntity.Size = new System.Drawing.Size(175, 25);
  1090. this.txtLocateEntity.TabIndex = 6;
  1091. this.txtLocateEntity.TextChanged += new System.EventHandler(this.txtLocateEntity_TextChanged);
  1092. //
  1093. // btnEntityCoverage
  1094. //
  1095. this.btnEntityCoverage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1096. this.btnEntityCoverage.BackColor = System.Drawing.Color.SkyBlue;
  1097. this.btnEntityCoverage.Location = new System.Drawing.Point(748, 11);
  1098. this.btnEntityCoverage.Name = "btnEntityCoverage";
  1099. this.btnEntityCoverage.Size = new System.Drawing.Size(121, 28);
  1100. this.btnEntityCoverage.TabIndex = 10;
  1101. this.btnEntityCoverage.Text = "搜 索";
  1102. this.btnEntityCoverage.UseVisualStyleBackColor = false;
  1103. this.btnEntityCoverage.Click += new System.EventHandler(this.btnEntityCoverage_Click);
  1104. //
  1105. // chk0
  1106. //
  1107. this.chk0.AutoSize = true;
  1108. this.chk0.Location = new System.Drawing.Point(457, 14);
  1109. this.chk0.Name = "chk0";
  1110. this.chk0.Size = new System.Drawing.Size(63, 23);
  1111. this.chk0.TabIndex = 5;
  1112. this.chk0.Text = "0-5亿";
  1113. this.chk0.UseVisualStyleBackColor = true;
  1114. this.chk0.CheckedChanged += new System.EventHandler(this.chk0_CheckedChanged);
  1115. //
  1116. // chk5
  1117. //
  1118. this.chk5.AutoSize = true;
  1119. this.chk5.Checked = true;
  1120. this.chk5.CheckState = System.Windows.Forms.CheckState.Checked;
  1121. this.chk5.Location = new System.Drawing.Point(373, 14);
  1122. this.chk5.Name = "chk5";
  1123. this.chk5.Size = new System.Drawing.Size(71, 23);
  1124. this.chk5.TabIndex = 4;
  1125. this.chk5.Text = "5-10亿";
  1126. this.chk5.UseVisualStyleBackColor = true;
  1127. this.chk5.CheckedChanged += new System.EventHandler(this.chk5_CheckedChanged);
  1128. //
  1129. // chk10
  1130. //
  1131. this.chk10.AutoSize = true;
  1132. this.chk10.Checked = true;
  1133. this.chk10.CheckState = System.Windows.Forms.CheckState.Checked;
  1134. this.chk10.Location = new System.Drawing.Point(283, 14);
  1135. this.chk10.Name = "chk10";
  1136. this.chk10.Size = new System.Drawing.Size(79, 23);
  1137. this.chk10.TabIndex = 3;
  1138. this.chk10.Text = "10-20亿";
  1139. this.chk10.UseVisualStyleBackColor = true;
  1140. this.chk10.CheckedChanged += new System.EventHandler(this.chk10_CheckedChanged);
  1141. //
  1142. // chk20
  1143. //
  1144. this.chk20.AutoSize = true;
  1145. this.chk20.Checked = true;
  1146. this.chk20.CheckState = System.Windows.Forms.CheckState.Checked;
  1147. this.chk20.Location = new System.Drawing.Point(193, 14);
  1148. this.chk20.Name = "chk20";
  1149. this.chk20.Size = new System.Drawing.Size(79, 23);
  1150. this.chk20.TabIndex = 2;
  1151. this.chk20.Text = "20-50亿";
  1152. this.chk20.UseVisualStyleBackColor = true;
  1153. this.chk20.CheckedChanged += new System.EventHandler(this.chk20_CheckedChanged);
  1154. //
  1155. // chk50
  1156. //
  1157. this.chk50.AutoSize = true;
  1158. this.chk50.Checked = true;
  1159. this.chk50.CheckState = System.Windows.Forms.CheckState.Checked;
  1160. this.chk50.Location = new System.Drawing.Point(100, 14);
  1161. this.chk50.Name = "chk50";
  1162. this.chk50.Size = new System.Drawing.Size(87, 23);
  1163. this.chk50.TabIndex = 1;
  1164. this.chk50.Text = "50-100亿";
  1165. this.chk50.UseVisualStyleBackColor = true;
  1166. this.chk50.CheckedChanged += new System.EventHandler(this.chk50_CheckedChanged);
  1167. //
  1168. // chk100
  1169. //
  1170. this.chk100.AutoSize = true;
  1171. this.chk100.Checked = true;
  1172. this.chk100.CheckState = System.Windows.Forms.CheckState.Checked;
  1173. this.chk100.Location = new System.Drawing.Point(13, 14);
  1174. this.chk100.Name = "chk100";
  1175. this.chk100.Size = new System.Drawing.Size(75, 23);
  1176. this.chk100.TabIndex = 0;
  1177. this.chk100.Text = ">100亿";
  1178. this.chk100.UseVisualStyleBackColor = true;
  1179. this.chk100.CheckedChanged += new System.EventHandler(this.chk100_CheckedChanged);
  1180. //
  1181. // splitContainer5
  1182. //
  1183. this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
  1184. this.splitContainer5.Location = new System.Drawing.Point(0, 0);
  1185. this.splitContainer5.Name = "splitContainer5";
  1186. //
  1187. // splitContainer5.Panel1
  1188. //
  1189. this.splitContainer5.Panel1.Controls.Add(this.splitContainer6);
  1190. //
  1191. // splitContainer5.Panel2
  1192. //
  1193. this.splitContainer5.Panel2.Controls.Add(this.grdAuthorizedEntity);
  1194. this.splitContainer5.Size = new System.Drawing.Size(887, 493);
  1195. this.splitContainer5.SplitterDistance = 422;
  1196. this.splitContainer5.TabIndex = 0;
  1197. //
  1198. // splitContainer6
  1199. //
  1200. this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
  1201. this.splitContainer6.Location = new System.Drawing.Point(0, 0);
  1202. this.splitContainer6.Name = "splitContainer6";
  1203. this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1204. //
  1205. // splitContainer6.Panel1
  1206. //
  1207. this.splitContainer6.Panel1.Controls.Add(this.chtEntityCoverage);
  1208. //
  1209. // splitContainer6.Panel2
  1210. //
  1211. this.splitContainer6.Panel2.Controls.Add(this.grdEntityCoverage);
  1212. this.splitContainer6.Size = new System.Drawing.Size(422, 493);
  1213. this.splitContainer6.SplitterDistance = 299;
  1214. this.splitContainer6.TabIndex = 0;
  1215. //
  1216. // chtEntityCoverage
  1217. //
  1218. this.chtEntityCoverage.BackColor = System.Drawing.Color.Transparent;
  1219. this.chtEntityCoverage.BorderlineColor = System.Drawing.Color.Black;
  1220. this.chtEntityCoverage.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
  1221. chartArea5.Name = "ChartArea1";
  1222. this.chtEntityCoverage.ChartAreas.Add(chartArea5);
  1223. this.chtEntityCoverage.Dock = System.Windows.Forms.DockStyle.Fill;
  1224. legend5.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
  1225. legend5.Name = "Legend1";
  1226. legend5.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1227. this.chtEntityCoverage.Legends.Add(legend5);
  1228. this.chtEntityCoverage.Location = new System.Drawing.Point(0, 0);
  1229. this.chtEntityCoverage.Name = "chtEntityCoverage";
  1230. series5.ChartArea = "ChartArea1";
  1231. series5.Legend = "Legend1";
  1232. series5.Name = "Series1";
  1233. this.chtEntityCoverage.Series.Add(series5);
  1234. this.chtEntityCoverage.Size = new System.Drawing.Size(422, 299);
  1235. this.chtEntityCoverage.TabIndex = 0;
  1236. title5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1237. title5.Name = "Title1";
  1238. title5.Text = "协议授权覆盖%";
  1239. this.chtEntityCoverage.Titles.Add(title5);
  1240. //
  1241. // grdEntityCoverage
  1242. //
  1243. this.grdEntityCoverage.AllowUserToAddRows = false;
  1244. this.grdEntityCoverage.AllowUserToDeleteRows = false;
  1245. this.grdEntityCoverage.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  1246. this.grdEntityCoverage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1247. this.grdEntityCoverage.Dock = System.Windows.Forms.DockStyle.Fill;
  1248. this.grdEntityCoverage.Location = new System.Drawing.Point(0, 0);
  1249. this.grdEntityCoverage.Name = "grdEntityCoverage";
  1250. this.grdEntityCoverage.ReadOnly = true;
  1251. this.grdEntityCoverage.RowHeadersVisible = false;
  1252. this.grdEntityCoverage.RowTemplate.Height = 23;
  1253. this.grdEntityCoverage.Size = new System.Drawing.Size(422, 190);
  1254. this.grdEntityCoverage.TabIndex = 0;
  1255. //
  1256. // grdAuthorizedEntity
  1257. //
  1258. this.grdAuthorizedEntity.AllowUserToAddRows = false;
  1259. this.grdAuthorizedEntity.AllowUserToOrderColumns = true;
  1260. this.grdAuthorizedEntity.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1261. this.grdAuthorizedEntity.Dock = System.Windows.Forms.DockStyle.Fill;
  1262. this.grdAuthorizedEntity.Location = new System.Drawing.Point(0, 0);
  1263. this.grdAuthorizedEntity.Name = "grdAuthorizedEntity";
  1264. this.grdAuthorizedEntity.ReadOnly = true;
  1265. this.grdAuthorizedEntity.RowHeadersVisible = false;
  1266. this.grdAuthorizedEntity.RowTemplate.Height = 23;
  1267. this.grdAuthorizedEntity.Size = new System.Drawing.Size(461, 493);
  1268. this.grdAuthorizedEntity.TabIndex = 0;
  1269. this.grdAuthorizedEntity.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdAuthorizedEntity_CellClick);
  1270. //
  1271. // panel3
  1272. //
  1273. this.panel3.BackColor = System.Drawing.Color.MistyRose;
  1274. this.panel3.Controls.Add(this.rdbFund);
  1275. this.panel3.Controls.Add(this.rdbCompany);
  1276. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  1277. this.panel3.Location = new System.Drawing.Point(0, 0);
  1278. this.panel3.Name = "panel3";
  1279. this.panel3.Size = new System.Drawing.Size(887, 49);
  1280. this.panel3.TabIndex = 0;
  1281. //
  1282. // rdbFund
  1283. //
  1284. this.rdbFund.AutoSize = true;
  1285. this.rdbFund.Location = new System.Drawing.Point(125, 12);
  1286. this.rdbFund.Name = "rdbFund";
  1287. this.rdbFund.Size = new System.Drawing.Size(53, 23);
  1288. this.rdbFund.TabIndex = 1;
  1289. this.rdbFund.Text = "基金";
  1290. this.rdbFund.UseVisualStyleBackColor = true;
  1291. this.rdbFund.CheckedChanged += new System.EventHandler(this.rdbFund_CheckedChanged);
  1292. //
  1293. // rdbCompany
  1294. //
  1295. this.rdbCompany.AutoSize = true;
  1296. this.rdbCompany.Checked = true;
  1297. this.rdbCompany.Location = new System.Drawing.Point(38, 12);
  1298. this.rdbCompany.Name = "rdbCompany";
  1299. this.rdbCompany.Size = new System.Drawing.Size(53, 23);
  1300. this.rdbCompany.TabIndex = 0;
  1301. this.rdbCompany.TabStop = true;
  1302. this.rdbCompany.Text = "公司";
  1303. this.rdbCompany.UseVisualStyleBackColor = true;
  1304. this.rdbCompany.CheckedChanged += new System.EventHandler(this.rdbCompany_CheckedChanged);
  1305. //
  1306. // frmDataManager
  1307. //
  1308. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  1309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1310. this.ClientSize = new System.Drawing.Size(933, 638);
  1311. this.Controls.Add(this.tbcMain);
  1312. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1313. this.Margin = new System.Windows.Forms.Padding(4);
  1314. this.Name = "frmDataManager";
  1315. this.Text = "DataManager";
  1316. this.ctnDataCollection.Panel1.ResumeLayout(false);
  1317. this.ctnDataCollection.Panel1.PerformLayout();
  1318. this.ctnDataCollection.Panel2.ResumeLayout(false);
  1319. ((System.ComponentModel.ISupportInitialize)(this.ctnDataCollection)).EndInit();
  1320. this.ctnDataCollection.ResumeLayout(false);
  1321. ((System.ComponentModel.ISupportInitialize)(this.grdCollectionTask)).EndInit();
  1322. this.panel1.ResumeLayout(false);
  1323. this.panel1.PerformLayout();
  1324. this.tbcMain.ResumeLayout(false);
  1325. this.tbpContact.ResumeLayout(false);
  1326. this.splitContainer1.Panel1.ResumeLayout(false);
  1327. this.splitContainer1.Panel1.PerformLayout();
  1328. this.splitContainer1.Panel2.ResumeLayout(false);
  1329. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1330. this.splitContainer1.ResumeLayout(false);
  1331. this.panel4.ResumeLayout(false);
  1332. this.panel4.PerformLayout();
  1333. ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).EndInit();
  1334. this.tbpCollection.ResumeLayout(false);
  1335. this.tbpData.ResumeLayout(false);
  1336. this.tbpData.PerformLayout();
  1337. this.tabControl1.ResumeLayout(false);
  1338. this.tbpFund.ResumeLayout(false);
  1339. this.splitContainer2.Panel1.ResumeLayout(false);
  1340. this.splitContainer2.Panel1.PerformLayout();
  1341. this.splitContainer2.Panel2.ResumeLayout(false);
  1342. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1343. this.splitContainer2.ResumeLayout(false);
  1344. ((System.ComponentModel.ISupportInitialize)(this.pctFundExport)).EndInit();
  1345. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
  1346. this.tbpCompany.ResumeLayout(false);
  1347. this.splitContainer3.Panel1.ResumeLayout(false);
  1348. this.splitContainer3.Panel1.PerformLayout();
  1349. this.splitContainer3.Panel2.ResumeLayout(false);
  1350. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1351. this.splitContainer3.ResumeLayout(false);
  1352. ((System.ComponentModel.ISupportInitialize)(this.pctCompanyExport)).EndInit();
  1353. ((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).EndInit();
  1354. this.tbpReport.ResumeLayout(false);
  1355. this.tabControl2.ResumeLayout(false);
  1356. this.tbpOrphanFund.ResumeLayout(false);
  1357. ((System.ComponentModel.ISupportInitialize)(this.grdOrphanFund)).EndInit();
  1358. this.panel2.ResumeLayout(false);
  1359. this.panel2.PerformLayout();
  1360. this.tbpAuthorization.ResumeLayout(false);
  1361. this.splitContainer4.Panel1.ResumeLayout(false);
  1362. this.splitContainer4.Panel1.PerformLayout();
  1363. this.splitContainer4.Panel2.ResumeLayout(false);
  1364. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1365. this.splitContainer4.ResumeLayout(false);
  1366. this.splitContainer5.Panel1.ResumeLayout(false);
  1367. this.splitContainer5.Panel2.ResumeLayout(false);
  1368. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
  1369. this.splitContainer5.ResumeLayout(false);
  1370. this.splitContainer6.Panel1.ResumeLayout(false);
  1371. this.splitContainer6.Panel2.ResumeLayout(false);
  1372. ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
  1373. this.splitContainer6.ResumeLayout(false);
  1374. ((System.ComponentModel.ISupportInitialize)(this.chtEntityCoverage)).EndInit();
  1375. ((System.ComponentModel.ISupportInitialize)(this.grdEntityCoverage)).EndInit();
  1376. ((System.ComponentModel.ISupportInitialize)(this.grdAuthorizedEntity)).EndInit();
  1377. this.panel3.ResumeLayout(false);
  1378. this.panel3.PerformLayout();
  1379. this.ResumeLayout(false);
  1380. }
  1381. #endregion
  1382. private System.Windows.Forms.SplitContainer ctnDataCollection;
  1383. private System.Windows.Forms.ComboBox cmbCollector;
  1384. private System.Windows.Forms.Label lblDataAnalyst;
  1385. private System.Windows.Forms.TextBox txtCollectionEntity;
  1386. private System.Windows.Forms.Label lblEntityKeyword;
  1387. private System.Windows.Forms.ComboBox cmbCollectionTaskStatus;
  1388. private System.Windows.Forms.Label lblTaskStatus;
  1389. private System.Windows.Forms.ComboBox cmbCollectionTaskType;
  1390. private System.Windows.Forms.Label lblTaskType;
  1391. private System.Windows.Forms.Label lblUpdateDate;
  1392. private System.Windows.Forms.TextBox txtCollectionProvider;
  1393. private System.Windows.Forms.Label lblProvider;
  1394. private System.Windows.Forms.Button btnCollectionSearch;
  1395. private System.Windows.Forms.DataGridView grdCollectionTask;
  1396. private System.Windows.Forms.TabControl tbcMain;
  1397. private System.Windows.Forms.TabPage tbpCollection;
  1398. private System.Windows.Forms.TabPage tbpContact;
  1399. private System.Windows.Forms.SplitContainer splitContainer1;
  1400. private System.Windows.Forms.Button btnContactSearch;
  1401. private System.Windows.Forms.TextBox txtContactCompany;
  1402. private System.Windows.Forms.Label label1;
  1403. private System.Windows.Forms.ComboBox cmbContactTaskStatus;
  1404. private System.Windows.Forms.Label label3;
  1405. private System.Windows.Forms.ComboBox cmbContactTaskType;
  1406. private System.Windows.Forms.Label label4;
  1407. private System.Windows.Forms.Label label5;
  1408. private System.Windows.Forms.ComboBox cmbContactor;
  1409. private System.Windows.Forms.Label label6;
  1410. private System.Windows.Forms.DataGridView grdContactTask;
  1411. private System.Windows.Forms.TabPage tbpData;
  1412. private System.Windows.Forms.ComboBox cmbContactCompanySize;
  1413. private System.Windows.Forms.Label label2;
  1414. private System.Windows.Forms.ComboBox cmbContactPriority;
  1415. private System.Windows.Forms.Label label7;
  1416. private System.Windows.Forms.Label label8;
  1417. private System.Windows.Forms.Button btnAddContactTask;
  1418. private System.Windows.Forms.DateTimePicker dtpContactTaskDate;
  1419. private System.Windows.Forms.DateTimePicker dtpContactFollowUpDate;
  1420. private System.Windows.Forms.Label lblContactTaskCount;
  1421. private System.Windows.Forms.Label label9;
  1422. private System.Windows.Forms.DateTimePicker dtpCollectionTaskDate;
  1423. private System.Windows.Forms.Panel panel1;
  1424. private System.Windows.Forms.Label lblCollectionTaskCount;
  1425. private System.Windows.Forms.Label label11;
  1426. private System.Windows.Forms.Button btnAddCollectionTask;
  1427. private System.Windows.Forms.TabControl tabControl1;
  1428. private System.Windows.Forms.TabPage tbpFund;
  1429. private System.Windows.Forms.TabPage tbpCompany;
  1430. private System.Windows.Forms.SplitContainer splitContainer2;
  1431. private System.Windows.Forms.TabPage tbpPeople;
  1432. private System.Windows.Forms.Button btnSearchFund;
  1433. private System.Windows.Forms.TextBox txtFundKeyword;
  1434. private System.Windows.Forms.Label label10;
  1435. private System.Windows.Forms.DataGridView grdFundList;
  1436. private System.Windows.Forms.StatusStrip sstData;
  1437. private System.Windows.Forms.SplitContainer splitContainer3;
  1438. private System.Windows.Forms.Button btnSearchCompany;
  1439. private System.Windows.Forms.TextBox txtCompanyKeyword;
  1440. private System.Windows.Forms.Label label12;
  1441. private System.Windows.Forms.DataGridView grdCompanyList;
  1442. private System.Windows.Forms.TabPage tbpReport;
  1443. private System.Windows.Forms.TabControl tabControl2;
  1444. private System.Windows.Forms.TabPage tbpOrphanFund;
  1445. private System.Windows.Forms.Panel panel2;
  1446. private System.Windows.Forms.Label label13;
  1447. private System.Windows.Forms.DataGridView grdOrphanFund;
  1448. private System.Windows.Forms.TextBox txtOrphanProvider;
  1449. private System.Windows.Forms.Button btnOrphanFundSearch;
  1450. private System.Windows.Forms.CheckBox chkIsOrphan;
  1451. private System.Windows.Forms.TabPage tbpAuthorization;
  1452. private System.Windows.Forms.Panel panel3;
  1453. private System.Windows.Forms.RadioButton rdbFund;
  1454. private System.Windows.Forms.RadioButton rdbCompany;
  1455. private System.Windows.Forms.SplitContainer splitContainer4;
  1456. private System.Windows.Forms.CheckBox chk10;
  1457. private System.Windows.Forms.CheckBox chk20;
  1458. private System.Windows.Forms.CheckBox chk50;
  1459. private System.Windows.Forms.CheckBox chk100;
  1460. private System.Windows.Forms.SplitContainer splitContainer5;
  1461. private System.Windows.Forms.CheckBox chk5;
  1462. private System.Windows.Forms.CheckBox chk0;
  1463. private System.Windows.Forms.Button btnEntityCoverage;
  1464. private System.Windows.Forms.DataGridView grdAuthorizedEntity;
  1465. private System.Windows.Forms.TextBox txtLocateEntity;
  1466. private System.Windows.Forms.SplitContainer splitContainer6;
  1467. private System.Windows.Forms.DataVisualization.Charting.Chart chtEntityCoverage;
  1468. private System.Windows.Forms.DataGridView grdEntityCoverage;
  1469. private System.Windows.Forms.PictureBox pctCompanyExport;
  1470. private System.Windows.Forms.Label label14;
  1471. private System.Windows.Forms.Label label15;
  1472. private System.Windows.Forms.PictureBox pctFundExport;
  1473. private System.Windows.Forms.Panel panel4;
  1474. }
  1475. }