mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-17 22:48:21 +00:00
Moved and resized context label
This commit is contained in:
@@ -50,18 +50,18 @@
|
||||
this.OKButton.UseVisualStyleBackColor = true;
|
||||
this.OKButton.Click += new System.EventHandler(this.OKBtn_Click);
|
||||
//
|
||||
// contextLabel
|
||||
// ContextLabel
|
||||
//
|
||||
resources.ApplyResources(this.ContextLabel, "contextLabel");
|
||||
resources.ApplyResources(this.ContextLabel, "ContextLabel");
|
||||
this.ContextLabel.FontSize = MetroFramework.MetroLabelSize.Small;
|
||||
this.ContextLabel.Name = "contextLabel";
|
||||
this.ContextLabel.Name = "ContextLabel";
|
||||
this.ContextLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
||||
this.ContextLabel.WrapToLine = true;
|
||||
//
|
||||
// valueUpDown
|
||||
// ValueUpDown
|
||||
//
|
||||
resources.ApplyResources(this.ValueUpDown, "valueUpDown");
|
||||
this.ValueUpDown.Name = "valueUpDown";
|
||||
resources.ApplyResources(this.ValueUpDown, "ValueUpDown");
|
||||
this.ValueUpDown.Name = "ValueUpDown";
|
||||
//
|
||||
// NumericPrompt
|
||||
//
|
||||
|
||||
@@ -186,52 +186,52 @@
|
||||
<data name=">>OKButton.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="contextLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<data name="ContextLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top</value>
|
||||
</data>
|
||||
<data name="contextLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>28, 39</value>
|
||||
<data name="ContextLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>28, 27</value>
|
||||
</data>
|
||||
<data name="contextLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>208, 39</value>
|
||||
<data name="ContextLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>208, 58</value>
|
||||
</data>
|
||||
<data name="contextLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="ContextLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="contextLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||
<data name="ContextLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||
<value>TopCenter</value>
|
||||
</data>
|
||||
<data name=">>contextLabel.Name" xml:space="preserve">
|
||||
<value>contextLabel</value>
|
||||
<data name=">>ContextLabel.Name" xml:space="preserve">
|
||||
<value>ContextLabel</value>
|
||||
</data>
|
||||
<data name=">>contextLabel.Type" xml:space="preserve">
|
||||
<data name=">>ContextLabel.Type" xml:space="preserve">
|
||||
<value>MetroFramework.Controls.MetroLabel, MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a</value>
|
||||
</data>
|
||||
<data name=">>contextLabel.Parent" xml:space="preserve">
|
||||
<data name=">>ContextLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>contextLabel.ZOrder" xml:space="preserve">
|
||||
<data name=">>ContextLabel.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="valueUpDown.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<data name="ValueUpDown.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>71, 88</value>
|
||||
</data>
|
||||
<data name="valueUpDown.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<data name="ValueUpDown.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>164, 20</value>
|
||||
</data>
|
||||
<data name="valueUpDown.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="ValueUpDown.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name=">>valueUpDown.Name" xml:space="preserve">
|
||||
<value>valueUpDown</value>
|
||||
<data name=">>ValueUpDown.Name" xml:space="preserve">
|
||||
<value>ValueUpDown</value>
|
||||
</data>
|
||||
<data name=">>valueUpDown.Type" xml:space="preserve">
|
||||
<data name=">>ValueUpDown.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>valueUpDown.Parent" xml:space="preserve">
|
||||
<data name=">>ValueUpDown.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>valueUpDown.ZOrder" xml:space="preserve">
|
||||
<data name=">>ValueUpDown.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
this.contextLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
||||
this.contextLabel.WrapToLine = true;
|
||||
//
|
||||
// RenamePrompt
|
||||
// TextPrompt
|
||||
//
|
||||
this.AcceptButton = this.OKButton;
|
||||
resources.ApplyResources(this, "$this");
|
||||
@@ -99,7 +99,7 @@
|
||||
this.Controls.Add(this.TextLabel);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "RenamePrompt";
|
||||
this.Name = "TextPrompt";
|
||||
this.Resizable = false;
|
||||
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.DropShadow;
|
||||
this.Style = MetroFramework.MetroColorStyle.Silver;
|
||||
|
||||
@@ -232,10 +232,10 @@
|
||||
<value>Top</value>
|
||||
</data>
|
||||
<data name="contextLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>28, 39</value>
|
||||
<value>28, 27</value>
|
||||
</data>
|
||||
<data name="contextLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>208, 39</value>
|
||||
<value>208, 55</value>
|
||||
</data>
|
||||
<data name="contextLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
@@ -2488,7 +2488,7 @@
|
||||
<value>CenterParent</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>RenamePrompt</value>
|
||||
<value>TextPrompt</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>MetroFramework.Forms.MetroForm, MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a</value>
|
||||
|
||||
Reference in New Issue
Block a user