2 partial class AddLinkDialog
{
4 /// Required designer variable.
6 private System
.ComponentModel
.IContainer components
= null;
9 /// Clean up any resources being used.
11 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12 protected override void Dispose(bool disposing
)
14 if ( disposing
&& (components
!= null) ) {
17 base.Dispose(disposing
);
20 #region Windows Form Designer generated code
23 /// Required method for Designer support - do not modify
24 /// the contents of this method with the code editor.
26 private void InitializeComponent()
28 this.buttonOK
= new System
.Windows
.Forms
.Button();
29 this.textBoxLink
= new System
.Windows
.Forms
.TextBox();
30 this.buttonCancel
= new System
.Windows
.Forms
.Button();
35 this.buttonOK
.DialogResult
= System
.Windows
.Forms
.DialogResult
.OK
;
36 this.buttonOK
.Location
= new System
.Drawing
.Point(223, 69);
37 this.buttonOK
.Name
= "buttonOK";
38 this.buttonOK
.Size
= new System
.Drawing
.Size(75, 23);
39 this.buttonOK
.TabIndex
= 0;
40 this.buttonOK
.Text
= "O&K";
41 this.buttonOK
.UseVisualStyleBackColor
= true;
45 this.textBoxLink
.Location
= new System
.Drawing
.Point(12, 28);
46 this.textBoxLink
.Name
= "textBoxLink";
47 this.textBoxLink
.Size
= new System
.Drawing
.Size(612, 20);
48 this.textBoxLink
.TabIndex
= 1;
52 this.buttonCancel
.DialogResult
= System
.Windows
.Forms
.DialogResult
.Cancel
;
53 this.buttonCancel
.Location
= new System
.Drawing
.Point(321, 69);
54 this.buttonCancel
.Name
= "buttonCancel";
55 this.buttonCancel
.Size
= new System
.Drawing
.Size(75, 23);
56 this.buttonCancel
.TabIndex
= 2;
57 this.buttonCancel
.Text
= "&Cancel";
58 this.buttonCancel
.UseVisualStyleBackColor
= true;
62 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
63 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
64 this.ClientSize
= new System
.Drawing
.Size(636, 118);
65 this.Controls
.Add(this.buttonCancel
);
66 this.Controls
.Add(this.textBoxLink
);
67 this.Controls
.Add(this.buttonOK
);
68 this.Name
= "AddLinkDialog";
69 this.Text
= "Add ed2k link";
70 this.ResumeLayout(false);
77 private System
.Windows
.Forms
.Button buttonOK
;
78 private System
.Windows
.Forms
.Button buttonCancel
;
79 public System
.Windows
.Forms
.TextBox textBoxLink
;