2022-05-31 08:46:10 +02:00
namespace MozogForm {
partial class Form1 {
/// <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 ( ) {
this . buttonB = new System . Windows . Forms . Button ( ) ;
this . buttonJ = new System . Windows . Forms . Button ( ) ;
this . buttonJSZ = new System . Windows . Forms . Button ( ) ;
this . buttonBSZ = new System . Windows . Forms . Button ( ) ;
this . buttonLSZ = new System . Windows . Forms . Button ( ) ;
this . buttonL = new System . Windows . Forms . Button ( ) ;
this . buttonSizeDecrease = new System . Windows . Forms . Button ( ) ;
this . buttonSizeIncrease = new System . Windows . Forms . Button ( ) ;
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
2022-06-07 13:52:04 +02:00
this . labelSize = new System . Windows . Forms . Label ( ) ;
2022-05-31 08:46:10 +02:00
this . groupBox2 = new System . Windows . Forms . GroupBox ( ) ;
2022-06-07 13:52:04 +02:00
this . labelOp = new System . Windows . Forms . Label ( ) ;
2022-05-31 08:46:10 +02:00
this . buttonOpIncrease = new System . Windows . Forms . Button ( ) ;
this . buttonOpDecrese = new System . Windows . Forms . Button ( ) ;
this . buttonFSZ = new System . Windows . Forms . Button ( ) ;
this . buttonF = new System . Windows . Forms . Button ( ) ;
this . buttonK = new System . Windows . Forms . Button ( ) ;
this . groupBox1 . SuspendLayout ( ) ;
this . groupBox2 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// buttonB
//
this . buttonB . Location = new System . Drawing . Point ( 230 , 190 ) ;
this . buttonB . Name = "buttonB" ;
this . buttonB . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . buttonB . TabIndex = 0 ;
this . buttonB . Text = "Balra" ;
this . buttonB . UseVisualStyleBackColor = true ;
//
// buttonJ
//
this . buttonJ . Location = new System . Drawing . Point ( 514 , 190 ) ;
this . buttonJ . Name = "buttonJ" ;
this . buttonJ . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . buttonJ . TabIndex = 0 ;
this . buttonJ . Text = "Jobbra" ;
this . buttonJ . UseVisualStyleBackColor = true ;
//
// buttonJSZ
//
this . buttonJSZ . Location = new System . Drawing . Point ( 654 , 190 ) ;
this . buttonJSZ . Name = "buttonJSZ" ;
this . buttonJSZ . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . buttonJSZ . TabIndex = 1 ;
this . buttonJSZ . Text = "Jobb szél" ;
this . buttonJSZ . UseVisualStyleBackColor = true ;
//
// buttonBSZ
//
this . buttonBSZ . Location = new System . Drawing . Point ( 96 , 190 ) ;
this . buttonBSZ . Name = "buttonBSZ" ;
this . buttonBSZ . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . buttonBSZ . TabIndex = 2 ;
this . buttonBSZ . Text = "Bal szél" ;
this . buttonBSZ . UseVisualStyleBackColor = true ;
//
// buttonLSZ
//
this . buttonLSZ . Location = new System . Drawing . Point ( 366 , 295 ) ;
this . buttonLSZ . Name = "buttonLSZ" ;
this . buttonLSZ . Size = new System . Drawing . Size ( 88 , 44 ) ;
this . buttonLSZ . TabIndex = 0 ;
this . buttonLSZ . Text = "Lent szél" ;
this . buttonLSZ . UseVisualStyleBackColor = true ;
//
// buttonL
//
this . buttonL . Location = new System . Drawing . Point ( 366 , 250 ) ;
this . buttonL . Name = "buttonL" ;
this . buttonL . Size = new System . Drawing . Size ( 88 , 39 ) ;
this . buttonL . TabIndex = 0 ;
this . buttonL . Text = "Lent" ;
this . buttonL . UseVisualStyleBackColor = true ;
//
// buttonSizeDecrease
//
this . buttonSizeDecrease . Location = new System . Drawing . Point ( 376 , 19 ) ;
this . buttonSizeDecrease . Name = "buttonSizeDecrease" ;
this . buttonSizeDecrease . Size = new System . Drawing . Size ( 88 , 49 ) ;
this . buttonSizeDecrease . TabIndex = 0 ;
this . buttonSizeDecrease . Text = "Meret csokkentes" ;
this . buttonSizeDecrease . UseVisualStyleBackColor = true ;
//
// buttonSizeIncrease
//
this . buttonSizeIncrease . Location = new System . Drawing . Point ( 105 , 19 ) ;
this . buttonSizeIncrease . Name = "buttonSizeIncrease" ;
this . buttonSizeIncrease . Size = new System . Drawing . Size ( 88 , 54 ) ;
this . buttonSizeIncrease . TabIndex = 0 ;
this . buttonSizeIncrease . Text = "Meret noveles" ;
this . buttonSizeIncrease . UseVisualStyleBackColor = true ;
//
// groupBox1
//
this . groupBox1 . BackColor = System . Drawing . Color . LightSalmon ;
this . groupBox1 . Controls . Add ( this . labelSize ) ;
this . groupBox1 . Controls . Add ( this . buttonSizeIncrease ) ;
this . groupBox1 . Controls . Add ( this . buttonSizeDecrease ) ;
this . groupBox1 . Location = new System . Drawing . Point ( 125 , 12 ) ;
this . groupBox1 . Name = "groupBox1" ;
this . groupBox1 . Size = new System . Drawing . Size ( 553 , 82 ) ;
this . groupBox1 . TabIndex = 3 ;
this . groupBox1 . TabStop = false ;
this . groupBox1 . Text = "groupBox1" ;
//
2022-06-07 13:52:04 +02:00
// labelSize
//
this . labelSize . AutoSize = true ;
this . labelSize . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 238 ) ) ) ;
this . labelSize . Location = new System . Drawing . Point ( 6 , 29 ) ;
this . labelSize . Name = "labelSize" ;
this . labelSize . Size = new System . Drawing . Size ( 58 , 24 ) ;
this . labelSize . TabIndex = 1 ;
this . labelSize . Text = "Meret" ;
//
2022-05-31 08:46:10 +02:00
// groupBox2
//
this . groupBox2 . BackColor = System . Drawing . Color . LightSalmon ;
this . groupBox2 . Controls . Add ( this . labelOp ) ;
this . groupBox2 . Controls . Add ( this . buttonOpIncrease ) ;
this . groupBox2 . Controls . Add ( this . buttonOpDecrese ) ;
this . groupBox2 . Location = new System . Drawing . Point ( 110 , 361 ) ;
this . groupBox2 . Name = "groupBox2" ;
this . groupBox2 . Size = new System . Drawing . Size ( 568 , 77 ) ;
this . groupBox2 . TabIndex = 4 ;
this . groupBox2 . TabStop = false ;
this . groupBox2 . Text = "groupBox2" ;
//
2022-06-07 13:52:04 +02:00
// labelOp
//
this . labelOp . AutoSize = true ;
this . labelOp . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 238 ) ) ) ;
this . labelOp . Location = new System . Drawing . Point ( 6 , 32 ) ;
this . labelOp . Name = "labelOp" ;
this . labelOp . Size = new System . Drawing . Size ( 104 , 24 ) ;
this . labelOp . TabIndex = 2 ;
this . labelOp . Text = "Atlatszosag" ;
//
2022-05-31 08:46:10 +02:00
// buttonOpIncrease
//
this . buttonOpIncrease . Location = new System . Drawing . Point ( 116 , 19 ) ;
this . buttonOpIncrease . Name = "buttonOpIncrease" ;
this . buttonOpIncrease . Size = new System . Drawing . Size ( 88 , 54 ) ;
this . buttonOpIncrease . TabIndex = 0 ;
this . buttonOpIncrease . Text = "Atlatszisag noveles" ;
this . buttonOpIncrease . UseVisualStyleBackColor = true ;
//
// buttonOpDecrese
//
this . buttonOpDecrese . Location = new System . Drawing . Point ( 376 , 19 ) ;
this . buttonOpDecrese . Name = "buttonOpDecrese" ;
this . buttonOpDecrese . Size = new System . Drawing . Size ( 88 , 49 ) ;
this . buttonOpDecrese . TabIndex = 0 ;
this . buttonOpDecrese . Text = "Aatlatszosag csokkentes" ;
this . buttonOpDecrese . UseVisualStyleBackColor = true ;
//
// buttonFSZ
//
this . buttonFSZ . Location = new System . Drawing . Point ( 366 , 110 ) ;
this . buttonFSZ . Name = "buttonFSZ" ;
this . buttonFSZ . Size = new System . Drawing . Size ( 88 , 39 ) ;
this . buttonFSZ . TabIndex = 5 ;
this . buttonFSZ . Text = "Fent szél" ;
this . buttonFSZ . UseVisualStyleBackColor = true ;
2022-06-07 13:52:04 +02:00
this . buttonFSZ . Click + = new System . EventHandler ( this . buttonFSZ_Click ) ;
2022-05-31 08:46:10 +02:00
//
// buttonF
//
this . buttonF . Location = new System . Drawing . Point ( 366 , 155 ) ;
this . buttonF . Name = "buttonF" ;
this . buttonF . Size = new System . Drawing . Size ( 88 , 44 ) ;
this . buttonF . TabIndex = 6 ;
this . buttonF . Text = "Fentre" ;
this . buttonF . UseVisualStyleBackColor = true ;
2022-06-07 13:52:04 +02:00
this . buttonF . Click + = new System . EventHandler ( this . buttonF_Click ) ;
2022-05-31 08:46:10 +02:00
//
// buttonK
//
this . buttonK . Location = new System . Drawing . Point ( 366 , 205 ) ;
this . buttonK . Name = "buttonK" ;
this . buttonK . Size = new System . Drawing . Size ( 88 , 39 ) ;
this . buttonK . TabIndex = 7 ;
this . buttonK . Text = "Közép" ;
this . buttonK . UseVisualStyleBackColor = true ;
//
// Form1
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 800 , 450 ) ;
this . Controls . Add ( this . buttonK ) ;
this . Controls . Add ( this . buttonFSZ ) ;
this . Controls . Add ( this . buttonF ) ;
this . Controls . Add ( this . groupBox2 ) ;
this . Controls . Add ( this . groupBox1 ) ;
this . Controls . Add ( this . buttonJSZ ) ;
this . Controls . Add ( this . buttonBSZ ) ;
this . Controls . Add ( this . buttonL ) ;
this . Controls . Add ( this . buttonLSZ ) ;
this . Controls . Add ( this . buttonJ ) ;
this . Controls . Add ( this . buttonB ) ;
this . Name = "Form1" ;
this . Text = "Form1" ;
this . groupBox1 . ResumeLayout ( false ) ;
this . groupBox1 . PerformLayout ( ) ;
this . groupBox2 . ResumeLayout ( false ) ;
this . groupBox2 . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . Button buttonB ;
private System . Windows . Forms . Button buttonJ ;
private System . Windows . Forms . Button buttonJSZ ;
private System . Windows . Forms . Button buttonBSZ ;
private System . Windows . Forms . Button buttonLSZ ;
private System . Windows . Forms . Button buttonL ;
private System . Windows . Forms . Button buttonSizeDecrease ;
private System . Windows . Forms . Button buttonSizeIncrease ;
private System . Windows . Forms . GroupBox groupBox1 ;
private System . Windows . Forms . GroupBox groupBox2 ;
private System . Windows . Forms . Button buttonOpIncrease ;
private System . Windows . Forms . Button buttonOpDecrese ;
private System . Windows . Forms . Button buttonFSZ ;
private System . Windows . Forms . Button buttonF ;
private System . Windows . Forms . Button buttonK ;
private System . Windows . Forms . Label labelSize ;
private System . Windows . Forms . Label labelOp ;
}
}