namespace Lskj.Main4
{
partial class FrmVerify
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}