-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplashFRM.Designer.cs
78 lines (72 loc) · 3.95 KB
/
splashFRM.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
namespace countersystemV1
{
partial class splashFRM
{
/// <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()
{
this.BTN_TRIGGER = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.SuspendLayout();
//
// BTN_TRIGGER
//
this.BTN_TRIGGER.Location = new System.Drawing.Point(540, 315);
this.BTN_TRIGGER.Name = "BTN_TRIGGER";
this.BTN_TRIGGER.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Silver;
this.BTN_TRIGGER.Size = new System.Drawing.Size(301, 75);
this.BTN_TRIGGER.StateCommon.Back.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.BTN_TRIGGER.StateCommon.Back.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.BTN_TRIGGER.StateCommon.Border.Color1 = System.Drawing.Color.Silver;
this.BTN_TRIGGER.StateCommon.Border.Color2 = System.Drawing.Color.Silver;
this.BTN_TRIGGER.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
| ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
| ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
this.BTN_TRIGGER.StateCommon.Border.Rounding = 4;
this.BTN_TRIGGER.StateCommon.Content.ShortText.Color1 = System.Drawing.Color.White;
this.BTN_TRIGGER.StateCommon.Content.ShortText.Color2 = System.Drawing.Color.White;
this.BTN_TRIGGER.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Microsoft YaHei UI", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BTN_TRIGGER.StatePressed.Back.Color1 = System.Drawing.Color.Lime;
this.BTN_TRIGGER.StatePressed.Back.Color2 = System.Drawing.Color.Lime;
this.BTN_TRIGGER.TabIndex = 8;
this.BTN_TRIGGER.Values.Text = "RESUME";
this.BTN_TRIGGER.Click += new System.EventHandler(this.BTN_TRIGGER_Click);
//
// splashFRM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1366, 768);
this.Controls.Add(this.BTN_TRIGGER);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "splashFRM";
this.Opacity = 0.78D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "splashFRM";
this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonButton BTN_TRIGGER;
}
}