frmThumbtackText.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. namespace LYFZ.Software.NewCameraControlBook
  2. {
  3. partial class frmThumbtackText
  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(frmThumbtackText));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.buttonEx2 = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtInfo = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.panelEx1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // plExMainContainer
  39. //
  40. this.plExMainContainer.Controls.Add(this.txtInfo);
  41. this.plExMainContainer.Controls.Add(this.panelEx1);
  42. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  43. this.plExMainContainer.Size = new System.Drawing.Size(480, 285);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(480, 285);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(421, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(448, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(394, 0);
  63. //
  64. // panelEx1
  65. //
  66. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  67. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  68. this.panelEx1.BorderWidth = 1;
  69. this.panelEx1.Controls.Add(this.buttonEx2);
  70. this.panelEx1.Controls.Add(this.buttonEx1);
  71. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  72. this.panelEx1.Location = new System.Drawing.Point(5, 238);
  73. this.panelEx1.Name = "panelEx1";
  74. this.panelEx1.Size = new System.Drawing.Size(470, 42);
  75. this.panelEx1.TabIndex = 1;
  76. //
  77. // buttonEx2
  78. //
  79. this.buttonEx2.BackColor = System.Drawing.Color.Transparent;
  80. this.buttonEx2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx2.BackImg")));
  81. this.buttonEx2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  82. this.buttonEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  83. this.buttonEx2.ForeColor = System.Drawing.Color.White;
  84. this.buttonEx2.IsCustomBackImg = false;
  85. this.buttonEx2.IsShowText = true;
  86. this.buttonEx2.Location = new System.Drawing.Point(362, 7);
  87. this.buttonEx2.Name = "buttonEx2";
  88. this.buttonEx2.Size = new System.Drawing.Size(85, 28);
  89. this.buttonEx2.TabIndex = 0;
  90. this.buttonEx2.Text = "关 闭";
  91. this.buttonEx2.UseVisualStyleBackColor = false;
  92. this.buttonEx2.Click += new System.EventHandler(this.buttonEx2_Click);
  93. //
  94. // buttonEx1
  95. //
  96. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  97. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  98. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  99. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  100. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  101. this.buttonEx1.IsCustomBackImg = false;
  102. this.buttonEx1.IsShowText = true;
  103. this.buttonEx1.Location = new System.Drawing.Point(254, 7);
  104. this.buttonEx1.Name = "buttonEx1";
  105. this.buttonEx1.Size = new System.Drawing.Size(85, 28);
  106. this.buttonEx1.TabIndex = 0;
  107. this.buttonEx1.Text = "保 存";
  108. this.buttonEx1.UseVisualStyleBackColor = false;
  109. this.buttonEx1.Click += new System.EventHandler(this.buttonEx1_Click);
  110. //
  111. // txtInfo
  112. //
  113. this.txtInfo.BackColor = System.Drawing.Color.Transparent;
  114. this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.txtInfo.Icon = null;
  116. this.txtInfo.IconIsButton = false;
  117. this.txtInfo.IsPasswordChat = '\0';
  118. this.txtInfo.IsSystemPasswordChar = false;
  119. this.txtInfo.Lines = new string[0];
  120. this.txtInfo.Location = new System.Drawing.Point(5, 5);
  121. this.txtInfo.Margin = new System.Windows.Forms.Padding(0);
  122. this.txtInfo.MaxLength = 500;
  123. this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26);
  124. this.txtInfo.MouseBack = null;
  125. this.txtInfo.Multiline = true;
  126. this.txtInfo.Name = "txtInfo";
  127. this.txtInfo.NormlBack = null;
  128. this.txtInfo.Padding = new System.Windows.Forms.Padding(5);
  129. this.txtInfo.ReadOnly = false;
  130. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  131. this.txtInfo.Size = new System.Drawing.Size(470, 233);
  132. this.txtInfo.TabIndex = 2;
  133. this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  134. this.txtInfo.WaterColor = System.Drawing.Color.DarkGray;
  135. this.txtInfo.WaterText = "请输入图钉内容";
  136. this.txtInfo.WordWrap = true;
  137. //
  138. // frmThumbtackText
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  143. this.ClientSize = new System.Drawing.Size(480, 350);
  144. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  145. this.Name = "frmThumbtackText";
  146. this.Text = "编辑图钉(最多可输入500个字)";
  147. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  148. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  149. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  150. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  151. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  152. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  153. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  154. this.plExMainContainer.ResumeLayout(false);
  155. this.plFormMainContent.ResumeLayout(false);
  156. this.panelEx1.ResumeLayout(false);
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private ComponentLibrary.PanelEx panelEx1;
  161. private ComponentLibrary.ButtonEx buttonEx2;
  162. private ComponentLibrary.ButtonEx buttonEx1;
  163. public OtherExpansion.SkinControl.SkinTextBox txtInfo;
  164. }
  165. }