------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
119 lines
5.2 KiB
C#
119 lines
5.2 KiB
C#
namespace 开发辅助工具.Tools.SmartEditor
|
|
{
|
|
partial class FrmFavGroup
|
|
{
|
|
/// <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(FrmFavGroup));
|
|
this.TxtFavName = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.BtnCancel = new ryControls.ButtonEx();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// TxtFavName
|
|
//
|
|
this.TxtFavName.BackColor = System.Drawing.Color.White;
|
|
this.TxtFavName.EmptyText = "";
|
|
this.TxtFavName.Location = new System.Drawing.Point(12, 33);
|
|
this.TxtFavName.MaxLength = 999999999;
|
|
this.TxtFavName.Multiline = false;
|
|
this.TxtFavName.Name = "TxtFavName";
|
|
this.TxtFavName.OnlyNumeric = false;
|
|
this.TxtFavName.PasswordChar = '\0';
|
|
this.TxtFavName.ReadOnly = false;
|
|
this.TxtFavName.SelectedText = "";
|
|
this.TxtFavName.SelectionLength = 0;
|
|
this.TxtFavName.SelectionStart = 0;
|
|
this.TxtFavName.Size = new System.Drawing.Size(274, 27);
|
|
this.TxtFavName.TabIndex = 0;
|
|
this.TxtFavName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtFavName.ToolTip = "";
|
|
this.TxtFavName.WordWrap = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "请输入组名称";
|
|
//
|
|
// 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(211, 72);
|
|
this.BtnCancel.Name = "BtnCancel";
|
|
this.BtnCancel.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnCancel.TabIndex = 4;
|
|
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(130, 72);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnOK.TabIndex = 3;
|
|
this.BtnOK.Text = "确定";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// FrmFavGroup
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(298, 110);
|
|
this.Controls.Add(this.BtnCancel);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.TxtFavName);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmFavGroup";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "收藏组";
|
|
this.TopMost = true;
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.ButtonEx BtnCancel;
|
|
private ryControls.ButtonEx BtnOK;
|
|
public ryControls.TextBoxEx2 TxtFavName;
|
|
}
|
|
} |