| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  | namespace UI_WinForms.Components | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     partial class Settings | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         /// <summary>  | 
					
						
							|  |  |  |  |         /// Required designer variable. | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         private System.ComponentModel.IContainer components = null; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         /// <summary>  | 
					
						
							|  |  |  |  |         /// Clean up any resources being used. | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | 
					
						
							|  |  |  |  |         protected override void Dispose(bool disposing) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             if (disposing && (components != null)) | 
					
						
							|  |  |  |  |             { | 
					
						
							|  |  |  |  |                 components.Dispose(); | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  |             base.Dispose(disposing); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         #region Component Designer generated code | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         /// <summary>  | 
					
						
							|  |  |  |  |         /// Required method for Designer support - do not modify  | 
					
						
							|  |  |  |  |         /// the contents of this method with the code editor. | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         private void InitializeComponent() | 
					
						
							|  |  |  |  |         { | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.components = new System.ComponentModel.Container(); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.tableLayout = new System.Windows.Forms.TableLayoutPanel(); | 
					
						
							|  |  |  |  |             this.labelHeadIcon = new System.Windows.Forms.Label(); | 
					
						
							|  |  |  |  |             this.labelHead = new System.Windows.Forms.Label(); | 
					
						
							|  |  |  |  |             this.panelSettings = new System.Windows.Forms.Panel(); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.flowLayoutToolbar = new System.Windows.Forms.FlowLayoutPanel(); | 
					
						
							|  |  |  |  |             this.buttonAddCulture = new System.Windows.Forms.Button(); | 
					
						
							| 
									
										
										
										
											2022-08-02 18:43:58 +00:00
										 |  |  |  |             this.buttonDeleteCulture = new System.Windows.Forms.Button(); | 
					
						
							|  |  |  |  |             this.contextMenuDelete = new System.Windows.Forms.ContextMenuStrip(this.components); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.toolTip = new System.Windows.Forms.ToolTip(this.components); | 
					
						
							| 
									
										
										
										
											2022-11-06 19:12:26 +00:00
										 |  |  |  |             this.labelVersion = new System.Windows.Forms.Label(); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.tableLayout.SuspendLayout(); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.flowLayoutToolbar.SuspendLayout(); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.SuspendLayout(); | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             // tableLayout | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.tableLayout.ColumnCount = 2; | 
					
						
							|  |  |  |  |             this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F)); | 
					
						
							|  |  |  |  |             this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); | 
					
						
							|  |  |  |  |             this.tableLayout.Controls.Add(this.labelHeadIcon, 0, 0); | 
					
						
							|  |  |  |  |             this.tableLayout.Controls.Add(this.labelHead, 1, 0); | 
					
						
							|  |  |  |  |             this.tableLayout.Controls.Add(this.panelSettings, 0, 1); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.tableLayout.Controls.Add(this.flowLayoutToolbar, 0, 2); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill; | 
					
						
							|  |  |  |  |             this.tableLayout.Location = new System.Drawing.Point(0, 0); | 
					
						
							|  |  |  |  |             this.tableLayout.Name = "tableLayout"; | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.tableLayout.RowCount = 3; | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F)); | 
					
						
							|  |  |  |  |             this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F)); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.tableLayout.Size = new System.Drawing.Size(1001, 381); | 
					
						
							|  |  |  |  |             this.tableLayout.TabIndex = 1; | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             // labelHeadIcon | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.labelHeadIcon.AutoSize = true; | 
					
						
							|  |  |  |  |             this.labelHeadIcon.Dock = System.Windows.Forms.DockStyle.Fill; | 
					
						
							|  |  |  |  |             this.labelHeadIcon.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); | 
					
						
							|  |  |  |  |             this.labelHeadIcon.Image = global::UI_WinForms.Resources.Icons.icons8_settings_svg; | 
					
						
							|  |  |  |  |             this.labelHeadIcon.Location = new System.Drawing.Point(3, 0); | 
					
						
							|  |  |  |  |             this.labelHeadIcon.Name = "labelHeadIcon"; | 
					
						
							|  |  |  |  |             this.labelHeadIcon.Size = new System.Drawing.Size(64, 66); | 
					
						
							|  |  |  |  |             this.labelHeadIcon.TabIndex = 0; | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             // labelHead | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.labelHead.AutoSize = true; | 
					
						
							|  |  |  |  |             this.labelHead.Dock = System.Windows.Forms.DockStyle.Fill; | 
					
						
							|  |  |  |  |             this.labelHead.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); | 
					
						
							|  |  |  |  |             this.labelHead.Location = new System.Drawing.Point(73, 0); | 
					
						
							|  |  |  |  |             this.labelHead.Name = "labelHead"; | 
					
						
							|  |  |  |  |             this.labelHead.Size = new System.Drawing.Size(925, 66); | 
					
						
							|  |  |  |  |             this.labelHead.TabIndex = 1; | 
					
						
							|  |  |  |  |             this.labelHead.Text = "Settings"; | 
					
						
							|  |  |  |  |             this.labelHead.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             // panelSettings | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.panelSettings.AutoScroll = true; | 
					
						
							|  |  |  |  |             this.tableLayout.SetColumnSpan(this.panelSettings, 21); | 
					
						
							|  |  |  |  |             this.panelSettings.Dock = System.Windows.Forms.DockStyle.Fill; | 
					
						
							|  |  |  |  |             this.panelSettings.Location = new System.Drawing.Point(0, 66); | 
					
						
							|  |  |  |  |             this.panelSettings.Margin = new System.Windows.Forms.Padding(0); | 
					
						
							|  |  |  |  |             this.panelSettings.Name = "panelSettings"; | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.panelSettings.Size = new System.Drawing.Size(1001, 249); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.panelSettings.TabIndex = 2; | 
					
						
							|  |  |  |  |             //  | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             // flowLayoutToolbar | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.tableLayout.SetColumnSpan(this.flowLayoutToolbar, 2); | 
					
						
							|  |  |  |  |             this.flowLayoutToolbar.Controls.Add(this.buttonAddCulture); | 
					
						
							| 
									
										
										
										
											2022-08-02 18:43:58 +00:00
										 |  |  |  |             this.flowLayoutToolbar.Controls.Add(this.buttonDeleteCulture); | 
					
						
							| 
									
										
										
										
											2022-11-06 19:12:26 +00:00
										 |  |  |  |             this.flowLayoutToolbar.Controls.Add(this.labelVersion); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.flowLayoutToolbar.Dock = System.Windows.Forms.DockStyle.Fill; | 
					
						
							|  |  |  |  |             this.flowLayoutToolbar.Location = new System.Drawing.Point(0, 315); | 
					
						
							|  |  |  |  |             this.flowLayoutToolbar.Margin = new System.Windows.Forms.Padding(0); | 
					
						
							|  |  |  |  |             this.flowLayoutToolbar.Name = "flowLayoutToolbar"; | 
					
						
							|  |  |  |  |             this.flowLayoutToolbar.Size = new System.Drawing.Size(1001, 66); | 
					
						
							|  |  |  |  |             this.flowLayoutToolbar.TabIndex = 3; | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             // buttonAddCulture | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.buttonAddCulture.FlatAppearance.BorderSize = 0; | 
					
						
							|  |  |  |  |             this.buttonAddCulture.FlatStyle = System.Windows.Forms.FlatStyle.Flat; | 
					
						
							|  |  |  |  |             this.buttonAddCulture.Image = global::UI_WinForms.Resources.Icons.icons8_collectibles_512; | 
					
						
							|  |  |  |  |             this.buttonAddCulture.Location = new System.Drawing.Point(3, 3); | 
					
						
							|  |  |  |  |             this.buttonAddCulture.Name = "buttonAddCulture"; | 
					
						
							|  |  |  |  |             this.buttonAddCulture.Size = new System.Drawing.Size(60, 60); | 
					
						
							|  |  |  |  |             this.buttonAddCulture.TabIndex = 0; | 
					
						
							|  |  |  |  |             this.toolTip.SetToolTip(this.buttonAddCulture, "Add another culture"); | 
					
						
							|  |  |  |  |             this.buttonAddCulture.UseVisualStyleBackColor = true; | 
					
						
							|  |  |  |  |             this.buttonAddCulture.Click += new System.EventHandler(this.buttonAddCulture_Click); | 
					
						
							|  |  |  |  |             //  | 
					
						
							| 
									
										
										
										
											2022-08-02 18:43:58 +00:00
										 |  |  |  |             // buttonDeleteCulture | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.ContextMenuStrip = this.contextMenuDelete; | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.FlatAppearance.BorderSize = 0; | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.FlatStyle = System.Windows.Forms.FlatStyle.Flat; | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.Image = global::UI_WinForms.Resources.Icons.icons8_trash_can_512; | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.Location = new System.Drawing.Point(69, 3); | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.Name = "buttonDeleteCulture"; | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.Size = new System.Drawing.Size(60, 60); | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.TabIndex = 0; | 
					
						
							|  |  |  |  |             this.toolTip.SetToolTip(this.buttonDeleteCulture, "Delete a culture"); | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.UseVisualStyleBackColor = true; | 
					
						
							|  |  |  |  |             this.buttonDeleteCulture.Click += new System.EventHandler(this.buttonDeleteCulture_Click); | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             // contextMenuDelete | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.contextMenuDelete.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); | 
					
						
							|  |  |  |  |             this.contextMenuDelete.ImageScalingSize = new System.Drawing.Size(20, 20); | 
					
						
							|  |  |  |  |             this.contextMenuDelete.Name = "contextMenuDelete"; | 
					
						
							| 
									
										
										
										
											2022-11-06 19:12:26 +00:00
										 |  |  |  |             this.contextMenuDelete.Size = new System.Drawing.Size(61, 4); | 
					
						
							| 
									
										
										
										
											2022-08-02 18:43:58 +00:00
										 |  |  |  |             //  | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             // toolTip | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.toolTip.AutoPopDelay = 30000; | 
					
						
							|  |  |  |  |             this.toolTip.InitialDelay = 500; | 
					
						
							|  |  |  |  |             this.toolTip.ReshowDelay = 100; | 
					
						
							|  |  |  |  |             this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; | 
					
						
							|  |  |  |  |             this.toolTip.ToolTipTitle = "Help"; | 
					
						
							|  |  |  |  |             //  | 
					
						
							| 
									
										
										
										
											2022-11-06 19:12:26 +00:00
										 |  |  |  |             // labelVersion | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.labelVersion.AutoSize = true; | 
					
						
							|  |  |  |  |             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Left; | 
					
						
							|  |  |  |  |             this.labelVersion.Location = new System.Drawing.Point(135, 0); | 
					
						
							|  |  |  |  |             this.labelVersion.Name = "labelVersion"; | 
					
						
							|  |  |  |  |             this.labelVersion.Size = new System.Drawing.Size(0, 66); | 
					
						
							|  |  |  |  |             this.labelVersion.TabIndex = 1; | 
					
						
							|  |  |  |  |             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 
					
						
							|  |  |  |  |             //  | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             // Settings | 
					
						
							|  |  |  |  |             //  | 
					
						
							|  |  |  |  |             this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); | 
					
						
							|  |  |  |  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; | 
					
						
							|  |  |  |  |             this.Controls.Add(this.tableLayout); | 
					
						
							|  |  |  |  |             this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); | 
					
						
							|  |  |  |  |             this.Name = "Settings"; | 
					
						
							|  |  |  |  |             this.Size = new System.Drawing.Size(1001, 381); | 
					
						
							|  |  |  |  |             this.tableLayout.ResumeLayout(false); | 
					
						
							|  |  |  |  |             this.tableLayout.PerformLayout(); | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |             this.flowLayoutToolbar.ResumeLayout(false); | 
					
						
							| 
									
										
										
										
											2022-11-06 19:12:26 +00:00
										 |  |  |  |             this.flowLayoutToolbar.PerformLayout(); | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |             this.ResumeLayout(false); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         #endregion | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         private TableLayoutPanel tableLayout; | 
					
						
							|  |  |  |  |         private Label labelHeadIcon; | 
					
						
							|  |  |  |  |         private Label labelHead; | 
					
						
							|  |  |  |  |         private Panel panelSettings; | 
					
						
							| 
									
										
										
										
											2022-07-30 21:34:45 +00:00
										 |  |  |  |         private FlowLayoutPanel flowLayoutToolbar; | 
					
						
							|  |  |  |  |         private ToolTip toolTip; | 
					
						
							|  |  |  |  |         private Button buttonAddCulture; | 
					
						
							| 
									
										
										
										
											2022-08-02 18:43:58 +00:00
										 |  |  |  |         private Button buttonDeleteCulture; | 
					
						
							|  |  |  |  |         private ContextMenuStrip contextMenuDelete; | 
					
						
							| 
									
										
										
										
											2022-11-06 19:12:26 +00:00
										 |  |  |  |         private Label labelVersion; | 
					
						
							| 
									
										
										
										
											2022-07-26 17:08:47 +00:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | } |