12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400 |
- 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
- 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();
- this.tbpReport = new System.Windows.Forms.TabPage();
- this.tabControl2 = new System.Windows.Forms.TabControl();
- this.tbpOrphanFund = new System.Windows.Forms.TabPage();
- this.grdOrphanFund = new System.Windows.Forms.DataGridView();
- this.panel2 = new System.Windows.Forms.Panel();
- this.chkIsOrphan = new System.Windows.Forms.CheckBox();
- this.btnOrphanFundSearch = new System.Windows.Forms.Button();
- this.txtOrphanProvider = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.tbpAuthorization = new System.Windows.Forms.TabPage();
- this.splitContainer4 = new System.Windows.Forms.SplitContainer();
- this.txtLocateEntity = new System.Windows.Forms.TextBox();
- this.btnEntityCoverage = new System.Windows.Forms.Button();
- this.chk0 = new System.Windows.Forms.CheckBox();
- this.chk5 = new System.Windows.Forms.CheckBox();
- this.chk10 = new System.Windows.Forms.CheckBox();
- this.chk20 = new System.Windows.Forms.CheckBox();
- this.chk50 = new System.Windows.Forms.CheckBox();
- this.chk100 = new System.Windows.Forms.CheckBox();
- this.splitContainer5 = new System.Windows.Forms.SplitContainer();
- this.splitContainer6 = new System.Windows.Forms.SplitContainer();
- this.chtEntityCoverage = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.grdEntityCoverage = new System.Windows.Forms.DataGridView();
- this.grdAuthorizedEntity = new System.Windows.Forms.DataGridView();
- this.panel3 = new System.Windows.Forms.Panel();
- this.rdbFund = new System.Windows.Forms.RadioButton();
- this.rdbCompany = new System.Windows.Forms.RadioButton();
- ((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.tbpReport.SuspendLayout();
- this.tabControl2.SuspendLayout();
- this.tbpOrphanFund.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdOrphanFund)).BeginInit();
- this.panel2.SuspendLayout();
- this.tbpAuthorization.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
- this.splitContainer4.Panel1.SuspendLayout();
- this.splitContainer4.Panel2.SuspendLayout();
- this.splitContainer4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
- this.splitContainer5.Panel1.SuspendLayout();
- this.splitContainer5.Panel2.SuspendLayout();
- this.splitContainer5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
- this.splitContainer6.Panel1.SuspendLayout();
- this.splitContainer6.Panel2.SuspendLayout();
- this.splitContainer6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chtEntityCoverage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdEntityCoverage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdAuthorizedEntity)).BeginInit();
- this.panel3.SuspendLayout();
- 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 = 3;
- //
- // 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;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.grdCollectionTask.DefaultCellStyle = dataGridViewCellStyle1;
- 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 = 2;
- 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 = 1;
- 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.Controls.Add(this.tbpReport);
- 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 = 22;
- //
- // 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 = 16;
- //
- // 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 = 35;
- 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 = 33;
- //
- // 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 = 32;
- 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 = 5;
- this.grdContactTask.CellClick += 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;
- //
- // tbpReport
- //
- this.tbpReport.Controls.Add(this.tabControl2);
- this.tbpReport.Location = new System.Drawing.Point(4, 32);
- this.tbpReport.Name = "tbpReport";
- this.tbpReport.Size = new System.Drawing.Size(925, 602);
- this.tbpReport.TabIndex = 3;
- this.tbpReport.Text = "质检";
- this.tbpReport.UseVisualStyleBackColor = true;
- //
- // tabControl2
- //
- this.tabControl2.Alignment = System.Windows.Forms.TabAlignment.Left;
- this.tabControl2.Controls.Add(this.tbpOrphanFund);
- this.tabControl2.Controls.Add(this.tbpAuthorization);
- this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.tabControl2.ItemSize = new System.Drawing.Size(80, 30);
- this.tabControl2.Location = new System.Drawing.Point(0, 0);
- this.tabControl2.Multiline = true;
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(925, 602);
- this.tabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControl2.TabIndex = 0;
- //
- // tbpOrphanFund
- //
- this.tbpOrphanFund.Controls.Add(this.grdOrphanFund);
- this.tbpOrphanFund.Controls.Add(this.panel2);
- this.tbpOrphanFund.Location = new System.Drawing.Point(34, 4);
- this.tbpOrphanFund.Name = "tbpOrphanFund";
- this.tbpOrphanFund.Padding = new System.Windows.Forms.Padding(3);
- this.tbpOrphanFund.Size = new System.Drawing.Size(887, 594);
- this.tbpOrphanFund.TabIndex = 0;
- this.tbpOrphanFund.Text = "孤儿基金";
- this.tbpOrphanFund.UseVisualStyleBackColor = true;
- //
- // grdOrphanFund
- //
- this.grdOrphanFund.AllowUserToAddRows = false;
- this.grdOrphanFund.AllowUserToDeleteRows = false;
- this.grdOrphanFund.AllowUserToOrderColumns = true;
- this.grdOrphanFund.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.grdOrphanFund.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdOrphanFund.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grdOrphanFund.Location = new System.Drawing.Point(3, 56);
- this.grdOrphanFund.Name = "grdOrphanFund";
- this.grdOrphanFund.ReadOnly = true;
- this.grdOrphanFund.RowHeadersVisible = false;
- this.grdOrphanFund.RowTemplate.Height = 23;
- this.grdOrphanFund.Size = new System.Drawing.Size(881, 535);
- this.grdOrphanFund.TabIndex = 10;
- this.grdOrphanFund.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdOrphanFund_CellClick);
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.Cornsilk;
- this.panel2.Controls.Add(this.chkIsOrphan);
- this.panel2.Controls.Add(this.btnOrphanFundSearch);
- this.panel2.Controls.Add(this.txtOrphanProvider);
- this.panel2.Controls.Add(this.label13);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(3, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(881, 53);
- this.panel2.TabIndex = 0;
- //
- // chkIsOrphan
- //
- this.chkIsOrphan.AutoSize = true;
- this.chkIsOrphan.Checked = true;
- this.chkIsOrphan.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkIsOrphan.Location = new System.Drawing.Point(302, 14);
- this.chkIsOrphan.Name = "chkIsOrphan";
- this.chkIsOrphan.Size = new System.Drawing.Size(93, 23);
- this.chkIsOrphan.TabIndex = 3;
- this.chkIsOrphan.Text = "未连接基金";
- this.chkIsOrphan.UseVisualStyleBackColor = true;
- //
- // btnOrphanFundSearch
- //
- this.btnOrphanFundSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOrphanFundSearch.BackColor = System.Drawing.Color.SkyBlue;
- this.btnOrphanFundSearch.Location = new System.Drawing.Point(739, 11);
- this.btnOrphanFundSearch.Name = "btnOrphanFundSearch";
- this.btnOrphanFundSearch.Size = new System.Drawing.Size(121, 28);
- this.btnOrphanFundSearch.TabIndex = 9;
- this.btnOrphanFundSearch.Text = "搜 索";
- this.btnOrphanFundSearch.UseVisualStyleBackColor = false;
- this.btnOrphanFundSearch.Click += new System.EventHandler(this.btnOrphanFundSearch_Click);
- //
- // txtOrphanProvider
- //
- this.txtOrphanProvider.Location = new System.Drawing.Point(89, 13);
- this.txtOrphanProvider.MaxLength = 100;
- this.txtOrphanProvider.Name = "txtOrphanProvider";
- this.txtOrphanProvider.Size = new System.Drawing.Size(171, 25);
- this.txtOrphanProvider.TabIndex = 1;
- this.txtOrphanProvider.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOrphanProvider_KeyPress);
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(20, 16);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(48, 19);
- this.label13.TabIndex = 0;
- this.label13.Text = "数据源";
- //
- // tbpAuthorization
- //
- this.tbpAuthorization.Controls.Add(this.splitContainer4);
- this.tbpAuthorization.Controls.Add(this.panel3);
- this.tbpAuthorization.Location = new System.Drawing.Point(34, 4);
- this.tbpAuthorization.Name = "tbpAuthorization";
- this.tbpAuthorization.Size = new System.Drawing.Size(887, 594);
- this.tbpAuthorization.TabIndex = 1;
- this.tbpAuthorization.Text = "协议授权";
- this.tbpAuthorization.UseVisualStyleBackColor = true;
- //
- // splitContainer4
- //
- this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer4.Location = new System.Drawing.Point(0, 49);
- this.splitContainer4.Name = "splitContainer4";
- this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer4.Panel1
- //
- this.splitContainer4.Panel1.Controls.Add(this.txtLocateEntity);
- this.splitContainer4.Panel1.Controls.Add(this.btnEntityCoverage);
- this.splitContainer4.Panel1.Controls.Add(this.chk0);
- this.splitContainer4.Panel1.Controls.Add(this.chk5);
- this.splitContainer4.Panel1.Controls.Add(this.chk10);
- this.splitContainer4.Panel1.Controls.Add(this.chk20);
- this.splitContainer4.Panel1.Controls.Add(this.chk50);
- this.splitContainer4.Panel1.Controls.Add(this.chk100);
- //
- // splitContainer4.Panel2
- //
- this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
- this.splitContainer4.Size = new System.Drawing.Size(887, 545);
- this.splitContainer4.SplitterDistance = 48;
- this.splitContainer4.TabIndex = 1;
- //
- // txtLocateEntity
- //
- this.txtLocateEntity.Location = new System.Drawing.Point(567, 13);
- this.txtLocateEntity.MaxLength = 100;
- this.txtLocateEntity.Name = "txtLocateEntity";
- this.txtLocateEntity.Size = new System.Drawing.Size(175, 25);
- this.txtLocateEntity.TabIndex = 6;
- this.txtLocateEntity.TextChanged += new System.EventHandler(this.txtLocateEntity_TextChanged);
- //
- // btnEntityCoverage
- //
- this.btnEntityCoverage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnEntityCoverage.BackColor = System.Drawing.Color.SkyBlue;
- this.btnEntityCoverage.Location = new System.Drawing.Point(748, 11);
- this.btnEntityCoverage.Name = "btnEntityCoverage";
- this.btnEntityCoverage.Size = new System.Drawing.Size(121, 28);
- this.btnEntityCoverage.TabIndex = 10;
- this.btnEntityCoverage.Text = "搜 索";
- this.btnEntityCoverage.UseVisualStyleBackColor = false;
- this.btnEntityCoverage.Click += new System.EventHandler(this.btnEntityCoverage_Click);
- //
- // chk0
- //
- this.chk0.AutoSize = true;
- this.chk0.Location = new System.Drawing.Point(457, 14);
- this.chk0.Name = "chk0";
- this.chk0.Size = new System.Drawing.Size(63, 23);
- this.chk0.TabIndex = 5;
- this.chk0.Text = "0-5亿";
- this.chk0.UseVisualStyleBackColor = true;
- this.chk0.CheckedChanged += new System.EventHandler(this.chk0_CheckedChanged);
- //
- // chk5
- //
- this.chk5.AutoSize = true;
- this.chk5.Checked = true;
- this.chk5.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk5.Location = new System.Drawing.Point(373, 14);
- this.chk5.Name = "chk5";
- this.chk5.Size = new System.Drawing.Size(71, 23);
- this.chk5.TabIndex = 4;
- this.chk5.Text = "5-10亿";
- this.chk5.UseVisualStyleBackColor = true;
- this.chk5.CheckedChanged += new System.EventHandler(this.chk5_CheckedChanged);
- //
- // chk10
- //
- this.chk10.AutoSize = true;
- this.chk10.Checked = true;
- this.chk10.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk10.Location = new System.Drawing.Point(283, 14);
- this.chk10.Name = "chk10";
- this.chk10.Size = new System.Drawing.Size(79, 23);
- this.chk10.TabIndex = 3;
- this.chk10.Text = "10-20亿";
- this.chk10.UseVisualStyleBackColor = true;
- this.chk10.CheckedChanged += new System.EventHandler(this.chk10_CheckedChanged);
- //
- // chk20
- //
- this.chk20.AutoSize = true;
- this.chk20.Checked = true;
- this.chk20.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk20.Location = new System.Drawing.Point(193, 14);
- this.chk20.Name = "chk20";
- this.chk20.Size = new System.Drawing.Size(79, 23);
- this.chk20.TabIndex = 2;
- this.chk20.Text = "20-50亿";
- this.chk20.UseVisualStyleBackColor = true;
- this.chk20.CheckedChanged += new System.EventHandler(this.chk20_CheckedChanged);
- //
- // chk50
- //
- this.chk50.AutoSize = true;
- this.chk50.Checked = true;
- this.chk50.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk50.Location = new System.Drawing.Point(100, 14);
- this.chk50.Name = "chk50";
- this.chk50.Size = new System.Drawing.Size(87, 23);
- this.chk50.TabIndex = 1;
- this.chk50.Text = "50-100亿";
- this.chk50.UseVisualStyleBackColor = true;
- this.chk50.CheckedChanged += new System.EventHandler(this.chk50_CheckedChanged);
- //
- // chk100
- //
- this.chk100.AutoSize = true;
- this.chk100.Checked = true;
- this.chk100.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chk100.Location = new System.Drawing.Point(13, 14);
- this.chk100.Name = "chk100";
- this.chk100.Size = new System.Drawing.Size(75, 23);
- this.chk100.TabIndex = 0;
- this.chk100.Text = ">100亿";
- this.chk100.UseVisualStyleBackColor = true;
- this.chk100.CheckedChanged += new System.EventHandler(this.chk100_CheckedChanged);
- //
- // splitContainer5
- //
- this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer5.Location = new System.Drawing.Point(0, 0);
- this.splitContainer5.Name = "splitContainer5";
- //
- // splitContainer5.Panel1
- //
- this.splitContainer5.Panel1.Controls.Add(this.splitContainer6);
- //
- // splitContainer5.Panel2
- //
- this.splitContainer5.Panel2.Controls.Add(this.grdAuthorizedEntity);
- this.splitContainer5.Size = new System.Drawing.Size(887, 493);
- this.splitContainer5.SplitterDistance = 422;
- this.splitContainer5.TabIndex = 0;
- //
- // splitContainer6
- //
- this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer6.Location = new System.Drawing.Point(0, 0);
- this.splitContainer6.Name = "splitContainer6";
- this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer6.Panel1
- //
- this.splitContainer6.Panel1.Controls.Add(this.chtEntityCoverage);
- //
- // splitContainer6.Panel2
- //
- this.splitContainer6.Panel2.Controls.Add(this.grdEntityCoverage);
- this.splitContainer6.Size = new System.Drawing.Size(422, 493);
- this.splitContainer6.SplitterDistance = 299;
- this.splitContainer6.TabIndex = 0;
- //
- // chtEntityCoverage
- //
- this.chtEntityCoverage.BackColor = System.Drawing.Color.Transparent;
- this.chtEntityCoverage.BorderlineColor = System.Drawing.Color.Black;
- this.chtEntityCoverage.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
- chartArea1.Name = "ChartArea1";
- this.chtEntityCoverage.ChartAreas.Add(chartArea1);
- this.chtEntityCoverage.Dock = System.Windows.Forms.DockStyle.Fill;
- legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
- legend1.Name = "Legend1";
- legend1.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.chtEntityCoverage.Legends.Add(legend1);
- this.chtEntityCoverage.Location = new System.Drawing.Point(0, 0);
- this.chtEntityCoverage.Name = "chtEntityCoverage";
- series1.ChartArea = "ChartArea1";
- series1.Legend = "Legend1";
- series1.Name = "Series1";
- this.chtEntityCoverage.Series.Add(series1);
- this.chtEntityCoverage.Size = new System.Drawing.Size(422, 299);
- this.chtEntityCoverage.TabIndex = 0;
- title1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- title1.Name = "Title1";
- title1.Text = "协议授权覆盖%";
- this.chtEntityCoverage.Titles.Add(title1);
- //
- // grdEntityCoverage
- //
- this.grdEntityCoverage.AllowUserToAddRows = false;
- this.grdEntityCoverage.AllowUserToDeleteRows = false;
- this.grdEntityCoverage.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.grdEntityCoverage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdEntityCoverage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grdEntityCoverage.Location = new System.Drawing.Point(0, 0);
- this.grdEntityCoverage.Name = "grdEntityCoverage";
- this.grdEntityCoverage.ReadOnly = true;
- this.grdEntityCoverage.RowHeadersVisible = false;
- this.grdEntityCoverage.RowTemplate.Height = 23;
- this.grdEntityCoverage.Size = new System.Drawing.Size(422, 190);
- this.grdEntityCoverage.TabIndex = 0;
- //
- // grdAuthorizedEntity
- //
- this.grdAuthorizedEntity.AllowUserToAddRows = false;
- this.grdAuthorizedEntity.AllowUserToOrderColumns = true;
- this.grdAuthorizedEntity.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdAuthorizedEntity.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grdAuthorizedEntity.Location = new System.Drawing.Point(0, 0);
- this.grdAuthorizedEntity.Name = "grdAuthorizedEntity";
- this.grdAuthorizedEntity.ReadOnly = true;
- this.grdAuthorizedEntity.RowHeadersVisible = false;
- this.grdAuthorizedEntity.RowTemplate.Height = 23;
- this.grdAuthorizedEntity.Size = new System.Drawing.Size(461, 493);
- this.grdAuthorizedEntity.TabIndex = 0;
- this.grdAuthorizedEntity.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdAuthorizedEntity_CellClick);
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.MistyRose;
- this.panel3.Controls.Add(this.rdbFund);
- this.panel3.Controls.Add(this.rdbCompany);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(887, 49);
- this.panel3.TabIndex = 0;
- //
- // rdbFund
- //
- this.rdbFund.AutoSize = true;
- this.rdbFund.Location = new System.Drawing.Point(125, 12);
- this.rdbFund.Name = "rdbFund";
- this.rdbFund.Size = new System.Drawing.Size(53, 23);
- this.rdbFund.TabIndex = 1;
- this.rdbFund.Text = "基金";
- this.rdbFund.UseVisualStyleBackColor = true;
- this.rdbFund.CheckedChanged += new System.EventHandler(this.rdbFund_CheckedChanged);
- //
- // rdbCompany
- //
- this.rdbCompany.AutoSize = true;
- this.rdbCompany.Checked = true;
- this.rdbCompany.Location = new System.Drawing.Point(38, 12);
- this.rdbCompany.Name = "rdbCompany";
- this.rdbCompany.Size = new System.Drawing.Size(53, 23);
- this.rdbCompany.TabIndex = 0;
- this.rdbCompany.TabStop = true;
- this.rdbCompany.Text = "公司";
- this.rdbCompany.UseVisualStyleBackColor = true;
- this.rdbCompany.CheckedChanged += new System.EventHandler(this.rdbCompany_CheckedChanged);
- //
- // 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.tbpReport.ResumeLayout(false);
- this.tabControl2.ResumeLayout(false);
- this.tbpOrphanFund.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.grdOrphanFund)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.tbpAuthorization.ResumeLayout(false);
- this.splitContainer4.Panel1.ResumeLayout(false);
- this.splitContainer4.Panel1.PerformLayout();
- this.splitContainer4.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
- this.splitContainer4.ResumeLayout(false);
- this.splitContainer5.Panel1.ResumeLayout(false);
- this.splitContainer5.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
- this.splitContainer5.ResumeLayout(false);
- this.splitContainer6.Panel1.ResumeLayout(false);
- this.splitContainer6.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
- this.splitContainer6.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.chtEntityCoverage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdEntityCoverage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdAuthorizedEntity)).EndInit();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- 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;
- private System.Windows.Forms.TabPage tbpReport;
- private System.Windows.Forms.TabControl tabControl2;
- private System.Windows.Forms.TabPage tbpOrphanFund;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.DataGridView grdOrphanFund;
- private System.Windows.Forms.TextBox txtOrphanProvider;
- private System.Windows.Forms.Button btnOrphanFundSearch;
- private System.Windows.Forms.CheckBox chkIsOrphan;
- private System.Windows.Forms.TabPage tbpAuthorization;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.RadioButton rdbFund;
- private System.Windows.Forms.RadioButton rdbCompany;
- private System.Windows.Forms.SplitContainer splitContainer4;
- private System.Windows.Forms.CheckBox chk10;
- private System.Windows.Forms.CheckBox chk20;
- private System.Windows.Forms.CheckBox chk50;
- private System.Windows.Forms.CheckBox chk100;
- private System.Windows.Forms.SplitContainer splitContainer5;
- private System.Windows.Forms.CheckBox chk5;
- private System.Windows.Forms.CheckBox chk0;
- private System.Windows.Forms.Button btnEntityCoverage;
- private System.Windows.Forms.DataGridView grdAuthorizedEntity;
- private System.Windows.Forms.TextBox txtLocateEntity;
- private System.Windows.Forms.SplitContainer splitContainer6;
- private System.Windows.Forms.DataVisualization.Charting.Chart chtEntityCoverage;
- private System.Windows.Forms.DataGridView grdEntityCoverage;
- }
- }
|