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

📄 frmapis.designer.cs

📁 < SQL Server2005程序设计>
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Chapter19
{
    partial class ADOMDNET
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        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.dgvResults = new System.Windows.Forms.DataGridView();
            this.wbrMain = new System.Windows.Forms.WebBrowser();
            this.lvwResults = new System.Windows.Forms.ListView();
            this.rdoData = new System.Windows.Forms.RadioButton();
            this.grpConnection = new System.Windows.Forms.GroupBox();
            this.txtDatabase = new System.Windows.Forms.TextBox();
            this.txtServer = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.lblCubes = new System.Windows.Forms.Label();
            this.cboCubes = new System.Windows.Forms.ComboBox();
            this.btnConnect = new System.Windows.Forms.Button();
            this.grpMetadata = new System.Windows.Forms.GroupBox();
            this.btnMetaData = new System.Windows.Forms.Button();
            this.lblQueryOptions = new System.Windows.Forms.Label();
            this.cboQueryOptions = new System.Windows.Forms.ComboBox();
            this.rdoMetadata = new System.Windows.Forms.RadioButton();
            this.grpData = new System.Windows.Forms.GroupBox();
            this.btnExecCellSet = new System.Windows.Forms.Button();
            this.rdo3Axis = new System.Windows.Forms.RadioButton();
            this.rdo2Axis = new System.Windows.Forms.RadioButton();
            this.btnXmla = new System.Windows.Forms.Button();
            this.lblPages = new System.Windows.Forms.Label();
            this.cboPages = new System.Windows.Forms.ComboBox();
            this.btnExecXMLReader = new System.Windows.Forms.Button();
            this.txtMDX = new System.Windows.Forms.TextBox();
            this.btnFillDataBind = new System.Windows.Forms.Button();
            this.grpOther = new System.Windows.Forms.GroupBox();
            this.btnMeasureDetails = new System.Windows.Forms.Button();
            this.cboCatalogs = new System.Windows.Forms.ComboBox();
            this.btnAMODDL = new System.Windows.Forms.Button();
            this.pnlMeasureDetails = new System.Windows.Forms.Panel();
            this.tlpListBoxes = new System.Windows.Forms.TableLayoutPanel();
            this.lstMeasures = new System.Windows.Forms.ListBox();
            this.lstDisplayFolders = new System.Windows.Forms.ListBox();
            this.lstMeasureGroups = new System.Windows.Forms.ListBox();
            this.tlpLabels = new System.Windows.Forms.TableLayoutPanel();
            this.lblMeasures = new System.Windows.Forms.Label();
            this.lblDisplayFolders = new System.Windows.Forms.Label();
            this.lblMeasureGroups = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).BeginInit();
            this.grpConnection.SuspendLayout();
            this.grpMetadata.SuspendLayout();
            this.grpData.SuspendLayout();
            this.grpOther.SuspendLayout();
            this.pnlMeasureDetails.SuspendLayout();
            this.tlpListBoxes.SuspendLayout();
            this.tlpLabels.SuspendLayout();
            this.SuspendLayout();
            // 
            // dgvResults
            // 
            this.dgvResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvResults.ColumnHeadersHeight = 30;
            this.dgvResults.Location = new System.Drawing.Point(0, 272);
            this.dgvResults.Name = "dgvResults";
            this.dgvResults.Size = new System.Drawing.Size(777, 209);
            this.dgvResults.TabIndex = 6;
            this.dgvResults.Text = "dataGridView1";
            // 
            // wbrMain
            // 
            this.wbrMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.wbrMain.Location = new System.Drawing.Point(0, 272);
            this.wbrMain.MinimumSize = new System.Drawing.Size(20, 20);
            this.wbrMain.Name = "wbrMain";
            this.wbrMain.Size = new System.Drawing.Size(777, 209);
            this.wbrMain.TabIndex = 11;
            // 
            // lvwResults
            // 
            this.lvwResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lvwResults.GridLines = true;
            this.lvwResults.Location = new System.Drawing.Point(0, 272);
            this.lvwResults.Name = "lvwResults";
            this.lvwResults.Size = new System.Drawing.Size(777, 209);
            this.lvwResults.TabIndex = 16;
            this.lvwResults.UseCompatibleStateImageBehavior = false;
            this.lvwResults.View = System.Windows.Forms.View.Details;
            // 
            // rdoData
            // 
            this.rdoData.AutoSize = true;
            this.rdoData.Enabled = false;
            this.rdoData.Location = new System.Drawing.Point(271, 62);
            this.rdoData.Name = "rdoData";
            this.rdoData.Size = new System.Drawing.Size(48, 17);
            this.rdoData.TabIndex = 22;
            this.rdoData.Text = "Data";
            this.rdoData.UseVisualStyleBackColor = true;
            this.rdoData.CheckedChanged += new System.EventHandler(this.rdoData_CheckedChanged);
            // 
            // grpConnection
            // 
            this.grpConnection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.grpConnection.Controls.Add(this.txtDatabase);
            this.grpConnection.Controls.Add(this.txtServer);
            this.grpConnection.Controls.Add(this.label2);
            this.grpConnection.Controls.Add(this.label1);
            this.grpConnection.Controls.Add(this.lblCubes);
            this.grpConnection.Controls.Add(this.cboCubes);
            this.grpConnection.Controls.Add(this.btnConnect);
            this.grpConnection.Location = new System.Drawing.Point(12, 12);
            this.grpConnection.Name = "grpConnection";
            this.grpConnection.Size = new System.Drawing.Size(753, 46);
            this.grpConnection.TabIndex = 23;
            this.grpConnection.TabStop = false;
            this.grpConnection.Text = "Connection";
            // 
            // txtDatabase
            // 
            this.txtDatabase.Location = new System.Drawing.Point(376, 16);
            this.txtDatabase.Name = "txtDatabase";
            this.txtDatabase.ReadOnly = true;
            this.txtDatabase.Size = new System.Drawing.Size(100, 20);
            this.txtDatabase.TabIndex = 22;
            // 
            // txtServer
            // 
            this.txtServer.Location = new System.Drawing.Point(208, 16);
            this.txtServer.Name = "txtServer";
            this.txtServer.ReadOnly = true;
            this.txtServer.Size = new System.Drawing.Size(100, 20);
            this.txtServer.TabIndex = 21;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(314, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 13);
            this.label2.TabIndex = 20;
            this.label2.Text = "Database:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(167, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 13);
            this.label1.TabIndex = 19;
            this.label1.Text = "Server: ";
            // 
            // lblCubes
            // 
            this.lblCubes.AutoSize = true;
            this.lblCubes.Location = new System.Drawing.Point(488, 19);
            this.lblCubes.Name = "lblCubes";
            this.lblCubes.Size = new System.Drawing.Size(38, 13);
            this.lblCubes.TabIndex = 18;
            this.lblCubes.Text = "Cube: ";
            // 
            // cboCubes
            // 
            this.cboCubes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboCubes.Enabled = false;
            this.cboCubes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cboCubes.FormattingEnabled = true;
            this.cboCubes.Location = new System.Drawing.Point(532, 16);
            this.cboCubes.Name = "cboCubes";
            this.cboCubes.Size = new System.Drawing.Size(200, 21);
            this.cboCubes.TabIndex = 17;
            // 
            // btnConnect
            // 
            this.btnConnect.AutoSize = true;
            this.btnConnect.Location = new System.Drawing.Point(20, 14);
            this.btnConnect.Name = "btnConnect";
            this.btnConnect.Size = new System.Drawing.Size(130, 23);
            this.btnConnect.TabIndex = 16;
            this.btnConnect.Text = "Set Connection...";
            this.btnConnect.UseVisualStyleBackColor = true;
            this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
            // 
            // grpMetadata
            // 
            this.grpMetadata.Controls.Add(this.btnMetaData);

⌨️ 快捷键说明

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