DataManager.Designer.cs 82 KB

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