📄 datasourceselector.designer.cs
字号:
namespace Epi.Windows.MakeView.Dialogs.FieldDefinitionDialogs
{
partial class DataSourceSelector
{
/// <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(DataSourceSelector));
this.dgCodeTable = new System.Windows.Forms.DataGrid();
this.chkSort = new System.Windows.Forms.CheckBox();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnCreate = new System.Windows.Forms.Button();
this.btnExisting = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.dgCodeTable)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// dgCodeTable
//
resources.ApplyResources(this.dgCodeTable, "dgCodeTable");
this.dgCodeTable.DataMember = "";
this.dgCodeTable.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dgCodeTable.Name = "dgCodeTable";
//
// chkSort
//
resources.ApplyResources(this.chkSort, "chkSort");
this.chkSort.Name = "chkSort";
this.chkSort.UseVisualStyleBackColor = true;
//
// btnOk
//
resources.ApplyResources(this.btnOk, "btnOk");
this.btnOk.Name = "btnOk";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnCreate
//
resources.ApplyResources(this.btnCreate, "btnCreate");
this.btnCreate.Name = "btnCreate";
this.btnCreate.UseVisualStyleBackColor = true;
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
//
// btnExisting
//
resources.ApplyResources(this.btnExisting, "btnExisting");
this.btnExisting.Name = "btnExisting";
this.btnExisting.UseVisualStyleBackColor = true;
//
// btnDelete
//
resources.ApplyResources(this.btnDelete, "btnDelete");
this.btnDelete.Name = "btnDelete";
this.btnDelete.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgCodeTable);
this.groupBox1.Controls.Add(this.btnDelete);
this.groupBox1.Controls.Add(this.chkSort);
this.groupBox1.Controls.Add(this.btnExisting);
this.groupBox1.Controls.Add(this.btnCreate);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// DataSourceSelector
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DataSourceSelector";
this.ShowInTaskbar = false;
((System.ComponentModel.ISupportInitialize)(this.dgCodeTable)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid dgCodeTable;
private System.Windows.Forms.CheckBox chkSort;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnCreate;
private System.Windows.Forms.Button btnExisting;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.GroupBox groupBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -