DataManager.Designer.cs 51 KB

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