|
@@ -0,0 +1,926 @@
|
|
|
+namespace DataManager
|
|
|
+{
|
|
|
+ partial class frmDataManager
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// 必需的设计器变量。
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 清理所有正在使用的资源。
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows 窗体设计器生成的代码
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 设计器支持所需的方法 - 不要修改
|
|
|
+ /// 使用代码编辑器修改此方法的内容。
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ this.ctnDataCollection = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.dtpCollectionTaskDate = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.btnCollectionSearch = new System.Windows.Forms.Button();
|
|
|
+ this.txtCollectionProvider = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblProvider = new System.Windows.Forms.Label();
|
|
|
+ this.txtCollectionEntity = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblEntityKeyword = new System.Windows.Forms.Label();
|
|
|
+ this.cmbCollectionTaskStatus = new System.Windows.Forms.ComboBox();
|
|
|
+ this.lblTaskStatus = new System.Windows.Forms.Label();
|
|
|
+ this.cmbCollectionTaskType = new System.Windows.Forms.ComboBox();
|
|
|
+ this.lblTaskType = new System.Windows.Forms.Label();
|
|
|
+ this.lblUpdateDate = new System.Windows.Forms.Label();
|
|
|
+ this.cmbCollector = new System.Windows.Forms.ComboBox();
|
|
|
+ this.lblDataAnalyst = new System.Windows.Forms.Label();
|
|
|
+ this.grdCollectionTask = new System.Windows.Forms.DataGridView();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.lblCollectionTaskCount = new System.Windows.Forms.Label();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.btnAddCollectionTask = new System.Windows.Forms.Button();
|
|
|
+ this.tbcMain = new System.Windows.Forms.TabControl();
|
|
|
+ this.tbpContact = new System.Windows.Forms.TabPage();
|
|
|
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.dtpContactFollowUpDate = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.dtpContactTaskDate = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.cmbContactCompanySize = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.cmbContactPriority = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.btnContactSearch = new System.Windows.Forms.Button();
|
|
|
+ this.txtContactCompany = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.cmbContactTaskStatus = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.cmbContactTaskType = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.cmbContactor = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.lblContactTaskCount = new System.Windows.Forms.Label();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.btnAddContactTask = new System.Windows.Forms.Button();
|
|
|
+ this.grdContactTask = new System.Windows.Forms.DataGridView();
|
|
|
+ this.tbpCollection = new System.Windows.Forms.TabPage();
|
|
|
+ this.tbpData = new System.Windows.Forms.TabPage();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tbpFund = new System.Windows.Forms.TabPage();
|
|
|
+ this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.btnSearchFund = new System.Windows.Forms.Button();
|
|
|
+ this.txtFundKeyword = new System.Windows.Forms.TextBox();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.grdFundList = new System.Windows.Forms.DataGridView();
|
|
|
+ this.tbpCompany = new System.Windows.Forms.TabPage();
|
|
|
+ this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.btnSearchCompany = new System.Windows.Forms.Button();
|
|
|
+ this.txtCompanyKeyword = new System.Windows.Forms.TextBox();
|
|
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
|
+ this.grdCompanyList = new System.Windows.Forms.DataGridView();
|
|
|
+ this.tbpPeople = new System.Windows.Forms.TabPage();
|
|
|
+ this.sstData = new System.Windows.Forms.StatusStrip();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ctnDataCollection)).BeginInit();
|
|
|
+ this.ctnDataCollection.Panel1.SuspendLayout();
|
|
|
+ this.ctnDataCollection.Panel2.SuspendLayout();
|
|
|
+ this.ctnDataCollection.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdCollectionTask)).BeginInit();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.tbcMain.SuspendLayout();
|
|
|
+ this.tbpContact.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
+ this.splitContainer1.Panel1.SuspendLayout();
|
|
|
+ this.splitContainer1.Panel2.SuspendLayout();
|
|
|
+ this.splitContainer1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).BeginInit();
|
|
|
+ this.tbpCollection.SuspendLayout();
|
|
|
+ this.tbpData.SuspendLayout();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tbpFund.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
|
+ this.splitContainer2.Panel1.SuspendLayout();
|
|
|
+ this.splitContainer2.Panel2.SuspendLayout();
|
|
|
+ this.splitContainer2.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
|
|
|
+ this.tbpCompany.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
|
+ this.splitContainer3.Panel1.SuspendLayout();
|
|
|
+ this.splitContainer3.Panel2.SuspendLayout();
|
|
|
+ this.splitContainer3.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // ctnDataCollection
|
|
|
+ //
|
|
|
+ this.ctnDataCollection.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.ctnDataCollection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ctnDataCollection.Location = new System.Drawing.Point(6, 6);
|
|
|
+ this.ctnDataCollection.Name = "ctnDataCollection";
|
|
|
+ this.ctnDataCollection.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
+ //
|
|
|
+ // ctnDataCollection.Panel1
|
|
|
+ //
|
|
|
+ this.ctnDataCollection.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.dtpCollectionTaskDate);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.btnCollectionSearch);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.txtCollectionProvider);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.lblProvider);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.txtCollectionEntity);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.lblEntityKeyword);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollectionTaskStatus);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.lblTaskStatus);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollectionTaskType);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.lblTaskType);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.lblUpdateDate);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.cmbCollector);
|
|
|
+ this.ctnDataCollection.Panel1.Controls.Add(this.lblDataAnalyst);
|
|
|
+ this.ctnDataCollection.Panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ //
|
|
|
+ // ctnDataCollection.Panel2
|
|
|
+ //
|
|
|
+ this.ctnDataCollection.Panel2.Controls.Add(this.grdCollectionTask);
|
|
|
+ this.ctnDataCollection.Panel2.Controls.Add(this.panel1);
|
|
|
+ this.ctnDataCollection.Size = new System.Drawing.Size(913, 590);
|
|
|
+ this.ctnDataCollection.SplitterDistance = 147;
|
|
|
+ this.ctnDataCollection.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // dtpCollectionTaskDate
|
|
|
+ //
|
|
|
+ this.dtpCollectionTaskDate.Location = new System.Drawing.Point(306, 24);
|
|
|
+ this.dtpCollectionTaskDate.Name = "dtpCollectionTaskDate";
|
|
|
+ this.dtpCollectionTaskDate.Size = new System.Drawing.Size(121, 23);
|
|
|
+ this.dtpCollectionTaskDate.TabIndex = 33;
|
|
|
+ //
|
|
|
+ // btnCollectionSearch
|
|
|
+ //
|
|
|
+ this.btnCollectionSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnCollectionSearch.BackColor = System.Drawing.Color.SkyBlue;
|
|
|
+ this.btnCollectionSearch.Location = new System.Drawing.Point(771, 96);
|
|
|
+ this.btnCollectionSearch.Name = "btnCollectionSearch";
|
|
|
+ this.btnCollectionSearch.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnCollectionSearch.TabIndex = 12;
|
|
|
+ this.btnCollectionSearch.Text = "搜 索";
|
|
|
+ this.btnCollectionSearch.UseVisualStyleBackColor = false;
|
|
|
+ this.btnCollectionSearch.Click += new System.EventHandler(this.btnCollectionSearch_Click);
|
|
|
+ //
|
|
|
+ // txtCollectionProvider
|
|
|
+ //
|
|
|
+ this.txtCollectionProvider.Location = new System.Drawing.Point(79, 103);
|
|
|
+ this.txtCollectionProvider.MaxLength = 100;
|
|
|
+ this.txtCollectionProvider.Name = "txtCollectionProvider";
|
|
|
+ this.txtCollectionProvider.Size = new System.Drawing.Size(348, 23);
|
|
|
+ this.txtCollectionProvider.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // lblProvider
|
|
|
+ //
|
|
|
+ this.lblProvider.AutoSize = true;
|
|
|
+ this.lblProvider.Location = new System.Drawing.Point(29, 107);
|
|
|
+ this.lblProvider.Name = "lblProvider";
|
|
|
+ this.lblProvider.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.lblProvider.TabIndex = 10;
|
|
|
+ this.lblProvider.Text = "来源";
|
|
|
+ //
|
|
|
+ // txtCollectionEntity
|
|
|
+ //
|
|
|
+ this.txtCollectionEntity.Location = new System.Drawing.Point(79, 63);
|
|
|
+ this.txtCollectionEntity.MaxLength = 100;
|
|
|
+ this.txtCollectionEntity.Name = "txtCollectionEntity";
|
|
|
+ this.txtCollectionEntity.Size = new System.Drawing.Size(348, 23);
|
|
|
+ this.txtCollectionEntity.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // lblEntityKeyword
|
|
|
+ //
|
|
|
+ this.lblEntityKeyword.AutoSize = true;
|
|
|
+ this.lblEntityKeyword.Location = new System.Drawing.Point(29, 67);
|
|
|
+ this.lblEntityKeyword.Name = "lblEntityKeyword";
|
|
|
+ this.lblEntityKeyword.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.lblEntityKeyword.TabIndex = 8;
|
|
|
+ this.lblEntityKeyword.Text = "关键字";
|
|
|
+ //
|
|
|
+ // cmbCollectionTaskStatus
|
|
|
+ //
|
|
|
+ this.cmbCollectionTaskStatus.FormattingEnabled = true;
|
|
|
+ this.cmbCollectionTaskStatus.Location = new System.Drawing.Point(771, 23);
|
|
|
+ this.cmbCollectionTaskStatus.Name = "cmbCollectionTaskStatus";
|
|
|
+ this.cmbCollectionTaskStatus.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbCollectionTaskStatus.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // lblTaskStatus
|
|
|
+ //
|
|
|
+ this.lblTaskStatus.AutoSize = true;
|
|
|
+ this.lblTaskStatus.Location = new System.Drawing.Point(721, 27);
|
|
|
+ this.lblTaskStatus.Name = "lblTaskStatus";
|
|
|
+ this.lblTaskStatus.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.lblTaskStatus.TabIndex = 6;
|
|
|
+ this.lblTaskStatus.Text = "状态";
|
|
|
+ //
|
|
|
+ // cmbCollectionTaskType
|
|
|
+ //
|
|
|
+ this.cmbCollectionTaskType.FormattingEnabled = true;
|
|
|
+ this.cmbCollectionTaskType.Location = new System.Drawing.Point(539, 23);
|
|
|
+ this.cmbCollectionTaskType.Name = "cmbCollectionTaskType";
|
|
|
+ this.cmbCollectionTaskType.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbCollectionTaskType.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // lblTaskType
|
|
|
+ //
|
|
|
+ this.lblTaskType.AutoSize = true;
|
|
|
+ this.lblTaskType.Location = new System.Drawing.Point(489, 27);
|
|
|
+ this.lblTaskType.Name = "lblTaskType";
|
|
|
+ this.lblTaskType.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.lblTaskType.TabIndex = 4;
|
|
|
+ this.lblTaskType.Text = "任务";
|
|
|
+ //
|
|
|
+ // lblUpdateDate
|
|
|
+ //
|
|
|
+ this.lblUpdateDate.AutoSize = true;
|
|
|
+ this.lblUpdateDate.Location = new System.Drawing.Point(256, 27);
|
|
|
+ this.lblUpdateDate.Name = "lblUpdateDate";
|
|
|
+ this.lblUpdateDate.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.lblUpdateDate.TabIndex = 2;
|
|
|
+ this.lblUpdateDate.Text = "日期";
|
|
|
+ //
|
|
|
+ // cmbCollector
|
|
|
+ //
|
|
|
+ this.cmbCollector.FormattingEnabled = true;
|
|
|
+ this.cmbCollector.Location = new System.Drawing.Point(79, 23);
|
|
|
+ this.cmbCollector.Name = "cmbCollector";
|
|
|
+ this.cmbCollector.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbCollector.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // lblDataAnalyst
|
|
|
+ //
|
|
|
+ this.lblDataAnalyst.AutoSize = true;
|
|
|
+ this.lblDataAnalyst.Location = new System.Drawing.Point(29, 27);
|
|
|
+ this.lblDataAnalyst.Name = "lblDataAnalyst";
|
|
|
+ this.lblDataAnalyst.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.lblDataAnalyst.TabIndex = 0;
|
|
|
+ this.lblDataAnalyst.Text = "数据员";
|
|
|
+ //
|
|
|
+ // grdCollectionTask
|
|
|
+ //
|
|
|
+ this.grdCollectionTask.AllowUserToAddRows = false;
|
|
|
+ this.grdCollectionTask.AllowUserToDeleteRows = false;
|
|
|
+ this.grdCollectionTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
+ this.grdCollectionTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.grdCollectionTask.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.grdCollectionTask.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.grdCollectionTask.Location = new System.Drawing.Point(0, 53);
|
|
|
+ this.grdCollectionTask.Name = "grdCollectionTask";
|
|
|
+ this.grdCollectionTask.ReadOnly = true;
|
|
|
+ this.grdCollectionTask.RowHeadersVisible = false;
|
|
|
+ this.grdCollectionTask.RowTemplate.Height = 23;
|
|
|
+ this.grdCollectionTask.Size = new System.Drawing.Size(913, 386);
|
|
|
+ this.grdCollectionTask.TabIndex = 0;
|
|
|
+ this.grdCollectionTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCollectionTask_CellClick);
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.Color.PaleTurquoise;
|
|
|
+ this.panel1.Controls.Add(this.lblCollectionTaskCount);
|
|
|
+ this.panel1.Controls.Add(this.label11);
|
|
|
+ this.panel1.Controls.Add(this.btnAddCollectionTask);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(913, 53);
|
|
|
+ this.panel1.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // lblCollectionTaskCount
|
|
|
+ //
|
|
|
+ this.lblCollectionTaskCount.AutoSize = true;
|
|
|
+ this.lblCollectionTaskCount.Location = new System.Drawing.Point(93, 19);
|
|
|
+ this.lblCollectionTaskCount.Name = "lblCollectionTaskCount";
|
|
|
+ this.lblCollectionTaskCount.Size = new System.Drawing.Size(15, 17);
|
|
|
+ this.lblCollectionTaskCount.TabIndex = 6;
|
|
|
+ this.lblCollectionTaskCount.Text = "0";
|
|
|
+ //
|
|
|
+ // label11
|
|
|
+ //
|
|
|
+ this.label11.AutoSize = true;
|
|
|
+ this.label11.Location = new System.Drawing.Point(18, 19);
|
|
|
+ this.label11.Name = "label11";
|
|
|
+ this.label11.Size = new System.Drawing.Size(68, 17);
|
|
|
+ this.label11.TabIndex = 5;
|
|
|
+ this.label11.Text = "任务总数:";
|
|
|
+ //
|
|
|
+ // btnAddCollectionTask
|
|
|
+ //
|
|
|
+ this.btnAddCollectionTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnAddCollectionTask.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnAddCollectionTask.Location = new System.Drawing.Point(774, 13);
|
|
|
+ this.btnAddCollectionTask.Name = "btnAddCollectionTask";
|
|
|
+ this.btnAddCollectionTask.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnAddCollectionTask.TabIndex = 4;
|
|
|
+ this.btnAddCollectionTask.Text = "添 加 任 务";
|
|
|
+ this.btnAddCollectionTask.UseVisualStyleBackColor = false;
|
|
|
+ this.btnAddCollectionTask.Click += new System.EventHandler(this.btnAddCollectionTask_Click);
|
|
|
+ //
|
|
|
+ // tbcMain
|
|
|
+ //
|
|
|
+ this.tbcMain.Controls.Add(this.tbpContact);
|
|
|
+ this.tbcMain.Controls.Add(this.tbpCollection);
|
|
|
+ this.tbcMain.Controls.Add(this.tbpData);
|
|
|
+ this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbcMain.ItemSize = new System.Drawing.Size(100, 28);
|
|
|
+ this.tbcMain.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tbcMain.Name = "tbcMain";
|
|
|
+ this.tbcMain.SelectedIndex = 0;
|
|
|
+ this.tbcMain.Size = new System.Drawing.Size(933, 638);
|
|
|
+ this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
|
+ this.tbcMain.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // tbpContact
|
|
|
+ //
|
|
|
+ this.tbpContact.Controls.Add(this.splitContainer1);
|
|
|
+ this.tbpContact.Location = new System.Drawing.Point(4, 32);
|
|
|
+ this.tbpContact.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.tbpContact.Name = "tbpContact";
|
|
|
+ this.tbpContact.Padding = new System.Windows.Forms.Padding(6);
|
|
|
+ this.tbpContact.Size = new System.Drawing.Size(925, 602);
|
|
|
+ this.tbpContact.TabIndex = 1;
|
|
|
+ this.tbpContact.Text = "联络";
|
|
|
+ this.tbpContact.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // splitContainer1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.splitContainer1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.splitContainer1.Location = new System.Drawing.Point(6, 6);
|
|
|
+ this.splitContainer1.Name = "splitContainer1";
|
|
|
+ this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel1
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.dtpContactFollowUpDate);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.dtpContactTaskDate);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.cmbContactCompanySize);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.cmbContactPriority);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label7);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label8);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.btnContactSearch);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.txtContactCompany);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.cmbContactTaskStatus);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label3);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.cmbContactTaskType);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label4);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label5);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.cmbContactor);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label6);
|
|
|
+ //
|
|
|
+ // splitContainer1.Panel2
|
|
|
+ //
|
|
|
+ this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Lavender;
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.lblContactTaskCount);
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.label9);
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.btnAddContactTask);
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.grdContactTask);
|
|
|
+ this.splitContainer1.Size = new System.Drawing.Size(913, 590);
|
|
|
+ this.splitContainer1.SplitterDistance = 143;
|
|
|
+ this.splitContainer1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // dtpContactFollowUpDate
|
|
|
+ //
|
|
|
+ this.dtpContactFollowUpDate.Location = new System.Drawing.Point(79, 64);
|
|
|
+ this.dtpContactFollowUpDate.Name = "dtpContactFollowUpDate";
|
|
|
+ this.dtpContactFollowUpDate.Size = new System.Drawing.Size(121, 23);
|
|
|
+ this.dtpContactFollowUpDate.TabIndex = 33;
|
|
|
+ //
|
|
|
+ // dtpContactTaskDate
|
|
|
+ //
|
|
|
+ this.dtpContactTaskDate.Location = new System.Drawing.Point(306, 24);
|
|
|
+ this.dtpContactTaskDate.Name = "dtpContactTaskDate";
|
|
|
+ this.dtpContactTaskDate.Size = new System.Drawing.Size(121, 23);
|
|
|
+ this.dtpContactTaskDate.TabIndex = 32;
|
|
|
+ //
|
|
|
+ // cmbContactCompanySize
|
|
|
+ //
|
|
|
+ this.cmbContactCompanySize.FormattingEnabled = true;
|
|
|
+ this.cmbContactCompanySize.Location = new System.Drawing.Point(539, 63);
|
|
|
+ this.cmbContactCompanySize.Name = "cmbContactCompanySize";
|
|
|
+ this.cmbContactCompanySize.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbContactCompanySize.TabIndex = 31;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(489, 67);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.label2.TabIndex = 30;
|
|
|
+ this.label2.Text = "规模";
|
|
|
+ //
|
|
|
+ // cmbContactPriority
|
|
|
+ //
|
|
|
+ this.cmbContactPriority.FormattingEnabled = true;
|
|
|
+ this.cmbContactPriority.Location = new System.Drawing.Point(306, 63);
|
|
|
+ this.cmbContactPriority.Name = "cmbContactPriority";
|
|
|
+ this.cmbContactPriority.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbContactPriority.TabIndex = 29;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label7.Location = new System.Drawing.Point(256, 67);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.label7.TabIndex = 28;
|
|
|
+ this.label7.Text = "优先级";
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(29, 67);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.label8.TabIndex = 26;
|
|
|
+ this.label8.Text = "跟进日";
|
|
|
+ //
|
|
|
+ // btnContactSearch
|
|
|
+ //
|
|
|
+ this.btnContactSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnContactSearch.BackColor = System.Drawing.Color.SkyBlue;
|
|
|
+ this.btnContactSearch.Location = new System.Drawing.Point(771, 96);
|
|
|
+ this.btnContactSearch.Name = "btnContactSearch";
|
|
|
+ this.btnContactSearch.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnContactSearch.TabIndex = 25;
|
|
|
+ this.btnContactSearch.Text = "搜 索";
|
|
|
+ this.btnContactSearch.UseVisualStyleBackColor = false;
|
|
|
+ this.btnContactSearch.Click += new System.EventHandler(this.btnContactSearch_Click);
|
|
|
+ //
|
|
|
+ // txtContactCompany
|
|
|
+ //
|
|
|
+ this.txtContactCompany.Location = new System.Drawing.Point(79, 103);
|
|
|
+ this.txtContactCompany.MaxLength = 100;
|
|
|
+ this.txtContactCompany.Name = "txtContactCompany";
|
|
|
+ this.txtContactCompany.Size = new System.Drawing.Size(348, 23);
|
|
|
+ this.txtContactCompany.TabIndex = 24;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(29, 107);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.label1.TabIndex = 23;
|
|
|
+ this.label1.Text = "公司";
|
|
|
+ //
|
|
|
+ // cmbContactTaskStatus
|
|
|
+ //
|
|
|
+ this.cmbContactTaskStatus.FormattingEnabled = true;
|
|
|
+ this.cmbContactTaskStatus.Location = new System.Drawing.Point(771, 23);
|
|
|
+ this.cmbContactTaskStatus.Name = "cmbContactTaskStatus";
|
|
|
+ this.cmbContactTaskStatus.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbContactTaskStatus.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(721, 27);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.label3.TabIndex = 19;
|
|
|
+ this.label3.Text = "状态";
|
|
|
+ //
|
|
|
+ // cmbContactTaskType
|
|
|
+ //
|
|
|
+ this.cmbContactTaskType.FormattingEnabled = true;
|
|
|
+ this.cmbContactTaskType.Location = new System.Drawing.Point(539, 23);
|
|
|
+ this.cmbContactTaskType.Name = "cmbContactTaskType";
|
|
|
+ this.cmbContactTaskType.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbContactTaskType.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(489, 27);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.label4.TabIndex = 17;
|
|
|
+ this.label4.Text = "任务";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(256, 27);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.label5.TabIndex = 15;
|
|
|
+ this.label5.Text = "日期";
|
|
|
+ //
|
|
|
+ // cmbContactor
|
|
|
+ //
|
|
|
+ this.cmbContactor.FormattingEnabled = true;
|
|
|
+ this.cmbContactor.Location = new System.Drawing.Point(79, 23);
|
|
|
+ this.cmbContactor.Name = "cmbContactor";
|
|
|
+ this.cmbContactor.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbContactor.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label6.Location = new System.Drawing.Point(29, 27);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.label6.TabIndex = 13;
|
|
|
+ this.label6.Text = "联络员";
|
|
|
+ //
|
|
|
+ // lblContactTaskCount
|
|
|
+ //
|
|
|
+ this.lblContactTaskCount.AutoSize = true;
|
|
|
+ this.lblContactTaskCount.Location = new System.Drawing.Point(90, 20);
|
|
|
+ this.lblContactTaskCount.Name = "lblContactTaskCount";
|
|
|
+ this.lblContactTaskCount.Size = new System.Drawing.Size(15, 17);
|
|
|
+ this.lblContactTaskCount.TabIndex = 3;
|
|
|
+ this.lblContactTaskCount.Text = "0";
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Location = new System.Drawing.Point(15, 20);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(68, 17);
|
|
|
+ this.label9.TabIndex = 2;
|
|
|
+ this.label9.Text = "任务总数:";
|
|
|
+ //
|
|
|
+ // btnAddContactTask
|
|
|
+ //
|
|
|
+ this.btnAddContactTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnAddContactTask.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnAddContactTask.Location = new System.Drawing.Point(771, 14);
|
|
|
+ this.btnAddContactTask.Name = "btnAddContactTask";
|
|
|
+ this.btnAddContactTask.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnAddContactTask.TabIndex = 1;
|
|
|
+ this.btnAddContactTask.Text = "添 加 任 务";
|
|
|
+ this.btnAddContactTask.UseVisualStyleBackColor = false;
|
|
|
+ this.btnAddContactTask.Click += new System.EventHandler(this.btnAddContactTask_Click);
|
|
|
+ //
|
|
|
+ // grdContactTask
|
|
|
+ //
|
|
|
+ this.grdContactTask.AllowUserToAddRows = false;
|
|
|
+ this.grdContactTask.AllowUserToDeleteRows = false;
|
|
|
+ this.grdContactTask.AllowUserToOrderColumns = true;
|
|
|
+ this.grdContactTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
+ this.grdContactTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.grdContactTask.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.grdContactTask.Location = new System.Drawing.Point(0, 54);
|
|
|
+ this.grdContactTask.Name = "grdContactTask";
|
|
|
+ this.grdContactTask.ReadOnly = true;
|
|
|
+ this.grdContactTask.RowHeadersVisible = false;
|
|
|
+ this.grdContactTask.RowTemplate.Height = 23;
|
|
|
+ this.grdContactTask.Size = new System.Drawing.Size(913, 389);
|
|
|
+ this.grdContactTask.TabIndex = 0;
|
|
|
+ this.grdContactTask.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdContactTask_CellClick);
|
|
|
+ //
|
|
|
+ // tbpCollection
|
|
|
+ //
|
|
|
+ this.tbpCollection.Controls.Add(this.ctnDataCollection);
|
|
|
+ this.tbpCollection.Location = new System.Drawing.Point(4, 32);
|
|
|
+ this.tbpCollection.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.tbpCollection.Name = "tbpCollection";
|
|
|
+ this.tbpCollection.Padding = new System.Windows.Forms.Padding(6);
|
|
|
+ this.tbpCollection.Size = new System.Drawing.Size(925, 602);
|
|
|
+ this.tbpCollection.TabIndex = 0;
|
|
|
+ this.tbpCollection.Text = "采集";
|
|
|
+ this.tbpCollection.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tbpData
|
|
|
+ //
|
|
|
+ this.tbpData.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.tbpData.Controls.Add(this.tabControl1);
|
|
|
+ this.tbpData.Controls.Add(this.sstData);
|
|
|
+ this.tbpData.Location = new System.Drawing.Point(4, 32);
|
|
|
+ this.tbpData.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.tbpData.Name = "tbpData";
|
|
|
+ this.tbpData.Padding = new System.Windows.Forms.Padding(6);
|
|
|
+ this.tbpData.Size = new System.Drawing.Size(925, 602);
|
|
|
+ this.tbpData.TabIndex = 2;
|
|
|
+ this.tbpData.Text = "数据";
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
|
|
|
+ this.tabControl1.Controls.Add(this.tbpFund);
|
|
|
+ this.tabControl1.Controls.Add(this.tbpCompany);
|
|
|
+ this.tabControl1.Controls.Add(this.tbpPeople);
|
|
|
+ this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tabControl1.ItemSize = new System.Drawing.Size(96, 26);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(6, 6);
|
|
|
+ this.tabControl1.Multiline = true;
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(913, 568);
|
|
|
+ this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
|
+ this.tabControl1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tbpFund
|
|
|
+ //
|
|
|
+ this.tbpFund.Controls.Add(this.splitContainer2);
|
|
|
+ this.tbpFund.Location = new System.Drawing.Point(4, 4);
|
|
|
+ this.tbpFund.Name = "tbpFund";
|
|
|
+ this.tbpFund.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tbpFund.Size = new System.Drawing.Size(905, 534);
|
|
|
+ this.tbpFund.TabIndex = 0;
|
|
|
+ this.tbpFund.Text = "基金";
|
|
|
+ this.tbpFund.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // splitContainer2
|
|
|
+ //
|
|
|
+ this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.splitContainer2.Name = "splitContainer2";
|
|
|
+ this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
+ //
|
|
|
+ // splitContainer2.Panel1
|
|
|
+ //
|
|
|
+ this.splitContainer2.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
|
|
|
+ this.splitContainer2.Panel1.Controls.Add(this.btnSearchFund);
|
|
|
+ this.splitContainer2.Panel1.Controls.Add(this.txtFundKeyword);
|
|
|
+ this.splitContainer2.Panel1.Controls.Add(this.label10);
|
|
|
+ //
|
|
|
+ // splitContainer2.Panel2
|
|
|
+ //
|
|
|
+ this.splitContainer2.Panel2.Controls.Add(this.grdFundList);
|
|
|
+ this.splitContainer2.Size = new System.Drawing.Size(899, 528);
|
|
|
+ this.splitContainer2.SplitterDistance = 55;
|
|
|
+ this.splitContainer2.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // btnSearchFund
|
|
|
+ //
|
|
|
+ this.btnSearchFund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSearchFund.BackColor = System.Drawing.Color.SkyBlue;
|
|
|
+ this.btnSearchFund.Location = new System.Drawing.Point(750, 15);
|
|
|
+ this.btnSearchFund.Name = "btnSearchFund";
|
|
|
+ this.btnSearchFund.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnSearchFund.TabIndex = 15;
|
|
|
+ this.btnSearchFund.Text = "搜 索";
|
|
|
+ this.btnSearchFund.UseVisualStyleBackColor = false;
|
|
|
+ this.btnSearchFund.Click += new System.EventHandler(this.btnSearchFund_Click);
|
|
|
+ //
|
|
|
+ // txtFundKeyword
|
|
|
+ //
|
|
|
+ this.txtFundKeyword.Location = new System.Drawing.Point(75, 17);
|
|
|
+ this.txtFundKeyword.MaxLength = 100;
|
|
|
+ this.txtFundKeyword.Name = "txtFundKeyword";
|
|
|
+ this.txtFundKeyword.Size = new System.Drawing.Size(225, 25);
|
|
|
+ this.txtFundKeyword.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(21, 20);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(48, 19);
|
|
|
+ this.label10.TabIndex = 13;
|
|
|
+ this.label10.Text = "关键字";
|
|
|
+ //
|
|
|
+ // grdFundList
|
|
|
+ //
|
|
|
+ this.grdFundList.AllowUserToAddRows = false;
|
|
|
+ this.grdFundList.AllowUserToDeleteRows = false;
|
|
|
+ this.grdFundList.AllowUserToOrderColumns = true;
|
|
|
+ this.grdFundList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
+ this.grdFundList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.grdFundList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.grdFundList.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.grdFundList.Name = "grdFundList";
|
|
|
+ this.grdFundList.ReadOnly = true;
|
|
|
+ this.grdFundList.RowHeadersVisible = false;
|
|
|
+ this.grdFundList.RowTemplate.Height = 23;
|
|
|
+ this.grdFundList.Size = new System.Drawing.Size(899, 469);
|
|
|
+ this.grdFundList.TabIndex = 0;
|
|
|
+ this.grdFundList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellClick);
|
|
|
+ //
|
|
|
+ // tbpCompany
|
|
|
+ //
|
|
|
+ this.tbpCompany.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.tbpCompany.Controls.Add(this.splitContainer3);
|
|
|
+ this.tbpCompany.Location = new System.Drawing.Point(4, 4);
|
|
|
+ this.tbpCompany.Name = "tbpCompany";
|
|
|
+ this.tbpCompany.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tbpCompany.Size = new System.Drawing.Size(905, 534);
|
|
|
+ this.tbpCompany.TabIndex = 1;
|
|
|
+ this.tbpCompany.Text = "公司";
|
|
|
+ //
|
|
|
+ // splitContainer3
|
|
|
+ //
|
|
|
+ this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.splitContainer3.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.splitContainer3.Name = "splitContainer3";
|
|
|
+ this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
+ //
|
|
|
+ // splitContainer3.Panel1
|
|
|
+ //
|
|
|
+ this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Bisque;
|
|
|
+ this.splitContainer3.Panel1.Controls.Add(this.btnSearchCompany);
|
|
|
+ this.splitContainer3.Panel1.Controls.Add(this.txtCompanyKeyword);
|
|
|
+ this.splitContainer3.Panel1.Controls.Add(this.label12);
|
|
|
+ //
|
|
|
+ // splitContainer3.Panel2
|
|
|
+ //
|
|
|
+ this.splitContainer3.Panel2.Controls.Add(this.grdCompanyList);
|
|
|
+ this.splitContainer3.Size = new System.Drawing.Size(899, 525);
|
|
|
+ this.splitContainer3.SplitterDistance = 61;
|
|
|
+ this.splitContainer3.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // btnSearchCompany
|
|
|
+ //
|
|
|
+ this.btnSearchCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSearchCompany.BackColor = System.Drawing.Color.SkyBlue;
|
|
|
+ this.btnSearchCompany.Location = new System.Drawing.Point(753, 17);
|
|
|
+ this.btnSearchCompany.Name = "btnSearchCompany";
|
|
|
+ this.btnSearchCompany.Size = new System.Drawing.Size(121, 28);
|
|
|
+ this.btnSearchCompany.TabIndex = 18;
|
|
|
+ this.btnSearchCompany.Text = "搜 索";
|
|
|
+ this.btnSearchCompany.UseVisualStyleBackColor = false;
|
|
|
+ this.btnSearchCompany.Click += new System.EventHandler(this.btnSearchCompany_Click);
|
|
|
+ //
|
|
|
+ // txtCompanyKeyword
|
|
|
+ //
|
|
|
+ this.txtCompanyKeyword.Location = new System.Drawing.Point(78, 19);
|
|
|
+ this.txtCompanyKeyword.MaxLength = 100;
|
|
|
+ this.txtCompanyKeyword.Name = "txtCompanyKeyword";
|
|
|
+ this.txtCompanyKeyword.Size = new System.Drawing.Size(225, 25);
|
|
|
+ this.txtCompanyKeyword.TabIndex = 17;
|
|
|
+ //
|
|
|
+ // label12
|
|
|
+ //
|
|
|
+ this.label12.AutoSize = true;
|
|
|
+ this.label12.Location = new System.Drawing.Point(24, 22);
|
|
|
+ this.label12.Name = "label12";
|
|
|
+ this.label12.Size = new System.Drawing.Size(48, 19);
|
|
|
+ this.label12.TabIndex = 16;
|
|
|
+ this.label12.Text = "关键字";
|
|
|
+ //
|
|
|
+ // grdCompanyList
|
|
|
+ //
|
|
|
+ this.grdCompanyList.AllowUserToAddRows = false;
|
|
|
+ this.grdCompanyList.AllowUserToDeleteRows = false;
|
|
|
+ this.grdCompanyList.AllowUserToOrderColumns = true;
|
|
|
+ this.grdCompanyList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.grdCompanyList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.grdCompanyList.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.grdCompanyList.Name = "grdCompanyList";
|
|
|
+ this.grdCompanyList.RowHeadersVisible = false;
|
|
|
+ this.grdCompanyList.RowTemplate.Height = 23;
|
|
|
+ this.grdCompanyList.Size = new System.Drawing.Size(899, 460);
|
|
|
+ this.grdCompanyList.TabIndex = 0;
|
|
|
+ this.grdCompanyList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCompanyList_CellClick);
|
|
|
+ //
|
|
|
+ // tbpPeople
|
|
|
+ //
|
|
|
+ this.tbpPeople.Location = new System.Drawing.Point(4, 4);
|
|
|
+ this.tbpPeople.Name = "tbpPeople";
|
|
|
+ this.tbpPeople.Size = new System.Drawing.Size(905, 534);
|
|
|
+ this.tbpPeople.TabIndex = 2;
|
|
|
+ this.tbpPeople.Text = "人物";
|
|
|
+ this.tbpPeople.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // sstData
|
|
|
+ //
|
|
|
+ this.sstData.Location = new System.Drawing.Point(6, 574);
|
|
|
+ this.sstData.Name = "sstData";
|
|
|
+ this.sstData.Size = new System.Drawing.Size(913, 22);
|
|
|
+ this.sstData.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // frmDataManager
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(933, 638);
|
|
|
+ this.Controls.Add(this.tbcMain);
|
|
|
+ this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Name = "frmDataManager";
|
|
|
+ this.Text = "DataManager";
|
|
|
+ this.ctnDataCollection.Panel1.ResumeLayout(false);
|
|
|
+ this.ctnDataCollection.Panel1.PerformLayout();
|
|
|
+ this.ctnDataCollection.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ctnDataCollection)).EndInit();
|
|
|
+ this.ctnDataCollection.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdCollectionTask)).EndInit();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.tbcMain.ResumeLayout(false);
|
|
|
+ this.tbpContact.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel1.PerformLayout();
|
|
|
+ this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
+ this.splitContainer1.Panel2.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
+ this.splitContainer1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).EndInit();
|
|
|
+ this.tbpCollection.ResumeLayout(false);
|
|
|
+ this.tbpData.ResumeLayout(false);
|
|
|
+ this.tbpData.PerformLayout();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tbpFund.ResumeLayout(false);
|
|
|
+ this.splitContainer2.Panel1.ResumeLayout(false);
|
|
|
+ this.splitContainer2.Panel1.PerformLayout();
|
|
|
+ this.splitContainer2.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
|
+ this.splitContainer2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
|
|
|
+ this.tbpCompany.ResumeLayout(false);
|
|
|
+ this.splitContainer3.Panel1.ResumeLayout(false);
|
|
|
+ this.splitContainer3.Panel1.PerformLayout();
|
|
|
+ this.splitContainer3.Panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
|
+ this.splitContainer3.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.SplitContainer ctnDataCollection;
|
|
|
+ private System.Windows.Forms.ComboBox cmbCollector;
|
|
|
+ private System.Windows.Forms.Label lblDataAnalyst;
|
|
|
+ private System.Windows.Forms.TextBox txtCollectionEntity;
|
|
|
+ private System.Windows.Forms.Label lblEntityKeyword;
|
|
|
+ private System.Windows.Forms.ComboBox cmbCollectionTaskStatus;
|
|
|
+ private System.Windows.Forms.Label lblTaskStatus;
|
|
|
+ private System.Windows.Forms.ComboBox cmbCollectionTaskType;
|
|
|
+ private System.Windows.Forms.Label lblTaskType;
|
|
|
+ private System.Windows.Forms.Label lblUpdateDate;
|
|
|
+ private System.Windows.Forms.TextBox txtCollectionProvider;
|
|
|
+ private System.Windows.Forms.Label lblProvider;
|
|
|
+ private System.Windows.Forms.Button btnCollectionSearch;
|
|
|
+ private System.Windows.Forms.DataGridView grdCollectionTask;
|
|
|
+ private System.Windows.Forms.TabControl tbcMain;
|
|
|
+ private System.Windows.Forms.TabPage tbpCollection;
|
|
|
+ private System.Windows.Forms.TabPage tbpContact;
|
|
|
+ private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
+ private System.Windows.Forms.Button btnContactSearch;
|
|
|
+ private System.Windows.Forms.TextBox txtContactCompany;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.ComboBox cmbContactTaskStatus;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.ComboBox cmbContactTaskType;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.ComboBox cmbContactor;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.DataGridView grdContactTask;
|
|
|
+ private System.Windows.Forms.TabPage tbpData;
|
|
|
+ private System.Windows.Forms.ComboBox cmbContactCompanySize;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.ComboBox cmbContactPriority;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.Button btnAddContactTask;
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpContactTaskDate;
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpContactFollowUpDate;
|
|
|
+ private System.Windows.Forms.Label lblContactTaskCount;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpCollectionTaskDate;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label lblCollectionTaskCount;
|
|
|
+ private System.Windows.Forms.Label label11;
|
|
|
+ private System.Windows.Forms.Button btnAddCollectionTask;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tbpFund;
|
|
|
+ private System.Windows.Forms.TabPage tbpCompany;
|
|
|
+ private System.Windows.Forms.SplitContainer splitContainer2;
|
|
|
+ private System.Windows.Forms.TabPage tbpPeople;
|
|
|
+ private System.Windows.Forms.Button btnSearchFund;
|
|
|
+ private System.Windows.Forms.TextBox txtFundKeyword;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.DataGridView grdFundList;
|
|
|
+ private System.Windows.Forms.StatusStrip sstData;
|
|
|
+ private System.Windows.Forms.SplitContainer splitContainer3;
|
|
|
+ private System.Windows.Forms.Button btnSearchCompany;
|
|
|
+ private System.Windows.Forms.TextBox txtCompanyKeyword;
|
|
|
+ private System.Windows.Forms.Label label12;
|
|
|
+ private System.Windows.Forms.DataGridView grdCompanyList;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|