示例#1
0
 /// <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();
     C1.Win.C1Tile.PanelElement panelElement13 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement16  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement imageElement10 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement17  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement18  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement imageElement11 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement14 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement19  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement15 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement16 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement12 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement20  = new C1.Win.C1Tile.TextElement();
     this.panel1        = new System.Windows.Forms.Panel();
     this.refreshButton = new ControlExplorer.Tiles.StyledButton();
     this.loadNewButton = new ControlExplorer.Tiles.StyledButton();
     this.waitLabel     = new System.Windows.Forms.Label();
     this.backButton    = new ControlExplorer.Tiles.StyledButton();
     this.setTagButton  = new ControlExplorer.Tiles.StyledButton();
     this.tagBox        = new System.Windows.Forms.TextBox();
     this.flickrTiles   = new C1.Win.C1Tile.C1TileControl();
     this.group1        = new C1.Win.C1Tile.Group();
     this.tile1         = new C1.Win.C1Tile.Tile();
     this.tempError     = new C1.Win.C1Tile.Template();
     this.tile2         = new C1.Win.C1Tile.Tile();
     this.tempFlickr    = new C1.Win.C1Tile.Template();
     this.pictureBox    = new System.Windows.Forms.PictureBox();
     this.imgPanel      = new System.Windows.Forms.Panel();
     this.authorLabel   = new System.Windows.Forms.Label();
     this.titleLabel    = new System.Windows.Forms.Label();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.imgPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.panel1.Controls.Add(this.refreshButton);
     this.panel1.Controls.Add(this.loadNewButton);
     this.panel1.Controls.Add(this.waitLabel);
     this.panel1.Controls.Add(this.backButton);
     this.panel1.Controls.Add(this.setTagButton);
     this.panel1.Controls.Add(this.tagBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(739, 44);
     this.panel1.TabIndex = 0;
     //
     // refreshButton
     //
     this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.refreshButton.FlatAppearance.BorderSize = 0;
     this.refreshButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.refreshButton.Image     = global::ControlExplorer.Properties.Resources.refresh;
     this.refreshButton.Location  = new System.Drawing.Point(648, 2);
     this.refreshButton.Margin    = new System.Windows.Forms.Padding(0);
     this.refreshButton.Name      = "refreshButton";
     this.refreshButton.Size      = new System.Drawing.Size(44, 39);
     this.refreshButton.TabIndex  = 7;
     this.refreshButton.TabStop   = false;
     this.toolTip1.SetToolTip(this.refreshButton, "Refresh");
     this.refreshButton.UseVisualStyleBackColor = true;
     this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // loadNewButton
     //
     this.loadNewButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.loadNewButton.FlatAppearance.BorderSize = 0;
     this.loadNewButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.loadNewButton.Image     = global::ControlExplorer.Properties.Resources.loadNew;
     this.loadNewButton.Location  = new System.Drawing.Point(692, 2);
     this.loadNewButton.Margin    = new System.Windows.Forms.Padding(0);
     this.loadNewButton.Name      = "loadNewButton";
     this.loadNewButton.Size      = new System.Drawing.Size(44, 39);
     this.loadNewButton.TabIndex  = 6;
     this.loadNewButton.TabStop   = false;
     this.toolTip1.SetToolTip(this.loadNewButton, "Load New Images");
     this.loadNewButton.UseVisualStyleBackColor = true;
     this.loadNewButton.Click += new System.EventHandler(this.loadNewButton_Click);
     //
     // waitLabel
     //
     this.waitLabel.AutoSize = true;
     this.waitLabel.Location = new System.Drawing.Point(82, 15);
     this.waitLabel.Name     = "waitLabel";
     this.waitLabel.Size     = new System.Drawing.Size(74, 15);
     this.waitLabel.TabIndex = 5;
     this.waitLabel.Text     = "Please wait...";
     this.waitLabel.Visible  = false;
     //
     // backButton
     //
     this.backButton.Enabled = false;
     this.backButton.FlatAppearance.BorderSize = 0;
     this.backButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.backButton.Image     = global::ControlExplorer.Properties.Resources.back;
     this.backButton.Location  = new System.Drawing.Point(2, 2);
     this.backButton.Margin    = new System.Windows.Forms.Padding(0);
     this.backButton.Name      = "backButton";
     this.backButton.Size      = new System.Drawing.Size(44, 39);
     this.backButton.TabIndex  = 4;
     this.backButton.TabStop   = false;
     this.toolTip1.SetToolTip(this.backButton, "Back");
     this.backButton.UseVisualStyleBackColor = true;
     this.backButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // setTagButton
     //
     this.setTagButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.setTagButton.FlatAppearance.BorderSize = 0;
     this.setTagButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.setTagButton.Image     = global::ControlExplorer.Properties.Resources.tag;
     this.setTagButton.Location  = new System.Drawing.Point(586, 2);
     this.setTagButton.Margin    = new System.Windows.Forms.Padding(0);
     this.setTagButton.Name      = "setTagButton";
     this.setTagButton.Size      = new System.Drawing.Size(44, 39);
     this.setTagButton.TabIndex  = 3;
     this.setTagButton.TabStop   = false;
     this.toolTip1.SetToolTip(this.setTagButton, "Set Tags");
     this.setTagButton.UseVisualStyleBackColor = true;
     this.setTagButton.Click += new System.EventHandler(this.setTagButton_Click);
     //
     // tagBox
     //
     this.tagBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tagBox.Location  = new System.Drawing.Point(464, 10);
     this.tagBox.Name      = "tagBox";
     this.tagBox.Size      = new System.Drawing.Size(117, 23);
     this.tagBox.TabIndex  = 1;
     this.tagBox.TabStop   = false;
     this.tagBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tagBox_KeyPress);
     //
     // flickrTiles
     //
     this.flickrTiles.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.flickrTiles.CellHeight = 50;
     this.flickrTiles.CellWidth  = 50;
     //
     //
     //
     panelElement13.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement13.Children.Add(textElement16);
     panelElement13.Margin      = new System.Windows.Forms.Padding(10, 6, 10, 6);
     imageElement10.ImageLayout = C1.Win.C1Tile.ForeImageLayout.ScaleInner;
     this.flickrTiles.DefaultTemplate.Elements.Add(panelElement13);
     this.flickrTiles.DefaultTemplate.Elements.Add(imageElement10);
     this.flickrTiles.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flickrTiles.FocusedBorderColor = System.Drawing.Color.Firebrick;
     this.flickrTiles.ForeColor          = System.Drawing.Color.SeaGreen;
     this.flickrTiles.GroupPadding       = new System.Windows.Forms.Padding(20);
     this.flickrTiles.Groups.Add(this.group1);
     this.flickrTiles.HotBorderColor          = System.Drawing.Color.SeaGreen;
     this.flickrTiles.Location                = new System.Drawing.Point(0, 44);
     this.flickrTiles.Name                    = "flickrTiles";
     this.flickrTiles.Padding                 = new System.Windows.Forms.Padding(0);
     this.flickrTiles.Size                    = new System.Drawing.Size(739, 409);
     this.flickrTiles.SurfaceContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.flickrTiles.SurfacePadding          = new System.Windows.Forms.Padding(5);
     this.flickrTiles.TabIndex                = 1;
     this.flickrTiles.Templates.Add(this.tempError);
     this.flickrTiles.Templates.Add(this.tempFlickr);
     this.flickrTiles.TileBackColor = System.Drawing.Color.DarkSeaGreen;
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     //
     // tile1
     //
     this.tile1.HorizontalSize = 4;
     this.tile1.Name           = "tile1";
     this.tile1.Template       = this.tempError;
     this.tile1.VerticalSize   = 2;
     //
     // tempError
     //
     this.tempError.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.tempError.BackColorSelector  = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement17.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleCenter;
     textElement17.BackColorSelector   = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement17.FontBold            = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement17.FontSize            = 16F;
     textElement17.Margin            = new System.Windows.Forms.Padding(0, 0, 0, 26);
     textElement17.Text              = "Can\'t Load Images From Flickr";
     textElement17.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement18.Alignment         = System.Drawing.ContentAlignment.BottomCenter;
     textElement18.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement18.Margin            = new System.Windows.Forms.Padding(0, 0, 0, 10);
     textElement18.Text              = "Click or tap to see the error message";
     textElement18.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     this.tempError.Elements.Add(textElement17);
     this.tempError.Elements.Add(textElement18);
     this.tempError.Name = "tempError";
     //
     // tile2
     //
     this.tile2.HorizontalSize = 4;
     this.tile2.Name           = "tile2";
     this.tile2.Template       = this.tempFlickr;
     this.tile2.Text           = "Title";
     this.tile2.Text1          = "author";
     this.tile2.VerticalSize   = 3;
     //
     // tempFlickr
     //
     imageElement11.ImageLayout      = C1.Win.C1Tile.ForeImageLayout.ScaleOuter;
     panelElement14.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     textElement19.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement19.ForeColor         = System.Drawing.Color.Black;
     textElement19.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     textElement19.SingleLine        = true;
     panelElement14.Children.Add(textElement19);
     panelElement14.Dock                = System.Windows.Forms.DockStyle.Top;
     panelElement14.Padding             = new System.Windows.Forms.Padding(4, 2, 4, 2);
     panelElement15.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleRight;
     panelElement15.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     imageElement12.FixedHeight         = 32;
     imageElement12.FixedWidth          = 32;
     imageElement12.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.ScaleOuter;
     imageElement12.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image1;
     panelElement16.Children.Add(imageElement12);
     panelElement16.Dock             = System.Windows.Forms.DockStyle.Right;
     textElement20.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement20.Margin            = new System.Windows.Forms.Padding(0, 0, 37, 0);
     textElement20.TextSelector      = C1.Win.C1Tile.TextSelector.Text1;
     panelElement15.Children.Add(panelElement16);
     panelElement15.Children.Add(textElement20);
     panelElement15.Dock        = System.Windows.Forms.DockStyle.Bottom;
     panelElement15.FixedHeight = 32;
     this.tempFlickr.Elements.Add(imageElement11);
     this.tempFlickr.Elements.Add(panelElement14);
     this.tempFlickr.Elements.Add(panelElement15);
     this.tempFlickr.Name = "tempFlickr";
     //
     // pictureBox
     //
     this.pictureBox.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox.Location       = new System.Drawing.Point(20, 35);
     this.pictureBox.Name           = "pictureBox";
     this.pictureBox.Size           = new System.Drawing.Size(699, 339);
     this.pictureBox.SizeMode       = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox.TabIndex       = 0;
     this.pictureBox.TabStop        = false;
     this.pictureBox.LoadCompleted += new System.ComponentModel.AsyncCompletedEventHandler(this.pictureBox_LoadCompleted);
     //
     // imgPanel
     //
     this.imgPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.imgPanel.Controls.Add(this.authorLabel);
     this.imgPanel.Controls.Add(this.titleLabel);
     this.imgPanel.Controls.Add(this.pictureBox);
     this.imgPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.imgPanel.Location = new System.Drawing.Point(0, 44);
     this.imgPanel.Name     = "imgPanel";
     this.imgPanel.Padding  = new System.Windows.Forms.Padding(20, 35, 20, 35);
     this.imgPanel.Size     = new System.Drawing.Size(739, 409);
     this.imgPanel.TabIndex = 2;
     this.imgPanel.Visible  = false;
     //
     // authorLabel
     //
     this.authorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.authorLabel.AutoEllipsis = true;
     this.authorLabel.Location     = new System.Drawing.Point(20, 380);
     this.authorLabel.Name         = "authorLabel";
     this.authorLabel.Size         = new System.Drawing.Size(699, 18);
     this.authorLabel.TabIndex     = 2;
     this.authorLabel.Text         = "author";
     this.authorLabel.TextAlign    = System.Drawing.ContentAlignment.BottomCenter;
     //
     // titleLabel
     //
     this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.titleLabel.AutoEllipsis = true;
     this.titleLabel.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.titleLabel.Location     = new System.Drawing.Point(17, 12);
     this.titleLabel.Name         = "titleLabel";
     this.titleLabel.Size         = new System.Drawing.Size(702, 18);
     this.titleLabel.TabIndex     = 1;
     this.titleLabel.Text         = "title";
     this.titleLabel.TextAlign    = System.Drawing.ContentAlignment.TopCenter;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(739, 453);
     this.Controls.Add(this.flickrTiles);
     this.Controls.Add(this.imgPanel);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("Segoe UI", 9F);
     this.KeyPreview      = true;
     this.Name            = "Form1";
     this.Text            = "Flickr Viewer";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ViewerForm_PreviewKeyDown);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.imgPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement panelElement2 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement2 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement2  = new C1.Win.C1Tile.TextElement();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this._search           = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this._searchBox        = new System.Windows.Forms.TextBox();
     this.Search            = new System.Windows.Forms.Button();
     this._imageTileControl = new C1.Win.C1Tile.C1TileControl();
     this.group1            = new C1.Win.C1Tile.Group();
     this.tile1             = new C1.Win.C1Tile.Tile();
     this.tile2             = new C1.Win.C1Tile.Tile();
     this.tile3             = new C1.Win.C1Tile.Tile();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this._search.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin          = new System.Windows.Forms.Padding(2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this._search);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this._imageTileControl);
     this.splitContainer1.Size             = new System.Drawing.Size(764, 750);
     this.splitContainer1.SplitterDistance = 40;
     this.splitContainer1.TabIndex         = 0;
     //
     // _search
     //
     this._search.ColumnCount = 3;
     this._search.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this._search.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this._search.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this._search.Controls.Add(this.panel1, 1, 0);
     this._search.Controls.Add(this.Search, 2, 0);
     this._search.Location = new System.Drawing.Point(0, 0);
     this._search.Margin   = new System.Windows.Forms.Padding(0);
     this._search.Name     = "_search";
     this._search.RowCount = 1;
     this._search.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this._search.Size     = new System.Drawing.Size(782, 40);
     this._search.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this._searchBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(198, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(287, 34);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.OnSearchPanelPaint);
     //
     // _searchBox
     //
     this._searchBox.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._searchBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._searchBox.Location    = new System.Drawing.Point(16, 9);
     this._searchBox.Name        = "_searchBox";
     this._searchBox.Size        = new System.Drawing.Size(251, 13);
     this._searchBox.TabIndex    = 0;
     this._searchBox.Text        = "Search Image";
     //
     // Search
     //
     this.Search.Location = new System.Drawing.Point(491, 3);
     this.Search.Name     = "Search";
     this.Search.Size     = new System.Drawing.Size(75, 23);
     this.Search.TabIndex = 1;
     this.Search.Text     = "Search";
     this.Search.UseVisualStyleBackColor = true;
     //
     // _imageTileControl
     //
     this._imageTileControl.AllowChecking    = true;
     this._imageTileControl.AllowRearranging = true;
     //
     //
     //
     panelElement2.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement2.Children.Add(imageElement2);
     panelElement2.Children.Add(textElement2);
     panelElement2.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this._imageTileControl.DefaultTemplate.Elements.Add(panelElement2);
     this._imageTileControl.Groups.Add(this.group1);
     this._imageTileControl.Location               = new System.Drawing.Point(68, 40);
     this._imageTileControl.Name                   = "_imageTileControl";
     this._imageTileControl.Size                   = new System.Drawing.Size(641, 274);
     this._imageTileControl.SwipeDistance          = 20;
     this._imageTileControl.SwipeRearrangeDistance = 98;
     this._imageTileControl.TabIndex               = 0;
     this._imageTileControl.Text                   = "c1TileControl1";
     this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this.OnTileChecked);
     this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this.OnTileUnchecked);
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "Group 1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // ImageGallery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(764, 750);
     this.Controls.Add(this.splitContainer1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 810);
     this.Name          = "ImageGallery";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image Gallery";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this._search.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#3
