📄 dataexportcondition.designer.cs
字号:
namespace DataExport
{
partial class DataExportCondition
{
/// <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.label2 = new System.Windows.Forms.Label();
this.ConditionTB = new System.Windows.Forms.TextBox();
this.OKBT = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.ColumnNameLB = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(239, 12);
this.label1.TabIndex = 0;
this.label1.Text = "填写本字段条件约束:(如:DEV_ID = 23)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(28, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "字段名:";
//
// ConditionTB
//
this.ConditionTB.Location = new System.Drawing.Point(28, 64);
this.ConditionTB.Name = "ConditionTB";
this.ConditionTB.Size = new System.Drawing.Size(335, 21);
this.ConditionTB.TabIndex = 2;
//
// OKBT
//
this.OKBT.Location = new System.Drawing.Point(306, 137);
this.OKBT.Name = "OKBT";
this.OKBT.Size = new System.Drawing.Size(75, 23);
this.OKBT.TabIndex = 3;
this.OKBT.Text = "确定";
this.OKBT.UseVisualStyleBackColor = true;
this.OKBT.Click += new System.EventHandler(this.OKBT_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 92);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(125, 12);
this.label3.TabIndex = 4;
this.label3.Text = "说明:必须使用本字段";
//
// ColumnNameLB
//
this.ColumnNameLB.AutoSize = true;
this.ColumnNameLB.Location = new System.Drawing.Point(87, 13);
this.ColumnNameLB.Name = "ColumnNameLB";
this.ColumnNameLB.Size = new System.Drawing.Size(41, 12);
this.ColumnNameLB.TabIndex = 5;
this.ColumnNameLB.Text = "label4";
//
// DataExportCondition
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(446, 188);
this.Controls.Add(this.ColumnNameLB);
this.Controls.Add(this.label3);
this.Controls.Add(this.OKBT);
this.Controls.Add(this.ConditionTB);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "DataExportCondition";
this.Text = "DataBaseCondition";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox ConditionTB;
private System.Windows.Forms.Button OKBT;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label ColumnNameLB;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -