You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ServerManager/FormVPNSet.Designer.cs

63 lines
2.4 KiB
C#


namespace MineServerManager
{
partial class FormVPNSet
{
/// <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.windowsUIButtonPanel1 = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
this.SuspendLayout();
//
// windowsUIButtonPanel1
//
this.windowsUIButtonPanel1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
new DevExpress.XtraBars.Docking2010.WindowsUIButton(),
new DevExpress.XtraBars.Docking2010.WindowsUIButton()});
this.windowsUIButtonPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.windowsUIButtonPanel1.Location = new System.Drawing.Point(0, 0);
this.windowsUIButtonPanel1.Name = "windowsUIButtonPanel1";
this.windowsUIButtonPanel1.Size = new System.Drawing.Size(800, 112);
this.windowsUIButtonPanel1.TabIndex = 0;
this.windowsUIButtonPanel1.Click += new System.EventHandler(this.windowsUIButtonPanel1_Click);
//
// FormVPNSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.windowsUIButtonPanel1);
this.Name = "FormVPNSet";
this.Text = "FormVPNSet";
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel windowsUIButtonPanel1;
}
}