GetTextRemarkSuperSmallForm.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class GetTextRemarkSuperSmallForm
  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(GetTextRemarkSuperSmallForm));
  29. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.txtText = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.plExMainContainer.SuspendLayout();
  33. this.plFormMainContent.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // plExMainContainer
  37. //
  38. this.plExMainContainer.Controls.Add(this.txtText);
  39. this.plExMainContainer.Controls.Add(this.btnCancel);
  40. this.plExMainContainer.Controls.Add(this.btnOK);
  41. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(20);
  42. this.plExMainContainer.Size = new System.Drawing.Size(500, 335);
  43. //
  44. // plFormMainContent
  45. //
  46. this.plFormMainContent.Size = new System.Drawing.Size(500, 335);
  47. //
  48. // btnAppFormMaximize
  49. //
  50. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  51. this.btnAppFormMaximize.Location = new System.Drawing.Point(441, 0);
  52. //
  53. // btnAppFormExit
  54. //
  55. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  56. this.btnAppFormExit.Location = new System.Drawing.Point(468, 0);
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  61. this.btnAppFormMinimize.Location = new System.Drawing.Point(441, 0);
  62. //
  63. // btnCancel
  64. //
  65. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  66. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  67. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  68. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  69. this.btnCancel.ForeColor = System.Drawing.Color.White;
  70. this.btnCancel.IsCustomBackImg = false;
  71. this.btnCancel.IsShowText = true;
  72. this.btnCancel.Location = new System.Drawing.Point(269, 297);
  73. this.btnCancel.Name = "btnCancel";
  74. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  75. this.btnCancel.TabIndex = 2;
  76. this.btnCancel.Text = " 取 消";
  77. this.btnCancel.UseVisualStyleBackColor = false;
  78. //
  79. // btnOK
  80. //
  81. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  82. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  83. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  84. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  85. this.btnOK.ForeColor = System.Drawing.Color.White;
  86. this.btnOK.IsCustomBackImg = false;
  87. this.btnOK.IsShowText = true;
  88. this.btnOK.Location = new System.Drawing.Point(145, 297);
  89. this.btnOK.Name = "btnOK";
  90. this.btnOK.Size = new System.Drawing.Size(85, 28);
  91. this.btnOK.TabIndex = 1;
  92. this.btnOK.Text = " 确 定";
  93. this.btnOK.UseVisualStyleBackColor = false;
  94. //
  95. // txtText
  96. //
  97. this.txtText.BackColor = System.Drawing.Color.Transparent;
  98. this.txtText.Dock = System.Windows.Forms.DockStyle.Top;
  99. this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  100. this.txtText.Icon = null;
  101. this.txtText.IconIsButton = false;
  102. this.txtText.IsPasswordChat = '\0';
  103. this.txtText.IsSystemPasswordChar = false;
  104. this.txtText.Lines = new string[0];
  105. this.txtText.Location = new System.Drawing.Point(20, 20);
  106. this.txtText.Margin = new System.Windows.Forms.Padding(0);
  107. this.txtText.MaxLength = 32767;
  108. this.txtText.MinimumSize = new System.Drawing.Size(0, 24);
  109. this.txtText.MouseBack = null;
  110. this.txtText.Multiline = true;
  111. this.txtText.Name = "txtText";
  112. this.txtText.NormlBack = null;
  113. this.txtText.Padding = new System.Windows.Forms.Padding(5);
  114. this.txtText.ReadOnly = false;
  115. this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  116. this.txtText.Size = new System.Drawing.Size(460, 263);
  117. this.txtText.TabIndex = 29;
  118. this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  119. this.txtText.WaterColor = System.Drawing.Color.DarkGray;
  120. this.txtText.WaterText = "";
  121. this.txtText.WordWrap = true;
  122. //
  123. // GetTextRemarkSuperSmallForm
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  128. this.ClientSize = new System.Drawing.Size(500, 400);
  129. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  130. this.MaximizeBox = false;
  131. this.MinimizeBox = false;
  132. this.Name = "GetTextRemarkSuperSmallForm";
  133. this.Text = "填写内容";
  134. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  135. this.plExMainContainer.ResumeLayout(false);
  136. this.plFormMainContent.ResumeLayout(false);
  137. this.ResumeLayout(false);
  138. }
  139. #endregion
  140. protected ComponentLibrary.ButtonEx btnCancel;
  141. protected ComponentLibrary.ButtonEx btnOK;
  142. protected internal ComponentLibrary.TextBoxEx txtText;
  143. }
  144. }