2013-06-10 14:04:23 +00:00
|
|
|
|
namespace CodeImp.DoomBuilder.GZBuilder.Controls
|
|
|
|
|
{
|
|
|
|
|
partial class PairedFieldsControl
|
|
|
|
|
{
|
|
|
|
|
/// <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 Component 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.label = new System.Windows.Forms.Label();
|
|
|
|
|
this.bReset = new System.Windows.Forms.Button();
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.bLink = new System.Windows.Forms.Button();
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.value1 = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
|
|
|
this.value2 = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// label
|
|
|
|
|
//
|
2014-01-16 13:08:41 +00:00
|
|
|
|
this.label.Location = new System.Drawing.Point(0, 6);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.label.Name = "label";
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.label.Size = new System.Drawing.Size(86, 14);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.label.TabIndex = 36;
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.label.Text = "Texture Offsets:";
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
|
//
|
|
|
|
|
// bReset
|
|
|
|
|
//
|
2013-06-11 08:05:32 +00:00
|
|
|
|
this.bReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.bReset.Image = global::CodeImp.DoomBuilder.Properties.Resources.Reset;
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.bReset.Location = new System.Drawing.Point(245, 1);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.bReset.Name = "bReset";
|
|
|
|
|
this.bReset.Size = new System.Drawing.Size(23, 23);
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.bReset.TabIndex = 40;
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.bReset.UseVisualStyleBackColor = true;
|
2013-06-11 08:05:32 +00:00
|
|
|
|
this.bReset.Visible = false;
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.bReset.Click += new System.EventHandler(this.bReset_Click);
|
|
|
|
|
//
|
2013-07-19 15:30:58 +00:00
|
|
|
|
// bLink
|
|
|
|
|
//
|
|
|
|
|
this.bLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.bLink.Image = global::CodeImp.DoomBuilder.Properties.Resources.Link;
|
|
|
|
|
this.bLink.Location = new System.Drawing.Point(220, 1);
|
|
|
|
|
this.bLink.Name = "bLink";
|
|
|
|
|
this.bLink.Size = new System.Drawing.Size(23, 23);
|
|
|
|
|
this.bLink.TabIndex = 39;
|
|
|
|
|
this.bLink.UseVisualStyleBackColor = true;
|
|
|
|
|
this.bLink.Click += new System.EventHandler(this.bLink_Click);
|
|
|
|
|
//
|
2013-06-10 14:04:23 +00:00
|
|
|
|
// value1
|
|
|
|
|
//
|
|
|
|
|
this.value1.AllowDecimal = false;
|
|
|
|
|
this.value1.AllowNegative = true;
|
|
|
|
|
this.value1.AllowRelative = true;
|
2013-06-11 08:05:32 +00:00
|
|
|
|
this.value1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2013-07-08 13:39:06 +00:00
|
|
|
|
this.value1.ButtonStep = 1;
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.value1.ButtonStepFloat = 1F;
|
|
|
|
|
this.value1.Location = new System.Drawing.Point(87, 1);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.value1.Name = "value1";
|
|
|
|
|
this.value1.Size = new System.Drawing.Size(62, 24);
|
|
|
|
|
this.value1.StepValues = null;
|
|
|
|
|
this.value1.TabIndex = 37;
|
|
|
|
|
this.value1.Tag = "offsetx_top";
|
|
|
|
|
this.value1.WhenTextChanged += new System.EventHandler(this.value1_WhenTextChanged);
|
|
|
|
|
//
|
|
|
|
|
// value2
|
|
|
|
|
//
|
|
|
|
|
this.value2.AllowDecimal = false;
|
|
|
|
|
this.value2.AllowNegative = true;
|
|
|
|
|
this.value2.AllowRelative = true;
|
2013-06-11 08:05:32 +00:00
|
|
|
|
this.value2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2013-07-08 13:39:06 +00:00
|
|
|
|
this.value2.ButtonStep = 1;
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.value2.ButtonStepFloat = 1F;
|
|
|
|
|
this.value2.Location = new System.Drawing.Point(155, 1);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.value2.Name = "value2";
|
|
|
|
|
this.value2.Size = new System.Drawing.Size(62, 24);
|
|
|
|
|
this.value2.StepValues = null;
|
|
|
|
|
this.value2.TabIndex = 38;
|
|
|
|
|
this.value2.Tag = "offsety_top";
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.value2.WhenTextChanged += new System.EventHandler(this.value2_WhenTextChanged);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
//
|
|
|
|
|
// PairedFieldsControl
|
|
|
|
|
//
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.Controls.Add(this.bReset);
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.Controls.Add(this.bLink);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.Controls.Add(this.value1);
|
|
|
|
|
this.Controls.Add(this.value2);
|
2014-01-16 09:32:05 +00:00
|
|
|
|
this.Controls.Add(this.label);
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.Name = "PairedFieldsControl";
|
2013-07-19 15:30:58 +00:00
|
|
|
|
this.Size = new System.Drawing.Size(268, 26);
|
2013-06-10 14:04:23 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2013-07-19 15:30:58 +00:00
|
|
|
|
private System.Windows.Forms.Button bLink;
|
2013-06-10 14:04:23 +00:00
|
|
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox value1;
|
|
|
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox value2;
|
|
|
|
|
private System.Windows.Forms.Label label;
|
2013-07-19 15:30:58 +00:00
|
|
|
|
private System.Windows.Forms.Button bReset;
|
2013-06-10 14:04:23 +00:00
|
|
|
|
}
|
|
|
|
|
}
|