📄 ratesofreturnform.designer.cs
字号:
namespace MDIClient {
partial class RatesOfReturnForm {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if( disposing && (components != null) ) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RatesOfReturnForm));
this.label1 = new System.Windows.Forms.Label();
this.annualizedStatusStrip = new System.Windows.Forms.StatusStrip();
this.annualizedToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.averageStatusStrip = new System.Windows.Forms.StatusStrip();
this.averageToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveCopyAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.Period = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ReturnRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Principle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PeriodReturnBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fileDocument = new FileDocumentControlLibrary.FileDocument(this.components);
this.annualizedStatusStrip.SuspendLayout();
this.averageStatusStrip.SuspendLayout();
this.menuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PeriodReturnBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fileDocument)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(160, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Enter one return for each period:";
//
// annualizedStatusStrip
//
this.annualizedStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.annualizedToolStripStatusLabel});
this.annualizedStatusStrip.Location = new System.Drawing.Point(0, 205);
this.annualizedStatusStrip.Name = "annualizedStatusStrip";
this.annualizedStatusStrip.Size = new System.Drawing.Size(370, 22);
this.annualizedStatusStrip.TabIndex = 4;
this.annualizedStatusStrip.Text = "statusStrip1";
//
// annualizedToolStripStatusLabel
//
this.annualizedToolStripStatusLabel.Name = "annualizedToolStripStatusLabel";
this.annualizedToolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
//
// averageStatusStrip
//
this.averageStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.averageToolStripStatusLabel});
this.averageStatusStrip.Location = new System.Drawing.Point(0, 183);
this.averageStatusStrip.Name = "averageStatusStrip";
this.averageStatusStrip.Size = new System.Drawing.Size(370, 22);
this.averageStatusStrip.SizingGrip = false;
this.averageStatusStrip.TabIndex = 5;
this.averageStatusStrip.Text = "statusStrip2";
//
// averageToolStripStatusLabel
//
this.averageToolStripStatusLabel.Name = "averageToolStripStatusLabel";
this.averageToolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
//
// menuStrip
//
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem1});
this.menuStrip.Location = new System.Drawing.Point(0, 0);
this.menuStrip.Name = "menuStrip";
this.menuStrip.Size = new System.Drawing.Size(370, 24);
this.menuStrip.TabIndex = 2;
this.menuStrip.Text = "menuStrip1";
this.menuStrip.Visible = false;
//
// fileToolStripMenuItem1
//
this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.saveCopyAsToolStripMenuItem,
this.toolStripSeparator1,
this.closeToolStripMenuItem});
this.fileToolStripMenuItem1.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
this.fileToolStripMenuItem1.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem1.Text = "&File";
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
this.saveToolStripMenuItem.MergeIndex = 2;
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.saveToolStripMenuItem.Text = "&Save";
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
this.saveAsToolStripMenuItem.MergeIndex = 3;
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.saveAsToolStripMenuItem.Text = "Save &As...";
//
// saveCopyAsToolStripMenuItem
//
this.saveCopyAsToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
this.saveCopyAsToolStripMenuItem.MergeIndex = 4;
this.saveCopyAsToolStripMenuItem.Name = "saveCopyAsToolStripMenuItem";
this.saveCopyAsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.saveCopyAsToolStripMenuItem.Text = "Save &Copy As...";
//
// toolStripSeparator1
//
this.toolStripSeparator1.MergeAction = System.Windows.Forms.MergeAction.Insert;
this.toolStripSeparator1.MergeIndex = 5;
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -