/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.TestWizard { partial class Roi1 { /// /// 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.horizSplitContainer = new System.Windows.Forms.SplitContainer(); this.stylePictureBox = new System.Windows.Forms.PictureBox(); this.fwButton = new System.Windows.Forms.Button(); this.bwButton = new System.Windows.Forms.Button(); this.teetgCountTextBox = new System.Windows.Forms.TextBox(); this.teethCount = new System.Windows.Forms.Label(); this.cancelButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); this.backButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).BeginInit(); this.horizSplitContainer.Panel1.SuspendLayout(); this.horizSplitContainer.Panel2.SuspendLayout(); this.horizSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.stylePictureBox)).BeginInit(); this.SuspendLayout(); // // horizSplitContainer // this.horizSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.horizSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.horizSplitContainer.Location = new System.Drawing.Point(0, 0); this.horizSplitContainer.Name = "horizSplitContainer"; this.horizSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // horizSplitContainer.Panel1 // this.horizSplitContainer.Panel1.Controls.Add(this.stylePictureBox); this.horizSplitContainer.Panel1.Controls.Add(this.fwButton); this.horizSplitContainer.Panel1.Controls.Add(this.bwButton); this.horizSplitContainer.Panel1.Controls.Add(this.teetgCountTextBox); this.horizSplitContainer.Panel1.Controls.Add(this.teethCount); // // horizSplitContainer.Panel2 // this.horizSplitContainer.Panel2.Controls.Add(this.cancelButton); this.horizSplitContainer.Panel2.Controls.Add(this.nextButton); this.horizSplitContainer.Panel2.Controls.Add(this.backButton); this.horizSplitContainer.Size = new System.Drawing.Size(284, 262); this.horizSplitContainer.SplitterDistance = 182; this.horizSplitContainer.TabIndex = 1; // // stylePictureBox // this.stylePictureBox.Location = new System.Drawing.Point(79, 12); this.stylePictureBox.Name = "stylePictureBox"; this.stylePictureBox.Size = new System.Drawing.Size(128, 128); this.stylePictureBox.TabIndex = 7; this.stylePictureBox.TabStop = false; // // fwButton // this.fwButton.Location = new System.Drawing.Point(220, 54); this.fwButton.Name = "fwButton"; this.fwButton.Size = new System.Drawing.Size(41, 44); this.fwButton.TabIndex = 6; this.fwButton.Text = "->"; this.fwButton.UseVisualStyleBackColor = true; this.fwButton.Click += new System.EventHandler(this.fwButton_Click); // // bwButton // this.bwButton.Location = new System.Drawing.Point(24, 54); this.bwButton.Name = "bwButton"; this.bwButton.Size = new System.Drawing.Size(41, 44); this.bwButton.TabIndex = 5; this.bwButton.Text = "<-"; this.bwButton.UseVisualStyleBackColor = true; this.bwButton.Click += new System.EventHandler(this.bwButton_Click); // // teetgCountTextBox // this.teetgCountTextBox.Location = new System.Drawing.Point(175, 150); this.teetgCountTextBox.Name = "teetgCountTextBox"; this.teetgCountTextBox.Size = new System.Drawing.Size(32, 20); this.teetgCountTextBox.TabIndex = 4; this.teetgCountTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged); // // teethCount // this.teethCount.AutoSize = true; this.teethCount.Location = new System.Drawing.Point(76, 153); this.teethCount.Name = "teethCount"; this.teethCount.Size = new System.Drawing.Size(65, 13); this.teethCount.TabIndex = 1; this.teethCount.Text = "Teeth count"; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(186, 17); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 42); this.cancelButton.TabIndex = 27; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // nextButton // this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.nextButton.Location = new System.Drawing.Point(105, 17); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(75, 42); this.nextButton.TabIndex = 26; this.nextButton.Text = "&Next >"; this.nextButton.UseVisualStyleBackColor = true; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // backButton // this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.backButton.DialogResult = System.Windows.Forms.DialogResult.Retry; this.backButton.Location = new System.Drawing.Point(24, 17); this.backButton.Name = "backButton"; this.backButton.Size = new System.Drawing.Size(75, 42); this.backButton.TabIndex = 25; this.backButton.Text = "< &Back"; this.backButton.UseVisualStyleBackColor = true; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // Roi1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.horizSplitContainer); this.Name = "Roi1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Pointer/arrow style"; this.Load += new System.EventHandler(this.Roi1_Load); this.horizSplitContainer.Panel1.ResumeLayout(false); this.horizSplitContainer.Panel1.PerformLayout(); this.horizSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).EndInit(); this.horizSplitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.stylePictureBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer horizSplitContainer; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button nextButton; private System.Windows.Forms.Button backButton; private System.Windows.Forms.TextBox teetgCountTextBox; private System.Windows.Forms.Label teethCount; private System.Windows.Forms.PictureBox stylePictureBox; private System.Windows.Forms.Button fwButton; private System.Windows.Forms.Button bwButton; } }