namespace WindowsFormsApp1
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.ribbon1 = new System.Windows.Forms.Ribbon();
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
this.ribbonButton4 = new System.Windows.Forms.RibbonButton();
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
this.ribbonTab2 = new System.Windows.Forms.RibbonTab();
this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();
this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
this.ribbonButton6 = new System.Windows.Forms.RibbonButton();
this.ribbonButton7 = new System.Windows.Forms.RibbonButton();
this.ribbonPanel5 = new System.Windows.Forms.RibbonPanel();
this.SuspendLayout();
//
// ribbon1
//
this.ribbon1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.ribbon1.Location = new System.Drawing.Point(0, 0);
this.ribbon1.Minimized = false;
this.ribbon1.Name = "ribbon1";
//
//
//
this.ribbon1.OrbDropDown.BorderRoundness = 8;
this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
this.ribbon1.OrbDropDown.Name = "";
this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 447);
this.ribbon1.OrbDropDown.TabIndex = 0;
//
//
//
this.ribbon1.QuickAccessToolbar.Items.Add(this.ribbonButton1);
this.ribbon1.QuickAccessToolbar.Items.Add(this.ribbonButton2);
this.ribbon1.QuickAccessToolbar.Items.Add(this.ribbonButton5);
this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
this.ribbon1.Size = new System.Drawing.Size(800, 143);
this.ribbon1.TabIndex = 0;
this.ribbon1.Tabs.Add(this.ribbonTab1);
this.ribbon1.Tabs.Add(this.ribbonTab2);
this.ribbon1.Text = "ribbon1";
//
// ribbonButton1
//
this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
this.ribbonButton1.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.LargeImage")));
this.ribbonButton1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
this.ribbonButton1.Name = "ribbonButton1";
this.ribbonButton1.SmallImage = global::WindowsFormsApp1.Properties.Resources.关于12;
this.ribbonButton1.Text = "ribbonButton1";
//
// ribbonButton2
//
this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
this.ribbonButton2.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.LargeImage")));
this.ribbonButton2.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
this.ribbonButton2.Name = "ribbonButton2";
this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
this.ribbonButton2.Text = "ribbonButton2";
//
// ribbonTab1
//
this.ribbonTab1.Name = "ribbonTab1";
this.ribbonTab1.Panels.Add(this.ribbonPanel1);
this.ribbonTab1.Panels.Add(this.ribbonPanel2);
this.ribbonTab1.Panels.Add(this.ribbonPanel3);
this.ribbonTab1.Panels.Add(this.ribbonPanel4);
this.ribbonTab1.Panels.Add(this.ribbonPanel5);
this.ribbonTab1.Text = "ribbonTab1";
//
// ribbonPanel1
//
this.ribbonPanel1.Items.Add(this.ribbonButton3);
this.ribbonPanel1.Items.Add(this.ribbonButton4);
this.ribbonPanel1.Name = "ribbonPanel1";
this.ribbonPanel1.Text = "ribbonPanel1";
//
// ribbonButton3
//
this.ribbonButton3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.Image")));
this.ribbonButton3.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.LargeImage")));
this.ribbonButton3.Name = "ribbonButton3";
this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
//
// ribbonButton4
//
this.ribbonButton4.Image = global::WindowsFormsApp1.Properties.Resources._3D32;
this.ribbonButton4.LargeImage = global::WindowsFormsApp1.Properties.Resources._3D32;
this.ribbonButton4.Name = "ribbonButton4";
this.ribbonButton4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.SmallImage")));
//
// ribbonPanel2
//
this.ribbonPanel2.Name = "ribbonPanel2";
this.ribbonPanel2.Text = "ribbonPanel2";
//
// ribbonPanel3
//
this.ribbonPanel3.Name = "ribbonPanel3";
this.ribbonPanel3.Text = "ribbonPanel3";
//
// ribbonTab2
//
this.ribbonTab2.Name = "ribbonTab2";
this.ribbonTab2.Text = "ribbonTab2";
//
// ribbonPanel4
//
this.ribbonPanel4.Items.Add(this.ribbonButton6);
this.ribbonPanel4.Items.Add(this.ribbonButton7);
this.ribbonPanel4.Name = "ribbonPanel4";
this.ribbonPanel4.Text = "ribbonPanel4";
//
// ribbonButton5
//
this.ribbonButton5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.Image")));
this.ribbonButton5.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.LargeImage")));
this.ribbonButton5.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
this.ribbonButton5.Name = "ribbonButton5";
this.ribbonButton5.SmallImage = global::WindowsFormsApp1.Properties.Resources.关于12;
this.ribbonButton5.Text = "ribbonButton5";
//
// ribbonButton6
//
this.ribbonButton6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.Image")));
this.ribbonButton6.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.LargeImage")));
this.ribbonButton6.Name = "ribbonButton6";
this.ribbonButton6.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.SmallImage")));
//
// ribbonButton7
//
this.ribbonButton7.Image = global::WindowsFormsApp1.Properties.Resources.关于24;
this.ribbonButton7.LargeImage = global::WindowsFormsApp1.Properties.Resources.关于24;
this.ribbonButton7.Name = "ribbonButton7";
this.ribbonButton7.SmallImage = global::WindowsFormsApp1.Properties.Resources._3D32;
//
// ribbonPanel5
//
this.ribbonPanel5.Name = "ribbonPanel5";
this.ribbonPanel5.Text = "ribbonPanel5";
//
// Form1
//
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.ribbon1);
this.KeyPreview = true;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Ribbon ribbon1;
private System.Windows.Forms.RibbonButton ribbonButton1;
private System.Windows.Forms.RibbonButton ribbonButton2;
private System.Windows.Forms.RibbonTab ribbonTab1;
private System.Windows.Forms.RibbonPanel ribbonPanel1;
private System.Windows.Forms.RibbonPanel ribbonPanel2;
private System.Windows.Forms.RibbonTab ribbonTab2;
private System.Windows.Forms.RibbonPanel ribbonPanel3;
private System.Windows.Forms.RibbonButton ribbonButton3;
private System.Windows.Forms.RibbonButton ribbonButton4;
private System.Windows.Forms.RibbonButton ribbonButton5;
private System.Windows.Forms.RibbonPanel ribbonPanel4;
private System.Windows.Forms.RibbonButton ribbonButton6;
private System.Windows.Forms.RibbonButton ribbonButton7;
private System.Windows.Forms.RibbonPanel ribbonPanel5;
}
}