namespace LYFZ.Software.OssTask { partial class frmBaiduShareUrl { /// /// 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(frmBaiduShareUrl)); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.tx_code = new LYFZ.ComponentLibrary.TextBoxEx(); this.tx_url = new LYFZ.ComponentLibrary.TextBoxEx(); this.OK = new LYFZ.ComponentLibrary.ButtonEx(); this.Cancel = new LYFZ.ComponentLibrary.ButtonForm(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.Cancel); this.plExMainContainer.Controls.Add(this.OK); this.plExMainContainer.Controls.Add(this.tx_url); this.plExMainContainer.Controls.Add(this.tx_code); this.plExMainContainer.Controls.Add(this.labelEx2); this.plExMainContainer.Controls.Add(this.labelEx1); this.plExMainContainer.Size = new System.Drawing.Size(555, 130); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(555, 130); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(496, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(523, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(496, 0); // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(22, 18); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(47, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "提取码:"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(21, 51); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(59, 17); this.labelEx2.TabIndex = 0; this.labelEx2.Text = "分享链接:"; // // tx_code // this.tx_code.BackColor = System.Drawing.Color.Transparent; this.tx_code.Icon = null; this.tx_code.IconIsButton = false; this.tx_code.IsPasswordChat = '\0'; this.tx_code.IsSystemPasswordChar = false; this.tx_code.Lines = new string[0]; this.tx_code.Location = new System.Drawing.Point(81, 13); this.tx_code.Margin = new System.Windows.Forms.Padding(0); this.tx_code.MaxLength = 32767; this.tx_code.MinimumSize = new System.Drawing.Size(0, 26); this.tx_code.MouseBack = null; this.tx_code.Multiline = false; this.tx_code.Name = "tx_code"; this.tx_code.NormlBack = null; this.tx_code.Padding = new System.Windows.Forms.Padding(5); this.tx_code.ReadOnly = false; this.tx_code.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tx_code.Size = new System.Drawing.Size(185, 26); this.tx_code.TabIndex = 1; this.tx_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tx_code.WaterColor = System.Drawing.Color.DarkGray; this.tx_code.WaterText = ""; this.tx_code.WordWrap = true; // // tx_url // this.tx_url.BackColor = System.Drawing.Color.Transparent; this.tx_url.Icon = null; this.tx_url.IconIsButton = false; this.tx_url.IsPasswordChat = '\0'; this.tx_url.IsSystemPasswordChar = false; this.tx_url.Lines = new string[0]; this.tx_url.Location = new System.Drawing.Point(81, 47); this.tx_url.Margin = new System.Windows.Forms.Padding(0); this.tx_url.MaxLength = 32767; this.tx_url.MinimumSize = new System.Drawing.Size(0, 26); this.tx_url.MouseBack = null; this.tx_url.Multiline = false; this.tx_url.Name = "tx_url"; this.tx_url.NormlBack = null; this.tx_url.Padding = new System.Windows.Forms.Padding(5); this.tx_url.ReadOnly = false; this.tx_url.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tx_url.Size = new System.Drawing.Size(442, 26); this.tx_url.TabIndex = 1; this.tx_url.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tx_url.WaterColor = System.Drawing.Color.DarkGray; this.tx_url.WaterText = ""; this.tx_url.WordWrap = true; // // OK // this.OK.BackColor = System.Drawing.Color.Transparent; this.OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("OK.BackImg"))); this.OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.OK.ForeColor = System.Drawing.Color.White; this.OK.IsCustomBackImg = false; this.OK.IsShowText = true; this.OK.Location = new System.Drawing.Point(81, 86); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(85, 28); this.OK.TabIndex = 2; this.OK.Text = "确定"; this.OK.UseVisualStyleBackColor = false; // // Cancel // this.Cancel.BackColor = System.Drawing.Color.Transparent; this.Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("Cancel.BackImg"))); this.Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.Cancel.ForeColor = System.Drawing.Color.White; this.Cancel.IsCustomBackImg = false; this.Cancel.IsShowText = true; this.Cancel.Location = new System.Drawing.Point(218, 86); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(85, 28); this.Cancel.TabIndex = 3; this.Cancel.Text = "取消"; this.Cancel.UseVisualStyleBackColor = false; // // frmBaiduShareUrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(555, 195); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.Name = "frmBaiduShareUrl"; this.ShowInTaskbar = false; this.Text = "百度分享"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.TopMost = true; this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; public ComponentLibrary.ButtonForm Cancel; public ComponentLibrary.ButtonEx OK; public ComponentLibrary.TextBoxEx tx_url; public ComponentLibrary.TextBoxEx tx_code; } }