Files
P2EP_Toolkit/p2isPSX_CDToolkit/DungeonEditor.Designer.vb
2025-12-29 19:03:54 +05:00

232 lines
10 KiB
VB.net
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DungeonEditor
Inherits System.Windows.Forms.Form
'Форма переопределяет dispose для очистки списка компонентов.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Является обязательной для конструктора форм Windows Forms
Private components As System.ComponentModel.IContainer
'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
'Для ее изменения используйте конструктор форм Windows Form.
'Не изменяйте ее в редакторе исходного кода.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.ID = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.UserTitle = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.EngTitle = New System.Windows.Forms.TextBox()
Me.SaveToISO = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.ChrCount = New System.Windows.Forms.Label()
Me.AreaCount = New System.Windows.Forms.Label()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.STAT_E = New System.Windows.Forms.DataGridViewTextBoxColumn()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ID
'
Me.ID.Location = New System.Drawing.Point(358, 5)
Me.ID.Name = "ID"
Me.ID.Size = New System.Drawing.Size(138, 20)
Me.ID.TabIndex = 0
Me.ID.Text = "741"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(242, 8)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(110, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "DungeonID (741-788)"
'
'UserTitle
'
Me.UserTitle.Location = New System.Drawing.Point(12, 59)
Me.UserTitle.Name = "UserTitle"
Me.UserTitle.Size = New System.Drawing.Size(196, 20)
Me.UserTitle.TabIndex = 2
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(358, 29)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(69, 22)
Me.Button1.TabIndex = 3
Me.Button1.Text = "<<<"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(433, 29)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(63, 22)
Me.Button2.TabIndex = 3
Me.Button2.Text = ">>>"
Me.Button2.UseVisualStyleBackColor = True
'
'DataGridView1
'
Me.DataGridView1.AllowUserToAddRows = False
Me.DataGridView1.AllowUserToDeleteRows = False
Me.DataGridView1.AllowUserToResizeRows = False
DataGridViewCellStyle1.Font = New System.Drawing.Font("Roboto Mono", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.STAT_E})
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle3.Font = New System.Drawing.Font("Roboto Mono", 11.0!)
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle3
Me.DataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter
Me.DataGridView1.Location = New System.Drawing.Point(12, 85)
Me.DataGridView1.MultiSelect = False
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.RowHeadersVisible = False
Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
Me.DataGridView1.Size = New System.Drawing.Size(484, 675)
Me.DataGridView1.TabIndex = 4
'
'EngTitle
'
Me.EngTitle.Location = New System.Drawing.Point(300, 59)
Me.EngTitle.Name = "EngTitle"
Me.EngTitle.Size = New System.Drawing.Size(196, 20)
Me.EngTitle.TabIndex = 2
'
'SaveToISO
'
Me.SaveToISO.Location = New System.Drawing.Point(329, 766)
Me.SaveToISO.Name = "SaveToISO"
Me.SaveToISO.Size = New System.Drawing.Size(166, 40)
Me.SaveToISO.TabIndex = 5
Me.SaveToISO.Text = "SaveToUSERISO"
Me.SaveToISO.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(208, 783)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(115, 23)
Me.Button4.TabIndex = 6
Me.Button4.Text = "UpdateFileTable??"
Me.Button4.UseVisualStyleBackColor = True
'
'ChrCount
'
Me.ChrCount.AutoSize = True
Me.ChrCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.ChrCount.Location = New System.Drawing.Point(189, 36)
Me.ChrCount.Name = "ChrCount"
Me.ChrCount.Size = New System.Drawing.Size(19, 20)
Me.ChrCount.TabIndex = 7
Me.ChrCount.Text = "0"
'
'AreaCount
'
Me.AreaCount.AutoSize = True
Me.AreaCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.AreaCount.Location = New System.Drawing.Point(247, 59)
Me.AreaCount.Name = "AreaCount"
Me.AreaCount.Size = New System.Drawing.Size(19, 20)
Me.AreaCount.TabIndex = 8
Me.AreaCount.Text = "0"
'
'Column1
'
Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Column1.FillWeight = 10.0!
Me.Column1.HeaderText = "STATUS"
Me.Column1.Name = "Column1"
'
'Column2
'
Me.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
Me.Column2.DefaultCellStyle = DataGridViewCellStyle2
Me.Column2.HeaderText = "USER_TEXT"
Me.Column2.Name = "Column2"
'
'Column3
'
Me.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Column3.HeaderText = "ENG_TEXT"
Me.Column3.Name = "Column3"
'
'STAT_E
'
Me.STAT_E.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.STAT_E.FillWeight = 15.0!
Me.STAT_E.HeaderText = "STAT_E"
Me.STAT_E.Name = "STAT_E"
'
'DungeonEditor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(507, 818)
Me.Controls.Add(Me.AreaCount)
Me.Controls.Add(Me.ChrCount)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.SaveToISO)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.EngTitle)
Me.Controls.Add(Me.UserTitle)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.ID)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "DungeonEditor"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "DungeonEditor"
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ID As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents UserTitle As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents DataGridView1 As DataGridView
Friend WithEvents EngTitle As TextBox
Friend WithEvents SaveToISO As Button
Friend WithEvents Button4 As Button
Friend WithEvents ChrCount As Label
Friend WithEvents AreaCount As Label
Friend WithEvents Column1 As DataGridViewTextBoxColumn
Friend WithEvents Column2 As DataGridViewTextBoxColumn
Friend WithEvents Column3 As DataGridViewTextBoxColumn
Friend WithEvents STAT_E As DataGridViewTextBoxColumn
End Class