📄 dialogconfigdialog.designer.cs
字号:
namespace Epi.Windows.MakeView.Dialogs.CheckCodeCommandDialogs
{
partial class DialogConfigDialog
{
/// <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 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(DialogConfigDialog));
this.Button4 = new System.Windows.Forms.Button();
this.Button3 = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.cbxShowVariable = new System.Windows.Forms.ComboBox();
this.lblShowVariable = new System.Windows.Forms.Label();
this.lblShowTable = new System.Windows.Forms.Label();
this.cbxShowTable = new System.Windows.Forms.ComboBox();
this.cbxInputVariable = new System.Windows.Forms.ComboBox();
this.lblDialogFormat = new System.Windows.Forms.Label();
this.lblInputVariable = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.txtPrompt = new System.Windows.Forms.TextBox();
this.txtTitle = new System.Windows.Forms.TextBox();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.rdbListValues = new System.Windows.Forms.RadioButton();
this.rdbGetVariable = new System.Windows.Forms.RadioButton();
this.rdbSimple = new System.Windows.Forms.RadioButton();
this.GroupBox1.SuspendLayout();
this.SuspendLayout();
//
// baseImageList
//
this.baseImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("baseImageList.ImageStream")));
this.baseImageList.Images.SetKeyName(0, "");
this.baseImageList.Images.SetKeyName(1, "");
this.baseImageList.Images.SetKeyName(2, "");
this.baseImageList.Images.SetKeyName(3, "");
this.baseImageList.Images.SetKeyName(4, "");
this.baseImageList.Images.SetKeyName(5, "");
this.baseImageList.Images.SetKeyName(6, "");
this.baseImageList.Images.SetKeyName(7, "");
this.baseImageList.Images.SetKeyName(8, "");
this.baseImageList.Images.SetKeyName(9, "");
this.baseImageList.Images.SetKeyName(10, "");
this.baseImageList.Images.SetKeyName(11, "");
this.baseImageList.Images.SetKeyName(12, "");
this.baseImageList.Images.SetKeyName(13, "");
this.baseImageList.Images.SetKeyName(14, "");
this.baseImageList.Images.SetKeyName(15, "");
this.baseImageList.Images.SetKeyName(16, "");
this.baseImageList.Images.SetKeyName(17, "");
this.baseImageList.Images.SetKeyName(18, "");
this.baseImageList.Images.SetKeyName(19, "");
this.baseImageList.Images.SetKeyName(20, "");
this.baseImageList.Images.SetKeyName(21, "");
this.baseImageList.Images.SetKeyName(22, "");
this.baseImageList.Images.SetKeyName(23, "");
this.baseImageList.Images.SetKeyName(24, "");
this.baseImageList.Images.SetKeyName(25, "");
this.baseImageList.Images.SetKeyName(26, "");
this.baseImageList.Images.SetKeyName(27, "");
this.baseImageList.Images.SetKeyName(28, "");
this.baseImageList.Images.SetKeyName(29, "");
this.baseImageList.Images.SetKeyName(30, "");
this.baseImageList.Images.SetKeyName(31, "");
this.baseImageList.Images.SetKeyName(32, "");
this.baseImageList.Images.SetKeyName(33, "");
this.baseImageList.Images.SetKeyName(34, "");
this.baseImageList.Images.SetKeyName(35, "");
this.baseImageList.Images.SetKeyName(36, "");
this.baseImageList.Images.SetKeyName(37, "");
this.baseImageList.Images.SetKeyName(38, "");
this.baseImageList.Images.SetKeyName(39, "");
this.baseImageList.Images.SetKeyName(40, "");
this.baseImageList.Images.SetKeyName(41, "");
this.baseImageList.Images.SetKeyName(42, "");
this.baseImageList.Images.SetKeyName(43, "");
this.baseImageList.Images.SetKeyName(44, "");
this.baseImageList.Images.SetKeyName(45, "");
this.baseImageList.Images.SetKeyName(46, "");
this.baseImageList.Images.SetKeyName(47, "");
this.baseImageList.Images.SetKeyName(48, "");
this.baseImageList.Images.SetKeyName(49, "");
this.baseImageList.Images.SetKeyName(50, "");
this.baseImageList.Images.SetKeyName(51, "");
this.baseImageList.Images.SetKeyName(52, "");
this.baseImageList.Images.SetKeyName(53, "");
this.baseImageList.Images.SetKeyName(54, "");
this.baseImageList.Images.SetKeyName(55, "");
this.baseImageList.Images.SetKeyName(56, "");
this.baseImageList.Images.SetKeyName(57, "");
this.baseImageList.Images.SetKeyName(58, "");
this.baseImageList.Images.SetKeyName(59, "");
this.baseImageList.Images.SetKeyName(60, "");
this.baseImageList.Images.SetKeyName(61, "");
this.baseImageList.Images.SetKeyName(62, "");
this.baseImageList.Images.SetKeyName(63, "");
this.baseImageList.Images.SetKeyName(64, "");
this.baseImageList.Images.SetKeyName(65, "");
this.baseImageList.Images.SetKeyName(66, "");
this.baseImageList.Images.SetKeyName(67, "");
this.baseImageList.Images.SetKeyName(68, "");
this.baseImageList.Images.SetKeyName(69, "");
//
// Button4
//
resources.ApplyResources(this.Button4, "Button4");
this.Button4.Name = "Button4";
//
// Button3
//
resources.ApplyResources(this.Button3, "Button3");
this.Button3.Name = "Button3";
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// cbxShowVariable
//
resources.ApplyResources(this.cbxShowVariable, "cbxShowVariable");
this.cbxShowVariable.Name = "cbxShowVariable";
//
// lblShowVariable
//
resources.ApplyResources(this.lblShowVariable, "lblShowVariable");
this.lblShowVariable.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblShowVariable.Name = "lblShowVariable";
//
// lblShowTable
//
resources.ApplyResources(this.lblShowTable, "lblShowTable");
this.lblShowTable.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblShowTable.Name = "lblShowTable";
//
// cbxShowTable
//
resources.ApplyResources(this.cbxShowTable, "cbxShowTable");
this.cbxShowTable.Name = "cbxShowTable";
//
// cbxInputVariable
//
resources.ApplyResources(this.cbxInputVariable, "cbxInputVariable");
this.cbxInputVariable.Name = "cbxInputVariable";
//
// lblDialogFormat
//
resources.ApplyResources(this.lblDialogFormat, "lblDialogFormat");
this.lblDialogFormat.Name = "lblDialogFormat";
//
// lblInputVariable
//
resources.ApplyResources(this.lblInputVariable, "lblInputVariable");
this.lblInputVariable.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblInputVariable.Name = "lblInputVariable";
//
// Label2
//
resources.ApplyResources(this.Label2, "Label2");
this.Label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.Label2.Name = "Label2";
//
// Label1
//
resources.ApplyResources(this.Label1, "Label1");
this.Label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.Label1.Name = "Label1";
//
// txtPrompt
//
resources.ApplyResources(this.txtPrompt, "txtPrompt");
this.txtPrompt.Name = "txtPrompt";
this.txtPrompt.TextChanged += new System.EventHandler(this.txtPrompt_TextChanged);
//
// txtTitle
//
resources.ApplyResources(this.txtTitle, "txtTitle");
this.txtTitle.Name = "txtTitle";
this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged);
//
// GroupBox1
//
this.GroupBox1.Controls.Add(this.rdbListValues);
this.GroupBox1.Controls.Add(this.rdbGetVariable);
this.GroupBox1.Controls.Add(this.rdbSimple);
this.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
resources.ApplyResources(this.GroupBox1, "GroupBox1");
this.GroupBox1.Name = "GroupBox1";
this.GroupBox1.TabStop = false;
//
// rdbListValues
//
resources.ApplyResources(this.rdbListValues, "rdbListValues");
this.rdbListValues.Name = "rdbListValues";
//
// rdbGetVariable
//
resources.ApplyResources(this.rdbGetVariable, "rdbGetVariable");
this.rdbGetVariable.Name = "rdbGetVariable";
//
// rdbSimple
//
this.rdbSimple.Checked = true;
resources.ApplyResources(this.rdbSimple, "rdbSimple");
this.rdbSimple.Name = "rdbSimple";
this.rdbSimple.TabStop = true;
//
// DialogConfig
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.Button4);
this.Controls.Add(this.Button3);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.cbxShowVariable);
this.Controls.Add(this.lblShowVariable);
this.Controls.Add(this.lblShowTable);
this.Controls.Add(this.cbxShowTable);
this.Controls.Add(this.cbxInputVariable);
this.Controls.Add(this.lblDialogFormat);
this.Controls.Add(this.lblInputVariable);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Controls.Add(this.txtPrompt);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.GroupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DialogConfig";
this.ShowInTaskbar = false;
this.GroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button Button4;
private System.Windows.Forms.Button Button3;
private System.Windows.Forms.ComboBox cbxShowVariable;
private System.Windows.Forms.Label lblShowVariable;
private System.Windows.Forms.Label lblShowTable;
private System.Windows.Forms.ComboBox cbxShowTable;
private System.Windows.Forms.ComboBox cbxInputVariable;
private System.Windows.Forms.Label lblDialogFormat;
private System.Windows.Forms.Label lblInputVariable;
private System.Windows.Forms.Label Label2;
private System.Windows.Forms.Label Label1;
private System.Windows.Forms.GroupBox GroupBox1;
private System.Windows.Forms.RadioButton rdbListValues;
private System.Windows.Forms.RadioButton rdbGetVariable;
private System.Windows.Forms.RadioButton rdbSimple;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.TextBox txtPrompt;
private System.Windows.Forms.TextBox txtTitle;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -