AoMModelEditor.MainForm.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.mainTabControl = new System.Windows.Forms.TabControl();
            this.meshInfoTabPage = new System.Windows.Forms.TabPage();
            this.flagsPanel = new System.Windows.Forms.Panel();
            this.brgObjectDetailsGroupBox = new System.Windows.Forms.GroupBox();
            this.brgObjectListView = new BrightIdeasSoftware.ObjectListView();
            this.genDataPanel = new System.Windows.Forms.Panel();
            this.brgObjectsGroupBox = new System.Windows.Forms.GroupBox();
            this.brgObjectsTreeListView = new BrightIdeasSoftware.TreeListView();
            this.generalDataGroupBox = new System.Windows.Forms.GroupBox();
            this.brgImportGroupBox = new System.Windows.Forms.GroupBox();
            this.brgImportCenterModelCheckBox = new System.Windows.Forms.CheckBox();
            this.brgImportAttachScaleCheckBox = new System.Windows.Forms.CheckBox();
            this.grnSettingsTabPage = new System.Windows.Forms.TabPage();
            this.grnSettingsMainPanel = new System.Windows.Forms.Panel();
            this.grnPropsGroupBox = new System.Windows.Forms.GroupBox();
            this.grnObjectListView = new BrightIdeasSoftware.ObjectListView();
            this.grnSettingsSidePanel = new System.Windows.Forms.Panel();
            this.grnObjectsGroupBox = new System.Windows.Forms.GroupBox();
            this.grnObjectsTreeListView = new BrightIdeasSoftware.TreeListView();
            this.grnSettingsGroupBox = new System.Windows.Forms.GroupBox();
            this.grnExportGroupBox = new System.Windows.Forms.GroupBox();
            this.grnExportAnimCheckBox = new System.Windows.Forms.CheckBox();
            this.grnExportModelCheckBox = new System.Windows.Forms.CheckBox();
            this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.maxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.readMeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.beginnersGuideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.brgSettingsInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sourceCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
            this.mainStatusStrip = new System.Windows.Forms.StatusStrip();
            this.vertsToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.vertsValueToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.facesToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.facesValueToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.meshesToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.meshesValueToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.matsToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.matsValueToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.animLengthToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.animLengthValueToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.mainTabControl.SuspendLayout();
            this.meshInfoTabPage.SuspendLayout();
            this.flagsPanel.SuspendLayout();
            this.brgObjectDetailsGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.brgObjectListView)).BeginInit();
            this.genDataPanel.SuspendLayout();
            this.brgObjectsGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.brgObjectsTreeListView)).BeginInit();
            this.generalDataGroupBox.SuspendLayout();
            this.brgImportGroupBox.SuspendLayout();
            this.grnSettingsTabPage.SuspendLayout();
            this.grnSettingsMainPanel.SuspendLayout();
            this.grnPropsGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grnObjectListView)).BeginInit();
            this.grnSettingsSidePanel.SuspendLayout();
            this.grnObjectsGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grnObjectsTreeListView)).BeginInit();
            this.grnSettingsGroupBox.SuspendLayout();
            this.grnExportGroupBox.SuspendLayout();
            this.mainMenuStrip.SuspendLayout();
            this.mainStatusStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.AddExtension = false;
            this.saveFileDialog.Filter = "brg files|*.brg|grn files|*.grn|Collada files|*.dae";
            // 
            // mainTabControl
            // 
            this.mainTabControl.Controls.Add(this.meshInfoTabPage);
            this.mainTabControl.Controls.Add(this.grnSettingsTabPage);
            this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainTabControl.Location = new System.Drawing.Point(0, 46);
            this.mainTabControl.Name = "mainTabControl";
            this.mainTabControl.SelectedIndex = 0;
            this.mainTabControl.Size = new System.Drawing.Size(784, 516);
            this.mainTabControl.TabIndex = 3;
            this.mainTabControl.SelectedIndexChanged += new System.EventHandler(this.mainTabControl_SelectedIndexChanged);
            // 
            // meshInfoTabPage
            // 
            this.meshInfoTabPage.Controls.Add(this.flagsPanel);
            this.meshInfoTabPage.Controls.Add(this.genDataPanel);
            this.meshInfoTabPage.Location = new System.Drawing.Point(4, 22);
            this.meshInfoTabPage.Name = "meshInfoTabPage";
            this.meshInfoTabPage.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.meshInfoTabPage.Size = new System.Drawing.Size(776, 490);
            this.meshInfoTabPage.TabIndex = 0;
            this.meshInfoTabPage.Text = "Brg Settings";
            this.meshInfoTabPage.UseVisualStyleBackColor = true;
            // 
            // flagsPanel
            // 
            this.flagsPanel.Controls.Add(this.brgObjectDetailsGroupBox);
            this.flagsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flagsPanel.Location = new System.Drawing.Point(200, 3);
            this.flagsPanel.Name = "flagsPanel";
            this.flagsPanel.Size = new System.Drawing.Size(573, 484);
            this.flagsPanel.TabIndex = 1;
            // 
            // brgObjectDetailsGroupBox
            // 
            this.brgObjectDetailsGroupBox.Controls.Add(this.brgObjectListView);
            this.brgObjectDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.brgObjectDetailsGroupBox.Location = new System.Drawing.Point(0, 0);
            this.brgObjectDetailsGroupBox.Name = "brgObjectDetailsGroupBox";
            this.brgObjectDetailsGroupBox.Size = new System.Drawing.Size(573, 484);
            this.brgObjectDetailsGroupBox.TabIndex = 0;
            this.brgObjectDetailsGroupBox.TabStop = false;
            this.brgObjectDetailsGroupBox.Text = "Object Details";
            // 
            // brgObjectListView
            // 
            this.brgObjectListView.CellEditUseWholeCell = false;
            this.brgObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
            this.brgObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.brgObjectListView.HighlightBackgroundColor = System.Drawing.Color.Empty;
            this.brgObjectListView.HighlightForegroundColor = System.Drawing.Color.Empty;
            this.brgObjectListView.Location = new System.Drawing.Point(3, 16);
            this.brgObjectListView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.brgObjectListView.Name = "brgObjectListView";
            this.brgObjectListView.Size = new System.Drawing.Size(567, 465);
            this.brgObjectListView.TabIndex = 1;
            this.brgObjectListView.UseCompatibleStateImageBehavior = false;
            this.brgObjectListView.View = System.Windows.Forms.View.Details;
            // 
            // genDataPanel
            // 
            this.genDataPanel.Controls.Add(this.brgObjectsGroupBox);
            this.genDataPanel.Controls.Add(this.generalDataGroupBox);
            this.genDataPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.genDataPanel.Location = new System.Drawing.Point(3, 3);
            this.genDataPanel.Name = "genDataPanel";
            this.genDataPanel.Size = new System.Drawing.Size(197, 484);
            this.genDataPanel.TabIndex = 2;
            // 
            // brgObjectsGroupBox
            // 
            this.brgObjectsGroupBox.Controls.Add(this.brgObjectsTreeListView);
            this.brgObjectsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.brgObjectsGroupBox.Location = new System.Drawing.Point(0, 90);
            this.brgObjectsGroupBox.Name = "brgObjectsGroupBox";
            this.brgObjectsGroupBox.Size = new System.Drawing.Size(197, 394);
            this.brgObjectsGroupBox.TabIndex = 1;
            this.brgObjectsGroupBox.TabStop = false;
            this.brgObjectsGroupBox.Text = "Objects";
            // 
            // brgObjectsTreeListView
            // 
            this.brgObjectsTreeListView.CellEditUseWholeCell = false;
            this.brgObjectsTreeListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.brgObjectsTreeListView.HighlightBackgroundColor = System.Drawing.Color.Empty;
            this.brgObjectsTreeListView.HighlightForegroundColor = System.Drawing.Color.Empty;
            this.brgObjectsTreeListView.Location = new System.Drawing.Point(3, 16);
            this.brgObjectsTreeListView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.brgObjectsTreeListView.Name = "brgObjectsTreeListView";
            this.brgObjectsTreeListView.ShowGroups = false;
            this.brgObjectsTreeListView.Size = new System.Drawing.Size(191, 375);
            this.brgObjectsTreeListView.TabIndex = 0;
            this.brgObjectsTreeListView.UseCompatibleStateImageBehavior = false;
            this.brgObjectsTreeListView.View = System.Windows.Forms.View.Details;
            this.brgObjectsTreeListView.VirtualMode = true;
            this.brgObjectsTreeListView.SelectionChanged += new System.EventHandler(this.brgObjectsTreeListView_SelectionChanged);
            // 
            // generalDataGroupBox
            // 
            this.generalDataGroupBox.Controls.Add(this.brgImportGroupBox);
            this.generalDataGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.generalDataGroupBox.Location = new System.Drawing.Point(0, 0);
            this.generalDataGroupBox.Name = "generalDataGroupBox";
            this.generalDataGroupBox.Size = new System.Drawing.Size(197, 90);
            this.generalDataGroupBox.TabIndex = 0;
            this.generalDataGroupBox.TabStop = false;
            this.generalDataGroupBox.Text = "Settings";
            // 
            // brgImportGroupBox
            // 
            this.brgImportGroupBox.Controls.Add(this.brgImportCenterModelCheckBox);
            this.brgImportGroupBox.Controls.Add(this.brgImportAttachScaleCheckBox);
            this.brgImportGroupBox.Location = new System.Drawing.Point(3, 17);
            this.brgImportGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.brgImportGroupBox.Name = "brgImportGroupBox";
            this.brgImportGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.brgImportGroupBox.Size = new System.Drawing.Size(191, 56);
            this.brgImportGroupBox.TabIndex = 19;
            this.brgImportGroupBox.TabStop = false;
            this.brgImportGroupBox.Text = "Import";
            // 
            // brgImportCenterModelCheckBox
            // 
            this.brgImportCenterModelCheckBox.AutoSize = true;
            this.brgImportCenterModelCheckBox.Location = new System.Drawing.Point(4, 36);
            this.brgImportCenterModelCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.brgImportCenterModelCheckBox.Name = "brgImportCenterModelCheckBox";
            this.brgImportCenterModelCheckBox.Size = new System.Drawing.Size(101, 17);
            this.brgImportCenterModelCheckBox.TabIndex = 1;
            this.brgImportCenterModelCheckBox.Text = "Model at Center";
            // 
            // brgImportAttachScaleCheckBox
            // 
            this.brgImportAttachScaleCheckBox.AutoSize = true;
            this.brgImportAttachScaleCheckBox.Location = new System.Drawing.Point(4, 16);
            this.brgImportAttachScaleCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.brgImportAttachScaleCheckBox.Name = "brgImportAttachScaleCheckBox";
            this.brgImportAttachScaleCheckBox.Size = new System.Drawing.Size(149, 17);
            this.brgImportAttachScaleCheckBox.TabIndex = 0;
            this.brgImportAttachScaleCheckBox.Text = "Uniform Attachpoint Scale";
            // 
            // grnSettingsTabPage
            // 
            this.grnSettingsTabPage.Controls.Add(this.grnSettingsMainPanel);
            this.grnSettingsTabPage.Controls.Add(this.grnSettingsSidePanel);
            this.grnSettingsTabPage.Location = new System.Drawing.Point(4, 22);
            this.grnSettingsTabPage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnSettingsTabPage.Name = "grnSettingsTabPage";
            this.grnSettingsTabPage.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnSettingsTabPage.Size = new System.Drawing.Size(776, 490);
            this.grnSettingsTabPage.TabIndex = 2;
            this.grnSettingsTabPage.Text = "Grn Settings";
            this.grnSettingsTabPage.UseVisualStyleBackColor = true;
            // 
            // grnSettingsMainPanel
            // 
            this.grnSettingsMainPanel.Controls.Add(this.grnPropsGroupBox);
            this.grnSettingsMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grnSettingsMainPanel.Location = new System.Drawing.Point(199, 2);
            this.grnSettingsMainPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnSettingsMainPanel.Name = "grnSettingsMainPanel";
            this.grnSettingsMainPanel.Size = new System.Drawing.Size(575, 486);
            this.grnSettingsMainPanel.TabIndex = 2;
            // 
            // grnPropsGroupBox
            // 
            this.grnPropsGroupBox.Controls.Add(this.grnObjectListView);
            this.grnPropsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grnPropsGroupBox.Location = new System.Drawing.Point(0, 0);
            this.grnPropsGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnPropsGroupBox.Name = "grnPropsGroupBox";
            this.grnPropsGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnPropsGroupBox.Size = new System.Drawing.Size(575, 486);
            this.grnPropsGroupBox.TabIndex = 1;
            this.grnPropsGroupBox.TabStop = false;
            this.grnPropsGroupBox.Text = "Object Details";
            // 
            // grnObjectListView
            // 
            this.grnObjectListView.CellEditUseWholeCell = false;
            this.grnObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
            this.grnObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grnObjectListView.HighlightBackgroundColor = System.Drawing.Color.Empty;
            this.grnObjectListView.HighlightForegroundColor = System.Drawing.Color.Empty;
            this.grnObjectListView.Location = new System.Drawing.Point(2, 15);
            this.grnObjectListView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnObjectListView.Name = "grnObjectListView";
            this.grnObjectListView.Size = new System.Drawing.Size(571, 469);
            this.grnObjectListView.TabIndex = 0;
            this.grnObjectListView.UseCompatibleStateImageBehavior = false;
            this.grnObjectListView.View = System.Windows.Forms.View.Details;
            // 
            // grnSettingsSidePanel
            // 
            this.grnSettingsSidePanel.Controls.Add(this.grnObjectsGroupBox);
            this.grnSettingsSidePanel.Controls.Add(this.grnSettingsGroupBox);
            this.grnSettingsSidePanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.grnSettingsSidePanel.Location = new System.Drawing.Point(2, 2);
            this.grnSettingsSidePanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnSettingsSidePanel.Name = "grnSettingsSidePanel";
            this.grnSettingsSidePanel.Size = new System.Drawing.Size(197, 486);
            this.grnSettingsSidePanel.TabIndex = 1;
            // 
            // grnObjectsGroupBox
            // 
            this.grnObjectsGroupBox.Controls.Add(this.grnObjectsTreeListView);
            this.grnObjectsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grnObjectsGroupBox.Location = new System.Drawing.Point(0, 69);
            this.grnObjectsGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnObjectsGroupBox.Name = "grnObjectsGroupBox";
            this.grnObjectsGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnObjectsGroupBox.Size = new System.Drawing.Size(197, 417);
            this.grnObjectsGroupBox.TabIndex = 1;
            this.grnObjectsGroupBox.TabStop = false;
            this.grnObjectsGroupBox.Text = "Objects";
            // 
            // grnObjectsTreeListView
            // 
            this.grnObjectsTreeListView.CellEditUseWholeCell = false;
            this.grnObjectsTreeListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grnObjectsTreeListView.HighlightBackgroundColor = System.Drawing.Color.Empty;
            this.grnObjectsTreeListView.HighlightForegroundColor = System.Drawing.Color.Empty;
            this.grnObjectsTreeListView.Location = new System.Drawing.Point(2, 15);
            this.grnObjectsTreeListView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnObjectsTreeListView.Name = "grnObjectsTreeListView";
            this.grnObjectsTreeListView.ShowGroups = false;
            this.grnObjectsTreeListView.Size = new System.Drawing.Size(193, 400);
            this.grnObjectsTreeListView.TabIndex = 0;
            this.grnObjectsTreeListView.UseCompatibleStateImageBehavior = false;
            this.grnObjectsTreeListView.View = System.Windows.Forms.View.Details;
            this.grnObjectsTreeListView.VirtualMode = true;
            // 
            // grnSettingsGroupBox
            // 
            this.grnSettingsGroupBox.Controls.Add(this.grnExportGroupBox);
            this.grnSettingsGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.grnSettingsGroupBox.Location = new System.Drawing.Point(0, 0);
            this.grnSettingsGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnSettingsGroupBox.Name = "grnSettingsGroupBox";
            this.grnSettingsGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnSettingsGroupBox.Size = new System.Drawing.Size(197, 69);
            this.grnSettingsGroupBox.TabIndex = 0;
            this.grnSettingsGroupBox.TabStop = false;
            this.grnSettingsGroupBox.Text = "Settings";
            // 
            // grnExportGroupBox
            // 
            this.grnExportGroupBox.Controls.Add(this.grnExportAnimCheckBox);
            this.grnExportGroupBox.Controls.Add(this.grnExportModelCheckBox);
            this.grnExportGroupBox.Location = new System.Drawing.Point(4, 15);
            this.grnExportGroupBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnExportGroupBox.Name = "grnExportGroupBox";
            this.grnExportGroupBox.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnExportGroupBox.Size = new System.Drawing.Size(189, 38);
            this.grnExportGroupBox.TabIndex = 0;
            this.grnExportGroupBox.TabStop = false;
            this.grnExportGroupBox.Text = "Export";
            // 
            // grnExportAnimCheckBox
            // 
            this.grnExportAnimCheckBox.AutoSize = true;
            this.grnExportAnimCheckBox.Location = new System.Drawing.Point(60, 16);
            this.grnExportAnimCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnExportAnimCheckBox.Name = "grnExportAnimCheckBox";
            this.grnExportAnimCheckBox.Size = new System.Drawing.Size(72, 17);
            this.grnExportAnimCheckBox.TabIndex = 1;
            this.grnExportAnimCheckBox.Text = "Animation";
            this.grnExportAnimCheckBox.UseVisualStyleBackColor = true;
            // 
            // grnExportModelCheckBox
            // 
            this.grnExportModelCheckBox.AutoSize = true;
            this.grnExportModelCheckBox.Location = new System.Drawing.Point(4, 16);
            this.grnExportModelCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grnExportModelCheckBox.Name = "grnExportModelCheckBox";
            this.grnExportModelCheckBox.Size = new System.Drawing.Size(55, 17);
            this.grnExportModelCheckBox.TabIndex = 0;
            this.grnExportModelCheckBox.Text = "Model";
            this.grnExportModelCheckBox.UseVisualStyleBackColor = true;
            // 
            // mainMenuStrip
            // 
            this.mainMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.maxToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.mainMenuStrip.Name = "mainMenuStrip";
            this.mainMenuStrip.Size = new System.Drawing.Size(784, 24);
            this.mainMenuStrip.TabIndex = 2;
            this.mainMenuStrip.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.newToolStripMenuItem.Text = "New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.openToolStripMenuItem.Text = "Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // maxToolStripMenuItem
            // 
            this.maxToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.importToolStripMenuItem,
            this.exportToolStripMenuItem});
            this.maxToolStripMenuItem.Name = "maxToolStripMenuItem";
            this.maxToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.maxToolStripMenuItem.Text = "Collada";
            // 
            // importToolStripMenuItem
            // 
            this.importToolStripMenuItem.Name = "importToolStripMenuItem";
            this.importToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.importToolStripMenuItem.Text = "Import";
            this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
            // 
            // exportToolStripMenuItem
            // 
            this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
            this.exportToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.exportToolStripMenuItem.Text = "Export";
            this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.readMeToolStripMenuItem,
            this.beginnersGuideToolStripMenuItem,
            this.brgSettingsInfoToolStripMenuItem,
            this.sourceCodeToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // readMeToolStripMenuItem
            // 
            this.readMeToolStripMenuItem.Name = "readMeToolStripMenuItem";
            this.readMeToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
            this.readMeToolStripMenuItem.Text = "ReadMe";
            this.readMeToolStripMenuItem.Click += new System.EventHandler(this.readMeToolStripMenuItem_Click);
            // 
            // beginnersGuideToolStripMenuItem
            // 
            this.beginnersGuideToolStripMenuItem.Name = "beginnersGuideToolStripMenuItem";
            this.beginnersGuideToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
            this.beginnersGuideToolStripMenuItem.Text = "Beginner\'s Guide";
            this.beginnersGuideToolStripMenuItem.Click += new System.EventHandler(this.beginnersGuideToolStripMenuItem_Click);
            // 
            // brgSettingsInfoToolStripMenuItem
            // 
            this.brgSettingsInfoToolStripMenuItem.Name = "brgSettingsInfoToolStripMenuItem";
            this.brgSettingsInfoToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
            this.brgSettingsInfoToolStripMenuItem.Text = "Brg Settings Info";
            this.brgSettingsInfoToolStripMenuItem.Click += new System.EventHandler(this.brgSettingsInfoToolStripMenuItem_Click);
            // 
            // sourceCodeToolStripMenuItem
            // 
            this.sourceCodeToolStripMenuItem.Name = "sourceCodeToolStripMenuItem";
            this.sourceCodeToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
            this.sourceCodeToolStripMenuItem.Text = "Source Code";
            this.sourceCodeToolStripMenuItem.Click += new System.EventHandler(this.sourceCodeToolStripMenuItem_Click);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Filter = "brg files|*.brg|grn files|*.grn|Collada files|*.dae";
            // 
            // mainStatusStrip
            // 
            this.mainStatusStrip.Dock = System.Windows.Forms.DockStyle.Top;
            this.mainStatusStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.mainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.vertsToolStripStatusLabel,
            this.vertsValueToolStripStatusLabel,
            this.facesToolStripStatusLabel,
            this.facesValueToolStripStatusLabel,
            this.meshesToolStripStatusLabel,
            this.meshesValueToolStripStatusLabel,
            this.matsToolStripStatusLabel,
            this.matsValueToolStripStatusLabel,
            this.animLengthToolStripStatusLabel,
            this.animLengthValueToolStripStatusLabel});
            this.mainStatusStrip.Location = new System.Drawing.Point(0, 24);
            this.mainStatusStrip.Name = "mainStatusStrip";
            this.mainStatusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
            this.mainStatusStrip.Size = new System.Drawing.Size(784, 22);
            this.mainStatusStrip.SizingGrip = false;
            this.mainStatusStrip.TabIndex = 4;
            this.mainStatusStrip.Text = "mainStatusStrip";
            // 
            // vertsToolStripStatusLabel
            // 
            this.vertsToolStripStatusLabel.Name = "vertsToolStripStatusLabel";
            this.vertsToolStripStatusLabel.Size = new System.Drawing.Size(35, 17);
            this.vertsToolStripStatusLabel.Text = "Verts:";
            // 
            // vertsValueToolStripStatusLabel
            // 
            this.vertsValueToolStripStatusLabel.Name = "vertsValueToolStripStatusLabel";
            this.vertsValueToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
            this.vertsValueToolStripStatusLabel.Text = "0";
            // 
            // facesToolStripStatusLabel
            // 
            this.facesToolStripStatusLabel.Name = "facesToolStripStatusLabel";
            this.facesToolStripStatusLabel.Size = new System.Drawing.Size(39, 17);
            this.facesToolStripStatusLabel.Text = "Faces:";
            // 
            // facesValueToolStripStatusLabel
            // 
            this.facesValueToolStripStatusLabel.Name = "facesValueToolStripStatusLabel";
            this.facesValueToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
            this.facesValueToolStripStatusLabel.Text = "0";
            // 
            // meshesToolStripStatusLabel
            // 
            this.meshesToolStripStatusLabel.Name = "meshesToolStripStatusLabel";
            this.meshesToolStripStatusLabel.Size = new System.Drawing.Size(50, 17);
            this.meshesToolStripStatusLabel.Text = "Meshes:";
            // 
            // meshesValueToolStripStatusLabel
            // 
            this.meshesValueToolStripStatusLabel.Name = "meshesValueToolStripStatusLabel";
            this.meshesValueToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
            this.meshesValueToolStripStatusLabel.Text = "0";
            // 
            // matsToolStripStatusLabel
            // 
            this.matsToolStripStatusLabel.Name = "matsToolStripStatusLabel";
            this.matsToolStripStatusLabel.Size = new System.Drawing.Size(36, 17);
            this.matsToolStripStatusLabel.Text = "Mats:";
            // 
            // matsValueToolStripStatusLabel
            // 
            this.matsValueToolStripStatusLabel.Name = "matsValueToolStripStatusLabel";
            this.matsValueToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
            this.matsValueToolStripStatusLabel.Text = "0";
            // 
            // animLengthToolStripStatusLabel
            // 
            this.animLengthToolStripStatusLabel.Name = "animLengthToolStripStatusLabel";
            this.animLengthToolStripStatusLabel.Size = new System.Drawing.Size(106, 17);
            this.animLengthToolStripStatusLabel.Text = "Animation Length:";
            // 
            // animLengthValueToolStripStatusLabel
            // 
            this.animLengthValueToolStripStatusLabel.Name = "animLengthValueToolStripStatusLabel";
            this.animLengthValueToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
            this.animLengthValueToolStripStatusLabel.Text = "0";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(this.mainTabControl);
            this.Controls.Add(this.mainStatusStrip);
            this.Controls.Add(this.mainMenuStrip);
            this.Name = "MainForm";
            this.Text = "AoM Model Editor";
            this.mainTabControl.ResumeLayout(false);
            this.meshInfoTabPage.ResumeLayout(false);
            this.flagsPanel.ResumeLayout(false);
            this.brgObjectDetailsGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.brgObjectListView)).EndInit();
            this.genDataPanel.ResumeLayout(false);
            this.brgObjectsGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.brgObjectsTreeListView)).EndInit();
            this.generalDataGroupBox.ResumeLayout(false);
            this.brgImportGroupBox.ResumeLayout(false);
            this.brgImportGroupBox.PerformLayout();
            this.grnSettingsTabPage.ResumeLayout(false);
            this.grnSettingsMainPanel.ResumeLayout(false);
            this.grnPropsGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grnObjectListView)).EndInit();
            this.grnSettingsSidePanel.ResumeLayout(false);
            this.grnObjectsGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grnObjectsTreeListView)).EndInit();
            this.grnSettingsGroupBox.ResumeLayout(false);
            this.grnExportGroupBox.ResumeLayout(false);
            this.grnExportGroupBox.PerformLayout();
            this.mainMenuStrip.ResumeLayout(false);
            this.mainMenuStrip.PerformLayout();
            this.mainStatusStrip.ResumeLayout(false);
            this.mainStatusStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }