342 lines
17 KiB
C#
342 lines
17 KiB
C#
|
|
namespace CRVM
|
|||
|
|
{
|
|||
|
|
partial class SetAlarmRingForm
|
|||
|
|
{
|
|||
|
|
/// <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(SetAlarmRingForm));
|
|||
|
|
this.CancelDrawing = new System.Windows.Forms.Button();
|
|||
|
|
this.OkDrawing = new System.Windows.Forms.Button();
|
|||
|
|
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
|
|||
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|||
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.checkBox_stand6 = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.checkBox_stand2 = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.checkBox_stand3 = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.checkBox_stand4 = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.checkBox_stand5 = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.checkBox_stand1 = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.textBox_ringFre = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.gruopBox3 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.btnTry = new System.Windows.Forms.Button();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.comboBox_RingType = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
this.groupBox2.SuspendLayout();
|
|||
|
|
this.gruopBox3.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// CancelDrawing
|
|||
|
|
//
|
|||
|
|
this.CancelDrawing.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.CancelDrawing.Location = new System.Drawing.Point(596, 11);
|
|||
|
|
this.CancelDrawing.Name = "CancelDrawing";
|
|||
|
|
this.CancelDrawing.Size = new System.Drawing.Size(80, 35);
|
|||
|
|
this.CancelDrawing.TabIndex = 15;
|
|||
|
|
this.CancelDrawing.Text = "取消";
|
|||
|
|
this.CancelDrawing.UseVisualStyleBackColor = true;
|
|||
|
|
this.CancelDrawing.Click += new System.EventHandler(this.CancelDrawing_Click);
|
|||
|
|
//
|
|||
|
|
// OkDrawing
|
|||
|
|
//
|
|||
|
|
this.OkDrawing.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.OkDrawing.Location = new System.Drawing.Point(682, 11);
|
|||
|
|
this.OkDrawing.Name = "OkDrawing";
|
|||
|
|
this.OkDrawing.Size = new System.Drawing.Size(80, 35);
|
|||
|
|
this.OkDrawing.TabIndex = 16;
|
|||
|
|
this.OkDrawing.Text = "确定";
|
|||
|
|
this.OkDrawing.UseVisualStyleBackColor = true;
|
|||
|
|
this.OkDrawing.Click += new System.EventHandler(this.OkDrawing_Click);
|
|||
|
|
//
|
|||
|
|
// tableLayoutPanel1
|
|||
|
|
//
|
|||
|
|
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
|||
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|||
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|||
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
|||
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|||
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|||
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
|
|||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|||
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(778, 478);
|
|||
|
|
this.tableLayoutPanel1.TabIndex = 21;
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.CancelDrawing);
|
|||
|
|
this.panel2.Controls.Add(this.OkDrawing);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(4, 425);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(770, 49);
|
|||
|
|
this.panel2.TabIndex = 23;
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.tableLayoutPanel2);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(4, 4);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(770, 414);
|
|||
|
|
this.panel1.TabIndex = 24;
|
|||
|
|
//
|
|||
|
|
// tableLayoutPanel2
|
|||
|
|
//
|
|||
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|||
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox1, 0, 0);
|
|||
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox2, 1, 0);
|
|||
|
|
this.tableLayoutPanel2.Controls.Add(this.gruopBox3, 0, 1);
|
|||
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|||
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|||
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 44.92754F));
|
|||
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55.07246F));
|
|||
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(770, 414);
|
|||
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// groupBox1
|
|||
|
|
//
|
|||
|
|
this.groupBox1.Controls.Add(this.checkBox_stand6);
|
|||
|
|
this.groupBox1.Controls.Add(this.checkBox_stand2);
|
|||
|
|
this.groupBox1.Controls.Add(this.checkBox_stand3);
|
|||
|
|
this.groupBox1.Controls.Add(this.checkBox_stand4);
|
|||
|
|
this.groupBox1.Controls.Add(this.checkBox_stand5);
|
|||
|
|
this.groupBox1.Controls.Add(this.checkBox_stand1);
|
|||
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(379, 180);
|
|||
|
|
this.groupBox1.TabIndex = 0;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
this.groupBox1.Text = "是否发出报警";
|
|||
|
|
//
|
|||
|
|
// checkBox_stand6
|
|||
|
|
//
|
|||
|
|
this.checkBox_stand6.AutoSize = true;
|
|||
|
|
this.checkBox_stand6.Location = new System.Drawing.Point(187, 130);
|
|||
|
|
this.checkBox_stand6.Name = "checkBox_stand6";
|
|||
|
|
this.checkBox_stand6.Size = new System.Drawing.Size(73, 24);
|
|||
|
|
this.checkBox_stand6.TabIndex = 5;
|
|||
|
|
this.checkBox_stand6.Text = "6#机架";
|
|||
|
|
this.checkBox_stand6.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// checkBox_stand2
|
|||
|
|
//
|
|||
|
|
this.checkBox_stand2.AutoSize = true;
|
|||
|
|
this.checkBox_stand2.Location = new System.Drawing.Point(36, 85);
|
|||
|
|
this.checkBox_stand2.Name = "checkBox_stand2";
|
|||
|
|
this.checkBox_stand2.Size = new System.Drawing.Size(73, 24);
|
|||
|
|
this.checkBox_stand2.TabIndex = 4;
|
|||
|
|
this.checkBox_stand2.Text = "2#机架";
|
|||
|
|
this.checkBox_stand2.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// checkBox_stand3
|
|||
|
|
//
|
|||
|
|
this.checkBox_stand3.AutoSize = true;
|
|||
|
|
this.checkBox_stand3.Location = new System.Drawing.Point(36, 130);
|
|||
|
|
this.checkBox_stand3.Name = "checkBox_stand3";
|
|||
|
|
this.checkBox_stand3.Size = new System.Drawing.Size(73, 24);
|
|||
|
|
this.checkBox_stand3.TabIndex = 3;
|
|||
|
|
this.checkBox_stand3.Text = "3#机架";
|
|||
|
|
this.checkBox_stand3.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// checkBox_stand4
|
|||
|
|
//
|
|||
|
|
this.checkBox_stand4.AutoSize = true;
|
|||
|
|
this.checkBox_stand4.Location = new System.Drawing.Point(187, 40);
|
|||
|
|
this.checkBox_stand4.Name = "checkBox_stand4";
|
|||
|
|
this.checkBox_stand4.Size = new System.Drawing.Size(73, 24);
|
|||
|
|
this.checkBox_stand4.TabIndex = 2;
|
|||
|
|
this.checkBox_stand4.Text = "4#机架";
|
|||
|
|
this.checkBox_stand4.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// checkBox_stand5
|
|||
|
|
//
|
|||
|
|
this.checkBox_stand5.AutoSize = true;
|
|||
|
|
this.checkBox_stand5.Location = new System.Drawing.Point(187, 85);
|
|||
|
|
this.checkBox_stand5.Name = "checkBox_stand5";
|
|||
|
|
this.checkBox_stand5.Size = new System.Drawing.Size(73, 24);
|
|||
|
|
this.checkBox_stand5.TabIndex = 1;
|
|||
|
|
this.checkBox_stand5.Text = "5#机架";
|
|||
|
|
this.checkBox_stand5.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// checkBox_stand1
|
|||
|
|
//
|
|||
|
|
this.checkBox_stand1.AutoSize = true;
|
|||
|
|
this.checkBox_stand1.Location = new System.Drawing.Point(36, 40);
|
|||
|
|
this.checkBox_stand1.Name = "checkBox_stand1";
|
|||
|
|
this.checkBox_stand1.Size = new System.Drawing.Size(73, 24);
|
|||
|
|
this.checkBox_stand1.TabIndex = 0;
|
|||
|
|
this.checkBox_stand1.Text = "1#机架";
|
|||
|
|
this.checkBox_stand1.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// groupBox2
|
|||
|
|
//
|
|||
|
|
this.groupBox2.Controls.Add(this.textBox_ringFre);
|
|||
|
|
this.groupBox2.Controls.Add(this.label1);
|
|||
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|||
|
|
this.groupBox2.Location = new System.Drawing.Point(388, 3);
|
|||
|
|
this.groupBox2.Name = "groupBox2";
|
|||
|
|
this.groupBox2.Size = new System.Drawing.Size(379, 180);
|
|||
|
|
this.groupBox2.TabIndex = 1;
|
|||
|
|
this.groupBox2.TabStop = false;
|
|||
|
|
this.groupBox2.Text = "报警间隔";
|
|||
|
|
//
|
|||
|
|
// textBox_ringFre
|
|||
|
|
//
|
|||
|
|
this.textBox_ringFre.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.textBox_ringFre.Location = new System.Drawing.Point(115, 40);
|
|||
|
|
this.textBox_ringFre.Name = "textBox_ringFre";
|
|||
|
|
this.textBox_ringFre.Size = new System.Drawing.Size(121, 26);
|
|||
|
|
this.textBox_ringFre.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(15, 39);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(103, 20);
|
|||
|
|
this.label1.TabIndex = 1;
|
|||
|
|
this.label1.Text = "时间间隔(秒):";
|
|||
|
|
//
|
|||
|
|
// gruopBox3
|
|||
|
|
//
|
|||
|
|
this.gruopBox3.Controls.Add(this.btnTry);
|
|||
|
|
this.gruopBox3.Controls.Add(this.label2);
|
|||
|
|
this.gruopBox3.Controls.Add(this.comboBox_RingType);
|
|||
|
|
this.gruopBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gruopBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|||
|
|
this.gruopBox3.Location = new System.Drawing.Point(3, 189);
|
|||
|
|
this.gruopBox3.Name = "gruopBox3";
|
|||
|
|
this.gruopBox3.Size = new System.Drawing.Size(379, 222);
|
|||
|
|
this.gruopBox3.TabIndex = 2;
|
|||
|
|
this.gruopBox3.TabStop = false;
|
|||
|
|
this.gruopBox3.Text = "报警铃声选择";
|
|||
|
|
//
|
|||
|
|
// btnTry
|
|||
|
|
//
|
|||
|
|
this.btnTry.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.btnTry.Location = new System.Drawing.Point(234, 54);
|
|||
|
|
this.btnTry.Name = "btnTry";
|
|||
|
|
this.btnTry.Size = new System.Drawing.Size(80, 35);
|
|||
|
|
this.btnTry.TabIndex = 17;
|
|||
|
|
this.btnTry.Text = "试听";
|
|||
|
|
this.btnTry.UseVisualStyleBackColor = true;
|
|||
|
|
this.btnTry.Click += new System.EventHandler(this.btnTry_Click);
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(32, 60);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(51, 20);
|
|||
|
|
this.label2.TabIndex = 3;
|
|||
|
|
this.label2.Text = "铃声:";
|
|||
|
|
//
|
|||
|
|
// comboBox_RingType
|
|||
|
|
//
|
|||
|
|
this.comboBox_RingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
|
this.comboBox_RingType.FormattingEnabled = true;
|
|||
|
|
this.comboBox_RingType.Items.AddRange(new object[] {
|
|||
|
|
"铃声1",
|
|||
|
|
"铃声2",
|
|||
|
|
"铃声3"});
|
|||
|
|
this.comboBox_RingType.Location = new System.Drawing.Point(88, 57);
|
|||
|
|
this.comboBox_RingType.Name = "comboBox_RingType";
|
|||
|
|
this.comboBox_RingType.Size = new System.Drawing.Size(121, 28);
|
|||
|
|
this.comboBox_RingType.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// SetAlarmRingForm
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(778, 478);
|
|||
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.MinimizeBox = false;
|
|||
|
|
this.Name = "SetAlarmRingForm";
|
|||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
|
this.Text = "报警铃声设置";
|
|||
|
|
this.Load += new System.EventHandler(this.displayingingSetting_Load);
|
|||
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|||
|
|
this.groupBox1.ResumeLayout(false);
|
|||
|
|
this.groupBox1.PerformLayout();
|
|||
|
|
this.groupBox2.ResumeLayout(false);
|
|||
|
|
this.groupBox2.PerformLayout();
|
|||
|
|
this.gruopBox3.ResumeLayout(false);
|
|||
|
|
this.gruopBox3.PerformLayout();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
internal System.Windows.Forms.Button CancelDrawing;
|
|||
|
|
internal System.Windows.Forms.Button OkDrawing;
|
|||
|
|
private System.Windows.Forms.ColorDialog colorDialog1;
|
|||
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_stand1;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_stand2;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_stand3;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_stand4;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_stand5;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.GroupBox gruopBox3;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.ComboBox comboBox_RingType;
|
|||
|
|
internal System.Windows.Forms.Button btnTry;
|
|||
|
|
private System.Windows.Forms.TextBox textBox_ringFre;
|
|||
|
|
private System.Windows.Forms.CheckBox checkBox_stand6;
|
|||
|
|
}
|
|||
|
|
}
|