2009-04-19 18:07:22 +00:00
namespace CodeImp.DoomBuilder.Windows
{
partial class ThingEditForm
{
/// <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 ( )
{
2014-09-29 20:49:41 +00:00
this . components = new System . ComponentModel . Container ( ) ;
2012-09-16 19:54:16 +00:00
System . Windows . Forms . GroupBox groupBox1 ;
System . Windows . Forms . GroupBox groupBox2 ;
System . Windows . Forms . Label label7 ;
this . thingtype = new CodeImp . DoomBuilder . Controls . ThingBrowserControl ( ) ;
this . cbAbsoluteHeight = new System . Windows . Forms . CheckBox ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . posX = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
this . posY = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
this . posZ = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
this . zlabel = new System . Windows . Forms . Label ( ) ;
2014-11-06 12:56:47 +00:00
this . anglecontrol = new CodeImp . DoomBuilder . GZBuilder . Controls . AngleControl ( ) ;
this . cbRandomAngle = new System . Windows . Forms . CheckBox ( ) ;
this . angle = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
2012-09-16 19:54:16 +00:00
this . tabs = new System . Windows . Forms . TabControl ( ) ;
this . tabproperties = new System . Windows . Forms . TabPage ( ) ;
2014-11-06 12:56:47 +00:00
this . groupBox4 = new System . Windows . Forms . GroupBox ( ) ;
2012-09-16 19:54:16 +00:00
this . settingsgroup = new System . Windows . Forms . GroupBox ( ) ;
2014-10-17 11:55:08 +00:00
this . missingflags = new System . Windows . Forms . PictureBox ( ) ;
2012-09-16 19:54:16 +00:00
this . flags = new CodeImp . DoomBuilder . Controls . CheckboxArrayControl ( ) ;
this . tabeffects = new System . Windows . Forms . TabPage ( ) ;
this . actiongroup = new System . Windows . Forms . GroupBox ( ) ;
2014-12-05 21:34:16 +00:00
this . actionhelp = new CodeImp . DoomBuilder . Controls . ActionSpecialHelpButton ( ) ;
2012-09-16 19:54:16 +00:00
this . hexenpanel = new System . Windows . Forms . Panel ( ) ;
2013-08-08 11:04:13 +00:00
this . scriptNumbers = new System . Windows . Forms . ComboBox ( ) ;
2012-09-16 19:54:16 +00:00
this . arg2 = new CodeImp . DoomBuilder . Controls . ArgumentBox ( ) ;
this . arg1 = new CodeImp . DoomBuilder . Controls . ArgumentBox ( ) ;
this . arg0 = new CodeImp . DoomBuilder . Controls . ArgumentBox ( ) ;
this . arg3 = new CodeImp . DoomBuilder . Controls . ArgumentBox ( ) ;
this . arg4 = new CodeImp . DoomBuilder . Controls . ArgumentBox ( ) ;
this . arg1label = new System . Windows . Forms . Label ( ) ;
this . arg0label = new System . Windows . Forms . Label ( ) ;
this . arg3label = new System . Windows . Forms . Label ( ) ;
this . arg2label = new System . Windows . Forms . Label ( ) ;
this . arg4label = new System . Windows . Forms . Label ( ) ;
this . action = new CodeImp . DoomBuilder . Controls . ActionSelectorControl ( ) ;
this . browseaction = new System . Windows . Forms . Button ( ) ;
this . doompanel = new System . Windows . Forms . Panel ( ) ;
this . groupBox3 = new System . Windows . Forms . GroupBox ( ) ;
2013-03-18 13:52:27 +00:00
this . tagSelector = new CodeImp . DoomBuilder . GZBuilder . Controls . TagSelector ( ) ;
2012-09-16 19:54:16 +00:00
this . cancel = new System . Windows . Forms . Button ( ) ;
this . apply = new System . Windows . Forms . Button ( ) ;
2013-12-23 12:02:58 +00:00
this . hint = new System . Windows . Forms . PictureBox ( ) ;
this . hintlabel = new System . Windows . Forms . Label ( ) ;
2014-09-29 20:49:41 +00:00
this . tooltip = new System . Windows . Forms . ToolTip ( this . components ) ;
2012-09-16 19:54:16 +00:00
groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
groupBox2 = new System . Windows . Forms . GroupBox ( ) ;
label7 = new System . Windows . Forms . Label ( ) ;
groupBox1 . SuspendLayout ( ) ;
groupBox2 . SuspendLayout ( ) ;
this . tabs . SuspendLayout ( ) ;
this . tabproperties . SuspendLayout ( ) ;
2014-11-06 12:56:47 +00:00
this . groupBox4 . SuspendLayout ( ) ;
2012-09-16 19:54:16 +00:00
this . settingsgroup . SuspendLayout ( ) ;
2014-10-17 11:55:08 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . missingflags ) ) . BeginInit ( ) ;
2012-09-16 19:54:16 +00:00
this . tabeffects . SuspendLayout ( ) ;
this . actiongroup . SuspendLayout ( ) ;
this . hexenpanel . SuspendLayout ( ) ;
this . groupBox3 . SuspendLayout ( ) ;
2013-12-23 12:02:58 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . hint ) ) . BeginInit ( ) ;
2012-09-16 19:54:16 +00:00
this . SuspendLayout ( ) ;
//
// groupBox1
//
groupBox1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
groupBox1 . Controls . Add ( this . thingtype ) ;
groupBox1 . Location = new System . Drawing . Point ( 6 , 6 ) ;
groupBox1 . Name = "groupBox1" ;
groupBox1 . Size = new System . Drawing . Size ( 269 , 373 ) ;
groupBox1 . TabIndex = 0 ;
groupBox1 . TabStop = false ;
groupBox1 . Text = " Thing " ;
//
// thingtype
//
this . thingtype . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2013-04-04 12:04:52 +00:00
this . thingtype . Location = new System . Drawing . Point ( 9 , 13 ) ;
2012-09-16 19:54:16 +00:00
this . thingtype . Margin = new System . Windows . Forms . Padding ( 6 ) ;
this . thingtype . Name = "thingtype" ;
2013-04-04 12:04:52 +00:00
this . thingtype . Size = new System . Drawing . Size ( 251 , 357 ) ;
2012-09-16 19:54:16 +00:00
this . thingtype . TabIndex = 0 ;
2013-07-11 11:43:49 +00:00
this . thingtype . UseMultiSelection = true ;
this . thingtype . OnTypeDoubleClicked + = new CodeImp . DoomBuilder . Controls . ThingBrowserControl . TypeDoubleClickDeletegate ( this . thingtype_OnTypeDoubleClicked ) ;
2012-09-16 19:54:16 +00:00
this . thingtype . OnTypeChanged + = new CodeImp . DoomBuilder . Controls . ThingBrowserControl . TypeChangedDeletegate ( this . thingtype_OnTypeChanged ) ;
//
// groupBox2
//
groupBox2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
groupBox2 . Controls . Add ( this . cbAbsoluteHeight ) ;
groupBox2 . Controls . Add ( this . label2 ) ;
groupBox2 . Controls . Add ( this . label1 ) ;
groupBox2 . Controls . Add ( this . posX ) ;
groupBox2 . Controls . Add ( this . posY ) ;
groupBox2 . Controls . Add ( this . posZ ) ;
groupBox2 . Controls . Add ( this . zlabel ) ;
2014-11-06 12:56:47 +00:00
groupBox2 . Location = new System . Drawing . Point ( 284 , 216 ) ;
2012-09-16 19:54:16 +00:00
groupBox2 . Name = "groupBox2" ;
2014-11-06 12:56:47 +00:00
groupBox2 . Size = new System . Drawing . Size ( 231 , 163 ) ;
2012-09-16 19:54:16 +00:00
groupBox2 . TabIndex = 2 ;
groupBox2 . TabStop = false ;
2014-11-06 12:56:47 +00:00
groupBox2 . Text = " Position " ;
2013-03-18 13:52:27 +00:00
//
2012-09-16 19:54:16 +00:00
// cbAbsoluteHeight
//
this . cbAbsoluteHeight . AutoSize = true ;
2014-11-06 12:56:47 +00:00
this . cbAbsoluteHeight . Location = new System . Drawing . Point ( 139 , 70 ) ;
2012-09-16 19:54:16 +00:00
this . cbAbsoluteHeight . Name = "cbAbsoluteHeight" ;
2015-01-05 14:56:44 +00:00
this . cbAbsoluteHeight . Size = new System . Drawing . Size ( 67 , 17 ) ;
2012-09-16 19:54:16 +00:00
this . cbAbsoluteHeight . TabIndex = 16 ;
2014-11-06 12:56:47 +00:00
this . cbAbsoluteHeight . Text = "Absolute" ;
2012-09-16 19:54:16 +00:00
this . cbAbsoluteHeight . UseVisualStyleBackColor = true ;
this . cbAbsoluteHeight . CheckedChanged + = new System . EventHandler ( this . cbAbsoluteHeight_CheckedChanged ) ;
//
// label2
//
2013-08-10 09:06:24 +00:00
this . label2 . Location = new System . Drawing . Point ( 5 , 21 ) ;
2012-09-16 19:54:16 +00:00
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 50 , 14 ) ;
this . label2 . TabIndex = 15 ;
this . label2 . Text = "X:" ;
this . label2 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label1
//
2013-08-10 09:06:24 +00:00
this . label1 . Location = new System . Drawing . Point ( 5 , 46 ) ;
2012-09-16 19:54:16 +00:00
this . label1 . Name = "label1" ;
2013-08-10 09:06:24 +00:00
this . label1 . Size = new System . Drawing . Size ( 50 , 14 ) ;
2012-09-16 19:54:16 +00:00
this . label1 . TabIndex = 14 ;
this . label1 . Text = "Y:" ;
this . label1 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// posX
//
this . posX . AllowDecimal = false ;
this . posX . AllowNegative = true ;
this . posX . AllowRelative = true ;
2013-07-08 13:39:06 +00:00
this . posX . ButtonStep = 8 ;
2013-07-11 11:43:49 +00:00
this . posX . ButtonStepFloat = 1F ;
2014-09-29 20:49:41 +00:00
this . posX . ButtonStepsWrapAround = false ;
2013-08-10 09:06:24 +00:00
this . posX . Location = new System . Drawing . Point ( 61 , 16 ) ;
2012-09-16 19:54:16 +00:00
this . posX . Name = "posX" ;
this . posX . Size = new System . Drawing . Size ( 72 , 24 ) ;
this . posX . StepValues = null ;
this . posX . TabIndex = 13 ;
2013-07-19 15:30:58 +00:00
this . posX . WhenTextChanged + = new System . EventHandler ( this . posX_WhenTextChanged ) ;
2012-09-16 19:54:16 +00:00
//
// posY
//
this . posY . AllowDecimal = false ;
this . posY . AllowNegative = true ;
this . posY . AllowRelative = true ;
2013-07-08 13:39:06 +00:00
this . posY . ButtonStep = 8 ;
2013-07-11 11:43:49 +00:00
this . posY . ButtonStepFloat = 1F ;
2014-09-29 20:49:41 +00:00
this . posY . ButtonStepsWrapAround = false ;
2013-08-10 09:06:24 +00:00
this . posY . Location = new System . Drawing . Point ( 61 , 41 ) ;
2012-09-16 19:54:16 +00:00
this . posY . Name = "posY" ;
this . posY . Size = new System . Drawing . Size ( 72 , 24 ) ;
this . posY . StepValues = null ;
this . posY . TabIndex = 12 ;
2013-07-19 15:30:58 +00:00
this . posY . WhenTextChanged + = new System . EventHandler ( this . posY_WhenTextChanged ) ;
2012-09-16 19:54:16 +00:00
//
// posZ
//
this . posZ . AllowDecimal = false ;
this . posZ . AllowNegative = true ;
this . posZ . AllowRelative = true ;
2013-07-08 13:39:06 +00:00
this . posZ . ButtonStep = 8 ;
2013-07-11 11:43:49 +00:00
this . posZ . ButtonStepFloat = 1F ;
2014-09-29 20:49:41 +00:00
this . posZ . ButtonStepsWrapAround = false ;
2013-08-10 09:06:24 +00:00
this . posZ . Location = new System . Drawing . Point ( 61 , 66 ) ;
2012-09-16 19:54:16 +00:00
this . posZ . Name = "posZ" ;
this . posZ . Size = new System . Drawing . Size ( 72 , 24 ) ;
this . posZ . StepValues = null ;
this . posZ . TabIndex = 11 ;
2013-07-19 15:30:58 +00:00
this . posZ . WhenTextChanged + = new System . EventHandler ( this . posZ_WhenTextChanged ) ;
2012-09-16 19:54:16 +00:00
//
// zlabel
//
2013-08-10 09:06:24 +00:00
this . zlabel . Location = new System . Drawing . Point ( 5 , 71 ) ;
2012-09-16 19:54:16 +00:00
this . zlabel . Name = "zlabel" ;
2013-08-10 09:06:24 +00:00
this . zlabel . Size = new System . Drawing . Size ( 50 , 14 ) ;
2012-09-16 19:54:16 +00:00
this . zlabel . TabIndex = 9 ;
this . zlabel . Text = "Height:" ;
this . zlabel . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// label7
//
label7 . AutoSize = true ;
label7 . Location = new System . Drawing . Point ( 15 , 30 ) ;
label7 . Name = "label7" ;
2015-01-05 14:56:44 +00:00
label7 . Size = new System . Drawing . Size ( 40 , 13 ) ;
2012-09-16 19:54:16 +00:00
label7 . TabIndex = 9 ;
label7 . Text = "Action:" ;
//
2014-11-06 12:56:47 +00:00
// anglecontrol
//
this . anglecontrol . Angle = 0 ;
this . anglecontrol . AngleOffset = 0 ;
this . anglecontrol . Location = new System . Drawing . Point ( 18 , 46 ) ;
this . anglecontrol . Name = "anglecontrol" ;
this . anglecontrol . Size = new System . Drawing . Size ( 88 , 88 ) ;
this . anglecontrol . TabIndex = 20 ;
2014-12-24 18:32:24 +00:00
this . anglecontrol . AngleChanged + = new System . EventHandler ( this . anglecontrol_AngleChanged ) ;
2014-11-06 12:56:47 +00:00
//
// cbRandomAngle
//
this . cbRandomAngle . AutoSize = true ;
this . cbRandomAngle . Location = new System . Drawing . Point ( 15 , 140 ) ;
this . cbRandomAngle . Name = "cbRandomAngle" ;
2015-01-05 14:56:44 +00:00
this . cbRandomAngle . Size = new System . Drawing . Size ( 95 , 17 ) ;
2014-11-06 12:56:47 +00:00
this . cbRandomAngle . TabIndex = 17 ;
this . cbRandomAngle . Text = "Random angle" ;
this . cbRandomAngle . UseVisualStyleBackColor = true ;
this . cbRandomAngle . CheckedChanged + = new System . EventHandler ( this . cbRandomAngle_CheckedChanged ) ;
//
// angle
//
this . angle . AllowDecimal = false ;
this . angle . AllowNegative = true ;
this . angle . AllowRelative = true ;
this . angle . ButtonStep = 1 ;
this . angle . ButtonStepFloat = 1F ;
this . angle . ButtonStepsWrapAround = false ;
this . angle . Location = new System . Drawing . Point ( 19 , 16 ) ;
this . angle . Name = "angle" ;
this . angle . Size = new System . Drawing . Size ( 88 , 24 ) ;
this . angle . StepValues = null ;
this . angle . TabIndex = 10 ;
this . angle . WhenTextChanged + = new System . EventHandler ( this . angle_WhenTextChanged ) ;
//
2012-09-16 19:54:16 +00:00
// 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 . tabeffects ) ;
2015-01-05 14:56:44 +00:00
this . tabs . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-09-16 19:54:16 +00:00
this . tabs . Location = new System . Drawing . Point ( 10 , 10 ) ;
this . tabs . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . tabs . Name = "tabs" ;
2015-01-05 14:56:44 +00:00
this . tabs . Padding = new System . Drawing . Point ( 24 , 3 ) ;
2012-09-16 19:54:16 +00:00
this . tabs . SelectedIndex = 0 ;
this . tabs . Size = new System . Drawing . Size ( 660 , 412 ) ;
this . tabs . TabIndex = 0 ;
//
// tabproperties
//
2014-11-06 12:56:47 +00:00
this . tabproperties . Controls . Add ( this . groupBox4 ) ;
2012-09-16 19:54:16 +00:00
this . tabproperties . Controls . Add ( groupBox2 ) ;
this . tabproperties . Controls . Add ( this . settingsgroup ) ;
this . tabproperties . Controls . Add ( groupBox1 ) ;
2015-01-05 14:56:44 +00:00
this . tabproperties . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-09-16 19:54:16 +00:00
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 ( 652 , 385 ) ;
this . tabproperties . TabIndex = 0 ;
this . tabproperties . Text = "Properties" ;
this . tabproperties . UseVisualStyleBackColor = true ;
//
2014-11-06 12:56:47 +00:00
// groupBox4
2012-09-16 19:54:16 +00:00
//
2014-11-06 12:56:47 +00:00
this . groupBox4 . Controls . Add ( this . cbRandomAngle ) ;
this . groupBox4 . Controls . Add ( this . anglecontrol ) ;
this . groupBox4 . Controls . Add ( this . angle ) ;
this . groupBox4 . Location = new System . Drawing . Point ( 521 , 216 ) ;
this . groupBox4 . Name = "groupBox4" ;
this . groupBox4 . Size = new System . Drawing . Size ( 125 , 163 ) ;
this . groupBox4 . TabIndex = 3 ;
this . groupBox4 . TabStop = false ;
this . groupBox4 . Text = " Angle" ;
2012-09-16 19:54:16 +00:00
//
// settingsgroup
//
this . settingsgroup . 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 ) ) ) ;
2014-09-29 20:49:41 +00:00
this . settingsgroup . Controls . Add ( this . missingflags ) ;
2012-09-16 19:54:16 +00:00
this . settingsgroup . Controls . Add ( this . flags ) ;
this . settingsgroup . Location = new System . Drawing . Point ( 284 , 6 ) ;
this . settingsgroup . Name = "settingsgroup" ;
2013-08-10 09:06:24 +00:00
this . settingsgroup . Size = new System . Drawing . Size ( 362 , 204 ) ;
2012-09-16 19:54:16 +00:00
this . settingsgroup . TabIndex = 1 ;
this . settingsgroup . TabStop = false ;
this . settingsgroup . Text = " Settings " ;
//
2014-10-17 11:55:08 +00:00
// missingflags
//
this . missingflags . BackColor = System . Drawing . SystemColors . Window ;
this . missingflags . Image = global :: CodeImp . DoomBuilder . Properties . Resources . Warning ;
this . missingflags . Location = new System . Drawing . Point ( 55 , - 2 ) ;
this . missingflags . Name = "missingflags" ;
this . missingflags . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . missingflags . TabIndex = 5 ;
this . missingflags . TabStop = false ;
this . missingflags . Visible = false ;
//
2012-09-16 19:54:16 +00:00
// flags
//
this . flags . 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 . flags . AutoScroll = true ;
2014-11-06 12:56:47 +00:00
this . flags . Columns = 2 ;
this . flags . Location = new System . Drawing . Point ( 16 , 19 ) ;
2012-09-16 19:54:16 +00:00
this . flags . Name = "flags" ;
2014-11-06 12:56:47 +00:00
this . flags . Size = new System . Drawing . Size ( 340 , 178 ) ;
2012-09-16 19:54:16 +00:00
this . flags . TabIndex = 0 ;
2013-07-11 11:43:49 +00:00
this . flags . VerticalSpacing = 1 ;
2014-09-29 20:49:41 +00:00
this . flags . OnValueChanged + = new System . EventHandler ( this . flags_OnValueChanged ) ;
2012-09-16 19:54:16 +00:00
//
// tabeffects
//
this . tabeffects . Controls . Add ( this . actiongroup ) ;
this . tabeffects . Controls . Add ( this . groupBox3 ) ;
2015-01-05 14:56:44 +00:00
this . tabeffects . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . tabeffects . Location = new System . Drawing . Point ( 4 , 22 ) ;
2012-09-16 19:54:16 +00:00
this . tabeffects . Name = "tabeffects" ;
this . tabeffects . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2015-01-05 14:56:44 +00:00
this . tabeffects . Size = new System . Drawing . Size ( 652 , 386 ) ;
2012-09-16 19:54:16 +00:00
this . tabeffects . TabIndex = 1 ;
2014-11-06 12:56:47 +00:00
this . tabeffects . Text = "Tag / Action" ;
2012-09-16 19:54:16 +00:00
this . tabeffects . UseVisualStyleBackColor = true ;
//
// actiongroup
//
this . actiongroup . 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 ) ) ) ;
2014-12-05 14:33:31 +00:00
this . actiongroup . Controls . Add ( this . actionhelp ) ;
2012-09-16 19:54:16 +00:00
this . actiongroup . Controls . Add ( this . hexenpanel ) ;
this . actiongroup . Controls . Add ( label7 ) ;
this . actiongroup . Controls . Add ( this . action ) ;
this . actiongroup . Controls . Add ( this . browseaction ) ;
this . actiongroup . Controls . Add ( this . doompanel ) ;
2014-11-06 12:56:47 +00:00
this . actiongroup . Location = new System . Drawing . Point ( 9 , 81 ) ;
2012-09-16 19:54:16 +00:00
this . actiongroup . Name = "actiongroup" ;
2015-01-05 14:56:44 +00:00
this . actiongroup . Size = new System . Drawing . Size ( 634 , 301 ) ;
2012-09-16 19:54:16 +00:00
this . actiongroup . TabIndex = 22 ;
this . actiongroup . TabStop = false ;
this . actiongroup . Text = " Action " ;
//
2014-12-05 21:34:16 +00:00
// actionhelp
//
this . actionhelp . Location = new System . Drawing . Point ( 592 , 25 ) ;
this . actionhelp . Name = "actionhelp" ;
this . actionhelp . Size = new System . Drawing . Size ( 28 , 25 ) ;
this . actionhelp . TabIndex = 14 ;
//
2012-09-16 19:54:16 +00:00
// hexenpanel
//
this . hexenpanel . 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 ) ) ) ;
2013-08-08 11:04:13 +00:00
this . hexenpanel . Controls . Add ( this . scriptNumbers ) ;
2012-09-16 19:54:16 +00:00
this . hexenpanel . Controls . Add ( this . arg2 ) ;
this . hexenpanel . Controls . Add ( this . arg1 ) ;
this . hexenpanel . Controls . Add ( this . arg0 ) ;
this . hexenpanel . Controls . Add ( this . arg3 ) ;
this . hexenpanel . Controls . Add ( this . arg4 ) ;
this . hexenpanel . Controls . Add ( this . arg1label ) ;
this . hexenpanel . Controls . Add ( this . arg0label ) ;
this . hexenpanel . Controls . Add ( this . arg3label ) ;
this . hexenpanel . Controls . Add ( this . arg2label ) ;
this . hexenpanel . Controls . Add ( this . arg4label ) ;
this . hexenpanel . Location = new System . Drawing . Point ( 6 , 53 ) ;
this . hexenpanel . Name = "hexenpanel" ;
2015-01-05 14:56:44 +00:00
this . hexenpanel . Size = new System . Drawing . Size ( 616 , 235 ) ;
2012-09-16 19:54:16 +00:00
this . hexenpanel . TabIndex = 13 ;
//
2013-08-08 11:04:13 +00:00
// scriptNumbers
2012-09-16 19:54:16 +00:00
//
2013-08-08 11:04:13 +00:00
this . scriptNumbers . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . Suggest ;
this . scriptNumbers . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . scriptNumbers . BackColor = System . Drawing . Color . LemonChiffon ;
this . scriptNumbers . FormattingEnabled = true ;
2014-04-21 09:30:00 +00:00
this . scriptNumbers . Location = new System . Drawing . Point ( 179 , 93 ) ;
2013-08-08 11:04:13 +00:00
this . scriptNumbers . Name = "scriptNumbers" ;
2015-01-05 14:56:44 +00:00
this . scriptNumbers . Size = new System . Drawing . Size ( 127 , 21 ) ;
2013-08-08 11:04:13 +00:00
this . scriptNumbers . TabIndex = 23 ;
//
2012-09-16 19:54:16 +00:00
// arg2
//
this . arg2 . Location = new System . Drawing . Point ( 179 , 63 ) ;
this . arg2 . Name = "arg2" ;
2013-03-18 13:52:27 +00:00
this . arg2 . Size = new System . Drawing . Size ( 127 , 24 ) ;
2012-09-16 19:54:16 +00:00
this . arg2 . TabIndex = 2 ;
//
// arg1
//
this . arg1 . Location = new System . Drawing . Point ( 179 , 37 ) ;
this . arg1 . Name = "arg1" ;
2013-03-18 13:52:27 +00:00
this . arg1 . Size = new System . Drawing . Size ( 127 , 24 ) ;
2012-09-16 19:54:16 +00:00
this . arg1 . TabIndex = 1 ;
//
// arg0
//
this . arg0 . Location = new System . Drawing . Point ( 179 , 11 ) ;
this . arg0 . Name = "arg0" ;
2013-03-18 13:52:27 +00:00
this . arg0 . Size = new System . Drawing . Size ( 127 , 24 ) ;
2012-09-16 19:54:16 +00:00
this . arg0 . TabIndex = 0 ;
//
// arg3
//
2013-03-18 13:52:27 +00:00
this . arg3 . Location = new System . Drawing . Point ( 487 , 11 ) ;
2012-09-16 19:54:16 +00:00
this . arg3 . Name = "arg3" ;
2013-03-18 13:52:27 +00:00
this . arg3 . Size = new System . Drawing . Size ( 127 , 24 ) ;
2012-09-16 19:54:16 +00:00
this . arg3 . TabIndex = 3 ;
//
// arg4
//
2013-03-18 13:52:27 +00:00
this . arg4 . Location = new System . Drawing . Point ( 487 , 37 ) ;
2012-09-16 19:54:16 +00:00
this . arg4 . Name = "arg4" ;
2013-03-18 13:52:27 +00:00
this . arg4 . Size = new System . Drawing . Size ( 127 , 24 ) ;
2012-09-16 19:54:16 +00:00
this . arg4 . TabIndex = 4 ;
//
// arg1label
//
this . arg1label . Location = new System . Drawing . Point ( - 6 , 42 ) ;
this . arg1label . Name = "arg1label" ;
this . arg1label . Size = new System . Drawing . Size ( 179 , 14 ) ;
this . arg1label . TabIndex = 14 ;
this . arg1label . Text = "Argument 2:" ;
this . arg1label . TextAlign = System . Drawing . ContentAlignment . TopRight ;
this . arg1label . UseMnemonic = false ;
//
// arg0label
//
this . arg0label . Location = new System . Drawing . Point ( - 6 , 16 ) ;
this . arg0label . Name = "arg0label" ;
this . arg0label . Size = new System . Drawing . Size ( 179 , 14 ) ;
this . arg0label . TabIndex = 12 ;
this . arg0label . Text = "Argument 1:" ;
this . arg0label . TextAlign = System . Drawing . ContentAlignment . TopRight ;
this . arg0label . UseMnemonic = false ;
//
// arg3label
//
2013-03-18 13:52:27 +00:00
this . arg3label . Location = new System . Drawing . Point ( 302 , 16 ) ;
2012-09-16 19:54:16 +00:00
this . arg3label . Name = "arg3label" ;
this . arg3label . Size = new System . Drawing . Size ( 179 , 14 ) ;
this . arg3label . TabIndex = 20 ;
this . arg3label . Text = "Argument 4:" ;
this . arg3label . TextAlign = System . Drawing . ContentAlignment . TopRight ;
this . arg3label . UseMnemonic = false ;
//
// arg2label
//
this . arg2label . Location = new System . Drawing . Point ( - 6 , 68 ) ;
this . arg2label . Name = "arg2label" ;
this . arg2label . Size = new System . Drawing . Size ( 179 , 14 ) ;
this . arg2label . TabIndex = 18 ;
this . arg2label . Text = "Argument 3:" ;
this . arg2label . TextAlign = System . Drawing . ContentAlignment . TopRight ;
this . arg2label . UseMnemonic = false ;
//
// arg4label
//
2013-03-18 13:52:27 +00:00
this . arg4label . Location = new System . Drawing . Point ( 302 , 42 ) ;
2012-09-16 19:54:16 +00:00
this . arg4label . Name = "arg4label" ;
this . arg4label . Size = new System . Drawing . Size ( 179 , 14 ) ;
this . arg4label . TabIndex = 16 ;
this . arg4label . Text = "Argument 5:" ;
this . arg4label . TextAlign = System . Drawing . ContentAlignment . TopRight ;
this . arg4label . UseMnemonic = false ;
//
// action
//
this . action . BackColor = System . Drawing . SystemColors . Control ;
this . action . Cursor = System . Windows . Forms . Cursors . Default ;
this . action . Empty = false ;
this . action . GeneralizedCategories = null ;
2014-09-29 20:49:41 +00:00
this . action . GeneralizedOptions = null ;
2012-09-16 19:54:16 +00:00
this . action . Location = new System . Drawing . Point ( 62 , 27 ) ;
this . action . Name = "action" ;
2014-12-05 14:33:31 +00:00
this . action . Size = new System . Drawing . Size ( 497 , 21 ) ;
2012-09-16 19:54:16 +00:00
this . action . TabIndex = 0 ;
this . action . Value = 402 ;
this . action . ValueChanges + = new System . EventHandler ( this . action_ValueChanges ) ;
//
// browseaction
//
this . browseaction . Image = global :: CodeImp . DoomBuilder . Properties . Resources . List ;
2014-12-05 14:33:31 +00:00
this . browseaction . Location = new System . Drawing . Point ( 562 , 25 ) ;
2012-09-16 19:54:16 +00:00
this . browseaction . Name = "browseaction" ;
this . browseaction . Size = new System . Drawing . Size ( 28 , 25 ) ;
this . browseaction . TabIndex = 1 ;
this . browseaction . Text = " " ;
2014-12-05 21:34:16 +00:00
this . tooltip . SetToolTip ( this . browseaction , "Browse Action" ) ;
2012-09-16 19:54:16 +00:00
this . browseaction . UseVisualStyleBackColor = true ;
this . browseaction . Click + = new System . EventHandler ( this . browseaction_Click ) ;
//
// doompanel
//
this . doompanel . 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 . doompanel . Location = new System . Drawing . Point ( 6 , 54 ) ;
this . doompanel . Name = "doompanel" ;
2015-01-05 14:56:44 +00:00
this . doompanel . Size = new System . Drawing . Size ( 616 , 235 ) ;
2012-09-16 19:54:16 +00:00
this . doompanel . TabIndex = 12 ;
//
// groupBox3
//
2013-03-18 13:52:27 +00:00
this . groupBox3 . Controls . Add ( this . tagSelector ) ;
2012-09-16 19:54:16 +00:00
this . groupBox3 . Location = new System . Drawing . Point ( 6 , 6 ) ;
this . groupBox3 . Name = "groupBox3" ;
this . groupBox3 . Size = new System . Drawing . Size ( 640 , 66 ) ;
this . groupBox3 . TabIndex = 0 ;
this . groupBox3 . TabStop = false ;
this . groupBox3 . Text = " Identification " ;
//
2013-03-18 13:52:27 +00:00
// tagSelector
2012-09-16 19:54:16 +00:00
//
2013-03-18 13:52:27 +00:00
this . tagSelector . Location = new System . Drawing . Point ( 6 , 19 ) ;
this . tagSelector . Name = "tagSelector" ;
2013-08-28 08:29:06 +00:00
this . tagSelector . Size = new System . Drawing . Size ( 430 , 35 ) ;
2013-03-18 13:52:27 +00:00
this . tagSelector . TabIndex = 8 ;
2012-09-16 19:54:16 +00:00
//
// 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 ;
2014-05-08 12:33:10 +00:00
this . cancel . Location = new System . Drawing . Point ( 440 , 429 ) ;
2012-09-16 19:54:16 +00:00
this . cancel . Name = "cancel" ;
this . cancel . Size = new System . Drawing . Size ( 112 , 25 ) ;
this . cancel . TabIndex = 2 ;
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 ) ) ) ;
2014-05-08 12:33:10 +00:00
this . apply . Location = new System . Drawing . Point ( 558 , 429 ) ;
2012-09-16 19:54:16 +00:00
this . apply . Name = "apply" ;
this . apply . Size = new System . Drawing . Size ( 112 , 25 ) ;
this . apply . TabIndex = 1 ;
this . apply . Text = "OK" ;
this . apply . UseVisualStyleBackColor = true ;
this . apply . Click + = new System . EventHandler ( this . apply_Click ) ;
//
2013-12-23 12:02:58 +00:00
// hint
//
this . hint . Image = global :: CodeImp . DoomBuilder . Properties . Resources . Lightbulb ;
this . hint . Location = new System . Drawing . Point ( 10 , 433 ) ;
this . hint . Name = "hint" ;
this . hint . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . hint . TabIndex = 3 ;
this . hint . TabStop = false ;
//
// hintlabel
//
this . hintlabel . AutoSize = true ;
this . hintlabel . Location = new System . Drawing . Point ( 28 , 434 ) ;
this . hintlabel . Name = "hintlabel" ;
2015-01-05 14:56:44 +00:00
this . hintlabel . Size = new System . Drawing . Size ( 365 , 13 ) ;
2013-12-23 12:02:58 +00:00
this . hintlabel . TabIndex = 4 ;
2014-11-10 11:27:37 +00:00
this . hintlabel . Text = "Select categories or several thing types to randomly assign them to selection" ;
2013-12-23 12:02:58 +00:00
//
2012-09-16 19:54:16 +00:00
// ThingEditForm
//
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 ( 680 , 461 ) ;
2013-12-23 12:02:58 +00:00
this . Controls . Add ( this . hintlabel ) ;
this . Controls . Add ( this . hint ) ;
2012-09-16 19:54:16 +00:00
this . Controls . Add ( this . cancel ) ;
this . Controls . Add ( this . apply ) ;
this . Controls . Add ( this . tabs ) ;
2014-10-17 12:50:26 +00:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedDialog ;
2012-09-16 19:54:16 +00:00
this . MaximizeBox = false ;
this . MinimizeBox = false ;
this . Name = "ThingEditForm" ;
2014-12-05 14:33:31 +00:00
this . Opacity = 1 ;
2012-09-16 19:54:16 +00:00
this . ShowIcon = false ;
this . ShowInTaskbar = false ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "Edit Thing" ;
2013-11-21 10:53:11 +00:00
this . FormClosing + = new System . Windows . Forms . FormClosingEventHandler ( this . ThingEditForm_FormClosing ) ;
2012-09-16 19:54:16 +00:00
this . HelpRequested + = new System . Windows . Forms . HelpEventHandler ( this . ThingEditForm_HelpRequested ) ;
groupBox1 . ResumeLayout ( false ) ;
groupBox2 . ResumeLayout ( false ) ;
groupBox2 . PerformLayout ( ) ;
this . tabs . ResumeLayout ( false ) ;
this . tabproperties . ResumeLayout ( false ) ;
2014-11-06 12:56:47 +00:00
this . groupBox4 . ResumeLayout ( false ) ;
this . groupBox4 . PerformLayout ( ) ;
2012-09-16 19:54:16 +00:00
this . settingsgroup . ResumeLayout ( false ) ;
2014-10-17 11:55:08 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . missingflags ) ) . EndInit ( ) ;
2012-09-16 19:54:16 +00:00
this . tabeffects . ResumeLayout ( false ) ;
this . actiongroup . ResumeLayout ( false ) ;
this . actiongroup . PerformLayout ( ) ;
this . hexenpanel . ResumeLayout ( false ) ;
this . groupBox3 . ResumeLayout ( false ) ;
2013-12-23 12:02:58 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . hint ) ) . EndInit ( ) ;
2012-09-16 19:54:16 +00:00
this . ResumeLayout ( false ) ;
2013-12-23 12:02:58 +00:00
this . PerformLayout ( ) ;
2009-04-19 18:07:22 +00:00
}
#endregion
private System . Windows . Forms . TabControl tabs ;
private System . Windows . Forms . TabPage tabproperties ;
private System . Windows . Forms . TabPage tabeffects ;
private System . Windows . Forms . Button cancel ;
private System . Windows . Forms . Button apply ;
private System . Windows . Forms . GroupBox settingsgroup ;
private CodeImp . DoomBuilder . Controls . CheckboxArrayControl flags ;
private System . Windows . Forms . GroupBox groupBox3 ;
private System . Windows . Forms . GroupBox actiongroup ;
private System . Windows . Forms . Panel hexenpanel ;
private System . Windows . Forms . Label arg1label ;
private System . Windows . Forms . Label arg0label ;
private System . Windows . Forms . Label arg3label ;
private System . Windows . Forms . Label arg2label ;
private System . Windows . Forms . Label arg4label ;
private CodeImp . DoomBuilder . Controls . ActionSelectorControl action ;
private System . Windows . Forms . Button browseaction ;
private System . Windows . Forms . Panel doompanel ;
private CodeImp . DoomBuilder . Controls . ArgumentBox arg2 ;
private CodeImp . DoomBuilder . Controls . ArgumentBox arg1 ;
private CodeImp . DoomBuilder . Controls . ArgumentBox arg0 ;
private CodeImp . DoomBuilder . Controls . ArgumentBox arg3 ;
private CodeImp . DoomBuilder . Controls . ArgumentBox arg4 ;
2012-09-16 19:54:16 +00:00
private System . Windows . Forms . Label zlabel ;
2009-04-19 18:07:22 +00:00
private CodeImp . DoomBuilder . Controls . ThingBrowserControl thingtype ;
2009-07-10 19:15:22 +00:00
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox angle ;
2012-09-16 19:54:16 +00:00
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox posZ ;
2013-09-11 09:47:53 +00:00
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox posY ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Label label1 ;
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox posX ;
2012-09-16 19:54:16 +00:00
private System . Windows . Forms . CheckBox cbAbsoluteHeight ;
2013-03-18 13:52:27 +00:00
private System . Windows . Forms . CheckBox cbRandomAngle ;
private CodeImp . DoomBuilder . GZBuilder . Controls . TagSelector tagSelector ;
2013-08-08 11:04:13 +00:00
private System . Windows . Forms . ComboBox scriptNumbers ;
2013-12-04 13:27:34 +00:00
private CodeImp . DoomBuilder . GZBuilder . Controls . AngleControl anglecontrol ;
2013-12-23 12:02:58 +00:00
private System . Windows . Forms . PictureBox hint ;
private System . Windows . Forms . Label hintlabel ;
2014-09-29 20:49:41 +00:00
private System . Windows . Forms . PictureBox missingflags ;
private System . Windows . Forms . ToolTip tooltip ;
2014-11-06 12:56:47 +00:00
private System . Windows . Forms . GroupBox groupBox4 ;
2014-12-05 14:33:31 +00:00
private CodeImp . DoomBuilder . Controls . ActionSpecialHelpButton actionhelp ;
2009-04-19 18:07:22 +00:00
}
}