1
namespace ExampleCsPlugin
3 partial class OptionsForm
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose( bool disposing
)
16 if ( disposing
&& ( components
!= null ) )
18 components
.Dispose( );
20 base.Dispose( disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent( )
31 this.checkBox1
= new System
.Windows
.Forms
.CheckBox( );
32 this.checkBox2
= new System
.Windows
.Forms
.CheckBox( );
33 this.button1
= new System
.Windows
.Forms
.Button( );
34 this.button2
= new System
.Windows
.Forms
.Button( );
35 this.SuspendLayout( );
39 this.checkBox1
.AutoSize
= true;
40 this.checkBox1
.Location
= new System
.Drawing
.Point( 44, 56 );
41 this.checkBox1
.Name
= "checkBox1";
42 this.checkBox1
.Size
= new System
.Drawing
.Size( 80, 17 );
43 this.checkBox1
.TabIndex
= 0;
44 this.checkBox1
.Text
= "checkBox1";
45 this.checkBox1
.UseVisualStyleBackColor
= true;
49 this.checkBox2
.AutoSize
= true;
50 this.checkBox2
.Location
= new System
.Drawing
.Point( 44, 91 );
51 this.checkBox2
.Name
= "checkBox2";
52 this.checkBox2
.Size
= new System
.Drawing
.Size( 80, 17 );
53 this.checkBox2
.TabIndex
= 1;
54 this.checkBox2
.Text
= "checkBox2";
55 this.checkBox2
.UseVisualStyleBackColor
= true;
59 this.button1
.DialogResult
= System
.Windows
.Forms
.DialogResult
.OK
;
60 this.button1
.Location
= new System
.Drawing
.Point( 114, 229 );
61 this.button1
.Name
= "button1";
62 this.button1
.Size
= new System
.Drawing
.Size( 75, 23 );
63 this.button1
.TabIndex
= 2;
64 this.button1
.Text
= "OK";
65 this.button1
.UseVisualStyleBackColor
= true;
69 this.button2
.DialogResult
= System
.Windows
.Forms
.DialogResult
.Cancel
;
70 this.button2
.Location
= new System
.Drawing
.Point( 207, 229 );
71 this.button2
.Name
= "button2";
72 this.button2
.Size
= new System
.Drawing
.Size( 75, 23 );
73 this.button2
.TabIndex
= 3;
74 this.button2
.Text
= "Cancel";
75 this.button2
.UseVisualStyleBackColor
= true;
79 this.AutoScaleDimensions
= new System
.Drawing
.SizeF( 6F
, 13F
);
80 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
81 this.ClientSize
= new System
.Drawing
.Size( 284, 264 );
82 this.Controls
.Add( this.button2
);
83 this.Controls
.Add( this.button1
);
84 this.Controls
.Add( this.checkBox2
);
85 this.Controls
.Add( this.checkBox1
);
86 this.Name
= "OptionsForm";
87 this.Text
= "OptionsForm";
88 this.ResumeLayout( false );
89 this.PerformLayout( );
95 private System
.Windows
.Forms
.Button button1
;
96 private System
.Windows
.Forms
.Button button2
;
97 public System
.Windows
.Forms
.CheckBox checkBox1
;
98 public System
.Windows
.Forms
.CheckBox checkBox2
;