namespace LB_SmartVision { partial class Form1 { /// /// 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() { materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl(); tabPage1 = new TabPage(); tabPage2 = new TabPage(); materialTabControl1.SuspendLayout(); SuspendLayout(); // // materialTabControl1 // materialTabControl1.Controls.Add(tabPage1); materialTabControl1.Controls.Add(tabPage2); materialTabControl1.Depth = 0; materialTabControl1.Dock = DockStyle.Fill; materialTabControl1.Font = new Font("Microsoft YaHei UI", 12F); materialTabControl1.Location = new Point(0, 0); materialTabControl1.MouseState = MaterialSkin.MouseState.HOVER; materialTabControl1.Name = "materialTabControl1"; materialTabControl1.SelectedIndex = 0; materialTabControl1.Size = new Size(800, 450); materialTabControl1.TabIndex = 0; // // tabPage1 // tabPage1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Pixel); tabPage1.Location = new Point(4, 30); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(792, 416); tabPage1.TabIndex = 0; tabPage1.Text = "tabPage1"; tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // tabPage2.Location = new Point(4, 30); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(792, 416); tabPage2.TabIndex = 1; tabPage2.Text = "tabPage2"; tabPage2.UseVisualStyleBackColor = true; // // Form1 // AutoScaleDimensions = new SizeF(96F, 96F); AutoScaleMode = AutoScaleMode.Dpi; ClientSize = new Size(800, 450); Controls.Add(materialTabControl1); Name = "Form1"; Text = "Form1"; materialTabControl1.ResumeLayout(false); ResumeLayout(false); } #endregion private MaterialSkin.Controls.MaterialTabControl materialTabControl1; private TabPage tabPage1; private TabPage tabPage2; } }