0
 /// <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(AppsPanel));
     C1.Win.C1Tile.PanelElement panelElement9  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement5  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement7   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement10 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement11 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement8   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement12 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement6  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement9   = new C1.Win.C1Tile.TextElement();
     this.panel1           = new System.Windows.Forms.Panel();
     this.c1TileControl1   = new C1.Win.C1Tile.C1TileControl();
     this.subgroupTemplate = new C1.Win.C1Tile.Template();
     this.mapImgTemplate   = new C1.Win.C1Tile.Template();
     this.group0           = new C1.Win.C1Tile.Group();
     this.tile5            = new C1.Win.C1Tile.Tile();
     this.tile17           = new C1.Win.C1Tile.Tile();
     this.tile6            = new C1.Win.C1Tile.Tile();
     this.tile10           = new C1.Win.C1Tile.Tile();
     this.tile8            = new C1.Win.C1Tile.Tile();
     this.group1           = new C1.Win.C1Tile.Group();
     this.tile2            = new C1.Win.C1Tile.Tile();
     this.tile1            = new C1.Win.C1Tile.Tile();
     this.tile12           = new C1.Win.C1Tile.Tile();
     this.tile13           = new C1.Win.C1Tile.Tile();
     this.tile7            = new C1.Win.C1Tile.Tile();
     this.tile14           = new C1.Win.C1Tile.Tile();
     this.tile15           = new C1.Win.C1Tile.Tile();
     this.tile16           = new C1.Win.C1Tile.Tile();
     this.tile3            = new C1.Win.C1Tile.Tile();
     this.tile4            = new C1.Win.C1Tile.Tile();
     this.tile9            = new C1.Win.C1Tile.Tile();
     this.tile11           = new C1.Win.C1Tile.Tile();
     this.tile18           = new C1.Win.C1Tile.Tile();
     this.tile19           = new C1.Win.C1Tile.Tile();
     this.tile20           = new C1.Win.C1Tile.Tile();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.Silver;
     this.panel1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location    = new System.Drawing.Point(0, 417);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(737, 55);
     this.panel1.TabIndex    = 0;
     this.panel1.Paint      += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     this.panel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseClick);
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking             = true;
     this.c1TileControl1.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(80)))));
     this.c1TileControl1.CellHeight                = 56;
     this.c1TileControl1.CellSpacing               = 4;
     this.c1TileControl1.CellWidth                 = 196;
     this.c1TileControl1.CheckBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(135)))));
     this.c1TileControl1.CommonImage1.Image        = ((System.Drawing.Image)(resources.GetObject("c1TileControl1.CommonImage1.Image")));
     this.c1TileControl1.CommonImage1.ImageColumns = 25;
     this.c1TileControl1.CommonImage1.ImageRows    = 12;
     //
     //
     //
     panelElement9.Alignment   = System.Drawing.ContentAlignment.MiddleLeft;
     textElement7.Alignment    = System.Drawing.ContentAlignment.TopLeft;
     textElement7.TextTrimming = C1.Win.C1Tile.TextTrimming.WordEllipsis;
     panelElement9.Children.Add(imageElement5);
     panelElement9.Children.Add(textElement7);
     panelElement9.ChildSpacing = 10;
     panelElement9.Padding      = new System.Windows.Forms.Padding(8, 4, 6, 4);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement9);
     this.c1TileControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.c1TileControl1.Font         = new System.Drawing.Font("Segoe UI", 11F);
     this.c1TileControl1.GroupPadding = new System.Windows.Forms.Padding(15);
     this.c1TileControl1.Groups.Add(this.group0);
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.HotBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(89)))), ((int)(((byte)(103)))));
     this.c1TileControl1.HotCheckBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(146)))), ((int)(((byte)(151)))));
     this.c1TileControl1.Location             = new System.Drawing.Point(0, 0);
     this.c1TileControl1.MaximumRowsOrColumns = 5;
     this.c1TileControl1.Name           = "c1TileControl1";
     this.c1TileControl1.Padding        = new System.Windows.Forms.Padding(0, 50, 0, 0);
     this.c1TileControl1.Size           = new System.Drawing.Size(737, 417);
     this.c1TileControl1.SurfacePadding = new System.Windows.Forms.Padding(5, 8, 5, 5);
     this.c1TileControl1.TabIndex       = 1;
     this.c1TileControl1.Templates.Add(this.subgroupTemplate);
     this.c1TileControl1.Templates.Add(this.mapImgTemplate);
     this.c1TileControl1.Text            = "Apps";
     this.c1TileControl1.TextX           = 28;
     this.c1TileControl1.TextY           = 12;
     this.c1TileControl1.TileBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(80)))));
     this.c1TileControl1.TileBorderColor = System.Drawing.Color.Transparent;
     //
     // subgroupTemplate
     //
     this.subgroupTemplate.Description  = "Subgroup";
     panelElement10.AlignmentOfContents = System.Drawing.ContentAlignment.BottomLeft;
     panelElement11.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(73)))), ((int)(((byte)(92)))));
     panelElement11.Dock            = System.Windows.Forms.DockStyle.Bottom;
     panelElement11.FixedHeight     = 2;
     textElement8.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
     textElement8.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     textElement8.Margin            = new System.Windows.Forms.Padding(0, 0, 0, 6);
     textElement8.SingleLine        = true;
     panelElement10.Children.Add(panelElement11);
     panelElement10.Children.Add(textElement8);
     panelElement10.Dock    = System.Windows.Forms.DockStyle.Fill;
     panelElement10.Padding = new System.Windows.Forms.Padding(8, 0, 8, 8);
     this.subgroupTemplate.Elements.Add(panelElement10);
     this.subgroupTemplate.Enabled = false;
     this.subgroupTemplate.Name    = "subgroupTemplate";
     //
     // mapImgTemplate
     //
     this.mapImgTemplate.Description   = "Win32";
     panelElement12.Alignment          = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement6.ColumnIndex         = 10;
     imageElement6.ColumnIndexSelector = C1.Win.C1Tile.IntValueSelector.Unbound;
     imageElement6.ImageSelector       = C1.Win.C1Tile.ImageSelector.CommonImage1;
     textElement9.Alignment            = System.Drawing.ContentAlignment.TopLeft;
     textElement9.TextTrimming         = C1.Win.C1Tile.TextTrimming.WordEllipsis;
     panelElement12.Children.Add(imageElement6);
     panelElement12.Children.Add(textElement9);
     panelElement12.ChildSpacing = 10;
     panelElement12.Padding      = new System.Windows.Forms.Padding(8, 4, 6, 4);
     this.mapImgTemplate.Elements.Add(panelElement12);
     this.mapImgTemplate.Name = "mapImgTemplate";
     //
     // group0
     //
     this.group0.Name = "group0";
     this.group0.Tiles.Add(this.tile5);
     this.group0.Tiles.Add(this.tile17);
     this.group0.Tiles.Add(this.tile6);
     this.group0.Tiles.Add(this.tile10);
     this.group0.Tiles.Add(this.tile8);
     //
     // tile5
     //
     this.tile5.Image = ((System.Drawing.Image)(resources.GetObject("tile5.Image")));
     this.tile5.Name  = "tile5";
     this.tile5.Text  = "Calendar";
     //
     // tile17
     //
     this.tile17.Image = ((System.Drawing.Image)(resources.GetObject("tile17.Image")));
     this.tile17.Name  = "tile17";
     this.tile17.Text  = "Direct2D composite and blend effects C++ sample";
     //
     // tile6
     //
     this.tile6.Image = ((System.Drawing.Image)(resources.GetObject("tile6.Image")));
     this.tile6.Name  = "tile6";
     this.tile6.Text  = "Finance";
     //
     // tile10
     //
     this.tile10.Image = ((System.Drawing.Image)(resources.GetObject("tile10.Image")));
     this.tile10.Name  = "tile10";
     this.tile10.Text  = "OneNote";
     //
     // tile8
     //
     this.tile8.Image = ((System.Drawing.Image)(resources.GetObject("tile8.Image")));
     this.tile8.Name  = "tile8";
     this.tile8.Text  = "Weather";
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile12);
     this.group1.Tiles.Add(this.tile13);
     this.group1.Tiles.Add(this.tile7);
     this.group1.Tiles.Add(this.tile14);
     this.group1.Tiles.Add(this.tile15);
     this.group1.Tiles.Add(this.tile16);
     this.group1.Tiles.Add(this.tile3);
     this.group1.Tiles.Add(this.tile4);
     this.group1.Tiles.Add(this.tile9);
     this.group1.Tiles.Add(this.tile11);
     this.group1.Tiles.Add(this.tile18);
     this.group1.Tiles.Add(this.tile19);
     this.group1.Tiles.Add(this.tile20);
     //
     // tile2
     //
     this.tile2.Name     = "tile2";
     this.tile2.Template = this.subgroupTemplate;
     this.tile2.Text     = "Administrative Tools";
     //
     // tile1
     //
     this.tile1.Name     = "tile1";
     this.tile1.Template = this.mapImgTemplate;
     this.tile1.Text     = "Component Services";
     //
     // tile12
     //
     this.tile12.IntValue = 1;
     this.tile12.Name     = "tile12";
     this.tile12.Template = this.mapImgTemplate;
     this.tile12.Text     = "Defragment and Optimize Drives";
     //
     // tile13
     //
     this.tile13.IntValue = 2;
     this.tile13.Name     = "tile13";
     this.tile13.Template = this.mapImgTemplate;
     this.tile13.Text     = "iSCSI Initiator";
     //
     // tile7
     //
     this.tile7.IntValue = 3;
     this.tile7.Name     = "tile7";
     this.tile7.Template = this.mapImgTemplate;
     this.tile7.Text     = "Task Scheduler";
     //
     // tile14
     //
     this.tile14.IntValue = 4;
     this.tile14.Name     = "tile14";
     this.tile14.Template = this.mapImgTemplate;
     this.tile14.Text     = "Windows Firewall with Advanced Security";
     //
     // tile15
     //
     this.tile15.Checked  = true;
     this.tile15.IntValue = 5;
     this.tile15.Name     = "tile15";
     this.tile15.Template = this.mapImgTemplate;
     this.tile15.Text     = "Windows PowerShell (x86)";
     //
     // tile16
     //
     this.tile16.Name     = "tile16";
     this.tile16.Template = this.subgroupTemplate;
     this.tile16.Text     = "Microsoft Visual Studio 2012";
     //
     // tile3
     //
     this.tile3.IntValue = 6;
     this.tile3.Name     = "tile3";
     this.tile3.Template = this.mapImgTemplate;
     this.tile3.Text     = "Blend for Visual Studio 2012";
     //
     // tile4
     //
     this.tile4.IntValue = 7;
     this.tile4.Name     = "tile4";
     this.tile4.Template = this.mapImgTemplate;
     this.tile4.Text     = "Team Foundation Build Notifications";
     //
     // tile9
     //
     this.tile9.Name     = "tile9";
     this.tile9.Template = this.subgroupTemplate;
     this.tile9.Text     = "Windows Accessories";
     //
     // tile11
     //
     this.tile11.IntValue = 8;
     this.tile11.Name     = "tile11";
     this.tile11.Template = this.mapImgTemplate;
     this.tile11.Text     = "Calculator";
     //
     // tile18
     //
     this.tile18.IntValue = 9;
     this.tile18.Name     = "tile18";
     this.tile18.Template = this.mapImgTemplate;
     this.tile18.Text     = "Math Input Panel";
     //
     // tile19
     //
     this.tile19.IntValue = 10;
     this.tile19.Name     = "tile19";
     this.tile19.Template = this.mapImgTemplate;
     this.tile19.Text     = "Paint";
     //
     // tile20
     //
     this.tile20.IntValue = 11;
     this.tile20.Name     = "tile20";
     this.tile20.Template = this.mapImgTemplate;
     this.tile20.Text     = "Remote Desktop Connection";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(737, 472);
     this.Controls.Add(this.c1TileControl1);
     this.Controls.Add(this.panel1);
     this.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.ForeColor = System.Drawing.Color.White;
     this.Name      = "Form1";
     this.Text      = "All Apps Page Modelling";
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.Slide        slide1        = new C1.Win.C1Tile.Slide();
     C1.Win.C1Tile.ImageElement imageElement2 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement2 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement2  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.Slide        slide2        = new C1.Win.C1Tile.Slide();
     C1.Win.C1Tile.ImageElement imageElement3 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement3 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement3  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.Slide        slide3        = new C1.Win.C1Tile.Slide();
     C1.Win.C1Tile.ImageElement imageElement4 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement4 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement4  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.Slide        slide4        = new C1.Win.C1Tile.Slide();
     C1.Win.C1Tile.ImageElement imageElement5 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement5 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement5  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.Slide        slide5        = new C1.Win.C1Tile.Slide();
     C1.Win.C1Tile.ImageElement imageElement6 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement6 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement6  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement7 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement7  = new C1.Win.C1Tile.TextElement();
     this.c1TileControl1 = new C1.Win.C1Tile.C1TileControl();
     this.group1         = new C1.Win.C1Tile.Group();
     this.tile1          = new C1.Win.C1Tile.Tile();
     this.tile2          = new C1.Win.C1Tile.Tile();
     this.tile3          = new C1.Win.C1Tile.Tile();
     this.tile4          = new C1.Win.C1Tile.Tile();
     this.tile5          = new C1.Win.C1Tile.Tile();
     this.tile6          = new C1.Win.C1Tile.Tile();
     this.tile7          = new C1.Win.C1Tile.Tile();
     this.tile8          = new C1.Win.C1Tile.Tile();
     this.tile9          = new C1.Win.C1Tile.Tile();
     this.tile10         = new C1.Win.C1Tile.Tile();
     this.tile11         = new C1.Win.C1Tile.Tile();
     this.tile12         = new C1.Win.C1Tile.Tile();
     this.tile13         = new C1.Win.C1Tile.Tile();
     this.tile14         = new C1.Win.C1Tile.Tile();
     this.tile15         = new C1.Win.C1Tile.Tile();
     this.tile16         = new C1.Win.C1Tile.Tile();
     this.tile17         = new C1.Win.C1Tile.Tile();
     this.tile18         = new C1.Win.C1Tile.Tile();
     this.SuspendLayout();
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowRearranging = true;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     slide1.Description                = "from bottom";
     imageElement2.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement2.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image1;
     panelElement2.AlignmentOfContents = System.Drawing.ContentAlignment.TopRight;
     panelElement2.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textElement2.BackColorSelector    = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement2.FontItalic           = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement2.FontSize             = 20F;
     textElement2.TextSelector         = C1.Win.C1Tile.TextSelector.Text1;
     panelElement2.Children.Add(textElement2);
     panelElement2.Dock        = System.Windows.Forms.DockStyle.Top;
     panelElement2.FixedHeight = 42;
     panelElement2.Padding     = new System.Windows.Forms.Padding(0, 0, 12, 0);
     slide1.Elements.Add(imageElement2);
     slide1.Elements.Add(panelElement2);
     slide1.TransitionAcceleration     = 0.25;
     slide1.TransitionDuration         = 1000;
     slide2.Description                = "fade 1";
     imageElement3.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement3.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image3;
     panelElement3.AlignmentOfContents = System.Drawing.ContentAlignment.TopRight;
     panelElement3.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textElement3.BackColorSelector    = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement3.FontItalic           = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement3.FontSize             = 20F;
     textElement3.TextSelector         = C1.Win.C1Tile.TextSelector.Text3;
     panelElement3.Children.Add(textElement3);
     panelElement3.Dock        = System.Windows.Forms.DockStyle.Top;
     panelElement3.FixedHeight = 42;
     panelElement3.Padding     = new System.Windows.Forms.Padding(0, 0, 12, 0);
     slide2.Elements.Add(imageElement3);
     slide2.Elements.Add(panelElement3);
     slide2.Transition                 = C1.Win.C1Tile.SlideTransition.Fade;
     slide2.TransitionDuration         = 1500;
     slide3.Description                = "from top";
     imageElement4.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement4.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image2;
     panelElement4.AlignmentOfContents = System.Drawing.ContentAlignment.TopRight;
     panelElement4.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textElement4.BackColorSelector    = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement4.FontItalic           = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement4.FontSize             = 20F;
     textElement4.TextSelector         = C1.Win.C1Tile.TextSelector.Text2;
     panelElement4.Children.Add(textElement4);
     panelElement4.Dock        = System.Windows.Forms.DockStyle.Top;
     panelElement4.FixedHeight = 42;
     panelElement4.Padding     = new System.Windows.Forms.Padding(0, 0, 12, 0);
     slide3.Elements.Add(imageElement4);
     slide3.Elements.Add(panelElement4);
     slide3.Transition                 = C1.Win.C1Tile.SlideTransition.PushFromTop;
     slide3.TransitionAcceleration     = 3;
     slide3.TransitionDuration         = 1000;
     slide4.Description                = "fade 2";
     imageElement5.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement5.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image5;
     panelElement5.AlignmentOfContents = System.Drawing.ContentAlignment.TopRight;
     panelElement5.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textElement5.BackColorSelector    = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement5.FontItalic           = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement5.FontSize             = 20F;
     textElement5.TextSelector         = C1.Win.C1Tile.TextSelector.Text5;
     panelElement5.Children.Add(textElement5);
     panelElement5.Dock        = System.Windows.Forms.DockStyle.Top;
     panelElement5.FixedHeight = 42;
     panelElement5.Padding     = new System.Windows.Forms.Padding(0, 0, 12, 0);
     slide4.Elements.Add(imageElement5);
     slide4.Elements.Add(panelElement5);
     slide4.Transition                 = C1.Win.C1Tile.SlideTransition.Fade;
     slide4.TransitionDuration         = 1500;
     slide5.Description                = "from left";
     imageElement6.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement6.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image4;
     panelElement6.AlignmentOfContents = System.Drawing.ContentAlignment.TopRight;
     panelElement6.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textElement6.BackColorSelector    = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement6.FontItalic           = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement6.FontSize             = 20F;
     textElement6.TextSelector         = C1.Win.C1Tile.TextSelector.Text4;
     panelElement6.Children.Add(textElement6);
     panelElement6.Dock        = System.Windows.Forms.DockStyle.Top;
     panelElement6.FixedHeight = 42;
     panelElement6.Padding     = new System.Windows.Forms.Padding(0, 0, 12, 0);
     slide5.Elements.Add(imageElement6);
     slide5.Elements.Add(panelElement6);
     slide5.Transition             = C1.Win.C1Tile.SlideTransition.PushFromLeft;
     slide5.TransitionAcceleration = 3;
     slide5.TransitionDuration     = 1000;
     this.c1TileControl1.DefaultTemplate.Slides.Add(slide1);
     this.c1TileControl1.DefaultTemplate.Slides.Add(slide2);
     this.c1TileControl1.DefaultTemplate.Slides.Add(slide3);
     this.c1TileControl1.DefaultTemplate.Slides.Add(slide4);
     this.c1TileControl1.DefaultTemplate.Slides.Add(slide5);
     panelElement7.Alignment        = System.Drawing.ContentAlignment.BottomLeft;
     panelElement7.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textElement7.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement7.FontSize          = 12F;
     panelElement7.Children.Add(textElement7);
     panelElement7.Margin  = new System.Windows.Forms.Padding(6, 0, 0, 6);
     panelElement7.Padding = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.c1TileControl1.DefaultTemplate.TopmostElements.Add(panelElement7);
     this.c1TileControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.c1TileControl1.GroupPadding = new System.Windows.Forms.Padding(20);
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.HotBorderColor = System.Drawing.Color.DarkGreen;
     this.c1TileControl1.Location       = new System.Drawing.Point(0, 0);
     this.c1TileControl1.Name           = "c1TileControl1";
     this.c1TileControl1.Padding        = new System.Windows.Forms.Padding(0);
     this.c1TileControl1.Size           = new System.Drawing.Size(802, 460);
     this.c1TileControl1.SurfacePadding = new System.Windows.Forms.Padding(15);
     this.c1TileControl1.TabIndex       = 0;
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     this.group1.Tiles.Add(this.tile4);
     this.group1.Tiles.Add(this.tile5);
     this.group1.Tiles.Add(this.tile6);
     this.group1.Tiles.Add(this.tile7);
     this.group1.Tiles.Add(this.tile8);
     this.group1.Tiles.Add(this.tile9);
     this.group1.Tiles.Add(this.tile10);
     this.group1.Tiles.Add(this.tile11);
     this.group1.Tiles.Add(this.tile12);
     this.group1.Tiles.Add(this.tile13);
     this.group1.Tiles.Add(this.tile14);
     this.group1.Tiles.Add(this.tile15);
     this.group1.Tiles.Add(this.tile16);
     this.group1.Tiles.Add(this.tile17);
     this.group1.Tiles.Add(this.tile18);
     //
     // tile1
     //
     this.tile1.HorizontalSize = 3;
     this.tile1.Name           = "tile1";
     this.tile1.Text           = "Tile 1";
     this.tile1.VerticalSize   = 3;
     //
     // tile2
     //
     this.tile2.HorizontalSize = 3;
     this.tile2.Name           = "tile2";
     this.tile2.Text           = "Tile 2";
     this.tile2.VerticalSize   = 3;
     //
     // tile3
     //
     this.tile3.HorizontalSize = 3;
     this.tile3.Name           = "tile3";
     this.tile3.Text           = "Tile 3";
     this.tile3.VerticalSize   = 3;
     //
     // tile4
     //
     this.tile4.HorizontalSize = 3;
     this.tile4.Name           = "tile4";
     this.tile4.Text           = "Tile 4";
     this.tile4.VerticalSize   = 3;
     //
     // tile5
     //
     this.tile5.HorizontalSize = 3;
     this.tile5.Name           = "tile5";
     this.tile5.Text           = "Tile 5";
     this.tile5.VerticalSize   = 3;
     //
     // tile6
     //
     this.tile6.HorizontalSize = 3;
     this.tile6.Name           = "tile6";
     this.tile6.Text           = "Tile 6";
     this.tile6.VerticalSize   = 3;
     //
     // tile7
     //
     this.tile7.HorizontalSize = 3;
     this.tile7.Name           = "tile7";
     this.tile7.Text           = "Tile 7";
     this.tile7.VerticalSize   = 3;
     //
     // tile8
     //
     this.tile8.HorizontalSize = 3;
     this.tile8.Name           = "tile8";
     this.tile8.Text           = "Tile 8";
     this.tile8.VerticalSize   = 3;
     //
     // tile9
     //
     this.tile9.HorizontalSize = 3;
     this.tile9.Name           = "tile9";
     this.tile9.Text           = "Tile 9";
     this.tile9.VerticalSize   = 3;
     //
     // tile10
     //
     this.tile10.HorizontalSize = 3;
     this.tile10.Name           = "tile10";
     this.tile10.Text           = "Tile 10";
     this.tile10.VerticalSize   = 3;
     //
     // tile11
     //
     this.tile11.HorizontalSize = 3;
     this.tile11.Name           = "tile11";
     this.tile11.Text           = "Tile 11";
     this.tile11.VerticalSize   = 3;
     //
     // tile12
     //
     this.tile12.HorizontalSize = 3;
     this.tile12.Name           = "tile12";
     this.tile12.Text           = "Tile 12";
     this.tile12.VerticalSize   = 3;
     //
     // tile13
     //
     this.tile13.HorizontalSize = 3;
     this.tile13.Name           = "tile13";
     this.tile13.Text           = "Tile 13";
     this.tile13.VerticalSize   = 3;
     //
     // tile14
     //
     this.tile14.HorizontalSize = 3;
     this.tile14.Name           = "tile14";
     this.tile14.Text           = "Tile 14";
     this.tile14.VerticalSize   = 3;
     //
     // tile15
     //
     this.tile15.HorizontalSize = 3;
     this.tile15.Name           = "tile15";
     this.tile15.Text           = "Tile 15";
     this.tile15.VerticalSize   = 3;
     //
     // tile16
     //
     this.tile16.HorizontalSize = 3;
     this.tile16.Name           = "tile16";
     this.tile16.Text           = "Tile 16";
     this.tile16.VerticalSize   = 3;
     //
     // tile17
     //
     this.tile17.HorizontalSize = 3;
     this.tile17.Name           = "tile17";
     this.tile17.Text           = "Tile 17";
     this.tile17.VerticalSize   = 3;
     //
     // tile18
     //
     this.tile18.HorizontalSize = 3;
     this.tile18.Name           = "tile18";
     this.tile18.Text           = "Tile 18";
     this.tile18.VerticalSize   = 3;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DarkGreen;
     this.ClientSize          = new System.Drawing.Size(802, 460);
     this.Controls.Add(this.c1TileControl1);
     this.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.ForeColor = System.Drawing.Color.White;
     this.Name      = "Form1";
     this.Text      = "Moving Slides";
     this.ResumeLayout(false);
 }
