📄 frmcommontask.designer.cs
字号:
namespace San7GeneralScreen
{
partial class FrmCommonTask
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCommonTask));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panelCustom = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.txtCustom = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.txtModifyMax = new System.Windows.Forms.TextBox();
this.txtModifyMin = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.panelRange = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.txtMaxValue = new System.Windows.Forms.TextBox();
this.txtMinValue = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.rbNotNull = new System.Windows.Forms.RadioButton();
this.rbNull = new System.Windows.Forms.RadioButton();
this.rbAll = new System.Windows.Forms.RadioButton();
this.txtValue = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbUpdateMethod = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cmbColumns = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panelCustom.SuspendLayout();
this.panel3.SuspendLayout();
this.panelRange.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(509, 43);
this.panel1.TabIndex = 3;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("隶书", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(350, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(135, 20);
this.label1.TabIndex = 0;
this.label1.Text = "通用修改任务";
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(336, 7);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定(&O)";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(417, 7);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.panelCustom);
this.groupBox1.Controls.Add(this.panel3);
this.groupBox1.Controls.Add(this.panelRange);
this.groupBox1.Controls.Add(this.rbNotNull);
this.groupBox1.Controls.Add(this.rbNull);
this.groupBox1.Controls.Add(this.rbAll);
this.groupBox1.Controls.Add(this.txtValue);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cmbUpdateMethod);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.cmbColumns);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 46);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(485, 303);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "修改参数";
//
// panelCustom
//
this.panelCustom.Controls.Add(this.label9);
this.panelCustom.Controls.Add(this.txtCustom);
this.panelCustom.Location = new System.Drawing.Point(25, 221);
this.panelCustom.Name = "panelCustom";
this.panelCustom.Size = new System.Drawing.Size(388, 76);
this.panelCustom.TabIndex = 15;
//
// label9
//
this.label9.Location = new System.Drawing.Point(5, 8);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(67, 33);
this.label9.TabIndex = 9;
this.label9.Text = "自定范围用;号隔开:";
//
// txtCustom
//
this.txtCustom.Location = new System.Drawing.Point(89, 5);
this.txtCustom.Multiline = true;
this.txtCustom.Name = "txtCustom";
this.txtCustom.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtCustom.Size = new System.Drawing.Size(292, 68);
this.txtCustom.TabIndex = 10;
//
// panel3
//
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.txtModifyMax);
this.panel3.Controls.Add(this.txtModifyMin);
this.panel3.Controls.Add(this.label8);
this.panel3.Location = new System.Drawing.Point(25, 20);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(388, 35);
this.panel3.TabIndex = 14;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(5, 11);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 9;
this.label7.Text = "修改范围:";
//
// txtModifyMax
//
this.txtModifyMax.Location = new System.Drawing.Point(253, 5);
this.txtModifyMax.Name = "txtModifyMax";
this.txtModifyMax.Size = new System.Drawing.Size(128, 21);
this.txtModifyMax.TabIndex = 12;
//
// txtModifyMin
//
this.txtModifyMin.Location = new System.Drawing.Point(89, 5);
this.txtModifyMin.Name = "txtModifyMin";
this.txtModifyMin.Size = new System.Drawing.Size(117, 21);
this.txtModifyMin.TabIndex = 10;
this.txtModifyMin.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(212, 5);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 12);
this.label8.TabIndex = 11;
this.label8.Text = "_____";
//
// panelRange
//
this.panelRange.Controls.Add(this.label5);
this.panelRange.Controls.Add(this.txtMaxValue);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -