-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProgramPrompt.Designer.cs
More file actions
146 lines (140 loc) · 6.54 KB
/
ProgramPrompt.Designer.cs
File metadata and controls
146 lines (140 loc) · 6.54 KB
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
namespace CDL_Crosshair_Installer
{
partial class ProgramPrompt
{
/// <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 Windows Form 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgramPrompt));
this.lblWarning = new CometUI.CometLabel();
this.lblProgramPath = new CometUI.CometLabel();
this.txtProgramPath = new CometUI.CometFolderInput();
this.btnConfirmPath = new CometUI.CometRoundFlatButton();
this.btnCancel = new CometUI.CometRoundFlatButton();
this.SuspendLayout();
//
// lblWarning
//
this.lblWarning.AutoSize = true;
this.lblWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.lblWarning.Font = new System.Drawing.Font("Open Sans", 10F);
this.lblWarning.ForeColor = System.Drawing.Color.Goldenrod;
this.lblWarning.Location = new System.Drawing.Point(12, 47);
this.lblWarning.Name = "lblWarning";
this.lblWarning.Size = new System.Drawing.Size(301, 38);
this.lblWarning.TabIndex = 0;
this.lblWarning.Text = "The path for CustomDesktopLogo is not set.\r\nPlease specify the path before contin" +
"uing...";
//
// lblProgramPath
//
this.lblProgramPath.AutoSize = true;
this.lblProgramPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.lblProgramPath.Font = new System.Drawing.Font("Open Sans", 10F);
this.lblProgramPath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
this.lblProgramPath.Location = new System.Drawing.Point(12, 102);
this.lblProgramPath.Name = "lblProgramPath";
this.lblProgramPath.Size = new System.Drawing.Size(43, 19);
this.lblProgramPath.TabIndex = 1;
this.lblProgramPath.Text = "Path:";
//
// txtProgramPath
//
this.txtProgramPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtProgramPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.txtProgramPath.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.txtProgramPath.Cursor = System.Windows.Forms.Cursors.Default;
this.txtProgramPath.DialogTitle = "Please choose a folder...";
this.txtProgramPath.FileChooserColor = System.Drawing.Color.DodgerBlue;
this.txtProgramPath.FocusedBorderColor = System.Drawing.Color.DodgerBlue;
this.txtProgramPath.Font = new System.Drawing.Font("Open Sans", 10F);
this.txtProgramPath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
this.txtProgramPath.Location = new System.Drawing.Point(58, 98);
this.txtProgramPath.Name = "txtProgramPath";
this.txtProgramPath.RootFolder = System.Environment.SpecialFolder.Desktop;
this.txtProgramPath.Size = new System.Drawing.Size(256, 27);
this.txtProgramPath.TabIndex = 2;
this.txtProgramPath.UnderlineBorder = false;
//
// btnConfirmPath
//
this.btnConfirmPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnConfirmPath.BorderRadius = 4;
this.btnConfirmPath.BorderWidth = 2;
this.btnConfirmPath.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnConfirmPath.Font = new System.Drawing.Font("Open Sans", 10F);
this.btnConfirmPath.ForeColor = System.Drawing.Color.SeaGreen;
this.btnConfirmPath.Location = new System.Drawing.Point(213, 140);
this.btnConfirmPath.Name = "btnConfirmPath";
this.btnConfirmPath.Size = new System.Drawing.Size(101, 31);
this.btnConfirmPath.TabIndex = 3;
this.btnConfirmPath.Text = "Confirm Path";
this.btnConfirmPath.Click += new System.EventHandler(this.ConfirmPrompt);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BorderRadius = 4;
this.btnCancel.BorderWidth = 2;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.Font = new System.Drawing.Font("Open Sans", 10F);
this.btnCancel.ForeColor = System.Drawing.Color.Coral;
this.btnCancel.Location = new System.Drawing.Point(149, 140);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(58, 31);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "Cancel";
this.btnCancel.Click += new System.EventHandler(this.CancelPrompt);
//
// ProgramPrompt
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(326, 181);
this.CloseColor = System.Drawing.Color.SeaGreen;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnConfirmPath);
this.Controls.Add(this.txtProgramPath);
this.Controls.Add(this.lblProgramPath);
this.Controls.Add(this.lblWarning);
this.Font = new System.Drawing.Font("Open Sans", 10F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximizeColor = System.Drawing.Color.SeaGreen;
this.MinimizeColor = System.Drawing.Color.SeaGreen;
this.MinimumSize = new System.Drawing.Size(199, 105);
this.Name = "ProgramPrompt";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Specify CDL path...";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CometUI.CometLabel lblWarning;
private CometUI.CometLabel lblProgramPath;
private CometUI.CometFolderInput txtProgramPath;
private CometUI.CometRoundFlatButton btnConfirmPath;
private CometUI.CometRoundFlatButton btnCancel;
}
}