namespace CodeWalker.Project.Panels { partial class EditYnvPanel { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditYnvPanel)); this.YnvAABBSizeTextBox = new System.Windows.Forms.TextBox(); this.label91 = new System.Windows.Forms.Label(); this.label89 = new System.Windows.Forms.Label(); this.YnvAreaIDYUpDown = new System.Windows.Forms.NumericUpDown(); this.label90 = new System.Windows.Forms.Label(); this.YnvAreaIDXUpDown = new System.Windows.Forms.NumericUpDown(); this.YnvAreaIDInfoLabel = new System.Windows.Forms.Label(); this.label92 = new System.Windows.Forms.Label(); this.YnvVertexCountLabel = new System.Windows.Forms.Label(); this.YnvPolyCountLabel = new System.Windows.Forms.Label(); this.YnvPortalCountLabel = new System.Windows.Forms.Label(); this.YnvPortalLinkCountLabel = new System.Windows.Forms.Label(); this.YnvPointCountLabel = new System.Windows.Forms.Label(); this.YnvByteCountLabel = new System.Windows.Forms.Label(); this.YnvFlagsGroupBox = new System.Windows.Forms.GroupBox(); this.YnvFlagsUnknownCheckBox = new System.Windows.Forms.CheckBox(); this.YnvFlagsVehicleCheckBox = new System.Windows.Forms.CheckBox(); this.YnvFlagsPortalsCheckBox = new System.Windows.Forms.CheckBox(); this.YnvFlagsVerticesCheckBox = new System.Windows.Forms.CheckBox(); this.YnvVersionUnkHashTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label78 = new System.Windows.Forms.Label(); this.YnvAdjAreaIDsTextBox = new CodeWalker.WinForms.TextBoxFix(); this.label48 = new System.Windows.Forms.Label(); this.YnvProjectPathTextBox = new System.Windows.Forms.TextBox(); this.label47 = new System.Windows.Forms.Label(); this.YnvRpfPathTextBox = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDYUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDXUpDown)).BeginInit(); this.YnvFlagsGroupBox.SuspendLayout(); this.SuspendLayout(); // // YnvAABBSizeTextBox // this.YnvAABBSizeTextBox.Location = new System.Drawing.Point(91, 48); this.YnvAABBSizeTextBox.Name = "YnvAABBSizeTextBox"; this.YnvAABBSizeTextBox.Size = new System.Drawing.Size(138, 20); this.YnvAABBSizeTextBox.TabIndex = 37; this.YnvAABBSizeTextBox.TextChanged += new System.EventHandler(this.YnvAABBSizeTextBox_TextChanged); // // label91 // this.label91.AutoSize = true; this.label91.Location = new System.Drawing.Point(24, 51); this.label91.Name = "label91"; this.label91.Size = new System.Drawing.Size(61, 13); this.label91.TabIndex = 38; this.label91.Text = "AABB Size:"; // // label89 // this.label89.AutoSize = true; this.label89.Location = new System.Drawing.Point(150, 14); this.label89.Name = "label89"; this.label89.Size = new System.Drawing.Size(17, 13); this.label89.TabIndex = 36; this.label89.Text = "Y:"; // // YnvAreaIDYUpDown // this.YnvAreaIDYUpDown.Location = new System.Drawing.Point(173, 12); this.YnvAreaIDYUpDown.Maximum = new decimal(new int[] { 99, 0, 0, 0}); this.YnvAreaIDYUpDown.Name = "YnvAreaIDYUpDown"; this.YnvAreaIDYUpDown.Size = new System.Drawing.Size(48, 20); this.YnvAreaIDYUpDown.TabIndex = 35; this.YnvAreaIDYUpDown.ValueChanged += new System.EventHandler(this.YnvAreaIDYUpDown_ValueChanged); // // label90 // this.label90.AutoSize = true; this.label90.Location = new System.Drawing.Point(68, 14); this.label90.Name = "label90"; this.label90.Size = new System.Drawing.Size(17, 13); this.label90.TabIndex = 34; this.label90.Text = "X:"; // // YnvAreaIDXUpDown // this.YnvAreaIDXUpDown.Location = new System.Drawing.Point(91, 12); this.YnvAreaIDXUpDown.Maximum = new decimal(new int[] { 99, 0, 0, 0}); this.YnvAreaIDXUpDown.Name = "YnvAreaIDXUpDown"; this.YnvAreaIDXUpDown.Size = new System.Drawing.Size(48, 20); this.YnvAreaIDXUpDown.TabIndex = 33; this.YnvAreaIDXUpDown.ValueChanged += new System.EventHandler(this.YnvAreaIDXUpDown_ValueChanged); // // YnvAreaIDInfoLabel // this.YnvAreaIDInfoLabel.AutoSize = true; this.YnvAreaIDInfoLabel.Location = new System.Drawing.Point(238, 14); this.YnvAreaIDInfoLabel.Name = "YnvAreaIDInfoLabel"; this.YnvAreaIDInfoLabel.Size = new System.Drawing.Size(30, 13); this.YnvAreaIDInfoLabel.TabIndex = 32; this.YnvAreaIDInfoLabel.Text = "ID: 0"; // // label92 // this.label92.AutoSize = true; this.label92.Location = new System.Drawing.Point(16, 14); this.label92.Name = "label92"; this.label92.Size = new System.Drawing.Size(46, 13); this.label92.TabIndex = 31; this.label92.Text = "Area ID:"; // // YnvVertexCountLabel // this.YnvVertexCountLabel.AutoSize = true; this.YnvVertexCountLabel.Location = new System.Drawing.Point(358, 55); this.YnvVertexCountLabel.Name = "YnvVertexCountLabel"; this.YnvVertexCountLabel.Size = new System.Drawing.Size(79, 13); this.YnvVertexCountLabel.TabIndex = 39; this.YnvVertexCountLabel.Text = "Vertex count: 0"; // // YnvPolyCountLabel // this.YnvPolyCountLabel.AutoSize = true; this.YnvPolyCountLabel.Location = new System.Drawing.Point(358, 73); this.YnvPolyCountLabel.Name = "YnvPolyCountLabel"; this.YnvPolyCountLabel.Size = new System.Drawing.Size(69, 13); this.YnvPolyCountLabel.TabIndex = 40; this.YnvPolyCountLabel.Text = "Poly count: 0"; // // YnvPortalCountLabel // this.YnvPortalCountLabel.AutoSize = true; this.YnvPortalCountLabel.Location = new System.Drawing.Point(358, 91); this.YnvPortalCountLabel.Name = "YnvPortalCountLabel"; this.YnvPortalCountLabel.Size = new System.Drawing.Size(76, 13); this.YnvPortalCountLabel.TabIndex = 41; this.YnvPortalCountLabel.Text = "Portal count: 0"; // // YnvPortalLinkCountLabel // this.YnvPortalLinkCountLabel.AutoSize = true; this.YnvPortalLinkCountLabel.Location = new System.Drawing.Point(358, 109); this.YnvPortalLinkCountLabel.Name = "YnvPortalLinkCountLabel"; this.YnvPortalLinkCountLabel.Size = new System.Drawing.Size(95, 13); this.YnvPortalLinkCountLabel.TabIndex = 42; this.YnvPortalLinkCountLabel.Text = "Portal link count: 0"; // // YnvPointCountLabel // this.YnvPointCountLabel.AutoSize = true; this.YnvPointCountLabel.Location = new System.Drawing.Point(358, 127); this.YnvPointCountLabel.Name = "YnvPointCountLabel"; this.YnvPointCountLabel.Size = new System.Drawing.Size(73, 13); this.YnvPointCountLabel.TabIndex = 43; this.YnvPointCountLabel.Text = "Point count: 0"; // // YnvByteCountLabel // this.YnvByteCountLabel.AutoSize = true; this.YnvByteCountLabel.Location = new System.Drawing.Point(358, 145); this.YnvByteCountLabel.Name = "YnvByteCountLabel"; this.YnvByteCountLabel.Size = new System.Drawing.Size(70, 13); this.YnvByteCountLabel.TabIndex = 44; this.YnvByteCountLabel.Text = "Byte count: 0"; // // YnvFlagsGroupBox // this.YnvFlagsGroupBox.Controls.Add(this.YnvFlagsUnknownCheckBox); this.YnvFlagsGroupBox.Controls.Add(this.YnvFlagsVehicleCheckBox); this.YnvFlagsGroupBox.Controls.Add(this.YnvFlagsPortalsCheckBox); this.YnvFlagsGroupBox.Controls.Add(this.YnvFlagsVerticesCheckBox); this.YnvFlagsGroupBox.Location = new System.Drawing.Point(247, 48); this.YnvFlagsGroupBox.Name = "YnvFlagsGroupBox"; this.YnvFlagsGroupBox.Size = new System.Drawing.Size(103, 115); this.YnvFlagsGroupBox.TabIndex = 45; this.YnvFlagsGroupBox.TabStop = false; this.YnvFlagsGroupBox.Text = "Content flags"; // // YnvFlagsUnknownCheckBox // this.YnvFlagsUnknownCheckBox.AutoSize = true; this.YnvFlagsUnknownCheckBox.Location = new System.Drawing.Point(12, 88); this.YnvFlagsUnknownCheckBox.Name = "YnvFlagsUnknownCheckBox"; this.YnvFlagsUnknownCheckBox.Size = new System.Drawing.Size(78, 17); this.YnvFlagsUnknownCheckBox.TabIndex = 3; this.YnvFlagsUnknownCheckBox.Text = "[Unknown]"; this.YnvFlagsUnknownCheckBox.UseVisualStyleBackColor = true; this.YnvFlagsUnknownCheckBox.CheckedChanged += new System.EventHandler(this.YnvFlagsUnknownCheckBox_CheckedChanged); // // YnvFlagsVehicleCheckBox // this.YnvFlagsVehicleCheckBox.AutoSize = true; this.YnvFlagsVehicleCheckBox.Location = new System.Drawing.Point(12, 65); this.YnvFlagsVehicleCheckBox.Name = "YnvFlagsVehicleCheckBox"; this.YnvFlagsVehicleCheckBox.Size = new System.Drawing.Size(61, 17); this.YnvFlagsVehicleCheckBox.TabIndex = 2; this.YnvFlagsVehicleCheckBox.Text = "Vehicle"; this.YnvFlagsVehicleCheckBox.UseVisualStyleBackColor = true; this.YnvFlagsVehicleCheckBox.CheckedChanged += new System.EventHandler(this.YnvFlagsVehicleCheckBox_CheckedChanged); // // YnvFlagsPortalsCheckBox // this.YnvFlagsPortalsCheckBox.AutoSize = true; this.YnvFlagsPortalsCheckBox.Location = new System.Drawing.Point(12, 42); this.YnvFlagsPortalsCheckBox.Name = "YnvFlagsPortalsCheckBox"; this.YnvFlagsPortalsCheckBox.Size = new System.Drawing.Size(58, 17); this.YnvFlagsPortalsCheckBox.TabIndex = 1; this.YnvFlagsPortalsCheckBox.Text = "Portals"; this.YnvFlagsPortalsCheckBox.UseVisualStyleBackColor = true; this.YnvFlagsPortalsCheckBox.CheckedChanged += new System.EventHandler(this.YnvFlagsPortalsCheckBox_CheckedChanged); // // YnvFlagsVerticesCheckBox // this.YnvFlagsVerticesCheckBox.AutoSize = true; this.YnvFlagsVerticesCheckBox.Location = new System.Drawing.Point(12, 19); this.YnvFlagsVerticesCheckBox.Name = "YnvFlagsVerticesCheckBox"; this.YnvFlagsVerticesCheckBox.Size = new System.Drawing.Size(64, 17); this.YnvFlagsVerticesCheckBox.TabIndex = 0; this.YnvFlagsVerticesCheckBox.Text = "Vertices"; this.YnvFlagsVerticesCheckBox.UseVisualStyleBackColor = true; this.YnvFlagsVerticesCheckBox.CheckedChanged += new System.EventHandler(this.YnvFlagsVerticesCheckBox_CheckedChanged); // // YnvVersionUnkHashTextBox // this.YnvVersionUnkHashTextBox.Location = new System.Drawing.Point(91, 180); this.YnvVersionUnkHashTextBox.Name = "YnvVersionUnkHashTextBox"; this.YnvVersionUnkHashTextBox.Size = new System.Drawing.Size(138, 20); this.YnvVersionUnkHashTextBox.TabIndex = 46; this.YnvVersionUnkHashTextBox.TextChanged += new System.EventHandler(this.YnvVersionUnkHashTextBox_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 183); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 47; this.label1.Text = "Unk hash?:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(235, 183); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(183, 13); this.label2.TabIndex = 48; this.label2.Text = "(2244687201 for global, 0 for vehicle)"; // // label78 // this.label78.AutoSize = true; this.label78.Location = new System.Drawing.Point(16, 217); this.label78.Name = "label78"; this.label78.Size = new System.Drawing.Size(69, 13); this.label78.TabIndex = 53; this.label78.Text = "Adj Area IDs:"; // // YnvAdjAreaIDsTextBox // this.YnvAdjAreaIDsTextBox.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.YnvAdjAreaIDsTextBox.Location = new System.Drawing.Point(91, 214); this.YnvAdjAreaIDsTextBox.Multiline = true; this.YnvAdjAreaIDsTextBox.Name = "YnvAdjAreaIDsTextBox"; this.YnvAdjAreaIDsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.YnvAdjAreaIDsTextBox.Size = new System.Drawing.Size(214, 139); this.YnvAdjAreaIDsTextBox.TabIndex = 52; this.YnvAdjAreaIDsTextBox.WordWrap = false; this.YnvAdjAreaIDsTextBox.TextChanged += new System.EventHandler(this.YnvAdjAreaIDsTextBox_TextChanged); // // label48 // this.label48.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label48.AutoSize = true; this.label48.Location = new System.Drawing.Point(17, 398); this.label48.Name = "label48"; this.label48.Size = new System.Drawing.Size(68, 13); this.label48.TabIndex = 57; this.label48.Text = "Project Path:"; // // YnvProjectPathTextBox // this.YnvProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.YnvProjectPathTextBox.Location = new System.Drawing.Point(91, 395); this.YnvProjectPathTextBox.Name = "YnvProjectPathTextBox"; this.YnvProjectPathTextBox.ReadOnly = true; this.YnvProjectPathTextBox.Size = new System.Drawing.Size(470, 20); this.YnvProjectPathTextBox.TabIndex = 56; // // label47 // this.label47.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label47.AutoSize = true; this.label47.Location = new System.Drawing.Point(33, 372); this.label47.Name = "label47"; this.label47.Size = new System.Drawing.Size(52, 13); this.label47.TabIndex = 55; this.label47.Text = "Rpf Path:"; // // YnvRpfPathTextBox // this.YnvRpfPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.YnvRpfPathTextBox.Location = new System.Drawing.Point(91, 369); this.YnvRpfPathTextBox.Name = "YnvRpfPathTextBox"; this.YnvRpfPathTextBox.ReadOnly = true; this.YnvRpfPathTextBox.Size = new System.Drawing.Size(470, 20); this.YnvRpfPathTextBox.TabIndex = 54; // // EditYnvPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(581, 429); this.Controls.Add(this.label48); this.Controls.Add(this.YnvProjectPathTextBox); this.Controls.Add(this.label47); this.Controls.Add(this.YnvRpfPathTextBox); this.Controls.Add(this.label78); this.Controls.Add(this.YnvAdjAreaIDsTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.YnvVersionUnkHashTextBox); this.Controls.Add(this.label1); this.Controls.Add(this.YnvFlagsGroupBox); this.Controls.Add(this.YnvByteCountLabel); this.Controls.Add(this.YnvPointCountLabel); this.Controls.Add(this.YnvPortalLinkCountLabel); this.Controls.Add(this.YnvPortalCountLabel); this.Controls.Add(this.YnvPolyCountLabel); this.Controls.Add(this.YnvVertexCountLabel); this.Controls.Add(this.YnvAABBSizeTextBox); this.Controls.Add(this.label91); this.Controls.Add(this.label89); this.Controls.Add(this.YnvAreaIDYUpDown); this.Controls.Add(this.label90); this.Controls.Add(this.YnvAreaIDXUpDown); this.Controls.Add(this.YnvAreaIDInfoLabel); this.Controls.Add(this.label92); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditYnvPanel"; this.Text = "Edit Ynv"; ((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDYUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDXUpDown)).EndInit(); this.YnvFlagsGroupBox.ResumeLayout(false); this.YnvFlagsGroupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox YnvAABBSizeTextBox; private System.Windows.Forms.Label label91; private System.Windows.Forms.Label label89; private System.Windows.Forms.NumericUpDown YnvAreaIDYUpDown; private System.Windows.Forms.Label label90; private System.Windows.Forms.NumericUpDown YnvAreaIDXUpDown; private System.Windows.Forms.Label YnvAreaIDInfoLabel; private System.Windows.Forms.Label label92; private System.Windows.Forms.Label YnvVertexCountLabel; private System.Windows.Forms.Label YnvPolyCountLabel; private System.Windows.Forms.Label YnvPortalCountLabel; private System.Windows.Forms.Label YnvPortalLinkCountLabel; private System.Windows.Forms.Label YnvPointCountLabel; private System.Windows.Forms.Label YnvByteCountLabel; private System.Windows.Forms.GroupBox YnvFlagsGroupBox; private System.Windows.Forms.CheckBox YnvFlagsUnknownCheckBox; private System.Windows.Forms.CheckBox YnvFlagsVehicleCheckBox; private System.Windows.Forms.CheckBox YnvFlagsPortalsCheckBox; private System.Windows.Forms.CheckBox YnvFlagsVerticesCheckBox; private System.Windows.Forms.TextBox YnvVersionUnkHashTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label78; private WinForms.TextBoxFix YnvAdjAreaIDsTextBox; private System.Windows.Forms.Label label48; private System.Windows.Forms.TextBox YnvProjectPathTextBox; private System.Windows.Forms.Label label47; private System.Windows.Forms.TextBox YnvRpfPathTextBox; } }