SheetPlayer/SheetPlayer/aoMenu.Designer.cs

107 lines
5.0 KiB
C#

namespace SheetPlayer {
partial class aoMenu {
/// <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.pnlSkin = new System.Windows.Forms.Panel();
this.tbSize = new System.Windows.Forms.TrackBar();
this.cmdDelete = new System.Windows.Forms.Button();
this.tbMetaData = new System.Windows.Forms.TextBox();
this.pnlSkin.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbSize)).BeginInit();
this.SuspendLayout();
//
// pnlSkin
//
this.pnlSkin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlSkin.Controls.Add(this.tbSize);
this.pnlSkin.Controls.Add(this.cmdDelete);
this.pnlSkin.Controls.Add(this.tbMetaData);
this.pnlSkin.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlSkin.Location = new System.Drawing.Point(0, 0);
this.pnlSkin.Name = "pnlSkin";
this.pnlSkin.Size = new System.Drawing.Size(360, 76);
this.pnlSkin.TabIndex = 0;
//
// tbSize
//
this.tbSize.LargeChange = 2;
this.tbSize.Location = new System.Drawing.Point(10, 37);
this.tbSize.Minimum = 1;
this.tbSize.Name = "tbSize";
this.tbSize.Size = new System.Drawing.Size(337, 45);
this.tbSize.TabIndex = 2;
this.tbSize.Value = 1;
this.tbSize.Scroll += new System.EventHandler(this.tbSize_Scroll);
//
// cmdDelete
//
this.cmdDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdDelete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Red;
this.cmdDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(97)))), ((int)(((byte)(99)))));
this.cmdDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmdDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cmdDelete.Location = new System.Drawing.Point(293, 8);
this.cmdDelete.Name = "cmdDelete";
this.cmdDelete.Size = new System.Drawing.Size(62, 23);
this.cmdDelete.TabIndex = 0;
this.cmdDelete.Text = "delete";
this.cmdDelete.UseVisualStyleBackColor = true;
this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click);
//
// tbMetaData
//
this.tbMetaData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbMetaData.Location = new System.Drawing.Point(10, 10);
this.tbMetaData.Name = "tbMetaData";
this.tbMetaData.Size = new System.Drawing.Size(277, 20);
this.tbMetaData.TabIndex = 1;
this.tbMetaData.TextChanged += new System.EventHandler(this.tbMetaData_TextChanged);
//
// aoMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(360, 76);
this.Controls.Add(this.pnlSkin);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.Name = "aoMenu";
this.Text = "aoMenu";
this.Deactivate += new System.EventHandler(this.aoMenu_Deactivate);
this.pnlSkin.ResumeLayout(false);
this.pnlSkin.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tbSize)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlSkin;
private System.Windows.Forms.Button cmdDelete;
private System.Windows.Forms.TextBox tbMetaData;
private System.Windows.Forms.TrackBar tbSize;
}
}