123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- namespace LYFZ.Software.NewCameraControlBook
- {
- partial class frmThumbtackText
- {
- /// <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(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;
- }
- }
|