-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathListItem.Designer.cs
152 lines (146 loc) · 6.62 KB
/
ListItem.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
namespace tpfinal
{
partial class ListItem
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de componentes
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
/// </summary>
private void InitializeComponent()
{
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.avanceProc8 = new System.Windows.Forms.ProgressBar();
this.estado = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::tpfinal.Properties.Resources.core;
this.pictureBox1.Location = new System.Drawing.Point(23, 35);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(54, 55);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.label1.Location = new System.Drawing.Point(111, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 21);
this.label1.TabIndex = 1;
this.label1.Text = "label1";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point);
this.label2.Location = new System.Drawing.Point(399, 3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 26);
this.label2.TabIndex = 2;
this.label2.Text = "label2";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(102, 108);
this.panel1.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.label4.Location = new System.Drawing.Point(23, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 21);
this.label4.TabIndex = 1;
this.label4.Text = "CPU #";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point);
this.label3.Location = new System.Drawing.Point(642, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(96, 21);
this.label3.TabIndex = 4;
this.label3.Text = "Distancia: 0";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// avanceProc8
//
this.avanceProc8.Location = new System.Drawing.Point(111, 59);
this.avanceProc8.Name = "avanceProc8";
this.avanceProc8.Size = new System.Drawing.Size(609, 29);
this.avanceProc8.TabIndex = 5;
//
// estado
//
this.estado.AutoSize = true;
this.estado.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.estado.Location = new System.Drawing.Point(112, 35);
this.estado.Name = "estado";
this.estado.Size = new System.Drawing.Size(100, 21);
this.estado.TabIndex = 6;
this.estado.Text = "Procesando...";
//
// ListItem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.estado);
this.Controls.Add(this.avanceProc8);
this.Controls.Add(this.label3);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "ListItem";
this.Size = new System.Drawing.Size(740, 108);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private PictureBox pictureBox1;
private Label label1;
private Label label2;
private Panel panel1;
private Label label3;
private ProgressBar avanceProc8;
private Label label4;
private Label estado;
}
}