FrmImportNumbers.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace LYFZ.Software.UI.SMSManagement.ShortSmsMessage
  2. {
  3. partial class FrmImportNumbers
  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(FrmImportNumbers));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.txtProd_SalesPrice = new System.Windows.Forms.TextBox();
  31. this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.panelEx1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plExMainContainer
  40. //
  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(644, 296);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(644, 296);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(563, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(612, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(585, 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.BorderWidth = 1;
  68. this.panelEx1.Controls.Add(this.txtProd_SalesPrice);
  69. this.panelEx1.Controls.Add(this.btnCanle);
  70. this.panelEx1.Controls.Add(this.btnOk);
  71. this.panelEx1.Controls.Add(this.labelEx2);
  72. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  74. this.panelEx1.Name = "panelEx1";
  75. this.panelEx1.Size = new System.Drawing.Size(634, 286);
  76. this.panelEx1.TabIndex = 1;
  77. //
  78. // txtProd_SalesPrice
  79. //
  80. this.txtProd_SalesPrice.Location = new System.Drawing.Point(7, 29);
  81. this.txtProd_SalesPrice.MaxLength = 88888888;
  82. this.txtProd_SalesPrice.Multiline = true;
  83. this.txtProd_SalesPrice.Name = "txtProd_SalesPrice";
  84. this.txtProd_SalesPrice.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  85. this.txtProd_SalesPrice.Size = new System.Drawing.Size(527, 243);
  86. this.txtProd_SalesPrice.TabIndex = 200;
  87. //
  88. // btnCanle
  89. //
  90. this.btnCanle.BackColor = System.Drawing.Color.Transparent;
  91. this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
  92. this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  93. this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  94. this.btnCanle.ForeColor = System.Drawing.Color.White;
  95. this.btnCanle.IsCustomBackImg = false;
  96. this.btnCanle.IsShowText = true;
  97. this.btnCanle.Location = new System.Drawing.Point(540, 80);
  98. this.btnCanle.Name = "btnCanle";
  99. this.btnCanle.Size = new System.Drawing.Size(87, 26);
  100. this.btnCanle.TabIndex = 199;
  101. this.btnCanle.Text = "取消";
  102. this.btnCanle.UseVisualStyleBackColor = false;
  103. //
  104. // btnOk
  105. //
  106. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  107. this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
  108. this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  109. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  110. this.btnOk.ForeColor = System.Drawing.Color.White;
  111. this.btnOk.IsCustomBackImg = false;
  112. this.btnOk.IsShowText = true;
  113. this.btnOk.Location = new System.Drawing.Point(540, 29);
  114. this.btnOk.Name = "btnOk";
  115. this.btnOk.Size = new System.Drawing.Size(87, 45);
  116. this.btnOk.TabIndex = 198;
  117. this.btnOk.Text = "确定";
  118. this.btnOk.UseVisualStyleBackColor = false;
  119. //
  120. // labelEx2
  121. //
  122. this.labelEx2.AutoSize = true;
  123. this.labelEx2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(248)))));
  124. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  125. this.labelEx2.ForeColor = System.Drawing.Color.Red;
  126. this.labelEx2.Location = new System.Drawing.Point(13, 9);
  127. this.labelEx2.Name = "labelEx2";
  128. this.labelEx2.Size = new System.Drawing.Size(308, 17);
  129. this.labelEx2.TabIndex = 197;
  130. this.labelEx2.Text = "请用半角逗号,分割多个号码,重复号码系统会自动筛选";
  131. //
  132. // FrmImportNumbers
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  137. this.ClientSize = new System.Drawing.Size(644, 361);
  138. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  139. this.ImeMode = System.Windows.Forms.ImeMode.On;
  140. this.IsUserControlsSize = false;
  141. this.MaximizeBox = false;
  142. this.Name = "FrmImportNumbers";
  143. this.Text = "导入号码";
  144. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  145. this.plExMainContainer.ResumeLayout(false);
  146. this.plFormMainContent.ResumeLayout(false);
  147. this.panelEx1.ResumeLayout(false);
  148. this.panelEx1.PerformLayout();
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private ComponentLibrary.PanelEx panelEx1;
  153. protected System.Windows.Forms.TextBox txtProd_SalesPrice;
  154. protected ComponentLibrary.ButtonEx btnCanle;
  155. protected ComponentLibrary.ButtonEx btnOk;
  156. private ComponentLibrary.LabelEx labelEx2;
  157. }
  158. }