97 lines
3.9 KiB
C#
97 lines
3.9 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.DataEntry.iPerl
|
|
{
|
|
partial class CycleBeginningForm
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CycleBeginningForm));
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.orderGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.orderComboBox = new System.Windows.Forms.ComboBox();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.orderGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
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);
|
|
//
|
|
// orderGroupBox
|
|
//
|
|
this.orderGroupBox.Controls.Add(this.orderComboBox);
|
|
resources.ApplyResources(this.orderGroupBox, "orderGroupBox");
|
|
this.orderGroupBox.ForeColor = System.Drawing.Color.Black;
|
|
this.orderGroupBox.Name = "orderGroupBox";
|
|
this.orderGroupBox.TabStop = false;
|
|
//
|
|
// orderComboBox
|
|
//
|
|
this.orderComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.orderComboBox, "orderComboBox");
|
|
this.orderComboBox.Name = "orderComboBox";
|
|
//
|
|
// pictureBox
|
|
//
|
|
resources.ApplyResources(this.pictureBox, "pictureBox");
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// CycleBeginningForm
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.DarkGray;
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.orderGroupBox);
|
|
this.Controls.Add(this.okButton);
|
|
this.ForeColor = System.Drawing.Color.Black;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "CycleBeginningForm";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.CycleBeginningForm_Load);
|
|
this.orderGroupBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox orderGroupBox;
|
|
private System.Windows.Forms.ComboBox orderComboBox;
|
|
private System.Windows.Forms.PictureBox pictureBox;
|
|
}
|
|
} |