DataManager.Designer.cs 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.ctnDataCollection = new System.Windows.Forms.SplitContainer();
  30. this.dtpCollectionTaskDate = new System.Windows.Forms.DateTimePicker();
  31. this.btnCollectionSearch = new System.Windows.Forms.Button();
  32. this.txtCollectionProvider = new System.Windows.Forms.TextBox();
  33. this.lblProvider = new System.Windows.Forms.Label();
  34. this.txtCollectionEntity = new System.Windows.Forms.TextBox();
  35. this.lblEntityKeyword = new System.Windows.Forms.Label();
  36. this.cmbCollectionTaskStatus = new System.Windows.Forms.ComboBox();
  37. this.lblTaskStatus = new System.Windows.Forms.Label();
  38. this.cmbCollectionTaskType = new System.Windows.Forms.ComboBox();
  39. this.lblTaskType = new System.Windows.Forms.Label();
  40. this.lblUpdateDate = new System.Windows.Forms.Label();
  41. this.cmbCollector = new System.Windows.Forms.ComboBox();
  42. this.lblDataAnalyst = new System.Windows.Forms.Label();
  43. this.grdCollectionTask = new System.Windows.Forms.DataGridView();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.lblCollectionTaskCount = new System.Windows.Forms.Label();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.btnAddCollectionTask = new System.Windows.Forms.Button();
  48. this.tbcMain = new System.Windows.Forms.TabControl();
  49. this.tbpContact = new System.Windows.Forms.TabPage();
  50. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  51. this.dtpContactFollowUpDate = new System.Windows.Forms.DateTimePicker();
  52. this.dtpContactTaskDate = new System.Windows.Forms.DateTimePicker();
  53. this.cmbContactCompanySize = new System.Windows.Forms.ComboBox();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.cmbContactPriority = new System.Windows.Forms.ComboBox();
  56. this.label7 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.btnContactSearch = new System.Windows.Forms.Button();
  59. this.txtContactCompany = new System.Windows.Forms.TextBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.cmbContactTaskStatus = new System.Windows.Forms.ComboBox();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.cmbContactTaskType = new System.Windows.Forms.ComboBox();
  64. this.label4 = new System.Windows.Forms.Label();
  65. this.label5 = new System.Windows.Forms.Label();
  66. this.cmbContactor = new System.Windows.Forms.ComboBox();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.lblContactTaskCount = new System.Windows.Forms.Label();
  69. this.label9 = new System.Windows.Forms.Label();
  70. this.btnAddContactTask = new System.Windows.Forms.Button();
  71. this.grdContactTask = new System.Windows.Forms.DataGridView();
  72. this.tbpCollection = new System.Windows.Forms.TabPage();
  73. this.tbpData = new System.Windows.Forms.TabPage();
  74. this.tabControl1 = new System.Windows.Forms.TabControl();
  75. this.tbpFund = new System.Windows.Forms.TabPage();
  76. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  77. this.btnSearchFund = new System.Windows.Forms.Button();
  78. this.txtFundKeyword = new System.Windows.Forms.TextBox();
  79. this.label10 = new System.Windows.Forms.Label();
  80. this.grdFundList = new System.Windows.Forms.DataGridView();
  81. this.tbpCompany = new System.Windows.Forms.TabPage();
  82. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  83. this.btnSearchCompany = new System.Windows.Forms.Button();
  84. this.txtCompanyKeyword = new System.Windows.Forms.TextBox();
  85. this.label12 = new System.Windows.Forms.Label();
  86. this.grdCompanyList = new System.Windows.Forms.DataGridView();
  87. this.tbpPeople = new System.Windows.Forms.TabPage();
  88. this.sstData = new System.Windows.Forms.StatusStrip();
  89. this.tbpReport = new System.Windows.Forms.TabPage();
  90. this.tabControl2 = new System.Windows.Forms.TabControl();
  91. this.tbpOrphanFund = new System.Windows.Forms.TabPage();
  92. this.grdOrphanFund = new System.Windows.Forms.DataGridView();
  93. this.panel2 = new System.Windows.Forms.Panel();
  94. this.btnOrphanFundSearch = new System.Windows.Forms.Button();
  95. this.txtOrphanProvider = new System.Windows.Forms.TextBox();
  96. this.label13 = new System.Windows.Forms.Label();
  97. ((System.ComponentModel.ISupportInitialize)(this.ctnDataCollection)).BeginInit();
  98. this.ctnDataCollection.Panel1.SuspendLayout();
  99. this.ctnDataCollection.Panel2.SuspendLayout();
  100. this.ctnDataCollection.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.grdCollectionTask)).BeginInit();
  102. this.panel1.SuspendLayout();
  103. this.tbcMain.SuspendLayout();
  104. this.tbpContact.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  106. this.splitContainer1.Panel1.SuspendLayout();
  107. this.splitContainer1.Panel2.SuspendLayout();
  108. this.splitContainer1.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).BeginInit();
  110. this.tbpCollection.SuspendLayout();
  111. this.tbpData.SuspendLayout();
  112. this.tabControl1.SuspendLayout();
  113. this.tbpFund.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  115. this.splitContainer2.Panel1.SuspendLayout();
  116. this.splitContainer2.Panel2.SuspendLayout();
  117. this.splitContainer2.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
  119. this.tbpCompany.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  121. this.splitContainer3.Panel1.SuspendLayout();
  122. this.splitContainer3.Panel2.SuspendLayout();
  123. this.splitContainer3.SuspendLayout();
  124. ((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).BeginInit();
  125. this.tbpReport.SuspendLayout();
  126. this.tabControl2.SuspendLayout();
  127. this.tbpOrphanFund.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.grdOrphanFund)).BeginInit();
  129. this.panel2.SuspendLayout();
  130. this.SuspendLayout();
  131. //
  132. // ctnDataCollection
  133. //
  134. this.ctnDataCollection.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.ctnDataCollection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.ctnDataCollection.Location = new System.Drawing.Point(6, 6);
  137. this.ctnDataCollection.Name = "ctnDataCollection";
  138. this.ctnDataCollection.Orientation = System.Windows.Forms.Orientation.Horizontal;
  139. //
  140. // ctnDataCollection.Panel1
  141. //
  142. this.ctnDataCollection.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  143. this.ctnDataCollection.Panel1.Controls.Add(this.dtpCollectionTaskDate);
  144. this.ctnDataCollection.Panel1.Controls.Add(this.btnCollectionSearch);
  145. this.ctnDataCollection.Panel1.Controls.Add(this.txtCollectionProvider);
  146. this.ctnDataCollection.Panel1.Controls.Add(this.lblProvider);
  147. this.ctnDataCollection.Panel1.Controls.Add(this.txtCollectionEntity);
  148. this.ctnDataCollection.Panel1.Controls.Add(this.lblEntityKeyword);
  149. this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollectionTaskStatus);
  150. this.ctnDataCollection.Panel1.Controls.Add(this.lblTaskStatus);
  151. this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollectionTaskType);
  152. this.ctnDataCollection.Panel1.Controls.Add(this.lblTaskType);
  153. this.ctnDataCollection.Panel1.Controls.Add(this.lblUpdateDate);
  154. this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollector);
  155. this.ctnDataCollection.Panel1.Controls.Add(this.lblDataAnalyst);
  156. this.ctnDataCollection.Panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. //
  158. // ctnDataCollection.Panel2
  159. //
  160. this.ctnDataCollection.Panel2.Controls.Add(this.grdCollectionTask);
  161. this.ctnDataCollection.Panel2.Controls.Add(this.panel1);
  162. this.ctnDataCollection.Size = new System.Drawing.Size(913, 590);
  163. this.ctnDataCollection.SplitterDistance = 147;
  164. this.ctnDataCollection.TabIndex = 2;
  165. //
  166. // dtpCollectionTaskDate
  167. //
  168. this.dtpCollectionTaskDate.Location = new System.Drawing.Point(306, 24);
  169. this.dtpCollectionTaskDate.Name = "dtpCollectionTaskDate";
  170. this.dtpCollectionTaskDate.Size = new System.Drawing.Size(121, 23);
  171. this.dtpCollectionTaskDate.TabIndex = 3;
  172. //
  173. // btnCollectionSearch
  174. //
  175. this.btnCollectionSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  176. this.btnCollectionSearch.BackColor = System.Drawing.Color.SkyBlue;
  177. this.btnCollectionSearch.Location = new System.Drawing.Point(771, 96);
  178. this.btnCollectionSearch.Name = "btnCollectionSearch";
  179. this.btnCollectionSearch.Size = new System.Drawing.Size(121, 28);
  180. this.btnCollectionSearch.TabIndex = 12;
  181. this.btnCollectionSearch.Text = "搜 索";
  182. this.btnCollectionSearch.UseVisualStyleBackColor = false;
  183. this.btnCollectionSearch.Click += new System.EventHandler(this.btnCollectionSearch_Click);
  184. //
  185. // txtCollectionProvider
  186. //
  187. this.txtCollectionProvider.Location = new System.Drawing.Point(79, 103);
  188. this.txtCollectionProvider.MaxLength = 100;
  189. this.txtCollectionProvider.Name = "txtCollectionProvider";
  190. this.txtCollectionProvider.Size = new System.Drawing.Size(348, 23);
  191. this.txtCollectionProvider.TabIndex = 11;
  192. //
  193. // lblProvider
  194. //
  195. this.lblProvider.AutoSize = true;
  196. this.lblProvider.Location = new System.Drawing.Point(29, 107);
  197. this.lblProvider.Name = "lblProvider";
  198. this.lblProvider.Size = new System.Drawing.Size(32, 17);
  199. this.lblProvider.TabIndex = 10;
  200. this.lblProvider.Text = "来源";
  201. //
  202. // txtCollectionEntity
  203. //
  204. this.txtCollectionEntity.Location = new System.Drawing.Point(79, 63);
  205. this.txtCollectionEntity.MaxLength = 100;
  206. this.txtCollectionEntity.Name = "txtCollectionEntity";
  207. this.txtCollectionEntity.Size = new System.Drawing.Size(348, 23);
  208. this.txtCollectionEntity.TabIndex = 9;
  209. //
  210. // lblEntityKeyword
  211. //
  212. this.lblEntityKeyword.AutoSize = true;
  213. this.lblEntityKeyword.Location = new System.Drawing.Point(29, 67);
  214. this.lblEntityKeyword.Name = "lblEntityKeyword";
  215. this.lblEntityKeyword.Size = new System.Drawing.Size(44, 17);
  216. this.lblEntityKeyword.TabIndex = 8;
  217. this.lblEntityKeyword.Text = "关键字";
  218. //
  219. // cmbCollectionTaskStatus
  220. //
  221. this.cmbCollectionTaskStatus.FormattingEnabled = true;
  222. this.cmbCollectionTaskStatus.Location = new System.Drawing.Point(771, 23);
  223. this.cmbCollectionTaskStatus.Name = "cmbCollectionTaskStatus";
  224. this.cmbCollectionTaskStatus.Size = new System.Drawing.Size(121, 25);
  225. this.cmbCollectionTaskStatus.TabIndex = 7;
  226. //
  227. // lblTaskStatus
  228. //
  229. this.lblTaskStatus.AutoSize = true;
  230. this.lblTaskStatus.Location = new System.Drawing.Point(721, 27);
  231. this.lblTaskStatus.Name = "lblTaskStatus";
  232. this.lblTaskStatus.Size = new System.Drawing.Size(32, 17);
  233. this.lblTaskStatus.TabIndex = 6;
  234. this.lblTaskStatus.Text = "状态";
  235. //
  236. // cmbCollectionTaskType
  237. //
  238. this.cmbCollectionTaskType.FormattingEnabled = true;
  239. this.cmbCollectionTaskType.Location = new System.Drawing.Point(539, 23);
  240. this.cmbCollectionTaskType.Name = "cmbCollectionTaskType";
  241. this.cmbCollectionTaskType.Size = new System.Drawing.Size(121, 25);
  242. this.cmbCollectionTaskType.TabIndex = 5;
  243. //
  244. // lblTaskType
  245. //
  246. this.lblTaskType.AutoSize = true;
  247. this.lblTaskType.Location = new System.Drawing.Point(489, 27);
  248. this.lblTaskType.Name = "lblTaskType";
  249. this.lblTaskType.Size = new System.Drawing.Size(32, 17);
  250. this.lblTaskType.TabIndex = 4;
  251. this.lblTaskType.Text = "任务";
  252. //
  253. // lblUpdateDate
  254. //
  255. this.lblUpdateDate.AutoSize = true;
  256. this.lblUpdateDate.Location = new System.Drawing.Point(256, 27);
  257. this.lblUpdateDate.Name = "lblUpdateDate";
  258. this.lblUpdateDate.Size = new System.Drawing.Size(32, 17);
  259. this.lblUpdateDate.TabIndex = 2;
  260. this.lblUpdateDate.Text = "日期";
  261. //
  262. // cmbCollector
  263. //
  264. this.cmbCollector.FormattingEnabled = true;
  265. this.cmbCollector.Location = new System.Drawing.Point(79, 23);
  266. this.cmbCollector.Name = "cmbCollector";
  267. this.cmbCollector.Size = new System.Drawing.Size(121, 25);
  268. this.cmbCollector.TabIndex = 1;
  269. //
  270. // lblDataAnalyst
  271. //
  272. this.lblDataAnalyst.AutoSize = true;
  273. this.lblDataAnalyst.Location = new System.Drawing.Point(29, 27);
  274. this.lblDataAnalyst.Name = "lblDataAnalyst";
  275. this.lblDataAnalyst.Size = new System.Drawing.Size(44, 17);
  276. this.lblDataAnalyst.TabIndex = 0;
  277. this.lblDataAnalyst.Text = "数据员";
  278. //
  279. // grdCollectionTask
  280. //
  281. this.grdCollectionTask.AllowUserToAddRows = false;
  282. this.grdCollectionTask.AllowUserToDeleteRows = false;
  283. this.grdCollectionTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  284. this.grdCollectionTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  285. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  286. dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
  287. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  289. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  290. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  291. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  292. this.grdCollectionTask.DefaultCellStyle = dataGridViewCellStyle3;
  293. this.grdCollectionTask.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.grdCollectionTask.Location = new System.Drawing.Point(0, 53);
  295. this.grdCollectionTask.Name = "grdCollectionTask";
  296. this.grdCollectionTask.ReadOnly = true;
  297. this.grdCollectionTask.RowHeadersVisible = false;
  298. this.grdCollectionTask.RowTemplate.Height = 23;
  299. this.grdCollectionTask.Size = new System.Drawing.Size(913, 386);
  300. this.grdCollectionTask.TabIndex = 2;
  301. this.grdCollectionTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCollectionTask_CellClick);
  302. //
  303. // panel1
  304. //
  305. this.panel1.BackColor = System.Drawing.Color.PaleTurquoise;
  306. this.panel1.Controls.Add(this.lblCollectionTaskCount);
  307. this.panel1.Controls.Add(this.label11);
  308. this.panel1.Controls.Add(this.btnAddCollectionTask);
  309. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  310. this.panel1.Location = new System.Drawing.Point(0, 0);
  311. this.panel1.Name = "panel1";
  312. this.panel1.Size = new System.Drawing.Size(913, 53);
  313. this.panel1.TabIndex = 1;
  314. //
  315. // lblCollectionTaskCount
  316. //
  317. this.lblCollectionTaskCount.AutoSize = true;
  318. this.lblCollectionTaskCount.Location = new System.Drawing.Point(93, 19);
  319. this.lblCollectionTaskCount.Name = "lblCollectionTaskCount";
  320. this.lblCollectionTaskCount.Size = new System.Drawing.Size(15, 17);
  321. this.lblCollectionTaskCount.TabIndex = 6;
  322. this.lblCollectionTaskCount.Text = "0";
  323. //
  324. // label11
  325. //
  326. this.label11.AutoSize = true;
  327. this.label11.Location = new System.Drawing.Point(18, 19);
  328. this.label11.Name = "label11";
  329. this.label11.Size = new System.Drawing.Size(68, 17);
  330. this.label11.TabIndex = 5;
  331. this.label11.Text = "任务总数:";
  332. //
  333. // btnAddCollectionTask
  334. //
  335. this.btnAddCollectionTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  336. this.btnAddCollectionTask.BackColor = System.Drawing.Color.Transparent;
  337. this.btnAddCollectionTask.Location = new System.Drawing.Point(774, 13);
  338. this.btnAddCollectionTask.Name = "btnAddCollectionTask";
  339. this.btnAddCollectionTask.Size = new System.Drawing.Size(121, 28);
  340. this.btnAddCollectionTask.TabIndex = 1;
  341. this.btnAddCollectionTask.Text = "添 加 任 务";
  342. this.btnAddCollectionTask.UseVisualStyleBackColor = false;
  343. this.btnAddCollectionTask.Click += new System.EventHandler(this.btnAddCollectionTask_Click);
  344. //
  345. // tbcMain
  346. //
  347. this.tbcMain.Controls.Add(this.tbpContact);
  348. this.tbcMain.Controls.Add(this.tbpCollection);
  349. this.tbcMain.Controls.Add(this.tbpData);
  350. this.tbcMain.Controls.Add(this.tbpReport);
  351. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.tbcMain.ItemSize = new System.Drawing.Size(100, 28);
  354. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  355. this.tbcMain.Name = "tbcMain";
  356. this.tbcMain.SelectedIndex = 0;
  357. this.tbcMain.Size = new System.Drawing.Size(933, 638);
  358. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  359. this.tbcMain.TabIndex = 13;
  360. //
  361. // tbpContact
  362. //
  363. this.tbpContact.Controls.Add(this.splitContainer1);
  364. this.tbpContact.Location = new System.Drawing.Point(4, 32);
  365. this.tbpContact.Margin = new System.Windows.Forms.Padding(6);
  366. this.tbpContact.Name = "tbpContact";
  367. this.tbpContact.Padding = new System.Windows.Forms.Padding(6);
  368. this.tbpContact.Size = new System.Drawing.Size(925, 602);
  369. this.tbpContact.TabIndex = 1;
  370. this.tbpContact.Text = "联络";
  371. this.tbpContact.UseVisualStyleBackColor = true;
  372. //
  373. // splitContainer1
  374. //
  375. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  376. this.splitContainer1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.splitContainer1.Location = new System.Drawing.Point(6, 6);
  378. this.splitContainer1.Name = "splitContainer1";
  379. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  380. //
  381. // splitContainer1.Panel1
  382. //
  383. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  384. this.splitContainer1.Panel1.Controls.Add(this.dtpContactFollowUpDate);
  385. this.splitContainer1.Panel1.Controls.Add(this.dtpContactTaskDate);
  386. this.splitContainer1.Panel1.Controls.Add(this.cmbContactCompanySize);
  387. this.splitContainer1.Panel1.Controls.Add(this.label2);
  388. this.splitContainer1.Panel1.Controls.Add(this.cmbContactPriority);
  389. this.splitContainer1.Panel1.Controls.Add(this.label7);
  390. this.splitContainer1.Panel1.Controls.Add(this.label8);
  391. this.splitContainer1.Panel1.Controls.Add(this.btnContactSearch);
  392. this.splitContainer1.Panel1.Controls.Add(this.txtContactCompany);
  393. this.splitContainer1.Panel1.Controls.Add(this.label1);
  394. this.splitContainer1.Panel1.Controls.Add(this.cmbContactTaskStatus);
  395. this.splitContainer1.Panel1.Controls.Add(this.label3);
  396. this.splitContainer1.Panel1.Controls.Add(this.cmbContactTaskType);
  397. this.splitContainer1.Panel1.Controls.Add(this.label4);
  398. this.splitContainer1.Panel1.Controls.Add(this.label5);
  399. this.splitContainer1.Panel1.Controls.Add(this.cmbContactor);
  400. this.splitContainer1.Panel1.Controls.Add(this.label6);
  401. //
  402. // splitContainer1.Panel2
  403. //
  404. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Lavender;
  405. this.splitContainer1.Panel2.Controls.Add(this.lblContactTaskCount);
  406. this.splitContainer1.Panel2.Controls.Add(this.label9);
  407. this.splitContainer1.Panel2.Controls.Add(this.btnAddContactTask);
  408. this.splitContainer1.Panel2.Controls.Add(this.grdContactTask);
  409. this.splitContainer1.Size = new System.Drawing.Size(913, 590);
  410. this.splitContainer1.SplitterDistance = 143;
  411. this.splitContainer1.TabIndex = 0;
  412. //
  413. // dtpContactFollowUpDate
  414. //
  415. this.dtpContactFollowUpDate.Location = new System.Drawing.Point(79, 64);
  416. this.dtpContactFollowUpDate.Name = "dtpContactFollowUpDate";
  417. this.dtpContactFollowUpDate.Size = new System.Drawing.Size(121, 23);
  418. this.dtpContactFollowUpDate.TabIndex = 22;
  419. //
  420. // dtpContactTaskDate
  421. //
  422. this.dtpContactTaskDate.Location = new System.Drawing.Point(306, 24);
  423. this.dtpContactTaskDate.Name = "dtpContactTaskDate";
  424. this.dtpContactTaskDate.Size = new System.Drawing.Size(121, 23);
  425. this.dtpContactTaskDate.TabIndex = 16;
  426. //
  427. // cmbContactCompanySize
  428. //
  429. this.cmbContactCompanySize.FormattingEnabled = true;
  430. this.cmbContactCompanySize.Location = new System.Drawing.Point(539, 63);
  431. this.cmbContactCompanySize.Name = "cmbContactCompanySize";
  432. this.cmbContactCompanySize.Size = new System.Drawing.Size(121, 25);
  433. this.cmbContactCompanySize.TabIndex = 31;
  434. //
  435. // label2
  436. //
  437. this.label2.AutoSize = true;
  438. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.label2.Location = new System.Drawing.Point(489, 67);
  440. this.label2.Name = "label2";
  441. this.label2.Size = new System.Drawing.Size(32, 17);
  442. this.label2.TabIndex = 30;
  443. this.label2.Text = "规模";
  444. //
  445. // cmbContactPriority
  446. //
  447. this.cmbContactPriority.FormattingEnabled = true;
  448. this.cmbContactPriority.Location = new System.Drawing.Point(306, 63);
  449. this.cmbContactPriority.Name = "cmbContactPriority";
  450. this.cmbContactPriority.Size = new System.Drawing.Size(121, 25);
  451. this.cmbContactPriority.TabIndex = 29;
  452. //
  453. // label7
  454. //
  455. this.label7.AutoSize = true;
  456. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.label7.Location = new System.Drawing.Point(256, 67);
  458. this.label7.Name = "label7";
  459. this.label7.Size = new System.Drawing.Size(44, 17);
  460. this.label7.TabIndex = 28;
  461. this.label7.Text = "优先级";
  462. //
  463. // label8
  464. //
  465. this.label8.AutoSize = true;
  466. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.label8.Location = new System.Drawing.Point(29, 67);
  468. this.label8.Name = "label8";
  469. this.label8.Size = new System.Drawing.Size(44, 17);
  470. this.label8.TabIndex = 26;
  471. this.label8.Text = "跟进日";
  472. //
  473. // btnContactSearch
  474. //
  475. this.btnContactSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  476. this.btnContactSearch.BackColor = System.Drawing.Color.SkyBlue;
  477. this.btnContactSearch.Location = new System.Drawing.Point(771, 96);
  478. this.btnContactSearch.Name = "btnContactSearch";
  479. this.btnContactSearch.Size = new System.Drawing.Size(121, 28);
  480. this.btnContactSearch.TabIndex = 35;
  481. this.btnContactSearch.Text = "搜 索";
  482. this.btnContactSearch.UseVisualStyleBackColor = false;
  483. this.btnContactSearch.Click += new System.EventHandler(this.btnContactSearch_Click);
  484. //
  485. // txtContactCompany
  486. //
  487. this.txtContactCompany.Location = new System.Drawing.Point(79, 103);
  488. this.txtContactCompany.MaxLength = 100;
  489. this.txtContactCompany.Name = "txtContactCompany";
  490. this.txtContactCompany.Size = new System.Drawing.Size(348, 23);
  491. this.txtContactCompany.TabIndex = 33;
  492. //
  493. // label1
  494. //
  495. this.label1.AutoSize = true;
  496. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.label1.Location = new System.Drawing.Point(29, 107);
  498. this.label1.Name = "label1";
  499. this.label1.Size = new System.Drawing.Size(32, 17);
  500. this.label1.TabIndex = 32;
  501. this.label1.Text = "公司";
  502. //
  503. // cmbContactTaskStatus
  504. //
  505. this.cmbContactTaskStatus.FormattingEnabled = true;
  506. this.cmbContactTaskStatus.Location = new System.Drawing.Point(771, 23);
  507. this.cmbContactTaskStatus.Name = "cmbContactTaskStatus";
  508. this.cmbContactTaskStatus.Size = new System.Drawing.Size(121, 25);
  509. this.cmbContactTaskStatus.TabIndex = 20;
  510. //
  511. // label3
  512. //
  513. this.label3.AutoSize = true;
  514. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.label3.Location = new System.Drawing.Point(721, 27);
  516. this.label3.Name = "label3";
  517. this.label3.Size = new System.Drawing.Size(32, 17);
  518. this.label3.TabIndex = 19;
  519. this.label3.Text = "状态";
  520. //
  521. // cmbContactTaskType
  522. //
  523. this.cmbContactTaskType.FormattingEnabled = true;
  524. this.cmbContactTaskType.Location = new System.Drawing.Point(539, 23);
  525. this.cmbContactTaskType.Name = "cmbContactTaskType";
  526. this.cmbContactTaskType.Size = new System.Drawing.Size(121, 25);
  527. this.cmbContactTaskType.TabIndex = 18;
  528. //
  529. // label4
  530. //
  531. this.label4.AutoSize = true;
  532. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  533. this.label4.Location = new System.Drawing.Point(489, 27);
  534. this.label4.Name = "label4";
  535. this.label4.Size = new System.Drawing.Size(32, 17);
  536. this.label4.TabIndex = 17;
  537. this.label4.Text = "任务";
  538. //
  539. // label5
  540. //
  541. this.label5.AutoSize = true;
  542. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.label5.Location = new System.Drawing.Point(256, 27);
  544. this.label5.Name = "label5";
  545. this.label5.Size = new System.Drawing.Size(32, 17);
  546. this.label5.TabIndex = 15;
  547. this.label5.Text = "日期";
  548. //
  549. // cmbContactor
  550. //
  551. this.cmbContactor.FormattingEnabled = true;
  552. this.cmbContactor.Location = new System.Drawing.Point(79, 23);
  553. this.cmbContactor.Name = "cmbContactor";
  554. this.cmbContactor.Size = new System.Drawing.Size(121, 25);
  555. this.cmbContactor.TabIndex = 14;
  556. //
  557. // label6
  558. //
  559. this.label6.AutoSize = true;
  560. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.label6.Location = new System.Drawing.Point(29, 27);
  562. this.label6.Name = "label6";
  563. this.label6.Size = new System.Drawing.Size(44, 17);
  564. this.label6.TabIndex = 13;
  565. this.label6.Text = "联络员";
  566. //
  567. // lblContactTaskCount
  568. //
  569. this.lblContactTaskCount.AutoSize = true;
  570. this.lblContactTaskCount.Location = new System.Drawing.Point(90, 20);
  571. this.lblContactTaskCount.Name = "lblContactTaskCount";
  572. this.lblContactTaskCount.Size = new System.Drawing.Size(15, 17);
  573. this.lblContactTaskCount.TabIndex = 3;
  574. this.lblContactTaskCount.Text = "0";
  575. //
  576. // label9
  577. //
  578. this.label9.AutoSize = true;
  579. this.label9.Location = new System.Drawing.Point(15, 20);
  580. this.label9.Name = "label9";
  581. this.label9.Size = new System.Drawing.Size(68, 17);
  582. this.label9.TabIndex = 2;
  583. this.label9.Text = "任务总数:";
  584. //
  585. // btnAddContactTask
  586. //
  587. this.btnAddContactTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  588. this.btnAddContactTask.BackColor = System.Drawing.Color.Transparent;
  589. this.btnAddContactTask.Location = new System.Drawing.Point(771, 14);
  590. this.btnAddContactTask.Name = "btnAddContactTask";
  591. this.btnAddContactTask.Size = new System.Drawing.Size(121, 28);
  592. this.btnAddContactTask.TabIndex = 1;
  593. this.btnAddContactTask.Text = "添 加 任 务";
  594. this.btnAddContactTask.UseVisualStyleBackColor = false;
  595. this.btnAddContactTask.Click += new System.EventHandler(this.btnAddContactTask_Click);
  596. //
  597. // grdContactTask
  598. //
  599. this.grdContactTask.AllowUserToAddRows = false;
  600. this.grdContactTask.AllowUserToDeleteRows = false;
  601. this.grdContactTask.AllowUserToOrderColumns = true;
  602. this.grdContactTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  603. this.grdContactTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  604. this.grdContactTask.Dock = System.Windows.Forms.DockStyle.Bottom;
  605. this.grdContactTask.Location = new System.Drawing.Point(0, 54);
  606. this.grdContactTask.Name = "grdContactTask";
  607. this.grdContactTask.ReadOnly = true;
  608. this.grdContactTask.RowHeadersVisible = false;
  609. this.grdContactTask.RowTemplate.Height = 23;
  610. this.grdContactTask.Size = new System.Drawing.Size(913, 389);
  611. this.grdContactTask.TabIndex = 5;
  612. this.grdContactTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdContactTask_CellClick);
  613. //
  614. // tbpCollection
  615. //
  616. this.tbpCollection.Controls.Add(this.ctnDataCollection);
  617. this.tbpCollection.Location = new System.Drawing.Point(4, 32);
  618. this.tbpCollection.Margin = new System.Windows.Forms.Padding(6);
  619. this.tbpCollection.Name = "tbpCollection";
  620. this.tbpCollection.Padding = new System.Windows.Forms.Padding(6);
  621. this.tbpCollection.Size = new System.Drawing.Size(925, 602);
  622. this.tbpCollection.TabIndex = 0;
  623. this.tbpCollection.Text = "采集";
  624. this.tbpCollection.UseVisualStyleBackColor = true;
  625. //
  626. // tbpData
  627. //
  628. this.tbpData.BackColor = System.Drawing.Color.Transparent;
  629. this.tbpData.Controls.Add(this.tabControl1);
  630. this.tbpData.Controls.Add(this.sstData);
  631. this.tbpData.Location = new System.Drawing.Point(4, 32);
  632. this.tbpData.Margin = new System.Windows.Forms.Padding(6);
  633. this.tbpData.Name = "tbpData";
  634. this.tbpData.Padding = new System.Windows.Forms.Padding(6);
  635. this.tbpData.Size = new System.Drawing.Size(925, 602);
  636. this.tbpData.TabIndex = 2;
  637. this.tbpData.Text = "数据";
  638. //
  639. // tabControl1
  640. //
  641. this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  642. this.tabControl1.Controls.Add(this.tbpFund);
  643. this.tabControl1.Controls.Add(this.tbpCompany);
  644. this.tabControl1.Controls.Add(this.tbpPeople);
  645. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  646. this.tabControl1.ItemSize = new System.Drawing.Size(96, 26);
  647. this.tabControl1.Location = new System.Drawing.Point(6, 6);
  648. this.tabControl1.Multiline = true;
  649. this.tabControl1.Name = "tabControl1";
  650. this.tabControl1.SelectedIndex = 0;
  651. this.tabControl1.Size = new System.Drawing.Size(913, 568);
  652. this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  653. this.tabControl1.TabIndex = 0;
  654. //
  655. // tbpFund
  656. //
  657. this.tbpFund.Controls.Add(this.splitContainer2);
  658. this.tbpFund.Location = new System.Drawing.Point(4, 4);
  659. this.tbpFund.Name = "tbpFund";
  660. this.tbpFund.Padding = new System.Windows.Forms.Padding(3);
  661. this.tbpFund.Size = new System.Drawing.Size(905, 534);
  662. this.tbpFund.TabIndex = 0;
  663. this.tbpFund.Text = "基金";
  664. this.tbpFund.UseVisualStyleBackColor = true;
  665. //
  666. // splitContainer2
  667. //
  668. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  669. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  670. this.splitContainer2.Name = "splitContainer2";
  671. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  672. //
  673. // splitContainer2.Panel1
  674. //
  675. this.splitContainer2.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
  676. this.splitContainer2.Panel1.Controls.Add(this.btnSearchFund);
  677. this.splitContainer2.Panel1.Controls.Add(this.txtFundKeyword);
  678. this.splitContainer2.Panel1.Controls.Add(this.label10);
  679. //
  680. // splitContainer2.Panel2
  681. //
  682. this.splitContainer2.Panel2.Controls.Add(this.grdFundList);
  683. this.splitContainer2.Size = new System.Drawing.Size(899, 528);
  684. this.splitContainer2.SplitterDistance = 55;
  685. this.splitContainer2.TabIndex = 0;
  686. //
  687. // btnSearchFund
  688. //
  689. this.btnSearchFund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  690. this.btnSearchFund.BackColor = System.Drawing.Color.SkyBlue;
  691. this.btnSearchFund.Location = new System.Drawing.Point(750, 15);
  692. this.btnSearchFund.Name = "btnSearchFund";
  693. this.btnSearchFund.Size = new System.Drawing.Size(121, 28);
  694. this.btnSearchFund.TabIndex = 15;
  695. this.btnSearchFund.Text = "搜 索";
  696. this.btnSearchFund.UseVisualStyleBackColor = false;
  697. this.btnSearchFund.Click += new System.EventHandler(this.btnSearchFund_Click);
  698. //
  699. // txtFundKeyword
  700. //
  701. this.txtFundKeyword.Location = new System.Drawing.Point(75, 17);
  702. this.txtFundKeyword.MaxLength = 100;
  703. this.txtFundKeyword.Name = "txtFundKeyword";
  704. this.txtFundKeyword.Size = new System.Drawing.Size(225, 25);
  705. this.txtFundKeyword.TabIndex = 14;
  706. //
  707. // label10
  708. //
  709. this.label10.AutoSize = true;
  710. this.label10.Location = new System.Drawing.Point(21, 20);
  711. this.label10.Name = "label10";
  712. this.label10.Size = new System.Drawing.Size(48, 19);
  713. this.label10.TabIndex = 13;
  714. this.label10.Text = "关键字";
  715. //
  716. // grdFundList
  717. //
  718. this.grdFundList.AllowUserToAddRows = false;
  719. this.grdFundList.AllowUserToDeleteRows = false;
  720. this.grdFundList.AllowUserToOrderColumns = true;
  721. this.grdFundList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  722. this.grdFundList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  723. this.grdFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  724. this.grdFundList.Location = new System.Drawing.Point(0, 0);
  725. this.grdFundList.Name = "grdFundList";
  726. this.grdFundList.ReadOnly = true;
  727. this.grdFundList.RowHeadersVisible = false;
  728. this.grdFundList.RowTemplate.Height = 23;
  729. this.grdFundList.Size = new System.Drawing.Size(899, 469);
  730. this.grdFundList.TabIndex = 0;
  731. this.grdFundList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellClick);
  732. //
  733. // tbpCompany
  734. //
  735. this.tbpCompany.BackColor = System.Drawing.Color.Transparent;
  736. this.tbpCompany.Controls.Add(this.splitContainer3);
  737. this.tbpCompany.Location = new System.Drawing.Point(4, 4);
  738. this.tbpCompany.Name = "tbpCompany";
  739. this.tbpCompany.Padding = new System.Windows.Forms.Padding(3);
  740. this.tbpCompany.Size = new System.Drawing.Size(905, 534);
  741. this.tbpCompany.TabIndex = 1;
  742. this.tbpCompany.Text = "公司";
  743. //
  744. // splitContainer3
  745. //
  746. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Top;
  747. this.splitContainer3.Location = new System.Drawing.Point(3, 3);
  748. this.splitContainer3.Name = "splitContainer3";
  749. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  750. //
  751. // splitContainer3.Panel1
  752. //
  753. this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Bisque;
  754. this.splitContainer3.Panel1.Controls.Add(this.btnSearchCompany);
  755. this.splitContainer3.Panel1.Controls.Add(this.txtCompanyKeyword);
  756. this.splitContainer3.Panel1.Controls.Add(this.label12);
  757. //
  758. // splitContainer3.Panel2
  759. //
  760. this.splitContainer3.Panel2.Controls.Add(this.grdCompanyList);
  761. this.splitContainer3.Size = new System.Drawing.Size(899, 525);
  762. this.splitContainer3.SplitterDistance = 61;
  763. this.splitContainer3.TabIndex = 0;
  764. //
  765. // btnSearchCompany
  766. //
  767. this.btnSearchCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  768. this.btnSearchCompany.BackColor = System.Drawing.Color.SkyBlue;
  769. this.btnSearchCompany.Location = new System.Drawing.Point(753, 17);
  770. this.btnSearchCompany.Name = "btnSearchCompany";
  771. this.btnSearchCompany.Size = new System.Drawing.Size(121, 28);
  772. this.btnSearchCompany.TabIndex = 18;
  773. this.btnSearchCompany.Text = "搜 索";
  774. this.btnSearchCompany.UseVisualStyleBackColor = false;
  775. this.btnSearchCompany.Click += new System.EventHandler(this.btnSearchCompany_Click);
  776. //
  777. // txtCompanyKeyword
  778. //
  779. this.txtCompanyKeyword.Location = new System.Drawing.Point(78, 19);
  780. this.txtCompanyKeyword.MaxLength = 100;
  781. this.txtCompanyKeyword.Name = "txtCompanyKeyword";
  782. this.txtCompanyKeyword.Size = new System.Drawing.Size(225, 25);
  783. this.txtCompanyKeyword.TabIndex = 17;
  784. //
  785. // label12
  786. //
  787. this.label12.AutoSize = true;
  788. this.label12.Location = new System.Drawing.Point(24, 22);
  789. this.label12.Name = "label12";
  790. this.label12.Size = new System.Drawing.Size(48, 19);
  791. this.label12.TabIndex = 16;
  792. this.label12.Text = "关键字";
  793. //
  794. // grdCompanyList
  795. //
  796. this.grdCompanyList.AllowUserToAddRows = false;
  797. this.grdCompanyList.AllowUserToDeleteRows = false;
  798. this.grdCompanyList.AllowUserToOrderColumns = true;
  799. this.grdCompanyList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  800. this.grdCompanyList.Dock = System.Windows.Forms.DockStyle.Fill;
  801. this.grdCompanyList.Location = new System.Drawing.Point(0, 0);
  802. this.grdCompanyList.Name = "grdCompanyList";
  803. this.grdCompanyList.RowHeadersVisible = false;
  804. this.grdCompanyList.RowTemplate.Height = 23;
  805. this.grdCompanyList.Size = new System.Drawing.Size(899, 460);
  806. this.grdCompanyList.TabIndex = 0;
  807. this.grdCompanyList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCompanyList_CellClick);
  808. //
  809. // tbpPeople
  810. //
  811. this.tbpPeople.Location = new System.Drawing.Point(4, 4);
  812. this.tbpPeople.Name = "tbpPeople";
  813. this.tbpPeople.Size = new System.Drawing.Size(905, 534);
  814. this.tbpPeople.TabIndex = 2;
  815. this.tbpPeople.Text = "人物";
  816. this.tbpPeople.UseVisualStyleBackColor = true;
  817. //
  818. // sstData
  819. //
  820. this.sstData.Location = new System.Drawing.Point(6, 574);
  821. this.sstData.Name = "sstData";
  822. this.sstData.Size = new System.Drawing.Size(913, 22);
  823. this.sstData.TabIndex = 1;
  824. //
  825. // tbpReport
  826. //
  827. this.tbpReport.Controls.Add(this.tabControl2);
  828. this.tbpReport.Location = new System.Drawing.Point(4, 32);
  829. this.tbpReport.Name = "tbpReport";
  830. this.tbpReport.Size = new System.Drawing.Size(925, 602);
  831. this.tbpReport.TabIndex = 3;
  832. this.tbpReport.Text = "质检";
  833. this.tbpReport.UseVisualStyleBackColor = true;
  834. //
  835. // tabControl2
  836. //
  837. this.tabControl2.Alignment = System.Windows.Forms.TabAlignment.Left;
  838. this.tabControl2.Controls.Add(this.tbpOrphanFund);
  839. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  840. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  841. this.tabControl2.Multiline = true;
  842. this.tabControl2.Name = "tabControl2";
  843. this.tabControl2.SelectedIndex = 0;
  844. this.tabControl2.Size = new System.Drawing.Size(925, 602);
  845. this.tabControl2.TabIndex = 0;
  846. //
  847. // tbpOrphanFund
  848. //
  849. this.tbpOrphanFund.Controls.Add(this.grdOrphanFund);
  850. this.tbpOrphanFund.Controls.Add(this.panel2);
  851. this.tbpOrphanFund.Location = new System.Drawing.Point(27, 4);
  852. this.tbpOrphanFund.Name = "tbpOrphanFund";
  853. this.tbpOrphanFund.Padding = new System.Windows.Forms.Padding(3);
  854. this.tbpOrphanFund.Size = new System.Drawing.Size(894, 594);
  855. this.tbpOrphanFund.TabIndex = 0;
  856. this.tbpOrphanFund.Text = "孤儿基金";
  857. this.tbpOrphanFund.UseVisualStyleBackColor = true;
  858. //
  859. // grdOrphanFund
  860. //
  861. this.grdOrphanFund.AllowUserToAddRows = false;
  862. this.grdOrphanFund.AllowUserToDeleteRows = false;
  863. this.grdOrphanFund.AllowUserToOrderColumns = true;
  864. this.grdOrphanFund.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  865. this.grdOrphanFund.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  866. this.grdOrphanFund.Dock = System.Windows.Forms.DockStyle.Fill;
  867. this.grdOrphanFund.Location = new System.Drawing.Point(3, 56);
  868. this.grdOrphanFund.Name = "grdOrphanFund";
  869. this.grdOrphanFund.ReadOnly = true;
  870. this.grdOrphanFund.RowHeadersVisible = false;
  871. this.grdOrphanFund.RowTemplate.Height = 23;
  872. this.grdOrphanFund.Size = new System.Drawing.Size(888, 535);
  873. this.grdOrphanFund.TabIndex = 1;
  874. this.grdOrphanFund.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdOrphanFund_CellClick);
  875. //
  876. // panel2
  877. //
  878. this.panel2.Controls.Add(this.btnOrphanFundSearch);
  879. this.panel2.Controls.Add(this.txtOrphanProvider);
  880. this.panel2.Controls.Add(this.label13);
  881. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  882. this.panel2.Location = new System.Drawing.Point(3, 3);
  883. this.panel2.Name = "panel2";
  884. this.panel2.Size = new System.Drawing.Size(888, 53);
  885. this.panel2.TabIndex = 0;
  886. //
  887. // btnOrphanFundSearch
  888. //
  889. this.btnOrphanFundSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  890. this.btnOrphanFundSearch.BackColor = System.Drawing.Color.SkyBlue;
  891. this.btnOrphanFundSearch.Location = new System.Drawing.Point(746, 11);
  892. this.btnOrphanFundSearch.Name = "btnOrphanFundSearch";
  893. this.btnOrphanFundSearch.Size = new System.Drawing.Size(121, 28);
  894. this.btnOrphanFundSearch.TabIndex = 26;
  895. this.btnOrphanFundSearch.Text = "搜 索";
  896. this.btnOrphanFundSearch.UseVisualStyleBackColor = false;
  897. this.btnOrphanFundSearch.Click += new System.EventHandler(this.btnOrphanFundSearch_Click);
  898. //
  899. // txtOrphanProvider
  900. //
  901. this.txtOrphanProvider.Location = new System.Drawing.Point(89, 13);
  902. this.txtOrphanProvider.Name = "txtOrphanProvider";
  903. this.txtOrphanProvider.Size = new System.Drawing.Size(171, 25);
  904. this.txtOrphanProvider.TabIndex = 1;
  905. this.txtOrphanProvider.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOrphanProvider_KeyPress);
  906. //
  907. // label13
  908. //
  909. this.label13.AutoSize = true;
  910. this.label13.Location = new System.Drawing.Point(20, 16);
  911. this.label13.Name = "label13";
  912. this.label13.Size = new System.Drawing.Size(48, 19);
  913. this.label13.TabIndex = 0;
  914. this.label13.Text = "数据源";
  915. //
  916. // frmDataManager
  917. //
  918. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  919. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  920. this.ClientSize = new System.Drawing.Size(933, 638);
  921. this.Controls.Add(this.tbcMain);
  922. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  923. this.Margin = new System.Windows.Forms.Padding(4);
  924. this.Name = "frmDataManager";
  925. this.Text = "DataManager";
  926. this.ctnDataCollection.Panel1.ResumeLayout(false);
  927. this.ctnDataCollection.Panel1.PerformLayout();
  928. this.ctnDataCollection.Panel2.ResumeLayout(false);
  929. ((System.ComponentModel.ISupportInitialize)(this.ctnDataCollection)).EndInit();
  930. this.ctnDataCollection.ResumeLayout(false);
  931. ((System.ComponentModel.ISupportInitialize)(this.grdCollectionTask)).EndInit();
  932. this.panel1.ResumeLayout(false);
  933. this.panel1.PerformLayout();
  934. this.tbcMain.ResumeLayout(false);
  935. this.tbpContact.ResumeLayout(false);
  936. this.splitContainer1.Panel1.ResumeLayout(false);
  937. this.splitContainer1.Panel1.PerformLayout();
  938. this.splitContainer1.Panel2.ResumeLayout(false);
  939. this.splitContainer1.Panel2.PerformLayout();
  940. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  941. this.splitContainer1.ResumeLayout(false);
  942. ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).EndInit();
  943. this.tbpCollection.ResumeLayout(false);
  944. this.tbpData.ResumeLayout(false);
  945. this.tbpData.PerformLayout();
  946. this.tabControl1.ResumeLayout(false);
  947. this.tbpFund.ResumeLayout(false);
  948. this.splitContainer2.Panel1.ResumeLayout(false);
  949. this.splitContainer2.Panel1.PerformLayout();
  950. this.splitContainer2.Panel2.ResumeLayout(false);
  951. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  952. this.splitContainer2.ResumeLayout(false);
  953. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
  954. this.tbpCompany.ResumeLayout(false);
  955. this.splitContainer3.Panel1.ResumeLayout(false);
  956. this.splitContainer3.Panel1.PerformLayout();
  957. this.splitContainer3.Panel2.ResumeLayout(false);
  958. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  959. this.splitContainer3.ResumeLayout(false);
  960. ((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).EndInit();
  961. this.tbpReport.ResumeLayout(false);
  962. this.tabControl2.ResumeLayout(false);
  963. this.tbpOrphanFund.ResumeLayout(false);
  964. ((System.ComponentModel.ISupportInitialize)(this.grdOrphanFund)).EndInit();
  965. this.panel2.ResumeLayout(false);
  966. this.panel2.PerformLayout();
  967. this.ResumeLayout(false);
  968. }
  969. #endregion
  970. private System.Windows.Forms.SplitContainer ctnDataCollection;
  971. private System.Windows.Forms.ComboBox cmbCollector;
  972. private System.Windows.Forms.Label lblDataAnalyst;
  973. private System.Windows.Forms.TextBox txtCollectionEntity;
  974. private System.Windows.Forms.Label lblEntityKeyword;
  975. private System.Windows.Forms.ComboBox cmbCollectionTaskStatus;
  976. private System.Windows.Forms.Label lblTaskStatus;
  977. private System.Windows.Forms.ComboBox cmbCollectionTaskType;
  978. private System.Windows.Forms.Label lblTaskType;
  979. private System.Windows.Forms.Label lblUpdateDate;
  980. private System.Windows.Forms.TextBox txtCollectionProvider;
  981. private System.Windows.Forms.Label lblProvider;
  982. private System.Windows.Forms.Button btnCollectionSearch;
  983. private System.Windows.Forms.DataGridView grdCollectionTask;
  984. private System.Windows.Forms.TabControl tbcMain;
  985. private System.Windows.Forms.TabPage tbpCollection;
  986. private System.Windows.Forms.TabPage tbpContact;
  987. private System.Windows.Forms.SplitContainer splitContainer1;
  988. private System.Windows.Forms.Button btnContactSearch;
  989. private System.Windows.Forms.TextBox txtContactCompany;
  990. private System.Windows.Forms.Label label1;
  991. private System.Windows.Forms.ComboBox cmbContactTaskStatus;
  992. private System.Windows.Forms.Label label3;
  993. private System.Windows.Forms.ComboBox cmbContactTaskType;
  994. private System.Windows.Forms.Label label4;
  995. private System.Windows.Forms.Label label5;
  996. private System.Windows.Forms.ComboBox cmbContactor;
  997. private System.Windows.Forms.Label label6;
  998. private System.Windows.Forms.DataGridView grdContactTask;
  999. private System.Windows.Forms.TabPage tbpData;
  1000. private System.Windows.Forms.ComboBox cmbContactCompanySize;
  1001. private System.Windows.Forms.Label label2;
  1002. private System.Windows.Forms.ComboBox cmbContactPriority;
  1003. private System.Windows.Forms.Label label7;
  1004. private System.Windows.Forms.Label label8;
  1005. private System.Windows.Forms.Button btnAddContactTask;
  1006. private System.Windows.Forms.DateTimePicker dtpContactTaskDate;
  1007. private System.Windows.Forms.DateTimePicker dtpContactFollowUpDate;
  1008. private System.Windows.Forms.Label lblContactTaskCount;
  1009. private System.Windows.Forms.Label label9;
  1010. private System.Windows.Forms.DateTimePicker dtpCollectionTaskDate;
  1011. private System.Windows.Forms.Panel panel1;
  1012. private System.Windows.Forms.Label lblCollectionTaskCount;
  1013. private System.Windows.Forms.Label label11;
  1014. private System.Windows.Forms.Button btnAddCollectionTask;
  1015. private System.Windows.Forms.TabControl tabControl1;
  1016. private System.Windows.Forms.TabPage tbpFund;
  1017. private System.Windows.Forms.TabPage tbpCompany;
  1018. private System.Windows.Forms.SplitContainer splitContainer2;
  1019. private System.Windows.Forms.TabPage tbpPeople;
  1020. private System.Windows.Forms.Button btnSearchFund;
  1021. private System.Windows.Forms.TextBox txtFundKeyword;
  1022. private System.Windows.Forms.Label label10;
  1023. private System.Windows.Forms.DataGridView grdFundList;
  1024. private System.Windows.Forms.StatusStrip sstData;
  1025. private System.Windows.Forms.SplitContainer splitContainer3;
  1026. private System.Windows.Forms.Button btnSearchCompany;
  1027. private System.Windows.Forms.TextBox txtCompanyKeyword;
  1028. private System.Windows.Forms.Label label12;
  1029. private System.Windows.Forms.DataGridView grdCompanyList;
  1030. private System.Windows.Forms.TabPage tbpReport;
  1031. private System.Windows.Forms.TabControl tabControl2;
  1032. private System.Windows.Forms.TabPage tbpOrphanFund;
  1033. private System.Windows.Forms.Panel panel2;
  1034. private System.Windows.Forms.Label label13;
  1035. private System.Windows.Forms.DataGridView grdOrphanFund;
  1036. private System.Windows.Forms.TextBox txtOrphanProvider;
  1037. private System.Windows.Forms.Button btnOrphanFundSearch;
  1038. }
  1039. }