-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
45 lines (40 loc) · 1.51 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
namespace test_task_3
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
//private System.Windows.Forms.Label label1;
public System.Windows.Forms.ListBox lstbox;
private System.Windows.Forms.Button B;
private System.Windows.Forms.Button addbtn;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label lbl1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button update;
private System.Windows.Forms.Button _bt;
private System.Windows.Forms.Button upd;
private System.Windows.Forms.Button ate;
private System.Windows.Forms.Button updatebtn;
private System.Windows.Forms.Button deletebtn;
public System.Windows.Forms.TextBox urlTextbox;
public System.Windows.Forms.TextBox delayTextbox;
public System.Windows.Forms.TextBox nameTextbox;
}
}