Files
lserp_cs_6.0/插件库/Lskj.PubInvoiceOut/FrmSendCode.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

107 lines
4.5 KiB
C#

namespace Lskj.PubInvoiceOut
{
partial class FrmSendCode
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.okBtn = new System.Windows.Forms.Button();
this.sendBtn = new System.Windows.Forms.Button();
this.codeText = new System.Windows.Forms.TextBox();
this.codeLabel = new System.Windows.Forms.Label();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// okBtn
//
this.okBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.okBtn.Location = new System.Drawing.Point(218, 41);
this.okBtn.Name = "okBtn";
this.okBtn.Size = new System.Drawing.Size(95, 26);
this.okBtn.TabIndex = 9;
this.okBtn.Text = "确定";
this.okBtn.UseVisualStyleBackColor = true;
//
// sendBtn
//
this.sendBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sendBtn.Location = new System.Drawing.Point(218, 9);
this.sendBtn.Name = "sendBtn";
this.sendBtn.Size = new System.Drawing.Size(95, 26);
this.sendBtn.TabIndex = 7;
this.sendBtn.Text = "发送";
this.sendBtn.UseVisualStyleBackColor = true;
//
// codeText
//
this.codeText.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.codeText.Location = new System.Drawing.Point(82, 9);
this.codeText.Name = "codeText";
this.codeText.Size = new System.Drawing.Size(130, 26);
this.codeText.TabIndex = 6;
//
// codeLabel
//
this.codeLabel.AutoSize = true;
this.codeLabel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.codeLabel.Location = new System.Drawing.Point(11, 12);
this.codeLabel.Name = "codeLabel";
this.codeLabel.Size = new System.Drawing.Size(65, 20);
this.codeLabel.TabIndex = 5;
this.codeLabel.Text = "验证码:";
//
// FrmSendCode
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(325, 75);
this.Controls.Add(this.okBtn);
this.Controls.Add(this.sendBtn);
this.Controls.Add(this.codeText);
this.Controls.Add(this.codeLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSendCode";
this.Text = "验证码";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button okBtn;
private System.Windows.Forms.Button sendBtn;
private System.Windows.Forms.TextBox codeText;
private System.Windows.Forms.Label codeLabel;
private System.Windows.Forms.ToolTip toolTip;
}
}