mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-08-17 10:16:59 -04:00
53 lines
2.6 KiB
C#
53 lines
2.6 KiB
C#
namespace MCGalaxy.Gui.Popups {
|
|
partial class TokenSelector {
|
|
|
|
/// <summary>
|
|
/// This method is required for Windows Forms designer support.
|
|
/// Do not change the method contents inside the source code editor. The Forms designer might
|
|
/// not be able to load this method if it was changed manually.
|
|
/// </summary>
|
|
private void InitializeComponent() {
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.components = new System.ComponentModel.Container();
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancel.Location = new System.Drawing.Point(100, 100);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(100, 25);
|
|
this.btnCancel.TabIndex = 260;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// TokenSelector
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(200, 200);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "TokenSelector";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "ColorPicker";
|
|
this.ResumeLayout(false);
|
|
}
|
|
|
|
protected override void Dispose(bool disposing) {
|
|
if (disposing && components != null) { components.Dispose(); }
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private System.ComponentModel.IContainer components;
|
|
private System.Windows.Forms.ToolTip toolTip;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
}
|
|
} |