Do not include a dot/slash/colon/questionmark/semicolon after URLs into the link...
[TortoiseGit.git] / contrib / issue-tracker-plugins / ExampleCsPlugin / OptionsForm.Designer.cs
blob9f49926b7b526b7cdabe7c92faa197a8fbd0d9e7
1 namespace ExampleCsPlugin
3 partial class OptionsForm
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
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
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
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( );
36 //
37 // checkBox1
38 //
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;
46 //
47 // checkBox2
48 //
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;
56 //
57 // button1
58 //
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;
66 //
67 // button2
68 //
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;
76 //
77 // OptionsForm
78 //
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( );
93 #endregion
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;