示例#5
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.Win.C1Tile.PanelElement panelElement1  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement2  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement3  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement4  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement5  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement6  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement7  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement8  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement9  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement2  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement10 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement3  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement11 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement12 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement4  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement13 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement5  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement14 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement6  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement2   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement15 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement16 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement7  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement3   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement4   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement17 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement8  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement9  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement10 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement11 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement5   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement6   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement7   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement8   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement18 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement9   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement19 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement10  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement imageElement12 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement20 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement13 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement21 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement11  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement22 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement23 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement12  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement13  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement24 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement14  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement15  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement25 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement16  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement17  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement26 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement18  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement19  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement27 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement20  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement21  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement28 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement22  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement23  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement29 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement24  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement25  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement30 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement26  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement27  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement31 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement14 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement28  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement32 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement15 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement33 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement16 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement29  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement34 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement30  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement31  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement  textElement32  = new C1.Win.C1Tile.TextElement();
     this.c1TileControl1 = new C1.Win.C1Tile.C1TileControl();
     this.group1         = new C1.Win.C1Tile.Group();
     this.tile1          = new C1.Win.C1Tile.Tile();
     this.template1      = new C1.Win.C1Tile.Template();
     this.tile2          = new C1.Win.C1Tile.Tile();
     this.template2      = new C1.Win.C1Tile.Template();
     this.tile3          = new C1.Win.C1Tile.Tile();
     this.template3      = new C1.Win.C1Tile.Template();
     this.tile4          = new C1.Win.C1Tile.Tile();
     this.template41     = new C1.Win.C1Tile.Template();
     this.tile5          = new C1.Win.C1Tile.Tile();
     this.template5      = new C1.Win.C1Tile.Template();
     this.tile6          = new C1.Win.C1Tile.Tile();
     this.template6      = new C1.Win.C1Tile.Template();
     this.tile7          = new C1.Win.C1Tile.Tile();
     this.template7      = new C1.Win.C1Tile.Template();
     this.tile8          = new C1.Win.C1Tile.Tile();
     this.template89     = new C1.Win.C1Tile.Template();
     this.tile9          = new C1.Win.C1Tile.Tile();
     this.template42     = new C1.Win.C1Tile.Template();
     this.timer1         = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking    = true;
     this.c1TileControl1.AllowRearranging = true;
     this.c1TileControl1.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("c1TileControl1.BackgroundImage")));
     this.c1TileControl1.CellSpacing      = 20;
     this.c1TileControl1.CheckBorderColor = System.Drawing.Color.RoyalBlue;
     this.c1TileControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.c1TileControl1.GroupPadding     = new System.Windows.Forms.Padding(0);
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.GroupTextSize        = 12F;
     this.c1TileControl1.HotBorderColor       = System.Drawing.Color.LightSkyBlue;
     this.c1TileControl1.Location             = new System.Drawing.Point(0, 0);
     this.c1TileControl1.MaximumRowsOrColumns = 3;
     this.c1TileControl1.MovingBackground     = true;
     this.c1TileControl1.Name    = "c1TileControl1";
     this.c1TileControl1.Padding = new System.Windows.Forms.Padding(0, 52, 0, 0);
     this.c1TileControl1.Size    = new System.Drawing.Size(632, 434);
     this.c1TileControl1.SurfaceContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.c1TileControl1.SurfacePadding          = new System.Windows.Forms.Padding(30, 10, 30, 30);
     this.c1TileControl1.TabIndex = 0;
     this.c1TileControl1.Templates.Add(this.template1);
     this.c1TileControl1.Templates.Add(this.template2);
     this.c1TileControl1.Templates.Add(this.template3);
     this.c1TileControl1.Templates.Add(this.template41);
     this.c1TileControl1.Templates.Add(this.template42);
     this.c1TileControl1.Templates.Add(this.template5);
     this.c1TileControl1.Templates.Add(this.template6);
     this.c1TileControl1.Templates.Add(this.template7);
     this.c1TileControl1.Templates.Add(this.template89);
     this.c1TileControl1.Text     = "Template Elements And Layout Options";
     this.c1TileControl1.TextSize = 18F;
     this.c1TileControl1.TextX    = 32;
     this.c1TileControl1.TextY    = 12;
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     this.group1.Tiles.Add(this.tile4);
     this.group1.Tiles.Add(this.tile5);
     this.group1.Tiles.Add(this.tile6);
     this.group1.Tiles.Add(this.tile7);
     this.group1.Tiles.Add(this.tile8);
     this.group1.Tiles.Add(this.tile9);
     //
     // tile1
     //
     this.tile1.BackColor      = System.Drawing.Color.LightCoral;
     this.tile1.HorizontalSize = 2;
     this.tile1.Name           = "tile1";
     this.tile1.Template       = this.template1;
     this.tile1.Text           = "Two docked panels with nested panels";
     this.tile1.VerticalSize   = 2;
     //
     // template1
     //
     this.template1.Description        = "Template 1";
     panelElement1.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleCenter;
     panelElement1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     panelElement2.BackColor           = System.Drawing.Color.Silver;
     panelElement2.FixedHeight         = 20;
     panelElement2.FixedWidth          = 20;
     panelElement3.BackColor           = System.Drawing.Color.Gray;
     panelElement3.FixedHeight         = 20;
     panelElement3.FixedWidth          = 20;
     panelElement4.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     panelElement4.FixedHeight         = 20;
     panelElement4.FixedWidth          = 20;
     panelElement1.Children.Add(panelElement2);
     panelElement1.Children.Add(panelElement3);
     panelElement1.Children.Add(panelElement4);
     panelElement1.Dock                = System.Windows.Forms.DockStyle.Bottom;
     panelElement1.FixedHeight         = 50;
     panelElement5.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     panelElement6.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleCenter;
     panelElement6.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     imageElement1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     imageElement1.ForeColorSelector   = C1.Win.C1Tile.ForeColorSelector.Unbound;
     imageElement1.ImageSelector       = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement1.Symbol              = C1.Win.C1Tile.TileSymbol.ViewAllAlbums;
     panelElement6.Children.Add(imageElement1);
     panelElement6.Dock = System.Windows.Forms.DockStyle.Fill;
     panelElement5.Children.Add(panelElement6);
     panelElement5.Dock       = System.Windows.Forms.DockStyle.Left;
     panelElement5.FixedWidth = 80;
     panelElement5.Padding    = new System.Windows.Forms.Padding(10);
     textElement1.Margin      = new System.Windows.Forms.Padding(90, 0, 10, 50);
     this.template1.Elements.Add(panelElement1);
     this.template1.Elements.Add(panelElement5);
     this.template1.Elements.Add(textElement1);
     this.template1.Name = "template1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Khaki;
     this.tile2.ForeColor = System.Drawing.Color.Black;
     this.tile2.Name      = "tile2";
     this.tile2.Template  = this.template2;
     this.tile2.Text      = "Tile 2";
     //
     // template2
     //
     this.template2.Description  = "Template 2";
     panelElement9.BackColor     = System.Drawing.Color.LightSteelBlue;
     imageElement2.ImageLayout   = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement2.ImageSelector = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement2.Symbol        = C1.Win.C1Tile.TileSymbol.Cut;
     panelElement9.Children.Add(imageElement2);
     panelElement9.Description   = "left top";
     panelElement9.FixedHeight   = 32;
     panelElement9.FixedWidth    = 32;
     panelElement10.BackColor    = System.Drawing.Color.LightSteelBlue;
     imageElement3.ImageLayout   = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement3.ImageSelector = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement3.Symbol        = C1.Win.C1Tile.TileSymbol.Paste;
     panelElement10.Children.Add(imageElement3);
     panelElement10.Description = "left bottom";
     panelElement10.FixedHeight = 32;
     panelElement10.FixedWidth  = 32;
     panelElement8.Children.Add(panelElement9);
     panelElement8.Children.Add(panelElement10);
     panelElement8.ChildSpacing  = 10;
     panelElement8.Description   = "left panel";
     panelElement8.Orientation   = C1.Win.C1Tile.LayoutOrientation.Vertical;
     panelElement12.BackColor    = System.Drawing.Color.LightSteelBlue;
     imageElement4.ImageLayout   = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement4.ImageSelector = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement4.Symbol        = C1.Win.C1Tile.TileSymbol.Copy;
     panelElement12.Children.Add(imageElement4);
     panelElement12.Description  = "right top";
     panelElement12.FixedHeight  = 32;
     panelElement12.FixedWidth   = 32;
     panelElement13.BackColor    = System.Drawing.Color.LightSteelBlue;
     imageElement5.ImageLayout   = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement5.ImageSelector = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement5.Symbol        = C1.Win.C1Tile.TileSymbol.Delete;
     panelElement13.Children.Add(imageElement5);
     panelElement13.Description = "right bottom";
     panelElement13.FixedHeight = 32;
     panelElement13.FixedWidth  = 32;
     panelElement11.Children.Add(panelElement12);
     panelElement11.Children.Add(panelElement13);
     panelElement11.ChildSpacing = 10;
     panelElement11.Description  = "right panel";
     panelElement11.Orientation  = C1.Win.C1Tile.LayoutOrientation.Vertical;
     panelElement7.Children.Add(panelElement8);
     panelElement7.Children.Add(panelElement11);
     panelElement7.ChildSpacing = 10;
     panelElement7.Description  = "outer panel";
     this.template2.Elements.Add(panelElement7);
     this.template2.Name = "template2";
     //
     // tile3
     //
     this.tile3.BackColor      = System.Drawing.Color.SteelBlue;
     this.tile3.HorizontalSize = 2;
     this.tile3.Name           = "tile3";
     this.tile3.Template       = this.template3;
     this.tile3.Text           = "Text and image overlapped with a semi-transparent docked panel";
     //
     // template3
     //
     this.template3.Description  = "Template 3";
     imageElement6.ImageSelector = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement6.Symbol        = C1.Win.C1Tile.TileSymbol.Shop;
     imageElement6.SymbolSize    = C1.Win.C1Tile.SymbolSize.Image48x48;
     textElement2.FixedWidth     = 110;
     panelElement14.Children.Add(imageElement6);
     panelElement14.Children.Add(textElement2);
     panelElement14.ChildSpacing = 10;
     panelElement15.Alignment    = System.Drawing.ContentAlignment.TopLeft;
     panelElement15.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     panelElement15.Dock         = System.Windows.Forms.DockStyle.Top;
     panelElement15.FixedHeight  = 51;
     this.template3.Elements.Add(panelElement14);
     this.template3.Elements.Add(panelElement15);
     this.template3.Name    = "template3";
     this.template3.Padding = new System.Windows.Forms.Padding(8);
     //
     // tile4
     //
     this.tile4.BackColor    = System.Drawing.Color.MediumSeaGreen;
     this.tile4.ForeColor    = System.Drawing.Color.White;
     this.tile4.Name         = "tile4";
     this.tile4.Symbol       = C1.Win.C1Tile.TileSymbol.Street;
     this.tile4.Template     = this.template41;
     this.tile4.Text         = "Tile Header";
     this.tile4.Text1        = "Detailed description of the tile.";
     this.tile4.Text2        = "More information and details of the tile behavior.";
     this.tile4.VerticalSize = 2;
     //
     // template41
     //
     this.template41.Description = "Template 4a";
     panelElement16.Alignment    = System.Drawing.ContentAlignment.TopLeft;
     imageElement7.ImageSelector = C1.Win.C1Tile.ImageSelector.Symbol;
     imageElement7.SymbolSize    = C1.Win.C1Tile.SymbolSize.Image80x80;
     textElement3.Alignment      = System.Drawing.ContentAlignment.TopLeft;
     textElement3.FontSize       = 14F;
     textElement3.Margin         = new System.Windows.Forms.Padding(4, 0, 0, 8);
     textElement4.Alignment      = System.Drawing.ContentAlignment.TopLeft;
     textElement4.Margin         = new System.Windows.Forms.Padding(4, 0, 4, 0);
     textElement4.TextSelector   = C1.Win.C1Tile.TextSelector.Text1;
     panelElement16.Children.Add(imageElement7);
     panelElement16.Children.Add(textElement3);
     panelElement16.Children.Add(textElement4);
     panelElement16.ChildSpacing = 0;
     panelElement16.Orientation  = C1.Win.C1Tile.LayoutOrientation.Vertical;
     this.template41.Elements.Add(panelElement16);
     this.template41.Name    = "template41";
     this.template41.Padding = new System.Windows.Forms.Padding(10, 8, 10, 8);
     //
     // tile5
     //
     this.tile5.BackColor      = System.Drawing.Color.DimGray;
     this.tile5.HorizontalSize = 3;
     this.tile5.Name           = "tile5";
     this.tile5.Template       = this.template5;
     this.tile5.Text           = "A panel with elements using various Alignment";
     //
     // template5
     //
     this.template5.Description       = "Template 5";
     imageElement8.FixedHeight        = 70;
     imageElement8.ImageSelector      = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement8.Symbol             = C1.Win.C1Tile.TileSymbol.LeftToRight;
     imageElement8.SymbolSize         = C1.Win.C1Tile.SymbolSize.Image64x64;
     imageElement9.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     imageElement9.ForeColorSelector  = C1.Win.C1Tile.ForeColorSelector.Unbound;
     imageElement9.ImageSelector      = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement9.Symbol             = C1.Win.C1Tile.TileSymbol.CircleWithPlus;
     imageElement10.Alignment         = System.Drawing.ContentAlignment.TopCenter;
     imageElement10.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     imageElement10.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     imageElement10.ImageSelector     = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement10.Symbol            = C1.Win.C1Tile.TileSymbol.CircleWithMinus;
     imageElement11.Alignment         = System.Drawing.ContentAlignment.BottomCenter;
     imageElement11.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     imageElement11.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     imageElement11.ImageSelector     = C1.Win.C1Tile.ImageSelector.UnboundSymbol;
     imageElement11.Symbol            = C1.Win.C1Tile.TileSymbol.CircleWithMultiply;
     textElement5.BackColorSelector   = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement5.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     textElement5.ForeColorSelector   = C1.Win.C1Tile.ForeColorSelector.Unbound;
     textElement5.Text              = "Middle";
     textElement5.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement6.Alignment         = System.Drawing.ContentAlignment.TopCenter;
     textElement6.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement6.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     textElement6.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     textElement6.Text              = "Top";
     textElement6.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement7.Alignment         = System.Drawing.ContentAlignment.BottomCenter;
     textElement7.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement7.DirectionVertical = true;
     textElement7.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     textElement7.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     textElement7.Text              = "Bottom";
     textElement7.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     panelElement17.Children.Add(imageElement8);
     panelElement17.Children.Add(imageElement9);
     panelElement17.Children.Add(imageElement10);
     panelElement17.Children.Add(imageElement11);
     panelElement17.Children.Add(textElement5);
     panelElement17.Children.Add(textElement6);
     panelElement17.Children.Add(textElement7);
     panelElement17.ChildSpacing = 9;
     panelElement17.Margin       = new System.Windows.Forms.Padding(0, 0, 0, 18);
     textElement8.Alignment      = System.Drawing.ContentAlignment.BottomCenter;
     textElement8.Margin         = new System.Windows.Forms.Padding(0, 0, 0, 5);
     this.template5.Elements.Add(panelElement17);
     this.template5.Elements.Add(textElement8);
     this.template5.Name = "template5";
     //
     // tile6
     //
     this.tile6.ForeColor      = System.Drawing.Color.Black;
     this.tile6.HorizontalSize = 3;
     this.tile6.Image          = ((System.Drawing.Image)(resources.GetObject("tile6.Image")));
     this.tile6.IntValue       = 7;
     this.tile6.Name           = "tile6";
     this.tile6.Template       = this.template6;
     this.tile6.Text           = "Internet Explorer";
     this.tile6.Text1          = "Free";
     this.tile6.VerticalSize   = 2;
     //
     // template6
     //
     this.template6.Description       = "Template 6";
     panelElement18.BackColor         = System.Drawing.Color.Snow;
     textElement9.Alignment           = System.Drawing.ContentAlignment.TopLeft;
     textElement9.BackColor           = System.Drawing.Color.Snow;
     textElement9.BackColorSelector   = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement9.FontBold            = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement9.FontSize            = 11F;
     panelElement19.Alignment         = System.Drawing.ContentAlignment.MiddleLeft;
     textElement10.BackColor          = System.Drawing.Color.Snow;
     textElement10.BackColorSelector  = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement10.FontSize           = 11F;
     textElement10.TextSelector       = C1.Win.C1Tile.TextSelector.Text1;
     imageElement12.ForeColor         = System.Drawing.Color.IndianRed;
     imageElement12.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     imageElement12.ImageSelector     = C1.Win.C1Tile.ImageSelector.Stars;
     imageElement12.Margin            = new System.Windows.Forms.Padding(0, 2, 0, 0);
     panelElement19.Children.Add(textElement10);
     panelElement19.Children.Add(imageElement12);
     panelElement18.Children.Add(textElement9);
     panelElement18.Children.Add(panelElement19);
     panelElement18.ChildSpacing = 3;
     panelElement18.Dock         = System.Windows.Forms.DockStyle.Bottom;
     panelElement18.FixedHeight  = 60;
     panelElement18.Orientation  = C1.Win.C1Tile.LayoutOrientation.Vertical;
     panelElement18.Padding      = new System.Windows.Forms.Padding(10, 4, 10, 10);
     imageElement13.ImageLayout  = C1.Win.C1Tile.ForeImageLayout.ScaleOuter;
     panelElement20.Children.Add(imageElement13);
     panelElement20.Dock = System.Windows.Forms.DockStyle.Fill;
     this.template6.Elements.Add(panelElement18);
     this.template6.Elements.Add(panelElement20);
     this.template6.Name = "template6";
     //
     // tile7
     //
     this.tile7.BackColor      = System.Drawing.Color.RosyBrown;
     this.tile7.BackColor1     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.tile7.BackColor2     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.tile7.ForeColor      = System.Drawing.Color.White;
     this.tile7.ForeColor1     = System.Drawing.Color.Black;
     this.tile7.ForeColor2     = System.Drawing.Color.IndianRed;
     this.tile7.HorizontalSize = 2;
     this.tile7.IntValue       = 100;
     this.tile7.Name           = "tile7";
     this.tile7.Symbol         = C1.Win.C1Tile.TileSymbol.Mail;
     this.tile7.Template       = this.template7;
     this.tile7.Text           = "This tile shows a few text elements and a badge if IntValue > 0";
     this.tile7.Text1          = "First text message";
     this.tile7.Text2          = "Second text message";
     this.tile7.Text3          = "Third text message";
     this.tile7.Text4          = "Fourth text message";
     this.tile7.Text5          = "Fifth text message";
     this.tile7.Text6          = "Sixth text message";
     this.tile7.Text7          = "Seventh text message";
     this.tile7.Text8          = "Eighth text message";
     this.tile7.Text9          = "*notes";
     this.tile7.VerticalSize   = 3;
     //
     // template7
     //
     this.template7.Description        = "Template 7";
     textElement11.AlignmentOfContents = System.Drawing.ContentAlignment.TopCenter;
     textElement11.FontSize            = 14F;
     textElement11.Margin            = new System.Windows.Forms.Padding(0, 3, 0, 6);
     panelElement22.BackColor        = System.Drawing.Color.CadetBlue;
     panelElement23.Alignment        = System.Drawing.ContentAlignment.TopLeft;
     textElement12.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement12.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement12.FixedWidth        = 16;
     textElement12.Text              = "1.";
     textElement12.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement13.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement13.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement13.TextSelector      = C1.Win.C1Tile.TextSelector.Text1;
     panelElement23.Children.Add(textElement12);
     panelElement23.Children.Add(textElement13);
     panelElement23.ChildSpacing = 0;
     panelElement24.Alignment    = System.Drawing.ContentAlignment.TopLeft;
     textElement14.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement14.FixedWidth    = 16;
     textElement14.Text          = "2.";
     textElement14.TextSelector  = C1.Win.C1Tile.TextSelector.Unbound;
     textElement15.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement15.TextSelector  = C1.Win.C1Tile.TextSelector.Text2;
     panelElement24.Children.Add(textElement14);
     panelElement24.Children.Add(textElement15);
     panelElement24.ChildSpacing     = 0;
     panelElement25.Alignment        = System.Drawing.ContentAlignment.TopLeft;
     textElement16.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement16.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor1;
     textElement16.FixedWidth        = 16;
     textElement16.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor1;
     textElement16.Text              = "3.";
     textElement16.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement17.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement17.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor1;
     textElement17.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor1;
     textElement17.TextSelector      = C1.Win.C1Tile.TextSelector.Text3;
     panelElement25.Children.Add(textElement16);
     panelElement25.Children.Add(textElement17);
     panelElement25.ChildSpacing     = 0;
     panelElement26.Alignment        = System.Drawing.ContentAlignment.TopLeft;
     textElement18.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement18.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor2;
     textElement18.FixedWidth        = 16;
     textElement18.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor2;
     textElement18.Text              = "4.";
     textElement18.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement19.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement19.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor2;
     textElement19.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor2;
     textElement19.TextSelector      = C1.Win.C1Tile.TextSelector.Text4;
     panelElement26.Children.Add(textElement18);
     panelElement26.Children.Add(textElement19);
     panelElement26.ChildSpacing     = 0;
     panelElement27.Alignment        = System.Drawing.ContentAlignment.TopLeft;
     textElement20.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement20.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement20.FixedWidth        = 16;
     textElement20.Text              = "5.";
     textElement20.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement21.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement21.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     textElement21.TextSelector      = C1.Win.C1Tile.TextSelector.Text5;
     panelElement27.Children.Add(textElement20);
     panelElement27.Children.Add(textElement21);
     panelElement27.ChildSpacing = 0;
     panelElement28.Alignment    = System.Drawing.ContentAlignment.TopLeft;
     textElement22.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement22.FixedWidth    = 16;
     textElement22.Text          = "6.";
     textElement22.TextSelector  = C1.Win.C1Tile.TextSelector.Unbound;
     textElement23.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement23.TextSelector  = C1.Win.C1Tile.TextSelector.Text6;
     panelElement28.Children.Add(textElement22);
     panelElement28.Children.Add(textElement23);
     panelElement28.ChildSpacing     = 0;
     panelElement29.Alignment        = System.Drawing.ContentAlignment.TopLeft;
     textElement24.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement24.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor1;
     textElement24.FixedWidth        = 16;
     textElement24.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor1;
     textElement24.Text              = "7.";
     textElement24.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement25.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement25.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor1;
     textElement25.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor1;
     textElement25.TextSelector      = C1.Win.C1Tile.TextSelector.Text7;
     panelElement29.Children.Add(textElement24);
     panelElement29.Children.Add(textElement25);
     panelElement29.ChildSpacing     = 0;
     panelElement30.Alignment        = System.Drawing.ContentAlignment.TopLeft;
     textElement26.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement26.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor2;
     textElement26.FixedWidth        = 16;
     textElement26.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor2;
     textElement26.Text              = "8.";
     textElement26.TextSelector      = C1.Win.C1Tile.TextSelector.Unbound;
     textElement27.Alignment         = System.Drawing.ContentAlignment.TopLeft;
     textElement27.BackColorSelector = C1.Win.C1Tile.BackColorSelector.BackColor2;
     textElement27.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.ForeColor2;
     textElement27.TextSelector      = C1.Win.C1Tile.TextSelector.Text8;
     panelElement30.Children.Add(textElement26);
     panelElement30.Children.Add(textElement27);
     panelElement30.ChildSpacing = 0;
     panelElement22.Children.Add(panelElement23);
     panelElement22.Children.Add(panelElement24);
     panelElement22.Children.Add(panelElement25);
     panelElement22.Children.Add(panelElement26);
     panelElement22.Children.Add(panelElement27);
     panelElement22.Children.Add(panelElement28);
     panelElement22.Children.Add(panelElement29);
     panelElement22.Children.Add(panelElement30);
     panelElement22.Orientation = C1.Win.C1Tile.LayoutOrientation.Vertical;
     panelElement22.Padding     = new System.Windows.Forms.Padding(4);
     panelElement21.Children.Add(textElement11);
     panelElement21.Children.Add(panelElement22);
     panelElement21.ChildSpacing        = 8;
     panelElement21.Dock                = System.Windows.Forms.DockStyle.Fill;
     panelElement21.Orientation         = C1.Win.C1Tile.LayoutOrientation.Vertical;
     panelElement21.Padding             = new System.Windows.Forms.Padding(5, 0, 5, 0);
     panelElement31.Alignment           = System.Drawing.ContentAlignment.BottomLeft;
     imageElement14.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement14.FixedHeight         = 24;
     imageElement14.ImageSelector       = C1.Win.C1Tile.ImageSelector.Symbol;
     textElement28.TextSelector         = C1.Win.C1Tile.TextSelector.Text9;
     panelElement31.Children.Add(imageElement14);
     panelElement31.Children.Add(textElement28);
     panelElement32.Alignment     = System.Drawing.ContentAlignment.BottomRight;
     panelElement32.BackColor     = System.Drawing.Color.SteelBlue;
     imageElement15.ImageSelector = C1.Win.C1Tile.ImageSelector.Number;
     panelElement32.Children.Add(imageElement15);
     panelElement32.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 2);
     panelElement32.Padding         = new System.Windows.Forms.Padding(4);
     panelElement32.VisibleSelector = C1.Win.C1Tile.IntValueSelector.Default;
     this.template7.Elements.Add(panelElement21);
     this.template7.Elements.Add(panelElement31);
     this.template7.Elements.Add(panelElement32);
     this.template7.Name    = "template7";
     this.template7.Padding = new System.Windows.Forms.Padding(10, 10, 10, 8);
     //
     // tile8
     //
     this.tile8.BackColor = System.Drawing.Color.CadetBlue;
     this.tile8.Name      = "tile8";
     this.tile8.Symbol    = C1.Win.C1Tile.TileSymbol.Settings;
     this.tile8.Template  = this.template89;
     this.tile8.Text      = "Options";
     //
     // template89
     //
     this.template89.Description        = "Template 8";
     imageElement16.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleCenter;
     imageElement16.FixedHeight         = 46;
     imageElement16.ImageSelector       = C1.Win.C1Tile.ImageSelector.Symbol;
     imageElement16.SymbolSize          = C1.Win.C1Tile.SymbolSize.Image48x48;
     textElement29.FontSize             = 14F;
     panelElement33.Children.Add(imageElement16);
     panelElement33.Children.Add(textElement29);
     panelElement33.Orientation = C1.Win.C1Tile.LayoutOrientation.Vertical;
     this.template89.Elements.Add(panelElement33);
     this.template89.Name = "template89";
     //
     // tile9
     //
     this.tile9.BackColor = System.Drawing.Color.Moccasin;
     this.tile9.ForeColor = System.Drawing.Color.DimGray;
     this.tile9.Name      = "tile9";
     this.tile9.Symbol    = C1.Win.C1Tile.TileSymbol.Sync;
     this.tile9.Template  = this.template89;
     this.tile9.Text      = "Updates";
     //
     // template42
     //
     this.template42.Description = "Template 4b";
     panelElement34.Alignment    = System.Drawing.ContentAlignment.TopLeft;
     textElement30.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement30.FontSize      = 14F;
     textElement30.Margin        = new System.Windows.Forms.Padding(4, 0, 0, 8);
     textElement31.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement31.Margin        = new System.Windows.Forms.Padding(4, 0, 4, 0);
     textElement31.TextSelector  = C1.Win.C1Tile.TextSelector.Text1;
     textElement32.Alignment     = System.Drawing.ContentAlignment.TopLeft;
     textElement32.Margin        = new System.Windows.Forms.Padding(4, 8, 4, 0);
     textElement32.TextSelector  = C1.Win.C1Tile.TextSelector.Text2;
     panelElement34.Children.Add(textElement30);
     panelElement34.Children.Add(textElement31);
     panelElement34.Children.Add(textElement32);
     panelElement34.ChildSpacing = 0;
     panelElement34.Orientation  = C1.Win.C1Tile.LayoutOrientation.Vertical;
     this.template42.Elements.Add(panelElement34);
     this.template42.Name    = "template42";
     this.template42.Padding = new System.Windows.Forms.Padding(10, 8, 10, 8);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 3000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(632, 434);
     this.Controls.Add(this.c1TileControl1);
     this.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.ForeColor = System.Drawing.Color.White;
     this.Name      = "Form1";
     this.Text      = "Tile Layout Demo";
     this.ResumeLayout(false);
 }
示例#6
0
 /// <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(ImageGallery));
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                = new System.Windows.Forms.Panel();
     this._searchBox            = new System.Windows.Forms.TextBox();
     this.panel2                = new System.Windows.Forms.Panel();
     this._search               = new System.Windows.Forms.PictureBox();
     this.icon_lbl              = new System.Windows.Forms.Label();
     this.save_lbl              = new System.Windows.Forms.Label();
     this._saveimage            = new System.Windows.Forms.PictureBox();
     this.pdf_lbl               = new System.Windows.Forms.Label();
     this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
     this.group1                = new C1.Win.C1Tile.Group();
     this.tile1                 = new C1.Win.C1Tile.Tile();
     this.tile2                 = new C1.Win.C1Tile.Tile();
     this.tile3                 = new C1.Win.C1Tile.Tile();
     this._exportimage          = new System.Windows.Forms.PictureBox();
     this.c1PdfDocument1        = new C1.C1Pdf.C1PdfDocument();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._search)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._saveimage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._exportimage)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin          = new System.Windows.Forms.Padding(2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.icon_lbl);
     this.splitContainer1.Panel2.Controls.Add(this.save_lbl);
     this.splitContainer1.Panel2.Controls.Add(this._saveimage);
     this.splitContainer1.Panel2.Controls.Add(this.pdf_lbl);
     this.splitContainer1.Panel2.Controls.Add(this._imageTileControl);
     this.splitContainer1.Panel2.Controls.Add(this._exportimage);
     this.splitContainer1.Size             = new System.Drawing.Size(762, 753);
     this.splitContainer1.SplitterDistance = 40;
     this.splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(762, 40);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this._searchBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(193, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(279, 34);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // _searchBox
     //
     this._searchBox.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._searchBox.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this._searchBox.Location     = new System.Drawing.Point(15, 9);
     this._searchBox.Name         = "_searchBox";
     this._searchBox.Size         = new System.Drawing.Size(244, 15);
     this._searchBox.TabIndex     = 0;
     this._searchBox.TextChanged += new System.EventHandler(this._searchBox_TextChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this._search);
     this.panel2.Location = new System.Drawing.Point(477, 12);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2, 12, 45, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(40, 16);
     this.panel2.TabIndex = 1;
     //
     // _search
     //
     this._search.Dock     = System.Windows.Forms.DockStyle.Left;
     this._search.Image    = ((System.Drawing.Image)(resources.GetObject("_search.Image")));
     this._search.Location = new System.Drawing.Point(0, 0);
     this._search.Margin   = new System.Windows.Forms.Padding(0);
     this._search.Name     = "_search";
     this._search.Size     = new System.Drawing.Size(40, 16);
     this._search.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this._search.TabIndex = 0;
     this._search.TabStop  = false;
     this._search.Click   += new System.EventHandler(this._search_Click);
     //
     // icon_lbl
     //
     this.icon_lbl.AutoSize = true;
     this.icon_lbl.Location = new System.Drawing.Point(570, 13);
     this.icon_lbl.Name     = "icon_lbl";
     this.icon_lbl.Size     = new System.Drawing.Size(193, 17);
     this.icon_lbl.TabIndex = 6;
     this.icon_lbl.Text     = "Please click on icon to select.";
     this.icon_lbl.Visible  = false;
     //
     // save_lbl
     //
     this.save_lbl.AutoSize = true;
     this.save_lbl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.save_lbl.Location = new System.Drawing.Point(213, 13);
     this.save_lbl.Name     = "save_lbl";
     this.save_lbl.Size     = new System.Drawing.Size(275, 17);
     this.save_lbl.TabIndex = 5;
     this.save_lbl.Text     = "SAVE AS IMAGE TO LOCAL SYSTEM";
     this.save_lbl.Visible  = false;
     //
     // _saveimage
     //
     this._saveimage.Image    = ((System.Drawing.Image)(resources.GetObject("_saveimage.Image")));
     this._saveimage.Location = new System.Drawing.Point(506, 2);
     this._saveimage.Name     = "_saveimage";
     this._saveimage.Size     = new System.Drawing.Size(46, 43);
     this._saveimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this._saveimage.TabIndex = 3;
     this._saveimage.TabStop  = false;
     this._saveimage.Visible  = false;
     this._saveimage.Click   += new System.EventHandler(this._saveimage_Click);
     //
     // pdf_lbl
     //
     this.pdf_lbl.AutoSize = true;
     this.pdf_lbl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pdf_lbl.Location = new System.Drawing.Point(4, 13);
     this.pdf_lbl.Name     = "pdf_lbl";
     this.pdf_lbl.Size     = new System.Drawing.Size(133, 17);
     this.pdf_lbl.TabIndex = 2;
     this.pdf_lbl.Text     = "EXPORT TO PDF";
     this.pdf_lbl.Visible  = false;
     //
     // _imageTileControl
     //
     this._imageTileControl.AllowChecking    = true;
     this._imageTileControl.AllowRearranging = true;
     this._imageTileControl.CellHeight       = 78;
     this._imageTileControl.CellSpacing      = 11;
     this._imageTileControl.CellWidth        = 78;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this._imageTileControl.DefaultTemplate.Elements.Add(panelElement1);
     this._imageTileControl.Groups.Add(this.group1);
     this._imageTileControl.Location               = new System.Drawing.Point(3, 52);
     this._imageTileControl.Name                   = "_imageTileControl";
     this._imageTileControl.Size                   = new System.Drawing.Size(759, 657);
     this._imageTileControl.SurfacePadding         = new System.Windows.Forms.Padding(12, 4, 12, 4);
     this._imageTileControl.SwipeDistance          = 20;
     this._imageTileControl.SwipeRearrangeDistance = 98;
     this._imageTileControl.TabIndex               = 1;
     this._imageTileControl.Visible                = false;
     this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
     this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
     this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint);
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // _exportimage
     //
     this._exportimage.Image    = ((System.Drawing.Image)(resources.GetObject("_exportimage.Image")));
     this._exportimage.Location = new System.Drawing.Point(133, 3);
     this._exportimage.Name     = "_exportimage";
     this._exportimage.Size     = new System.Drawing.Size(64, 43);
     this._exportimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this._exportimage.TabIndex = 0;
     this._exportimage.TabStop  = false;
     this._exportimage.Visible  = false;
     this._exportimage.Click   += new System.EventHandler(this._exportimage_Click);
     this._exportimage.Paint   += new System.Windows.Forms.PaintEventHandler(this._exportimage_Paint);
     //
     // c1PdfDocument1
     //
     this.c1PdfDocument1.DocumentInfo.Author       = "";
     this.c1PdfDocument1.DocumentInfo.CreationDate = new System.DateTime(((long)(0)));
     this.c1PdfDocument1.DocumentInfo.Creator      = "";
     this.c1PdfDocument1.DocumentInfo.Keywords     = "";
     this.c1PdfDocument1.DocumentInfo.Producer     = "ComponentOne C1Pdf";
     this.c1PdfDocument1.DocumentInfo.Subject      = "";
     this.c1PdfDocument1.DocumentInfo.Title        = "";
     this.c1PdfDocument1.MaxHeaderBookmarkLevel    = 0;
     this.c1PdfDocument1.PdfVersion     = "1.3";
     this.c1PdfDocument1.RefDC          = null;
     this.c1PdfDocument1.RotateAngle    = 0F;
     this.c1PdfDocument1.UseFastTextOut = true;
     this.c1PdfDocument1.UseFontShaping = true;
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 729);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(762, 24);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     this.statusStrip1.Visible  = false;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name  = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size  = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     //
     // ImageGallery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(762, 753);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.splitContainer1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 810);
     this.Name          = "ImageGallery";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image Gallery";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._search)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._saveimage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._exportimage)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#7
