mirror of
https://github.com/WaGi-Coding/OpenXR-Runtime-Switcher.git
synced 2026-08-04 00:53:57 -04:00
218 lines
No EOL
12 KiB
C#
218 lines
No EOL
12 KiB
C#
|
|
namespace OpenXR_Runtime_Switcher
|
|
{
|
|
partial class Form_AddCustomRuntime
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_AddCustomRuntime));
|
|
this.btnAdd = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.tbName = new System.Windows.Forms.TextBox();
|
|
this.tbPath = new System.Windows.Forms.TextBox();
|
|
this.lblName = new System.Windows.Forms.Label();
|
|
this.lblPath = new System.Windows.Forms.Label();
|
|
this.btnSearchPath = new System.Windows.Forms.Button();
|
|
this.openFileDialogLogo = new System.Windows.Forms.OpenFileDialog();
|
|
this.openFileDialogJsonPath = new System.Windows.Forms.OpenFileDialog();
|
|
this.tbImagePath = new System.Windows.Forms.TextBox();
|
|
this.lblImagePath = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.BackColor = System.Drawing.Color.Green;
|
|
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.Location = new System.Drawing.Point(377, 189);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(75, 23);
|
|
this.btnAdd.TabIndex = 32;
|
|
this.btnAdd.Text = "Add";
|
|
this.btnAdd.UseVisualStyleBackColor = false;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.BackColor = System.Drawing.Color.DarkOrange;
|
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancel.Location = new System.Drawing.Point(296, 189);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 31;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// tbName
|
|
//
|
|
this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbName.Location = new System.Drawing.Point(218, 35);
|
|
this.tbName.Name = "tbName";
|
|
this.tbName.Size = new System.Drawing.Size(234, 20);
|
|
this.tbName.TabIndex = 11;
|
|
//
|
|
// tbPath
|
|
//
|
|
this.tbPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbPath.Location = new System.Drawing.Point(218, 81);
|
|
this.tbPath.Name = "tbPath";
|
|
this.tbPath.Size = new System.Drawing.Size(234, 20);
|
|
this.tbPath.TabIndex = 21;
|
|
//
|
|
// lblName
|
|
//
|
|
this.lblName.AutoSize = true;
|
|
this.lblName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblName.Location = new System.Drawing.Point(218, 12);
|
|
this.lblName.Name = "lblName";
|
|
this.lblName.Size = new System.Drawing.Size(60, 20);
|
|
this.lblName.TabIndex = 10;
|
|
this.lblName.Text = "Name:";
|
|
//
|
|
// lblPath
|
|
//
|
|
this.lblPath.AutoSize = true;
|
|
this.lblPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPath.Location = new System.Drawing.Point(214, 58);
|
|
this.lblPath.Name = "lblPath";
|
|
this.lblPath.Size = new System.Drawing.Size(95, 20);
|
|
this.lblPath.TabIndex = 20;
|
|
this.lblPath.Text = "Json-Path:";
|
|
//
|
|
// btnSearchPath
|
|
//
|
|
this.btnSearchPath.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
this.btnSearchPath.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSearchPath.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSearchPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSearchPath.Location = new System.Drawing.Point(218, 107);
|
|
this.btnSearchPath.Name = "btnSearchPath";
|
|
this.btnSearchPath.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSearchPath.TabIndex = 22;
|
|
this.btnSearchPath.Text = "Search";
|
|
this.btnSearchPath.UseVisualStyleBackColor = false;
|
|
this.btnSearchPath.Click += new System.EventHandler(this.btnSearchPath_Click);
|
|
//
|
|
// openFileDialogLogo
|
|
//
|
|
this.openFileDialogLogo.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialogLogo_FileOk);
|
|
//
|
|
// openFileDialogJsonPath
|
|
//
|
|
this.openFileDialogJsonPath.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialogJsonPath_FileOk);
|
|
//
|
|
// tbImagePath
|
|
//
|
|
this.tbImagePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbImagePath.Location = new System.Drawing.Point(218, 156);
|
|
this.tbImagePath.Name = "tbImagePath";
|
|
this.tbImagePath.Size = new System.Drawing.Size(234, 20);
|
|
this.tbImagePath.TabIndex = 58;
|
|
this.toolTip1.SetToolTip(this.tbImagePath, "Path of the Image you want to use as Logo\r\nLeave empty to use the default Logo.");
|
|
//
|
|
// lblImagePath
|
|
//
|
|
this.lblImagePath.AutoSize = true;
|
|
this.lblImagePath.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblImagePath.Location = new System.Drawing.Point(214, 133);
|
|
this.lblImagePath.Name = "lblImagePath";
|
|
this.lblImagePath.Size = new System.Drawing.Size(97, 20);
|
|
this.lblImagePath.TabIndex = 57;
|
|
this.lblImagePath.Text = "Logo-Path:";
|
|
this.toolTip1.SetToolTip(this.lblImagePath, "Path of the Image you want to use as Logo\r\nLeave empty to use the default Logo.");
|
|
//
|
|
// pictureBoxLogo
|
|
//
|
|
this.pictureBoxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBoxLogo.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureBoxLogo.Image = global::OpenXR_Runtime_Switcher.Properties.Resources.Logo_NoLogo;
|
|
this.pictureBoxLogo.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBoxLogo.Name = "pictureBoxLogo";
|
|
this.pictureBoxLogo.Size = new System.Drawing.Size(200, 200);
|
|
this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxLogo.TabIndex = 56;
|
|
this.pictureBoxLogo.TabStop = false;
|
|
this.pictureBoxLogo.Click += new System.EventHandler(this.pictureBoxLogo_Click);
|
|
//
|
|
// Form_AddCustomRuntime
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
this.ClientSize = new System.Drawing.Size(464, 221);
|
|
this.Controls.Add(this.lblImagePath);
|
|
this.Controls.Add(this.tbImagePath);
|
|
this.Controls.Add(this.btnSearchPath);
|
|
this.Controls.Add(this.lblPath);
|
|
this.Controls.Add(this.lblName);
|
|
this.Controls.Add(this.tbPath);
|
|
this.Controls.Add(this.tbName);
|
|
this.Controls.Add(this.pictureBoxLogo);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximumSize = new System.Drawing.Size(999999999, 260);
|
|
this.MinimumSize = new System.Drawing.Size(480, 260);
|
|
this.Name = "Form_AddCustomRuntime";
|
|
this.Text = "OpenXR Runtime-Switcher | Add Custom Runtime";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnAdd;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.PictureBox pictureBoxLogo;
|
|
private System.Windows.Forms.TextBox tbName;
|
|
private System.Windows.Forms.TextBox tbPath;
|
|
private System.Windows.Forms.Label lblName;
|
|
private System.Windows.Forms.Label lblPath;
|
|
private System.Windows.Forms.Button btnSearchPath;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialogLogo;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialogJsonPath;
|
|
private System.Windows.Forms.TextBox tbImagePath;
|
|
private System.Windows.Forms.Label lblImagePath;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
}
|
|
} |