⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmdetailsviewtestclr.designer.cs

📁 < SQL Server2005程序设计>
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Chapter08
{
    partial class frmDetailsViewTestCLR
    {
        /// <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.Label tickerSymbolLabel;
            System.Windows.Forms.Label valueLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDetailsViewTestCLR));
            this.cLRDS = new Chapter08.CLRDS();
            this.fnPortfolioTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.fnPortfolioTableTableAdapter = new Chapter08.CLRDSTableAdapters.fnPortfolioTableTableAdapter();
            this.fnPortfolioTableBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.fnPortfolioTableBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.fillToolStrip = new System.Windows.Forms.ToolStrip();
            this.tickersPackedToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.tickersPackedToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.fillToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.tickerSymbolTextBox = new System.Windows.Forms.TextBox();
            this.valueTextBox = new System.Windows.Forms.TextBox();
            tickerSymbolLabel = new System.Windows.Forms.Label();
            valueLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.cLRDS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fnPortfolioTableBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fnPortfolioTableBindingNavigator)).BeginInit();
            this.fnPortfolioTableBindingNavigator.SuspendLayout();
            this.fillToolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // tickerSymbolLabel
            // 
            tickerSymbolLabel.AutoSize = true;
            tickerSymbolLabel.Location = new System.Drawing.Point(33, 89);
            tickerSymbolLabel.Name = "tickerSymbolLabel";
            tickerSymbolLabel.Size = new System.Drawing.Size(77, 13);
            tickerSymbolLabel.TabIndex = 2;
            tickerSymbolLabel.Text = "Ticker Symbol:";
            // 
            // valueLabel
            // 
            valueLabel.AutoSize = true;
            valueLabel.Location = new System.Drawing.Point(33, 115);
            valueLabel.Name = "valueLabel";
            valueLabel.Size = new System.Drawing.Size(37, 13);
            valueLabel.TabIndex = 4;
            valueLabel.Text = "Value:";
            // 
            // cLRDS
            // 
            this.cLRDS.DataSetName = "CLRDS";
            this.cLRDS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // fnPortfolioTableBindingSource
            // 
            this.fnPortfolioTableBindingSource.DataMember = "fnPortfolioTable";
            this.fnPortfolioTableBindingSource.DataSource = this.cLRDS;
            // 
            // fnPortfolioTableTableAdapter
            // 
            this.fnPortfolioTableTableAdapter.ClearBeforeFill = true;
            // 
            // fnPortfolioTableBindingNavigator
            // 
            this.fnPortfolioTableBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.fnPortfolioTableBindingNavigator.BindingSource = this.fnPortfolioTableBindingSource;
            this.fnPortfolioTableBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.fnPortfolioTableBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.fnPortfolioTableBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.fnPortfolioTableBindingNavigatorSaveItem});
            this.fnPortfolioTableBindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.fnPortfolioTableBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.fnPortfolioTableBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.fnPortfolioTableBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.fnPortfolioTableBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.fnPortfolioTableBindingNavigator.Name = "fnPortfolioTableBindingNavigator";
            this.fnPortfolioTableBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.fnPortfolioTableBindingNavigator.Size = new System.Drawing.Size(292, 25);
            this.fnPortfolioTableBindingNavigator.TabIndex = 0;
            this.fnPortfolioTableBindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "Add new";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "Delete";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "Move first";
            // 
            // bindingNavigatorMovePreviousItem
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -