GetTextSuperSmallForm.Designer.cs 6.9 KB

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