141 lines
8.5 KiB
C#
141 lines
8.5 KiB
C#
|
namespace SubscriberAndUserManager
|
|||
|
{
|
|||
|
partial class PopupForm
|
|||
|
{
|
|||
|
/// <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(PopupForm));
|
|||
|
this.radDropDownList1 = new Telerik.WinControls.UI.RadDropDownList();
|
|||
|
this.btOK = new Telerik.WinControls.UI.RadButton();
|
|||
|
this.labelChooseDisp = new Telerik.WinControls.UI.RadLabel();
|
|||
|
this.btnCancel = new Telerik.WinControls.UI.RadButton();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.btOK)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.labelChooseDisp)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// radDropDownList1
|
|||
|
//
|
|||
|
this.radDropDownList1.Location = new System.Drawing.Point(77, 130);
|
|||
|
this.radDropDownList1.Name = "radDropDownList1";
|
|||
|
this.radDropDownList1.Size = new System.Drawing.Size(125, 24);
|
|||
|
this.radDropDownList1.TabIndex = 2;
|
|||
|
this.radDropDownList1.Text = "radDropDownList1";
|
|||
|
this.radDropDownList1.ThemeName = "TelerikMetroBlue";
|
|||
|
//
|
|||
|
// btOK
|
|||
|
//
|
|||
|
this.btOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.btOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
|||
|
this.btOK.CausesValidation = false;
|
|||
|
this.btOK.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.btOK.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|||
|
this.btOK.Location = new System.Drawing.Point(74, 156);
|
|||
|
this.btOK.Name = "btOK";
|
|||
|
this.btOK.Size = new System.Drawing.Size(128, 34);
|
|||
|
this.btOK.TabIndex = 78;
|
|||
|
this.btOK.Text = "OK";
|
|||
|
this.btOK.ThemeName = "TelerikMetroBlue";
|
|||
|
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
|||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btOK.GetChildAt(0))).Text = "OK";
|
|||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btOK.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
|||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btOK.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btOK.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btOK.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btOK.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
//
|
|||
|
// labelChooseDisp
|
|||
|
//
|
|||
|
this.labelChooseDisp.AutoSize = false;
|
|||
|
this.labelChooseDisp.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelChooseDisp.ForeColor = System.Drawing.Color.DarkGray;
|
|||
|
this.labelChooseDisp.Location = new System.Drawing.Point(12, 12);
|
|||
|
this.labelChooseDisp.Name = "labelChooseDisp";
|
|||
|
this.labelChooseDisp.Size = new System.Drawing.Size(260, 112);
|
|||
|
this.labelChooseDisp.TabIndex = 91;
|
|||
|
this.labelChooseDisp.Text = "Choose Dispatcher";
|
|||
|
//
|
|||
|
// btnCancel
|
|||
|
//
|
|||
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
|||
|
this.btnCancel.CausesValidation = false;
|
|||
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|||
|
this.btnCancel.Location = new System.Drawing.Point(74, 196);
|
|||
|
this.btnCancel.Name = "btnCancel";
|
|||
|
this.btnCancel.Size = new System.Drawing.Size(128, 34);
|
|||
|
this.btnCancel.TabIndex = 79;
|
|||
|
this.btnCancel.Text = "Cancel";
|
|||
|
this.btnCancel.ThemeName = "TelerikMetroBlue";
|
|||
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|||
|
((Telerik.WinControls.UI.RadButtonElement)(this.btnCancel.GetChildAt(0))).Text = "Cancel";
|
|||
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.btnCancel.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
|||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnCancel.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnCancel.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnCancel.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btnCancel.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
//
|
|||
|
// PopupForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(284, 261);
|
|||
|
this.Controls.Add(this.btnCancel);
|
|||
|
this.Controls.Add(this.labelChooseDisp);
|
|||
|
this.Controls.Add(this.btOK);
|
|||
|
this.Controls.Add(this.radDropDownList1);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "PopupForm";
|
|||
|
//
|
|||
|
//
|
|||
|
//
|
|||
|
this.RootElement.ApplyShapeToControl = true;
|
|||
|
this.Text = "PopupForm";
|
|||
|
this.ThemeName = "TelerikMetroBlue";
|
|||
|
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.radCheckedDropDownList1_KeyPress);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.btOK)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.labelChooseDisp)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private Telerik.WinControls.UI.RadDropDownList radDropDownList1;
|
|||
|
public Telerik.WinControls.UI.RadButton btOK;
|
|||
|
private Telerik.WinControls.UI.RadLabel labelChooseDisp;
|
|||
|
public Telerik.WinControls.UI.RadButton btnCancel;
|
|||
|
}
|
|||
|
}
|