DataManager.Designer.cs 78 KB

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