namespace LYFZ.Software.NewCameraControlBook { partial class frmThumbtackText { /// /// 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(frmThumbtackText)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.buttonEx2 = new LYFZ.ComponentLibrary.ButtonEx(); this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx(); this.txtInfo = new LYFZ.OtherExpansion.SkinControl.SkinTextBox(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.txtInfo); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5); this.plExMainContainer.Size = new System.Drawing.Size(480, 285); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(480, 285); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(421, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(448, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(394, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.buttonEx2); this.panelEx1.Controls.Add(this.buttonEx1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx1.Location = new System.Drawing.Point(5, 238); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(470, 42); this.panelEx1.TabIndex = 1; // // buttonEx2 // this.buttonEx2.BackColor = System.Drawing.Color.Transparent; this.buttonEx2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx2.BackImg"))); this.buttonEx2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.buttonEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.buttonEx2.ForeColor = System.Drawing.Color.White; this.buttonEx2.IsCustomBackImg = false; this.buttonEx2.IsShowText = true; this.buttonEx2.Location = new System.Drawing.Point(362, 7); this.buttonEx2.Name = "buttonEx2"; this.buttonEx2.Size = new System.Drawing.Size(85, 28); this.buttonEx2.TabIndex = 0; this.buttonEx2.Text = "关 闭"; this.buttonEx2.UseVisualStyleBackColor = false; this.buttonEx2.Click += new System.EventHandler(this.buttonEx2_Click); // // buttonEx1 // this.buttonEx1.BackColor = System.Drawing.Color.Transparent; this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg"))); this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.buttonEx1.ForeColor = System.Drawing.Color.White; this.buttonEx1.IsCustomBackImg = false; this.buttonEx1.IsShowText = true; this.buttonEx1.Location = new System.Drawing.Point(254, 7); this.buttonEx1.Name = "buttonEx1"; this.buttonEx1.Size = new System.Drawing.Size(85, 28); this.buttonEx1.TabIndex = 0; this.buttonEx1.Text = "保 存"; this.buttonEx1.UseVisualStyleBackColor = false; this.buttonEx1.Click += new System.EventHandler(this.buttonEx1_Click); // // txtInfo // this.txtInfo.BackColor = System.Drawing.Color.Transparent; this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInfo.Icon = null; this.txtInfo.IconIsButton = false; this.txtInfo.IsPasswordChat = '\0'; this.txtInfo.IsSystemPasswordChar = false; this.txtInfo.Lines = new string[0]; this.txtInfo.Location = new System.Drawing.Point(5, 5); this.txtInfo.Margin = new System.Windows.Forms.Padding(0); this.txtInfo.MaxLength = 500; this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26); this.txtInfo.MouseBack = null; this.txtInfo.Multiline = true; this.txtInfo.Name = "txtInfo"; this.txtInfo.NormlBack = null; this.txtInfo.Padding = new System.Windows.Forms.Padding(5); this.txtInfo.ReadOnly = false; this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtInfo.Size = new System.Drawing.Size(470, 233); this.txtInfo.TabIndex = 2; this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtInfo.WaterColor = System.Drawing.Color.DarkGray; this.txtInfo.WaterText = "请输入图钉内容"; this.txtInfo.WordWrap = true; // // frmThumbtackText // 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(480, 350); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmThumbtackText"; this.Text = "编辑图钉(最多可输入500个字)"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); 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.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.ButtonEx buttonEx2; private ComponentLibrary.ButtonEx buttonEx1; public OtherExpansion.SkinControl.SkinTextBox txtInfo; } }