📄 tablespace.designer.cs
字号:
namespace DataInput
{
partial class TableSpace
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.txtTableName = new System.Windows.Forms.TextBox();
this.btnMakeSure = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtTablePath = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(0, 66);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 0;
this.label1.Text = "请输入表空间名:";
//
// txtTableName
//
this.txtTableName.Location = new System.Drawing.Point(106, 63);
this.txtTableName.Name = "txtTableName";
this.txtTableName.Size = new System.Drawing.Size(123, 21);
this.txtTableName.TabIndex = 1;
this.txtTableName.TextChanged += new System.EventHandler(this.txtTableName_TextChanged);
//
// btnMakeSure
//
this.btnMakeSure.Location = new System.Drawing.Point(330, 104);
this.btnMakeSure.Name = "btnMakeSure";
this.btnMakeSure.Size = new System.Drawing.Size(75, 23);
this.btnMakeSure.TabIndex = 2;
this.btnMakeSure.Text = "确认";
this.btnMakeSure.UseVisualStyleBackColor = true;
this.btnMakeSure.Click += new System.EventHandler(this.btnMakeSure_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(0, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(113, 12);
this.label2.TabIndex = 3;
this.label2.Text = "请输入表空间路径:";
//
// txtTablePath
//
this.txtTablePath.Location = new System.Drawing.Point(106, 6);
this.txtTablePath.Name = "txtTablePath";
this.txtTablePath.Size = new System.Drawing.Size(249, 21);
this.txtTablePath.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(60, 35);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(209, 12);
this.label3.TabIndex = 5;
this.label3.Text = "例如:E:\\\\ORACLE\\\\ORADATA\\\\GLOBE\\\\";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(60, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(113, 12);
this.label4.TabIndex = 5;
this.label4.Text = "例如:TABSPACE.ora";
//
// TableSpace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(407, 136);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtTablePath);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnMakeSure);
this.Controls.Add(this.txtTableName);
this.Controls.Add(this.label1);
this.Name = "TableSpace";
this.Text = "TableSpace";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtTableName;
private System.Windows.Forms.Button btnMakeSure;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtTablePath;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -