| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- 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.textBox1 = new System.Windows.Forms.TextBox();
- this.tabPeople = new System.Windows.Forms.TabPage();
- this.tabCompany = new System.Windows.Forms.TabPage();
- this.tabSettings = new System.Windows.Forms.TabPage();
- 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.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.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.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.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;
- //
- // 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.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.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.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.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;
- //
- // 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;
- //
- // 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.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;
- }
- }
|