0
 /// <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(MainForm));
     C1.Win.C1Tile.PanelElement panelElement9  = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement8  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement5   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement imageElement9  = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement10 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement11 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement12 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement10 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement6   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement13 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement14 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.PanelElement panelElement15 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement11 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement7   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.PanelElement panelElement16 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement12 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement8   = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement imageElement13 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement14 = new C1.Win.C1Tile.ImageElement();
     this.c1CmdDock               = new C1.Win.C1Command.C1CommandDock();
     this.dockTabPagePreview      = new C1.Win.C1Command.C1DockingTab();
     this.dockTabPageRptList      = new C1.Win.C1Command.C1DockingTabPage();
     this.pnlRpts                 = new System.Windows.Forms.Panel();
     this.c1tileCntrl             = new C1.Win.C1Tile.C1TileControl();
     this.tileGrp                 = new C1.Win.C1Tile.Group();
     this._reportDefaultTemplate  = new C1.Win.C1Tile.Template();
     this._reportSelectedTemplate = new C1.Win.C1Tile.Template();
     this._tileSelectedTemplate   = new C1.Win.C1Tile.Template();
     this._tileLineTemplate       = new C1.Win.C1Tile.Template();
     this.pnlTabShowHide          = new System.Windows.Forms.Panel();
     this.pbTabShowHide           = new System.Windows.Forms.PictureBox();
     this.pnlPreviewCtl           = new System.Windows.Forms.Panel();
     this.flxViewer               = new C1.Win.FlexViewer.C1FlexViewer();
     ((System.ComponentModel.ISupportInitialize)(this.c1CmdDock)).BeginInit();
     this.c1CmdDock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockTabPagePreview)).BeginInit();
     this.dockTabPagePreview.SuspendLayout();
     this.dockTabPageRptList.SuspendLayout();
     this.pnlRpts.SuspendLayout();
     this.pnlTabShowHide.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbTabShowHide)).BeginInit();
     this.pnlPreviewCtl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flxViewer)).BeginInit();
     this.SuspendLayout();
     //
     // c1CmdDock
     //
     this.c1CmdDock.Controls.Add(this.dockTabPagePreview);
     resources.ApplyResources(this.c1CmdDock, "c1CmdDock");
     this.c1CmdDock.Id   = 0;
     this.c1CmdDock.Name = "c1CmdDock";
     //
     // dockTabPagePreview
     //
     this.dockTabPagePreview.Alignment   = System.Windows.Forms.TabAlignment.Bottom;
     this.dockTabPagePreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dockTabPagePreview.CanAutoHide = true;
     this.dockTabPagePreview.CloseBox    = C1.Win.C1Command.CloseBoxPositionEnum.ActivePage;
     this.dockTabPagePreview.Controls.Add(this.dockTabPageRptList);
     resources.ApplyResources(this.dockTabPagePreview, "dockTabPagePreview");
     this.dockTabPagePreview.Name              = "dockTabPagePreview";
     this.dockTabPagePreview.ShowSingleTab     = false;
     this.dockTabPagePreview.TabLook           = C1.Win.C1Command.ButtonLookFlags.Text;
     this.dockTabPagePreview.TabsCanFocus      = false;
     this.dockTabPagePreview.TabSizeMode       = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.dockTabPagePreview.TabsShowFocusCues = false;
     this.dockTabPagePreview.TabsSpacing       = 5;
     this.dockTabPagePreview.TabStyle          = C1.Win.C1Command.TabStyleEnum.Office2007;
     this.dockTabPagePreview.VisualStyle       = C1.Win.C1Command.VisualStyle.Office2007Blue;
     this.dockTabPagePreview.VisualStyleBase   = C1.Win.C1Command.VisualStyle.Office2007Blue;
     //
     // dockTabPageRptList
     //
     this.dockTabPageRptList.BackColor = System.Drawing.Color.White;
     this.dockTabPageRptList.Controls.Add(this.pnlRpts);
     this.dockTabPageRptList.Controls.Add(this.pnlTabShowHide);
     resources.ApplyResources(this.dockTabPageRptList, "dockTabPageRptList");
     this.dockTabPageRptList.Name         = "dockTabPageRptList";
     this.dockTabPageRptList.TabBackColor = System.Drawing.Color.Transparent;
     //
     // pnlRpts
     //
     resources.ApplyResources(this.pnlRpts, "pnlRpts");
     this.pnlRpts.BackColor = System.Drawing.Color.Transparent;
     this.pnlRpts.Controls.Add(this.c1tileCntrl);
     this.pnlRpts.Name = "pnlRpts";
     //
     // c1tileCntrl
     //
     this.c1tileCntrl.BackColor        = System.Drawing.Color.White;
     this.c1tileCntrl.CausesValidation = false;
     resources.ApplyResources(this.c1tileCntrl, "c1tileCntrl");
     this.c1tileCntrl.Cursor = System.Windows.Forms.Cursors.Default;
     //
     //
     //
     panelElement9.Alignment           = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement8.Alignment           = System.Drawing.ContentAlignment.TopLeft;
     imageElement8.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement8.FixedHeight         = 50;
     imageElement8.FixedWidth          = 30;
     resources.ApplyResources(imageElement8, "imageElement8");
     resources.ApplyResources(textElement5, "textElement5");
     panelElement9.Children.Add(imageElement8);
     panelElement9.Children.Add(textElement5);
     panelElement9.Dock = System.Windows.Forms.DockStyle.Fill;
     resources.ApplyResources(panelElement9, "panelElement9");
     imageElement9.Alignment           = System.Drawing.ContentAlignment.MiddleRight;
     imageElement9.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleCenter;
     imageElement9.FixedHeight         = 20;
     imageElement9.FixedWidth          = 20;
     imageElement9.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image1;
     resources.ApplyResources(imageElement9, "imageElement9");
     this.c1tileCntrl.DefaultTemplate.Elements.Add(panelElement9);
     this.c1tileCntrl.DefaultTemplate.Elements.Add(imageElement9);
     this.c1tileCntrl.ForeColor = System.Drawing.Color.Gray;
     this.c1tileCntrl.Groups.Add(this.tileGrp);
     this.c1tileCntrl.Name        = "c1tileCntrl";
     this.c1tileCntrl.Orientation = C1.Win.C1Tile.LayoutOrientation.Vertical;
     this.c1tileCntrl.Templates.Add(this._reportDefaultTemplate);
     this.c1tileCntrl.Templates.Add(this._reportSelectedTemplate);
     this.c1tileCntrl.Templates.Add(this._tileSelectedTemplate);
     this.c1tileCntrl.Templates.Add(this._tileLineTemplate);
     this.c1tileCntrl.UncheckTilesOnClick = false;
     this.c1tileCntrl.MouseLeave         += new System.EventHandler(this.TileControl_MouseLeave);
     this.c1tileCntrl.MouseMove          += new System.Windows.Forms.MouseEventHandler(this.TileControl_MouseMove);
     //
     // tileGrp
     //
     this.tileGrp.Name = "tileGrp";
     //
     // _reportDefaultTemplate
     //
     resources.ApplyResources(this._reportDefaultTemplate, "_reportDefaultTemplate");
     this._reportDefaultTemplate.BackColorSelector   = C1.Win.C1Tile.BackColorSelector.Unbound;
     this._reportDefaultTemplate.DefaultVerticalSize = 5;
     this._reportDefaultTemplate.Description         = "Report tiles";
     resources.ApplyResources(panelElement10, "panelElement10");
     panelElement11.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     resources.ApplyResources(panelElement11, "panelElement11");
     resources.ApplyResources(panelElement12, "panelElement12");
     imageElement10.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement10.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.ScaleInner;
     panelElement12.Children.Add(imageElement10);
     panelElement12.Description = "Page image fill.";
     panelElement12.FixedHeight = 100;
     panelElement12.FixedWidth  = 100;
     textElement6.Alignment     = System.Drawing.ContentAlignment.MiddleRight;
     resources.ApplyResources(textElement6, "textElement6");
     textElement6.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     panelElement11.Children.Add(panelElement12);
     panelElement11.Children.Add(textElement6);
     panelElement11.Dock = System.Windows.Forms.DockStyle.Fill;
     panelElement10.Children.Add(panelElement11);
     panelElement10.Description = "Border around tile";
     panelElement10.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._reportDefaultTemplate.Elements.Add(panelElement10);
     this._reportDefaultTemplate.Name = "_reportDefaultTemplate";
     //
     // _reportSelectedTemplate
     //
     resources.ApplyResources(this._reportSelectedTemplate, "_reportSelectedTemplate");
     this._reportSelectedTemplate.BackColorSelector   = C1.Win.C1Tile.BackColorSelector.Unbound;
     this._reportSelectedTemplate.DefaultVerticalSize = 5;
     this._reportSelectedTemplate.Description         = "New Template";
     resources.ApplyResources(panelElement13, "panelElement13");
     panelElement14.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     resources.ApplyResources(panelElement14, "panelElement14");
     resources.ApplyResources(panelElement15, "panelElement15");
     imageElement11.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement11.ImageLayout         = C1.Win.C1Tile.ForeImageLayout.ScaleInner;
     panelElement15.Children.Add(imageElement11);
     panelElement15.Description = "Page image fill.";
     panelElement15.FixedHeight = 100;
     panelElement15.FixedWidth  = 100;
     textElement7.Alignment     = System.Drawing.ContentAlignment.MiddleRight;
     resources.ApplyResources(textElement7, "textElement7");
     textElement7.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     panelElement14.Children.Add(panelElement15);
     panelElement14.Children.Add(textElement7);
     panelElement14.Dock = System.Windows.Forms.DockStyle.Fill;
     panelElement13.Children.Add(panelElement14);
     panelElement13.Dock = System.Windows.Forms.DockStyle.Fill;
     this._reportSelectedTemplate.Elements.Add(panelElement13);
     this._reportSelectedTemplate.Name = "_reportSelectedTemplate";
     //
     // _tileSelectedTemplate
     //
     this._tileSelectedTemplate.Description = "Selected category";
     resources.ApplyResources(panelElement16, "panelElement16");
     imageElement12.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement12.FixedHeight         = 50;
     imageElement12.FixedWidth          = 30;
     resources.ApplyResources(imageElement12, "imageElement12");
     textElement8.Alignment           = System.Drawing.ContentAlignment.MiddleLeft;
     textElement8.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleLeft;
     textElement8.BackColorSelector   = C1.Win.C1Tile.BackColorSelector.Unbound;
     resources.ApplyResources(textElement8, "textElement8");
     panelElement16.Children.Add(imageElement12);
     panelElement16.Children.Add(textElement8);
     panelElement16.Dock                = System.Windows.Forms.DockStyle.Fill;
     imageElement13.Alignment           = System.Drawing.ContentAlignment.MiddleRight;
     imageElement13.AlignmentOfContents = System.Drawing.ContentAlignment.MiddleCenter;
     imageElement13.FixedHeight         = 20;
     imageElement13.FixedWidth          = 20;
     imageElement13.ImageSelector       = C1.Win.C1Tile.ImageSelector.Image1;
     resources.ApplyResources(imageElement13, "imageElement13");
     this._tileSelectedTemplate.Elements.Add(panelElement16);
     this._tileSelectedTemplate.Elements.Add(imageElement13);
     this._tileSelectedTemplate.Name = "_tileSelectedTemplate";
     //
     // _tileLineTemplate
     //
     resources.ApplyResources(this._tileLineTemplate, "_tileLineTemplate");
     this._tileLineTemplate.Description = "Separator";
     imageElement14.Alignment           = System.Drawing.ContentAlignment.MiddleLeft;
     imageElement14.FixedHeight         = 5;
     imageElement14.FixedWidth          = 202;
     imageElement14.Image         = ((System.Drawing.Image)(resources.GetObject("imageElement14.Image")));
     imageElement14.ImageLayout   = C1.Win.C1Tile.ForeImageLayout.Stretch;
     imageElement14.ImageSelector = C1.Win.C1Tile.ImageSelector.Unbound;
     this._tileLineTemplate.Elements.Add(imageElement14);
     this._tileLineTemplate.Enabled = false;
     this._tileLineTemplate.Name    = "_tileLineTemplate";
     //
     // pnlTabShowHide
     //
     this.pnlTabShowHide.Controls.Add(this.pbTabShowHide);
     resources.ApplyResources(this.pnlTabShowHide, "pnlTabShowHide");
     this.pnlTabShowHide.Name = "pnlTabShowHide";
     //
     // pbTabShowHide
     //
     this.pbTabShowHide.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.pbTabShowHide, "pbTabShowHide");
     this.pbTabShowHide.Name    = "pbTabShowHide";
     this.pbTabShowHide.TabStop = false;
     this.pbTabShowHide.Click  += new System.EventHandler(this.PbTabShowHide_Click);
     //
     // pnlPreviewCtl
     //
     this.pnlPreviewCtl.Controls.Add(this.flxViewer);
     resources.ApplyResources(this.pnlPreviewCtl, "pnlPreviewCtl");
     this.pnlPreviewCtl.Name = "pnlPreviewCtl";
     //
     // flxViewer
     //
     resources.ApplyResources(this.flxViewer, "flxViewer");
     this.flxViewer.Name     = "flxViewer";
     this.flxViewer.ZoomMode = C1.Win.FlexViewer.FlexViewerZoomMode.PageWidth;
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pnlPreviewCtl);
     this.Controls.Add(this.c1CmdDock);
     this.KeyPreview = true;
     this.Name       = "MainForm";
     ((System.ComponentModel.ISupportInitialize)(this.c1CmdDock)).EndInit();
     this.c1CmdDock.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dockTabPagePreview)).EndInit();
     this.dockTabPagePreview.ResumeLayout(false);
     this.dockTabPageRptList.ResumeLayout(false);
     this.pnlRpts.ResumeLayout(false);
     this.pnlTabShowHide.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbTabShowHide)).EndInit();
     this.pnlPreviewCtl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flxViewer)).EndInit();
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement    panelElement1    = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement     textElement1     = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.TextElement     textElement2     = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement    imageElement1    = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PropertyMapping propertyMapping1 = new C1.Win.C1Tile.PropertyMapping();
     C1.Win.C1Tile.PropertyMapping propertyMapping2 = new C1.Win.C1Tile.PropertyMapping();
     C1.Win.C1Tile.PropertyMapping propertyMapping3 = new C1.Win.C1Tile.PropertyMapping();
     C1.Win.C1Tile.PropertyMapping propertyMapping4 = new C1.Win.C1Tile.PropertyMapping();
     C1.Win.C1Tile.PropertyMapping propertyMapping5 = new C1.Win.C1Tile.PropertyMapping();
     C1.Win.C1Tile.PropertyMapping propertyMapping6 = new C1.Win.C1Tile.PropertyMapping();
     this.dataSet11             = new DataBound.DataSet1();
     this.oleDbSelectCommand1   = new System.Data.OleDb.OleDbCommand();
     this.productsConnection    = new System.Data.OleDb.OleDbConnection();
     this.productsDataAdapter   = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbSelectCommand2   = new System.Data.OleDb.OleDbCommand();
     this.categoriesDataAdapter = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbSelectCommand3   = new System.Data.OleDb.OleDbCommand();
     this.suppliersDataAdapter  = new System.Data.OleDb.OleDbDataAdapter();
     this.c1TileControl1        = new C1.Win.C1Tile.C1TileControl();
     this.group1        = new C1.Win.C1Tile.Group();
     this.tile1         = new C1.Win.C1Tile.Tile();
     this.tile2         = new C1.Win.C1Tile.Tile();
     this.tile3         = new C1.Win.C1Tile.Tile();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.productIDDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productNameDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.supplierIDDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.categoryIDDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.discontinuedDataGridViewCheckBoxColumn   = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.quantityPerUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unitPriceDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unitsInStockDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unitsOnOrderDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reorderLevelDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // oleDbSelectCommand1
     //
     this.oleDbSelectCommand1.CommandText = "SELECT        Products.*\r\nFROM            Products";
     this.oleDbSelectCommand1.Connection  = this.productsConnection;
     //
     // productsConnection
     //
     this.productsConnection.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\"C:\\Users\\Andrey\\Documents\\Component" +
                                                "One Samples\\Common\\C1NWind.mdb\"";
     //
     // productsDataAdapter
     //
     this.productsDataAdapter.SelectCommand = this.oleDbSelectCommand1;
     this.productsDataAdapter.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Products", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("ProductID", "ProductID"),
             new System.Data.Common.DataColumnMapping("ProductName", "ProductName"),
             new System.Data.Common.DataColumnMapping("SupplierID", "SupplierID"),
             new System.Data.Common.DataColumnMapping("CategoryID", "CategoryID"),
             new System.Data.Common.DataColumnMapping("QuantityPerUnit", "QuantityPerUnit"),
             new System.Data.Common.DataColumnMapping("UnitPrice", "UnitPrice"),
             new System.Data.Common.DataColumnMapping("UnitsInStock", "UnitsInStock"),
             new System.Data.Common.DataColumnMapping("UnitsOnOrder", "UnitsOnOrder"),
             new System.Data.Common.DataColumnMapping("ReorderLevel", "ReorderLevel"),
             new System.Data.Common.DataColumnMapping("Discontinued", "Discontinued")
         })
     });
     //
     // oleDbSelectCommand2
     //
     this.oleDbSelectCommand2.CommandText = "SELECT        Categories.*\r\nFROM            Categories";
     this.oleDbSelectCommand2.Connection  = this.productsConnection;
     //
     // categoriesDataAdapter
     //
     this.categoriesDataAdapter.SelectCommand = this.oleDbSelectCommand2;
     this.categoriesDataAdapter.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Categories", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("CategoryID", "CategoryID"),
             new System.Data.Common.DataColumnMapping("CategoryName", "CategoryName"),
             new System.Data.Common.DataColumnMapping("Description", "Description"),
             new System.Data.Common.DataColumnMapping("Picture", "Picture")
         })
     });
     //
     // oleDbSelectCommand3
     //
     this.oleDbSelectCommand3.CommandText = "SELECT        Suppliers.*\r\nFROM            Suppliers";
     this.oleDbSelectCommand3.Connection  = this.productsConnection;
     //
     // suppliersDataAdapter
     //
     this.suppliersDataAdapter.SelectCommand = this.oleDbSelectCommand3;
     this.suppliersDataAdapter.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Suppliers", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("SupplierID", "SupplierID"),
             new System.Data.Common.DataColumnMapping("CompanyName", "CompanyName"),
             new System.Data.Common.DataColumnMapping("ContactName", "ContactName"),
             new System.Data.Common.DataColumnMapping("ContactTitle", "ContactTitle"),
             new System.Data.Common.DataColumnMapping("Address", "Address"),
             new System.Data.Common.DataColumnMapping("City", "City"),
             new System.Data.Common.DataColumnMapping("Region", "Region"),
             new System.Data.Common.DataColumnMapping("PostalCode", "PostalCode"),
             new System.Data.Common.DataColumnMapping("Country", "Country"),
             new System.Data.Common.DataColumnMapping("Phone", "Phone"),
             new System.Data.Common.DataColumnMapping("Fax", "Fax"),
             new System.Data.Common.DataColumnMapping("HomePage", "HomePage")
         })
     });
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking    = true;
     this.c1TileControl1.AllowRearranging = true;
     this.c1TileControl1.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.c1TileControl1.BackColor  = System.Drawing.Color.White;
     this.c1TileControl1.CellHeight = 68;
     this.c1TileControl1.CellWidth  = 180;
     this.c1TileControl1.DataMember = "Products";
     this.c1TileControl1.DataSource = this.dataSet11;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.TopLeft;
     textElement1.FontBold   = C1.Win.C1Tile.ThreeStateBoolean.True;
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin           = new System.Windows.Forms.Padding(10, 6, 10, 6);
     textElement2.Alignment         = System.Drawing.ContentAlignment.BottomLeft;
     textElement2.FontItalic        = C1.Win.C1Tile.ThreeStateBoolean.True;
     textElement2.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     textElement2.ForeColorSelector = C1.Win.C1Tile.ForeColorSelector.Unbound;
     textElement2.Margin            = new System.Windows.Forms.Padding(10, 6, 10, 6);
     textElement2.TextSelector      = C1.Win.C1Tile.TextSelector.Text1;
     imageElement1.Alignment        = System.Drawing.ContentAlignment.BottomRight;
     imageElement1.Image            = global::DataBound.Properties.Resources.flags;
     imageElement1.ImageRows        = 17;
     imageElement1.ImageSelector    = C1.Win.C1Tile.ImageSelector.Unbound;
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     this.c1TileControl1.DefaultTemplate.Elements.Add(textElement2);
     this.c1TileControl1.DefaultTemplate.Elements.Add(imageElement1);
     this.c1TileControl1.FocusedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(104)))), ((int)(((byte)(197)))));
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.GroupTextSize     = 14F;
     this.c1TileControl1.Location          = new System.Drawing.Point(12, 12);
     this.c1TileControl1.Name              = "c1TileControl1";
     this.c1TileControl1.Padding           = new System.Windows.Forms.Padding(0, 48, 0, 0);
     propertyMapping1.DataField            = "ProductID";
     propertyMapping1.TileProperty         = C1.Win.C1Tile.TileProperty.Tag;
     propertyMapping2.DataField            = "CategoryID";
     propertyMapping2.Lookup.DataSource    = this.dataSet11;
     propertyMapping2.Lookup.DisplayMember = "Categories.CategoryName";
     propertyMapping2.Lookup.ValueMember   = "Categories.CategoryID";
     propertyMapping2.TileProperty         = C1.Win.C1Tile.TileProperty.Group;
     propertyMapping3.DataField            = "ProductName";
     propertyMapping3.TileProperty         = C1.Win.C1Tile.TileProperty.Text;
     propertyMapping4.DataField            = "SupplierID";
     propertyMapping4.Lookup.DataSource    = this.dataSet11;
     propertyMapping4.Lookup.DisplayMember = "Suppliers.Country";
     propertyMapping4.Lookup.ValueMember   = "Suppliers.SupplierID";
     propertyMapping4.TileProperty         = C1.Win.C1Tile.TileProperty.Text1;
     propertyMapping5.DataField            = "SupplierID";
     propertyMapping5.Lookup.DataSource    = this.dataSet11;
     propertyMapping5.Lookup.DisplayMember = "Suppliers.Country";
     propertyMapping5.Lookup.ValueMember   = "Suppliers.SupplierID";
     propertyMapping5.TileProperty         = C1.Win.C1Tile.TileProperty.IntValue;
     propertyMapping6.DataField            = "Discontinued";
     propertyMapping6.TileProperty         = C1.Win.C1Tile.TileProperty.BackColor;
     this.c1TileControl1.PropertyMappings.Add(propertyMapping1);
     this.c1TileControl1.PropertyMappings.Add(propertyMapping2);
     this.c1TileControl1.PropertyMappings.Add(propertyMapping3);
     this.c1TileControl1.PropertyMappings.Add(propertyMapping4);
     this.c1TileControl1.PropertyMappings.Add(propertyMapping5);
     this.c1TileControl1.PropertyMappings.Add(propertyMapping6);
     this.c1TileControl1.ScrollBarStyle = C1.Win.C1Tile.ScrollBarStyle.System;
     this.c1TileControl1.Size           = new System.Drawing.Size(782, 348);
     this.c1TileControl1.TabIndex       = 0;
     this.c1TileControl1.Text           = "Products (by Categories)";
     this.c1TileControl1.TextBold       = C1.Win.C1Tile.ThreeStateBoolean.True;
     this.c1TileControl1.TextSize       = 18F;
     this.c1TileControl1.TextY          = 14;
     this.c1TileControl1.TileClicked   += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this.c1TileControl1_TileClicked);
     this.c1TileControl1.FormatValue   += new System.EventHandler <C1.Win.C1Tile.FormatValueEventArgs>(this.c1TileControl1_FormatValue);
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "Group 1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.productIDDataGridViewTextBoxColumn,
         this.productNameDataGridViewTextBoxColumn,
         this.supplierIDDataGridViewTextBoxColumn,
         this.categoryIDDataGridViewTextBoxColumn,
         this.discontinuedDataGridViewCheckBoxColumn,
         this.quantityPerUnitDataGridViewTextBoxColumn,
         this.unitPriceDataGridViewTextBoxColumn,
         this.unitsInStockDataGridViewTextBoxColumn,
         this.unitsOnOrderDataGridViewTextBoxColumn,
         this.reorderLevelDataGridViewTextBoxColumn
     });
     this.dataGridView1.DataMember = "Products";
     this.dataGridView1.DataSource = this.dataSet11;
     this.dataGridView1.Location   = new System.Drawing.Point(12, 372);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.Size       = new System.Drawing.Size(782, 176);
     this.dataGridView1.TabIndex   = 1;
     //
     // productIDDataGridViewTextBoxColumn
     //
     this.productIDDataGridViewTextBoxColumn.DataPropertyName = "ProductID";
     this.productIDDataGridViewTextBoxColumn.HeaderText       = "ProductID";
     this.productIDDataGridViewTextBoxColumn.Name             = "productIDDataGridViewTextBoxColumn";
     this.productIDDataGridViewTextBoxColumn.Width            = 70;
     //
     // productNameDataGridViewTextBoxColumn
     //
     this.productNameDataGridViewTextBoxColumn.DataPropertyName = "ProductName";
     this.productNameDataGridViewTextBoxColumn.HeaderText       = "ProductName";
     this.productNameDataGridViewTextBoxColumn.Name             = "productNameDataGridViewTextBoxColumn";
     this.productNameDataGridViewTextBoxColumn.Width            = 200;
     //
     // supplierIDDataGridViewTextBoxColumn
     //
     this.supplierIDDataGridViewTextBoxColumn.DataPropertyName = "SupplierID";
     this.supplierIDDataGridViewTextBoxColumn.DataSource       = this.dataSet11;
     this.supplierIDDataGridViewTextBoxColumn.DisplayMember    = "Suppliers.CompanyName";
     this.supplierIDDataGridViewTextBoxColumn.HeaderText       = "SupplierID";
     this.supplierIDDataGridViewTextBoxColumn.Name             = "supplierIDDataGridViewTextBoxColumn";
     this.supplierIDDataGridViewTextBoxColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.supplierIDDataGridViewTextBoxColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.supplierIDDataGridViewTextBoxColumn.ValueMember      = "Suppliers.SupplierID";
     this.supplierIDDataGridViewTextBoxColumn.Width            = 200;
     //
     // categoryIDDataGridViewTextBoxColumn
     //
     this.categoryIDDataGridViewTextBoxColumn.DataPropertyName = "CategoryID";
     this.categoryIDDataGridViewTextBoxColumn.DataSource       = this.dataSet11;
     this.categoryIDDataGridViewTextBoxColumn.DisplayMember    = "Categories.CategoryName";
     this.categoryIDDataGridViewTextBoxColumn.HeaderText       = "CategoryID";
     this.categoryIDDataGridViewTextBoxColumn.Name             = "categoryIDDataGridViewTextBoxColumn";
     this.categoryIDDataGridViewTextBoxColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.categoryIDDataGridViewTextBoxColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.categoryIDDataGridViewTextBoxColumn.ValueMember      = "Categories.CategoryID";
     this.categoryIDDataGridViewTextBoxColumn.Width            = 140;
     //
     // discontinuedDataGridViewCheckBoxColumn
     //
     this.discontinuedDataGridViewCheckBoxColumn.DataPropertyName = "Discontinued";
     this.discontinuedDataGridViewCheckBoxColumn.HeaderText       = "Discontinued";
     this.discontinuedDataGridViewCheckBoxColumn.Name             = "discontinuedDataGridViewCheckBoxColumn";
     //
     // quantityPerUnitDataGridViewTextBoxColumn
     //
     this.quantityPerUnitDataGridViewTextBoxColumn.DataPropertyName = "QuantityPerUnit";
     this.quantityPerUnitDataGridViewTextBoxColumn.HeaderText       = "QuantityPerUnit";
     this.quantityPerUnitDataGridViewTextBoxColumn.Name             = "quantityPerUnitDataGridViewTextBoxColumn";
     this.quantityPerUnitDataGridViewTextBoxColumn.Width            = 200;
     //
     // unitPriceDataGridViewTextBoxColumn
     //
     this.unitPriceDataGridViewTextBoxColumn.DataPropertyName = "UnitPrice";
     this.unitPriceDataGridViewTextBoxColumn.HeaderText       = "UnitPrice";
     this.unitPriceDataGridViewTextBoxColumn.Name             = "unitPriceDataGridViewTextBoxColumn";
     //
     // unitsInStockDataGridViewTextBoxColumn
     //
     this.unitsInStockDataGridViewTextBoxColumn.DataPropertyName = "UnitsInStock";
     this.unitsInStockDataGridViewTextBoxColumn.HeaderText       = "UnitsInStock";
     this.unitsInStockDataGridViewTextBoxColumn.Name             = "unitsInStockDataGridViewTextBoxColumn";
     //
     // unitsOnOrderDataGridViewTextBoxColumn
     //
     this.unitsOnOrderDataGridViewTextBoxColumn.DataPropertyName = "UnitsOnOrder";
     this.unitsOnOrderDataGridViewTextBoxColumn.HeaderText       = "UnitsOnOrder";
     this.unitsOnOrderDataGridViewTextBoxColumn.Name             = "unitsOnOrderDataGridViewTextBoxColumn";
     //
     // reorderLevelDataGridViewTextBoxColumn
     //
     this.reorderLevelDataGridViewTextBoxColumn.DataPropertyName = "ReorderLevel";
     this.reorderLevelDataGridViewTextBoxColumn.HeaderText       = "ReorderLevel";
     this.reorderLevelDataGridViewTextBoxColumn.Name             = "reorderLevelDataGridViewTextBoxColumn";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.DimGray;
     this.ClientSize          = new System.Drawing.Size(806, 560);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.c1TileControl1);
     this.Font  = new System.Drawing.Font("Segoe UI", 9F);
     this.Name  = "Form1";
     this.Text  = "Filling Tiles from DataSource";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
