namespace FlexenabledLic { partial class Form1 { /// /// 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() { this.pictureBoxF2 = new System.Windows.Forms.PictureBox(); this.pictureBoxF1 = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelFlexMsgs = new System.Windows.Forms.Label(); this.checkBoxF2 = new System.Windows.Forms.CheckBox(); this.checkBoxF1 = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxF2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxF1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pictureBoxF2 // this.pictureBoxF2.BackColor = System.Drawing.Color.Silver; this.pictureBoxF2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBoxF2.Location = new System.Drawing.Point(49, 66); this.pictureBoxF2.Name = "pictureBoxF2"; this.pictureBoxF2.Size = new System.Drawing.Size(32, 30); this.pictureBoxF2.TabIndex = 21; this.pictureBoxF2.TabStop = false; // // pictureBoxF1 // this.pictureBoxF1.BackColor = System.Drawing.Color.Silver; this.pictureBoxF1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBoxF1.Location = new System.Drawing.Point(49, 24); this.pictureBoxF1.Name = "pictureBoxF1"; this.pictureBoxF1.Size = new System.Drawing.Size(32, 30); this.pictureBoxF1.TabIndex = 20; this.pictureBoxF1.TabStop = false; // // groupBox1 // this.groupBox1.Controls.Add(this.labelFlexMsgs); this.groupBox1.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(49, 101); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(453, 147); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; this.groupBox1.Text = "FLEXnet messages"; // // labelFlexMsgs // this.labelFlexMsgs.AutoSize = true; this.labelFlexMsgs.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelFlexMsgs.Location = new System.Drawing.Point(11, 21); this.labelFlexMsgs.Name = "labelFlexMsgs"; this.labelFlexMsgs.Size = new System.Drawing.Size(45, 18); this.labelFlexMsgs.TabIndex = 0; this.labelFlexMsgs.Text = "Ready."; // // checkBoxF2 // this.checkBoxF2.AutoSize = true; this.checkBoxF2.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBoxF2.Location = new System.Drawing.Point(95, 70); this.checkBoxF2.Name = "checkBoxF2"; this.checkBoxF2.Size = new System.Drawing.Size(121, 22); this.checkBoxF2.TabIndex = 18; this.checkBoxF2.Text = "Use polygel 239"; this.checkBoxF2.UseVisualStyleBackColor = true; // // checkBoxF1 // this.checkBoxF1.AutoSize = true; this.checkBoxF1.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBoxF1.Location = new System.Drawing.Point(95, 29); this.checkBoxF1.Name = "checkBoxF1"; this.checkBoxF1.Size = new System.Drawing.Size(92, 22); this.checkBoxF1.TabIndex = 17; this.checkBoxF1.Text = "Use polygel"; this.checkBoxF1.UseVisualStyleBackColor = true; this.checkBoxF1.CheckedChanged += new System.EventHandler(this.checkBoxF1_CheckedChanged); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(616, 309); this.Controls.Add(this.pictureBoxF2); this.Controls.Add(this.pictureBoxF1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.checkBoxF2); this.Controls.Add(this.checkBoxF1); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxF2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxF1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBoxF2; private System.Windows.Forms.PictureBox pictureBoxF1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label labelFlexMsgs; private System.Windows.Forms.CheckBox checkBoxF2; private System.Windows.Forms.CheckBox checkBoxF1; } }