198 lines
10 KiB
C#
198 lines
10 KiB
C#
namespace Safedispatch_4_0.Radio
|
|
{
|
|
partial class CallsForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.picBoxCallType = new System.Windows.Forms.PictureBox();
|
|
this.lbName = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbCallType = new Telerik.WinControls.UI.RadLabel();
|
|
this.pbHeadset = new System.Windows.Forms.PictureBox();
|
|
this.callButton = new System.Windows.Forms.PictureBox();
|
|
this.pbClose = new System.Windows.Forms.PictureBox();
|
|
this.label_name = new System.Windows.Forms.Label();
|
|
this.lbGatewayName = new Telerik.WinControls.UI.RadLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxCallType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbCallType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbHeadset)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.callButton)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGatewayName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picBoxCallType
|
|
//
|
|
this.picBoxCallType.BackColor = System.Drawing.Color.DimGray;
|
|
this.picBoxCallType.Image = global::Dispatcher.Properties.Resources.r_call_received_private;
|
|
this.picBoxCallType.Location = new System.Drawing.Point(12, 40);
|
|
this.picBoxCallType.Name = "picBoxCallType";
|
|
this.picBoxCallType.Size = new System.Drawing.Size(43, 43);
|
|
this.picBoxCallType.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picBoxCallType.TabIndex = 0;
|
|
this.picBoxCallType.TabStop = false;
|
|
//
|
|
// lbName
|
|
//
|
|
this.lbName.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbName.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbName.ForeColor = System.Drawing.Color.Black;
|
|
this.lbName.Location = new System.Drawing.Point(61, 45);
|
|
this.lbName.Name = "lbName";
|
|
this.lbName.Size = new System.Drawing.Size(62, 21);
|
|
this.lbName.TabIndex = 1;
|
|
this.lbName.Text = "Moto 21";
|
|
//
|
|
// lbCallType
|
|
//
|
|
this.lbCallType.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbCallType.Font = new System.Drawing.Font("Segoe UI", 8F);
|
|
this.lbCallType.ForeColor = System.Drawing.Color.DimGray;
|
|
this.lbCallType.Location = new System.Drawing.Point(61, 64);
|
|
this.lbCallType.Name = "lbCallType";
|
|
this.lbCallType.Size = new System.Drawing.Size(58, 18);
|
|
this.lbCallType.TabIndex = 2;
|
|
this.lbCallType.Text = "Private call";
|
|
//
|
|
// pbHeadset
|
|
//
|
|
this.pbHeadset.BackColor = System.Drawing.Color.Transparent;
|
|
this.pbHeadset.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbHeadset.Image = global::Dispatcher.Properties.Resources.r_headset;
|
|
this.pbHeadset.Location = new System.Drawing.Point(250, 39);
|
|
this.pbHeadset.Name = "pbHeadset";
|
|
this.pbHeadset.Size = new System.Drawing.Size(40, 40);
|
|
this.pbHeadset.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbHeadset.TabIndex = 3;
|
|
this.pbHeadset.TabStop = false;
|
|
this.pbHeadset.Tag = "true";
|
|
this.pbHeadset.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbHeadset_MouseUp);
|
|
//
|
|
// callButton
|
|
//
|
|
this.callButton.BackColor = System.Drawing.Color.Transparent;
|
|
this.callButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.callButton.Image = global::Dispatcher.Properties.Resources.r_dekey;
|
|
this.callButton.Location = new System.Drawing.Point(298, 39);
|
|
this.callButton.Name = "callButton";
|
|
this.callButton.Size = new System.Drawing.Size(40, 40);
|
|
this.callButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.callButton.TabIndex = 4;
|
|
this.callButton.TabStop = false;
|
|
this.callButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.callButton_MouseDown);
|
|
this.callButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.callButton_MouseUp);
|
|
//
|
|
// pbClose
|
|
//
|
|
this.pbClose.BackColor = System.Drawing.Color.Transparent;
|
|
this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbClose.Location = new System.Drawing.Point(320, 3);
|
|
this.pbClose.Name = "pbClose";
|
|
this.pbClose.Size = new System.Drawing.Size(23, 18);
|
|
this.pbClose.TabIndex = 5;
|
|
this.pbClose.TabStop = false;
|
|
this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
|
|
//
|
|
// label_name
|
|
//
|
|
this.label_name.BackColor = System.Drawing.Color.Transparent;
|
|
this.label_name.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.label_name.ForeColor = System.Drawing.Color.White;
|
|
this.label_name.Location = new System.Drawing.Point(11, 6);
|
|
this.label_name.Name = "label_name";
|
|
this.label_name.Size = new System.Drawing.Size(235, 13);
|
|
this.label_name.TabIndex = 6;
|
|
this.label_name.Text = "SafeMobile";
|
|
//
|
|
// lbGatewayName
|
|
//
|
|
this.lbGatewayName.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
this.lbGatewayName.Font = new System.Drawing.Font("Segoe UI", 8F);
|
|
this.lbGatewayName.ForeColor = System.Drawing.Color.White;
|
|
this.lbGatewayName.Location = new System.Drawing.Point(1, 25);
|
|
this.lbGatewayName.Name = "lbGatewayName";
|
|
this.lbGatewayName.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.lbGatewayName.Size = new System.Drawing.Size(72, 18);
|
|
this.lbGatewayName.TabIndex = 3;
|
|
this.lbGatewayName.Text = "Gateway.10";
|
|
this.lbGatewayName.TextAlignment = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// CallsForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::Dispatcher.Properties.Resources.frame_calls;
|
|
this.ClientSize = new System.Drawing.Size(350, 94);
|
|
this.Controls.Add(this.lbGatewayName);
|
|
this.Controls.Add(this.label_name);
|
|
this.Controls.Add(this.pbClose);
|
|
this.Controls.Add(this.pbHeadset);
|
|
this.Controls.Add(this.lbCallType);
|
|
this.Controls.Add(this.lbName);
|
|
this.Controls.Add(this.callButton);
|
|
this.Controls.Add(this.picBoxCallType);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.KeyPreview = true;
|
|
this.Name = "CallsForm";
|
|
//
|
|
//
|
|
//
|
|
this.RootElement.ApplyShapeToControl = true;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
|
|
this.Text = "CallsForm";
|
|
this.ThemeName = "Windows8";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CallsForm_FormClosing);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CallsForm_KeyDown);
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CallsForm_KeyUp);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.CallsForm_MouseMove);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxCallType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbCallType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbHeadset)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.callButton)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGatewayName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBoxCallType;
|
|
private Telerik.WinControls.UI.RadLabel lbName;
|
|
private Telerik.WinControls.UI.RadLabel lbCallType;
|
|
private System.Windows.Forms.PictureBox pbHeadset;
|
|
private System.Windows.Forms.PictureBox callButton;
|
|
private System.Windows.Forms.PictureBox pbClose;
|
|
private System.Windows.Forms.Label label_name;
|
|
private Telerik.WinControls.UI.RadLabel lbGatewayName;
|
|
}
|
|
}
|