123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467 |
- 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataManager));
- 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.pctFundExport = new System.Windows.Forms.PictureBox();
- this.label15 = new System.Windows.Forms.Label();
- 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.label14 = new System.Windows.Forms.Label();
- this.pctCompanyExport = new System.Windows.Forms.PictureBox();
- 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.pctFundExport)).BeginInit();
- ((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.pctCompanyExport)).BeginInit();
- ((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.pctFundExport);
- this.splitContainer2.Panel1.Controls.Add(this.label15);
- 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;
- //
- // pctFundExport
- //
- this.pctFundExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pctFundExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.pctFundExport.Image = ((System.Drawing.Image)(resources.GetObject("pctFundExport.Image")));
- this.pctFundExport.Location = new System.Drawing.Point(848, 14);
- this.pctFundExport.Name = "pctFundExport";
- this.pctFundExport.Size = new System.Drawing.Size(30, 30);
- this.pctFundExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pctFundExport.TabIndex = 22;
- this.pctFundExport.TabStop = false;
- this.pctFundExport.Click += new System.EventHandler(this.pctFundExport_Click);
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label15.Location = new System.Drawing.Point(319, 19);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(261, 17);
- this.label15.TabIndex = 21;
- this.label15.Text = "除了名字,还支持逗号分隔的基金ID或备案编码";
- //
- // 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(82, 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;
- this.txtFundKeyword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFundKeyword_KeyPress);
- //
- // 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.Wheat;
- this.splitContainer3.Panel1.Controls.Add(this.label14);
- this.splitContainer3.Panel1.Controls.Add(this.pctCompanyExport);
- 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;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label14.Location = new System.Drawing.Point(310, 23);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(261, 17);
- this.label14.TabIndex = 20;
- this.label14.Text = "除了名字,还支持逗号分隔的公司ID或协会编码";
- //
- // pctCompanyExport
- //
- this.pctCompanyExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pctCompanyExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.pctCompanyExport.Image = ((System.Drawing.Image)(resources.GetObject("pctCompanyExport.Image")));
- this.pctCompanyExport.Location = new System.Drawing.Point(848, 16);
- this.pctCompanyExport.Name = "pctCompanyExport";
- this.pctCompanyExport.Size = new System.Drawing.Size(30, 30);
- this.pctCompanyExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pctCompanyExport.TabIndex = 19;
- this.pctCompanyExport.TabStop = false;
- this.pctCompanyExport.Click += new System.EventHandler(this.pctCompanyExport_Click);
- //
- // 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(82, 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;
- this.txtCompanyKeyword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCompanyKeyword_KeyPress);
- //
- // 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.pctFundExport)).EndInit();
- ((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.pctCompanyExport)).EndInit();
- ((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;
- private System.Windows.Forms.PictureBox pctCompanyExport;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.PictureBox pctFundExport;
- }
- }
|