GetTagList: Do not include an empty string in the list
[TortoiseGit.git] / contrib / issue-tracker-plugins / ExampleCsPlugin / CommitFinishedForm.Designer.cs
blob0228e713f16f25aee62d9355740b24f05c4159b2
1 namespace ExampleCsPlugin
3 partial class CommitFinishedForm
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.button1 = new System.Windows.Forms.Button( );
32 this.button2 = new System.Windows.Forms.Button( );
33 this.button3 = new System.Windows.Forms.Button( );
34 this.button4 = new System.Windows.Forms.Button( );
35 this.label1 = new System.Windows.Forms.Label( );
36 this.SuspendLayout( );
37 //
38 // button1
39 //
40 this.button1.Location = new System.Drawing.Point( 43, 77 );
41 this.button1.Name = "button1";
42 this.button1.Size = new System.Drawing.Size( 75, 23 );
43 this.button1.TabIndex = 0;
44 this.button1.Text = "Close Issue";
45 this.button1.UseVisualStyleBackColor = true;
46 //
47 // button2
48 //
49 this.button2.Location = new System.Drawing.Point( 159, 77 );
50 this.button2.Name = "button2";
51 this.button2.Size = new System.Drawing.Size( 126, 23 );
52 this.button2.TabIndex = 1;
53 this.button2.Text = "Add Commit to Issue";
54 this.button2.UseVisualStyleBackColor = true;
55 //
56 // button3
57 //
58 this.button3.DialogResult = System.Windows.Forms.DialogResult.OK;
59 this.button3.Location = new System.Drawing.Point( 96, 217 );
60 this.button3.Name = "button3";
61 this.button3.Size = new System.Drawing.Size( 75, 23 );
62 this.button3.TabIndex = 2;
63 this.button3.Text = "OK";
64 this.button3.UseVisualStyleBackColor = true;
65 //
66 // button4
67 //
68 this.button4.DialogResult = System.Windows.Forms.DialogResult.Cancel;
69 this.button4.Location = new System.Drawing.Point( 240, 217 );
70 this.button4.Name = "button4";
71 this.button4.Size = new System.Drawing.Size( 75, 23 );
72 this.button4.TabIndex = 3;
73 this.button4.Text = "Cancel";
74 this.button4.UseVisualStyleBackColor = true;
75 //
76 // label1
77 //
78 this.label1.AutoSize = true;
79 this.label1.Location = new System.Drawing.Point( 12, 9 );
80 this.label1.Name = "label1";
81 this.label1.Size = new System.Drawing.Size( 84, 13 );
82 this.label1.TabIndex = 4;
83 this.label1.Text = "Selected issues:";
84 //
85 // CommitFinishedForm
86 //
87 this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
88 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
89 this.ClientSize = new System.Drawing.Size( 327, 252 );
90 this.Controls.Add( this.label1 );
91 this.Controls.Add( this.button4 );
92 this.Controls.Add( this.button3 );
93 this.Controls.Add( this.button2 );
94 this.Controls.Add( this.button1 );
95 this.Name = "CommitFinishedForm";
96 this.Text = "CommitFinishedForm";
97 this.ResumeLayout( false );
98 this.PerformLayout( );
102 #endregion
104 private System.Windows.Forms.Button button1;
105 private System.Windows.Forms.Button button2;
106 private System.Windows.Forms.Button button3;
107 private System.Windows.Forms.Button button4;
108 private System.Windows.Forms.Label label1;