Partial Class CityEditor Inherits System.Windows.Forms.Form 'Форма переопределяет dispose для очистки списка компонентов. 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. 'Не изменяйте ее в редакторе исходного кода. Private Sub InitializeComponent() Dim DataGridViewCellStyle1 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.ChrCount = New System.Windows.Forms.Label() Me.AreaCount = New System.Windows.Forms.Label() 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() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ID ' Me.ID.Location = New System.Drawing.Point(467, 7) Me.ID.Name = "ID" Me.ID.Size = New System.Drawing.Size(138, 20) Me.ID.TabIndex = 0 Me.ID.Text = "713" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(351, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(99, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "DictrictID (713-719)" ' '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(467, 31) 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(542, 31) 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 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 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)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle1 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 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 ' 'EngTitle ' Me.EngTitle.Location = New System.Drawing.Point(409, 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 ' '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" ' 'SecondVariant ' 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 ' Me.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.Column2.HeaderText = "USER_TEXT" Me.Column2.Name = "Column2" ' '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 = 24.28417! Me.STAT_E.HeaderText = "COORDS_E" Me.STAT_E.Name = "STAT_E" ' '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.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 = "CityEditor" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "CityEditor" 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 ChrCount As Label Friend WithEvents AreaCount As Label 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 End Class