This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
/
PrefsByScreenUserControl.Designer.cs
187 lines (182 loc) · 9.65 KB
/
PrefsByScreenUserControl.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
namespace Web_Page_Screensaver
{
partial class PrefsByScreenUserControl
{
/// <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);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.nudRotationInterval = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.cbRandomize = new System.Windows.Forms.CheckBox();
this.lvUrls = new System.Windows.Forms.ListView();
this.addUrlButton = new System.Windows.Forms.Button();
this.upButton = new System.Windows.Forms.Button();
this.urlButtonsTooltip = new System.Windows.Forms.ToolTip(this.components);
this.downButton = new System.Windows.Forms.Button();
this.deleteButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.nudRotationInterval)).BeginInit();
this.SuspendLayout();
//
// nudRotationInterval
//
this.nudRotationInterval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.nudRotationInterval.Location = new System.Drawing.Point(10, 275);
this.nudRotationInterval.Margin = new System.Windows.Forms.Padding(4);
this.nudRotationInterval.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.nudRotationInterval.Name = "nudRotationInterval";
this.nudRotationInterval.Size = new System.Drawing.Size(53, 22);
this.nudRotationInterval.TabIndex = 6;
this.nudRotationInterval.Value = new decimal(new int[] {
30,
0,
0,
0});
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(71, 277);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(188, 17);
this.label3.TabIndex = 7;
this.label3.Text = "Seconds to display each site";
//
// cbRandomize
//
this.cbRandomize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbRandomize.AutoSize = true;
this.cbRandomize.Location = new System.Drawing.Point(10, 247);
this.cbRandomize.Margin = new System.Windows.Forms.Padding(4);
this.cbRandomize.Name = "cbRandomize";
this.cbRandomize.Size = new System.Drawing.Size(160, 21);
this.cbRandomize.TabIndex = 5;
this.cbRandomize.Text = "Shuffle display order";
this.cbRandomize.UseVisualStyleBackColor = true;
//
// lvUrls
//
this.lvUrls.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvUrls.HideSelection = false;
this.lvUrls.LabelEdit = true;
this.lvUrls.Location = new System.Drawing.Point(3, 3);
this.lvUrls.Name = "lvUrls";
this.lvUrls.Size = new System.Drawing.Size(272, 187);
this.lvUrls.TabIndex = 0;
this.lvUrls.UseCompatibleStateImageBehavior = false;
this.lvUrls.View = System.Windows.Forms.View.List;
//
// addUrlButton
//
this.addUrlButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.addUrlButton.Location = new System.Drawing.Point(3, 197);
this.addUrlButton.Margin = new System.Windows.Forms.Padding(4);
this.addUrlButton.Name = "addUrlButton";
this.addUrlButton.Size = new System.Drawing.Size(77, 28);
this.addUrlButton.TabIndex = 11;
this.addUrlButton.Text = "Add";
this.addUrlButton.UseVisualStyleBackColor = true;
this.addUrlButton.Click += new System.EventHandler(this.addUrlButton_Click);
//
// upButton
//
this.upButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.upButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.upButton.Location = new System.Drawing.Point(251, 197);
this.upButton.Margin = new System.Windows.Forms.Padding(0);
this.upButton.Name = "upButton";
this.upButton.Size = new System.Drawing.Size(24, 28);
this.upButton.TabIndex = 3;
this.upButton.Text = "▲";
this.urlButtonsTooltip.SetToolTip(this.upButton, "Move selected URLs up");
this.upButton.UseVisualStyleBackColor = true;
this.upButton.Click += new System.EventHandler(this.MoveAllSelectedUrlsUp_Click);
//
// downButton
//
this.downButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.downButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.downButton.Location = new System.Drawing.Point(251, 225);
this.downButton.Margin = new System.Windows.Forms.Padding(0);
this.downButton.Name = "downButton";
this.downButton.Size = new System.Drawing.Size(24, 28);
this.downButton.TabIndex = 12;
this.downButton.Text = "▼";
this.urlButtonsTooltip.SetToolTip(this.downButton, "Move selected URLs down");
this.downButton.UseVisualStyleBackColor = true;
this.downButton.Click += new System.EventHandler(this.MoveAllSelectedUrlsDown_Click);
//
// deleteButton
//
this.deleteButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.deleteButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.deleteButton.ForeColor = System.Drawing.Color.Red;
this.deleteButton.Location = new System.Drawing.Point(146, 197);
this.deleteButton.Margin = new System.Windows.Forms.Padding(0);
this.deleteButton.Name = "deleteButton";
this.deleteButton.Size = new System.Drawing.Size(24, 28);
this.deleteButton.TabIndex = 13;
this.deleteButton.Text = "X";
this.urlButtonsTooltip.SetToolTip(this.deleteButton, "DELETE selected URLs");
this.deleteButton.UseVisualStyleBackColor = true;
this.deleteButton.Click += new System.EventHandler(this.DeleteAllSelectedUrls_Click);
//
// PrefsByScreenUserControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.deleteButton);
this.Controls.Add(this.downButton);
this.Controls.Add(this.upButton);
this.Controls.Add(this.nudRotationInterval);
this.Controls.Add(this.label3);
this.Controls.Add(this.cbRandomize);
this.Controls.Add(this.lvUrls);
this.Controls.Add(this.addUrlButton);
this.Name = "PrefsByScreenUserControl";
this.Size = new System.Drawing.Size(279, 309);
((System.ComponentModel.ISupportInitialize)(this.nudRotationInterval)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.NumericUpDown nudRotationInterval;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.CheckBox cbRandomize;
public System.Windows.Forms.ListView lvUrls;
private System.Windows.Forms.ToolTip urlButtonsTooltip;
private System.Windows.Forms.Button addUrlButton;
private System.Windows.Forms.Button upButton;
private System.Windows.Forms.Button downButton;
private System.Windows.Forms.Button deleteButton;
}
}