示例#9
0
 /// <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();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement2 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     C1.Win.C1Tile.ImageElement imageElement3 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement4 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement5 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement2 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement6 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.PanelElement panelElement3 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement7 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.ImageElement imageElement8 = new C1.Win.C1Tile.ImageElement();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.c1TileControl1 = new C1.Win.C1Tile.C1TileControl();
     this.group1         = new C1.Win.C1Tile.Group();
     this.tile1          = new C1.Win.C1Tile.Tile();
     this.template1      = new C1.Win.C1Tile.Template();
     this.tile2          = new C1.Win.C1Tile.Tile();
     this.tile3          = new C1.Win.C1Tile.Tile();
     this.group2         = new C1.Win.C1Tile.Group();
     this.tile4          = new C1.Win.C1Tile.Tile();
     this.template2      = new C1.Win.C1Tile.Template();
     this.tile5          = new C1.Win.C1Tile.Tile();
     this.tile6          = new C1.Win.C1Tile.Tile();
     this.group3         = new C1.Win.C1Tile.Group();
     this.tile7          = new C1.Win.C1Tile.Tile();
     this.template3      = new C1.Win.C1Tile.Template();
     this.tile8          = new C1.Win.C1Tile.Tile();
     this.tile9          = new C1.Win.C1Tile.Tile();
     this.group4         = new C1.Win.C1Tile.Group();
     this.tile10         = new C1.Win.C1Tile.Tile();
     this.template4      = new C1.Win.C1Tile.Template();
     this.tile11         = new C1.Win.C1Tile.Tile();
     this.tile12         = new C1.Win.C1Tile.Tile();
     this.group5         = new C1.Win.C1Tile.Group();
     this.tile13         = new C1.Win.C1Tile.Tile();
     this.template5      = new C1.Win.C1Tile.Template();
     this.tile14         = new C1.Win.C1Tile.Tile();
     this.tile15         = new C1.Win.C1Tile.Tile();
     this.group6         = new C1.Win.C1Tile.Group();
     this.tile16         = new C1.Win.C1Tile.Tile();
     this.template6      = new C1.Win.C1Tile.Template();
     this.tile17         = new C1.Win.C1Tile.Tile();
     this.tile18         = new C1.Win.C1Tile.Tile();
     this.group7         = new C1.Win.C1Tile.Group();
     this.tile19         = new C1.Win.C1Tile.Tile();
     this.template7      = new C1.Win.C1Tile.Template();
     this.tile20         = new C1.Win.C1Tile.Tile();
     this.tile21         = new C1.Win.C1Tile.Tile();
     this.group8         = new C1.Win.C1Tile.Group();
     this.tile22         = new C1.Win.C1Tile.Tile();
     this.template8      = new C1.Win.C1Tile.Template();
     this.tile23         = new C1.Win.C1Tile.Tile();
     this.tile24         = new C1.Win.C1Tile.Tile();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // c1TileControl1
     //
     this.c1TileControl1.AutomaticLayout           = false;
     this.c1TileControl1.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(96)))));
     this.c1TileControl1.CellHeight                = 50;
     this.c1TileControl1.CellWidth                 = 50;
     this.c1TileControl1.CommonImage1.Image        = global::TileImages.Properties.Resources.Images;
     this.c1TileControl1.CommonImage1.ImageColumns = 3;
     this.c1TileControl1.CommonImage1.ImageRows    = 2;
     //
     //
     //
     this.c1TileControl1.DefaultTemplate.Elements.Add(imageElement1);
     this.c1TileControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.c1TileControl1.ForeColor      = System.Drawing.Color.LightSalmon;
     this.c1TileControl1.GroupForeColor = System.Drawing.Color.White;
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.Groups.Add(this.group2);
     this.c1TileControl1.Groups.Add(this.group3);
     this.c1TileControl1.Groups.Add(this.group4);
     this.c1TileControl1.Groups.Add(this.group5);
     this.c1TileControl1.Groups.Add(this.group6);
     this.c1TileControl1.Groups.Add(this.group7);
     this.c1TileControl1.Groups.Add(this.group8);
     this.c1TileControl1.GroupTextSize         = 12F;
     this.c1TileControl1.ImageList             = this.imageList1;
     this.c1TileControl1.Location              = new System.Drawing.Point(0, 0);
     this.c1TileControl1.Name                  = "c1TileControl1";
     this.c1TileControl1.Orientation           = C1.Win.C1Tile.LayoutOrientation.Vertical;
     this.c1TileControl1.PassthroughNavigation = true;
     this.c1TileControl1.Size                  = new System.Drawing.Size(632, 428);
     this.c1TileControl1.TabIndex              = 0;
     this.c1TileControl1.Templates.Add(this.template1);
     this.c1TileControl1.Templates.Add(this.template2);
     this.c1TileControl1.Templates.Add(this.template3);
     this.c1TileControl1.Templates.Add(this.template4);
     this.c1TileControl1.Templates.Add(this.template5);
     this.c1TileControl1.Templates.Add(this.template6);
     this.c1TileControl1.Templates.Add(this.template7);
     this.c1TileControl1.Templates.Add(this.template8);
     this.c1TileControl1.Text          = "How to display an image on the Tile";
     this.c1TileControl1.TextSize      = 18F;
     this.c1TileControl1.TileBackColor = System.Drawing.Color.IndianRed;
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "1. Use the Tile.Image property";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.HorizontalSize = 3;
     this.tile1.Image          = global::TileImages.Properties.Resources.Brush;
     this.tile1.Name           = "tile1";
     this.tile1.Template       = this.template1;
     //
     // template1
     //
     this.template1.BackColor         = System.Drawing.Color.SteelBlue;
     this.template1.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template1.Description       = "Template 1";
     this.template1.Elements.Add(imageElement2);
     this.template1.Elements.Add(panelElement1);
     this.template1.Elements.Add(textElement1);
     this.template1.Name = "template1";
     //
     // tile2
     //
     this.tile2.HorizontalSize = 3;
     this.tile2.Image          = global::TileImages.Properties.Resources.Book;
     this.tile2.LeftCell       = 4;
     this.tile2.Name           = "tile2";
     this.tile2.Template       = this.template1;
     //
     // tile3
     //
     this.tile3.HorizontalSize = 3;
     this.tile3.Image          = global::TileImages.Properties.Resources.Bitmap;
     this.tile3.LeftCell       = 7;
     this.tile3.Name           = "tile3";
     this.tile3.Template       = this.template1;
     //
     // group2
     //
     this.group2.Name = "group2";
     this.group2.Text = "2. Use the Tile.ImageKey property and the ImageList component";
     this.group2.Tiles.Add(this.tile4);
     this.group2.Tiles.Add(this.tile5);
     this.group2.Tiles.Add(this.tile6);
     //
     // tile4
     //
     this.tile4.HorizontalSize = 3;
     this.tile4.ImageKey       = "Setup.png";
     this.tile4.Name           = "tile4";
     this.tile4.Template       = this.template2;
     //
     // template2
     //
     this.template2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.template2.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template2.Description       = "Template 2";
     this.template2.Elements.Add(imageElement3);
     this.template2.Name = "template2";
     //
     // tile5
     //
     this.tile5.HorizontalSize = 3;
     this.tile5.ImageKey       = "History.png";
     this.tile5.LeftCell       = 4;
     this.tile5.Name           = "tile5";
     this.tile5.Template       = this.template2;
     //
     // tile6
     //
     this.tile6.HorizontalSize = 3;
     this.tile6.ImageKey       = "ColorGallery1.png";
     this.tile6.LeftCell       = 7;
     this.tile6.Name           = "tile6";
     this.tile6.Template       = this.template2;
     //
     // group3
     //
     this.group3.Name = "group3";
     this.group3.Text = "3. Use the Tile.Symbol property";
     this.group3.Tiles.Add(this.tile7);
     this.group3.Tiles.Add(this.tile8);
     this.group3.Tiles.Add(this.tile9);
     //
     // tile7
     //
     this.tile7.HorizontalSize = 3;
     this.tile7.Name           = "tile7";
     this.tile7.Symbol         = C1.Win.C1Tile.TileSymbol.RunAsOtherUser;
     this.tile7.Template       = this.template3;
     //
     // template3
     //
     this.template3.BackColor         = System.Drawing.Color.MediumOrchid;
     this.template3.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template3.Description       = "Template 3";
     imageElement4.ImageSelector      = C1.Win.C1Tile.ImageSelector.Symbol;
     imageElement4.SymbolSize         = C1.Win.C1Tile.SymbolSize.Image40x40;
     this.template3.Elements.Add(imageElement4);
     this.template3.Name = "template3";
     //
     // tile8
     //
     this.tile8.HorizontalSize = 3;
     this.tile8.LeftCell       = 4;
     this.tile8.Name           = "tile8";
     this.tile8.Symbol         = C1.Win.C1Tile.TileSymbol.RunAsAdmin;
     this.tile8.Template       = this.template3;
     //
     // tile9
     //
     this.tile9.HorizontalSize = 3;
     this.tile9.LeftCell       = 7;
     this.tile9.Name           = "tile9";
     this.tile9.Symbol         = C1.Win.C1Tile.TileSymbol.RunAsService;
     this.tile9.Template       = this.template3;
     //
     // group4
     //
     this.group4.Name = "group4";
     this.group4.Text = "4. Assign a compound image to the ImageElement.Image property";
     this.group4.Tiles.Add(this.tile10);
     this.group4.Tiles.Add(this.tile11);
     this.group4.Tiles.Add(this.tile12);
     //
     // tile10
     //
     this.tile10.HorizontalSize = 3;
     this.tile10.Name           = "tile10";
     this.tile10.Template       = this.template4;
     //
     // template4
     //
     this.template4.BackColor         = System.Drawing.Color.LightGray;
     this.template4.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template4.Description       = "Template 4";
     imageElement5.Image         = global::TileImages.Properties.Resources.Images;
     imageElement5.ImageColumns  = 3;
     imageElement5.ImageRows     = 2;
     imageElement5.ImageSelector = C1.Win.C1Tile.ImageSelector.Unbound;
     this.template4.Elements.Add(imageElement5);
     this.template4.Name = "template4";
     //
     // tile11
     //
     this.tile11.HorizontalSize = 3;
     this.tile11.IntValue1      = 1;
     this.tile11.LeftCell       = 4;
     this.tile11.Name           = "tile11";
     this.tile11.Template       = this.template4;
     //
     // tile12
     //
     this.tile12.HorizontalSize = 3;
     this.tile12.IntValue       = 1;
     this.tile12.IntValue1      = 2;
     this.tile12.LeftCell       = 7;
     this.tile12.Name           = "tile12";
     this.tile12.Template       = this.template4;
     //
     // group5
     //
     this.group5.Name = "group5";
     this.group5.Text = "5. Set the ImageElement.ImageSelector property to \'Numbers\'";
     this.group5.Tiles.Add(this.tile13);
     this.group5.Tiles.Add(this.tile14);
     this.group5.Tiles.Add(this.tile15);
     //
     // tile13
     //
     this.tile13.HorizontalSize = 3;
     this.tile13.IntValue       = 1;
     this.tile13.Name           = "tile13";
     this.tile13.Template       = this.template5;
     //
     // template5
     //
     this.template5.BackColor         = System.Drawing.Color.DimGray;
     this.template5.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template5.Description       = "Template 5";
     panelElement2.BackColor          = System.Drawing.Color.SeaGreen;
     imageElement6.ImageSelector      = C1.Win.C1Tile.ImageSelector.Number;
     panelElement2.Children.Add(imageElement6);
     panelElement2.Padding = new System.Windows.Forms.Padding(4);
     this.template5.Elements.Add(panelElement2);
     this.template5.Name = "template5";
     //
     // tile14
     //
     this.tile14.HorizontalSize = 3;
     this.tile14.IntValue       = 55;
     this.tile14.LeftCell       = 4;
     this.tile14.Name           = "tile14";
     this.tile14.Template       = this.template5;
     //
     // tile15
     //
     this.tile15.HorizontalSize = 3;
     this.tile15.IntValue       = 100;
     this.tile15.LeftCell       = 7;
     this.tile15.Name           = "tile15";
     this.tile15.Template       = this.template5;
     //
     // group6
     //
     this.group6.Name = "group6";
     this.group6.Text = "6. Set the ImageElement.ImageSelector property to \'Stars\'";
     this.group6.Tiles.Add(this.tile16);
     this.group6.Tiles.Add(this.tile17);
     this.group6.Tiles.Add(this.tile18);
     //
     // tile16
     //
     this.tile16.HorizontalSize = 3;
     this.tile16.Name           = "tile16";
     this.tile16.Template       = this.template6;
     //
     // template6
     //
     this.template6.BackColor         = System.Drawing.Color.SlateBlue;
     this.template6.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template6.Description       = "Template 6";
     imageElement7.ImageSelector      = C1.Win.C1Tile.ImageSelector.Stars;
     panelElement3.Children.Add(imageElement7);
     this.template6.Elements.Add(panelElement3);
     this.template6.Name = "template6";
     //
     // tile17
     //
     this.tile17.HorizontalSize = 3;
     this.tile17.IntValue       = 3;
     this.tile17.LeftCell       = 4;
     this.tile17.Name           = "tile17";
     this.tile17.Template       = this.template6;
     //
     // tile18
     //
     this.tile18.HorizontalSize = 3;
     this.tile18.IntValue       = 10;
     this.tile18.LeftCell       = 7;
     this.tile18.Name           = "tile18";
     this.tile18.Template       = this.template6;
     //
     // group7
     //
     this.group7.Name = "group7";
     this.group7.Text = "7. Adjust a CommonImage and select it in ImageElement.ImageSelector";
     this.group7.Tiles.Add(this.tile19);
     this.group7.Tiles.Add(this.tile20);
     this.group7.Tiles.Add(this.tile21);
     //
     // tile19
     //
     this.tile19.HorizontalSize = 3;
     this.tile19.IntValue       = 1;
     this.tile19.Name           = "tile19";
     this.tile19.Template       = this.template7;
     //
     // template7
     //
     this.template7.BackColor         = System.Drawing.Color.LightCoral;
     this.template7.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template7.Description       = "Template 7";
     imageElement8.ImageSelector      = C1.Win.C1Tile.ImageSelector.CommonImage1;
     this.template7.Elements.Add(imageElement8);
     this.template7.Name = "template7";
     //
     // tile20
     //
     this.tile20.HorizontalSize = 3;
     this.tile20.IntValue1      = 2;
     this.tile20.LeftCell       = 4;
     this.tile20.Name           = "tile20";
     this.tile20.Template       = this.template7;
     //
     // tile21
     //
     this.tile21.HorizontalSize = 3;
     this.tile21.IntValue       = 1;
     this.tile21.IntValue1      = 1;
     this.tile21.LeftCell       = 7;
     this.tile21.Name           = "tile21";
     this.tile21.Template       = this.template7;
     //
     // group8
     //
     this.group8.Name = "group8";
     this.group8.Text = "8. Draw an image at runtime from the Template.Paint event";
     this.group8.Tiles.Add(this.tile22);
     this.group8.Tiles.Add(this.tile23);
     this.group8.Tiles.Add(this.tile24);
     //
     // tile22
     //
     this.tile22.HorizontalSize = 3;
     this.tile22.Name           = "tile22";
     this.tile22.Template       = this.template8;
     //
     // template8
     //
     this.template8.BackColor         = System.Drawing.Color.SeaGreen;
     this.template8.BackColorSelector = C1.Win.C1Tile.BackColorSelector.Unbound;
     this.template8.Description       = "Template 8";
     this.template8.Name   = "template8";
     this.template8.Paint += new System.EventHandler <C1.Win.C1Tile.TemplatePaintEventArgs>(this.template8_Paint);
     //
     // tile23
     //
     this.tile23.HorizontalSize = 3;
     this.tile23.IntValue       = 1;
     this.tile23.LeftCell       = 4;
     this.tile23.Name           = "tile23";
     this.tile23.Template       = this.template8;
     //
     // tile24
     //
     this.tile24.HorizontalSize = 3;
     this.tile24.IntValue       = 2;
     this.tile24.LeftCell       = 7;
     this.tile24.Name           = "tile24";
     this.tile24.Template       = this.template8;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "ColorGallery1.png");
     this.imageList1.Images.SetKeyName(1, "History.png");
     this.imageList1.Images.SetKeyName(2, "Setup.png");
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(632, 428);
     this.Controls.Add(this.c1TileControl1);
     this.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.ForeColor = System.Drawing.Color.White;
     this.Name      = "Form1";
     this.Text      = "Tile Image Demo";
     this.ResumeLayout(false);
 }
示例#10
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.c1TileControl1 = new C1.Win.C1Tile.C1TileControl();
     this.group1         = new C1.Win.C1Tile.Group();
     this.tile1          = new C1.Win.C1Tile.Tile();
     this.tile2          = new C1.Win.C1Tile.Tile();
     this.tile3          = new C1.Win.C1Tile.Tile();
     this.group2         = new C1.Win.C1Tile.Group();
     this.tile4          = new C1.Win.C1Tile.Tile();
     this.tile5          = new C1.Win.C1Tile.Tile();
     this.SuspendLayout();
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking = true;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.Groups.Add(this.group2);
     this.c1TileControl1.Location = new System.Drawing.Point(33, 49);
     this.c1TileControl1.Name     = "c1TileControl1";
     this.c1TileControl1.Size     = new System.Drawing.Size(754, 320);
     this.c1TileControl1.TabIndex = 0;
     this.c1TileControl1.Text     = "c1TileControl1";
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "グループ1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "タイル1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "タイル2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "タイル3";
     //
     // group2
     //
     this.group2.Name = "group2";
     this.group2.Text = "グループ 2";
     this.group2.Tiles.Add(this.tile4);
     this.group2.Tiles.Add(this.tile5);
     //
     // tile4
     //
     this.tile4.Name = "tile4";
     this.tile4.Text = "タイル 4";
     //
     // tile5
     //
     this.tile5.Name = "tile5";
     this.tile5.Text = "タイル 5";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(799, 598);
     this.Controls.Add(this.c1TileControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
示例#11
0
 /// <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();
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     this.c1DockingTab1         = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1FlexGrid1           = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.c1DockingTabPage2     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1PictureBox1         = new C1.Win.C1Input.C1PictureBox();
     this.c1CheckBox1           = new C1.Win.C1Input.C1CheckBox();
     this.c1Button1             = new C1.Win.C1Input.C1Button();
     this.c1TextBox1            = new C1.Win.C1Input.C1TextBox();
     this.c1BarCode1            = new C1.Win.BarCode.C1BarCode();
     this.c1DockingTabPage3     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1TileControl1        = new C1.Win.C1Tile.C1TileControl();
     this.group1                = new C1.Win.C1Tile.Group();
     this.tile1                 = new C1.Win.C1Tile.Tile();
     this.tile2                 = new C1.Win.C1Tile.Tile();
     this.tile3                 = new C1.Win.C1Tile.Tile();
     this.c1DockingTabPage4     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1DropDownControl1    = new C1.Win.C1Input.C1DropDownControl();
     this.c1Combo1              = new C1.Win.C1List.C1Combo();
     this.c1SplitContainer1     = new C1.Win.C1SplitContainer.C1SplitContainer();
     this.c1SplitterPanel1      = new C1.Win.C1SplitContainer.C1SplitterPanel();
     this.c1DockingTabPage5     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1XLBook1             = new C1.C1Excel.C1XLBook();
     this.c1PdfDocument1        = new C1.C1Pdf.C1PdfDocument();
     this.c1SuperTooltip1       = new C1.Win.C1SuperTooltip.C1SuperTooltip(this.components);
     this.c1SuperErrorProvider1 = new C1.Win.C1SuperTooltip.C1SuperErrorProvider(this.components);
     this.c1ThemeController1    = new C1.Win.C1Themes.C1ThemeController();
     this.c1SuperErrorProvider2 = new C1.Win.C1SuperTooltip.C1SuperErrorProvider(this.components);
     this.c1StatusBar1          = new C1.Win.C1Ribbon.C1StatusBar();
     this.ribbonLabel1          = new C1.Win.C1Ribbon.RibbonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit();
     this.c1DockingTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1PictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CheckBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Button1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1TextBox1)).BeginInit();
     this.c1DockingTabPage3.SuspendLayout();
     this.c1DockingTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DropDownControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Combo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).BeginInit();
     this.c1SplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1SuperErrorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SuperErrorProvider2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1StatusBar1)).BeginInit();
     this.SuspendLayout();
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage2);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage3);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage4);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage5);
     this.c1DockingTab1.Location      = new System.Drawing.Point(12, 12);
     this.c1DockingTab1.Name          = "c1DockingTab1";
     this.c1DockingTab1.SelectedIndex = 4;
     this.c1DockingTab1.Size          = new System.Drawing.Size(611, 426);
     this.c1DockingTab1.TabIndex      = 0;
     this.c1DockingTab1.TabsSpacing   = 5;
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.c1FlexGrid1);
     this.c1DockingTabPage1.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage1.Name     = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size     = new System.Drawing.Size(609, 401);
     this.c1DockingTabPage1.TabIndex = 0;
     this.c1DockingTabPage1.Text     = "Page1";
     //
     // c1FlexGrid1
     //
     this.c1FlexGrid1.BorderStyle      = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.None;
     this.c1FlexGrid1.ColumnInfo       = "10,1,0,0,0,95,Columns:";
     this.c1FlexGrid1.Location         = new System.Drawing.Point(94, 60);
     this.c1FlexGrid1.Name             = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.DefaultSize = 19;
     this.c1FlexGrid1.Size             = new System.Drawing.Size(240, 150);
     this.c1FlexGrid1.TabIndex         = 0;
     //
     // c1DockingTabPage2
     //
     this.c1DockingTabPage2.Controls.Add(this.c1PictureBox1);
     this.c1DockingTabPage2.Controls.Add(this.c1CheckBox1);
     this.c1DockingTabPage2.Controls.Add(this.c1Button1);
     this.c1DockingTabPage2.Controls.Add(this.c1TextBox1);
     this.c1DockingTabPage2.Controls.Add(this.c1BarCode1);
     this.c1DockingTabPage2.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage2.Name     = "c1DockingTabPage2";
     this.c1DockingTabPage2.Size     = new System.Drawing.Size(609, 401);
     this.c1DockingTabPage2.TabIndex = 1;
     this.c1DockingTabPage2.Text     = "Page2";
     //
     // c1PictureBox1
     //
     this.c1PictureBox1.Location = new System.Drawing.Point(318, 40);
     this.c1PictureBox1.Name     = "c1PictureBox1";
     this.c1PictureBox1.Size     = new System.Drawing.Size(100, 50);
     this.c1PictureBox1.TabIndex = 4;
     this.c1PictureBox1.TabStop  = false;
     //
     // c1CheckBox1
     //
     this.c1CheckBox1.BorderStyle             = System.Windows.Forms.BorderStyle.None;
     this.c1CheckBox1.Location                = new System.Drawing.Point(290, 280);
     this.c1CheckBox1.Name                    = "c1CheckBox1";
     this.c1CheckBox1.Size                    = new System.Drawing.Size(104, 24);
     this.c1CheckBox1.TabIndex                = 3;
     this.c1CheckBox1.Text                    = "c1CheckBox1";
     this.c1CheckBox1.UseVisualStyleBackColor = true;
     this.c1CheckBox1.Value                   = null;
     //
     // c1Button1
     //
     this.c1Button1.Location = new System.Drawing.Point(290, 240);
     this.c1Button1.Name     = "c1Button1";
     this.c1Button1.Size     = new System.Drawing.Size(75, 23);
     this.c1Button1.TabIndex = 2;
     this.c1Button1.Text     = "c1Button1";
     this.c1Button1.UseVisualStyleBackColor = true;
     //
     // c1TextBox1
     //
     this.c1TextBox1.Location = new System.Drawing.Point(290, 215);
     this.c1TextBox1.Name     = "c1TextBox1";
     this.c1TextBox1.Size     = new System.Drawing.Size(100, 18);
     this.c1TextBox1.TabIndex = 1;
     this.c1TextBox1.Tag      = null;
     //
     // c1BarCode1
     //
     this.c1BarCode1.AdditionalNumber = null;
     this.c1BarCode1.BackColor        = System.Drawing.Color.White;
     this.c1BarCode1.CodeType         = C1.BarCode.CodeType.QRCode;
     this.c1BarCode1.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.c1BarCode1.ForeColor        = System.Drawing.Color.Black;
     this.c1BarCode1.Location         = new System.Drawing.Point(44, 40);
     this.c1BarCode1.MicroQRCodeOptions.EncodingCodePage = 65001;
     this.c1BarCode1.Name              = "c1BarCode1";
     this.c1BarCode1.QuietZone.Bottom  = 0D;
     this.c1BarCode1.QuietZone.Left    = 0D;
     this.c1BarCode1.QuietZone.Right   = 0D;
     this.c1BarCode1.QuietZone.Top     = 0D;
     this.c1BarCode1.Size              = new System.Drawing.Size(151, 150);
     this.c1BarCode1.TabIndex          = 0;
     this.c1BarCode1.Text              = "c1BarCode1";
     this.c1BarCode1.TextFixedLength   = 0;
     this.c1BarCode1.WideToNarrowRatio = 2F;
     //
     // c1DockingTabPage3
     //
     this.c1DockingTabPage3.Controls.Add(this.c1TileControl1);
     this.c1DockingTabPage3.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage3.Name     = "c1DockingTabPage3";
     this.c1DockingTabPage3.Size     = new System.Drawing.Size(609, 401);
     this.c1DockingTabPage3.TabIndex = 2;
     this.c1DockingTabPage3.Text     = "Page3";
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking = true;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.Location = new System.Drawing.Point(3, 16);
     this.c1TileControl1.Name     = "c1TileControl1";
     this.c1TileControl1.Size     = new System.Drawing.Size(400, 250);
     this.c1TileControl1.TabIndex = 0;
     this.c1TileControl1.Text     = "c1TileControl1";
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "Group 1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // c1DockingTabPage4
     //
     this.c1DockingTabPage4.Controls.Add(this.c1DropDownControl1);
     this.c1DockingTabPage4.Controls.Add(this.c1Combo1);
     this.c1DockingTabPage4.Controls.Add(this.c1SplitContainer1);
     this.c1DockingTabPage4.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage4.Name     = "c1DockingTabPage4";
     this.c1DockingTabPage4.Size     = new System.Drawing.Size(609, 401);
     this.c1DockingTabPage4.TabIndex = 3;
     this.c1DockingTabPage4.Text     = "Page4";
     //
     // c1DropDownControl1
     //
     this.c1DropDownControl1.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1DropDownControl1.ImagePadding = new System.Windows.Forms.Padding(0);
     this.c1DropDownControl1.Location     = new System.Drawing.Point(350, 65);
     this.c1DropDownControl1.Name         = "c1DropDownControl1";
     this.c1DropDownControl1.Size         = new System.Drawing.Size(200, 18);
     this.c1DropDownControl1.TabIndex     = 2;
     this.c1DropDownControl1.Tag          = null;
     this.c1ThemeController1.SetTheme(this.c1DropDownControl1, "(default)");
     this.c1DropDownControl1.VisualStyle          = C1.Win.C1Input.VisualStyle.Office2007Blue;
     this.c1DropDownControl1.VisualStyleBaseStyle = C1.Win.C1Input.VisualStyle.Office2007Blue;
     //
     // c1Combo1
     //
     this.c1Combo1.AddItemSeparator  = ';';
     this.c1Combo1.Caption           = "";
     this.c1Combo1.CharacterCasing   = System.Windows.Forms.CharacterCasing.Normal;
     this.c1Combo1.DeadAreaBackColor = System.Drawing.Color.Empty;
     this.c1Combo1.EditorBackColor   = System.Drawing.SystemColors.Window;
     this.c1Combo1.EditorFont        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.c1Combo1.EditorForeColor   = System.Drawing.SystemColors.WindowText;
     this.c1Combo1.Images.Add(((System.Drawing.Image)(resources.GetObject("c1Combo1.Images"))));
     this.c1Combo1.Location          = new System.Drawing.Point(350, 24);
     this.c1Combo1.MatchEntryTimeout = ((long)(2000));
     this.c1Combo1.MaxDropDownItems  = ((short)(5));
     this.c1Combo1.MaxLength         = 32767;
     this.c1Combo1.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.c1Combo1.Name               = "c1Combo1";
     this.c1Combo1.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.c1Combo1.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.c1Combo1.Size               = new System.Drawing.Size(121, 21);
     this.c1Combo1.TabIndex           = 1;
     this.c1Combo1.Text               = "c1Combo1";
     this.c1ThemeController1.SetTheme(this.c1Combo1, "(default)");
     this.c1Combo1.VisualStyle = C1.Win.C1List.VisualStyle.Office2010Blue;
     this.c1Combo1.PropBag     = resources.GetString("c1Combo1.PropBag");
     //
     // c1SplitContainer1
     //
     this.c1SplitContainer1.AutoSizeElement    = C1.Framework.AutoSizeElement.Both;
     this.c1SplitContainer1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1SplitContainer1.CollapsingCueColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(150)))));
     this.c1SplitContainer1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.c1SplitContainer1.Location           = new System.Drawing.Point(12, 3);
     this.c1SplitContainer1.Name = "c1SplitContainer1";
     this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel1);
     this.c1SplitContainer1.Size     = new System.Drawing.Size(300, 200);
     this.c1SplitContainer1.TabIndex = 0;
     //
     // c1SplitterPanel1
     //
     this.c1SplitterPanel1.Height   = 200;
     this.c1SplitterPanel1.Location = new System.Drawing.Point(0, 21);
     this.c1SplitterPanel1.Name     = "c1SplitterPanel1";
     this.c1SplitterPanel1.Size     = new System.Drawing.Size(300, 179);
     this.c1SplitterPanel1.TabIndex = 0;
     this.c1SplitterPanel1.Text     = "Panel 1";
     //
     // c1DockingTabPage5
     //
     this.c1DockingTabPage5.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage5.Name     = "c1DockingTabPage5";
     this.c1DockingTabPage5.Size     = new System.Drawing.Size(609, 401);
     this.c1DockingTabPage5.TabIndex = 4;
     this.c1DockingTabPage5.Text     = "Page5";
     //
     // c1PdfDocument1
     //
     this.c1PdfDocument1.DocumentInfo.Author       = "";
     this.c1PdfDocument1.DocumentInfo.CreationDate = new System.DateTime(((long)(0)));
     this.c1PdfDocument1.DocumentInfo.Creator      = "";
     this.c1PdfDocument1.DocumentInfo.Keywords     = "";
     this.c1PdfDocument1.DocumentInfo.Producer     = "ComponentOne C1Pdf";
     this.c1PdfDocument1.DocumentInfo.Subject      = "";
     this.c1PdfDocument1.DocumentInfo.Title        = "";
     this.c1PdfDocument1.MaxHeaderBookmarkLevel    = 0;
     this.c1PdfDocument1.PdfVersion     = "1.3";
     this.c1PdfDocument1.RefDC          = null;
     this.c1PdfDocument1.RotateAngle    = 0F;
     this.c1PdfDocument1.UseFastTextOut = true;
     this.c1PdfDocument1.UseFontShaping = true;
     //
     // c1SuperTooltip1
     //
     this.c1SuperTooltip1.Font        = new System.Drawing.Font("Tahoma", 8F);
     this.c1SuperTooltip1.RightToLeft = System.Windows.Forms.RightToLeft.Inherit;
     //
     // c1SuperErrorProvider1
     //
     this.c1SuperErrorProvider1.ContainerControl = this;
     this.c1SuperErrorProvider1.ToolTip          = this.c1SuperTooltip1;
     //
     // c1SuperErrorProvider2
     //
     this.c1SuperErrorProvider2.ContainerControl = this;
     this.c1ThemeController1.SetTheme(this.c1SuperErrorProvider2, "(default)");
     this.c1SuperErrorProvider2.ToolTip = this.c1SuperTooltip1;
     //
     // c1StatusBar1
     //
     this.c1StatusBar1.AutoSizeElement = C1.Framework.AutoSizeElement.Width;
     this.c1StatusBar1.LeftPaneItems.Add(this.ribbonLabel1);
     this.c1StatusBar1.Location = new System.Drawing.Point(0, 428);
     this.c1StatusBar1.Name     = "c1StatusBar1";
     this.c1StatusBar1.Size     = new System.Drawing.Size(800, 22);
     this.c1ThemeController1.SetTheme(this.c1StatusBar1, "(default)");
     //
     // ribbonLabel1
     //
     this.ribbonLabel1.Name = "ribbonLabel1";
     this.ribbonLabel1.Text = "Label";
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.c1StatusBar1);
     this.Controls.Add(this.c1DockingTab1);
     this.Name  = "Form2";
     this.Text  = "Form2";
     this.Load += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit();
     this.c1DockingTabPage2.ResumeLayout(false);
     this.c1DockingTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1PictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CheckBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Button1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1TextBox1)).EndInit();
     this.c1DockingTabPage3.ResumeLayout(false);
     this.c1DockingTabPage4.ResumeLayout(false);
     this.c1DockingTabPage4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DropDownControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Combo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).EndInit();
     this.c1SplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1SuperErrorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1SuperErrorProvider2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1StatusBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
            C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
            C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
            this.splitContainer1       = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
            this.panel1                = new System.Windows.Forms.Panel();
            this._searchBox            = new System.Windows.Forms.TextBox();
            this.panel2                = new System.Windows.Forms.Panel();
            this.statusStrip1          = new System.Windows.Forms.StatusStrip();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
            this.group1                = new C1.Win.C1Tile.Group();
            this.tile1          = new C1.Win.C1Tile.Tile();
            this.tile2          = new C1.Win.C1Tile.Tile();
            this.tile3          = new C1.Win.C1Tile.Tile();
            this.c1PdfDocument1 = new C1.C1Pdf.C1PdfDocument();
            this._search        = new System.Windows.Forms.PictureBox();
            this._exportImage   = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this._search)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this._exportImage)).BeginInit();
            this.SuspendLayout();


            InitializeSplit();

            InitializeTable();

            InitializePanel();

            InitializeSearchBox();

            InitializeStatus();


            InitializeProgress();


            //
            // _imageTileControl
            //
            this._imageTileControl.AllowChecking    = true;
            this._imageTileControl.AllowRearranging = true;
            this._imageTileControl.CellHeight       = 78;
            this._imageTileControl.CellSpacing      = 11;
            this._imageTileControl.CellWidth        = 78;
            //
            //
            //
            panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
            panelElement1.Children.Add(imageElement1);
            panelElement1.Children.Add(textElement1);
            panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
            this._imageTileControl.DefaultTemplate.Elements.Add(panelElement1);
            this._imageTileControl.Groups.Add(this.group1);
            this._imageTileControl.Location               = new System.Drawing.Point(3, 31);
            this._imageTileControl.Name                   = "_imageTileControl";
            this._imageTileControl.Orientation            = C1.Win.C1Tile.LayoutOrientation.Vertical;
            this._imageTileControl.Size                   = new System.Drawing.Size(746, 621);
            this._imageTileControl.SurfacePadding         = new System.Windows.Forms.Padding(12, 4, 12, 4);
            this._imageTileControl.SwipeDistance          = 20;
            this._imageTileControl.SwipeRearrangeDistance = 98;
            this._imageTileControl.TabIndex               = 2;
            this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
            this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
            this._imageTileControl.Click                 += new System.EventHandler(this._imageTileControl_Click);
            this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint);
            //
            // group1
            //
            this.group1.Name = "group1";
            this.group1.Tiles.Add(this.tile1);
            this.group1.Tiles.Add(this.tile2);
            this.group1.Tiles.Add(this.tile3);
            //
            // tile1
            //
            this.tile1.BackColor = System.Drawing.Color.LightCoral;
            this.tile1.Name      = "tile1";
            this.tile1.Click    += new System.EventHandler(this.tile1_Click);
            //
            // tile2
            //
            this.tile2.BackColor = System.Drawing.Color.Teal;
            this.tile2.Name      = "tile2";
            //
            // tile3
            //
            this.tile3.BackColor = System.Drawing.Color.SteelBlue;
            this.tile3.Name      = "tile3";
            this.tile3.Click    += new System.EventHandler(this.tile3_Click);

            InitializePDF();

            InitializeSearch();

            InitializeExportImage();

            InitializeImageGallery();
        }
