/// /// Copyright (c) 2023 Sensus Slovensko a.s. /// namespace TBF.Rig.DataEntry.Uni { partial class CycleBgEnForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CycleBgEnForm)); this.okButton = new System.Windows.Forms.Button(); this.clearButton = new System.Windows.Forms.Button(); this.autoSNButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // okButton // resources.ApplyResources(this.okButton, "okButton"); this.okButton.ForeColor = System.Drawing.Color.Black; this.okButton.Name = "okButton"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // clearButton // resources.ApplyResources(this.clearButton, "clearButton"); this.clearButton.ForeColor = System.Drawing.Color.Black; this.clearButton.Name = "clearButton"; this.clearButton.UseVisualStyleBackColor = true; this.clearButton.Click += new System.EventHandler(this.clearButton_Click); // // autoSNButton // resources.ApplyResources(this.autoSNButton, "autoSNButton"); this.autoSNButton.ForeColor = System.Drawing.Color.Black; this.autoSNButton.Name = "autoSNButton"; this.autoSNButton.UseVisualStyleBackColor = true; this.autoSNButton.Click += new System.EventHandler(this.autoSNButton_Click); // // CycleBgEnForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.autoSNButton); this.Controls.Add(this.clearButton); this.Controls.Add(this.okButton); this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "CycleBgEnForm"; this.TopMost = true; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button clearButton; private System.Windows.Forms.Button autoSNButton; } }