frmFullPhoneNumber.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class frmFullPhoneNumber
  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(frmFullPhoneNumber));
  29. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.buttonForm1 = new LYFZ.ComponentLibrary.ButtonForm();
  33. this.SuspendLayout();
  34. //
  35. // buttonEx1
  36. //
  37. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  38. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  39. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  40. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  41. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  42. this.buttonEx1.IsCustomBackImg = false;
  43. this.buttonEx1.IsShowText = true;
  44. this.buttonEx1.Location = new System.Drawing.Point(146, 246);
  45. this.buttonEx1.Name = "buttonEx1";
  46. this.buttonEx1.Size = new System.Drawing.Size(302, 45);
  47. this.buttonEx1.TabIndex = 3;
  48. this.buttonEx1.Text = " 拨 号";
  49. this.buttonEx1.UseVisualStyleBackColor = false;
  50. //
  51. // labelEx2
  52. //
  53. this.labelEx2.AutoSize = true;
  54. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  55. this.labelEx2.ForeColor = System.Drawing.Color.Red;
  56. this.labelEx2.Location = new System.Drawing.Point(9, 370);
  57. this.labelEx2.Name = "labelEx2";
  58. this.labelEx2.Size = new System.Drawing.Size(251, 20);
  59. this.labelEx2.TabIndex = 2;
  60. this.labelEx2.Text = "温馨提示:查看次数今日还剩 5 次!";
  61. //
  62. // labelEx1
  63. //
  64. this.labelEx1.AutoSize = true;
  65. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  66. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  67. this.labelEx1.Location = new System.Drawing.Point(137, 84);
  68. this.labelEx1.Name = "labelEx1";
  69. this.labelEx1.Size = new System.Drawing.Size(322, 52);
  70. this.labelEx1.TabIndex = 1;
  71. this.labelEx1.Text = "131 4361 6520";
  72. //
  73. // buttonForm1
  74. //
  75. this.buttonForm1.BackColor = System.Drawing.Color.Transparent;
  76. this.buttonForm1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonForm1.BackImg")));
  77. this.buttonForm1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  78. this.buttonForm1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  79. this.buttonForm1.ForeColor = System.Drawing.Color.White;
  80. this.buttonForm1.IsCustomBackImg = false;
  81. this.buttonForm1.IsShowText = true;
  82. this.buttonForm1.Location = new System.Drawing.Point(506, 0);
  83. this.buttonForm1.Name = "buttonForm1";
  84. this.buttonForm1.Size = new System.Drawing.Size(95, 47);
  85. this.buttonForm1.TabIndex = 0;
  86. this.buttonForm1.Text = " 关 闭";
  87. this.buttonForm1.UseVisualStyleBackColor = false;
  88. //
  89. // frmFullPhoneNumber
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(600, 400);
  94. this.Controls.Add(this.buttonEx1);
  95. this.Controls.Add(this.labelEx2);
  96. this.Controls.Add(this.labelEx1);
  97. this.Controls.Add(this.buttonForm1);
  98. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  99. this.Name = "frmFullPhoneNumber";
  100. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  101. this.Text = "frmFullPhoneNumber";
  102. this.ResumeLayout(false);
  103. this.PerformLayout();
  104. }
  105. #endregion
  106. private ButtonForm buttonForm1;
  107. private LabelEx labelEx1;
  108. private LabelEx labelEx2;
  109. private ButtonEx buttonEx1;
  110. }
  111. }