基线 SVN r240
SVN-Revision: r240
This commit is contained in:
Generated
+99
@@ -0,0 +1,99 @@
|
||||
|
||||
namespace Lskj.Main4
|
||||
{
|
||||
partial class FrmVerify
|
||||
{
|
||||
/// <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(FrmVerify));
|
||||
this.mainGroup = new System.Windows.Forms.GroupBox();
|
||||
this.OkBtn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.CancelBtn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.messageBox = new System.Windows.Forms.Label();
|
||||
this.mainGroup.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainGroup
|
||||
//
|
||||
this.mainGroup.Controls.Add(this.messageBox);
|
||||
this.mainGroup.Location = new System.Drawing.Point(12, 12);
|
||||
this.mainGroup.Name = "mainGroup";
|
||||
this.mainGroup.Size = new System.Drawing.Size(365, 160);
|
||||
this.mainGroup.TabIndex = 0;
|
||||
this.mainGroup.TabStop = false;
|
||||
//
|
||||
// OkBtn
|
||||
//
|
||||
this.OkBtn.Location = new System.Drawing.Point(54, 196);
|
||||
this.OkBtn.Name = "OkBtn";
|
||||
this.OkBtn.Size = new System.Drawing.Size(90, 34);
|
||||
this.OkBtn.TabIndex = 1;
|
||||
this.OkBtn.Text = "重试";
|
||||
//
|
||||
// CancelBtn
|
||||
//
|
||||
this.CancelBtn.Location = new System.Drawing.Point(243, 196);
|
||||
this.CancelBtn.Name = "CancelBtn";
|
||||
this.CancelBtn.Size = new System.Drawing.Size(90, 34);
|
||||
this.CancelBtn.TabIndex = 2;
|
||||
this.CancelBtn.Text = "退出";
|
||||
//
|
||||
// messageBox
|
||||
//
|
||||
this.messageBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.messageBox.Location = new System.Drawing.Point(3, 22);
|
||||
this.messageBox.Name = "messageBox";
|
||||
this.messageBox.Size = new System.Drawing.Size(359, 135);
|
||||
this.messageBox.TabIndex = 0;
|
||||
//
|
||||
// FrmVerify
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(389, 245);
|
||||
this.Controls.Add(this.CancelBtn);
|
||||
this.Controls.Add(this.OkBtn);
|
||||
this.Controls.Add(this.mainGroup);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmVerify";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "加密验证";
|
||||
this.mainGroup.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.GroupBox mainGroup;
|
||||
private DevExpress.XtraEditors.SimpleButton OkBtn;
|
||||
private DevExpress.XtraEditors.SimpleButton CancelBtn;
|
||||
private System.Windows.Forms.Label messageBox;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user