| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862 |
- namespace ddq
- {
- partial class frmMain
- {
- /// <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()
- {
- this.tbcMain = new System.Windows.Forms.TabControl();
- this.tabRequests = new System.Windows.Forms.TabPage();
- this.panRequests = new System.Windows.Forms.Panel();
- this.panRequestList = new System.Windows.Forms.Panel();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.panRequestsTool = new System.Windows.Forms.Panel();
- this.cmbRequestAction = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnSearchRequest = new System.Windows.Forms.Button();
- this.txtSearchRequest = new System.Windows.Forms.TextBox();
- this.tabData = new System.Windows.Forms.TabPage();
- this.tbcData = new System.Windows.Forms.TabControl();
- this.tabFunds = new System.Windows.Forms.TabPage();
- this.panFundList = new System.Windows.Forms.Panel();
- this.grdFundList = new System.Windows.Forms.DataGridView();
- this.panFundsTool = new System.Windows.Forms.Panel();
- this.cmbFundCategory = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnSearchFund = new System.Windows.Forms.Button();
- this.txtSearchFund = new System.Windows.Forms.TextBox();
- this.tabPeople = new System.Windows.Forms.TabPage();
- this.btnAddPersonn = new System.Windows.Forms.Button();
- this.grdPeopleList = new System.Windows.Forms.DataGridView();
- this.panPeopleTool = new System.Windows.Forms.Panel();
- this.cmbRole = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnSearchPeople = new System.Windows.Forms.Button();
- this.txtSearchPeople = new System.Windows.Forms.TextBox();
- this.tabCompany = new System.Windows.Forms.TabPage();
- this.panCompanyBottom = new System.Windows.Forms.Panel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.grdClientBreakdown = new System.Windows.Forms.DataGridView();
- this.label12 = new System.Windows.Forms.Label();
- this.grdAUM = new System.Windows.Forms.DataGridView();
- this.label11 = new System.Windows.Forms.Label();
- this.grdCreditRating = new System.Windows.Forms.DataGridView();
- this.label10 = new System.Windows.Forms.Label();
- this.grdFinancialData = new System.Windows.Forms.DataGridView();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.txtParentCompanyName = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.txtDetailOfAcquired = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.grdAcquisiton = new System.Windows.Forms.DataGridView();
- this.label5 = new System.Windows.Forms.Label();
- this.dtpIncepionDate = new System.Windows.Forms.DateTimePicker();
- this.label4 = new System.Windows.Forms.Label();
- this.tabSettings = new System.Windows.Forms.TabPage();
- this.btnSaveCompany = new System.Windows.Forms.Button();
- this.chkSupportFinancial = new System.Windows.Forms.CheckBox();
- this.chkSupportSales = new System.Windows.Forms.CheckBox();
- this.chkSupportMarketing = new System.Windows.Forms.CheckBox();
- this.chkSupportTechnical = new System.Windows.Forms.CheckBox();
- this.chkSupportPersonnel = new System.Windows.Forms.CheckBox();
- this.agent = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.tbcMain.SuspendLayout();
- this.tabRequests.SuspendLayout();
- this.panRequests.SuspendLayout();
- this.panRequestList.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.panRequestsTool.SuspendLayout();
- this.tabData.SuspendLayout();
- this.tbcData.SuspendLayout();
- this.tabFunds.SuspendLayout();
- this.panFundList.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
- this.panFundsTool.SuspendLayout();
- this.tabPeople.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdPeopleList)).BeginInit();
- this.panPeopleTool.SuspendLayout();
- this.tabCompany.SuspendLayout();
- this.panCompanyBottom.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdClientBreakdown)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdAUM)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdCreditRating)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdFinancialData)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdAcquisiton)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // tbcMain
- //
- this.tbcMain.Controls.Add(this.tabRequests);
- this.tbcMain.Controls.Add(this.tabData);
- this.tbcMain.Controls.Add(this.tabSettings);
- this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbcMain.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.tbcMain.ItemSize = new System.Drawing.Size(76, 30);
- this.tbcMain.Location = new System.Drawing.Point(0, 0);
- this.tbcMain.Name = "tbcMain";
- this.tbcMain.SelectedIndex = 0;
- this.tbcMain.Size = new System.Drawing.Size(800, 525);
- this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tbcMain.TabIndex = 0;
- this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged);
- //
- // tabRequests
- //
- this.tabRequests.Controls.Add(this.panRequests);
- this.tabRequests.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.tabRequests.Location = new System.Drawing.Point(4, 34);
- this.tabRequests.Name = "tabRequests";
- this.tabRequests.Padding = new System.Windows.Forms.Padding(3);
- this.tabRequests.Size = new System.Drawing.Size(792, 487);
- this.tabRequests.TabIndex = 0;
- this.tabRequests.Text = "Requests";
- this.tabRequests.UseVisualStyleBackColor = true;
- //
- // panRequests
- //
- this.panRequests.Controls.Add(this.panRequestList);
- this.panRequests.Controls.Add(this.panRequestsTool);
- this.panRequests.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panRequests.Location = new System.Drawing.Point(3, 3);
- this.panRequests.Name = "panRequests";
- this.panRequests.Size = new System.Drawing.Size(786, 481);
- this.panRequests.TabIndex = 0;
- //
- // panRequestList
- //
- this.panRequestList.Controls.Add(this.dataGridView1);
- this.panRequestList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panRequestList.Location = new System.Drawing.Point(0, 55);
- this.panRequestList.Name = "panRequestList";
- this.panRequestList.Size = new System.Drawing.Size(786, 426);
- this.panRequestList.TabIndex = 1;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AllowUserToOrderColumns = true;
- this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 0);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(786, 426);
- this.dataGridView1.TabIndex = 0;
- //
- // panRequestsTool
- //
- this.panRequestsTool.Controls.Add(this.cmbRequestAction);
- this.panRequestsTool.Controls.Add(this.label1);
- this.panRequestsTool.Controls.Add(this.btnSearchRequest);
- this.panRequestsTool.Controls.Add(this.txtSearchRequest);
- this.panRequestsTool.Dock = System.Windows.Forms.DockStyle.Top;
- this.panRequestsTool.Location = new System.Drawing.Point(0, 0);
- this.panRequestsTool.Name = "panRequestsTool";
- this.panRequestsTool.Size = new System.Drawing.Size(786, 55);
- this.panRequestsTool.TabIndex = 0;
- //
- // cmbRequestAction
- //
- this.cmbRequestAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.cmbRequestAction.FormattingEnabled = true;
- this.cmbRequestAction.Location = new System.Drawing.Point(594, 13);
- this.cmbRequestAction.Name = "cmbRequestAction";
- this.cmbRequestAction.Size = new System.Drawing.Size(175, 26);
- this.cmbRequestAction.TabIndex = 3;
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(541, 17);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 18);
- this.label1.TabIndex = 2;
- this.label1.Text = "Action";
- //
- // btnSearchRequest
- //
- this.btnSearchRequest.Location = new System.Drawing.Point(302, 13);
- this.btnSearchRequest.Name = "btnSearchRequest";
- this.btnSearchRequest.Size = new System.Drawing.Size(75, 26);
- this.btnSearchRequest.TabIndex = 1;
- this.btnSearchRequest.Text = "Search";
- this.btnSearchRequest.UseVisualStyleBackColor = true;
- //
- // txtSearchRequest
- //
- this.txtSearchRequest.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtSearchRequest.ForeColor = System.Drawing.SystemColors.GrayText;
- this.txtSearchRequest.Location = new System.Drawing.Point(16, 13);
- this.txtSearchRequest.Name = "txtSearchRequest";
- this.txtSearchRequest.Size = new System.Drawing.Size(279, 26);
- this.txtSearchRequest.TabIndex = 0;
- this.txtSearchRequest.Text = "Type in name of fund or requestor";
- //
- // tabData
- //
- this.tabData.Controls.Add(this.tbcData);
- this.tabData.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.tabData.Location = new System.Drawing.Point(4, 34);
- this.tabData.Name = "tabData";
- this.tabData.Padding = new System.Windows.Forms.Padding(3);
- this.tabData.Size = new System.Drawing.Size(792, 487);
- this.tabData.TabIndex = 1;
- this.tabData.Text = "Data";
- this.tabData.UseVisualStyleBackColor = true;
- //
- // tbcData
- //
- this.tbcData.Alignment = System.Windows.Forms.TabAlignment.Bottom;
- this.tbcData.Controls.Add(this.tabFunds);
- this.tbcData.Controls.Add(this.tabPeople);
- this.tbcData.Controls.Add(this.tabCompany);
- this.tbcData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbcData.ItemSize = new System.Drawing.Size(70, 23);
- this.tbcData.Location = new System.Drawing.Point(3, 3);
- this.tbcData.Multiline = true;
- this.tbcData.Name = "tbcData";
- this.tbcData.SelectedIndex = 0;
- this.tbcData.Size = new System.Drawing.Size(786, 481);
- this.tbcData.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tbcData.TabIndex = 0;
- this.tbcData.SelectedIndexChanged += new System.EventHandler(this.tbcData_SelectedIndexChanged);
- //
- // tabFunds
- //
- this.tabFunds.Controls.Add(this.panFundList);
- this.tabFunds.Controls.Add(this.panFundsTool);
- this.tabFunds.Location = new System.Drawing.Point(4, 4);
- this.tabFunds.Name = "tabFunds";
- this.tabFunds.Padding = new System.Windows.Forms.Padding(3);
- this.tabFunds.Size = new System.Drawing.Size(778, 450);
- this.tabFunds.TabIndex = 0;
- this.tabFunds.Text = "Funds";
- this.tabFunds.UseVisualStyleBackColor = true;
- //
- // panFundList
- //
- this.panFundList.Controls.Add(this.grdFundList);
- this.panFundList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panFundList.Location = new System.Drawing.Point(3, 64);
- this.panFundList.Name = "panFundList";
- this.panFundList.Size = new System.Drawing.Size(772, 383);
- this.panFundList.TabIndex = 1;
- //
- // grdFundList
- //
- this.grdFundList.AllowUserToAddRows = false;
- this.grdFundList.AllowUserToDeleteRows = false;
- this.grdFundList.AllowUserToOrderColumns = true;
- this.grdFundList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
- 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.RowTemplate.Height = 23;
- this.grdFundList.Size = new System.Drawing.Size(772, 383);
- this.grdFundList.TabIndex = 0;
- this.grdFundList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellContentClick);
- //
- // panFundsTool
- //
- this.panFundsTool.Controls.Add(this.cmbFundCategory);
- this.panFundsTool.Controls.Add(this.label2);
- this.panFundsTool.Controls.Add(this.btnSearchFund);
- this.panFundsTool.Controls.Add(this.txtSearchFund);
- this.panFundsTool.Dock = System.Windows.Forms.DockStyle.Top;
- this.panFundsTool.Location = new System.Drawing.Point(3, 3);
- this.panFundsTool.Name = "panFundsTool";
- this.panFundsTool.Size = new System.Drawing.Size(772, 61);
- this.panFundsTool.TabIndex = 0;
- //
- // cmbFundCategory
- //
- this.cmbFundCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.cmbFundCategory.Enabled = false;
- this.cmbFundCategory.FormattingEnabled = true;
- this.cmbFundCategory.Location = new System.Drawing.Point(562, 18);
- this.cmbFundCategory.Name = "cmbFundCategory";
- this.cmbFundCategory.Size = new System.Drawing.Size(196, 26);
- this.cmbFundCategory.TabIndex = 3;
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(493, 22);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(63, 18);
- this.label2.TabIndex = 2;
- this.label2.Text = "Category";
- //
- // btnSearchFund
- //
- this.btnSearchFund.Enabled = false;
- this.btnSearchFund.Location = new System.Drawing.Point(281, 18);
- this.btnSearchFund.Name = "btnSearchFund";
- this.btnSearchFund.Size = new System.Drawing.Size(75, 26);
- this.btnSearchFund.TabIndex = 1;
- this.btnSearchFund.Text = "Search";
- this.btnSearchFund.UseVisualStyleBackColor = true;
- //
- // txtSearchFund
- //
- this.txtSearchFund.Enabled = false;
- this.txtSearchFund.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtSearchFund.ForeColor = System.Drawing.SystemColors.GrayText;
- this.txtSearchFund.Location = new System.Drawing.Point(20, 18);
- this.txtSearchFund.Name = "txtSearchFund";
- this.txtSearchFund.Size = new System.Drawing.Size(255, 26);
- this.txtSearchFund.TabIndex = 0;
- this.txtSearchFund.Text = "Type in fund name";
- //
- // tabPeople
- //
- this.tabPeople.Controls.Add(this.btnAddPersonn);
- this.tabPeople.Controls.Add(this.grdPeopleList);
- this.tabPeople.Controls.Add(this.panPeopleTool);
- this.tabPeople.Location = new System.Drawing.Point(4, 4);
- this.tabPeople.Name = "tabPeople";
- this.tabPeople.Padding = new System.Windows.Forms.Padding(3);
- this.tabPeople.Size = new System.Drawing.Size(778, 450);
- this.tabPeople.TabIndex = 1;
- this.tabPeople.Text = "People";
- this.tabPeople.UseVisualStyleBackColor = true;
- //
- // btnAddPersonn
- //
- this.btnAddPersonn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnAddPersonn.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnAddPersonn.Location = new System.Drawing.Point(644, 78);
- this.btnAddPersonn.Name = "btnAddPersonn";
- this.btnAddPersonn.Size = new System.Drawing.Size(128, 23);
- this.btnAddPersonn.TabIndex = 2;
- this.btnAddPersonn.Text = "Add a staff";
- this.btnAddPersonn.UseVisualStyleBackColor = true;
- this.btnAddPersonn.Click += new System.EventHandler(this.btnAddPersonn_Click);
- //
- // grdPeopleList
- //
- this.grdPeopleList.AllowUserToAddRows = false;
- this.grdPeopleList.AllowUserToDeleteRows = false;
- this.grdPeopleList.AllowUserToOrderColumns = true;
- this.grdPeopleList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdPeopleList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
- this.grdPeopleList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdPeopleList.Location = new System.Drawing.Point(3, 116);
- this.grdPeopleList.MultiSelect = false;
- this.grdPeopleList.Name = "grdPeopleList";
- this.grdPeopleList.ReadOnly = true;
- this.grdPeopleList.RowTemplate.Height = 23;
- this.grdPeopleList.Size = new System.Drawing.Size(772, 331);
- this.grdPeopleList.TabIndex = 1;
- this.grdPeopleList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdPeopleList_CellClick);
- //
- // panPeopleTool
- //
- this.panPeopleTool.Controls.Add(this.cmbRole);
- this.panPeopleTool.Controls.Add(this.label3);
- this.panPeopleTool.Controls.Add(this.btnSearchPeople);
- this.panPeopleTool.Controls.Add(this.txtSearchPeople);
- this.panPeopleTool.Dock = System.Windows.Forms.DockStyle.Top;
- this.panPeopleTool.Location = new System.Drawing.Point(3, 3);
- this.panPeopleTool.Name = "panPeopleTool";
- this.panPeopleTool.Size = new System.Drawing.Size(772, 61);
- this.panPeopleTool.TabIndex = 0;
- //
- // cmbRole
- //
- this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.cmbRole.Enabled = false;
- this.cmbRole.FormattingEnabled = true;
- this.cmbRole.Location = new System.Drawing.Point(559, 18);
- this.cmbRole.Name = "cmbRole";
- this.cmbRole.Size = new System.Drawing.Size(196, 26);
- this.cmbRole.TabIndex = 5;
- //
- // label3
- //
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(517, 22);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(36, 18);
- this.label3.TabIndex = 4;
- this.label3.Text = "Role";
- //
- // btnSearchPeople
- //
- this.btnSearchPeople.Enabled = false;
- this.btnSearchPeople.Location = new System.Drawing.Point(280, 18);
- this.btnSearchPeople.Name = "btnSearchPeople";
- this.btnSearchPeople.Size = new System.Drawing.Size(75, 26);
- this.btnSearchPeople.TabIndex = 3;
- this.btnSearchPeople.Text = "Search";
- this.btnSearchPeople.UseVisualStyleBackColor = true;
- //
- // txtSearchPeople
- //
- this.txtSearchPeople.Enabled = false;
- this.txtSearchPeople.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtSearchPeople.ForeColor = System.Drawing.SystemColors.GrayText;
- this.txtSearchPeople.Location = new System.Drawing.Point(19, 18);
- this.txtSearchPeople.Name = "txtSearchPeople";
- this.txtSearchPeople.Size = new System.Drawing.Size(255, 26);
- this.txtSearchPeople.TabIndex = 2;
- this.txtSearchPeople.Text = "Type in fund name";
- //
- // tabCompany
- //
- this.tabCompany.Controls.Add(this.panCompanyBottom);
- this.tabCompany.Controls.Add(this.panel1);
- this.tabCompany.Location = new System.Drawing.Point(4, 4);
- this.tabCompany.Name = "tabCompany";
- this.tabCompany.Size = new System.Drawing.Size(778, 450);
- this.tabCompany.TabIndex = 2;
- this.tabCompany.Text = "Company";
- this.tabCompany.UseVisualStyleBackColor = true;
- //
- // panCompanyBottom
- //
- this.panCompanyBottom.BackColor = System.Drawing.Color.WhiteSmoke;
- this.panCompanyBottom.Controls.Add(this.btnSaveCompany);
- this.panCompanyBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panCompanyBottom.Location = new System.Drawing.Point(0, 402);
- this.panCompanyBottom.Name = "panCompanyBottom";
- this.panCompanyBottom.Size = new System.Drawing.Size(778, 48);
- this.panCompanyBottom.TabIndex = 1;
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.chkSupportPersonnel);
- this.panel1.Controls.Add(this.chkSupportTechnical);
- this.panel1.Controls.Add(this.chkSupportMarketing);
- this.panel1.Controls.Add(this.chkSupportSales);
- this.panel1.Controls.Add(this.chkSupportFinancial);
- this.panel1.Controls.Add(this.grdClientBreakdown);
- this.panel1.Controls.Add(this.label12);
- this.panel1.Controls.Add(this.grdAUM);
- this.panel1.Controls.Add(this.label11);
- this.panel1.Controls.Add(this.grdCreditRating);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.grdFinancialData);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.txtParentCompanyName);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.txtDetailOfAcquired);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.grdAcquisiton);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.dtpIncepionDate);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(778, 450);
- this.panel1.TabIndex = 0;
- //
- // grdClientBreakdown
- //
- this.grdClientBreakdown.AllowUserToAddRows = false;
- this.grdClientBreakdown.AllowUserToDeleteRows = false;
- this.grdClientBreakdown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdClientBreakdown.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdClientBreakdown.Location = new System.Drawing.Point(29, 1022);
- this.grdClientBreakdown.Name = "grdClientBreakdown";
- this.grdClientBreakdown.RowTemplate.Height = 23;
- this.grdClientBreakdown.Size = new System.Drawing.Size(706, 104);
- this.grdClientBreakdown.TabIndex = 20;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(26, 1000);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(460, 18);
- this.label12.TabIndex = 19;
- this.label12.Text = "Retail/Instituitional Breakdown (as accurate of 31 December of each year)";
- //
- // grdAUM
- //
- this.grdAUM.AllowUserToAddRows = false;
- this.grdAUM.AllowUserToDeleteRows = false;
- this.grdAUM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdAUM.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdAUM.Location = new System.Drawing.Point(29, 909);
- this.grdAUM.Name = "grdAUM";
- this.grdAUM.RowTemplate.Height = 23;
- this.grdAUM.Size = new System.Drawing.Size(706, 74);
- this.grdAUM.TabIndex = 18;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(26, 887);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(470, 18);
- this.label11.TabIndex = 17;
- this.label11.Text = "Asset Under Management (AUM) (as accurate of 31 December of each year)";
- //
- // grdCreditRating
- //
- this.grdCreditRating.AllowUserToDeleteRows = false;
- this.grdCreditRating.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdCreditRating.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
- this.grdCreditRating.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdCreditRating.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.agent});
- this.grdCreditRating.Location = new System.Drawing.Point(29, 717);
- this.grdCreditRating.Name = "grdCreditRating";
- this.grdCreditRating.RowTemplate.Height = 23;
- this.grdCreditRating.Size = new System.Drawing.Size(706, 150);
- this.grdCreditRating.TabIndex = 16;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(26, 695);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(463, 18);
- this.label10.TabIndex = 15;
- this.label10.Text = "Credit Rating of the company or parent company (whichever is applicable)";
- //
- // grdFinancialData
- //
- this.grdFinancialData.AllowUserToAddRows = false;
- this.grdFinancialData.AllowUserToDeleteRows = false;
- this.grdFinancialData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdFinancialData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
- this.grdFinancialData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdFinancialData.Location = new System.Drawing.Point(29, 518);
- this.grdFinancialData.Name = "grdFinancialData";
- this.grdFinancialData.RowTemplate.Height = 23;
- this.grdFinancialData.Size = new System.Drawing.Size(706, 150);
- this.grdFinancialData.TabIndex = 14;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(26, 497);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(469, 18);
- this.label9.TabIndex = 13;
- this.label9.Text = "Financial data of the company or parent company (whichever is applicable)";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(26, 428);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(385, 18);
- this.label8.TabIndex = 11;
- this.label8.Text = "Select all types of supports provided by your parent company";
- //
- // txtParentCompanyName
- //
- this.txtParentCompanyName.Location = new System.Drawing.Point(145, 377);
- this.txtParentCompanyName.Name = "txtParentCompanyName";
- this.txtParentCompanyName.Size = new System.Drawing.Size(430, 26);
- this.txtParentCompanyName.TabIndex = 10;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(26, 380);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(110, 18);
- this.label7.TabIndex = 9;
- this.label7.Text = "Parent Company";
- //
- // txtDetailOfAcquired
- //
- this.txtDetailOfAcquired.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtDetailOfAcquired.Location = new System.Drawing.Point(29, 276);
- this.txtDetailOfAcquired.Multiline = true;
- this.txtDetailOfAcquired.Name = "txtDetailOfAcquired";
- this.txtDetailOfAcquired.Size = new System.Drawing.Size(706, 76);
- this.txtDetailOfAcquired.TabIndex = 5;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(26, 254);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(606, 18);
- this.label6.TabIndex = 4;
- this.label6.Text = "If your firm has recently been acquired by another entity, please describe in det" +
- "ail the acquisition";
- //
- // grdAcquisiton
- //
- this.grdAcquisiton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdAcquisiton.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
- this.grdAcquisiton.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdAcquisiton.Location = new System.Drawing.Point(29, 80);
- this.grdAcquisiton.Name = "grdAcquisiton";
- this.grdAcquisiton.RowTemplate.Height = 23;
- this.grdAcquisiton.Size = new System.Drawing.Size(706, 150);
- this.grdAcquisiton.TabIndex = 3;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(23, 58);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(385, 18);
- this.label5.TabIndex = 2;
- this.label5.Text = "Recent changes in capital structure, mergers/acquisitions etc.";
- //
- // dtpIncepionDate
- //
- this.dtpIncepionDate.Location = new System.Drawing.Point(138, 16);
- this.dtpIncepionDate.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
- this.dtpIncepionDate.Name = "dtpIncepionDate";
- this.dtpIncepionDate.Size = new System.Drawing.Size(146, 26);
- this.dtpIncepionDate.TabIndex = 1;
- this.dtpIncepionDate.Value = new System.DateTime(2025, 10, 26, 0, 0, 0, 0);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(20, 20);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(95, 18);
- this.label4.TabIndex = 0;
- this.label4.Text = "Date Founded";
- //
- // tabSettings
- //
- this.tabSettings.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.tabSettings.Location = new System.Drawing.Point(4, 34);
- this.tabSettings.Name = "tabSettings";
- this.tabSettings.Size = new System.Drawing.Size(792, 487);
- this.tabSettings.TabIndex = 2;
- this.tabSettings.Text = "Settings";
- this.tabSettings.UseVisualStyleBackColor = true;
- //
- // btnSaveCompany
- //
- this.btnSaveCompany.Location = new System.Drawing.Point(685, 12);
- this.btnSaveCompany.Name = "btnSaveCompany";
- this.btnSaveCompany.Size = new System.Drawing.Size(75, 23);
- this.btnSaveCompany.TabIndex = 0;
- this.btnSaveCompany.Text = "Save";
- this.btnSaveCompany.UseVisualStyleBackColor = true;
- this.btnSaveCompany.Click += new System.EventHandler(this.btnSaveCompany_Click);
- //
- // chkSupportFinancial
- //
- this.chkSupportFinancial.AutoSize = true;
- this.chkSupportFinancial.Location = new System.Drawing.Point(49, 453);
- this.chkSupportFinancial.Name = "chkSupportFinancial";
- this.chkSupportFinancial.Size = new System.Drawing.Size(82, 22);
- this.chkSupportFinancial.TabIndex = 22;
- this.chkSupportFinancial.Text = "Financial";
- this.chkSupportFinancial.UseVisualStyleBackColor = true;
- //
- // chkSupportSales
- //
- this.chkSupportSales.AutoSize = true;
- this.chkSupportSales.Location = new System.Drawing.Point(165, 453);
- this.chkSupportSales.Name = "chkSupportSales";
- this.chkSupportSales.Size = new System.Drawing.Size(59, 22);
- this.chkSupportSales.TabIndex = 23;
- this.chkSupportSales.Text = "Sales";
- this.chkSupportSales.UseVisualStyleBackColor = true;
- //
- // chkSupportMarketing
- //
- this.chkSupportMarketing.AutoSize = true;
- this.chkSupportMarketing.Location = new System.Drawing.Point(256, 453);
- this.chkSupportMarketing.Name = "chkSupportMarketing";
- this.chkSupportMarketing.Size = new System.Drawing.Size(89, 22);
- this.chkSupportMarketing.TabIndex = 24;
- this.chkSupportMarketing.Text = "Marketing";
- this.chkSupportMarketing.UseVisualStyleBackColor = true;
- //
- // chkSupportTechnical
- //
- this.chkSupportTechnical.AutoSize = true;
- this.chkSupportTechnical.Location = new System.Drawing.Point(375, 453);
- this.chkSupportTechnical.Name = "chkSupportTechnical";
- this.chkSupportTechnical.Size = new System.Drawing.Size(84, 22);
- this.chkSupportTechnical.TabIndex = 25;
- this.chkSupportTechnical.Text = "Technical";
- this.chkSupportTechnical.UseVisualStyleBackColor = true;
- //
- // chkSupportPersonnel
- //
- this.chkSupportPersonnel.AutoSize = true;
- this.chkSupportPersonnel.Location = new System.Drawing.Point(485, 453);
- this.chkSupportPersonnel.Name = "chkSupportPersonnel";
- this.chkSupportPersonnel.Size = new System.Drawing.Size(90, 22);
- this.chkSupportPersonnel.TabIndex = 26;
- this.chkSupportPersonnel.Text = "Personnel";
- this.chkSupportPersonnel.UseVisualStyleBackColor = true;
- //
- // agent
- //
- this.agent.DataPropertyName = "agent";
- this.agent.HeaderText = "Rating Agent";
- this.agent.Items.AddRange(new object[] {
- "Moody\'s",
- "S&P",
- "Fitch"});
- this.agent.Name = "agent";
- this.agent.Width = 92;
- //
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(29, 1151);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(688, 47);
- this.pictureBox1.TabIndex = 27;
- this.pictureBox1.TabStop = false;
- //
- // frmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 525);
- this.Controls.Add(this.tbcMain);
- this.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "frmMain";
- this.Text = "Fundit DDQ";
- this.tbcMain.ResumeLayout(false);
- this.tabRequests.ResumeLayout(false);
- this.panRequests.ResumeLayout(false);
- this.panRequestList.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.panRequestsTool.ResumeLayout(false);
- this.panRequestsTool.PerformLayout();
- this.tabData.ResumeLayout(false);
- this.tbcData.ResumeLayout(false);
- this.tabFunds.ResumeLayout(false);
- this.panFundList.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
- this.panFundsTool.ResumeLayout(false);
- this.panFundsTool.PerformLayout();
- this.tabPeople.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.grdPeopleList)).EndInit();
- this.panPeopleTool.ResumeLayout(false);
- this.panPeopleTool.PerformLayout();
- this.tabCompany.ResumeLayout(false);
- this.panCompanyBottom.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdClientBreakdown)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdAUM)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdCreditRating)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdFinancialData)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdAcquisiton)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tbcMain;
- private System.Windows.Forms.TabPage tabRequests;
- private System.Windows.Forms.TabPage tabData;
- private System.Windows.Forms.TabPage tabSettings;
- private System.Windows.Forms.Panel panRequests;
- private System.Windows.Forms.Panel panRequestList;
- private System.Windows.Forms.Panel panRequestsTool;
- private System.Windows.Forms.TextBox txtSearchRequest;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.ComboBox cmbRequestAction;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnSearchRequest;
- private System.Windows.Forms.TabControl tbcData;
- private System.Windows.Forms.TabPage tabFunds;
- private System.Windows.Forms.TabPage tabPeople;
- private System.Windows.Forms.Panel panFundList;
- private System.Windows.Forms.Panel panFundsTool;
- private System.Windows.Forms.TextBox txtSearchFund;
- private System.Windows.Forms.TabPage tabCompany;
- private System.Windows.Forms.DataGridView grdFundList;
- private System.Windows.Forms.ComboBox cmbFundCategory;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnSearchFund;
- private System.Windows.Forms.DataGridView grdPeopleList;
- private System.Windows.Forms.Panel panPeopleTool;
- private System.Windows.Forms.Button btnSearchPeople;
- private System.Windows.Forms.TextBox txtSearchPeople;
- private System.Windows.Forms.ComboBox cmbRole;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnAddPersonn;
- private System.Windows.Forms.Panel panCompanyBottom;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.DateTimePicker dtpIncepionDate;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtDetailOfAcquired;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.DataGridView grdAcquisiton;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtParentCompanyName;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.DataGridView grdCreditRating;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.DataGridView grdFinancialData;
- private System.Windows.Forms.DataGridView grdClientBreakdown;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.DataGridView grdAUM;
- private System.Windows.Forms.Button btnSaveCompany;
- private System.Windows.Forms.CheckBox chkSupportFinancial;
- private System.Windows.Forms.CheckBox chkSupportPersonnel;
- private System.Windows.Forms.CheckBox chkSupportTechnical;
- private System.Windows.Forms.CheckBox chkSupportMarketing;
- private System.Windows.Forms.CheckBox chkSupportSales;
- private System.Windows.Forms.DataGridViewComboBoxColumn agent;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|