📄 frmexcelchart.designer.cs
字号:
namespace Chapter19
{
partial class frmExcelChart
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExcelChart));
this.echMain = new AxMicrosoft.Office.Interop.Owc11.AxChartSpace();
this.lblCubes = new System.Windows.Forms.Label();
this.cboCubes = new System.Windows.Forms.ComboBox();
this.btnConnect = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.echMain)).BeginInit();
this.SuspendLayout();
//
// echMain
//
this.echMain.AccessibleDescription = "";
this.echMain.AccessibleName = "";
this.echMain.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.echMain.DataSource = null;
this.echMain.Enabled = true;
this.echMain.Location = new System.Drawing.Point(0, 35);
this.echMain.Name = "echMain";
this.echMain.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("echMain.OcxState")));
this.echMain.Size = new System.Drawing.Size(576, 384);
this.echMain.TabIndex = 1;
//
// lblCubes
//
this.lblCubes.AutoSize = true;
this.lblCubes.Location = new System.Drawing.Point(129, 10);
this.lblCubes.Name = "lblCubes";
this.lblCubes.Size = new System.Drawing.Size(96, 13);
this.lblCubes.TabIndex = 6;
this.lblCubes.Text = "Cube/Perspective:";
//
// cboCubes
//
this.cboCubes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCubes.FormattingEnabled = true;
this.cboCubes.Location = new System.Drawing.Point(231, 6);
this.cboCubes.Name = "cboCubes";
this.cboCubes.Size = new System.Drawing.Size(121, 21);
this.cboCubes.TabIndex = 5;
this.cboCubes.SelectedIndexChanged += new System.EventHandler(this.cboCubes_SelectedIndexChanged);
//
// btnConnect
//
this.btnConnect.AutoSize = true;
this.btnConnect.Location = new System.Drawing.Point(0, 4);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(120, 23);
this.btnConnect.TabIndex = 4;
this.btnConnect.Text = "Change Connection...";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// frmExcelChart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(575, 417);
this.Controls.Add(this.lblCubes);
this.Controls.Add(this.cboCubes);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.echMain);
this.Name = "frmExcelChart";
this.Text = "Chart";
this.Load += new System.EventHandler(this.Chart_Load);
((System.ComponentModel.ISupportInitialize)(this.echMain)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private AxMicrosoft.Office.Interop.Owc11.AxChartSpace echMain;
private System.Windows.Forms.Label lblCubes;
private System.Windows.Forms.ComboBox cboCubes;
private System.Windows.Forms.Button btnConnect;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -