namespace MineServerManager { partial class FormVPNSet { /// /// 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() { 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; } }