123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
- {
- partial class CameraControlNotesSuperSmallForm
- {
- /// <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(CameraControlNotesSuperSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtTextNotes = new LYFZ.ComponentLibrary.TextBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(600, 385);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(600, 385);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(491, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(491, 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.txtTextNotes);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
- this.panelEx1.Size = new System.Drawing.Size(580, 365);
- this.panelEx1.TabIndex = 0;
- //
- // txtTextNotes
- //
- this.txtTextNotes.BackColor = System.Drawing.Color.Transparent;
- this.txtTextNotes.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtTextNotes.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTextNotes.Icon = null;
- this.txtTextNotes.IconIsButton = false;
- this.txtTextNotes.IsPasswordChat = '\0';
- this.txtTextNotes.IsSystemPasswordChar = false;
- this.txtTextNotes.Lines = new string[0];
- this.txtTextNotes.Location = new System.Drawing.Point(5, 5);
- this.txtTextNotes.Margin = new System.Windows.Forms.Padding(0);
- this.txtTextNotes.MaxLength = 300;
- this.txtTextNotes.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtTextNotes.MouseBack = null;
- this.txtTextNotes.Multiline = true;
- this.txtTextNotes.Name = "txtTextNotes";
- this.txtTextNotes.NormlBack = null;
- this.txtTextNotes.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtTextNotes.ReadOnly = false;
- this.txtTextNotes.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTextNotes.Size = new System.Drawing.Size(570, 355);
- this.txtTextNotes.TabIndex = 2231;
- this.txtTextNotes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTextNotes.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtTextNotes.WaterText = "";
- this.txtTextNotes.WordWrap = true;
- //
- // CameraControlNotesSuperSmallForm
- //
- 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(600, 450);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "CameraControlNotesSuperSmallForm";
- this.Text = "便签 (最大不能超过300字)";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.TextBoxEx txtTextNotes;
- }
- }
|