📄 scriptgenerator.designer.cs
字号:
namespace CEQuery
{
partial class ScriptGenerator
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptGenerator));
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.btnHiddenOK = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.errValidation = new System.Windows.Forms.ErrorProvider(this.components);
this.btnSelect = new System.Windows.Forms.Button();
this.txtFile = new System.Windows.Forms.TextBox();
this.lblFile = new System.Windows.Forms.Label();
this.grpData = new System.Windows.Forms.GroupBox();
this.rbWithData = new System.Windows.Forms.RadioButton();
this.rbWithNoData = new System.Windows.Forms.RadioButton();
this.grpDatabase = new System.Windows.Forms.GroupBox();
this.rdbSQLServer = new System.Windows.Forms.RadioButton();
this.rdbSQLCE = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.errValidation)).BeginInit();
this.grpData.SuspendLayout();
this.grpDatabase.SuspendLayout();
this.SuspendLayout();
//
// btnHiddenOK
//
this.btnHiddenOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnHiddenOK.Location = new System.Drawing.Point(124, 61);
this.btnHiddenOK.Name = "btnHiddenOK";
this.btnHiddenOK.Size = new System.Drawing.Size(0, 0);
this.btnHiddenOK.TabIndex = 16;
this.btnHiddenOK.Text = "Ok";
this.btnHiddenOK.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(205, 115);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 11;
this.btnOK.Text = "Ok";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// errValidation
//
this.errValidation.ContainerControl = this;
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(253, 9);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(27, 20);
this.btnSelect.TabIndex = 15;
this.btnSelect.Text = "...";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// txtFile
//
this.txtFile.Location = new System.Drawing.Point(74, 9);
this.txtFile.Name = "txtFile";
this.txtFile.ReadOnly = true;
this.txtFile.Size = new System.Drawing.Size(173, 20);
this.txtFile.TabIndex = 14;
//
// lblFile
//
this.lblFile.AutoSize = true;
this.lblFile.Location = new System.Drawing.Point(44, 12);
this.lblFile.Name = "lblFile";
this.lblFile.Size = new System.Drawing.Size(23, 13);
this.lblFile.TabIndex = 13;
this.lblFile.Text = "File";
//
// grpData
//
this.grpData.Controls.Add(this.rbWithData);
this.grpData.Controls.Add(this.rbWithNoData);
this.grpData.Location = new System.Drawing.Point(47, 30);
this.grpData.Name = "grpData";
this.grpData.Size = new System.Drawing.Size(233, 40);
this.grpData.TabIndex = 17;
this.grpData.TabStop = false;
this.grpData.Text = "Option";
//
// rbWithData
//
this.rbWithData.AutoSize = true;
this.rbWithData.Location = new System.Drawing.Point(117, 17);
this.rbWithData.Name = "rbWithData";
this.rbWithData.Size = new System.Drawing.Size(110, 17);
this.rbWithData.TabIndex = 1;
this.rbWithData.Text = "Schema with data";
this.rbWithData.UseVisualStyleBackColor = true;
//
// rbWithNoData
//
this.rbWithNoData.AutoSize = true;
this.rbWithNoData.Checked = true;
this.rbWithNoData.Location = new System.Drawing.Point(27, 17);
this.rbWithNoData.Name = "rbWithNoData";
this.rbWithNoData.Size = new System.Drawing.Size(86, 17);
this.rbWithNoData.TabIndex = 0;
this.rbWithNoData.TabStop = true;
this.rbWithNoData.Text = "Schema only";
this.rbWithNoData.UseVisualStyleBackColor = true;
//
// grpDatabase
//
this.grpDatabase.Controls.Add(this.rdbSQLServer);
this.grpDatabase.Controls.Add(this.rdbSQLCE);
this.grpDatabase.Location = new System.Drawing.Point(47, 70);
this.grpDatabase.Name = "grpDatabase";
this.grpDatabase.Size = new System.Drawing.Size(233, 40);
this.grpDatabase.TabIndex = 18;
this.grpDatabase.TabStop = false;
this.grpDatabase.Text = "Database Option";
//
// rdbSQLServer
//
this.rdbSQLServer.AutoSize = true;
this.rdbSQLServer.Location = new System.Drawing.Point(117, 17);
this.rdbSQLServer.Name = "rdbSQLServer";
this.rdbSQLServer.Size = new System.Drawing.Size(80, 17);
this.rdbSQLServer.TabIndex = 1;
this.rdbSQLServer.Text = "SQL Server";
this.rdbSQLServer.UseVisualStyleBackColor = true;
this.rdbSQLServer.CheckedChanged += new System.EventHandler(this.rdbSQLServer_CheckedChanged);
//
// rdbSQLCE
//
this.rdbSQLCE.AutoSize = true;
this.rdbSQLCE.Checked = true;
this.rdbSQLCE.Location = new System.Drawing.Point(27, 17);
this.rdbSQLCE.Name = "rdbSQLCE";
this.rdbSQLCE.Size = new System.Drawing.Size(63, 17);
this.rdbSQLCE.TabIndex = 0;
this.rdbSQLCE.TabStop = true;
this.rdbSQLCE.Text = "SQL CE";
this.rdbSQLCE.UseVisualStyleBackColor = true;
this.rdbSQLCE.CheckedChanged += new System.EventHandler(this.rdbSQLCE_CheckedChanged);
//
// ScriptGenerator
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(320, 143);
this.Controls.Add(this.grpDatabase);
this.Controls.Add(this.grpData);
this.Controls.Add(this.btnHiddenOK);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnSelect);
this.Controls.Add(this.txtFile);
this.Controls.Add(this.lblFile);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ScriptGenerator";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ScriptGenerator";
((System.ComponentModel.ISupportInitialize)(this.errValidation)).EndInit();
this.grpData.ResumeLayout(false);
this.grpData.PerformLayout();
this.grpDatabase.ResumeLayout(false);
this.grpDatabase.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.Button btnHiddenOK;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ErrorProvider errValidation;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.TextBox txtFile;
private System.Windows.Forms.Label lblFile;
private System.Windows.Forms.GroupBox grpData;
private System.Windows.Forms.RadioButton rbWithData;
private System.Windows.Forms.RadioButton rbWithNoData;
private System.Windows.Forms.GroupBox grpDatabase;
private System.Windows.Forms.RadioButton rdbSQLServer;
private System.Windows.Forms.RadioButton rdbSQLCE;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -