-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy pathForm1.Designer.cs
151 lines (140 loc) · 8.59 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
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
#region Copyright Syncfusion Inc. 2001-2021.
// Copyright Syncfusion Inc. 2001-2021. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
namespace SuccinitySeries
{
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);
}
#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()
{
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage1 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage2 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage3 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage4 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage5 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage6 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage7 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage8 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
Syncfusion.Windows.Forms.Tools.CarouselImage carouselImage9 = new Syncfusion.Windows.Forms.Tools.CarouselImage();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.carousel1 = new Syncfusion.Windows.Forms.Tools.Carousel();
this.panel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// carousel1
//
this.carousel1.BackColor = System.Drawing.Color.DarkGray;
this.carousel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.carousel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.carousel1.ForeColor = System.Drawing.SystemColors.ControlText;
this.carousel1.HighlightColor = System.Drawing.Color.DodgerBlue;
carouselImage1.ItemImage = global::SuccinitySeries.Properties.Resources._01_Jquery;
carouselImage2.ItemImage = global::SuccinitySeries.Properties.Resources._13_GIS;
carouselImage3.ItemImage = global::SuccinitySeries.Properties.Resources._15_Win_Store_Apps;
carouselImage4.ItemImage = global::SuccinitySeries.Properties.Resources._04_Http;
carouselImage5.ItemImage = global::SuccinitySeries.Properties.Resources._05_Java_Script;
carouselImage6.ItemImage = global::SuccinitySeries.Properties.Resources._06_LightSwitch;
carouselImage7.ItemImage = global::SuccinitySeries.Properties.Resources._07_Asp_net_MVC_4_Mob_Web;
carouselImage8.ItemImage = global::SuccinitySeries.Properties.Resources._16_iOS_ebook;
carouselImage9.ItemImage = global::SuccinitySeries.Properties.Resources._10_F_;
this.carousel1.ImageListCollection.Add(carouselImage1);
this.carousel1.ImageListCollection.Add(carouselImage2);
this.carousel1.ImageListCollection.Add(carouselImage3);
this.carousel1.ImageListCollection.Add(carouselImage4);
this.carousel1.ImageListCollection.Add(carouselImage5);
this.carousel1.ImageListCollection.Add(carouselImage6);
this.carousel1.ImageListCollection.Add(carouselImage7);
this.carousel1.ImageListCollection.Add(carouselImage8);
this.carousel1.ImageListCollection.Add(carouselImage9);
this.carousel1.ImageshadeColor = System.Drawing.Color.Black;
this.carousel1.ImageSlides = true;
this.carousel1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.carousel1.Location = new System.Drawing.Point(0, 0);
this.carousel1.Name = "carousel1";
this.carousel1.PadX = 0;
this.carousel1.PadY = 0;
this.carousel1.Perspective = 6F;
this.carousel1.RotateAlways = false;
this.carousel1.ShowImagePreview = true;
this.carousel1.ShowImageShadow = true;
this.carousel1.Size = new System.Drawing.Size(488, 468);
this.carousel1.TabIndex = 0;
this.carousel1.Text = "carousel1";
this.carousel1.UseOriginalImageinPreview = true;
this.carousel1.VisualStyle = Syncfusion.Windows.Forms.Tools.CarouselVisualStyle.Default;
this.carousel1.OnCarouselItemSelectionChanging += new Syncfusion.Windows.Forms.Tools.OnCarouselItemSelectionChangingEventHandler(this.carousel1_OnCarouselItemSelectionChanging);
this.carousel1.OnCarouselItemFocused += new Syncfusion.Windows.Forms.Tools.OnCarouselItemFocusedEventHandler(this.carousel1_OnCarouselItemFocused);
this.carousel1.Paint += new System.Windows.Forms.PaintEventHandler(this.carousel1_Paint);
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.HighlightText;
this.panel1.BackgroundImage = global::SuccinitySeries.Properties.Resources._01_Jquery;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Location = new System.Drawing.Point(168, 11);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(250, 300);
this.panel1.TabIndex = 0;
this.panel1.Tag = 0D;
this.panel1.Visible = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Style.Border.Color = System.Drawing.Color.DodgerBlue;
this.Style.Border.Width = 2;
this.Style.TitleBar.Height = 60;
this.Style.TitleBar.BackColor = System.Drawing.Color.DarkGray;
this.Style.TitleBar.MinimizeButtonForeColor = System.Drawing.Color.White;
this.Style.TitleBar.MaximizeButtonForeColor = System.Drawing.Color.White;
this.Style.TitleBar.CloseButtonForeColor = System.Drawing.Color.White;
this.Style.TitleBar.CloseButtonHoverForeColor = System.Drawing.Color.White;
this.Style.TitleBar.MinimizeButtonHoverForeColor = System.Drawing.Color.White;
this.Style.TitleBar.MaximizeButtonHoverForeColor = System.Drawing.Color.White;
this.Style.TitleBar.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Style.TitleBar.ForeColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(488, 468);
this.Controls.Add(this.carousel1);
this.ForeColor = System.Drawing.Color.Transparent;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Syncfusion Succinctly Series";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ResumeLayout(false);
}
#endregion
private Syncfusion.Windows.Forms.Tools.Carousel carousel1;
private System.Windows.Forms.Panel panel1;
}
}