示例#13
0
 /// <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(ImageGallery));
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1      = new System.Windows.Forms.FlowLayoutPanel();
     this.tableLayoutPanel3     = new System.Windows.Forms.TableLayoutPanel();
     this._searchBox            = new System.Windows.Forms.TextBox();
     this._search               = new System.Windows.Forms.Button();
     this.tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     this._exportImage          = new System.Windows.Forms.PictureBox();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
     this.group1         = new C1.Win.C1Tile.Group();
     this.tile1          = new C1.Win.C1Tile.Tile();
     this.tile2          = new C1.Win.C1Tile.Tile();
     this.tile3          = new C1.Win.C1Tile.Tile();
     this.c1PdfDocument1 = new C1.C1Pdf.C1PdfDocument();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._exportImage)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin          = new System.Windows.Forms.Padding(2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel3);
     this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Panel2.Controls.Add(this._imageTileControl);
     this.splitContainer1.Size             = new System.Drawing.Size(764, 749);
     this.splitContainer1.SplitterDistance = 40;
     this.splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(764, 40);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(330, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(49, 34);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(385, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(200, 34);
     this.flowLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this._searchBox, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this._search, 1, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(222, 8);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(530, 35);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // _searchBox
     //
     this._searchBox.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._searchBox.Location = new System.Drawing.Point(3, 3);
     this._searchBox.Name     = "_searchBox";
     this._searchBox.Size     = new System.Drawing.Size(259, 20);
     this._searchBox.TabIndex = 0;
     this._searchBox.Text     = "Search Image";
     //
     // _search
     //
     this._search.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this._search.ForeColor             = System.Drawing.SystemColors.ButtonFace;
     this._search.Image    = ((System.Drawing.Image)(resources.GetObject("_search.Image")));
     this._search.Location = new System.Drawing.Point(268, 3);
     this._search.Name     = "_search";
     this._search.Size     = new System.Drawing.Size(75, 20);
     this._search.TabIndex = 1;
     this._search.UseVisualStyleBackColor = true;
     this._search.Click += new System.EventHandler(this._search_Click);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Controls.Add(this._exportImage, 0, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 8);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(188, 35);
     this.tableLayoutPanel2.TabIndex = 3;
     //
     // _exportImage
     //
     this._exportImage.ErrorImage   = ((System.Drawing.Image)(resources.GetObject("_exportImage.ErrorImage")));
     this._exportImage.Image        = ((System.Drawing.Image)(resources.GetObject("_exportImage.Image")));
     this._exportImage.InitialImage = ((System.Drawing.Image)(resources.GetObject("_exportImage.InitialImage")));
     this._exportImage.Location     = new System.Drawing.Point(3, 3);
     this._exportImage.Name         = "_exportImage";
     this._exportImage.Padding      = new System.Windows.Forms.Padding(5);
     this._exportImage.Size         = new System.Drawing.Size(154, 29);
     this._exportImage.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this._exportImage.TabIndex     = 0;
     this._exportImage.TabStop      = false;
     this._exportImage.Visible      = false;
     this._exportImage.WaitOnLoad   = true;
     this._exportImage.Click       += new System.EventHandler(this._exportImage_Click);
     this._exportImage.Paint       += new System.Windows.Forms.PaintEventHandler(this._exportImage_Paint);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 683);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(764, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name  = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size  = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     //
     // _imageTileControl
     //
     this._imageTileControl.AllowChecking    = true;
     this._imageTileControl.AllowRearranging = true;
     this._imageTileControl.CellHeight       = 78;
     this._imageTileControl.CellSpacing      = 11;
     this._imageTileControl.CellWidth        = 78;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this._imageTileControl.DefaultTemplate.Elements.Add(panelElement1);
     this._imageTileControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this._imageTileControl.Groups.Add(this.group1);
     this._imageTileControl.Location               = new System.Drawing.Point(0, 0);
     this._imageTileControl.Name                   = "_imageTileControl";
     this._imageTileControl.Size                   = new System.Drawing.Size(764, 705);
     this._imageTileControl.SurfacePadding         = new System.Windows.Forms.Padding(12, 4, 12, 4);
     this._imageTileControl.SwipeDistance          = 20;
     this._imageTileControl.SwipeRearrangeDistance = 98;
     this._imageTileControl.TabIndex               = 1;
     this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
     this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
     this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint);
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // c1PdfDocument1
     //
     this.c1PdfDocument1.DocumentInfo.Author       = "";
     this.c1PdfDocument1.DocumentInfo.CreationDate = new System.DateTime(((long)(0)));
     this.c1PdfDocument1.DocumentInfo.Creator      = "";
     this.c1PdfDocument1.DocumentInfo.Keywords     = "";
     this.c1PdfDocument1.DocumentInfo.Producer     = "ComponentOne C1Pdf";
     this.c1PdfDocument1.DocumentInfo.Subject      = "";
     this.c1PdfDocument1.DocumentInfo.Title        = "";
     this.c1PdfDocument1.MaxHeaderBookmarkLevel    = 0;
     this.c1PdfDocument1.PdfVersion     = "1.3";
     this.c1PdfDocument1.RefDC          = null;
     this.c1PdfDocument1.RotateAngle    = 0F;
     this.c1PdfDocument1.UseFastTextOut = true;
     this.c1PdfDocument1.UseFontShaping = true;
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label1.Font      = new System.Drawing.Font("Monotype Corsiva", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(3, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(157, 34);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Image Gallery";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ImageGallery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(764, 749);
     this.Controls.Add(this.splitContainer1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 810);
     this.Name          = "ImageGallery";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image Gallery";
     this.Load         += new System.EventHandler(this.ImageGallery_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._exportImage)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#14
0
 /// <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(ImageGalleryForm));
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                = new System.Windows.Forms.Panel();
     this._searchBox            = new System.Windows.Forms.TextBox();
     this.panel2                = new System.Windows.Forms.Panel();
     this._search               = new System.Windows.Forms.PictureBox();
     this._exportImage          = new System.Windows.Forms.Button();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
     this.group1                = new C1.Win.C1Tile.Group();
     this.tile3 = new C1.Win.C1Tile.Tile();
     this.tile2 = new C1.Win.C1Tile.Tile();
     this.tile1 = new C1.Win.C1Tile.Tile();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._search)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin          = new System.Windows.Forms.Padding(2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Panel2.Controls.Add(this._imageTileControl);
     this.splitContainer1.Size             = new System.Drawing.Size(780, 749);
     this.splitContainer1.SplitterDistance = 40;
     this.splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this._exportImage, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(780, 40);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this._searchBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(198, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(286, 34);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // _searchBox
     //
     this._searchBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._searchBox.Location    = new System.Drawing.Point(16, 9);
     this._searchBox.Name        = "_searchBox";
     this._searchBox.Size        = new System.Drawing.Size(244, 13);
     this._searchBox.TabIndex    = 0;
     this._searchBox.Text        = "Search Image";
     //
     // panel2
     //
     this.panel2.Controls.Add(this._search);
     this.panel2.Location = new System.Drawing.Point(489, 12);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2, 12, 45, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(40, 16);
     this.panel2.TabIndex = 1;
     //
     // _search
     //
     this._search.Dock     = System.Windows.Forms.DockStyle.Left;
     this._search.Image    = ((System.Drawing.Image)(resources.GetObject("_search.Image")));
     this._search.Location = new System.Drawing.Point(0, 0);
     this._search.Margin   = new System.Windows.Forms.Padding(0);
     this._search.Name     = "_search";
     this._search.Size     = new System.Drawing.Size(40, 16);
     this._search.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this._search.TabIndex = 0;
     this._search.TabStop  = false;
     this._search.Click   += new System.EventHandler(this._search_Click);
     //
     // _exportImage
     //
     this._exportImage.Anchor                = System.Windows.Forms.AnchorStyles.None;
     this._exportImage.BackColor             = System.Drawing.Color.White;
     this._exportImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this._exportImage.Location              = new System.Drawing.Point(30, 6);
     this._exportImage.Margin                = new System.Windows.Forms.Padding(0);
     this._exportImage.Name     = "_exportImage";
     this._exportImage.Size     = new System.Drawing.Size(135, 28);
     this._exportImage.TabIndex = 2;
     this._exportImage.Text     = "EXPORT TO PDF";
     this._exportImage.UseVisualStyleBackColor = false;
     this._exportImage.Visible = false;
     this._exportImage.Click  += new System.EventHandler(this._exportImage_Click);
     this._exportImage.Paint  += new System.Windows.Forms.PaintEventHandler(this._exportImage_Paint);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 683);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(780, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     this.statusStrip1.Visible  = false;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name  = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size  = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     //
     // _imageTileControl
     //
     this._imageTileControl.AllowChecking    = true;
     this._imageTileControl.AllowRearranging = true;
     this._imageTileControl.CellHeight       = 78;
     this._imageTileControl.CellSpacing      = 11;
     this._imageTileControl.CellWidth        = 78;
     //
     //
     //
     this._imageTileControl.DefaultTemplate.BackColor = System.Drawing.Color.White;
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this._imageTileControl.DefaultTemplate.Elements.Add(panelElement1);
     this._imageTileControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this._imageTileControl.Groups.Add(this.group1);
     this._imageTileControl.Location               = new System.Drawing.Point(0, 0);
     this._imageTileControl.Name                   = "_imageTileControl";
     this._imageTileControl.Size                   = new System.Drawing.Size(780, 705);
     this._imageTileControl.SurfacePadding         = new System.Windows.Forms.Padding(12, 4, 12, 4);
     this._imageTileControl.SwipeDistance          = 20;
     this._imageTileControl.SwipeRearrangeDistance = 98;
     this._imageTileControl.TabIndex               = 0;
     this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
     this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
     this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint);
     //
     // group1
     //
     this.group1.Name = "group1";
     //
     // tile3
     //
     this.tile3.Name = "tile3";
     //
     // tile2
     //
     this.tile2.Name = "tile2";
     //
     // tile1
     //
     this.tile1.Name = "tile1";
     //
     // ImageGalleryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(780, 749);
     this.Controls.Add(this.splitContainer1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 810);
     this.Name          = "ImageGalleryForm";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "ImageGallery";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._search)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.c1TileControl1    = new C1.Win.C1Tile.C1TileControl();
     this.group1            = new C1.Win.C1Tile.Group();
     this.tile1             = new C1.Win.C1Tile.Tile();
     this.tile2             = new C1.Win.C1Tile.Tile();
     this.tile3             = new C1.Win.C1Tile.Tile();
     this.c1DockingTabPage2 = new C1.Win.C1Command.C1DockingTabPage();
     this.c1InputPanel1     = new C1.Win.C1InputPanel.C1InputPanel();
     this.inputGroupHeader1 = new C1.Win.C1InputPanel.InputGroupHeader();
     this.inputButton1      = new C1.Win.C1InputPanel.InputButton();
     this.inputButton2      = new C1.Win.C1InputPanel.InputButton();
     this.inputGroupHeader2 = new C1.Win.C1InputPanel.InputGroupHeader();
     this.c1DockingTabPage3 = new C1.Win.C1Command.C1DockingTabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label1            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.c1DockingTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1InputPanel1)).BeginInit();
     this.c1DockingTabPage3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage2);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage3);
     this.c1DockingTab1.Location      = new System.Drawing.Point(0, 0);
     this.c1DockingTab1.Name          = "c1DockingTab1";
     this.c1DockingTab1.SelectedIndex = 1;
     this.c1DockingTab1.Size          = new System.Drawing.Size(970, 680);
     this.c1DockingTab1.TabIndex      = 1;
     this.c1DockingTab1.TabsSpacing   = 5;
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.c1TileControl1);
     this.c1DockingTabPage1.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage1.Name     = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size     = new System.Drawing.Size(968, 655);
     this.c1DockingTabPage1.TabIndex = 0;
     this.c1DockingTabPage1.Text     = "Page1";
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking = true;
     this.c1TileControl1.CellHeight    = 200;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     this.c1TileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.HotBorderColor = System.Drawing.Color.Blue;
     this.c1TileControl1.Location       = new System.Drawing.Point(0, 0);
     this.c1TileControl1.Name           = "c1TileControl1";
     this.c1TileControl1.Orientation    = C1.Win.C1Tile.LayoutOrientation.Vertical;
     this.c1TileControl1.Size           = new System.Drawing.Size(968, 655);
     this.c1TileControl1.TabIndex       = 1;
     this.c1TileControl1.Text           = "c1TileControl1";
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "Group 1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 11112";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // c1DockingTabPage2
     //
     this.c1DockingTabPage2.Controls.Add(this.c1InputPanel1);
     this.c1DockingTabPage2.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage2.Name     = "c1DockingTabPage2";
     this.c1DockingTabPage2.Size     = new System.Drawing.Size(968, 655);
     this.c1DockingTabPage2.TabIndex = 1;
     this.c1DockingTabPage2.Text     = "Page2";
     //
     // c1InputPanel1
     //
     this.c1InputPanel1.AutoSizeElement = C1.Framework.AutoSizeElement.Both;
     this.c1InputPanel1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1InputPanel1.Font            = new System.Drawing.Font("Segoe UI", 9F);
     this.c1InputPanel1.Items.Add(this.inputGroupHeader1);
     this.c1InputPanel1.Items.Add(this.inputButton1);
     this.c1InputPanel1.Items.Add(this.inputButton2);
     this.c1InputPanel1.Items.Add(this.inputGroupHeader2);
     this.c1InputPanel1.Location = new System.Drawing.Point(0, 0);
     this.c1InputPanel1.Name     = "c1InputPanel1";
     this.c1InputPanel1.Size     = new System.Drawing.Size(968, 655);
     this.c1InputPanel1.TabIndex = 0;
     //
     // inputGroupHeader1
     //
     this.inputGroupHeader1.Name = "inputGroupHeader1";
     this.inputGroupHeader1.Text = "Group";
     //
     // inputButton1
     //
     this.inputButton1.Image = ((System.Drawing.Image)(resources.GetObject("inputButton1.Image")));
     this.inputButton1.Name  = "inputButton1";
     this.inputButton1.Text  = "Button";
     //
     // inputButton2
     //
     this.inputButton2.Image = ((System.Drawing.Image)(resources.GetObject("inputButton2.Image")));
     this.inputButton2.Name  = "inputButton2";
     this.inputButton2.Text  = "Button";
     //
     // inputGroupHeader2
     //
     this.inputGroupHeader2.Name = "inputGroupHeader2";
     this.inputGroupHeader2.Text = "Group";
     //
     // c1DockingTabPage3
     //
     this.c1DockingTabPage3.Controls.Add(this.tableLayoutPanel1);
     this.c1DockingTabPage3.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage3.Name     = "c1DockingTabPage3";
     this.c1DockingTabPage3.Size     = new System.Drawing.Size(968, 655);
     this.c1DockingTabPage3.TabIndex = 2;
     this.c1DockingTabPage3.Text     = "Page3";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(319, 210);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(200, 100);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(94, 50);
     this.label1.TabIndex = 0;
     this.label1.Text     = "label1";
     //
     // Form5
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1129, 705);
     this.Controls.Add(this.c1DockingTab1);
     this.Name        = "Form5";
     this.Text        = "Form5";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form5_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     this.c1DockingTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1InputPanel1)).EndInit();
     this.c1DockingTabPage3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageGallery));
            C1.Win.C1Tile.PanelElement panelElement2 = new C1.Win.C1Tile.PanelElement();
            C1.Win.C1Tile.ImageElement imageElement2 = new C1.Win.C1Tile.ImageElement();
            C1.Win.C1Tile.TextElement  textElement2  = new C1.Win.C1Tile.TextElement();
            this.splitContainer1       = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
            this._searchBox            = new System.Windows.Forms.TextBox();
            this.panel2                = new System.Windows.Forms.Panel();
            this._search               = new System.Windows.Forms.PictureBox();
            this.panel1                = new System.Windows.Forms.Panel();
            this.statusStrip1          = new System.Windows.Forms.StatusStrip();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
            this.group1                = new C1.Win.C1Tile.Group();
            this.tile1          = new C1.Win.C1Tile.Tile();
            this.tile2          = new C1.Win.C1Tile.Tile();
            this.tile3          = new C1.Win.C1Tile.Tile();
            this._exportImage   = new System.Windows.Forms.PictureBox();
            this.c1PdfDocument1 = new C1.C1Pdf.C1PdfDocument();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this._search)).BeginInit();
            this.panel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this._exportImage)).BeginInit();
            this.SuspendLayout();

            this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
            this.splitContainer1.Margin          = new System.Windows.Forms.Padding(2);
            this.splitContainer1.Name            = "splitContainer1";
            this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;



            this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);

            this.splitContainer1.Panel2.Controls.Add(this.panel1);
            this.splitContainer1.Size             = new System.Drawing.Size(758, 744);
            this.splitContainer1.SplitterDistance = 40;
            this.splitContainer1.TabIndex         = 0;

            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
            this.tableLayoutPanel1.Controls.Add(this._searchBox, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
            this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size     = new System.Drawing.Size(758, 40);
            this.tableLayoutPanel1.TabIndex = 0;

            this._searchBox.Dock     = System.Windows.Forms.DockStyle.Fill;
            this._searchBox.Location = new System.Drawing.Point(192, 3);
            this._searchBox.Name     = "_searchBox";
            this._searchBox.Size     = new System.Drawing.Size(278, 26);
            this._searchBox.TabIndex = 0;
            this._searchBox.Text     = "Search Image";

            this.panel2.Controls.Add(this._search);
            this.panel2.Location = new System.Drawing.Point(475, 12);
            this.panel2.Margin   = new System.Windows.Forms.Padding(2, 12, 45, 12);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(40, 16);
            this.panel2.TabIndex = 1;

            this._search.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._search.Image    = ((System.Drawing.Image)(resources.GetObject("_search.Image")));
            this._search.Location = new System.Drawing.Point(0, 0);
            this._search.Margin   = new System.Windows.Forms.Padding(0);
            this._search.Name     = "_search";
            this._search.Size     = new System.Drawing.Size(40, 16);
            this._search.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this._search.TabIndex = 0;
            this._search.TabStop  = false;
            this._search.Click   += new System.EventHandler(this.OnSearchClick);
            this._search.Paint   += new System.Windows.Forms.PaintEventHandler(this._search_Paint);

            this.panel1.Controls.Add(this.statusStrip1);
            this.panel1.Controls.Add(this._imageTileControl);
            this.panel1.Controls.Add(this._exportImage);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(758, 700);
            this.panel1.TabIndex = 0;

            this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripProgressBar1
            });
            this.statusStrip1.Location = new System.Drawing.Point(0, 672);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new System.Drawing.Size(758, 28);
            this.statusStrip1.TabIndex = 2;
            this.statusStrip1.Text     = "statusStrip1";
            this.statusStrip1.Visible  = false;

            this.toolStripProgressBar1.Name  = "toolStripProgressBar1";
            this.toolStripProgressBar1.Size  = new System.Drawing.Size(100, 20);
            this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;

            this._imageTileControl.AllowChecking    = true;
            this._imageTileControl.AllowRearranging = true;
            this._imageTileControl.CellHeight       = 80;
            this._imageTileControl.CellSpacing      = 16;
            this._imageTileControl.CellWidth        = 80;

            panelElement2.Alignment = System.Drawing.ContentAlignment.BottomLeft;
            panelElement2.Children.Add(imageElement2);
            panelElement2.Children.Add(textElement2);
            panelElement2.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
            this._imageTileControl.DefaultTemplate.Elements.Add(panelElement2);
            this._imageTileControl.Groups.Add(this.group1);
            this._imageTileControl.Location               = new System.Drawing.Point(3, 77);
            this._imageTileControl.Name                   = "_imageTileControl";
            this._imageTileControl.Size                   = new System.Drawing.Size(758, 660);
            this._imageTileControl.SurfacePadding         = new System.Windows.Forms.Padding(12, 4, 12, 4);
            this._imageTileControl.SwipeDistance          = 20;
            this._imageTileControl.SwipeRearrangeDistance = 98;
            this._imageTileControl.TabIndex               = 1;
            this._imageTileControl.Text                   = "Look What I Found..";
            this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
            this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
            this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint);

            this.group1.Name = "group1";
            this.group1.Tiles.Add(this.tile1);
            this.group1.Tiles.Add(this.tile2);
            this.group1.Tiles.Add(this.tile3);

            this.tile1.BackColor = System.Drawing.Color.LightCoral;
            this.tile1.Name      = "tile1";
            this.tile1.Text      = "Tile 1";

            this.tile2.BackColor = System.Drawing.Color.Teal;
            this.tile2.Name      = "tile2";
            this.tile2.Text      = "Tile 2";

            this.tile3.BackColor = System.Drawing.Color.SteelBlue;
            this.tile3.Name      = "tile3";
            this.tile3.Text      = "Tile 3";

            this._exportImage.Image    = ((System.Drawing.Image)(resources.GetObject("_exportImage.Image")));
            this._exportImage.Location = new System.Drawing.Point(645, 0);
            this._exportImage.Name     = "_exportImage";
            this._exportImage.Size     = new System.Drawing.Size(101, 71);
            this._exportImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this._exportImage.TabIndex = 0;
            this._exportImage.TabStop  = false;
            this._exportImage.Visible  = false;
            this._exportImage.Click   += new System.EventHandler(this._exportImage_Click);
            this._exportImage.Paint   += new System.Windows.Forms.PaintEventHandler(this._exportImage_Paint);

            this.c1PdfDocument1.DocumentInfo.Author       = "";
            this.c1PdfDocument1.DocumentInfo.CreationDate = new System.DateTime(((long)(0)));
            this.c1PdfDocument1.DocumentInfo.Creator      = "";
            this.c1PdfDocument1.DocumentInfo.Keywords     = "";
            this.c1PdfDocument1.DocumentInfo.Producer     = "ComponentOne C1Pdf";
            this.c1PdfDocument1.DocumentInfo.Subject      = "";
            this.c1PdfDocument1.DocumentInfo.Title        = "";
            this.c1PdfDocument1.MaxHeaderBookmarkLevel    = 0;
            this.c1PdfDocument1.PdfVersion     = "1.3";
            this.c1PdfDocument1.RefDC          = null;
            this.c1PdfDocument1.RotateAngle    = 0F;
            this.c1PdfDocument1.UseFastTextOut = true;
            this.c1PdfDocument1.UseFontShaping = true;

            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(758, 744);
            this.Controls.Add(this.splitContainer1);
            this.MaximumSize   = new System.Drawing.Size(810, 810);
            this.MinimizeBox   = false;
            this.Name          = "ImageGallery";
            this.ShowIcon      = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text          = "Image Gallery";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._search)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this._exportImage)).EndInit();
            this.ResumeLayout(false);
        }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageGallery));
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                = new System.Windows.Forms.Panel();
     this.textBox1              = new System.Windows.Forms.TextBox();
     this._search               = new System.Windows.Forms.Panel();
     this._searchBox            = new System.Windows.Forms.PictureBox();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
     this.group1                = new C1.Win.C1Tile.Group();
     this.tile1                = new C1.Win.C1Tile.Tile();
     this.tile2                = new C1.Win.C1Tile.Tile();
     this.tile3                = new C1.Win.C1Tile.Tile();
     this.textBox2             = new System.Windows.Forms.TextBox();
     this.exportImage          = new System.Windows.Forms.PictureBox();
     this.c1PdfDocumentSource1 = new C1.Win.C1Document.C1PdfDocumentSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this._search.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._searchBox)).BeginInit();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.exportImage)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin          = new System.Windows.Forms.Padding(2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Panel2.Controls.Add(this._imageTileControl);
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Panel2.Controls.Add(this.exportImage);
     this.splitContainer1.Size             = new System.Drawing.Size(792, 753);
     this.splitContainer1.SplitterDistance = 120;
     this.splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 46.9697F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.15656F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this._search, 2, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(792, 120);
     this.tableLayoutPanel1.TabIndex = 0;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Location = new System.Drawing.Point(281, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(284, 40);
     this.panel1.TabIndex = 2;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // textBox1
     //
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(37, 9);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(244, 15);
     this.textBox1.TabIndex    = 3;
     this.textBox1.Text        = "Search Image";
     //
     // _search
     //
     this._search.Controls.Add(this._searchBox);
     this._search.Dock     = System.Windows.Forms.DockStyle.Left;
     this._search.Location = new System.Drawing.Point(570, 12);
     this._search.Margin   = new System.Windows.Forms.Padding(2, 12, 45, 12);
     this._search.Name     = "_search";
     this._search.Size     = new System.Drawing.Size(40, 96);
     this._search.TabIndex = 3;
     //
     // _searchBox
     //
     this._searchBox.Image    = ((System.Drawing.Image)(resources.GetObject("_searchBox.Image")));
     this._searchBox.Location = new System.Drawing.Point(3, 0);
     this._searchBox.Name     = "_searchBox";
     this._searchBox.Size     = new System.Drawing.Size(33, 15);
     this._searchBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this._searchBox.TabIndex = 0;
     this._searchBox.TabStop  = false;
     this._searchBox.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 606);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(792, 23);
     this.statusStrip1.TabIndex = 7;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name  = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size  = new System.Drawing.Size(100, 15);
     this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     //
     // _imageTileControl
     //
     this._imageTileControl.AllowChecking    = true;
     this._imageTileControl.AllowRearranging = true;
     this._imageTileControl.CellHeight       = 78;
     this._imageTileControl.CellSpacing      = 11;
     this._imageTileControl.CellWidth        = 78;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this._imageTileControl.DefaultTemplate.Elements.Add(panelElement1);
     this._imageTileControl.Groups.Add(this.group1);
     this._imageTileControl.Location               = new System.Drawing.Point(21, 66);
     this._imageTileControl.Name                   = "_imageTileControl";
     this._imageTileControl.Size                   = new System.Drawing.Size(764, 718);
     this._imageTileControl.SurfacePadding         = new System.Windows.Forms.Padding(12, 4, 12, 4);
     this._imageTileControl.SwipeDistance          = 20;
     this._imageTileControl.SwipeRearrangeDistance = 98;
     this._imageTileControl.TabIndex               = 6;
     this._imageTileControl.Text                   = "c1TileControl1";
     this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
     this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
     this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint);
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "Group 1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(66, 8);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(79, 22);
     this.textBox2.TabIndex = 5;
     this.textBox2.Text     = "Export pdf";
     //
     // exportImage
     //
     this.exportImage.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.exportImage.ErrorImage = ((System.Drawing.Image)(resources.GetObject("exportImage.ErrorImage")));
     this.exportImage.Image      = ((System.Drawing.Image)(resources.GetObject("exportImage.Image")));
     this.exportImage.Location   = new System.Drawing.Point(21, 3);
     this.exportImage.Name       = "exportImage";
     this.exportImage.Size       = new System.Drawing.Size(44, 28);
     this.exportImage.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.exportImage.TabIndex   = 4;
     this.exportImage.TabStop    = false;
     this.exportImage.Visible    = false;
     this.exportImage.Click     += new System.EventHandler(this.exportImage_Click);
     this.exportImage.Paint     += new System.Windows.Forms.PaintEventHandler(this.exportImage_Paint);
     //
     // ImageGallery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(792, 753);
     this.Controls.Add(this.splitContainer1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 810);
     this.Name          = "ImageGallery";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image Gallery";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this._search.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._searchBox)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.exportImage)).EndInit();
     this.ResumeLayout(false);
 }
