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

📄 frmapis.designer.cs

📁 < SQL Server2005程序设计>
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.grpMetadata.Controls.Add(this.lblQueryOptions);
            this.grpMetadata.Controls.Add(this.cboQueryOptions);
            this.grpMetadata.Location = new System.Drawing.Point(12, 76);
            this.grpMetadata.Name = "grpMetadata";
            this.grpMetadata.Size = new System.Drawing.Size(245, 96);
            this.grpMetadata.TabIndex = 24;
            this.grpMetadata.TabStop = false;
            // 
            // btnMetaData
            // 
            this.btnMetaData.Enabled = false;
            this.btnMetaData.Location = new System.Drawing.Point(9, 70);
            this.btnMetaData.Name = "btnMetaData";
            this.btnMetaData.Size = new System.Drawing.Size(113, 23);
            this.btnMetaData.TabIndex = 24;
            this.btnMetaData.Text = "Get Metadata";
            this.btnMetaData.UseVisualStyleBackColor = true;
            this.btnMetaData.Click += new System.EventHandler(this.btnMetaData_Click);
            // 
            // lblQueryOptions
            // 
            this.lblQueryOptions.AutoSize = true;
            this.lblQueryOptions.Location = new System.Drawing.Point(6, 16);
            this.lblQueryOptions.Name = "lblQueryOptions";
            this.lblQueryOptions.Size = new System.Drawing.Size(185, 26);
            this.lblQueryOptions.TabIndex = 23;
            this.lblQueryOptions.Text = "Schema selection\r\n(Items with * use GetSchemaDataSet)";
            // 
            // cboQueryOptions
            // 
            this.cboQueryOptions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboQueryOptions.Enabled = false;
            this.cboQueryOptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cboQueryOptions.FormattingEnabled = true;
            this.cboQueryOptions.Items.AddRange(new object[] {
            "Measure Groups*",
            "Measures",
            "Dimensions",
            "Attributes",
            "Hierarchies",
            "Levels",
            "Members",
            "KPIs",
            "Named Sets",
            "Calculated Members*",
            "Actions - URL*",
            "Actions - Drillthrough*"});
            this.cboQueryOptions.Location = new System.Drawing.Point(9, 45);
            this.cboQueryOptions.Name = "cboQueryOptions";
            this.cboQueryOptions.Size = new System.Drawing.Size(200, 21);
            this.cboQueryOptions.TabIndex = 22;
            // 
            // rdoMetadata
            // 
            this.rdoMetadata.AutoSize = true;
            this.rdoMetadata.Checked = true;
            this.rdoMetadata.Location = new System.Drawing.Point(20, 62);
            this.rdoMetadata.Name = "rdoMetadata";
            this.rdoMetadata.Size = new System.Drawing.Size(70, 17);
            this.rdoMetadata.TabIndex = 25;
            this.rdoMetadata.TabStop = true;
            this.rdoMetadata.Text = "Metadata";
            this.rdoMetadata.UseVisualStyleBackColor = true;
            this.rdoMetadata.CheckedChanged += new System.EventHandler(this.rdoMetadata_CheckedChanged);
            // 
            // grpData
            // 
            this.grpData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.grpData.Controls.Add(this.btnExecCellSet);
            this.grpData.Controls.Add(this.rdo3Axis);
            this.grpData.Controls.Add(this.rdo2Axis);
            this.grpData.Controls.Add(this.btnXmla);
            this.grpData.Controls.Add(this.lblPages);
            this.grpData.Controls.Add(this.cboPages);
            this.grpData.Controls.Add(this.btnExecXMLReader);
            this.grpData.Controls.Add(this.txtMDX);
            this.grpData.Controls.Add(this.btnFillDataBind);
            this.grpData.Enabled = false;
            this.grpData.Location = new System.Drawing.Point(263, 75);
            this.grpData.Name = "grpData";
            this.grpData.Size = new System.Drawing.Size(501, 190);
            this.grpData.TabIndex = 25;
            this.grpData.TabStop = false;
            // 
            // btnExecCellSet
            // 
            this.btnExecCellSet.Enabled = false;
            this.btnExecCellSet.Location = new System.Drawing.Point(372, 131);
            this.btnExecCellSet.Name = "btnExecCellSet";
            this.btnExecCellSet.Size = new System.Drawing.Size(113, 23);
            this.btnExecCellSet.TabIndex = 29;
            this.btnExecCellSet.Text = "ExeccuteCellSet";
            this.btnExecCellSet.UseVisualStyleBackColor = true;
            this.btnExecCellSet.Click += new System.EventHandler(this.btnExecCellset_Click);
            // 
            // rdo3Axis
            // 
            this.rdo3Axis.AutoSize = true;
            this.rdo3Axis.Location = new System.Drawing.Point(68, 21);
            this.rdo3Axis.Name = "rdo3Axis";
            this.rdo3Axis.Size = new System.Drawing.Size(53, 17);
            this.rdo3Axis.TabIndex = 28;
            this.rdo3Axis.Text = "3-Axis";
            this.rdo3Axis.UseVisualStyleBackColor = true;
            this.rdo3Axis.CheckedChanged += new System.EventHandler(this.rdo3Axis_CheckedChanged);
            // 
            // rdo2Axis
            // 
            this.rdo2Axis.AutoSize = true;
            this.rdo2Axis.Checked = true;
            this.rdo2Axis.Location = new System.Drawing.Point(9, 21);
            this.rdo2Axis.Name = "rdo2Axis";
            this.rdo2Axis.Size = new System.Drawing.Size(53, 17);
            this.rdo2Axis.TabIndex = 27;
            this.rdo2Axis.TabStop = true;
            this.rdo2Axis.Text = "2-Axis";
            this.rdo2Axis.UseVisualStyleBackColor = true;
            this.rdo2Axis.CheckedChanged += new System.EventHandler(this.rdo2Axis_CheckedChanged);
            // 
            // btnXmla
            // 
            this.btnXmla.Location = new System.Drawing.Point(253, 131);
            this.btnXmla.Name = "btnXmla";
            this.btnXmla.Size = new System.Drawing.Size(113, 23);
            this.btnXmla.TabIndex = 26;
            this.btnXmla.Text = "Xmla";
            this.btnXmla.UseVisualStyleBackColor = true;
            this.btnXmla.Click += new System.EventHandler(this.btnXmla_Click);
            // 
            // lblPages
            // 
            this.lblPages.AutoSize = true;
            this.lblPages.Enabled = false;
            this.lblPages.Location = new System.Drawing.Point(5, 163);
            this.lblPages.Name = "lblPages";
            this.lblPages.Size = new System.Drawing.Size(68, 13);
            this.lblPages.TabIndex = 25;
            this.lblPages.Text = "Select Page:";
            // 
            // cboPages
            // 
            this.cboPages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboPages.Enabled = false;
            this.cboPages.FormattingEnabled = true;
            this.cboPages.Location = new System.Drawing.Point(99, 160);
            this.cboPages.Name = "cboPages";
            this.cboPages.Size = new System.Drawing.Size(195, 21);
            this.cboPages.TabIndex = 24;
            this.cboPages.SelectedIndexChanged += new System.EventHandler(this.cboPages_SelectedIndexChanged);
            // 
            // btnExecXMLReader
            // 
            this.btnExecXMLReader.Location = new System.Drawing.Point(130, 131);
            this.btnExecXMLReader.Name = "btnExecXMLReader";
            this.btnExecXMLReader.Size = new System.Drawing.Size(113, 23);
            this.btnExecXMLReader.TabIndex = 23;
            this.btnExecXMLReader.Text = "ExecuteXmlReader";
            this.btnExecXMLReader.UseVisualStyleBackColor = true;
            this.btnExecXMLReader.Click += new System.EventHandler(this.btnExecXMLReader_Click);
            // 
            // txtMDX
            // 
            this.txtMDX.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMDX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtMDX.Location = new System.Drawing.Point(9, 44);
            this.txtMDX.Multiline = true;
            this.txtMDX.Name = "txtMDX";
            this.txtMDX.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtMDX.Size = new System.Drawing.Size(475, 78);
            this.txtMDX.TabIndex = 21;
            this.txtMDX.Text = "SELECT\t[Shippers].[Shipper Name].MEMBERS ON COLUMNS,\r\n\t[Time].[Year].MEMBERS ON R" +
                "OWS\r\nFROM\t[Sales]\r\nWHERE\t[Measures].[Total Sales]";
            // 
            // btnFillDataBind
            // 
            this.btnFillDataBind.Enabled = false;
            this.btnFillDataBind.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnFillDataBind.Location = new System.Drawing.Point(9, 131);
            this.btnFillDataBind.Name = "btnFillDataBind";
            this.btnFillDataBind.Size = new System.Drawing.Size(113, 23);
            this.btnFillDataBind.TabIndex = 20;
            this.btnFillDataBind.Text = "Fill / Data Bind";
            this.btnFillDataBind.Click += new System.EventHandler(this.btnExecuteReader_Click);
            // 
            // grpOther
            // 
            this.grpOther.Controls.Add(this.btnMeasureDetails);
            this.grpOther.Controls.Add(this.cboCatalogs);
            this.grpOther.Controls.Add(this.btnAMODDL);
            this.grpOther.Enabled = false;
            this.grpOther.Location = new System.Drawing.Point(12, 178);
            this.grpOther.Name = "grpOther";
            this.grpOther.Size = new System.Drawing.Size(245, 88);
            this.grpOther.TabIndex = 25;
            this.grpOther.TabStop = false;
            this.grpOther.Text = "AMO";
            // 
            // btnMeasureDetails
            // 
            this.btnMeasureDetails.Location = new System.Drawing.Point(128, 26);
            this.btnMeasureDetails.Name = "btnMeasureDetails";
            this.btnMeasureDetails.Size = new System.Drawing.Size(113, 23);
            this.btnMeasureDetails.TabIndex = 27;
            this.btnMeasureDetails.Text = "Show Measures...";
            this.btnMeasureDetails.UseVisualStyleBackColor = true;
            this.btnMeasureDetails.Click += new System.EventHandler(this.btnMeasureDetails_Click);
            // 
            // cboCatalogs
            // 
            this.cboCatalogs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboCatalogs.Enabled = false;

⌨️ 快捷键说明

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