SuperDesign/Source/开发辅助工具/Manager/FrmAddVar.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

199 lines
8.9 KiB
C#

namespace .Manager
{
partial class FrmAddVar
{
/// <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();
this.label1 = new System.Windows.Forms.Label();
this.TxtVar = new ryControls.TextBoxEx2();
this.label2 = new System.Windows.Forms.Label();
this.TxtVarValue = new ryControls.TextBoxEx2();
this.label3 = new System.Windows.Forms.Label();
this.TxtDes = new ryControls.TextBoxEx2();
this.BtnCancel = new ryControls.ButtonEx();
this.BtnOK = new ryControls.ButtonEx();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 9;
this.label1.Text = "变量名";
//
// TxtVar
//
this.TxtVar.BackColor = System.Drawing.Color.White;
this.TxtVar.EmptyText = "";
this.TxtVar.Location = new System.Drawing.Point(59, 12);
this.TxtVar.LongTime = 2000;
this.TxtVar.MaxLength = 999999999;
this.TxtVar.MaxUndoRedoSteps = 50;
this.TxtVar.Multiline = false;
this.TxtVar.Name = "TxtVar";
this.TxtVar.OnlyNumeric = false;
this.TxtVar.PasswordChar = '\0';
this.TxtVar.ReadOnly = false;
this.TxtVar.SelectedText = "";
this.TxtVar.SelectionLength = 0;
this.TxtVar.SelectionStart = 0;
this.TxtVar.Size = new System.Drawing.Size(148, 25);
this.TxtVar.TabIndex = 8;
this.TxtVar.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtVar.ToolTip = "";
this.TxtVar.WordWrap = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 11;
this.label2.Text = "路径";
//
// TxtVarValue
//
this.TxtVarValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtVarValue.BackColor = System.Drawing.Color.White;
this.TxtVarValue.EmptyText = "";
this.TxtVarValue.Location = new System.Drawing.Point(59, 43);
this.TxtVarValue.LongTime = 2000;
this.TxtVarValue.MaxLength = 999999999;
this.TxtVarValue.MaxUndoRedoSteps = 50;
this.TxtVarValue.Multiline = false;
this.TxtVarValue.Name = "TxtVarValue";
this.TxtVarValue.OnlyNumeric = false;
this.TxtVarValue.PasswordChar = '\0';
this.TxtVarValue.ReadOnly = false;
this.TxtVarValue.SelectedText = "";
this.TxtVarValue.SelectionLength = 0;
this.TxtVarValue.SelectionStart = 0;
this.TxtVarValue.Size = new System.Drawing.Size(534, 25);
this.TxtVarValue.TabIndex = 10;
this.TxtVarValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtVarValue.ToolTip = "";
this.TxtVarValue.WordWrap = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 82);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 13;
this.label3.Text = "说明";
//
// TxtDes
//
this.TxtDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtDes.BackColor = System.Drawing.Color.White;
this.TxtDes.EmptyText = "";
this.TxtDes.Location = new System.Drawing.Point(59, 74);
this.TxtDes.LongTime = 2000;
this.TxtDes.MaxLength = 999999999;
this.TxtDes.MaxUndoRedoSteps = 50;
this.TxtDes.Multiline = false;
this.TxtDes.Name = "TxtDes";
this.TxtDes.OnlyNumeric = false;
this.TxtDes.PasswordChar = '\0';
this.TxtDes.ReadOnly = false;
this.TxtDes.SelectedText = "";
this.TxtDes.SelectionLength = 0;
this.TxtDes.SelectionStart = 0;
this.TxtDes.Size = new System.Drawing.Size(534, 25);
this.TxtDes.TabIndex = 12;
this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtDes.ToolTip = "";
this.TxtDes.WordWrap = true;
//
// BtnCancel
//
this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnCancel.Location = new System.Drawing.Point(528, 116);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(65, 27);
this.BtnCancel.TabIndex = 15;
this.BtnCancel.Text = "取消";
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// BtnOK
//
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnOK.Location = new System.Drawing.Point(457, 116);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(65, 27);
this.BtnOK.TabIndex = 14;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// FrmAddVar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(607, 152);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.label3);
this.Controls.Add(this.TxtDes);
this.Controls.Add(this.label2);
this.Controls.Add(this.TxtVarValue);
this.Controls.Add(this.label1);
this.Controls.Add(this.TxtVar);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAddVar";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加变量";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private ryControls.TextBoxEx2 TxtVar;
private System.Windows.Forms.Label label2;
private ryControls.TextBoxEx2 TxtVarValue;
private System.Windows.Forms.Label label3;
private ryControls.TextBoxEx2 TxtDes;
private ryControls.ButtonEx BtnCancel;
private ryControls.ButtonEx BtnOK;
}
}