2020-05-16 05:07:52 +00:00
namespace HeliosPlus.UIForms
{
partial class ShortcutLibraryForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
2020-11-28 10:02:24 +00:00
this . components = new System . ComponentModel . Container ( ) ;
2020-05-16 05:07:52 +00:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( ShortcutLibraryForm ) ) ;
2020-05-17 09:19:55 +00:00
this . ilv_saved_shortcuts = new Manina . Windows . Forms . ImageListView ( ) ;
2020-05-16 05:07:52 +00:00
this . btn_delete = new System . Windows . Forms . Button ( ) ;
this . btn_back = new System . Windows . Forms . Button ( ) ;
this . btn_run = new System . Windows . Forms . Button ( ) ;
this . btn_edit = new System . Windows . Forms . Button ( ) ;
this . btn_new = new System . Windows . Forms . Button ( ) ;
this . btn_save = new System . Windows . Forms . Button ( ) ;
2020-05-17 09:19:55 +00:00
this . dialog_save = new System . Windows . Forms . SaveFileDialog ( ) ;
2020-05-19 09:41:26 +00:00
this . label1 = new System . Windows . Forms . Label ( ) ;
2020-11-28 10:02:24 +00:00
this . tt_selected = new System . Windows . Forms . ToolTip ( this . components ) ;
2020-05-16 05:07:52 +00:00
this . SuspendLayout ( ) ;
//
2020-05-17 09:19:55 +00:00
// ilv_saved_shortcuts
2020-05-16 05:07:52 +00:00
//
2020-05-17 09:19:55 +00:00
this . ilv_saved_shortcuts . AllowCheckBoxClick = false ;
this . ilv_saved_shortcuts . AllowColumnClick = false ;
this . ilv_saved_shortcuts . AllowColumnResize = false ;
this . ilv_saved_shortcuts . AllowItemReorder = false ;
this . ilv_saved_shortcuts . AllowPaneResize = false ;
this . ilv_saved_shortcuts . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2020-05-16 05:07:52 +00:00
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2020-10-11 04:26:11 +00:00
this . ilv_saved_shortcuts . Colors = new Manina . Windows . Forms . ImageListViewColor ( resources . GetString ( "ilv_saved_shortcuts.Colors" ) ) ;
2020-05-19 09:41:26 +00:00
this . ilv_saved_shortcuts . Location = new System . Drawing . Point ( 0 , 98 ) ;
2020-05-17 09:19:55 +00:00
this . ilv_saved_shortcuts . MultiSelect = false ;
this . ilv_saved_shortcuts . Name = "ilv_saved_shortcuts" ;
this . ilv_saved_shortcuts . PersistentCacheDirectory = "" ;
this . ilv_saved_shortcuts . PersistentCacheSize = ( ( long ) ( 100 ) ) ;
2020-11-28 10:02:24 +00:00
this . ilv_saved_shortcuts . Size = new System . Drawing . Size ( 1134 , 512 ) ;
2020-05-17 09:19:55 +00:00
this . ilv_saved_shortcuts . TabIndex = 22 ;
this . ilv_saved_shortcuts . UseWIC = true ;
2020-05-19 09:41:26 +00:00
this . ilv_saved_shortcuts . ItemClick + = new Manina . Windows . Forms . ItemClickEventHandler ( this . ilv_saved_shortcuts_ItemClick ) ;
2020-11-28 10:02:24 +00:00
this . ilv_saved_shortcuts . ItemHover + = new Manina . Windows . Forms . ItemHoverEventHandler ( this . ilv_saved_shortcuts_ItemHover ) ;
2020-05-19 09:41:26 +00:00
this . ilv_saved_shortcuts . ItemDoubleClick + = new Manina . Windows . Forms . ItemDoubleClickEventHandler ( this . ilv_saved_shortcuts_ItemDoubleClick ) ;
2020-05-16 05:07:52 +00:00
//
// btn_delete
//
2020-11-28 10:02:24 +00:00
this . btn_delete . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
2020-05-16 05:07:52 +00:00
this . btn_delete . FlatAppearance . MouseDownBackColor = System . Drawing . Color . IndianRed ;
this . btn_delete . FlatAppearance . MouseOverBackColor = System . Drawing . Color . Brown ;
this . btn_delete . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . btn_delete . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 18F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btn_delete . ForeColor = System . Drawing . Color . White ;
2020-11-28 10:02:24 +00:00
this . btn_delete . Location = new System . Drawing . Point ( 462 , 630 ) ;
2020-05-16 05:07:52 +00:00
this . btn_delete . Name = "btn_delete" ;
this . btn_delete . Size = new System . Drawing . Size ( 120 , 40 ) ;
this . btn_delete . TabIndex = 26 ;
this . btn_delete . Text = "&Delete" ;
this . btn_delete . UseVisualStyleBackColor = true ;
2020-06-01 10:25:52 +00:00
this . btn_delete . Click + = new System . EventHandler ( this . btn_delete_Click ) ;
2020-05-16 05:07:52 +00:00
//
// btn_back
//
2020-11-28 10:02:24 +00:00
this . btn_back . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2020-05-16 05:07:52 +00:00
this . btn_back . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
this . btn_back . FlatAppearance . MouseDownBackColor = System . Drawing . Color . IndianRed ;
this . btn_back . FlatAppearance . MouseOverBackColor = System . Drawing . Color . Brown ;
this . btn_back . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . btn_back . ForeColor = System . Drawing . Color . White ;
2020-11-28 10:02:24 +00:00
this . btn_back . Location = new System . Drawing . Point ( 1047 , 681 ) ;
2020-05-16 05:07:52 +00:00
this . btn_back . Name = "btn_back" ;
this . btn_back . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . btn_back . TabIndex = 27 ;
this . btn_back . Text = "&Back" ;
this . btn_back . UseVisualStyleBackColor = true ;
this . btn_back . Click + = new System . EventHandler ( this . btn_back_Click ) ;
//
// btn_run
//
2020-11-28 10:02:24 +00:00
this . btn_run . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
2020-05-16 05:07:52 +00:00
this . btn_run . BackColor = System . Drawing . Color . Black ;
this . btn_run . FlatAppearance . MouseDownBackColor = System . Drawing . Color . IndianRed ;
this . btn_run . FlatAppearance . MouseOverBackColor = System . Drawing . Color . Brown ;
this . btn_run . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . btn_run . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 18F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btn_run . ForeColor = System . Drawing . Color . White ;
2020-11-28 10:02:24 +00:00
this . btn_run . Location = new System . Drawing . Point ( 588 , 630 ) ;
2020-05-16 05:07:52 +00:00
this . btn_run . Name = "btn_run" ;
this . btn_run . Size = new System . Drawing . Size ( 120 , 40 ) ;
this . btn_run . TabIndex = 25 ;
this . btn_run . Text = "&Run" ;
this . btn_run . UseVisualStyleBackColor = false ;
2020-07-23 06:31:00 +00:00
this . btn_run . Click + = new System . EventHandler ( this . btn_run_Click ) ;
2020-05-16 05:07:52 +00:00
//
// btn_edit
//
2020-11-28 10:02:24 +00:00
this . btn_edit . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
2020-05-16 05:07:52 +00:00
this . btn_edit . BackColor = System . Drawing . Color . Black ;
this . btn_edit . FlatAppearance . MouseDownBackColor = System . Drawing . Color . IndianRed ;
this . btn_edit . FlatAppearance . MouseOverBackColor = System . Drawing . Color . Brown ;
this . btn_edit . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . btn_edit . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 18F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btn_edit . ForeColor = System . Drawing . Color . White ;
2020-11-28 10:02:24 +00:00
this . btn_edit . Location = new System . Drawing . Point ( 336 , 630 ) ;
2020-05-16 05:07:52 +00:00
this . btn_edit . Name = "btn_edit" ;
this . btn_edit . Size = new System . Drawing . Size ( 120 , 40 ) ;
this . btn_edit . TabIndex = 28 ;
this . btn_edit . Text = "&Edit" ;
this . btn_edit . UseVisualStyleBackColor = false ;
2020-05-19 09:41:26 +00:00
this . btn_edit . Click + = new System . EventHandler ( this . btn_edit_Click ) ;
2020-05-16 05:07:52 +00:00
//
// btn_new
//
2020-11-28 10:02:24 +00:00
this . btn_new . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
2020-05-16 05:07:52 +00:00
this . btn_new . BackColor = System . Drawing . Color . Black ;
this . btn_new . FlatAppearance . MouseDownBackColor = System . Drawing . Color . IndianRed ;
this . btn_new . FlatAppearance . MouseOverBackColor = System . Drawing . Color . Brown ;
this . btn_new . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . btn_new . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 18F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btn_new . ForeColor = System . Drawing . Color . White ;
2020-11-28 10:02:24 +00:00
this . btn_new . Location = new System . Drawing . Point ( 210 , 630 ) ;
2020-05-16 05:07:52 +00:00
this . btn_new . Name = "btn_new" ;
this . btn_new . Size = new System . Drawing . Size ( 120 , 40 ) ;
this . btn_new . TabIndex = 29 ;
this . btn_new . Text = "&New" ;
this . btn_new . UseVisualStyleBackColor = false ;
this . btn_new . Click + = new System . EventHandler ( this . btn_new_Click ) ;
//
// btn_save
//
2020-11-28 10:02:24 +00:00
this . btn_save . Anchor = System . Windows . Forms . AnchorStyles . Bottom ;
2020-05-16 05:07:52 +00:00
this . btn_save . BackColor = System . Drawing . Color . Black ;
this . btn_save . FlatAppearance . MouseDownBackColor = System . Drawing . Color . IndianRed ;
this . btn_save . FlatAppearance . MouseOverBackColor = System . Drawing . Color . Brown ;
this . btn_save . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . btn_save . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 18F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . btn_save . ForeColor = System . Drawing . Color . White ;
2020-11-28 10:02:24 +00:00
this . btn_save . Location = new System . Drawing . Point ( 714 , 630 ) ;
2020-05-16 05:07:52 +00:00
this . btn_save . Name = "btn_save" ;
this . btn_save . Size = new System . Drawing . Size ( 211 , 40 ) ;
this . btn_save . TabIndex = 30 ;
this . btn_save . Text = "&Save to Desktop" ;
this . btn_save . UseVisualStyleBackColor = false ;
2020-07-21 07:50:41 +00:00
this . btn_save . Click + = new System . EventHandler ( this . btn_save_Click ) ;
2020-05-16 05:07:52 +00:00
//
2020-05-17 09:19:55 +00:00
// dialog_save
//
this . dialog_save . DefaultExt = "lnk" ;
this . dialog_save . DereferenceLinks = false ;
this . dialog_save . Filter = global :: HeliosPlus . Resources . Language . Shortcuts_Filter ;
this . dialog_save . RestoreDirectory = true ;
//
2020-05-19 09:41:26 +00:00
// label1
//
2020-11-28 10:02:24 +00:00
this . label1 . Anchor = System . Windows . Forms . AnchorStyles . Top ;
2020-05-19 09:41:26 +00:00
this . label1 . AutoSize = true ;
2020-05-31 02:56:22 +00:00
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 21.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2020-05-19 09:41:26 +00:00
this . label1 . ForeColor = System . Drawing . Color . White ;
2020-05-31 02:56:22 +00:00
this . label1 . Location = new System . Drawing . Point ( 407 , 33 ) ;
2020-05-19 09:41:26 +00:00
this . label1 . Name = "label1" ;
2020-05-31 02:56:22 +00:00
this . label1 . Size = new System . Drawing . Size ( 309 , 33 ) ;
2020-05-19 09:41:26 +00:00
this . label1 . TabIndex = 31 ;
this . label1 . Text = "Game Shortcut Library" ;
//
2020-05-16 05:07:52 +00:00
// ShortcutLibraryForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . BackColor = System . Drawing . Color . Black ;
2020-05-19 09:41:26 +00:00
this . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "$this.BackgroundImage" ) ) ) ;
2020-11-28 10:02:24 +00:00
this . ClientSize = new System . Drawing . Size ( 1134 , 716 ) ;
2020-05-19 09:41:26 +00:00
this . Controls . Add ( this . label1 ) ;
2020-05-16 05:07:52 +00:00
this . Controls . Add ( this . btn_save ) ;
this . Controls . Add ( this . btn_new ) ;
this . Controls . Add ( this . btn_edit ) ;
this . Controls . Add ( this . btn_delete ) ;
this . Controls . Add ( this . btn_back ) ;
this . Controls . Add ( this . btn_run ) ;
2020-05-17 09:19:55 +00:00
this . Controls . Add ( this . ilv_saved_shortcuts ) ;
2020-05-16 05:07:52 +00:00
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . MaximizeBox = false ;
2020-11-28 10:02:24 +00:00
this . MaximumSize = new System . Drawing . Size ( 1150 , 755 ) ;
this . MinimumSize = new System . Drawing . Size ( 756 , 375 ) ;
2020-05-16 05:07:52 +00:00
this . Name = "ShortcutLibraryForm" ;
2020-10-23 05:11:34 +00:00
this . ShowIcon = false ;
2020-05-16 05:07:52 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "HeliosPlus - Setup Game Shortcuts" ;
2020-05-16 11:16:46 +00:00
this . Load + = new System . EventHandler ( this . ShortcutLibraryForm_Load ) ;
2020-05-16 05:07:52 +00:00
this . ResumeLayout ( false ) ;
2020-05-19 09:41:26 +00:00
this . PerformLayout ( ) ;
2020-05-16 05:07:52 +00:00
}
#endregion
2020-05-17 09:19:55 +00:00
private Manina . Windows . Forms . ImageListView ilv_saved_shortcuts ;
2020-05-16 05:07:52 +00:00
private System . Windows . Forms . Button btn_delete ;
private System . Windows . Forms . Button btn_back ;
private System . Windows . Forms . Button btn_run ;
private System . Windows . Forms . Button btn_edit ;
private System . Windows . Forms . Button btn_new ;
private System . Windows . Forms . Button btn_save ;
2020-05-17 09:19:55 +00:00
private System . Windows . Forms . SaveFileDialog dialog_save ;
2020-05-19 09:41:26 +00:00
private System . Windows . Forms . Label label1 ;
2020-11-28 10:02:24 +00:00
private System . Windows . Forms . ToolTip tt_selected ;
2020-05-16 05:07:52 +00:00
}
}