C# Класс SceneNavigateAndBookmarks.SceneNavigateAndBookmarks

Summary description for Form1.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Label1 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label
Label3 System.Windows.Forms.Label
Label4 System.Windows.Forms.Label
Label5 System.Windows.Forms.Label
Line1 System.Windows.Forms.Label
Line2 System.Windows.Forms.Label
Line3 System.Windows.Forms.Label
chkNavigate System.Windows.Forms.CheckBox
chkRotate System.Windows.Forms.CheckBox
cmdBrowse System.Windows.Forms.Button
cmdCaptureBookmark System.Windows.Forms.Button
cmdLoad System.Windows.Forms.Button
lstBookmarks System.Windows.Forms.ListBox
txtFileName System.Windows.Forms.TextBox
txtNewBookmarkName System.Windows.Forms.TextBox

Открытые методы

Метод Описание
SceneNavigateAndBookmarks ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
Form1_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
UpdateBookmarks ( ) : void
chkNavigate_CheckedChanged ( object sender, System e ) : void
chkRotate_CheckedChanged ( object sender, System e ) : void
cmdBrowse_Click ( object sender, System e ) : void
cmdCaptureBookmark_Click ( object sender, System e ) : void
cmdLoad_Click ( object sender, System e ) : void
lstBookmarks_SelectedIndexChanged ( object sender, System e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

SceneNavigateAndBookmarks() публичный Метод

public SceneNavigateAndBookmarks ( ) : System
Результат System

Описание свойств

Label1 публичное свойство

public Label,System.Windows.Forms Label1
Результат System.Windows.Forms.Label

Label2 публичное свойство

public Label,System.Windows.Forms Label2
Результат System.Windows.Forms.Label

Label3 публичное свойство

public Label,System.Windows.Forms Label3
Результат System.Windows.Forms.Label

Label4 публичное свойство

public Label,System.Windows.Forms Label4
Результат System.Windows.Forms.Label

Label5 публичное свойство

public Label,System.Windows.Forms Label5
Результат System.Windows.Forms.Label

Line1 публичное свойство

public Label,System.Windows.Forms Line1
Результат System.Windows.Forms.Label

Line2 публичное свойство

public Label,System.Windows.Forms Line2
Результат System.Windows.Forms.Label

Line3 публичное свойство

public Label,System.Windows.Forms Line3
Результат System.Windows.Forms.Label

chkNavigate публичное свойство

public CheckBox,System.Windows.Forms chkNavigate
Результат System.Windows.Forms.CheckBox

chkRotate публичное свойство

public CheckBox,System.Windows.Forms chkRotate
Результат System.Windows.Forms.CheckBox

cmdBrowse публичное свойство

public Button,System.Windows.Forms cmdBrowse
Результат System.Windows.Forms.Button

cmdCaptureBookmark публичное свойство

public Button,System.Windows.Forms cmdCaptureBookmark
Результат System.Windows.Forms.Button

cmdLoad публичное свойство

public Button,System.Windows.Forms cmdLoad
Результат System.Windows.Forms.Button

lstBookmarks публичное свойство

public ListBox,System.Windows.Forms lstBookmarks
Результат System.Windows.Forms.ListBox

txtFileName публичное свойство

public TextBox,System.Windows.Forms txtFileName
Результат System.Windows.Forms.TextBox

txtNewBookmarkName публичное свойство

public TextBox,System.Windows.Forms txtNewBookmarkName
Результат System.Windows.Forms.TextBox