~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Main/Base/Project/Src/Gui/Dialogs/ToolNotFoundDialog.Designer.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
 
2
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
 
3
 
 
4
namespace ICSharpCode.SharpDevelop.Gui
 
5
{
 
6
        partial class ToolNotFoundDialog
 
7
        {
 
8
                /// <summary>
 
9
                /// Designer variable used to keep track of non-visual components.
 
10
                /// </summary>
 
11
                private System.ComponentModel.IContainer components = null;
 
12
                
 
13
                /// <summary>
 
14
                /// Disposes resources used by the form.
 
15
                /// </summary>
 
16
                /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 
17
                protected override void Dispose(bool disposing)
 
18
                {
 
19
                        if (disposing) {
 
20
                                if (components != null) {
 
21
                                        components.Dispose();
 
22
                                }
 
23
                        }
 
24
                        base.Dispose(disposing);
 
25
                }
 
26
                
 
27
                /// <summary>
 
28
                /// This method is required for Windows Forms designer support.
 
29
                /// Do not change the method contents inside the source code editor. The Forms designer might
 
30
                /// not be able to load this method if it was changed manually.
 
31
                /// </summary>
 
32
                private void InitializeComponent()
 
33
                {
 
34
                        this.pictureBox = new System.Windows.Forms.PictureBox();
 
35
                        this.descriptionLabel = new System.Windows.Forms.Label();
 
36
                        this.linkLabel = new System.Windows.Forms.LinkLabel();
 
37
                        this.okButton = new System.Windows.Forms.Button();
 
38
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
 
39
                        this.SuspendLayout();
 
40
                        // 
 
41
                        // pictureBox
 
42
                        // 
 
43
                        this.pictureBox.Location = new System.Drawing.Point(12, 12);
 
44
                        this.pictureBox.Name = "pictureBox";
 
45
                        this.pictureBox.Size = new System.Drawing.Size(32, 32);
 
46
                        this.pictureBox.TabIndex = 0;
 
47
                        this.pictureBox.TabStop = false;
 
48
                        // 
 
49
                        // descriptionLabel
 
50
                        // 
 
51
                        this.descriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
 
52
                                                                        | System.Windows.Forms.AnchorStyles.Left) 
 
53
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
54
                        this.descriptionLabel.Location = new System.Drawing.Point(50, 9);
 
55
                        this.descriptionLabel.Name = "descriptionLabel";
 
56
                        this.descriptionLabel.Size = new System.Drawing.Size(282, 91);
 
57
                        this.descriptionLabel.TabIndex = 1;
 
58
                        this.descriptionLabel.Text = "description";
 
59
                        // 
 
60
                        // linkLabel
 
61
                        // 
 
62
                        this.linkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
 
63
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
64
                        this.linkLabel.Location = new System.Drawing.Point(12, 102);
 
65
                        this.linkLabel.Name = "linkLabel";
 
66
                        this.linkLabel.Size = new System.Drawing.Size(239, 23);
 
67
                        this.linkLabel.TabIndex = 2;
 
68
                        this.linkLabel.TabStop = true;
 
69
                        this.linkLabel.Text = "URL";
 
70
                        this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelLinkClicked);
 
71
                        // 
 
72
                        // okButton
 
73
                        // 
 
74
                        this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
75
                        this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
 
76
                        this.okButton.Location = new System.Drawing.Point(257, 102);
 
77
                        this.okButton.Name = "okButton";
 
78
                        this.okButton.Size = new System.Drawing.Size(75, 23);
 
79
                        this.okButton.TabIndex = 0;
 
80
                        this.okButton.Text = "OK";
 
81
                        this.okButton.UseVisualStyleBackColor = true;
 
82
                        // 
 
83
                        // ToolNotFoundDialog
 
84
                        // 
 
85
                        this.AcceptButton = this.okButton;
 
86
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
87
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
88
                        this.ClientSize = new System.Drawing.Size(344, 134);
 
89
                        this.Controls.Add(this.okButton);
 
90
                        this.Controls.Add(this.linkLabel);
 
91
                        this.Controls.Add(this.descriptionLabel);
 
92
                        this.Controls.Add(this.pictureBox);
 
93
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
 
94
                        this.MaximizeBox = false;
 
95
                        this.MinimizeBox = false;
 
96
                        this.MinimumSize = new System.Drawing.Size(360, 140);
 
97
                        this.Name = "ToolNotFoundDialog";
 
98
                        this.ShowInTaskbar = false;
 
99
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
100
                        this.Text = "ToolNotFoundDialog";
 
101
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
 
102
                        this.ResumeLayout(false);
 
103
                }
 
104
                private System.Windows.Forms.LinkLabel linkLabel;
 
105
                private System.Windows.Forms.Button okButton;
 
106
                private System.Windows.Forms.Label descriptionLabel;
 
107
                private System.Windows.Forms.PictureBox pictureBox;
 
108
        }
 
109
}