📄 frmapis.designer.cs
字号:
this.cboCatalogs.FormattingEnabled = true;
this.cboCatalogs.Location = new System.Drawing.Point(8, 55);
this.cboCatalogs.Name = "cboCatalogs";
this.cboCatalogs.Size = new System.Drawing.Size(200, 21);
this.cboCatalogs.TabIndex = 26;
//
// btnAMODDL
//
this.btnAMODDL.Location = new System.Drawing.Point(9, 26);
this.btnAMODDL.Name = "btnAMODDL";
this.btnAMODDL.Size = new System.Drawing.Size(113, 23);
this.btnAMODDL.TabIndex = 25;
this.btnAMODDL.Text = "AMO DDL";
this.btnAMODDL.UseVisualStyleBackColor = true;
this.btnAMODDL.Click += new System.EventHandler(this.btnAMODDL_Click);
//
// pnlMeasureDetails
//
this.pnlMeasureDetails.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.pnlMeasureDetails.Controls.Add(this.tlpListBoxes);
this.pnlMeasureDetails.Controls.Add(this.tlpLabels);
this.pnlMeasureDetails.Location = new System.Drawing.Point(0, 273);
this.pnlMeasureDetails.Name = "pnlMeasureDetails";
this.pnlMeasureDetails.Size = new System.Drawing.Size(777, 208);
this.pnlMeasureDetails.TabIndex = 26;
//
// tlpListBoxes
//
this.tlpListBoxes.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.tlpListBoxes.ColumnCount = 3;
this.tlpListBoxes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tlpListBoxes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tlpListBoxes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tlpListBoxes.Controls.Add(this.lstMeasures, 0, 0);
this.tlpListBoxes.Controls.Add(this.lstDisplayFolders, 0, 0);
this.tlpListBoxes.Controls.Add(this.lstMeasureGroups, 0, 0);
this.tlpListBoxes.Location = new System.Drawing.Point(4, 43);
this.tlpListBoxes.Name = "tlpListBoxes";
this.tlpListBoxes.RowCount = 1;
this.tlpListBoxes.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpListBoxes.Size = new System.Drawing.Size(773, 162);
this.tlpListBoxes.TabIndex = 10;
//
// lstMeasures
//
this.lstMeasures.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstMeasures.FormattingEnabled = true;
this.lstMeasures.Location = new System.Drawing.Point(517, 3);
this.lstMeasures.Name = "lstMeasures";
this.lstMeasures.Size = new System.Drawing.Size(253, 147);
this.lstMeasures.TabIndex = 3;
//
// lstDisplayFolders
//
this.lstDisplayFolders.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstDisplayFolders.FormattingEnabled = true;
this.lstDisplayFolders.Location = new System.Drawing.Point(260, 3);
this.lstDisplayFolders.Name = "lstDisplayFolders";
this.lstDisplayFolders.Size = new System.Drawing.Size(251, 147);
this.lstDisplayFolders.TabIndex = 2;
this.lstDisplayFolders.SelectedIndexChanged += new System.EventHandler(this.lstDisplayFolders_SelectedIndexChanged);
//
// lstMeasureGroups
//
this.lstMeasureGroups.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstMeasureGroups.FormattingEnabled = true;
this.lstMeasureGroups.Location = new System.Drawing.Point(3, 3);
this.lstMeasureGroups.Name = "lstMeasureGroups";
this.lstMeasureGroups.Size = new System.Drawing.Size(251, 147);
this.lstMeasureGroups.TabIndex = 1;
this.lstMeasureGroups.SelectedIndexChanged += new System.EventHandler(this.lstMeasureGroups_SelectedIndexChanged);
//
// tlpLabels
//
this.tlpLabels.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.tlpLabels.ColumnCount = 3;
this.tlpLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tlpLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tlpLabels.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tlpLabels.Controls.Add(this.lblMeasures, 0, 0);
this.tlpLabels.Controls.Add(this.lblDisplayFolders, 0, 0);
this.tlpLabels.Controls.Add(this.lblMeasureGroups, 0, 0);
this.tlpLabels.Location = new System.Drawing.Point(4, 5);
this.tlpLabels.Name = "tlpLabels";
this.tlpLabels.RowCount = 1;
this.tlpLabels.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpLabels.Size = new System.Drawing.Size(770, 32);
this.tlpLabels.TabIndex = 9;
//
// lblMeasures
//
this.lblMeasures.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.lblMeasures.AutoSize = true;
this.lblMeasures.Location = new System.Drawing.Point(515, 0);
this.lblMeasures.Name = "lblMeasures";
this.lblMeasures.Size = new System.Drawing.Size(252, 32);
this.lblMeasures.TabIndex = 9;
this.lblMeasures.Text = "Measures:";
//
// lblDisplayFolders
//
this.lblDisplayFolders.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.lblDisplayFolders.AutoSize = true;
this.lblDisplayFolders.Location = new System.Drawing.Point(259, 0);
this.lblDisplayFolders.Name = "lblDisplayFolders";
this.lblDisplayFolders.Size = new System.Drawing.Size(250, 32);
this.lblDisplayFolders.TabIndex = 8;
this.lblDisplayFolders.Text = "Display Folders:";
//
// lblMeasureGroups
//
this.lblMeasureGroups.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.lblMeasureGroups.AutoSize = true;
this.lblMeasureGroups.Location = new System.Drawing.Point(3, 0);
this.lblMeasureGroups.Name = "lblMeasureGroups";
this.lblMeasureGroups.Size = new System.Drawing.Size(250, 32);
this.lblMeasureGroups.TabIndex = 7;
this.lblMeasureGroups.Text = "Measure Groups:";
//
// ADOMDNET
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(777, 480);
this.Controls.Add(this.grpOther);
this.Controls.Add(this.rdoData);
this.Controls.Add(this.rdoMetadata);
this.Controls.Add(this.grpConnection);
this.Controls.Add(this.dgvResults);
this.Controls.Add(this.wbrMain);
this.Controls.Add(this.lvwResults);
this.Controls.Add(this.grpMetadata);
this.Controls.Add(this.grpData);
this.Controls.Add(this.pnlMeasureDetails);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "ADOMDNET";
this.Text = "OLAP APIs";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frmMain_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvResults)).EndInit();
this.grpConnection.ResumeLayout(false);
this.grpConnection.PerformLayout();
this.grpMetadata.ResumeLayout(false);
this.grpMetadata.PerformLayout();
this.grpData.ResumeLayout(false);
this.grpData.PerformLayout();
this.grpOther.ResumeLayout(false);
this.pnlMeasureDetails.ResumeLayout(false);
this.tlpListBoxes.ResumeLayout(false);
this.tlpLabels.ResumeLayout(false);
this.tlpLabels.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dgvResults;
private System.Windows.Forms.WebBrowser wbrMain;
private System.Windows.Forms.ListView lvwResults;
private System.Windows.Forms.RadioButton rdoData;
private System.Windows.Forms.GroupBox grpConnection;
private System.Windows.Forms.TextBox txtDatabase;
private System.Windows.Forms.TextBox txtServer;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblCubes;
private System.Windows.Forms.ComboBox cboCubes;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.GroupBox grpMetadata;
private System.Windows.Forms.RadioButton rdoMetadata;
private System.Windows.Forms.Button btnMetaData;
private System.Windows.Forms.Label lblQueryOptions;
private System.Windows.Forms.ComboBox cboQueryOptions;
private System.Windows.Forms.GroupBox grpData;
private System.Windows.Forms.Button btnXmla;
private System.Windows.Forms.Label lblPages;
private System.Windows.Forms.ComboBox cboPages;
private System.Windows.Forms.Button btnExecXMLReader;
private System.Windows.Forms.TextBox txtMDX;
private System.Windows.Forms.Button btnFillDataBind;
private System.Windows.Forms.RadioButton rdo3Axis;
private System.Windows.Forms.RadioButton rdo2Axis;
private System.Windows.Forms.Button btnExecCellSet;
private System.Windows.Forms.GroupBox grpOther;
private System.Windows.Forms.Button btnAMODDL;
private System.Windows.Forms.ComboBox cboCatalogs;
private System.Windows.Forms.Panel pnlMeasureDetails;
private System.Windows.Forms.Button btnMeasureDetails;
private System.Windows.Forms.TableLayoutPanel tlpListBoxes;
private System.Windows.Forms.ListBox lstMeasures;
private System.Windows.Forms.ListBox lstDisplayFolders;
private System.Windows.Forms.ListBox lstMeasureGroups;
private System.Windows.Forms.TableLayoutPanel tlpLabels;
private System.Windows.Forms.Label lblMeasures;
private System.Windows.Forms.Label lblDisplayFolders;
private System.Windows.Forms.Label lblMeasureGroups;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -