frmKeywordAndText.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmKeywordAndText
  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(frmKeywordAndText));
  29. this.txtValue = new LYFZ.ComponentLibrary.TextBoxEx();
  30. this.lbTitle = new LYFZ.ComponentLibrary.LabelEx();
  31. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.btnClose);
  40. this.plExMainContainer.Controls.Add(this.btnOK);
  41. this.plExMainContainer.Controls.Add(this.lbTitle);
  42. this.plExMainContainer.Controls.Add(this.txtValue);
  43. this.plExMainContainer.Size = new System.Drawing.Size(610, 335);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(610, 335);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(551, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(578, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(551, 0);
  63. //
  64. // txtValue
  65. //
  66. this.txtValue.BackColor = System.Drawing.Color.Transparent;
  67. this.txtValue.Icon = null;
  68. this.txtValue.IconIsButton = false;
  69. this.txtValue.IsPasswordChat = '\0';
  70. this.txtValue.IsSystemPasswordChar = false;
  71. this.txtValue.Lines = new string[0];
  72. this.txtValue.Location = new System.Drawing.Point(15, 38);
  73. this.txtValue.Margin = new System.Windows.Forms.Padding(0);
  74. this.txtValue.MaxLength = 32767;
  75. this.txtValue.MinimumSize = new System.Drawing.Size(0, 26);
  76. this.txtValue.MouseBack = null;
  77. this.txtValue.Multiline = true;
  78. this.txtValue.Name = "txtValue";
  79. this.txtValue.NormlBack = null;
  80. this.txtValue.Padding = new System.Windows.Forms.Padding(5);
  81. this.txtValue.ReadOnly = false;
  82. this.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.None;
  83. this.txtValue.Size = new System.Drawing.Size(573, 242);
  84. this.txtValue.TabIndex = 0;
  85. this.txtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  86. this.txtValue.WaterColor = System.Drawing.Color.DarkGray;
  87. this.txtValue.WaterText = "按回车可添加多个关键字,每个关键字少于30个字符";
  88. this.txtValue.WordWrap = true;
  89. //
  90. // lbTitle
  91. //
  92. this.lbTitle.AutoSize = true;
  93. this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  94. this.lbTitle.ForeColor = System.Drawing.Color.Green;
  95. this.lbTitle.Location = new System.Drawing.Point(19, 17);
  96. this.lbTitle.Name = "lbTitle";
  97. this.lbTitle.Size = new System.Drawing.Size(286, 17);
  98. this.lbTitle.TabIndex = 2;
  99. this.lbTitle.Text = "按回车可添加多个关键字,每个关键字少于30个字符";
  100. //
  101. // btnOK
  102. //
  103. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  104. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  105. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  106. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  107. this.btnOK.ForeColor = System.Drawing.Color.White;
  108. this.btnOK.IsCustomBackImg = false;
  109. this.btnOK.IsShowText = true;
  110. this.btnOK.Location = new System.Drawing.Point(409, 291);
  111. this.btnOK.Name = "btnOK";
  112. this.btnOK.Size = new System.Drawing.Size(85, 28);
  113. this.btnOK.TabIndex = 3;
  114. this.btnOK.Text = "确 定";
  115. this.btnOK.UseVisualStyleBackColor = false;
  116. //
  117. // btnClose
  118. //
  119. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  120. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  121. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  122. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  123. this.btnClose.ForeColor = System.Drawing.Color.White;
  124. this.btnClose.IsCustomBackImg = false;
  125. this.btnClose.IsShowText = true;
  126. this.btnClose.Location = new System.Drawing.Point(500, 291);
  127. this.btnClose.Name = "btnClose";
  128. this.btnClose.Size = new System.Drawing.Size(85, 28);
  129. this.btnClose.TabIndex = 3;
  130. this.btnClose.Text = "取 消";
  131. this.btnClose.UseVisualStyleBackColor = false;
  132. //
  133. // frmKeywordAndText
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  138. this.ClientSize = new System.Drawing.Size(610, 400);
  139. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  140. this.IsMaximized = false;
  141. this.IsUserControlsSize = false;
  142. this.MaximizeBox = false;
  143. this.Name = "frmKeywordAndText";
  144. this.Text = "添加关键字";
  145. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  146. this.plExMainContainer.ResumeLayout(false);
  147. this.plExMainContainer.PerformLayout();
  148. this.plFormMainContent.ResumeLayout(false);
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. public ComponentLibrary.TextBoxEx txtValue;
  153. public ComponentLibrary.ButtonEx btnClose;
  154. public ComponentLibrary.ButtonEx btnOK;
  155. public ComponentLibrary.LabelEx lbTitle;
  156. }
  157. }