123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- namespace LYFZ.ComponentLibrary
- {
- partial class frmFullPhoneNumber
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFullPhoneNumber));
- this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.buttonForm1 = new LYFZ.ComponentLibrary.ButtonForm();
- this.SuspendLayout();
- //
- // buttonEx1
- //
- this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
- this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
- this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.buttonEx1.ForeColor = System.Drawing.Color.White;
- this.buttonEx1.IsCustomBackImg = false;
- this.buttonEx1.IsShowText = true;
- this.buttonEx1.Location = new System.Drawing.Point(146, 246);
- this.buttonEx1.Name = "buttonEx1";
- this.buttonEx1.Size = new System.Drawing.Size(302, 45);
- this.buttonEx1.TabIndex = 3;
- this.buttonEx1.Text = " 拨 号";
- this.buttonEx1.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx2.ForeColor = System.Drawing.Color.Red;
- this.labelEx2.Location = new System.Drawing.Point(9, 370);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(251, 20);
- this.labelEx2.TabIndex = 2;
- this.labelEx2.Text = "温馨提示:查看次数今日还剩 5 次!";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(137, 84);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(322, 52);
- this.labelEx1.TabIndex = 1;
- this.labelEx1.Text = "131 4361 6520";
- //
- // buttonForm1
- //
- this.buttonForm1.BackColor = System.Drawing.Color.Transparent;
- this.buttonForm1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonForm1.BackImg")));
- this.buttonForm1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonForm1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.buttonForm1.ForeColor = System.Drawing.Color.White;
- this.buttonForm1.IsCustomBackImg = false;
- this.buttonForm1.IsShowText = true;
- this.buttonForm1.Location = new System.Drawing.Point(506, 0);
- this.buttonForm1.Name = "buttonForm1";
- this.buttonForm1.Size = new System.Drawing.Size(95, 47);
- this.buttonForm1.TabIndex = 0;
- this.buttonForm1.Text = " 关 闭";
- this.buttonForm1.UseVisualStyleBackColor = false;
- //
- // frmFullPhoneNumber
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(600, 400);
- this.Controls.Add(this.buttonEx1);
- this.Controls.Add(this.labelEx2);
- this.Controls.Add(this.labelEx1);
- this.Controls.Add(this.buttonForm1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "frmFullPhoneNumber";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "frmFullPhoneNumber";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ButtonForm buttonForm1;
- private LabelEx labelEx1;
- private LabelEx labelEx2;
- private ButtonEx buttonEx1;
- }
- }
|