CameraControlNotesSuperSmallForm.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class CameraControlNotesSuperSmallForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CameraControlNotesSuperSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.txtTextNotes = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.plExMainContainer.SuspendLayout();
  32. this.plFormMainContent.SuspendLayout();
  33. this.panelEx1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // plExMainContainer
  37. //
  38. this.plExMainContainer.Controls.Add(this.panelEx1);
  39. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  40. this.plExMainContainer.Size = new System.Drawing.Size(600, 385);
  41. //
  42. // plFormMainContent
  43. //
  44. this.plFormMainContent.Size = new System.Drawing.Size(600, 385);
  45. //
  46. // btnAppFormMaximize
  47. //
  48. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  49. this.btnAppFormMaximize.Location = new System.Drawing.Point(491, 0);
  50. //
  51. // btnAppFormExit
  52. //
  53. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  54. this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
  55. //
  56. // btnAppFormMinimize
  57. //
  58. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  59. this.btnAppFormMinimize.Location = new System.Drawing.Point(491, 0);
  60. //
  61. // panelEx1
  62. //
  63. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  64. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  65. this.panelEx1.BorderWidth = 1;
  66. this.panelEx1.Controls.Add(this.txtTextNotes);
  67. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  69. this.panelEx1.Name = "panelEx1";
  70. this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
  71. this.panelEx1.Size = new System.Drawing.Size(580, 365);
  72. this.panelEx1.TabIndex = 0;
  73. //
  74. // txtTextNotes
  75. //
  76. this.txtTextNotes.BackColor = System.Drawing.Color.Transparent;
  77. this.txtTextNotes.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.txtTextNotes.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  79. this.txtTextNotes.Icon = null;
  80. this.txtTextNotes.IconIsButton = false;
  81. this.txtTextNotes.IsPasswordChat = '\0';
  82. this.txtTextNotes.IsSystemPasswordChar = false;
  83. this.txtTextNotes.Lines = new string[0];
  84. this.txtTextNotes.Location = new System.Drawing.Point(5, 5);
  85. this.txtTextNotes.Margin = new System.Windows.Forms.Padding(0);
  86. this.txtTextNotes.MaxLength = 300;
  87. this.txtTextNotes.MinimumSize = new System.Drawing.Size(0, 24);
  88. this.txtTextNotes.MouseBack = null;
  89. this.txtTextNotes.Multiline = true;
  90. this.txtTextNotes.Name = "txtTextNotes";
  91. this.txtTextNotes.NormlBack = null;
  92. this.txtTextNotes.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  93. this.txtTextNotes.ReadOnly = false;
  94. this.txtTextNotes.ScrollBars = System.Windows.Forms.ScrollBars.None;
  95. this.txtTextNotes.Size = new System.Drawing.Size(570, 355);
  96. this.txtTextNotes.TabIndex = 2231;
  97. this.txtTextNotes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  98. this.txtTextNotes.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  99. this.txtTextNotes.WaterText = "";
  100. this.txtTextNotes.WordWrap = true;
  101. //
  102. // CameraControlNotesSuperSmallForm
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  107. this.ClientSize = new System.Drawing.Size(600, 450);
  108. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  109. this.IsUserControlsSize = false;
  110. this.MaximizeBox = false;
  111. this.MinimizeBox = false;
  112. this.Name = "CameraControlNotesSuperSmallForm";
  113. this.Text = "便签 (最大不能超过300字)";
  114. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  115. this.plExMainContainer.ResumeLayout(false);
  116. this.plFormMainContent.ResumeLayout(false);
  117. this.panelEx1.ResumeLayout(false);
  118. this.ResumeLayout(false);
  119. }
  120. #endregion
  121. private ComponentLibrary.PanelEx panelEx1;
  122. protected internal ComponentLibrary.TextBoxEx txtTextNotes;
  123. }
  124. }