示例#18
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form11));
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.cboPrinter            = new System.Windows.Forms.ComboBox();
     this.label1                = new System.Windows.Forms.Label();
     this.btnPrint              = new System.Windows.Forms.Button();
     this.c1DockingTab1         = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1DockingTabPage2     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1FlexGrid1           = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.c1DockingTabPage3     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1TileControl1        = new C1.Win.C1Tile.C1TileControl();
     this.group1                = new C1.Win.C1Tile.Group();
     this.tile1                 = new C1.Win.C1Tile.Tile();
     this.tile2                 = new C1.Win.C1Tile.Tile();
     this.tile3                 = new C1.Win.C1Tile.Tile();
     this.panel2                = new System.Windows.Forms.Panel();
     this.button3               = new System.Windows.Forms.Button();
     this.button2               = new System.Windows.Forms.Button();
     this.button1               = new System.Windows.Forms.Button();
     this.panel11               = new System.Windows.Forms.Panel();
     this.c1DockingTab2         = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage4     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1FlexGrid2           = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.c1DockingTabPage5     = new C1.Win.C1Command.C1DockingTabPage();
     this.c1TextBox1            = new C1.Win.C1Input.C1TextBox();
     this.panel10               = new System.Windows.Forms.Panel();
     this.c1SuperLabel1         = new C1.Win.C1SuperTooltip.C1SuperLabel();
     this.c1SuperTooltip1       = new C1.Win.C1SuperTooltip.C1SuperTooltip(this.components);
     this.c1SuperErrorProvider1 = new C1.Win.C1SuperTooltip.C1SuperErrorProvider(this.components);
     this.c1ThemeController1    = new C1.Win.C1Themes.C1ThemeController();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     this.c1DockingTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit();
     this.c1DockingTabPage3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab2)).BeginInit();
     this.c1DockingTab2.SuspendLayout();
     this.c1DockingTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid2)).BeginInit();
     this.c1DockingTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1TextBox1)).BeginInit();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1SuperErrorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     this.SuspendLayout();
     //
     // cboPrinter
     //
     this.cboPrinter.BackColor         = System.Drawing.Color.White;
     this.cboPrinter.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.cboPrinter.FormattingEnabled = true;
     this.cboPrinter.Location          = new System.Drawing.Point(155, 44);
     this.cboPrinter.Name     = "cboPrinter";
     this.cboPrinter.Size     = new System.Drawing.Size(272, 21);
     this.cboPrinter.TabIndex = 0;
     this.c1ThemeController1.SetTheme(this.cboPrinter, "(default)");
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(88, 47);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(43, 13);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Printer :";
     this.c1ThemeController1.SetTheme(this.label1, "(default)");
     //
     // btnPrint
     //
     this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.btnPrint.ForeColor = System.Drawing.Color.White;
     this.btnPrint.Location  = new System.Drawing.Point(155, 102);
     this.btnPrint.Name      = "btnPrint";
     this.btnPrint.Size      = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex  = 2;
     this.btnPrint.Text      = "Print";
     this.c1ThemeController1.SetTheme(this.btnPrint, "(default)");
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.BackColor   = System.Drawing.Color.White;
     this.c1DockingTab1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage2);
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage3);
     this.c1DockingTab1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1DockingTab1.HotTrack          = true;
     this.c1DockingTab1.Location          = new System.Drawing.Point(0, 0);
     this.c1DockingTab1.Name              = "c1DockingTab1";
     this.c1DockingTab1.SelectedIndex     = 2;
     this.c1DockingTab1.Size              = new System.Drawing.Size(800, 450);
     this.c1DockingTab1.TabIndex          = 3;
     this.c1DockingTab1.TabSizeMode       = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.c1DockingTab1.TabsShowFocusCues = false;
     this.c1DockingTab1.TabsSpacing       = 2;
     this.c1DockingTab1.TabStyle          = C1.Win.C1Command.TabStyleEnum.Office2007;
     this.c1ThemeController1.SetTheme(this.c1DockingTab1, "(default)");
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.cboPrinter);
     this.c1DockingTabPage1.Controls.Add(this.btnPrint);
     this.c1DockingTabPage1.Controls.Add(this.label1);
     this.c1DockingTabPage1.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage1.Name     = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size     = new System.Drawing.Size(798, 425);
     this.c1DockingTabPage1.TabIndex = 0;
     this.c1DockingTabPage1.Text     = "Page1";
     //
     // c1DockingTabPage2
     //
     this.c1DockingTabPage2.Controls.Add(this.c1FlexGrid1);
     this.c1DockingTabPage2.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage2.Name     = "c1DockingTabPage2";
     this.c1DockingTabPage2.Size     = new System.Drawing.Size(798, 425);
     this.c1DockingTabPage2.TabIndex = 1;
     this.c1DockingTabPage2.Text     = "Page2";
     //
     // c1FlexGrid1
     //
     this.c1FlexGrid1.BackColor         = System.Drawing.Color.White;
     this.c1FlexGrid1.ColumnInfo        = "10,1,0,0,0,95,Columns:";
     this.c1FlexGrid1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1FlexGrid1.Location          = new System.Drawing.Point(11, 26);
     this.c1FlexGrid1.Name              = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.DefaultSize  = 19;
     this.c1FlexGrid1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.c1FlexGrid1.Size              = new System.Drawing.Size(240, 150);
     this.c1FlexGrid1.StyleInfo         = resources.GetString("c1FlexGrid1.StyleInfo");
     this.c1FlexGrid1.TabIndex          = 4;
     this.c1ThemeController1.SetTheme(this.c1FlexGrid1, "(default)");
     //
     // c1DockingTabPage3
     //
     this.c1DockingTabPage3.Controls.Add(this.c1TileControl1);
     this.c1DockingTabPage3.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage3.Name     = "c1DockingTabPage3";
     this.c1DockingTabPage3.Size     = new System.Drawing.Size(798, 425);
     this.c1DockingTabPage3.TabIndex = 2;
     this.c1DockingTabPage3.Text     = "Page3";
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking    = true;
     this.c1TileControl1.BackColor        = System.Drawing.SystemColors.Control;
     this.c1TileControl1.CheckBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     this.c1TileControl1.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1TileControl1.GroupForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.HotBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.c1TileControl1.Location       = new System.Drawing.Point(11, 3);
     this.c1TileControl1.Name           = "c1TileControl1";
     this.c1TileControl1.Size           = new System.Drawing.Size(400, 250);
     this.c1TileControl1.TabIndex       = 4;
     this.c1TileControl1.Text           = "c1TileControl1";
     this.c1ThemeController1.SetTheme(this.c1TileControl1, "(default)");
     this.c1TileControl1.TileBackColor   = System.Drawing.Color.White;
     this.c1TileControl1.TileBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1TileControl1.TileForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "Group 1";
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tile2);
     this.group1.Tiles.Add(this.tile3);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.button3);
     this.panel2.Controls.Add(this.button2);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.panel2.Location  = new System.Drawing.Point(0, 350);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(800, 100);
     this.panel2.TabIndex  = 4;
     this.c1ThemeController1.SetTheme(this.panel2, "(default)");
     //
     // button3
     //
     this.button3.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.button3.ForeColor  = System.Drawing.Color.White;
     this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button3.Location   = new System.Drawing.Point(255, 18);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(106, 64);
     this.button3.TabIndex   = 12;
     this.button3.Text       = "confirm";
     this.button3.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.c1ThemeController1.SetTheme(this.button3, "(default)");
     this.button3.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.button2.ForeColor  = System.Drawing.Color.White;
     this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button2.Location   = new System.Drawing.Point(143, 18);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(106, 64);
     this.button2.TabIndex   = 11;
     this.button2.Text       = "cancel";
     this.button2.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.c1ThemeController1.SetTheme(this.button2, "(default)");
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.button1.ForeColor  = System.Drawing.Color.White;
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(31, 18);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(106, 64);
     this.button1.TabIndex   = 10;
     this.button1.Text       = "bill";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.c1ThemeController1.SetTheme(this.button1, "(default)");
     this.button1.UseVisualStyleBackColor = true;
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.White;
     this.panel11.Controls.Add(this.c1DockingTab2);
     this.panel11.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.panel11.Location  = new System.Drawing.Point(0, 23);
     this.panel11.Name      = "panel11";
     this.panel11.Size      = new System.Drawing.Size(800, 427);
     this.panel11.TabIndex  = 6;
     this.c1ThemeController1.SetTheme(this.panel11, "(default)");
     //
     // c1DockingTab2
     //
     this.c1DockingTab2.BackColor   = System.Drawing.Color.White;
     this.c1DockingTab2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1DockingTab2.Controls.Add(this.c1DockingTabPage4);
     this.c1DockingTab2.Controls.Add(this.c1DockingTabPage5);
     this.c1DockingTab2.HotTrack          = true;
     this.c1DockingTab2.Location          = new System.Drawing.Point(12, 26);
     this.c1DockingTab2.Name              = "c1DockingTab2";
     this.c1DockingTab2.SelectedIndex     = 1;
     this.c1DockingTab2.Size              = new System.Drawing.Size(300, 200);
     this.c1DockingTab2.TabIndex          = 7;
     this.c1DockingTab2.TabSizeMode       = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.c1DockingTab2.TabsShowFocusCues = false;
     this.c1DockingTab2.TabsSpacing       = 2;
     this.c1DockingTab2.TabStyle          = C1.Win.C1Command.TabStyleEnum.Office2007;
     this.c1ThemeController1.SetTheme(this.c1DockingTab2, "(default)");
     //
     // c1DockingTabPage4
     //
     this.c1DockingTabPage4.Controls.Add(this.c1FlexGrid2);
     this.c1DockingTabPage4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.c1DockingTabPage4.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage4.Name     = "c1DockingTabPage4";
     this.c1DockingTabPage4.Size     = new System.Drawing.Size(298, 175);
     this.c1DockingTabPage4.TabIndex = 0;
     this.c1DockingTabPage4.Text     = "Page4";
     //
     // c1FlexGrid2
     //
     this.c1FlexGrid2.BackColor         = System.Drawing.Color.White;
     this.c1FlexGrid2.ColumnInfo        = "10,1,0,0,0,140,Columns:";
     this.c1FlexGrid2.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.c1FlexGrid2.Location          = new System.Drawing.Point(0, 0);
     this.c1FlexGrid2.Name              = "c1FlexGrid2";
     this.c1FlexGrid2.Rows.DefaultSize  = 28;
     this.c1FlexGrid2.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.c1FlexGrid2.Size              = new System.Drawing.Size(240, 150);
     this.c1FlexGrid2.StyleInfo         = resources.GetString("c1FlexGrid2.StyleInfo");
     this.c1FlexGrid2.TabIndex          = 0;
     this.c1ThemeController1.SetTheme(this.c1FlexGrid2, "(default)");
     //
     // c1DockingTabPage5
     //
     this.c1DockingTabPage5.Controls.Add(this.c1TextBox1);
     this.c1DockingTabPage5.Location = new System.Drawing.Point(1, 24);
     this.c1DockingTabPage5.Name     = "c1DockingTabPage5";
     this.c1DockingTabPage5.Size     = new System.Drawing.Size(298, 175);
     this.c1DockingTabPage5.TabIndex = 1;
     this.c1DockingTabPage5.Text     = "Page5";
     //
     // c1TextBox1
     //
     this.c1TextBox1.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.c1TextBox1.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1TextBox1.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     this.c1TextBox1.Location          = new System.Drawing.Point(0, 0);
     this.c1TextBox1.Name     = "c1TextBox1";
     this.c1TextBox1.Size     = new System.Drawing.Size(100, 18);
     this.c1TextBox1.TabIndex = 0;
     this.c1TextBox1.Tag      = null;
     this.c1ThemeController1.SetTheme(this.c1TextBox1, "(default)");
     this.c1TextBox1.VisualStyleBaseStyle = C1.Win.C1Input.VisualStyle.Office2010Blue;
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.White;
     this.panel10.Controls.Add(this.c1SuperLabel1);
     this.panel10.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.panel10.Location  = new System.Drawing.Point(0, 0);
     this.panel10.Name      = "panel10";
     this.panel10.Size      = new System.Drawing.Size(800, 23);
     this.panel10.TabIndex  = 5;
     this.c1ThemeController1.SetTheme(this.panel10, "(default)");
     //
     // c1SuperLabel1
     //
     this.c1SuperLabel1.Location = new System.Drawing.Point(161, 0);
     this.c1SuperLabel1.Name     = "c1SuperLabel1";
     this.c1SuperLabel1.Size     = new System.Drawing.Size(75, 23);
     this.c1SuperLabel1.TabIndex = 7;
     this.c1SuperLabel1.Text     = "c1SuperLabel1";
     this.c1ThemeController1.SetTheme(this.c1SuperLabel1, "(default)");
     this.c1SuperLabel1.UseMnemonic = true;
     //
     // c1SuperTooltip1
     //
     this.c1SuperTooltip1.BackgroundGradient = C1.Win.C1SuperTooltip.BackgroundGradient.None;
     this.c1SuperTooltip1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(101)))), ((int)(((byte)(101)))));
     this.c1SuperTooltip1.Font        = new System.Drawing.Font("Tahoma", 8F);
     this.c1SuperTooltip1.RightToLeft = System.Windows.Forms.RightToLeft.Inherit;
     this.c1ThemeController1.SetTheme(this.c1SuperTooltip1, "(default)");
     //
     // c1SuperErrorProvider1
     //
     this.c1SuperErrorProvider1.ContainerControl = this;
     this.c1ThemeController1.SetTheme(this.c1SuperErrorProvider1, "(default)");
     this.c1SuperErrorProvider1.ToolTip = this.c1SuperTooltip1;
     //
     // c1ThemeController1
     //
     this.c1ThemeController1.Theme = "Windows8Red";
     //
     // Form11
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel11);
     this.Controls.Add(this.panel10);
     this.Controls.Add(this.c1DockingTab1);
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(20)))), ((int)(((byte)(0)))));
     this.Name          = "Form11";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form1";
     this.c1ThemeController1.SetTheme(this, "(default)");
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     this.c1DockingTabPage1.PerformLayout();
     this.c1DockingTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit();
     this.c1DockingTabPage3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab2)).EndInit();
     this.c1DockingTab2.ResumeLayout(false);
     this.c1DockingTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid2)).EndInit();
     this.c1DockingTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1TextBox1)).EndInit();
     this.panel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1SuperErrorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.panel1  = new System.Windows.Forms.Panel();
     this.panel2  = new System.Windows.Forms.Panel();
     this.panel4  = new System.Windows.Forms.Panel();
     this.tile1   = new C1.Win.C1Tile.C1TileControl();
     this.gr1     = new C1.Win.C1Tile.Group();
     this.panel3  = new System.Windows.Forms.Panel();
     this.theme1  = new C1.Win.C1Themes.C1ThemeController();
     this.panel5  = new System.Windows.Forms.Panel();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.panel11 = new System.Windows.Forms.Panel();
     this.panel10 = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.theme1)).BeginInit();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel5);
     this.panel1.Controls.Add(this.panel11);
     this.panel1.Controls.Add(this.panel10);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(758, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(389, 642);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(758, 642);
     this.panel2.TabIndex = 1;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.tile1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(758, 425);
     this.panel4.TabIndex = 1;
     //
     // tile1
     //
     this.tile1.AllowChecking = true;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.tile1.DefaultTemplate.Elements.Add(panelElement1);
     this.tile1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tile1.Groups.Add(this.gr1);
     this.tile1.Location = new System.Drawing.Point(0, 0);
     this.tile1.Name     = "tile1";
     this.tile1.Size     = new System.Drawing.Size(758, 425);
     this.tile1.TabIndex = 0;
     this.tile1.Text     = "c1TileControl1";
     //
     // gr1
     //
     this.gr1.Name = "gr1";
     this.gr1.Text = "Group 1";
     //
     // panel3
     //
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 425);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(758, 217);
     this.panel3.TabIndex = 0;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.button3);
     this.panel5.Controls.Add(this.button2);
     this.panel5.Controls.Add(this.button1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 542);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(389, 100);
     this.panel5.TabIndex = 2;
     this.theme1.SetTheme(this.panel5, "(default)");
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Transparent;
     this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(241)))), ((int)(((byte)(171)))));
     this.button3.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(13)))), ((int)(((byte)(13)))));
     this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button3.Location   = new System.Drawing.Point(255, 18);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(106, 64);
     this.button3.TabIndex   = 12;
     this.button3.Text       = "confirm";
     this.button3.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.theme1.SetTheme(this.button3, "(default)");
     this.button3.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Transparent;
     this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(241)))), ((int)(((byte)(171)))));
     this.button2.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(13)))), ((int)(((byte)(13)))));
     this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button2.Location   = new System.Drawing.Point(143, 18);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(106, 64);
     this.button2.TabIndex   = 11;
     this.button2.Text       = "cancel";
     this.button2.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.theme1.SetTheme(this.button2, "(default)");
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(241)))), ((int)(((byte)(171)))));
     this.button1.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(13)))), ((int)(((byte)(13)))));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(31, 18);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(106, 64);
     this.button1.TabIndex   = 10;
     this.button1.Text       = "bill";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.theme1.SetTheme(this.button1, "(default)");
     this.button1.UseVisualStyleBackColor = true;
     //
     // panel11
     //
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 23);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(389, 619);
     this.panel11.TabIndex = 4;
     this.theme1.SetTheme(this.panel11, "(default)");
     //
     // panel10
     //
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(389, 23);
     this.panel10.TabIndex = 3;
     this.theme1.SetTheme(this.panel10, "(default)");
     //
     // FrmOrdering
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1147, 642);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name        = "FrmOrdering";
     this.Text        = "FrmOrdering";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FrmOrdering_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.theme1)).EndInit();
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.sc1                   = new System.Windows.Forms.SplitContainer();
     this.tablePanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                = new System.Windows.Forms.Panel();
     this.panel2                = new System.Windows.Forms.Panel();
     this._searchBox            = new System.Windows.Forms.TextBox();
     this.panel3                = new System.Windows.Forms.Panel();
     this._search               = new System.Windows.Forms.PictureBox();
     this._exportImage2         = new System.Windows.Forms.PictureBox();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this._imageTileControl     = new C1.Win.C1Tile.C1TileControl();
     this.Group1                = new C1.Win.C1Tile.Group();
     this.tile1                 = new C1.Win.C1Tile.Tile();
     this.tile2                 = new C1.Win.C1Tile.Tile();
     this.tile3                 = new C1.Win.C1Tile.Tile();
     this._exportImage          = new System.Windows.Forms.PictureBox();
     this.c1PdfDocument1        = new C1.C1Pdf.C1PdfDocument();
     ((System.ComponentModel.ISupportInitialize)(this.sc1)).BeginInit();
     this.sc1.Panel1.SuspendLayout();
     this.sc1.Panel2.SuspendLayout();
     this.sc1.SuspendLayout();
     this.tablePanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._search)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._exportImage2)).BeginInit();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._exportImage)).BeginInit();
     this.SuspendLayout();
     //
     // sc1
     //
     this.sc1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.sc1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.sc1.IsSplitterFixed = true;
     this.sc1.Location        = new System.Drawing.Point(0, 0);
     this.sc1.Margin          = new System.Windows.Forms.Padding(2);
     this.sc1.Name            = "sc1";
     this.sc1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // sc1.Panel1
     //
     this.sc1.Panel1.Controls.Add(this.tablePanel1);
     this.sc1.Panel1.Margin = new System.Windows.Forms.Padding(2);
     //
     // sc1.Panel2
     //
     this.sc1.Panel2.Controls.Add(this.statusStrip1);
     this.sc1.Panel2.Controls.Add(this._imageTileControl);
     this.sc1.Panel2.Controls.Add(this._exportImage);
     this.sc1.Panel2.Paint      += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     this.sc1.Panel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.sc1_Panel2_MouseClick);
     this.sc1.Size             = new System.Drawing.Size(780, 749);
     this.sc1.SplitterDistance = 40;
     this.sc1.TabIndex         = 0;
     //
     // tablePanel1
     //
     this.tablePanel1.ColumnCount = 3;
     this.tablePanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tablePanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tablePanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
     this.tablePanel1.Controls.Add(this.panel1, 1, 0);
     this.tablePanel1.Controls.Add(this.panel3, 2, 0);
     this.tablePanel1.Controls.Add(this._exportImage2, 0, 0);
     this.tablePanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tablePanel1.Location = new System.Drawing.Point(0, 0);
     this.tablePanel1.Name     = "tablePanel1";
     this.tablePanel1.RowCount = 1;
     this.tablePanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tablePanel1.Size     = new System.Drawing.Size(780, 40);
     this.tablePanel1.TabIndex = 0;
     this.tablePanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tablePanel1_Paint);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this._searchBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(198, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(286, 34);
     this.panel1.TabIndex = 5;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint_2);
     //
     // panel2
     //
     this.panel2.Location = new System.Drawing.Point(479, 12);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2, 12, 45, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(40, 16);
     this.panel2.TabIndex = 1;
     this.panel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.OnSearchPanelPaint);
     //
     // _searchBox
     //
     this._searchBox.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._searchBox.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this._searchBox.Location     = new System.Drawing.Point(3, 12);
     this._searchBox.Name         = "_searchBox";
     this._searchBox.Size         = new System.Drawing.Size(265, 13);
     this._searchBox.TabIndex     = 4;
     this._searchBox.Text         = "Search Image";
     this._searchBox.MouseClick  += new System.Windows.Forms.MouseEventHandler(this._searchBox_MouseClick);
     this._searchBox.TextChanged += new System.EventHandler(this._searchBox_TextChanged);
     //
     // panel3
     //
     this.panel3.Controls.Add(this._search);
     this.panel3.Location = new System.Drawing.Point(489, 12);
     this.panel3.Margin   = new System.Windows.Forms.Padding(2, 12, 45, 12);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(60, 16);
     this.panel3.TabIndex = 1;
     //
     // _search
     //
     this._search.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._search.Image    = ((System.Drawing.Image)(resources.GetObject("_search.Image")));
     this._search.Location = new System.Drawing.Point(0, -3);
     this._search.Margin   = new System.Windows.Forms.Padding(0);
     this._search.Name     = "_search";
     this._search.Size     = new System.Drawing.Size(60, 28);
     this._search.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this._search.TabIndex = 0;
     this._search.TabStop  = false;
     this._search.Click   += new System.EventHandler(this._search_Click_1);
     //
     // _exportImage2
     //
     this._exportImage2.Image    = ((System.Drawing.Image)(resources.GetObject("_exportImage2.Image")));
     this._exportImage2.Location = new System.Drawing.Point(3, 3);
     this._exportImage2.Name     = "_exportImage2";
     this._exportImage2.Size     = new System.Drawing.Size(54, 34);
     this._exportImage2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this._exportImage2.TabIndex = 6;
     this._exportImage2.TabStop  = false;
     this._exportImage2.Visible  = false;
     this._exportImage2.Click   += new System.EventHandler(this.OnExportClick);
     this._exportImage2.Paint   += new System.Windows.Forms.PaintEventHandler(this.OnExportImagePaint);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 683);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(780, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text     = "statusStrip1";
     this.statusStrip1.Visible  = false;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name  = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size  = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     //
     // _imageTileControl
     //
     this._imageTileControl.AllowChecking    = true;
     this._imageTileControl.AllowRearranging = true;
     this._imageTileControl.CellHeight       = 78;
     this._imageTileControl.CellSpacing      = 11;
     this._imageTileControl.CellWidth        = 78;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this._imageTileControl.DefaultTemplate.Elements.Add(panelElement1);
     this._imageTileControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this._imageTileControl.Groups.Add(this.Group1);
     this._imageTileControl.Location               = new System.Drawing.Point(0, 0);
     this._imageTileControl.Name                   = "_imageTileControl";
     this._imageTileControl.Size                   = new System.Drawing.Size(780, 705);
     this._imageTileControl.SwipeDistance          = 20;
     this._imageTileControl.SwipeRearrangeDistance = 98;
     this._imageTileControl.TabIndex               = 3;
     this._imageTileControl.TileChecked           += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileChecked);
     this._imageTileControl.TileUnchecked         += new System.EventHandler <C1.Win.C1Tile.TileEventArgs>(this._imageTileControl_TileUnchecked);
     this._imageTileControl.Paint                 += new System.Windows.Forms.PaintEventHandler(this._imageTileControl_Paint_1);
     //
     // Group1
     //
     this.Group1.Name = "Group1";
     this.Group1.Text = "Your search result!";
     this.Group1.Tiles.Add(this.tile1);
     this.Group1.Tiles.Add(this.tile2);
     this.Group1.Tiles.Add(this.tile3);
     this.Group1.Paint += new System.Windows.Forms.PaintEventHandler(this.OnTileControlPaint);
     //
     // tile1
     //
     this.tile1.BackColor = System.Drawing.Color.LightCoral;
     this.tile1.Name      = "tile1";
     this.tile1.Text      = "Tile 1";
     this.tile1.Visible   = false;
     this.tile1.Paint    += new System.Windows.Forms.PaintEventHandler(this.OnTileControlPaint);
     //
     // tile2
     //
     this.tile2.BackColor = System.Drawing.Color.Teal;
     this.tile2.Name      = "tile2";
     this.tile2.Text      = "Tile 2";
     this.tile2.Visible   = false;
     this.tile2.Paint    += new System.Windows.Forms.PaintEventHandler(this.OnTileControlPaint);
     //
     // tile3
     //
     this.tile3.BackColor = System.Drawing.Color.SteelBlue;
     this.tile3.Name      = "tile3";
     this.tile3.Text      = "Tile 3";
     this.tile3.Visible   = false;
     this.tile3.Paint    += new System.Windows.Forms.PaintEventHandler(this.OnTileControlPaint);
     //
     // _exportImage
     //
     this._exportImage.Image    = ((System.Drawing.Image)(resources.GetObject("_exportImage.Image")));
     this._exportImage.Location = new System.Drawing.Point(29, 3);
     this._exportImage.Name     = "_exportImage";
     this._exportImage.Size     = new System.Drawing.Size(135, 28);
     this._exportImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this._exportImage.TabIndex = 2;
     this._exportImage.TabStop  = false;
     this._exportImage.Click   += new System.EventHandler(this.OnExportClick);
     this._exportImage.Paint   += new System.Windows.Forms.PaintEventHandler(this.OnExportImagePaint);
     //
     // c1PdfDocument1
     //
     this.c1PdfDocument1.DocumentInfo.Author       = "";
     this.c1PdfDocument1.DocumentInfo.CreationDate = new System.DateTime(((long)(0)));
     this.c1PdfDocument1.DocumentInfo.Creator      = "";
     this.c1PdfDocument1.DocumentInfo.Keywords     = "";
     this.c1PdfDocument1.DocumentInfo.Producer     = "ComponentOne C1Pdf";
     this.c1PdfDocument1.DocumentInfo.Subject      = "";
     this.c1PdfDocument1.DocumentInfo.Title        = "";
     this.c1PdfDocument1.MaxHeaderBookmarkLevel    = 0;
     this.c1PdfDocument1.PdfVersion     = "1.3";
     this.c1PdfDocument1.RefDC          = null;
     this.c1PdfDocument1.RotateAngle    = 0F;
     this.c1PdfDocument1.UseFastTextOut = true;
     this.c1PdfDocument1.UseFontShaping = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(780, 749);
     this.Controls.Add(this.sc1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 810);
     this.Name          = "Form1";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image Gallery";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.sc1.Panel1.ResumeLayout(false);
     this.sc1.Panel2.ResumeLayout(false);
     this.sc1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sc1)).EndInit();
     this.sc1.ResumeLayout(false);
     this.tablePanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._search)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._exportImage2)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._exportImage)).EndInit();
     this.ResumeLayout(false);
 }
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Tile.PanelElement panelElement1 = new C1.Win.C1Tile.PanelElement();
     C1.Win.C1Tile.ImageElement imageElement1 = new C1.Win.C1Tile.ImageElement();
     C1.Win.C1Tile.TextElement  textElement1  = new C1.Win.C1Tile.TextElement();
     this.c1TileControl1     = new C1.Win.C1Tile.C1TileControl();
     this.group1             = new C1.Win.C1Tile.Group();
     this.tilSSDataView      = new C1.Win.C1Tile.Tile();
     this.tilSSDataAdd       = new C1.Win.C1Tile.Tile();
     this.tilExit            = new C1.Win.C1Tile.Tile();
     this.tile1              = new C1.Win.C1Tile.Tile();
     this.c1ThemeController1 = new C1.Win.C1Themes.C1ThemeController();
     this.tilBillMuad        = new C1.Win.C1Tile.Tile();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     this.SuspendLayout();
     //
     // c1TileControl1
     //
     this.c1TileControl1.AllowChecking    = true;
     this.c1TileControl1.AllowRearranging = true;
     //
     //
     //
     panelElement1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
     panelElement1.Children.Add(imageElement1);
     panelElement1.Children.Add(textElement1);
     panelElement1.Margin = new System.Windows.Forms.Padding(10, 6, 10, 6);
     this.c1TileControl1.DefaultTemplate.Elements.Add(panelElement1);
     this.c1TileControl1.Groups.Add(this.group1);
     this.c1TileControl1.Location = new System.Drawing.Point(12, 12);
     this.c1TileControl1.Name     = "c1TileControl1";
     this.c1TileControl1.Size     = new System.Drawing.Size(340, 471);
     this.c1TileControl1.TabIndex = 0;
     this.c1TileControl1.Text     = "โปรแกรม ประกันสังคม";
     //
     // group1
     //
     this.group1.Name = "group1";
     this.group1.Text = "หน้าจอใช้งาน";
     this.group1.Tiles.Add(this.tilSSDataView);
     this.group1.Tiles.Add(this.tilSSDataAdd);
     this.group1.Tiles.Add(this.tilExit);
     this.group1.Tiles.Add(this.tile1);
     this.group1.Tiles.Add(this.tilBillMuad);
     //
     // tilSSDataView
     //
     this.tilSSDataView.BackColor = System.Drawing.Color.LightCoral;
     this.tilSSDataView.Name      = "tilSSDataView";
     this.tilSSDataView.Text      = "ข้อมูลประจำเดือน";
     this.tilSSDataView.Click    += new System.EventHandler(this.tilSSDataView_Click);
     //
     // tilSSDataAdd
     //
     this.tilSSDataAdd.BackColor = System.Drawing.Color.Teal;
     this.tilSSDataAdd.Name      = "tilSSDataAdd";
     this.tilSSDataAdd.Text      = "ทำข้อมูลใหม่";
     this.tilSSDataAdd.Click    += new System.EventHandler(this.tilSSDataAdd_Click);
     //
     // tilExit
     //
     this.tilExit.BackColor = System.Drawing.Color.SteelBlue;
     this.tilExit.Name      = "tilExit";
     this.tilExit.Text      = "ออกจากโปรแกรม";
     this.tilExit.Click    += new System.EventHandler(this.tilExit_Click);
     //
     // tile1
     //
     this.tile1.Name   = "tile1";
     this.tile1.Text   = "Drug Catalogue";
     this.tile1.Click += new System.EventHandler(this.tile1_Click);
     //
     // c1ThemeController1
     //
     this.c1ThemeController1.Theme = "Office2010Black";
     //
     // tilBillMuad
     //
     this.tilBillMuad.Name   = "tilBillMuad";
     this.tilBillMuad.Text   = "Bill Muad";
     this.tilBillMuad.Click += new System.EventHandler(this.tilBillMuad_Click);
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(815, 495);
     this.Controls.Add(this.c1TileControl1);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(237)))), ((int)(((byte)(237)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmMain";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FrmSSDataView";
     this.c1ThemeController1.SetTheme(this, "Office2010Black");
     this.Load      += new System.EventHandler(this.FrmMain_Load);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmSSDataView_MouseDown);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FrmSSDataView_MouseMove);
     this.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.FrmSSDataView_MouseUp);
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     this.ResumeLayout(false);
 }