📄 frmdetailsviewtestclr.designer.cs
字号:
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Move previous";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Position";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "Move next";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "Move last";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// fnPortfolioTableBindingNavigatorSaveItem
//
this.fnPortfolioTableBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.fnPortfolioTableBindingNavigatorSaveItem.Enabled = false;
this.fnPortfolioTableBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("fnPortfolioTableBindingNavigatorSaveItem.Image")));
this.fnPortfolioTableBindingNavigatorSaveItem.Name = "fnPortfolioTableBindingNavigatorSaveItem";
this.fnPortfolioTableBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.fnPortfolioTableBindingNavigatorSaveItem.Text = "Save Data";
//
// fillToolStrip
//
this.fillToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tickersPackedToolStripLabel,
this.tickersPackedToolStripTextBox,
this.fillToolStripButton});
this.fillToolStrip.Location = new System.Drawing.Point(0, 25);
this.fillToolStrip.Name = "fillToolStrip";
this.fillToolStrip.Size = new System.Drawing.Size(292, 25);
this.fillToolStrip.TabIndex = 1;
this.fillToolStrip.Text = "fillToolStrip";
//
// tickersPackedToolStripLabel
//
this.tickersPackedToolStripLabel.Name = "tickersPackedToolStripLabel";
this.tickersPackedToolStripLabel.Size = new System.Drawing.Size(78, 22);
this.tickersPackedToolStripLabel.Text = "TickersPacked:";
//
// tickersPackedToolStripTextBox
//
this.tickersPackedToolStripTextBox.Name = "tickersPackedToolStripTextBox";
this.tickersPackedToolStripTextBox.Size = new System.Drawing.Size(100, 25);
//
// fillToolStripButton
//
this.fillToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.fillToolStripButton.Name = "fillToolStripButton";
this.fillToolStripButton.Size = new System.Drawing.Size(23, 22);
this.fillToolStripButton.Text = "Fill";
this.fillToolStripButton.Click += new System.EventHandler(this.fillToolStripButton_Click);
//
// tickerSymbolTextBox
//
this.tickerSymbolTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fnPortfolioTableBindingSource, "TickerSymbol", true));
this.tickerSymbolTextBox.Location = new System.Drawing.Point(116, 86);
this.tickerSymbolTextBox.Name = "tickerSymbolTextBox";
this.tickerSymbolTextBox.Size = new System.Drawing.Size(100, 20);
this.tickerSymbolTextBox.TabIndex = 3;
//
// valueTextBox
//
this.valueTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fnPortfolioTableBindingSource, "Value", true));
this.valueTextBox.Location = new System.Drawing.Point(116, 112);
this.valueTextBox.Name = "valueTextBox";
this.valueTextBox.Size = new System.Drawing.Size(100, 20);
this.valueTextBox.TabIndex = 5;
//
// frmDetailsViewTestCLR
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(tickerSymbolLabel);
this.Controls.Add(this.tickerSymbolTextBox);
this.Controls.Add(valueLabel);
this.Controls.Add(this.valueTextBox);
this.Controls.Add(this.fillToolStrip);
this.Controls.Add(this.fnPortfolioTableBindingNavigator);
this.Name = "frmDetailsViewTestCLR";
this.Text = "CLR Demo";
((System.ComponentModel.ISupportInitialize)(this.cLRDS)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fnPortfolioTableBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fnPortfolioTableBindingNavigator)).EndInit();
this.fnPortfolioTableBindingNavigator.ResumeLayout(false);
this.fnPortfolioTableBindingNavigator.PerformLayout();
this.fillToolStrip.ResumeLayout(false);
this.fillToolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CLRDS cLRDS;
private System.Windows.Forms.BindingSource fnPortfolioTableBindingSource;
private Chapter08.CLRDSTableAdapters.fnPortfolioTableTableAdapter fnPortfolioTableTableAdapter;
private System.Windows.Forms.BindingNavigator fnPortfolioTableBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton fnPortfolioTableBindingNavigatorSaveItem;
private System.Windows.Forms.ToolStrip fillToolStrip;
private System.Windows.Forms.ToolStripLabel tickersPackedToolStripLabel;
private System.Windows.Forms.ToolStripTextBox tickersPackedToolStripTextBox;
private System.Windows.Forms.ToolStripButton fillToolStripButton;
private System.Windows.Forms.TextBox tickerSymbolTextBox;
private System.Windows.Forms.TextBox valueTextBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -