namespace 开发辅助工具.Tools.SmartEditor { partial class FrmFavFile { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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, 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); // // FrmFavFile // 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 = "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; } }