mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-24 04:41:10 +00:00
bafb8ed511
Texture scale controls now have "Link" button. Thing, Sector (UDMF) and Linedef edit forms now work in realtime mode. Some more fixes in Edit form realtime update stuff. Removed some unused variables and functions.
958 lines
No EOL
42 KiB
C#
958 lines
No EOL
42 KiB
C#
namespace CodeImp.DoomBuilder.Windows
|
|
{
|
|
partial class SectorEditFormUDMF
|
|
{
|
|
/// <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() {
|
|
System.Windows.Forms.GroupBox groupaction;
|
|
System.Windows.Forms.GroupBox groupeffect;
|
|
System.Windows.Forms.Label label14;
|
|
System.Windows.Forms.Label label9;
|
|
System.Windows.Forms.Label label13;
|
|
System.Windows.Forms.Label label2;
|
|
System.Windows.Forms.Label label8;
|
|
System.Windows.Forms.GroupBox groupfloorceiling;
|
|
System.Windows.Forms.Label label6;
|
|
System.Windows.Forms.Label label5;
|
|
this.tagSelector = new CodeImp.DoomBuilder.GZBuilder.Controls.TagSelector();
|
|
this.fadeColor = new CodeImp.DoomBuilder.GZBuilder.Controls.ColorFieldsControl();
|
|
this.lightColor = new CodeImp.DoomBuilder.GZBuilder.Controls.ColorFieldsControl();
|
|
this.brightness = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.desaturation = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.soundSequence = new System.Windows.Forms.TextBox();
|
|
this.gravity = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.browseeffect = new System.Windows.Forms.Button();
|
|
this.effect = new CodeImp.DoomBuilder.Controls.ActionSelectorControl();
|
|
this.ceilingheight = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.sectorheightlabel = new System.Windows.Forms.Label();
|
|
this.sectorheight = new System.Windows.Forms.Label();
|
|
this.floorheight = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.tabs = new System.Windows.Forms.TabControl();
|
|
this.tabproperties = new System.Windows.Forms.TabPage();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.flags = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
|
|
this.tabSurfaces = new System.Windows.Forms.TabPage();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.floorAngleControl = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.floorAlpha = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.floorRotation = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.floorLightAbsolute = new System.Windows.Forms.CheckBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.floorBrightness = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.floorRenderStyle = new System.Windows.Forms.ComboBox();
|
|
this.floorScale = new CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl();
|
|
this.floorOffsets = new CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl();
|
|
this.floortex = new CodeImp.DoomBuilder.Controls.FlatSelectorControl();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ceilAngleControl = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.ceilAlpha = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.ceilRotation = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.ceilLightAbsolute = new System.Windows.Forms.CheckBox();
|
|
this.labelLightFront = new System.Windows.Forms.Label();
|
|
this.ceilBrightness = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
|
|
this.ceilRenderStyle = new System.Windows.Forms.ComboBox();
|
|
this.ceilScale = new CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl();
|
|
this.ceilOffsets = new CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl();
|
|
this.ceilingtex = new CodeImp.DoomBuilder.Controls.FlatSelectorControl();
|
|
this.tabcustom = new System.Windows.Forms.TabPage();
|
|
this.fieldslist = new CodeImp.DoomBuilder.Controls.FieldsEditorControl();
|
|
this.cancel = new System.Windows.Forms.Button();
|
|
this.apply = new System.Windows.Forms.Button();
|
|
groupaction = new System.Windows.Forms.GroupBox();
|
|
groupeffect = new System.Windows.Forms.GroupBox();
|
|
label14 = new System.Windows.Forms.Label();
|
|
label9 = new System.Windows.Forms.Label();
|
|
label13 = new System.Windows.Forms.Label();
|
|
label2 = new System.Windows.Forms.Label();
|
|
label8 = new System.Windows.Forms.Label();
|
|
groupfloorceiling = new System.Windows.Forms.GroupBox();
|
|
label6 = new System.Windows.Forms.Label();
|
|
label5 = new System.Windows.Forms.Label();
|
|
groupaction.SuspendLayout();
|
|
groupeffect.SuspendLayout();
|
|
groupfloorceiling.SuspendLayout();
|
|
this.tabs.SuspendLayout();
|
|
this.tabproperties.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.tabSurfaces.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.tabcustom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupaction
|
|
//
|
|
groupaction.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
groupaction.Controls.Add(this.tagSelector);
|
|
groupaction.Location = new System.Drawing.Point(7, 341);
|
|
groupaction.Name = "groupaction";
|
|
groupaction.Size = new System.Drawing.Size(436, 71);
|
|
groupaction.TabIndex = 2;
|
|
groupaction.TabStop = false;
|
|
groupaction.Text = " Identification: ";
|
|
//
|
|
// tagSelector
|
|
//
|
|
this.tagSelector.Location = new System.Drawing.Point(6, 21);
|
|
this.tagSelector.Name = "tagSelector";
|
|
this.tagSelector.Size = new System.Drawing.Size(369, 35);
|
|
this.tagSelector.TabIndex = 0;
|
|
//
|
|
// groupeffect
|
|
//
|
|
groupeffect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
groupeffect.Controls.Add(this.fadeColor);
|
|
groupeffect.Controls.Add(this.lightColor);
|
|
groupeffect.Controls.Add(this.brightness);
|
|
groupeffect.Controls.Add(this.desaturation);
|
|
groupeffect.Controls.Add(label14);
|
|
groupeffect.Controls.Add(label9);
|
|
groupeffect.Controls.Add(label13);
|
|
groupeffect.Controls.Add(this.soundSequence);
|
|
groupeffect.Controls.Add(this.gravity);
|
|
groupeffect.Controls.Add(label2);
|
|
groupeffect.Controls.Add(this.browseeffect);
|
|
groupeffect.Controls.Add(this.effect);
|
|
groupeffect.Controls.Add(label8);
|
|
groupeffect.Location = new System.Drawing.Point(7, 160);
|
|
groupeffect.Name = "groupeffect";
|
|
groupeffect.Size = new System.Drawing.Size(436, 175);
|
|
groupeffect.TabIndex = 1;
|
|
groupeffect.TabStop = false;
|
|
groupeffect.Text = " Effects:";
|
|
//
|
|
// fadeColor
|
|
//
|
|
this.fadeColor.DefaultValue = 0;
|
|
this.fadeColor.Field = "fadecolor";
|
|
this.fadeColor.Label = "Fade:";
|
|
this.fadeColor.Location = new System.Drawing.Point(223, 111);
|
|
this.fadeColor.Name = "fadeColor";
|
|
this.fadeColor.Size = new System.Drawing.Size(207, 31);
|
|
this.fadeColor.TabIndex = 30;
|
|
this.fadeColor.OnValueChanged += new System.EventHandler(this.fadeColor_OnValueChanged);
|
|
//
|
|
// lightColor
|
|
//
|
|
this.lightColor.DefaultValue = 16777215;
|
|
this.lightColor.Field = "lightcolor";
|
|
this.lightColor.Label = "Light:";
|
|
this.lightColor.Location = new System.Drawing.Point(223, 82);
|
|
this.lightColor.Name = "lightColor";
|
|
this.lightColor.Size = new System.Drawing.Size(207, 29);
|
|
this.lightColor.TabIndex = 29;
|
|
this.lightColor.OnValueChanged += new System.EventHandler(this.lightColor_OnValueChanged);
|
|
//
|
|
// brightness
|
|
//
|
|
this.brightness.AllowDecimal = false;
|
|
this.brightness.AllowNegative = false;
|
|
this.brightness.AllowRelative = true;
|
|
this.brightness.ButtonStep = 8;
|
|
this.brightness.ButtonStepFloat = 1F;
|
|
this.brightness.Location = new System.Drawing.Point(125, 84);
|
|
this.brightness.Name = "brightness";
|
|
this.brightness.Size = new System.Drawing.Size(81, 24);
|
|
this.brightness.StepValues = null;
|
|
this.brightness.TabIndex = 24;
|
|
this.brightness.WhenTextChanged += new System.EventHandler(this.brightness_WhenTextChanged);
|
|
//
|
|
// desaturation
|
|
//
|
|
this.desaturation.AllowDecimal = true;
|
|
this.desaturation.AllowNegative = false;
|
|
this.desaturation.AllowRelative = false;
|
|
this.desaturation.ButtonStep = 1;
|
|
this.desaturation.ButtonStepFloat = 0.1F;
|
|
this.desaturation.Location = new System.Drawing.Point(125, 142);
|
|
this.desaturation.Name = "desaturation";
|
|
this.desaturation.Size = new System.Drawing.Size(81, 24);
|
|
this.desaturation.StepValues = null;
|
|
this.desaturation.TabIndex = 28;
|
|
//
|
|
// label14
|
|
//
|
|
label14.AutoSize = true;
|
|
label14.Location = new System.Drawing.Point(27, 58);
|
|
label14.Name = "label14";
|
|
label14.Size = new System.Drawing.Size(92, 14);
|
|
label14.TabIndex = 3;
|
|
label14.Text = "Sound sequence:";
|
|
//
|
|
// label9
|
|
//
|
|
label9.AutoSize = true;
|
|
label9.Location = new System.Drawing.Point(57, 89);
|
|
label9.Name = "label9";
|
|
label9.Size = new System.Drawing.Size(62, 14);
|
|
label9.TabIndex = 2;
|
|
label9.Text = "Brightness:";
|
|
//
|
|
// label13
|
|
//
|
|
label13.Location = new System.Drawing.Point(45, 147);
|
|
label13.Name = "label13";
|
|
label13.Size = new System.Drawing.Size(74, 14);
|
|
label13.TabIndex = 27;
|
|
label13.Text = "Desaturation:";
|
|
label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// soundSequence
|
|
//
|
|
this.soundSequence.Location = new System.Drawing.Point(125, 55);
|
|
this.soundSequence.Name = "soundSequence";
|
|
this.soundSequence.Size = new System.Drawing.Size(271, 20);
|
|
this.soundSequence.TabIndex = 2;
|
|
//
|
|
// gravity
|
|
//
|
|
this.gravity.AllowDecimal = true;
|
|
this.gravity.AllowNegative = true;
|
|
this.gravity.AllowRelative = true;
|
|
this.gravity.ButtonStep = 1;
|
|
this.gravity.ButtonStepFloat = 0.1F;
|
|
this.gravity.Location = new System.Drawing.Point(125, 112);
|
|
this.gravity.Name = "gravity";
|
|
this.gravity.Size = new System.Drawing.Size(81, 24);
|
|
this.gravity.StepValues = null;
|
|
this.gravity.TabIndex = 24;
|
|
//
|
|
// label2
|
|
//
|
|
label2.Location = new System.Drawing.Point(45, 117);
|
|
label2.Name = "label2";
|
|
label2.Size = new System.Drawing.Size(74, 14);
|
|
label2.TabIndex = 23;
|
|
label2.Text = "Gravity:";
|
|
label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// browseeffect
|
|
//
|
|
this.browseeffect.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.browseeffect.Image = global::CodeImp.DoomBuilder.Properties.Resources.List;
|
|
this.browseeffect.Location = new System.Drawing.Point(402, 26);
|
|
this.browseeffect.Name = "browseeffect";
|
|
this.browseeffect.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
|
|
this.browseeffect.Size = new System.Drawing.Size(28, 25);
|
|
this.browseeffect.TabIndex = 1;
|
|
this.browseeffect.Text = " ";
|
|
this.browseeffect.UseVisualStyleBackColor = true;
|
|
this.browseeffect.Click += new System.EventHandler(this.browseeffect_Click);
|
|
//
|
|
// effect
|
|
//
|
|
this.effect.BackColor = System.Drawing.Color.Transparent;
|
|
this.effect.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.effect.Empty = false;
|
|
this.effect.GeneralizedCategories = null;
|
|
this.effect.Location = new System.Drawing.Point(68, 28);
|
|
this.effect.Name = "effect";
|
|
this.effect.Size = new System.Drawing.Size(328, 21);
|
|
this.effect.TabIndex = 0;
|
|
this.effect.Value = 402;
|
|
//
|
|
// label8
|
|
//
|
|
label8.AutoSize = true;
|
|
label8.Location = new System.Drawing.Point(17, 31);
|
|
label8.Name = "label8";
|
|
label8.Size = new System.Drawing.Size(45, 14);
|
|
label8.TabIndex = 0;
|
|
label8.Text = "Special:";
|
|
//
|
|
// groupfloorceiling
|
|
//
|
|
groupfloorceiling.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
groupfloorceiling.Controls.Add(this.ceilingheight);
|
|
groupfloorceiling.Controls.Add(label6);
|
|
groupfloorceiling.Controls.Add(label5);
|
|
groupfloorceiling.Controls.Add(this.sectorheightlabel);
|
|
groupfloorceiling.Controls.Add(this.sectorheight);
|
|
groupfloorceiling.Controls.Add(this.floorheight);
|
|
groupfloorceiling.Location = new System.Drawing.Point(7, 6);
|
|
groupfloorceiling.Name = "groupfloorceiling";
|
|
groupfloorceiling.Size = new System.Drawing.Size(188, 148);
|
|
groupfloorceiling.TabIndex = 0;
|
|
groupfloorceiling.TabStop = false;
|
|
groupfloorceiling.Text = " Heights:";
|
|
//
|
|
// ceilingheight
|
|
//
|
|
this.ceilingheight.AllowDecimal = false;
|
|
this.ceilingheight.AllowNegative = true;
|
|
this.ceilingheight.AllowRelative = true;
|
|
this.ceilingheight.ButtonStep = 8;
|
|
this.ceilingheight.ButtonStepFloat = 1F;
|
|
this.ceilingheight.Location = new System.Drawing.Point(89, 19);
|
|
this.ceilingheight.Name = "ceilingheight";
|
|
this.ceilingheight.Size = new System.Drawing.Size(88, 24);
|
|
this.ceilingheight.StepValues = null;
|
|
this.ceilingheight.TabIndex = 22;
|
|
this.ceilingheight.WhenTextChanged += new System.EventHandler(this.ceilingheight_WhenTextChanged);
|
|
//
|
|
// label6
|
|
//
|
|
label6.Location = new System.Drawing.Point(9, 24);
|
|
label6.Name = "label6";
|
|
label6.Size = new System.Drawing.Size(74, 14);
|
|
label6.TabIndex = 19;
|
|
label6.Text = "Ceiling height:";
|
|
label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label5
|
|
//
|
|
label5.Location = new System.Drawing.Point(9, 54);
|
|
label5.Name = "label5";
|
|
label5.Size = new System.Drawing.Size(74, 14);
|
|
label5.TabIndex = 17;
|
|
label5.Text = "Floor height:";
|
|
label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// sectorheightlabel
|
|
//
|
|
this.sectorheightlabel.Location = new System.Drawing.Point(9, 83);
|
|
this.sectorheightlabel.Name = "sectorheightlabel";
|
|
this.sectorheightlabel.Size = new System.Drawing.Size(74, 14);
|
|
this.sectorheightlabel.TabIndex = 20;
|
|
this.sectorheightlabel.Text = "Sector height:";
|
|
this.sectorheightlabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// sectorheight
|
|
//
|
|
this.sectorheight.AutoSize = true;
|
|
this.sectorheight.Location = new System.Drawing.Point(90, 83);
|
|
this.sectorheight.Name = "sectorheight";
|
|
this.sectorheight.Size = new System.Drawing.Size(13, 14);
|
|
this.sectorheight.TabIndex = 21;
|
|
this.sectorheight.Text = "0";
|
|
//
|
|
// floorheight
|
|
//
|
|
this.floorheight.AllowDecimal = false;
|
|
this.floorheight.AllowNegative = true;
|
|
this.floorheight.AllowRelative = true;
|
|
this.floorheight.ButtonStep = 8;
|
|
this.floorheight.ButtonStepFloat = 1F;
|
|
this.floorheight.Location = new System.Drawing.Point(89, 49);
|
|
this.floorheight.Name = "floorheight";
|
|
this.floorheight.Size = new System.Drawing.Size(88, 24);
|
|
this.floorheight.StepValues = null;
|
|
this.floorheight.TabIndex = 23;
|
|
this.floorheight.WhenTextChanged += new System.EventHandler(this.floorheight_WhenTextChanged);
|
|
//
|
|
// tabs
|
|
//
|
|
this.tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabs.Controls.Add(this.tabproperties);
|
|
this.tabs.Controls.Add(this.tabSurfaces);
|
|
this.tabs.Controls.Add(this.tabcustom);
|
|
this.tabs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabs.Location = new System.Drawing.Point(10, 10);
|
|
this.tabs.Margin = new System.Windows.Forms.Padding(1);
|
|
this.tabs.Name = "tabs";
|
|
this.tabs.SelectedIndex = 0;
|
|
this.tabs.Size = new System.Drawing.Size(457, 445);
|
|
this.tabs.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.tabs.TabIndex = 1;
|
|
//
|
|
// tabproperties
|
|
//
|
|
this.tabproperties.Controls.Add(this.groupBox3);
|
|
this.tabproperties.Controls.Add(groupaction);
|
|
this.tabproperties.Controls.Add(groupeffect);
|
|
this.tabproperties.Controls.Add(groupfloorceiling);
|
|
this.tabproperties.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabproperties.Location = new System.Drawing.Point(4, 23);
|
|
this.tabproperties.Name = "tabproperties";
|
|
this.tabproperties.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabproperties.Size = new System.Drawing.Size(449, 418);
|
|
this.tabproperties.TabIndex = 0;
|
|
this.tabproperties.Text = "Properties";
|
|
this.tabproperties.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.flags);
|
|
this.groupBox3.Location = new System.Drawing.Point(201, 6);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(242, 148);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Flags:";
|
|
//
|
|
// flags
|
|
//
|
|
this.flags.AutoScroll = true;
|
|
this.flags.Columns = 1;
|
|
this.flags.Location = new System.Drawing.Point(15, 21);
|
|
this.flags.Name = "flags";
|
|
this.flags.Size = new System.Drawing.Size(222, 121);
|
|
this.flags.TabIndex = 5;
|
|
this.flags.VerticalSpacing = 6;
|
|
//
|
|
// tabSurfaces
|
|
//
|
|
this.tabSurfaces.Controls.Add(this.groupBox2);
|
|
this.tabSurfaces.Controls.Add(this.groupBox1);
|
|
this.tabSurfaces.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabSurfaces.Location = new System.Drawing.Point(4, 23);
|
|
this.tabSurfaces.Name = "tabSurfaces";
|
|
this.tabSurfaces.Size = new System.Drawing.Size(449, 418);
|
|
this.tabSurfaces.TabIndex = 2;
|
|
this.tabSurfaces.Text = "Surfaces";
|
|
this.tabSurfaces.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox2.Controls.Add(this.floorAngleControl);
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
this.groupBox2.Controls.Add(this.label10);
|
|
this.groupBox2.Controls.Add(this.floorAlpha);
|
|
this.groupBox2.Controls.Add(this.label11);
|
|
this.groupBox2.Controls.Add(this.floorRotation);
|
|
this.groupBox2.Controls.Add(this.floorLightAbsolute);
|
|
this.groupBox2.Controls.Add(this.label12);
|
|
this.groupBox2.Controls.Add(this.floorBrightness);
|
|
this.groupBox2.Controls.Add(this.floorRenderStyle);
|
|
this.groupBox2.Controls.Add(this.floorScale);
|
|
this.groupBox2.Controls.Add(this.floorOffsets);
|
|
this.groupBox2.Controls.Add(this.floortex);
|
|
this.groupBox2.Location = new System.Drawing.Point(3, 212);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(443, 203);
|
|
this.groupBox2.TabIndex = 55;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Floor:";
|
|
//
|
|
// floorAngleControl
|
|
//
|
|
this.floorAngleControl.Angle = 0;
|
|
this.floorAngleControl.Location = new System.Drawing.Point(186, 108);
|
|
this.floorAngleControl.Name = "floorAngleControl";
|
|
this.floorAngleControl.Size = new System.Drawing.Size(38, 38);
|
|
this.floorAngleControl.TabIndex = 56;
|
|
this.floorAngleControl.AngleChanged += new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl.AngleChangedDelegate(this.floorAngleControl_AngleChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(29, 178);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(80, 14);
|
|
this.label7.TabIndex = 54;
|
|
this.label7.Tag = "";
|
|
this.label7.Text = "Render style:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Location = new System.Drawing.Point(29, 150);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(80, 14);
|
|
this.label10.TabIndex = 52;
|
|
this.label10.Tag = "";
|
|
this.label10.Text = "Alpha:";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// floorAlpha
|
|
//
|
|
this.floorAlpha.AllowDecimal = true;
|
|
this.floorAlpha.AllowNegative = false;
|
|
this.floorAlpha.AllowRelative = false;
|
|
this.floorAlpha.ButtonStep = 1;
|
|
this.floorAlpha.ButtonStepFloat = 0.1F;
|
|
this.floorAlpha.Location = new System.Drawing.Point(118, 145);
|
|
this.floorAlpha.Name = "floorAlpha";
|
|
this.floorAlpha.Size = new System.Drawing.Size(62, 24);
|
|
this.floorAlpha.StepValues = null;
|
|
this.floorAlpha.TabIndex = 53;
|
|
this.floorAlpha.Tag = "";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Location = new System.Drawing.Point(29, 120);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(80, 14);
|
|
this.label11.TabIndex = 50;
|
|
this.label11.Tag = "";
|
|
this.label11.Text = "Rotation:";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// floorRotation
|
|
//
|
|
this.floorRotation.AllowDecimal = false;
|
|
this.floorRotation.AllowNegative = true;
|
|
this.floorRotation.AllowRelative = true;
|
|
this.floorRotation.ButtonStep = 5;
|
|
this.floorRotation.ButtonStepFloat = 1F;
|
|
this.floorRotation.Location = new System.Drawing.Point(118, 115);
|
|
this.floorRotation.Name = "floorRotation";
|
|
this.floorRotation.Size = new System.Drawing.Size(62, 24);
|
|
this.floorRotation.StepValues = null;
|
|
this.floorRotation.TabIndex = 51;
|
|
this.floorRotation.Tag = "";
|
|
this.floorRotation.WhenTextChanged += new System.EventHandler(this.floorRotation_WhenTextChanged);
|
|
//
|
|
// floorLightAbsolute
|
|
//
|
|
this.floorLightAbsolute.AutoSize = true;
|
|
this.floorLightAbsolute.Location = new System.Drawing.Point(186, 89);
|
|
this.floorLightAbsolute.Name = "floorLightAbsolute";
|
|
this.floorLightAbsolute.Size = new System.Drawing.Size(69, 18);
|
|
this.floorLightAbsolute.TabIndex = 49;
|
|
this.floorLightAbsolute.Text = "Absolute";
|
|
this.floorLightAbsolute.UseVisualStyleBackColor = true;
|
|
this.floorLightAbsolute.CheckedChanged += new System.EventHandler(this.floorLightAbsolute_CheckedChanged);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Location = new System.Drawing.Point(29, 90);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(80, 14);
|
|
this.label12.TabIndex = 47;
|
|
this.label12.Tag = "";
|
|
this.label12.Text = "Brightness:";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// floorBrightness
|
|
//
|
|
this.floorBrightness.AllowDecimal = false;
|
|
this.floorBrightness.AllowNegative = true;
|
|
this.floorBrightness.AllowRelative = true;
|
|
this.floorBrightness.ButtonStep = 16;
|
|
this.floorBrightness.ButtonStepFloat = 1F;
|
|
this.floorBrightness.Location = new System.Drawing.Point(118, 85);
|
|
this.floorBrightness.Name = "floorBrightness";
|
|
this.floorBrightness.Size = new System.Drawing.Size(62, 24);
|
|
this.floorBrightness.StepValues = null;
|
|
this.floorBrightness.TabIndex = 48;
|
|
this.floorBrightness.Tag = "lightfloor";
|
|
this.floorBrightness.WhenTextChanged += new System.EventHandler(this.floorBrightness_WhenTextChanged);
|
|
//
|
|
// floorRenderStyle
|
|
//
|
|
this.floorRenderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.floorRenderStyle.FormattingEnabled = true;
|
|
this.floorRenderStyle.Items.AddRange(new object[] {
|
|
"Translucent",
|
|
"Additive"});
|
|
this.floorRenderStyle.Location = new System.Drawing.Point(118, 175);
|
|
this.floorRenderStyle.Name = "floorRenderStyle";
|
|
this.floorRenderStyle.Size = new System.Drawing.Size(86, 22);
|
|
this.floorRenderStyle.TabIndex = 46;
|
|
//
|
|
// floorScale
|
|
//
|
|
this.floorScale.AllowDecimal = true;
|
|
this.floorScale.AllowValueLinking = true;
|
|
this.floorScale.ButtonStep = 1;
|
|
this.floorScale.ButtonStepFloat = 0.1F;
|
|
this.floorScale.DefaultValue = 1F;
|
|
this.floorScale.Field1 = "xscalefloor";
|
|
this.floorScale.Field2 = "yscalefloor";
|
|
this.floorScale.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.floorScale.Label = "Texture Scale:";
|
|
this.floorScale.LinkValues = false;
|
|
this.floorScale.Location = new System.Drawing.Point(23, 51);
|
|
this.floorScale.Name = "floorScale";
|
|
this.floorScale.Size = new System.Drawing.Size(276, 28);
|
|
this.floorScale.TabIndex = 17;
|
|
this.floorScale.OnValuesChanged += new System.EventHandler(this.floorScale_OnValuesChanged);
|
|
//
|
|
// floorOffsets
|
|
//
|
|
this.floorOffsets.AllowDecimal = true;
|
|
this.floorOffsets.AllowValueLinking = false;
|
|
this.floorOffsets.ButtonStep = 1;
|
|
this.floorOffsets.ButtonStepFloat = 16F;
|
|
this.floorOffsets.DefaultValue = 0F;
|
|
this.floorOffsets.Field1 = "xpanningfloor";
|
|
this.floorOffsets.Field2 = "ypanningfloor";
|
|
this.floorOffsets.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.floorOffsets.Label = "Texture Offsets:";
|
|
this.floorOffsets.LinkValues = false;
|
|
this.floorOffsets.Location = new System.Drawing.Point(23, 19);
|
|
this.floorOffsets.Name = "floorOffsets";
|
|
this.floorOffsets.Size = new System.Drawing.Size(276, 26);
|
|
this.floorOffsets.TabIndex = 16;
|
|
this.floorOffsets.OnValuesChanged += new System.EventHandler(this.floorOffsets_OnValuesChanged);
|
|
//
|
|
// floortex
|
|
//
|
|
this.floortex.Location = new System.Drawing.Point(338, 19);
|
|
this.floortex.Name = "floortex";
|
|
this.floortex.Size = new System.Drawing.Size(83, 105);
|
|
this.floortex.TabIndex = 15;
|
|
this.floortex.TextureName = "";
|
|
this.floortex.OnValueChanged += new System.EventHandler(this.floortex_OnValueChanged);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.ceilAngleControl);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.ceilAlpha);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.ceilRotation);
|
|
this.groupBox1.Controls.Add(this.ceilLightAbsolute);
|
|
this.groupBox1.Controls.Add(this.labelLightFront);
|
|
this.groupBox1.Controls.Add(this.ceilBrightness);
|
|
this.groupBox1.Controls.Add(this.ceilRenderStyle);
|
|
this.groupBox1.Controls.Add(this.ceilScale);
|
|
this.groupBox1.Controls.Add(this.ceilOffsets);
|
|
this.groupBox1.Controls.Add(this.ceilingtex);
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(443, 203);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = " Ceiling:";
|
|
//
|
|
// ceilAngleControl
|
|
//
|
|
this.ceilAngleControl.Angle = 0;
|
|
this.ceilAngleControl.Location = new System.Drawing.Point(186, 108);
|
|
this.ceilAngleControl.Name = "ceilAngleControl";
|
|
this.ceilAngleControl.Size = new System.Drawing.Size(38, 38);
|
|
this.ceilAngleControl.TabIndex = 55;
|
|
this.ceilAngleControl.AngleChanged += new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl.AngleChangedDelegate(this.ceilAngleControl_AngleChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(29, 178);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(80, 14);
|
|
this.label3.TabIndex = 54;
|
|
this.label3.Tag = "";
|
|
this.label3.Text = "Render style:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(29, 150);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(80, 14);
|
|
this.label4.TabIndex = 52;
|
|
this.label4.Tag = "";
|
|
this.label4.Text = "Alpha:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// ceilAlpha
|
|
//
|
|
this.ceilAlpha.AllowDecimal = true;
|
|
this.ceilAlpha.AllowNegative = false;
|
|
this.ceilAlpha.AllowRelative = false;
|
|
this.ceilAlpha.ButtonStep = 1;
|
|
this.ceilAlpha.ButtonStepFloat = 0.1F;
|
|
this.ceilAlpha.Location = new System.Drawing.Point(118, 145);
|
|
this.ceilAlpha.Name = "ceilAlpha";
|
|
this.ceilAlpha.Size = new System.Drawing.Size(62, 24);
|
|
this.ceilAlpha.StepValues = null;
|
|
this.ceilAlpha.TabIndex = 53;
|
|
this.ceilAlpha.Tag = "";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(29, 120);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 14);
|
|
this.label1.TabIndex = 50;
|
|
this.label1.Tag = "";
|
|
this.label1.Text = "Rotation:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// ceilRotation
|
|
//
|
|
this.ceilRotation.AllowDecimal = false;
|
|
this.ceilRotation.AllowNegative = true;
|
|
this.ceilRotation.AllowRelative = true;
|
|
this.ceilRotation.ButtonStep = 5;
|
|
this.ceilRotation.ButtonStepFloat = 1F;
|
|
this.ceilRotation.Location = new System.Drawing.Point(118, 115);
|
|
this.ceilRotation.Name = "ceilRotation";
|
|
this.ceilRotation.Size = new System.Drawing.Size(62, 24);
|
|
this.ceilRotation.StepValues = null;
|
|
this.ceilRotation.TabIndex = 51;
|
|
this.ceilRotation.Tag = "";
|
|
this.ceilRotation.WhenTextChanged += new System.EventHandler(this.ceilRotation_WhenTextChanged);
|
|
//
|
|
// ceilLightAbsolute
|
|
//
|
|
this.ceilLightAbsolute.AutoSize = true;
|
|
this.ceilLightAbsolute.Location = new System.Drawing.Point(186, 89);
|
|
this.ceilLightAbsolute.Name = "ceilLightAbsolute";
|
|
this.ceilLightAbsolute.Size = new System.Drawing.Size(69, 18);
|
|
this.ceilLightAbsolute.TabIndex = 49;
|
|
this.ceilLightAbsolute.Tag = "";
|
|
this.ceilLightAbsolute.Text = "Absolute";
|
|
this.ceilLightAbsolute.UseVisualStyleBackColor = true;
|
|
this.ceilLightAbsolute.CheckedChanged += new System.EventHandler(this.ceilLightAbsolute_CheckedChanged);
|
|
//
|
|
// labelLightFront
|
|
//
|
|
this.labelLightFront.Location = new System.Drawing.Point(29, 90);
|
|
this.labelLightFront.Name = "labelLightFront";
|
|
this.labelLightFront.Size = new System.Drawing.Size(80, 14);
|
|
this.labelLightFront.TabIndex = 47;
|
|
this.labelLightFront.Tag = "";
|
|
this.labelLightFront.Text = "Brightness:";
|
|
this.labelLightFront.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// ceilBrightness
|
|
//
|
|
this.ceilBrightness.AllowDecimal = false;
|
|
this.ceilBrightness.AllowNegative = true;
|
|
this.ceilBrightness.AllowRelative = true;
|
|
this.ceilBrightness.ButtonStep = 16;
|
|
this.ceilBrightness.ButtonStepFloat = 1F;
|
|
this.ceilBrightness.Location = new System.Drawing.Point(118, 85);
|
|
this.ceilBrightness.Name = "ceilBrightness";
|
|
this.ceilBrightness.Size = new System.Drawing.Size(62, 24);
|
|
this.ceilBrightness.StepValues = null;
|
|
this.ceilBrightness.TabIndex = 48;
|
|
this.ceilBrightness.Tag = "lightceiling";
|
|
this.ceilBrightness.WhenTextChanged += new System.EventHandler(this.ceilBrightness_WhenTextChanged);
|
|
//
|
|
// ceilRenderStyle
|
|
//
|
|
this.ceilRenderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ceilRenderStyle.FormattingEnabled = true;
|
|
this.ceilRenderStyle.Items.AddRange(new object[] {
|
|
"Translucent",
|
|
"Additive"});
|
|
this.ceilRenderStyle.Location = new System.Drawing.Point(118, 175);
|
|
this.ceilRenderStyle.Name = "ceilRenderStyle";
|
|
this.ceilRenderStyle.Size = new System.Drawing.Size(86, 22);
|
|
this.ceilRenderStyle.TabIndex = 46;
|
|
//
|
|
// ceilScale
|
|
//
|
|
this.ceilScale.AllowDecimal = true;
|
|
this.ceilScale.AllowValueLinking = true;
|
|
this.ceilScale.ButtonStep = 1;
|
|
this.ceilScale.ButtonStepFloat = 0.1F;
|
|
this.ceilScale.DefaultValue = 1F;
|
|
this.ceilScale.Field1 = "xscaleceiling";
|
|
this.ceilScale.Field2 = "yscaleceiling";
|
|
this.ceilScale.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.ceilScale.Label = "Texture Scale:";
|
|
this.ceilScale.LinkValues = false;
|
|
this.ceilScale.Location = new System.Drawing.Point(23, 51);
|
|
this.ceilScale.Name = "ceilScale";
|
|
this.ceilScale.Size = new System.Drawing.Size(276, 28);
|
|
this.ceilScale.TabIndex = 17;
|
|
this.ceilScale.OnValuesChanged += new System.EventHandler(this.ceilScale_OnValuesChanged);
|
|
//
|
|
// ceilOffsets
|
|
//
|
|
this.ceilOffsets.AllowDecimal = true;
|
|
this.ceilOffsets.AllowValueLinking = false;
|
|
this.ceilOffsets.ButtonStep = 1;
|
|
this.ceilOffsets.ButtonStepFloat = 16F;
|
|
this.ceilOffsets.DefaultValue = 0F;
|
|
this.ceilOffsets.Field1 = "xpanningceiling";
|
|
this.ceilOffsets.Field2 = "ypanningceiling";
|
|
this.ceilOffsets.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.ceilOffsets.Label = "Texture Offsets:";
|
|
this.ceilOffsets.LinkValues = false;
|
|
this.ceilOffsets.Location = new System.Drawing.Point(23, 19);
|
|
this.ceilOffsets.Name = "ceilOffsets";
|
|
this.ceilOffsets.Size = new System.Drawing.Size(276, 26);
|
|
this.ceilOffsets.TabIndex = 16;
|
|
this.ceilOffsets.OnValuesChanged += new System.EventHandler(this.ceilOffsets_OnValuesChanged);
|
|
//
|
|
// ceilingtex
|
|
//
|
|
this.ceilingtex.Location = new System.Drawing.Point(338, 19);
|
|
this.ceilingtex.Name = "ceilingtex";
|
|
this.ceilingtex.Size = new System.Drawing.Size(83, 105);
|
|
this.ceilingtex.TabIndex = 15;
|
|
this.ceilingtex.TextureName = "";
|
|
this.ceilingtex.OnValueChanged += new System.EventHandler(this.ceilingtex_OnValueChanged);
|
|
//
|
|
// tabcustom
|
|
//
|
|
this.tabcustom.Controls.Add(this.fieldslist);
|
|
this.tabcustom.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabcustom.Location = new System.Drawing.Point(4, 23);
|
|
this.tabcustom.Name = "tabcustom";
|
|
this.tabcustom.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabcustom.Size = new System.Drawing.Size(449, 418);
|
|
this.tabcustom.TabIndex = 1;
|
|
this.tabcustom.Text = "Custom";
|
|
this.tabcustom.UseVisualStyleBackColor = true;
|
|
this.tabcustom.MouseEnter += new System.EventHandler(this.tabcustom_MouseEnter);
|
|
//
|
|
// fieldslist
|
|
//
|
|
this.fieldslist.AllowInsert = true;
|
|
this.fieldslist.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.fieldslist.AutoInsertUserPrefix = true;
|
|
this.fieldslist.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.fieldslist.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.fieldslist.Location = new System.Drawing.Point(11, 11);
|
|
this.fieldslist.Margin = new System.Windows.Forms.Padding(8);
|
|
this.fieldslist.Name = "fieldslist";
|
|
this.fieldslist.PropertyColumnVisible = true;
|
|
this.fieldslist.PropertyColumnWidth = 150;
|
|
this.fieldslist.Size = new System.Drawing.Size(427, 397);
|
|
this.fieldslist.TabIndex = 1;
|
|
this.fieldslist.TypeColumnVisible = true;
|
|
this.fieldslist.TypeColumnWidth = 100;
|
|
this.fieldslist.ValueColumnVisible = true;
|
|
this.fieldslist.OnFieldUndefined += new CodeImp.DoomBuilder.Controls.FieldsEditorControl.SingleFieldNameEvent(this.fieldslist_OnFieldValueChanged);
|
|
this.fieldslist.OnFieldValueChanged += new CodeImp.DoomBuilder.Controls.FieldsEditorControl.SingleFieldNameEvent(this.fieldslist_OnFieldValueChanged);
|
|
//
|
|
// cancel
|
|
//
|
|
this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancel.Location = new System.Drawing.Point(355, 459);
|
|
this.cancel.Name = "cancel";
|
|
this.cancel.Size = new System.Drawing.Size(112, 25);
|
|
this.cancel.TabIndex = 4;
|
|
this.cancel.Text = "Cancel";
|
|
this.cancel.UseVisualStyleBackColor = true;
|
|
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
|
//
|
|
// apply
|
|
//
|
|
this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.apply.Location = new System.Drawing.Point(237, 459);
|
|
this.apply.Name = "apply";
|
|
this.apply.Size = new System.Drawing.Size(112, 25);
|
|
this.apply.TabIndex = 3;
|
|
this.apply.Text = "OK";
|
|
this.apply.UseVisualStyleBackColor = true;
|
|
this.apply.Click += new System.EventHandler(this.apply_Click);
|
|
//
|
|
// SectorEditFormUDMF
|
|
//
|
|
this.AcceptButton = this.apply;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.cancel;
|
|
this.ClientSize = new System.Drawing.Size(477, 489);
|
|
this.Controls.Add(this.cancel);
|
|
this.Controls.Add(this.apply);
|
|
this.Controls.Add(this.tabs);
|
|
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SectorEditFormUDMF";
|
|
this.Opacity = 0;
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Edit Sector";
|
|
this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.SectorEditFormUDMF_HelpRequested);
|
|
groupaction.ResumeLayout(false);
|
|
groupeffect.ResumeLayout(false);
|
|
groupeffect.PerformLayout();
|
|
groupfloorceiling.ResumeLayout(false);
|
|
groupfloorceiling.PerformLayout();
|
|
this.tabs.ResumeLayout(false);
|
|
this.tabproperties.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.tabSurfaces.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.tabcustom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabs;
|
|
private System.Windows.Forms.TabPage tabproperties;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.TagSelector tagSelector;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox brightness;
|
|
private System.Windows.Forms.Button browseeffect;
|
|
private CodeImp.DoomBuilder.Controls.ActionSelectorControl effect;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox ceilingheight;
|
|
private System.Windows.Forms.Label sectorheightlabel;
|
|
private System.Windows.Forms.Label sectorheight;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox floorheight;
|
|
private System.Windows.Forms.TabPage tabcustom;
|
|
private CodeImp.DoomBuilder.Controls.FieldsEditorControl fieldslist;
|
|
private System.Windows.Forms.Button cancel;
|
|
private System.Windows.Forms.Button apply;
|
|
private System.Windows.Forms.TabPage tabSurfaces;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl ceilOffsets;
|
|
private CodeImp.DoomBuilder.Controls.FlatSelectorControl ceilingtex;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl ceilScale;
|
|
private System.Windows.Forms.ComboBox ceilRenderStyle;
|
|
private System.Windows.Forms.Label label4;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox ceilAlpha;
|
|
private System.Windows.Forms.Label label1;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox ceilRotation;
|
|
private System.Windows.Forms.CheckBox ceilLightAbsolute;
|
|
private System.Windows.Forms.Label labelLightFront;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox ceilBrightness;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label10;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox floorAlpha;
|
|
private System.Windows.Forms.Label label11;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox floorRotation;
|
|
private System.Windows.Forms.CheckBox floorLightAbsolute;
|
|
private System.Windows.Forms.Label label12;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox floorBrightness;
|
|
private System.Windows.Forms.ComboBox floorRenderStyle;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl floorScale;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.PairedFieldsControl floorOffsets;
|
|
private CodeImp.DoomBuilder.Controls.FlatSelectorControl floortex;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl floorAngleControl;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl ceilAngleControl;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox gravity;
|
|
private CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox desaturation;
|
|
private System.Windows.Forms.TextBox soundSequence;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.ColorFieldsControl fadeColor;
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.ColorFieldsControl lightColor;
|
|
private CodeImp.DoomBuilder.Controls.CheckboxArrayControl flags;
|
|
}
|
|
} |