~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Misc/ILSpyAddIn/SetILSpyPathDialog.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.ILSpyAddIn
 
5
{
 
6
        partial class SetILSpyPathDialog
 
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
                        System.Windows.Forms.Button pshOK;
 
35
                        System.Windows.Forms.Button pshCancel;
 
36
                        System.Windows.Forms.Label txtILSpyExplanation;
 
37
                        System.Windows.Forms.GroupBox grpPath;
 
38
                        System.Windows.Forms.Button pshBrowse;
 
39
                        this.slePath = new System.Windows.Forms.TextBox();
 
40
                        this.linkILSpy = new System.Windows.Forms.LinkLabel();
 
41
                        this.txtReason = new System.Windows.Forms.Label();
 
42
                        pshOK = new System.Windows.Forms.Button();
 
43
                        pshCancel = new System.Windows.Forms.Button();
 
44
                        txtILSpyExplanation = new System.Windows.Forms.Label();
 
45
                        grpPath = new System.Windows.Forms.GroupBox();
 
46
                        pshBrowse = new System.Windows.Forms.Button();
 
47
                        grpPath.SuspendLayout();
 
48
                        this.SuspendLayout();
 
49
                        // 
 
50
                        // pshOK
 
51
                        // 
 
52
                        pshOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
53
                        pshOK.DialogResult = System.Windows.Forms.DialogResult.OK;
 
54
                        pshOK.Location = new System.Drawing.Point(272, 187);
 
55
                        pshOK.Name = "pshOK";
 
56
                        pshOK.Size = new System.Drawing.Size(75, 23);
 
57
                        pshOK.TabIndex = 0;
 
58
                        pshOK.Text = "${res:Global.OKButtonText}";
 
59
                        pshOK.UseVisualStyleBackColor = true;
 
60
                        // 
 
61
                        // pshCancel
 
62
                        // 
 
63
                        pshCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
64
                        pshCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 
65
                        pshCancel.Location = new System.Drawing.Point(353, 187);
 
66
                        pshCancel.Name = "pshCancel";
 
67
                        pshCancel.Size = new System.Drawing.Size(75, 23);
 
68
                        pshCancel.TabIndex = 1;
 
69
                        pshCancel.Text = "${res:Global.CancelButtonText}";
 
70
                        pshCancel.UseVisualStyleBackColor = true;
 
71
                        // 
 
72
                        // txtILSpyExplanation
 
73
                        // 
 
74
                        txtILSpyExplanation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 
75
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
76
                        txtILSpyExplanation.Location = new System.Drawing.Point(12, 45);
 
77
                        txtILSpyExplanation.Name = "txtILSpyExplanation";
 
78
                        txtILSpyExplanation.Size = new System.Drawing.Size(416, 46);
 
79
                        txtILSpyExplanation.TabIndex = 3;
 
80
                        txtILSpyExplanation.Text = "${res:ILSpyAddIn.SetILSpyPathDialog.ILSpyInfo}";
 
81
                        // 
 
82
                        // grpPath
 
83
                        // 
 
84
                        grpPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 
85
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
86
                        grpPath.Controls.Add(pshBrowse);
 
87
                        grpPath.Controls.Add(this.slePath);
 
88
                        grpPath.Location = new System.Drawing.Point(12, 127);
 
89
                        grpPath.Name = "grpPath";
 
90
                        grpPath.Size = new System.Drawing.Size(416, 51);
 
91
                        grpPath.TabIndex = 5;
 
92
                        grpPath.TabStop = false;
 
93
                        grpPath.Text = "${res:ILSpyAddIn.SetILSpyPathDialog.PathToILSpyExe}";
 
94
                        // 
 
95
                        // pshBrowse
 
96
                        // 
 
97
                        pshBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
98
                        pshBrowse.Location = new System.Drawing.Point(303, 17);
 
99
                        pshBrowse.Name = "pshBrowse";
 
100
                        pshBrowse.Size = new System.Drawing.Size(107, 23);
 
101
                        pshBrowse.TabIndex = 1;
 
102
                        pshBrowse.Text = "${res:Global.BrowseButtonText}";
 
103
                        pshBrowse.UseVisualStyleBackColor = true;
 
104
                        pshBrowse.Click += new System.EventHandler(this.PshBrowseClick);
 
105
                        // 
 
106
                        // slePath
 
107
                        // 
 
108
                        this.slePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 
109
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
110
                        this.slePath.Location = new System.Drawing.Point(6, 19);
 
111
                        this.slePath.Name = "slePath";
 
112
                        this.slePath.Size = new System.Drawing.Size(291, 20);
 
113
                        this.slePath.TabIndex = 0;
 
114
                        // 
 
115
                        // linkILSpy
 
116
                        // 
 
117
                        this.linkILSpy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 
118
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
119
                        this.linkILSpy.Location = new System.Drawing.Point(12, 91);
 
120
                        this.linkILSpy.Name = "linkILSpy";
 
121
                        this.linkILSpy.Size = new System.Drawing.Size(416, 23);
 
122
                        this.linkILSpy.TabIndex = 4;
 
123
                        this.linkILSpy.TabStop = true;
 
124
                        this.linkILSpy.Text = "http://www.ilspy.net/";
 
125
                        this.linkILSpy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkILSpyLinkClicked);
 
126
                        // 
 
127
                        // txtReason
 
128
                        // 
 
129
                        this.txtReason.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 
130
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
 
131
                        this.txtReason.Location = new System.Drawing.Point(12, 9);
 
132
                        this.txtReason.Name = "txtReason";
 
133
                        this.txtReason.Size = new System.Drawing.Size(416, 36);
 
134
                        this.txtReason.TabIndex = 2;
 
135
                        // 
 
136
                        // SetILSpyPathDialog
 
137
                        // 
 
138
                        this.AcceptButton = pshOK;
 
139
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
140
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
141
                        this.CancelButton = pshCancel;
 
142
                        this.ClientSize = new System.Drawing.Size(440, 222);
 
143
                        this.Controls.Add(grpPath);
 
144
                        this.Controls.Add(this.linkILSpy);
 
145
                        this.Controls.Add(txtILSpyExplanation);
 
146
                        this.Controls.Add(this.txtReason);
 
147
                        this.Controls.Add(pshCancel);
 
148
                        this.Controls.Add(pshOK);
 
149
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 
150
                        this.MaximizeBox = false;
 
151
                        this.MinimizeBox = false;
 
152
                        this.Name = "SetILSpyPathDialog";
 
153
                        this.ShowIcon = false;
 
154
                        this.ShowInTaskbar = false;
 
155
                        this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
 
156
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
157
                        this.Text = "${res:ILSpyAddIn.SetILSpyPathDialogTitle}";
 
158
                        grpPath.ResumeLayout(false);
 
159
                        grpPath.PerformLayout();
 
160
                        this.ResumeLayout(false);
 
161
                }
 
162
                private System.Windows.Forms.LinkLabel linkILSpy;
 
163
                private System.Windows.Forms.TextBox slePath;
 
164
                private System.Windows.Forms.Label txtReason;
 
165
        }
 
166
}