SettingValueSuperSmallForm.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
  2. {
  3. partial class SettingValueSuperSmallForm
  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(SettingValueSuperSmallForm));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtValue = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.txtValue);
  40. this.plExMainContainer.Controls.Add(this.btnCancel);
  41. this.plExMainContainer.Controls.Add(this.btnOK);
  42. this.plExMainContainer.Controls.Add(this.labelEx1);
  43. this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(401, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.Location = new System.Drawing.Point(374, 0);
  61. //
  62. // labelEx1
  63. //
  64. this.labelEx1.AutoSize = true;
  65. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  66. this.labelEx1.Location = new System.Drawing.Point(86, 50);
  67. this.labelEx1.Name = "labelEx1";
  68. this.labelEx1.Size = new System.Drawing.Size(29, 12);
  69. this.labelEx1.TabIndex = 0;
  70. this.labelEx1.Text = "值:";
  71. //
  72. // btnOK
  73. //
  74. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  75. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  76. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  77. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  78. this.btnOK.ForeColor = System.Drawing.Color.White;
  79. this.btnOK.IsShowText = true;
  80. this.btnOK.Location = new System.Drawing.Point(117, 184);
  81. this.btnOK.Name = "btnOK";
  82. this.btnOK.Size = new System.Drawing.Size(85, 28);
  83. this.btnOK.TabIndex = 1;
  84. this.btnOK.Text = "确定";
  85. this.btnOK.UseVisualStyleBackColor = false;
  86. //
  87. // btnCancel
  88. //
  89. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  90. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  91. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  92. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  93. this.btnCancel.ForeColor = System.Drawing.Color.White;
  94. this.btnCancel.IsShowText = true;
  95. this.btnCancel.Location = new System.Drawing.Point(241, 184);
  96. this.btnCancel.Name = "btnCancel";
  97. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  98. this.btnCancel.TabIndex = 2;
  99. this.btnCancel.Text = "取消";
  100. this.btnCancel.UseVisualStyleBackColor = false;
  101. //
  102. // txtValue
  103. //
  104. this.txtValue.BackColor = System.Drawing.Color.Transparent;
  105. this.txtValue.BorderColor = System.Drawing.Color.Black;
  106. this.txtValue.BorderWidth = 1;
  107. this.txtValue.Ico = null;
  108. this.txtValue.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0);
  109. this.txtValue.Isico = false;
  110. this.txtValue.IsPass = false;
  111. this.txtValue.lines = new string[0];
  112. this.txtValue.Location = new System.Drawing.Point(117, 45);
  113. this.txtValue.MaxLength = 32767;
  114. this.txtValue.Multiline = true;
  115. this.txtValue.Name = "txtValue";
  116. this.txtValue.PassChar = '\0';
  117. this.txtValue.ReadOnly = false;
  118. this.txtValue.Size = new System.Drawing.Size(218, 67);
  119. this.txtValue.TabIndex = 3;
  120. //
  121. // SettingValueSuperSmallForm
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(460, 330);
  126. this.Name = "SettingValueSuperSmallForm";
  127. this.Text = "设置测试值";
  128. this.plExMainContainer.ResumeLayout(false);
  129. this.plExMainContainer.PerformLayout();
  130. this.plFormMainContent.ResumeLayout(false);
  131. this.ResumeLayout(false);
  132. }
  133. #endregion
  134. private ComponentLibrary.LabelEx labelEx1;
  135. protected ComponentLibrary.TextBoxEx txtValue;
  136. protected ComponentLibrary.ButtonEx btnCancel;
  137. protected ComponentLibrary.ButtonEx btnOK;
  138. }
  139. }