update
This commit is contained in:
91
MainForm.Designer.cs
generated
Normal file
91
MainForm.Designer.cs
generated
Normal file
@@ -0,0 +1,91 @@
|
||||
|
||||
namespace RailCrossingDataManager {
|
||||
partial class MainForm {
|
||||
/// <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.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
||||
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
||||
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
||||
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ribbon
|
||||
//
|
||||
this.ribbon.ExpandCollapseItem.Id = 0;
|
||||
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
||||
this.ribbon.ExpandCollapseItem,
|
||||
this.ribbon.SearchEditItem});
|
||||
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
||||
this.ribbon.MaxItemId = 1;
|
||||
this.ribbon.Name = "ribbon";
|
||||
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
||||
this.ribbonPage1});
|
||||
this.ribbon.Size = new System.Drawing.Size(744, 158);
|
||||
this.ribbon.StatusBar = this.ribbonStatusBar;
|
||||
//
|
||||
// ribbonPage1
|
||||
//
|
||||
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
||||
this.ribbonPageGroup1});
|
||||
this.ribbonPage1.Name = "ribbonPage1";
|
||||
this.ribbonPage1.Text = "Home";
|
||||
//
|
||||
// ribbonPageGroup1
|
||||
//
|
||||
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
||||
this.ribbonPageGroup1.Text = "ribbonPageGroup1";
|
||||
//
|
||||
// ribbonStatusBar
|
||||
//
|
||||
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 413);
|
||||
this.ribbonStatusBar.Name = "ribbonStatusBar";
|
||||
this.ribbonStatusBar.Ribbon = this.ribbon;
|
||||
this.ribbonStatusBar.Size = new System.Drawing.Size(744, 24);
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(744, 437);
|
||||
this.Controls.Add(this.ribbonStatusBar);
|
||||
this.Controls.Add(this.ribbon);
|
||||
this.Name = "MainForm";
|
||||
this.Ribbon = this.ribbon;
|
||||
this.StatusBar = this.ribbonStatusBar;
|
||||
this.Text = "Rail Crossing Data Manager";
|
||||
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
||||
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
||||
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
||||
private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user