2009-04-19 18:07:22 +00:00
namespace CodeImp.DoomBuilder.Windows
{
partial class VertexEditForm
{
/// <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 . TabPage tabproperties ;
2012-11-27 23:04:49 +00:00
System . Windows . Forms . Label label2 ;
2013-06-11 08:05:32 +00:00
System . Windows . Forms . Label label3 ;
2009-04-19 18:07:22 +00:00
System . Windows . Forms . Label label1 ;
System . Windows . Forms . Label label6 ;
this . groupposition = new System . Windows . Forms . GroupBox ( ) ;
2013-06-11 08:05:32 +00:00
this . panelHeightControls = new System . Windows . Forms . Panel ( ) ;
2013-08-08 11:04:13 +00:00
this . clearZFloor = new System . Windows . Forms . Button ( ) ;
this . clearZCeiling = new System . Windows . Forms . Button ( ) ;
2012-11-27 23:04:49 +00:00
this . zceiling = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
2013-06-11 08:05:32 +00:00
this . zfloor = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
2012-11-27 23:04:49 +00:00
this . positiony = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
this . positionx = new CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox ( ) ;
2009-04-19 18:07:22 +00:00
this . tabs = new System . Windows . Forms . TabControl ( ) ;
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 ( ) ;
tabproperties = new System . Windows . Forms . TabPage ( ) ;
2012-11-27 23:04:49 +00:00
label2 = new System . Windows . Forms . Label ( ) ;
2013-06-11 08:05:32 +00:00
label3 = new System . Windows . Forms . Label ( ) ;
2009-04-19 18:07:22 +00:00
label1 = new System . Windows . Forms . Label ( ) ;
label6 = new System . Windows . Forms . Label ( ) ;
tabproperties . SuspendLayout ( ) ;
this . groupposition . SuspendLayout ( ) ;
2013-06-11 08:05:32 +00:00
this . panelHeightControls . SuspendLayout ( ) ;
2009-04-19 18:07:22 +00:00
this . tabs . SuspendLayout ( ) ;
this . tabcustom . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// tabproperties
//
tabproperties . Controls . Add ( this . groupposition ) ;
2015-01-05 14:56:44 +00:00
tabproperties . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
tabproperties . Location = new System . Drawing . Point ( 4 , 22 ) ;
2009-04-19 18:07:22 +00:00
tabproperties . Name = "tabproperties" ;
tabproperties . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2015-01-05 14:56:44 +00:00
tabproperties . Size = new System . Drawing . Size ( 428 , 207 ) ;
2009-04-19 18:07:22 +00:00
tabproperties . TabIndex = 0 ;
tabproperties . Text = "Properties" ;
tabproperties . UseVisualStyleBackColor = true ;
//
// groupposition
//
this . groupposition . 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 ) ) ) ;
2012-11-27 23:04:49 +00:00
this . groupposition . Controls . Add ( this . panelHeightControls ) ;
2009-04-19 18:07:22 +00:00
this . groupposition . Controls . Add ( this . positiony ) ;
this . groupposition . Controls . Add ( this . positionx ) ;
2009-07-10 19:15:22 +00:00
this . groupposition . Controls . Add ( label1 ) ;
this . groupposition . Controls . Add ( label6 ) ;
2009-04-19 18:07:22 +00:00
this . groupposition . Location = new System . Drawing . Point ( 7 , 6 ) ;
this . groupposition . Name = "groupposition" ;
2015-01-05 14:56:44 +00:00
this . groupposition . Size = new System . Drawing . Size ( 415 , 195 ) ;
2009-04-26 19:53:36 +00:00
this . groupposition . TabIndex = 0 ;
2009-04-19 18:07:22 +00:00
this . groupposition . TabStop = false ;
this . groupposition . Text = " Position " ;
//
2013-06-11 08:05:32 +00:00
// panelHeightControls
2012-11-27 23:04:49 +00:00
//
2013-07-08 13:13:28 +00:00
this . panelHeightControls . Controls . Add ( this . clearZFloor ) ;
this . panelHeightControls . Controls . Add ( this . clearZCeiling ) ;
2013-06-11 08:05:32 +00:00
this . panelHeightControls . Controls . Add ( this . zceiling ) ;
this . panelHeightControls . Controls . Add ( this . zfloor ) ;
this . panelHeightControls . Controls . Add ( label2 ) ;
this . panelHeightControls . Controls . Add ( label3 ) ;
this . panelHeightControls . Location = new System . Drawing . Point ( 48 , 73 ) ;
this . panelHeightControls . Name = "panelHeightControls" ;
2015-01-05 14:56:44 +00:00
this . panelHeightControls . Size = new System . Drawing . Size ( 361 , 116 ) ;
2013-06-11 08:05:32 +00:00
this . panelHeightControls . TabIndex = 30 ;
2012-11-27 23:04:49 +00:00
//
2013-08-08 11:04:13 +00:00
// clearZFloor
//
this . clearZFloor . Image = global :: CodeImp . DoomBuilder . Properties . Resources . SearchClear ;
this . clearZFloor . Location = new System . Drawing . Point ( 314 , 32 ) ;
this . clearZFloor . Name = "clearZFloor" ;
this . clearZFloor . Size = new System . Drawing . Size ( 26 , 24 ) ;
this . clearZFloor . TabIndex = 31 ;
this . clearZFloor . UseVisualStyleBackColor = true ;
this . clearZFloor . Click + = new System . EventHandler ( this . clearZFloor_Click ) ;
//
// clearZCeiling
//
this . clearZCeiling . Image = global :: CodeImp . DoomBuilder . Properties . Resources . SearchClear ;
this . clearZCeiling . Location = new System . Drawing . Point ( 314 , 0 ) ;
this . clearZCeiling . Name = "clearZCeiling" ;
this . clearZCeiling . Size = new System . Drawing . Size ( 26 , 24 ) ;
this . clearZCeiling . TabIndex = 30 ;
this . clearZCeiling . UseVisualStyleBackColor = true ;
this . clearZCeiling . Click + = new System . EventHandler ( this . clearZCeiling_Click ) ;
//
2012-11-27 23:04:49 +00:00
// zceiling
//
this . zceiling . AllowDecimal = false ;
2017-01-04 13:28:36 +00:00
this . zceiling . AllowExpressions = true ;
2012-11-27 23:04:49 +00:00
this . zceiling . AllowNegative = true ;
this . zceiling . AllowRelative = true ;
2015-03-23 14:21:32 +00:00
this . zceiling . ButtonStep = 8 ;
this . zceiling . ButtonStepBig = 16F ;
2013-08-08 11:04:13 +00:00
this . zceiling . ButtonStepFloat = 1F ;
2015-03-23 14:21:32 +00:00
this . zceiling . ButtonStepSmall = 1F ;
this . zceiling . ButtonStepsUseModifierKeys = true ;
2014-10-17 12:50:26 +00:00
this . zceiling . ButtonStepsWrapAround = false ;
2012-11-27 23:04:49 +00:00
this . zceiling . Location = new System . Drawing . Point ( 188 , 0 ) ;
this . zceiling . Name = "zceiling" ;
this . zceiling . Size = new System . Drawing . Size ( 120 , 24 ) ;
this . zceiling . StepValues = null ;
this . zceiling . TabIndex = 28 ;
2013-07-08 13:13:28 +00:00
this . zceiling . WhenTextChanged + = new System . EventHandler ( this . zceiling_WhenTextChanged ) ;
2012-11-27 23:04:49 +00:00
//
2013-06-11 08:05:32 +00:00
// zfloor
2012-11-27 23:04:49 +00:00
//
2013-06-11 08:05:32 +00:00
this . zfloor . AllowDecimal = false ;
2017-01-04 13:28:36 +00:00
this . zfloor . AllowExpressions = true ;
2013-06-11 08:05:32 +00:00
this . zfloor . AllowNegative = true ;
this . zfloor . AllowRelative = true ;
2015-03-23 14:21:32 +00:00
this . zfloor . ButtonStep = 8 ;
this . zfloor . ButtonStepBig = 16F ;
2013-08-08 11:04:13 +00:00
this . zfloor . ButtonStepFloat = 1F ;
2015-03-23 14:21:32 +00:00
this . zfloor . ButtonStepSmall = 1F ;
this . zfloor . ButtonStepsUseModifierKeys = true ;
2014-10-17 12:50:26 +00:00
this . zfloor . ButtonStepsWrapAround = false ;
2013-06-11 08:05:32 +00:00
this . zfloor . Location = new System . Drawing . Point ( 188 , 32 ) ;
this . zfloor . Name = "zfloor" ;
this . zfloor . Size = new System . Drawing . Size ( 120 , 24 ) ;
this . zfloor . StepValues = null ;
this . zfloor . TabIndex = 29 ;
2013-07-08 13:13:28 +00:00
this . zfloor . WhenTextChanged + = new System . EventHandler ( this . zfloor_WhenTextChanged ) ;
2012-11-27 23:04:49 +00:00
//
// label2
//
label2 . AutoSize = true ;
2015-03-03 09:42:54 +00:00
label2 . Location = new System . Drawing . Point ( 68 , 37 ) ;
2012-11-27 23:04:49 +00:00
label2 . Name = "label2" ;
2017-01-04 13:28:36 +00:00
label2 . Size = new System . Drawing . Size ( 106 , 13 ) ;
2012-11-27 23:04:49 +00:00
label2 . TabIndex = 26 ;
2017-01-04 13:28:36 +00:00
label2 . Text = "Absolute floor height:" ;
2012-11-27 23:04:49 +00:00
//
2013-06-11 08:05:32 +00:00
// label3
//
label3 . AutoSize = true ;
2015-03-03 09:42:54 +00:00
label3 . Location = new System . Drawing . Point ( 60 , 5 ) ;
2013-06-11 08:05:32 +00:00
label3 . Name = "label3" ;
2017-01-04 13:28:36 +00:00
label3 . Size = new System . Drawing . Size ( 116 , 13 ) ;
2013-06-11 08:05:32 +00:00
label3 . TabIndex = 27 ;
2017-01-04 13:28:36 +00:00
label3 . Text = "Absolute ceiling height:" ;
2013-06-11 08:05:32 +00:00
//
2012-11-27 23:04:49 +00:00
// positiony
//
this . positiony . AllowDecimal = false ;
2017-01-04 13:28:36 +00:00
this . positiony . AllowExpressions = true ;
2012-11-27 23:04:49 +00:00
this . positiony . AllowNegative = true ;
this . positiony . AllowRelative = true ;
2013-07-08 13:39:06 +00:00
this . positiony . ButtonStep = 1 ;
2015-03-23 14:21:32 +00:00
this . positiony . ButtonStepBig = 8F ;
2013-08-08 11:04:13 +00:00
this . positiony . ButtonStepFloat = 1F ;
2015-03-23 14:21:32 +00:00
this . positiony . ButtonStepSmall = 1F ;
this . positiony . ButtonStepsUseModifierKeys = true ;
2014-10-17 12:50:26 +00:00
this . positiony . ButtonStepsWrapAround = false ;
2012-11-27 23:04:49 +00:00
this . positiony . Location = new System . Drawing . Point ( 236 , 34 ) ;
this . positiony . Name = "positiony" ;
this . positiony . Size = new System . Drawing . Size ( 120 , 24 ) ;
this . positiony . StepValues = null ;
this . positiony . TabIndex = 25 ;
2013-07-08 13:13:28 +00:00
this . positiony . WhenTextChanged + = new System . EventHandler ( this . positiony_WhenTextChanged ) ;
2012-11-27 23:04:49 +00:00
//
// positionx
//
this . positionx . AllowDecimal = false ;
2017-01-04 13:28:36 +00:00
this . positionx . AllowExpressions = true ;
2012-11-27 23:04:49 +00:00
this . positionx . AllowNegative = true ;
this . positionx . AllowRelative = true ;
2013-07-08 13:39:06 +00:00
this . positionx . ButtonStep = 1 ;
2015-03-23 14:21:32 +00:00
this . positionx . ButtonStepBig = 8F ;
2013-08-08 11:04:13 +00:00
this . positionx . ButtonStepFloat = 1F ;
2015-03-23 14:21:32 +00:00
this . positionx . ButtonStepSmall = 1F ;
this . positionx . ButtonStepsUseModifierKeys = true ;
2014-10-17 12:50:26 +00:00
this . positionx . ButtonStepsWrapAround = false ;
2012-11-27 23:04:49 +00:00
this . positionx . Location = new System . Drawing . Point ( 68 , 34 ) ;
this . positionx . Name = "positionx" ;
this . positionx . Size = new System . Drawing . Size ( 120 , 24 ) ;
this . positionx . StepValues = null ;
this . positionx . TabIndex = 24 ;
2013-07-08 13:13:28 +00:00
this . positionx . WhenTextChanged + = new System . EventHandler ( this . positionx_WhenTextChanged ) ;
2012-11-27 23:04:49 +00:00
//
2009-04-19 18:07:22 +00:00
// label1
//
label1 . AutoSize = true ;
2009-07-10 19:15:22 +00:00
label1 . Location = new System . Drawing . Point ( 212 , 39 ) ;
2009-04-19 18:07:22 +00:00
label1 . Name = "label1" ;
2015-01-05 14:56:44 +00:00
label1 . Size = new System . Drawing . Size ( 17 , 13 ) ;
2009-04-19 18:07:22 +00:00
label1 . TabIndex = 23 ;
label1 . Text = "Y:" ;
//
// label6
//
label6 . AutoSize = true ;
label6 . Location = new System . Drawing . Point ( 45 , 39 ) ;
label6 . Name = "label6" ;
2015-01-05 14:56:44 +00:00
label6 . Size = new System . Drawing . Size ( 17 , 13 ) ;
2009-04-19 18:07:22 +00:00
label6 . TabIndex = 21 ;
label6 . Text = "X:" ;
//
// 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 ( tabproperties ) ;
this . tabs . Controls . Add ( this . tabcustom ) ;
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 ) ) ) ;
2009-04-19 18:07:22 +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 ) ;
2009-04-19 18:07:22 +00:00
this . tabs . SelectedIndex = 0 ;
this . tabs . Size = new System . Drawing . Size ( 436 , 233 ) ;
this . tabs . TabIndex = 0 ;
//
// tabcustom
//
this . tabcustom . Controls . Add ( this . fieldslist ) ;
2015-01-05 14:56:44 +00:00
this . tabcustom . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . tabcustom . Location = new System . Drawing . Point ( 4 , 22 ) ;
2009-04-19 18:07:22 +00:00
this . tabcustom . Name = "tabcustom" ;
this . tabcustom . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2015-01-05 14:56:44 +00:00
this . tabcustom . Size = new System . Drawing . Size ( 428 , 207 ) ;
2009-04-19 18:07:22 +00:00
this . tabcustom . TabIndex = 1 ;
this . tabcustom . Text = "Custom" ;
this . tabcustom . UseVisualStyleBackColor = true ;
2013-06-11 08:05:32 +00:00
this . tabcustom . MouseEnter + = new System . EventHandler ( this . tabcustom_MouseEnter ) ;
2009-04-19 18:07:22 +00:00
//
// fieldslist
//
2012-11-27 23:04:49 +00:00
this . fieldslist . AllowInsert = true ;
2009-04-19 18:07:22 +00:00
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 ) ) ) ;
2012-11-27 23:04:49 +00:00
this . fieldslist . AutoInsertUserPrefix = true ;
2009-04-19 18:07:22 +00:00
this . fieldslist . BorderStyle = System . Windows . Forms . BorderStyle . Fixed3D ;
this . fieldslist . Location = new System . Drawing . Point ( 11 , 11 ) ;
this . fieldslist . Margin = new System . Windows . Forms . Padding ( 8 ) ;
this . fieldslist . Name = "fieldslist" ;
2012-11-27 23:04:49 +00:00
this . fieldslist . PropertyColumnVisible = true ;
this . fieldslist . PropertyColumnWidth = 150 ;
2016-09-10 11:24:03 +00:00
this . fieldslist . ShowFixedFields = true ;
2015-01-05 14:56:44 +00:00
this . fieldslist . Size = new System . Drawing . Size ( 406 , 188 ) ;
2009-04-19 18:07:22 +00:00
this . fieldslist . TabIndex = 2 ;
2012-11-27 23:04:49 +00:00
this . fieldslist . TypeColumnVisible = true ;
this . fieldslist . TypeColumnWidth = 100 ;
this . fieldslist . ValueColumnVisible = true ;
2009-04-19 18:07:22 +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 ;
2015-02-15 20:16:01 +00:00
this . cancel . Location = new System . Drawing . Point ( 332 , 247 ) ;
2009-04-19 18:07:22 +00:00
this . cancel . Name = "cancel" ;
this . cancel . Size = new System . Drawing . Size ( 112 , 25 ) ;
2009-04-26 19:53:36 +00:00
this . cancel . TabIndex = 2 ;
2009-04-19 18:07:22 +00:00
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 ) ) ) ;
2015-02-15 20:16:01 +00:00
this . apply . Location = new System . Drawing . Point ( 214 , 247 ) ;
2009-04-19 18:07:22 +00:00
this . apply . Name = "apply" ;
this . apply . Size = new System . Drawing . Size ( 112 , 25 ) ;
2009-04-26 19:53:36 +00:00
this . apply . TabIndex = 1 ;
2009-04-19 18:07:22 +00:00
this . apply . Text = "OK" ;
this . apply . UseVisualStyleBackColor = true ;
this . apply . Click + = new System . EventHandler ( this . apply_Click ) ;
//
// VertexEditForm
//
this . AcceptButton = this . apply ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 96F , 96F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Dpi ;
this . CancelButton = this . cancel ;
2014-05-08 12:33:10 +00:00
this . ClientSize = new System . Drawing . Size ( 456 , 278 ) ;
2009-04-19 18:07:22 +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 ;
2009-04-19 18:07:22 +00:00
this . MaximizeBox = false ;
this . MinimizeBox = false ;
this . Name = "VertexEditForm" ;
2016-09-10 11:24:03 +00:00
this . Opacity = 0 ;
2014-10-17 12:50:26 +00:00
this . ShowIcon = false ;
this . ShowInTaskbar = false ;
2009-04-19 18:07:22 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "Edit Vertex" ;
2013-11-21 10:53:11 +00:00
this . FormClosing + = new System . Windows . Forms . FormClosingEventHandler ( this . VertexEditForm_FormClosing ) ;
2009-04-19 18:07:22 +00:00
this . HelpRequested + = new System . Windows . Forms . HelpEventHandler ( this . VertexEditForm_HelpRequested ) ;
tabproperties . ResumeLayout ( false ) ;
this . groupposition . ResumeLayout ( false ) ;
this . groupposition . PerformLayout ( ) ;
2012-11-27 23:04:49 +00:00
this . panelHeightControls . ResumeLayout ( false ) ;
this . panelHeightControls . PerformLayout ( ) ;
2013-06-11 08:05:32 +00:00
this . tabs . ResumeLayout ( false ) ;
this . tabcustom . ResumeLayout ( false ) ;
2009-04-19 18:07:22 +00:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . TabControl tabs ;
private System . Windows . Forms . TabPage tabcustom ;
private System . Windows . Forms . Button cancel ;
private System . Windows . Forms . Button apply ;
private CodeImp . DoomBuilder . Controls . FieldsEditorControl fieldslist ;
private System . Windows . Forms . GroupBox groupposition ;
2009-07-10 19:15:22 +00:00
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox positiony ;
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox positionx ;
2012-11-27 23:04:49 +00:00
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox zfloor ;
private CodeImp . DoomBuilder . Controls . ButtonsNumericTextbox zceiling ;
private System . Windows . Forms . Panel panelHeightControls ;
2013-07-08 13:13:28 +00:00
private System . Windows . Forms . Button clearZFloor ;
private System . Windows . Forms . Button clearZCeiling ;
2009-04-19 18:07:22 +00:00
}
}