namespace CodeWalker.Forms { partial class ModelForm { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelForm)); this.StatsUpdateTimer = new System.Windows.Forms.Timer(this.components); this.StatusStrip = new System.Windows.Forms.StatusStrip(); this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.MousedLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.StatsLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.ConsolePanel = new System.Windows.Forms.Panel(); this.ConsoleTextBox = new CodeWalker.WinForms.TextBoxFix(); this.ToolsPanel = new System.Windows.Forms.Panel(); this.MainToolbarPanel = new System.Windows.Forms.Panel(); this.MainToolbar = new System.Windows.Forms.ToolStrip(); this.SaveButton = new System.Windows.Forms.ToolStripSplitButton(); this.SaveMenuButton = new System.Windows.Forms.ToolStripMenuItem(); this.SaveAsMenuButton = new System.Windows.Forms.ToolStripMenuItem(); this.ToolsTabControl = new System.Windows.Forms.TabControl(); this.ToolsModelsTabPage = new System.Windows.Forms.TabPage(); this.ModelsTreeView = new CodeWalker.WinForms.TreeViewFix(); this.ToolsMaterialsTabPage = new System.Windows.Forms.TabPage(); this.MaterialEditorButton = new System.Windows.Forms.Button(); this.TextureViewerButton = new System.Windows.Forms.Button(); this.TexturesTreeView = new CodeWalker.WinForms.TreeViewFix(); this.ToolsDetailsTabPage = new System.Windows.Forms.TabPage(); this.DetailsPropertyGrid = new CodeWalker.WinForms.ReadOnlyPropertyGrid(); this.ToolsOptionsTabPage = new System.Windows.Forms.TabPage(); this.HDTexturesCheckBox = new System.Windows.Forms.CheckBox(); this.SkeletonsCheckBox = new System.Windows.Forms.CheckBox(); this.TimeOfDayLabel = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.TimeOfDayTrackBar = new System.Windows.Forms.TrackBar(); this.ControlLightDirCheckBox = new System.Windows.Forms.CheckBox(); this.ShowCollisionMeshesCheckBox = new System.Windows.Forms.CheckBox(); this.GridCheckBox = new System.Windows.Forms.CheckBox(); this.GridCountComboBox = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.GridSizeComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.StatusBarCheckBox = new System.Windows.Forms.CheckBox(); this.ErrorConsoleCheckBox = new System.Windows.Forms.CheckBox(); this.HDRRenderingCheckBox = new System.Windows.Forms.CheckBox(); this.SkydomeCheckBox = new System.Windows.Forms.CheckBox(); this.ShadowsCheckBox = new System.Windows.Forms.CheckBox(); this.WireframeCheckBox = new System.Windows.Forms.CheckBox(); this.RenderModeComboBox = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.TextureSamplerComboBox = new System.Windows.Forms.ComboBox(); this.TextureCoordsComboBox = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.AnisotropicFilteringCheckBox = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.ToolsPanelHideButton = new System.Windows.Forms.Button(); this.ToolsDragPanel = new System.Windows.Forms.Panel(); this.ToolsPanelShowButton = new System.Windows.Forms.Button(); this.SaveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.EnableRootMotionCheckBox = new System.Windows.Forms.CheckBox(); this.label22 = new System.Windows.Forms.Label(); this.ClipComboBox = new System.Windows.Forms.ComboBox(); this.label21 = new System.Windows.Forms.Label(); this.ClipDictComboBox = new System.Windows.Forms.ComboBox(); this.StatusStrip.SuspendLayout(); this.ConsolePanel.SuspendLayout(); this.ToolsPanel.SuspendLayout(); this.MainToolbarPanel.SuspendLayout(); this.MainToolbar.SuspendLayout(); this.ToolsTabControl.SuspendLayout(); this.ToolsModelsTabPage.SuspendLayout(); this.ToolsMaterialsTabPage.SuspendLayout(); this.ToolsDetailsTabPage.SuspendLayout(); this.ToolsOptionsTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TimeOfDayTrackBar)).BeginInit(); this.SuspendLayout(); // // StatsUpdateTimer // this.StatsUpdateTimer.Enabled = true; this.StatsUpdateTimer.Interval = 500; this.StatsUpdateTimer.Tick += new System.EventHandler(this.StatsUpdateTimer_Tick); // // StatusStrip // this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.StatusLabel, this.MousedLabel, this.StatsLabel}); this.StatusStrip.Location = new System.Drawing.Point(0, 582); this.StatusStrip.Name = "StatusStrip"; this.StatusStrip.Size = new System.Drawing.Size(877, 22); this.StatusStrip.TabIndex = 1; this.StatusStrip.Text = "statusStrip1"; // // StatusLabel // this.StatusLabel.BackColor = System.Drawing.SystemColors.Control; this.StatusLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.StatusLabel.Name = "StatusLabel"; this.StatusLabel.Size = new System.Drawing.Size(771, 17); this.StatusLabel.Spring = true; this.StatusLabel.Text = "Initialising"; this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MousedLabel // this.MousedLabel.BackColor = System.Drawing.SystemColors.Control; this.MousedLabel.Name = "MousedLabel"; this.MousedLabel.Size = new System.Drawing.Size(16, 17); this.MousedLabel.Text = " "; // // StatsLabel // this.StatsLabel.BackColor = System.Drawing.SystemColors.Control; this.StatsLabel.Name = "StatsLabel"; this.StatsLabel.Size = new System.Drawing.Size(75, 17); this.StatsLabel.Text = "0 geometries"; // // ConsolePanel // this.ConsolePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ConsolePanel.BackColor = System.Drawing.SystemColors.Control; this.ConsolePanel.Controls.Add(this.ConsoleTextBox); this.ConsolePanel.Location = new System.Drawing.Point(272, 470); this.ConsolePanel.Name = "ConsolePanel"; this.ConsolePanel.Size = new System.Drawing.Size(593, 101); this.ConsolePanel.TabIndex = 3; this.ConsolePanel.Visible = false; // // ConsoleTextBox // this.ConsoleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ConsoleTextBox.Location = new System.Drawing.Point(3, 3); this.ConsoleTextBox.Multiline = true; this.ConsoleTextBox.Name = "ConsoleTextBox"; this.ConsoleTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.ConsoleTextBox.Size = new System.Drawing.Size(587, 95); this.ConsoleTextBox.TabIndex = 0; // // ToolsPanel // this.ToolsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.ToolsPanel.BackColor = System.Drawing.SystemColors.ControlDark; this.ToolsPanel.Controls.Add(this.MainToolbarPanel); this.ToolsPanel.Controls.Add(this.ToolsTabControl); this.ToolsPanel.Controls.Add(this.ToolsPanelHideButton); this.ToolsPanel.Controls.Add(this.ToolsDragPanel); this.ToolsPanel.Location = new System.Drawing.Point(12, 12); this.ToolsPanel.Name = "ToolsPanel"; this.ToolsPanel.Size = new System.Drawing.Size(230, 559); this.ToolsPanel.TabIndex = 2; this.ToolsPanel.Visible = false; // // MainToolbarPanel // this.MainToolbarPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.MainToolbarPanel.BackColor = System.Drawing.SystemColors.ControlDark; this.MainToolbarPanel.Controls.Add(this.MainToolbar); this.MainToolbarPanel.Location = new System.Drawing.Point(193, 2); this.MainToolbarPanel.Name = "MainToolbarPanel"; this.MainToolbarPanel.Size = new System.Drawing.Size(34, 24); this.MainToolbarPanel.TabIndex = 4; // // MainToolbar // this.MainToolbar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.MainToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SaveButton}); this.MainToolbar.Location = new System.Drawing.Point(0, 0); this.MainToolbar.Name = "MainToolbar"; this.MainToolbar.Size = new System.Drawing.Size(34, 25); this.MainToolbar.TabIndex = 7; this.MainToolbar.Text = "Main Toolbar"; // // SaveButton // this.SaveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.SaveButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SaveMenuButton, this.SaveAsMenuButton}); this.SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveButton.Image"))); this.SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(32, 22); this.SaveButton.Text = "Save"; this.SaveButton.ButtonClick += new System.EventHandler(this.SaveButton_ButtonClick); // // SaveMenuButton // this.SaveMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveMenuButton.Image"))); this.SaveMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.SaveMenuButton.Name = "SaveMenuButton"; this.SaveMenuButton.Size = new System.Drawing.Size(123, 22); this.SaveMenuButton.Text = "Save"; this.SaveMenuButton.Click += new System.EventHandler(this.SaveMenuButton_Click); // // SaveAsMenuButton // this.SaveAsMenuButton.Name = "SaveAsMenuButton"; this.SaveAsMenuButton.Size = new System.Drawing.Size(123, 22); this.SaveAsMenuButton.Text = "Save As..."; this.SaveAsMenuButton.Click += new System.EventHandler(this.SaveAsMenuButton_Click); // // ToolsTabControl // this.ToolsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ToolsTabControl.Controls.Add(this.ToolsModelsTabPage); this.ToolsTabControl.Controls.Add(this.ToolsMaterialsTabPage); this.ToolsTabControl.Controls.Add(this.ToolsDetailsTabPage); this.ToolsTabControl.Controls.Add(this.ToolsOptionsTabPage); this.ToolsTabControl.Location = new System.Drawing.Point(2, 30); this.ToolsTabControl.Name = "ToolsTabControl"; this.ToolsTabControl.SelectedIndex = 0; this.ToolsTabControl.Size = new System.Drawing.Size(225, 526); this.ToolsTabControl.TabIndex = 1; // // ToolsModelsTabPage // this.ToolsModelsTabPage.Controls.Add(this.EnableRootMotionCheckBox); this.ToolsModelsTabPage.Controls.Add(this.label22); this.ToolsModelsTabPage.Controls.Add(this.ClipComboBox); this.ToolsModelsTabPage.Controls.Add(this.label21); this.ToolsModelsTabPage.Controls.Add(this.ClipDictComboBox); this.ToolsModelsTabPage.Controls.Add(this.ModelsTreeView); this.ToolsModelsTabPage.Location = new System.Drawing.Point(4, 22); this.ToolsModelsTabPage.Name = "ToolsModelsTabPage"; this.ToolsModelsTabPage.Padding = new System.Windows.Forms.Padding(3); this.ToolsModelsTabPage.Size = new System.Drawing.Size(217, 500); this.ToolsModelsTabPage.TabIndex = 0; this.ToolsModelsTabPage.Text = "Models"; this.ToolsModelsTabPage.UseVisualStyleBackColor = true; // // ModelsTreeView // this.ModelsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ModelsTreeView.CheckBoxes = true; this.ModelsTreeView.Location = new System.Drawing.Point(0, 3); this.ModelsTreeView.Name = "ModelsTreeView"; this.ModelsTreeView.ShowRootLines = false; this.ModelsTreeView.Size = new System.Drawing.Size(217, 422); this.ModelsTreeView.TabIndex = 1; this.ModelsTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.ModelsTreeView_AfterCheck); this.ModelsTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.ModelsTreeView_NodeMouseDoubleClick); this.ModelsTreeView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ModelsTreeView_KeyPress); // // ToolsMaterialsTabPage // this.ToolsMaterialsTabPage.Controls.Add(this.MaterialEditorButton); this.ToolsMaterialsTabPage.Controls.Add(this.TextureViewerButton); this.ToolsMaterialsTabPage.Controls.Add(this.TexturesTreeView); this.ToolsMaterialsTabPage.Location = new System.Drawing.Point(4, 22); this.ToolsMaterialsTabPage.Name = "ToolsMaterialsTabPage"; this.ToolsMaterialsTabPage.Padding = new System.Windows.Forms.Padding(3); this.ToolsMaterialsTabPage.Size = new System.Drawing.Size(205, 500); this.ToolsMaterialsTabPage.TabIndex = 1; this.ToolsMaterialsTabPage.Text = "Materials"; this.ToolsMaterialsTabPage.UseVisualStyleBackColor = true; // // MaterialEditorButton // this.MaterialEditorButton.Location = new System.Drawing.Point(3, 6); this.MaterialEditorButton.Name = "MaterialEditorButton"; this.MaterialEditorButton.Size = new System.Drawing.Size(91, 23); this.MaterialEditorButton.TabIndex = 3; this.MaterialEditorButton.Text = "Material editor"; this.MaterialEditorButton.UseVisualStyleBackColor = true; this.MaterialEditorButton.Click += new System.EventHandler(this.MaterialEditorButton_Click); // // TextureViewerButton // this.TextureViewerButton.Location = new System.Drawing.Point(111, 6); this.TextureViewerButton.Name = "TextureViewerButton"; this.TextureViewerButton.Size = new System.Drawing.Size(91, 23); this.TextureViewerButton.TabIndex = 2; this.TextureViewerButton.Text = "Texture viewer"; this.TextureViewerButton.UseVisualStyleBackColor = true; this.TextureViewerButton.Click += new System.EventHandler(this.TextureViewerButton_Click); // // TexturesTreeView // this.TexturesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TexturesTreeView.Location = new System.Drawing.Point(0, 34); this.TexturesTreeView.Name = "TexturesTreeView"; this.TexturesTreeView.ShowRootLines = false; this.TexturesTreeView.Size = new System.Drawing.Size(205, 466); this.TexturesTreeView.TabIndex = 1; // // ToolsDetailsTabPage // this.ToolsDetailsTabPage.Controls.Add(this.DetailsPropertyGrid); this.ToolsDetailsTabPage.Location = new System.Drawing.Point(4, 22); this.ToolsDetailsTabPage.Name = "ToolsDetailsTabPage"; this.ToolsDetailsTabPage.Size = new System.Drawing.Size(205, 500); this.ToolsDetailsTabPage.TabIndex = 2; this.ToolsDetailsTabPage.Text = "Details"; this.ToolsDetailsTabPage.UseVisualStyleBackColor = true; // // DetailsPropertyGrid // this.DetailsPropertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DetailsPropertyGrid.HelpVisible = false; this.DetailsPropertyGrid.Location = new System.Drawing.Point(0, 3); this.DetailsPropertyGrid.Name = "DetailsPropertyGrid"; this.DetailsPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.DetailsPropertyGrid.ReadOnly = true; this.DetailsPropertyGrid.Size = new System.Drawing.Size(205, 497); this.DetailsPropertyGrid.TabIndex = 1; this.DetailsPropertyGrid.ToolbarVisible = false; // // ToolsOptionsTabPage // this.ToolsOptionsTabPage.Controls.Add(this.HDTexturesCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.SkeletonsCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.TimeOfDayLabel); this.ToolsOptionsTabPage.Controls.Add(this.label19); this.ToolsOptionsTabPage.Controls.Add(this.TimeOfDayTrackBar); this.ToolsOptionsTabPage.Controls.Add(this.ControlLightDirCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.ShowCollisionMeshesCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.GridCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.GridCountComboBox); this.ToolsOptionsTabPage.Controls.Add(this.label2); this.ToolsOptionsTabPage.Controls.Add(this.GridSizeComboBox); this.ToolsOptionsTabPage.Controls.Add(this.label1); this.ToolsOptionsTabPage.Controls.Add(this.StatusBarCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.ErrorConsoleCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.HDRRenderingCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.SkydomeCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.ShadowsCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.WireframeCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.RenderModeComboBox); this.ToolsOptionsTabPage.Controls.Add(this.label11); this.ToolsOptionsTabPage.Controls.Add(this.TextureSamplerComboBox); this.ToolsOptionsTabPage.Controls.Add(this.TextureCoordsComboBox); this.ToolsOptionsTabPage.Controls.Add(this.label10); this.ToolsOptionsTabPage.Controls.Add(this.AnisotropicFilteringCheckBox); this.ToolsOptionsTabPage.Controls.Add(this.label14); this.ToolsOptionsTabPage.Location = new System.Drawing.Point(4, 22); this.ToolsOptionsTabPage.Name = "ToolsOptionsTabPage"; this.ToolsOptionsTabPage.Size = new System.Drawing.Size(205, 500); this.ToolsOptionsTabPage.TabIndex = 3; this.ToolsOptionsTabPage.Text = "Options"; this.ToolsOptionsTabPage.UseVisualStyleBackColor = true; // // HDTexturesCheckBox // this.HDTexturesCheckBox.AutoSize = true; this.HDTexturesCheckBox.Checked = true; this.HDTexturesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.HDTexturesCheckBox.Location = new System.Drawing.Point(19, 242); this.HDTexturesCheckBox.Name = "HDTexturesCheckBox"; this.HDTexturesCheckBox.Size = new System.Drawing.Size(82, 17); this.HDTexturesCheckBox.TabIndex = 10; this.HDTexturesCheckBox.Text = "HD textures"; this.HDTexturesCheckBox.UseVisualStyleBackColor = true; this.HDTexturesCheckBox.CheckedChanged += new System.EventHandler(this.HDTexturesCheckBox_CheckedChanged); // // SkeletonsCheckBox // this.SkeletonsCheckBox.AutoSize = true; this.SkeletonsCheckBox.Location = new System.Drawing.Point(19, 444); this.SkeletonsCheckBox.Name = "SkeletonsCheckBox"; this.SkeletonsCheckBox.Size = new System.Drawing.Size(103, 17); this.SkeletonsCheckBox.TabIndex = 22; this.SkeletonsCheckBox.Text = "Show Skeletons"; this.SkeletonsCheckBox.UseVisualStyleBackColor = true; this.SkeletonsCheckBox.CheckedChanged += new System.EventHandler(this.SkeletonsCheckBox_CheckedChanged); // // TimeOfDayLabel // this.TimeOfDayLabel.AutoSize = true; this.TimeOfDayLabel.Location = new System.Drawing.Point(78, 109); this.TimeOfDayLabel.Name = "TimeOfDayLabel"; this.TimeOfDayLabel.Size = new System.Drawing.Size(34, 13); this.TimeOfDayLabel.TabIndex = 5; this.TimeOfDayLabel.Text = "12:00"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(7, 109); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(65, 13); this.label19.TabIndex = 4; this.label19.Text = "Time of day:"; // // TimeOfDayTrackBar // this.TimeOfDayTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TimeOfDayTrackBar.BackColor = System.Drawing.SystemColors.ControlLightLight; this.TimeOfDayTrackBar.LargeChange = 60; this.TimeOfDayTrackBar.Location = new System.Drawing.Point(9, 125); this.TimeOfDayTrackBar.Maximum = 1440; this.TimeOfDayTrackBar.Name = "TimeOfDayTrackBar"; this.TimeOfDayTrackBar.Size = new System.Drawing.Size(188, 45); this.TimeOfDayTrackBar.TabIndex = 6; this.TimeOfDayTrackBar.TickFrequency = 60; this.TimeOfDayTrackBar.Value = 720; this.TimeOfDayTrackBar.Scroll += new System.EventHandler(this.TimeOfDayTrackBar_Scroll); // // ControlLightDirCheckBox // this.ControlLightDirCheckBox.AutoSize = true; this.ControlLightDirCheckBox.Location = new System.Drawing.Point(19, 83); this.ControlLightDirCheckBox.Name = "ControlLightDirCheckBox"; this.ControlLightDirCheckBox.Size = new System.Drawing.Size(124, 17); this.ControlLightDirCheckBox.TabIndex = 3; this.ControlLightDirCheckBox.Text = "Control light direction"; this.ControlLightDirCheckBox.UseVisualStyleBackColor = true; this.ControlLightDirCheckBox.CheckedChanged += new System.EventHandler(this.ControlLightDirCheckBox_CheckedChanged); // // ShowCollisionMeshesCheckBox // this.ShowCollisionMeshesCheckBox.AutoSize = true; this.ShowCollisionMeshesCheckBox.Location = new System.Drawing.Point(19, 173); this.ShowCollisionMeshesCheckBox.Name = "ShowCollisionMeshesCheckBox"; this.ShowCollisionMeshesCheckBox.Size = new System.Drawing.Size(132, 17); this.ShowCollisionMeshesCheckBox.TabIndex = 7; this.ShowCollisionMeshesCheckBox.Text = "Show collision meshes"; this.ShowCollisionMeshesCheckBox.UseVisualStyleBackColor = true; this.ShowCollisionMeshesCheckBox.CheckedChanged += new System.EventHandler(this.ShowCollisionMeshesCheckBox_CheckedChanged); // // GridCheckBox // this.GridCheckBox.AutoSize = true; this.GridCheckBox.Location = new System.Drawing.Point(19, 364); this.GridCheckBox.Name = "GridCheckBox"; this.GridCheckBox.Size = new System.Drawing.Size(45, 17); this.GridCheckBox.TabIndex = 17; this.GridCheckBox.Text = "Grid"; this.GridCheckBox.UseVisualStyleBackColor = true; this.GridCheckBox.CheckedChanged += new System.EventHandler(this.GridCheckBox_CheckedChanged); // // GridCountComboBox // this.GridCountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.GridCountComboBox.FormattingEnabled = true; this.GridCountComboBox.Items.AddRange(new object[] { "20", "40", "60", "100"}); this.GridCountComboBox.Location = new System.Drawing.Point(83, 411); this.GridCountComboBox.Name = "GridCountComboBox"; this.GridCountComboBox.Size = new System.Drawing.Size(114, 21); this.GridCountComboBox.TabIndex = 21; this.GridCountComboBox.SelectedIndexChanged += new System.EventHandler(this.GridCountComboBox_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 414); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 13); this.label2.TabIndex = 20; this.label2.Text = "Grid count:"; // // GridSizeComboBox // this.GridSizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.GridSizeComboBox.FormattingEnabled = true; this.GridSizeComboBox.Items.AddRange(new object[] { "0.1", "1.0", "10", "100"}); this.GridSizeComboBox.Location = new System.Drawing.Point(83, 384); this.GridSizeComboBox.Name = "GridSizeComboBox"; this.GridSizeComboBox.Size = new System.Drawing.Size(114, 21); this.GridSizeComboBox.TabIndex = 19; this.GridSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.GridSizeComboBox_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 387); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 13); this.label1.TabIndex = 18; this.label1.Text = "Grid unit size:"; // // StatusBarCheckBox // this.StatusBarCheckBox.AutoSize = true; this.StatusBarCheckBox.Checked = true; this.StatusBarCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.StatusBarCheckBox.Location = new System.Drawing.Point(19, 480); this.StatusBarCheckBox.Name = "StatusBarCheckBox"; this.StatusBarCheckBox.Size = new System.Drawing.Size(74, 17); this.StatusBarCheckBox.TabIndex = 23; this.StatusBarCheckBox.Text = "Status bar"; this.StatusBarCheckBox.UseVisualStyleBackColor = true; this.StatusBarCheckBox.CheckedChanged += new System.EventHandler(this.StatusBarCheckBox_CheckedChanged); // // ErrorConsoleCheckBox // this.ErrorConsoleCheckBox.AutoSize = true; this.ErrorConsoleCheckBox.Location = new System.Drawing.Point(105, 480); this.ErrorConsoleCheckBox.Name = "ErrorConsoleCheckBox"; this.ErrorConsoleCheckBox.Size = new System.Drawing.Size(88, 17); this.ErrorConsoleCheckBox.TabIndex = 24; this.ErrorConsoleCheckBox.Text = "Error console"; this.ErrorConsoleCheckBox.UseVisualStyleBackColor = true; this.ErrorConsoleCheckBox.CheckedChanged += new System.EventHandler(this.ErrorConsoleCheckBox_CheckedChanged); // // HDRRenderingCheckBox // this.HDRRenderingCheckBox.AutoSize = true; this.HDRRenderingCheckBox.Checked = true; this.HDRRenderingCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.HDRRenderingCheckBox.Location = new System.Drawing.Point(19, 14); this.HDRRenderingCheckBox.Name = "HDRRenderingCheckBox"; this.HDRRenderingCheckBox.Size = new System.Drawing.Size(97, 17); this.HDRRenderingCheckBox.TabIndex = 0; this.HDRRenderingCheckBox.Text = "HDR rendering"; this.HDRRenderingCheckBox.UseVisualStyleBackColor = true; this.HDRRenderingCheckBox.CheckedChanged += new System.EventHandler(this.HDRRenderingCheckBox_CheckedChanged); // // SkydomeCheckBox // this.SkydomeCheckBox.AutoSize = true; this.SkydomeCheckBox.Location = new System.Drawing.Point(19, 60); this.SkydomeCheckBox.Name = "SkydomeCheckBox"; this.SkydomeCheckBox.Size = new System.Drawing.Size(70, 17); this.SkydomeCheckBox.TabIndex = 2; this.SkydomeCheckBox.Text = "Skydome"; this.SkydomeCheckBox.UseVisualStyleBackColor = true; this.SkydomeCheckBox.CheckedChanged += new System.EventHandler(this.SkydomeCheckBox_CheckedChanged); // // ShadowsCheckBox // this.ShadowsCheckBox.AutoSize = true; this.ShadowsCheckBox.Checked = true; this.ShadowsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.ShadowsCheckBox.Location = new System.Drawing.Point(19, 37); this.ShadowsCheckBox.Name = "ShadowsCheckBox"; this.ShadowsCheckBox.Size = new System.Drawing.Size(70, 17); this.ShadowsCheckBox.TabIndex = 1; this.ShadowsCheckBox.Text = "Shadows"; this.ShadowsCheckBox.UseVisualStyleBackColor = true; this.ShadowsCheckBox.CheckedChanged += new System.EventHandler(this.ShadowsCheckBox_CheckedChanged); // // WireframeCheckBox // this.WireframeCheckBox.AutoSize = true; this.WireframeCheckBox.Location = new System.Drawing.Point(19, 196); this.WireframeCheckBox.Name = "WireframeCheckBox"; this.WireframeCheckBox.Size = new System.Drawing.Size(74, 17); this.WireframeCheckBox.TabIndex = 8; this.WireframeCheckBox.Text = "Wireframe"; this.WireframeCheckBox.UseVisualStyleBackColor = true; this.WireframeCheckBox.CheckedChanged += new System.EventHandler(this.WireframeCheckBox_CheckedChanged); // // RenderModeComboBox // this.RenderModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.RenderModeComboBox.FormattingEnabled = true; this.RenderModeComboBox.Items.AddRange(new object[] { "Default", "Single texture", "Vertex normals", "Vertex tangents", "Vertex colour 1", "Vertex colour 2", "Texture coord 1", "Texture coord 2", "Texture coord 3"}); this.RenderModeComboBox.Location = new System.Drawing.Point(83, 274); this.RenderModeComboBox.Name = "RenderModeComboBox"; this.RenderModeComboBox.Size = new System.Drawing.Size(114, 21); this.RenderModeComboBox.TabIndex = 12; this.RenderModeComboBox.SelectedIndexChanged += new System.EventHandler(this.RenderModeComboBox_SelectedIndexChanged); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(7, 304); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(67, 13); this.label11.TabIndex = 13; this.label11.Text = "Tex sampler:"; // // TextureSamplerComboBox // this.TextureSamplerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.TextureSamplerComboBox.Enabled = false; this.TextureSamplerComboBox.FormattingEnabled = true; this.TextureSamplerComboBox.Location = new System.Drawing.Point(83, 301); this.TextureSamplerComboBox.Name = "TextureSamplerComboBox"; this.TextureSamplerComboBox.Size = new System.Drawing.Size(114, 21); this.TextureSamplerComboBox.TabIndex = 14; this.TextureSamplerComboBox.SelectedIndexChanged += new System.EventHandler(this.TextureSamplerComboBox_SelectedIndexChanged); // // TextureCoordsComboBox // this.TextureCoordsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.TextureCoordsComboBox.Enabled = false; this.TextureCoordsComboBox.FormattingEnabled = true; this.TextureCoordsComboBox.Items.AddRange(new object[] { "Texture coord 1", "Texture coord 2", "Texture coord 3"}); this.TextureCoordsComboBox.Location = new System.Drawing.Point(83, 328); this.TextureCoordsComboBox.Name = "TextureCoordsComboBox"; this.TextureCoordsComboBox.Size = new System.Drawing.Size(114, 21); this.TextureCoordsComboBox.TabIndex = 16; this.TextureCoordsComboBox.SelectedIndexChanged += new System.EventHandler(this.TextureCoordsComboBox_SelectedIndexChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(7, 277); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(74, 13); this.label10.TabIndex = 11; this.label10.Text = "Render mode:"; // // AnisotropicFilteringCheckBox // this.AnisotropicFilteringCheckBox.AutoSize = true; this.AnisotropicFilteringCheckBox.Checked = true; this.AnisotropicFilteringCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.AnisotropicFilteringCheckBox.Location = new System.Drawing.Point(19, 219); this.AnisotropicFilteringCheckBox.Name = "AnisotropicFilteringCheckBox"; this.AnisotropicFilteringCheckBox.Size = new System.Drawing.Size(114, 17); this.AnisotropicFilteringCheckBox.TabIndex = 9; this.AnisotropicFilteringCheckBox.Text = "Anisotropic filtering"; this.AnisotropicFilteringCheckBox.UseVisualStyleBackColor = true; this.AnisotropicFilteringCheckBox.CheckedChanged += new System.EventHandler(this.AnisotropicFilteringCheckBox_CheckedChanged); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(7, 331); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(63, 13); this.label14.TabIndex = 15; this.label14.Text = "Tex coords:"; // // ToolsPanelHideButton // this.ToolsPanelHideButton.Location = new System.Drawing.Point(3, 3); this.ToolsPanelHideButton.Name = "ToolsPanelHideButton"; this.ToolsPanelHideButton.Size = new System.Drawing.Size(30, 23); this.ToolsPanelHideButton.TabIndex = 0; this.ToolsPanelHideButton.Text = "<<"; this.ToolsPanelHideButton.UseVisualStyleBackColor = true; this.ToolsPanelHideButton.Click += new System.EventHandler(this.ToolsPanelHideButton_Click); // // ToolsDragPanel // this.ToolsDragPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.ToolsDragPanel.Cursor = System.Windows.Forms.Cursors.VSplit; this.ToolsDragPanel.Location = new System.Drawing.Point(227, 0); this.ToolsDragPanel.Name = "ToolsDragPanel"; this.ToolsDragPanel.Size = new System.Drawing.Size(4, 559); this.ToolsDragPanel.TabIndex = 17; this.ToolsDragPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ToolsDragPanel_MouseDown); this.ToolsDragPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ToolsDragPanel_MouseMove); this.ToolsDragPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ToolsDragPanel_MouseUp); // // ToolsPanelShowButton // this.ToolsPanelShowButton.Location = new System.Drawing.Point(15, 15); this.ToolsPanelShowButton.Name = "ToolsPanelShowButton"; this.ToolsPanelShowButton.Size = new System.Drawing.Size(30, 23); this.ToolsPanelShowButton.TabIndex = 0; this.ToolsPanelShowButton.Text = ">>"; this.ToolsPanelShowButton.UseVisualStyleBackColor = true; this.ToolsPanelShowButton.Click += new System.EventHandler(this.ToolsPanelShowButton_Click); // // SaveFileDialog // this.SaveFileDialog.Filter = "All files|*.*"; // // EnableRootMotionCheckBox // this.EnableRootMotionCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.EnableRootMotionCheckBox.AutoSize = true; this.EnableRootMotionCheckBox.Location = new System.Drawing.Point(50, 483); this.EnableRootMotionCheckBox.Name = "EnableRootMotionCheckBox"; this.EnableRootMotionCheckBox.Size = new System.Drawing.Size(114, 17); this.EnableRootMotionCheckBox.TabIndex = 37; this.EnableRootMotionCheckBox.Text = "Enable root motion"; this.EnableRootMotionCheckBox.UseVisualStyleBackColor = true; this.EnableRootMotionCheckBox.CheckedChanged += new System.EventHandler(this.EnableRootMotionCheckBox_CheckedChanged); // // label22 // this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(23, 461); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(27, 13); this.label22.TabIndex = 36; this.label22.Text = "Clip:"; // // ClipComboBox // this.ClipComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ClipComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.ClipComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.ClipComboBox.FormattingEnabled = true; this.ClipComboBox.Location = new System.Drawing.Point(50, 458); this.ClipComboBox.Name = "ClipComboBox"; this.ClipComboBox.Size = new System.Drawing.Size(167, 21); this.ClipComboBox.TabIndex = 35; this.ClipComboBox.TextChanged += new System.EventHandler(this.ClipComboBox_TextChanged); // // label21 // this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(1, 434); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(49, 13); this.label21.TabIndex = 34; this.label21.Text = "Clip Dict:"; // // ClipDictComboBox // this.ClipDictComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ClipDictComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.ClipDictComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.ClipDictComboBox.FormattingEnabled = true; this.ClipDictComboBox.Location = new System.Drawing.Point(50, 431); this.ClipDictComboBox.Name = "ClipDictComboBox"; this.ClipDictComboBox.Size = new System.Drawing.Size(167, 21); this.ClipDictComboBox.TabIndex = 33; this.ClipDictComboBox.TextChanged += new System.EventHandler(this.ClipDictComboBox_TextChanged); // // ModelForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.MidnightBlue; this.ClientSize = new System.Drawing.Size(877, 604); this.Controls.Add(this.ToolsPanel); this.Controls.Add(this.ConsolePanel); this.Controls.Add(this.StatusStrip); this.Controls.Add(this.ToolsPanelShowButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Name = "ModelForm"; this.Text = "View Model - CodeWalker by dexyfex"; this.Deactivate += new System.EventHandler(this.ModelForm_Deactivate); this.Load += new System.EventHandler(this.ModelForm_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ModelForm_KeyDown); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ModelForm_KeyUp); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ModelForm_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ModelForm_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ModelForm_MouseUp); this.StatusStrip.ResumeLayout(false); this.StatusStrip.PerformLayout(); this.ConsolePanel.ResumeLayout(false); this.ConsolePanel.PerformLayout(); this.ToolsPanel.ResumeLayout(false); this.MainToolbarPanel.ResumeLayout(false); this.MainToolbarPanel.PerformLayout(); this.MainToolbar.ResumeLayout(false); this.MainToolbar.PerformLayout(); this.ToolsTabControl.ResumeLayout(false); this.ToolsModelsTabPage.ResumeLayout(false); this.ToolsModelsTabPage.PerformLayout(); this.ToolsMaterialsTabPage.ResumeLayout(false); this.ToolsDetailsTabPage.ResumeLayout(false); this.ToolsOptionsTabPage.ResumeLayout(false); this.ToolsOptionsTabPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TimeOfDayTrackBar)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer StatsUpdateTimer; private System.Windows.Forms.StatusStrip StatusStrip; private System.Windows.Forms.ToolStripStatusLabel StatusLabel; private System.Windows.Forms.ToolStripStatusLabel MousedLabel; private System.Windows.Forms.ToolStripStatusLabel StatsLabel; private System.Windows.Forms.Panel ConsolePanel; private WinForms.TextBoxFix ConsoleTextBox; private System.Windows.Forms.Panel ToolsPanel; private System.Windows.Forms.Panel ToolsDragPanel; private System.Windows.Forms.Button ToolsPanelHideButton; private System.Windows.Forms.Button ToolsPanelShowButton; private System.Windows.Forms.TabControl ToolsTabControl; private System.Windows.Forms.TabPage ToolsModelsTabPage; private System.Windows.Forms.TabPage ToolsMaterialsTabPage; private System.Windows.Forms.TabPage ToolsDetailsTabPage; private WinForms.TreeViewFix ModelsTreeView; private WinForms.ReadOnlyPropertyGrid DetailsPropertyGrid; private WinForms.TreeViewFix TexturesTreeView; private System.Windows.Forms.TabPage ToolsOptionsTabPage; private System.Windows.Forms.CheckBox WireframeCheckBox; private System.Windows.Forms.ComboBox RenderModeComboBox; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox TextureSamplerComboBox; private System.Windows.Forms.ComboBox TextureCoordsComboBox; private System.Windows.Forms.Label label10; private System.Windows.Forms.CheckBox AnisotropicFilteringCheckBox; private System.Windows.Forms.Label label14; private System.Windows.Forms.CheckBox HDRRenderingCheckBox; private System.Windows.Forms.CheckBox SkydomeCheckBox; private System.Windows.Forms.CheckBox ShadowsCheckBox; private System.Windows.Forms.CheckBox StatusBarCheckBox; private System.Windows.Forms.CheckBox ErrorConsoleCheckBox; private System.Windows.Forms.CheckBox GridCheckBox; private System.Windows.Forms.ComboBox GridCountComboBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox GridSizeComboBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox ShowCollisionMeshesCheckBox; private System.Windows.Forms.CheckBox ControlLightDirCheckBox; private System.Windows.Forms.Label TimeOfDayLabel; private System.Windows.Forms.Label label19; private System.Windows.Forms.TrackBar TimeOfDayTrackBar; private System.Windows.Forms.CheckBox SkeletonsCheckBox; private System.Windows.Forms.Button TextureViewerButton; private System.Windows.Forms.CheckBox HDTexturesCheckBox; private System.Windows.Forms.Button MaterialEditorButton; private System.Windows.Forms.Panel MainToolbarPanel; private System.Windows.Forms.ToolStrip MainToolbar; private System.Windows.Forms.ToolStripSplitButton SaveButton; private System.Windows.Forms.ToolStripMenuItem SaveMenuButton; private System.Windows.Forms.ToolStripMenuItem SaveAsMenuButton; private System.Windows.Forms.SaveFileDialog SaveFileDialog; private System.Windows.Forms.CheckBox EnableRootMotionCheckBox; private System.Windows.Forms.Label label22; private System.Windows.Forms.ComboBox ClipComboBox; private System.Windows.Forms.Label label21; private System.Windows.Forms.ComboBox ClipDictComboBox; } }