📄 form1.designer.cs
字号:
namespace ADO
{
partial class FrmTest
{
/// <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.btnSource = new System.Windows.Forms.Button();
this.btnView = new System.Windows.Forms.Button();
this.btnStruct = new System.Windows.Forms.Button();
this.btnPress = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnSource
//
this.btnSource.Location = new System.Drawing.Point(62, 46);
this.btnSource.Name = "btnSource";
this.btnSource.Size = new System.Drawing.Size(226, 34);
this.btnSource.TabIndex = 0;
this.btnSource.Text = "创建数据源";
this.btnSource.UseVisualStyleBackColor = true;
this.btnSource.Click += new System.EventHandler(this.btnSource_Click);
//
// btnView
//
this.btnView.Location = new System.Drawing.Point(62, 127);
this.btnView.Name = "btnView";
this.btnView.Size = new System.Drawing.Size(226, 34);
this.btnView.TabIndex = 1;
this.btnView.Text = "创建数据视图";
this.btnView.UseVisualStyleBackColor = true;
this.btnView.Click += new System.EventHandler(this.btnView_Click);
//
// btnStruct
//
this.btnStruct.Location = new System.Drawing.Point(62, 208);
this.btnStruct.Name = "btnStruct";
this.btnStruct.Size = new System.Drawing.Size(226, 34);
this.btnStruct.TabIndex = 2;
this.btnStruct.Text = "创建挖掘结构";
this.btnStruct.UseVisualStyleBackColor = true;
this.btnStruct.Click += new System.EventHandler(this.btnStruct_Click);
//
// btnPress
//
this.btnPress.Location = new System.Drawing.Point(62, 289);
this.btnPress.Name = "btnPress";
this.btnPress.Size = new System.Drawing.Size(226, 34);
this.btnPress.TabIndex = 3;
this.btnPress.Text = "创建并训练模型";
this.btnPress.UseVisualStyleBackColor = true;
this.btnPress.Click += new System.EventHandler(this.btnPress_Click);
//
// FrmTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(350, 414);
this.Controls.Add(this.btnPress);
this.Controls.Add(this.btnStruct);
this.Controls.Add(this.btnView);
this.Controls.Add(this.btnSource);
this.MaximumSize = new System.Drawing.Size(358, 440);
this.MinimumSize = new System.Drawing.Size(358, 440);
this.Name = "FrmTest";
this.Text = "Test";
// this.Load += new System.EventHandler(this.FrmTest_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSource;
private System.Windows.Forms.Button btnView;
private System.Windows.Forms.Button btnStruct;
private System.Windows.Forms.Button btnPress;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -