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.cmbFundCategory = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.btnSearchFund = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.tabPeople = new System.Windows.Forms.TabPage(); 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.button1 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.tabCompany = new System.Windows.Forms.TabPage(); this.tabSettings = new System.Windows.Forms.TabPage(); this.btnAddPersonn = new System.Windows.Forms.Button(); 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.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.textBox1); 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.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.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; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.ForeColor = System.Drawing.SystemColors.GrayText; this.textBox1.Location = new System.Drawing.Point(20, 18); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(255, 26); this.textBox1.TabIndex = 0; this.textBox1.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; // // 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.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.button1); this.panPeopleTool.Controls.Add(this.textBox2); 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.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"; // // button1 // this.button1.Location = new System.Drawing.Point(280, 18); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 26); this.button1.TabIndex = 3; this.button1.Text = "Search"; this.button1.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox2.ForeColor = System.Drawing.SystemColors.GrayText; this.textBox2.Location = new System.Drawing.Point(19, 18); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(255, 26); this.textBox2.TabIndex = 2; this.textBox2.Text = "Type in fund name"; // // tabCompany // 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; // // 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; // // 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); // // 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.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 textBox1; 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 button1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.ComboBox cmbRole; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnAddPersonn; } }