156 lines
No EOL
6.6 KiB
C#
156 lines
No EOL
6.6 KiB
C#
namespace DeviceScheduler
|
|
{
|
|
partial class frmScheduleAddDevice
|
|
{
|
|
/// <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(frmScheduleAddDevice));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cboDevices = new System.Windows.Forms.ComboBox();
|
|
this.cboAction = new System.Windows.Forms.ComboBox();
|
|
this.cmdOK = new System.Windows.Forms.Button();
|
|
this.cmdCancel = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.AccessibleDescription = null;
|
|
this.groupBox1.AccessibleName = null;
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.BackgroundImage = null;
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.cboDevices);
|
|
this.groupBox1.Controls.Add(this.cboAction);
|
|
this.groupBox1.Font = null;
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AccessibleDescription = null;
|
|
this.label1.AccessibleName = null;
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Font = null;
|
|
this.label1.Name = "label1";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AccessibleDescription = null;
|
|
this.label2.AccessibleName = null;
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Font = null;
|
|
this.label2.Name = "label2";
|
|
this.label2.Click += new System.EventHandler(this.label2_Click);
|
|
//
|
|
// cboDevices
|
|
//
|
|
this.cboDevices.AccessibleDescription = null;
|
|
this.cboDevices.AccessibleName = null;
|
|
resources.ApplyResources(this.cboDevices, "cboDevices");
|
|
this.cboDevices.BackgroundImage = null;
|
|
this.cboDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboDevices.Font = null;
|
|
this.cboDevices.FormattingEnabled = true;
|
|
this.cboDevices.Name = "cboDevices";
|
|
//
|
|
// cboAction
|
|
//
|
|
this.cboAction.AccessibleDescription = null;
|
|
this.cboAction.AccessibleName = null;
|
|
resources.ApplyResources(this.cboAction, "cboAction");
|
|
this.cboAction.BackgroundImage = null;
|
|
this.cboAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboAction.Font = null;
|
|
this.cboAction.FormattingEnabled = true;
|
|
this.cboAction.Items.AddRange(new object[] {
|
|
resources.GetString("cboAction.Items"),
|
|
resources.GetString("cboAction.Items1")});
|
|
this.cboAction.Name = "cboAction";
|
|
//
|
|
// cmdOK
|
|
//
|
|
this.cmdOK.AccessibleDescription = null;
|
|
this.cmdOK.AccessibleName = null;
|
|
resources.ApplyResources(this.cmdOK, "cmdOK");
|
|
this.cmdOK.BackgroundImage = null;
|
|
this.cmdOK.Font = null;
|
|
this.cmdOK.Name = "cmdOK";
|
|
this.cmdOK.UseVisualStyleBackColor = true;
|
|
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
|
|
//
|
|
// cmdCancel
|
|
//
|
|
this.cmdCancel.AccessibleDescription = null;
|
|
this.cmdCancel.AccessibleName = null;
|
|
resources.ApplyResources(this.cmdCancel, "cmdCancel");
|
|
this.cmdCancel.BackgroundImage = null;
|
|
this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cmdCancel.Font = null;
|
|
this.cmdCancel.Name = "cmdCancel";
|
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
|
//
|
|
// frmScheduleAddDevice
|
|
//
|
|
this.AcceptButton = this.cmdOK;
|
|
this.AccessibleDescription = null;
|
|
this.AccessibleName = null;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = null;
|
|
this.CancelButton = this.cmdCancel;
|
|
this.Controls.Add(this.cmdCancel);
|
|
this.Controls.Add(this.cmdOK);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Font = null;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = null;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmScheduleAddDevice";
|
|
this.Load += new System.EventHandler(this.frmScheduleAddDevice_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cboDevices;
|
|
private System.Windows.Forms.ComboBox cboAction;
|
|
private System.Windows.Forms.Button cmdOK;
|
|
private System.Windows.Forms.Button cmdCancel;
|
|
}
|
|
} |