SuperDesign/Source/RySmartEditor/SmartEditor/Fav/FrmFavFile.Designer.cs

154 lines
6.8 KiB
C#
Raw Normal View History

namespace .Tools.SmartEditor
{
partial class FrmFavFile
{
/// <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(FrmFavFile));
this.TxtFavName = new ryControls.TextBoxEx2();
this.label1 = new System.Windows.Forms.Label();
this.BtnCancel = new ryControls.ButtonEx();
this.BtnOK = new ryControls.ButtonEx();
this.label2 = new System.Windows.Forms.Label();
this.TxtFind = new ryControls.TextBoxEx2();
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(101, 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, 125);
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, 125);
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);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 6;
this.label2.Text = "并且查找内容";
//
// TxtFind
//
this.TxtFind.BackColor = System.Drawing.Color.White;
this.TxtFind.EmptyText = "";
this.TxtFind.Location = new System.Drawing.Point(12, 78);
this.TxtFind.MaxLength = 999999999;
this.TxtFind.Multiline = false;
this.TxtFind.Name = "TxtFind";
this.TxtFind.OnlyNumeric = false;
this.TxtFind.PasswordChar = '\0';
this.TxtFind.ReadOnly = false;
this.TxtFind.SelectedText = "";
this.TxtFind.SelectionLength = 0;
this.TxtFind.SelectionStart = 0;
this.TxtFind.Size = new System.Drawing.Size(274, 27);
this.TxtFind.TabIndex = 5;
this.TxtFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtFind.ToolTip = "";
this.TxtFind.WordWrap = true;
//
// FrmFavFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(298, 163);
this.Controls.Add(this.label2);
this.Controls.Add(this.TxtFind);
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 = "FrmFavFile";
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;
private System.Windows.Forms.Label label2;
public ryControls.TextBoxEx2 TxtFind;
}
}