scripts & contacts export support
This commit is contained in:
56
p2isPSX_CDToolkit/CityEditor.Designer.vb
generated
56
p2isPSX_CDToolkit/CityEditor.Designer.vb
generated
@@ -32,10 +32,11 @@ Partial Class CityEditor
|
||||
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.SecondVariant = New System.Windows.Forms.CheckBox()
|
||||
Me.X = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Y = 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()
|
||||
@@ -90,7 +91,7 @@ Partial Class CityEditor
|
||||
Me.DataGridView1.AllowUserToDeleteRows = False
|
||||
Me.DataGridView1.AllowUserToResizeRows = False
|
||||
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})
|
||||
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.X, Me.Y, Me.Column2, Me.Column3, Me.STAT_E})
|
||||
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
|
||||
DataGridViewCellStyle1.Font = New System.Drawing.Font("Consolas", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
|
||||
@@ -106,6 +107,7 @@ Partial Class CityEditor
|
||||
Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
|
||||
DataGridViewCellStyle2.Font = New System.Drawing.Font("Lucida Sans Typewriter", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
|
||||
Me.DataGridView1.RowTemplate.DefaultCellStyle.Font = New System.Drawing.Font("Lucida Sans Typewriter", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
||||
Me.DataGridView1.Size = New System.Drawing.Size(593, 675)
|
||||
Me.DataGridView1.TabIndex = 4
|
||||
@@ -126,15 +128,6 @@ Partial Class CityEditor
|
||||
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
|
||||
@@ -155,12 +148,31 @@ Partial Class CityEditor
|
||||
Me.AreaCount.TabIndex = 8
|
||||
Me.AreaCount.Text = "0"
|
||||
'
|
||||
'Column1
|
||||
'SecondVariant
|
||||
'
|
||||
Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.Column1.FillWeight = 35.0!
|
||||
Me.Column1.HeaderText = "COORDS"
|
||||
Me.Column1.Name = "Column1"
|
||||
Me.SecondVariant.Appearance = System.Windows.Forms.Appearance.Button
|
||||
Me.SecondVariant.AutoSize = True
|
||||
Me.SecondVariant.Location = New System.Drawing.Point(313, 57)
|
||||
Me.SecondVariant.Name = "SecondVariant"
|
||||
Me.SecondVariant.Size = New System.Drawing.Size(90, 23)
|
||||
Me.SecondVariant.TabIndex = 12
|
||||
Me.SecondVariant.Text = "Second Variant"
|
||||
Me.SecondVariant.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.SecondVariant.UseVisualStyleBackColor = True
|
||||
'
|
||||
'X
|
||||
'
|
||||
Me.X.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.X.FillWeight = 25.0!
|
||||
Me.X.HeaderText = "X"
|
||||
Me.X.Name = "X"
|
||||
'
|
||||
'Y
|
||||
'
|
||||
Me.Y.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.Y.FillWeight = 25.0!
|
||||
Me.Y.HeaderText = "Y"
|
||||
Me.Y.Name = "Y"
|
||||
'
|
||||
'Column2
|
||||
'
|
||||
@@ -171,13 +183,14 @@ Partial Class CityEditor
|
||||
'Column3
|
||||
'
|
||||
Me.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.Column3.FillWeight = 69.38334!
|
||||
Me.Column3.HeaderText = "ENG_TEXT"
|
||||
Me.Column3.Name = "Column3"
|
||||
'
|
||||
'STAT_E
|
||||
'
|
||||
Me.STAT_E.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.STAT_E.FillWeight = 35.0!
|
||||
Me.STAT_E.FillWeight = 24.28417!
|
||||
Me.STAT_E.HeaderText = "COORDS_E"
|
||||
Me.STAT_E.Name = "STAT_E"
|
||||
'
|
||||
@@ -186,9 +199,9 @@ Partial Class CityEditor
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(608, 818)
|
||||
Me.Controls.Add(Me.SecondVariant)
|
||||
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)
|
||||
@@ -217,10 +230,11 @@ Partial Class CityEditor
|
||||
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 SecondVariant As CheckBox
|
||||
Friend WithEvents X As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Y As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column2 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column3 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents STAT_E As DataGridViewTextBoxColumn
|
||||
|
||||
Reference in New Issue
Block a user