namespace ddq { partial class frmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// 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.cmbCategoryGroup = 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.tspInceptionDate = new System.Windows.Forms.Label(); this.tspAcqusition = new System.Windows.Forms.Label(); this.tspDetailOfAcquired = new System.Windows.Forms.Label(); this.tspParentCompanyName = new System.Windows.Forms.Label(); this.tspSupportFromParent = new System.Windows.Forms.Label(); this.tspFinancialData = new System.Windows.Forms.Label(); this.tspCreditRating = new System.Windows.Forms.Label(); this.tspAUM = new System.Windows.Forms.Label(); this.tspClientBreakdown = new System.Windows.Forms.Label(); 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.cmbCategoryGroup); 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; // // cmbCategoryGroup // this.cmbCategoryGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbCategoryGroup.FormattingEnabled = true; this.cmbCategoryGroup.Location = new System.Drawing.Point(562, 18); this.cmbCategoryGroup.Name = "cmbCategoryGroup"; this.cmbCategoryGroup.Size = new System.Drawing.Size(196, 26); this.cmbCategoryGroup.TabIndex = 3; this.cmbCategoryGroup.SelectedIndexChanged += new System.EventHandler(this.cmbCategoryGroup_SelectedIndexChanged); // // 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(452, 21); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104, 18); this.label2.TabIndex = 2; this.label2.Text = "Category Group"; // // 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.tspClientBreakdown); this.panel1.Controls.Add(this.tspAUM); this.panel1.Controls.Add(this.tspCreditRating); this.panel1.Controls.Add(this.tspFinancialData); this.panel1.Controls.Add(this.tspSupportFromParent); this.panel1.Controls.Add(this.tspParentCompanyName); this.panel1.Controls.Add(this.tspDetailOfAcquired); this.panel1.Controls.Add(this.tspAcqusition); this.panel1.Controls.Add(this.tspInceptionDate); 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(512, 18); this.label6.TabIndex = 4; this.label6.Text = "If your firm has recently been acquired by another entity, please describe in det" + "ail"; // // 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; // // tspInceptionDate // this.tspInceptionDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspInceptionDate.AutoSize = true; this.tspInceptionDate.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspInceptionDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspInceptionDate.Location = new System.Drawing.Point(605, 20); this.tspInceptionDate.Name = "tspInceptionDate"; this.tspInceptionDate.Size = new System.Drawing.Size(130, 15); this.tspInceptionDate.TabIndex = 28; this.tspInceptionDate.Text = "yyyy-MM-dd hh-mm-ss"; // // tspAcqusition // this.tspAcqusition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspAcqusition.AutoSize = true; this.tspAcqusition.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspAcqusition.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspAcqusition.Location = new System.Drawing.Point(605, 60); this.tspAcqusition.Name = "tspAcqusition"; this.tspAcqusition.Size = new System.Drawing.Size(130, 15); this.tspAcqusition.TabIndex = 29; this.tspAcqusition.Text = "yyyy-MM-dd hh-mm-ss"; // // tspDetailOfAcquired // this.tspDetailOfAcquired.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspDetailOfAcquired.AutoSize = true; this.tspDetailOfAcquired.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspDetailOfAcquired.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspDetailOfAcquired.Location = new System.Drawing.Point(605, 257); this.tspDetailOfAcquired.Name = "tspDetailOfAcquired"; this.tspDetailOfAcquired.Size = new System.Drawing.Size(130, 15); this.tspDetailOfAcquired.TabIndex = 30; this.tspDetailOfAcquired.Text = "yyyy-MM-dd hh-mm-ss"; // // tspParentCompanyName // this.tspParentCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspParentCompanyName.AutoSize = true; this.tspParentCompanyName.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspParentCompanyName.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspParentCompanyName.Location = new System.Drawing.Point(605, 382); this.tspParentCompanyName.Name = "tspParentCompanyName"; this.tspParentCompanyName.Size = new System.Drawing.Size(130, 15); this.tspParentCompanyName.TabIndex = 31; this.tspParentCompanyName.Text = "yyyy-MM-dd hh-mm-ss"; // // tspSupportFromParent // this.tspSupportFromParent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspSupportFromParent.AutoSize = true; this.tspSupportFromParent.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspSupportFromParent.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspSupportFromParent.Location = new System.Drawing.Point(605, 431); this.tspSupportFromParent.Name = "tspSupportFromParent"; this.tspSupportFromParent.Size = new System.Drawing.Size(130, 15); this.tspSupportFromParent.TabIndex = 32; this.tspSupportFromParent.Text = "yyyy-MM-dd hh-mm-ss"; // // tspFinancialData // this.tspFinancialData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspFinancialData.AutoSize = true; this.tspFinancialData.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspFinancialData.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspFinancialData.Location = new System.Drawing.Point(605, 497); this.tspFinancialData.Name = "tspFinancialData"; this.tspFinancialData.Size = new System.Drawing.Size(130, 15); this.tspFinancialData.TabIndex = 33; this.tspFinancialData.Text = "yyyy-MM-dd hh-mm-ss"; // // tspCreditRating // this.tspCreditRating.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspCreditRating.AutoSize = true; this.tspCreditRating.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspCreditRating.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspCreditRating.Location = new System.Drawing.Point(605, 698); this.tspCreditRating.Name = "tspCreditRating"; this.tspCreditRating.Size = new System.Drawing.Size(130, 15); this.tspCreditRating.TabIndex = 34; this.tspCreditRating.Text = "yyyy-MM-dd hh-mm-ss"; // // tspAUM // this.tspAUM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspAUM.AutoSize = true; this.tspAUM.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspAUM.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspAUM.Location = new System.Drawing.Point(605, 889); this.tspAUM.Name = "tspAUM"; this.tspAUM.Size = new System.Drawing.Size(130, 15); this.tspAUM.TabIndex = 35; this.tspAUM.Text = "yyyy-MM-dd hh-mm-ss"; // // tspClientBreakdown // this.tspClientBreakdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tspClientBreakdown.AutoSize = true; this.tspClientBreakdown.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tspClientBreakdown.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.tspClientBreakdown.Location = new System.Drawing.Point(605, 1002); this.tspClientBreakdown.Name = "tspClientBreakdown"; this.tspClientBreakdown.Size = new System.Drawing.Size(130, 15); this.tspClientBreakdown.TabIndex = 36; this.tspClientBreakdown.Text = "yyyy-MM-dd hh-mm-ss"; // // 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 cmbCategoryGroup; 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; private System.Windows.Forms.Label tspInceptionDate; private System.Windows.Forms.Label tspParentCompanyName; private System.Windows.Forms.Label tspDetailOfAcquired; private System.Windows.Forms.Label tspAcqusition; private System.Windows.Forms.Label tspFinancialData; private System.Windows.Forms.Label tspSupportFromParent; private System.Windows.Forms.Label tspClientBreakdown; private System.Windows.Forms.Label tspAUM; private System.Windows.Forms.Label tspCreditRating; } }