namespace SubscriberAndUserManager { partial class TicketingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TicketingForm)); this.lbName = new Telerik.WinControls.UI.RadLabel(); this.lbColor = new Telerik.WinControls.UI.RadLabel(); this.lbCompletionStatus = new Telerik.WinControls.UI.RadLabel(); this.txtName = new Telerik.WinControls.UI.RadTextBox(); this.btnExit = new Telerik.WinControls.UI.RadButton(); this.btnAdd = new Telerik.WinControls.UI.RadButton(); this.lbSound = new Telerik.WinControls.UI.RadLabel(); this.ckCompletionStatus = new Telerik.WinControls.UI.RadCheckBox(); this.ckSound = new Telerik.WinControls.UI.RadCheckBox(); this.txtSound = new Telerik.WinControls.UI.RadTextBox(); this.lblDefault = new Telerik.WinControls.UI.RadLabel(); this.ckDefault = new Telerik.WinControls.UI.RadCheckBox(); this.btnChooseColor = new Telerik.WinControls.UI.RadButton(); this.txtColor = new Telerik.WinControls.UI.RadTextBox(); this.btnChooseSound = new Telerik.WinControls.UI.RadButton(); this.btnPlay = new Telerik.WinControls.UI.RadButton(); ((System.ComponentModel.ISupportInitialize)(this.lbName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbCompletionStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnExit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbSound)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckCompletionStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckSound)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSound)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lblDefault)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDefault)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnChooseColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnChooseSound)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnPlay)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // lbName // this.lbName.BackColor = System.Drawing.Color.Transparent; this.lbName.Location = new System.Drawing.Point(12, 16); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(36, 18); this.lbName.TabIndex = 21; this.lbName.Text = "Name"; // // lbColor // this.lbColor.BackColor = System.Drawing.Color.Transparent; this.lbColor.Location = new System.Drawing.Point(12, 45); this.lbColor.Name = "lbColor"; this.lbColor.Size = new System.Drawing.Size(33, 18); this.lbColor.TabIndex = 25; this.lbColor.Text = "Color"; // // lbCompletionStatus // this.lbCompletionStatus.BackColor = System.Drawing.Color.Transparent; this.lbCompletionStatus.Location = new System.Drawing.Point(12, 71); this.lbCompletionStatus.Name = "lbCompletionStatus"; this.lbCompletionStatus.Size = new System.Drawing.Size(98, 18); this.lbCompletionStatus.TabIndex = 28; this.lbCompletionStatus.Text = "Completion Status"; // // txtName // this.txtName.BackColor = System.Drawing.Color.Transparent; this.txtName.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtName.Location = new System.Drawing.Point(133, 14); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(165, 20); this.txtName.TabIndex = 3; this.txtName.TabStop = false; this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress); ((Telerik.WinControls.Primitives.BorderPrimitive)(this.txtName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder; // // btnExit // this.btnExit.Location = new System.Drawing.Point(12, 190); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(130, 24); this.btnExit.TabIndex = 32; this.btnExit.Text = "Exit"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(168, 190); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(130, 24); this.btnAdd.TabIndex = 33; this.btnAdd.Text = "Add"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // lbSound // this.lbSound.BackColor = System.Drawing.Color.Transparent; this.lbSound.Location = new System.Drawing.Point(12, 95); this.lbSound.Name = "lbSound"; this.lbSound.Size = new System.Drawing.Size(38, 18); this.lbSound.TabIndex = 34; this.lbSound.Text = "Sound"; // // ckCompletionStatus // this.ckCompletionStatus.Location = new System.Drawing.Point(133, 70); this.ckCompletionStatus.Name = "ckCompletionStatus"; this.ckCompletionStatus.Size = new System.Drawing.Size(15, 15); this.ckCompletionStatus.TabIndex = 35; this.ckCompletionStatus.CheckStateChanged += new System.EventHandler(this.ckCompletionStatus_CheckStateChanged); // // ckSound // this.ckSound.Location = new System.Drawing.Point(133, 98); this.ckSound.Name = "ckSound"; this.ckSound.Size = new System.Drawing.Size(15, 15); this.ckSound.TabIndex = 36; this.ckSound.CheckStateChanged += new System.EventHandler(this.ckSound_CheckStateChanged); // // txtSound // this.txtSound.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSound.Location = new System.Drawing.Point(132, 116); this.txtSound.Name = "txtSound"; this.txtSound.ReadOnly = true; this.txtSound.Size = new System.Drawing.Size(144, 20); this.txtSound.TabIndex = 37; this.txtSound.TabStop = false; ((Telerik.WinControls.Primitives.BorderPrimitive)(this.txtSound.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveCaption; // // lblDefault // this.lblDefault.BackColor = System.Drawing.Color.Transparent; this.lblDefault.Location = new System.Drawing.Point(15, 155); this.lblDefault.Name = "lblDefault"; this.lblDefault.Size = new System.Drawing.Size(76, 18); this.lblDefault.TabIndex = 38; this.lblDefault.Text = "Default Status"; // // ckDefault // this.ckDefault.Location = new System.Drawing.Point(133, 158); this.ckDefault.Name = "ckDefault"; this.ckDefault.Size = new System.Drawing.Size(15, 15); this.ckDefault.TabIndex = 39; this.ckDefault.CheckStateChanged += new System.EventHandler(this.ckDefault_CheckStateChanged); // // btnChooseColor // this.btnChooseColor.Location = new System.Drawing.Point(168, 40); this.btnChooseColor.Name = "btnChooseColor"; this.btnChooseColor.Size = new System.Drawing.Size(29, 24); this.btnChooseColor.TabIndex = 40; this.btnChooseColor.Text = "..."; this.btnChooseColor.Click += new System.EventHandler(this.btnChooseColor_Click); // // txtColor // this.txtColor.BackColor = System.Drawing.Color.Transparent; this.txtColor.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtColor.Location = new System.Drawing.Point(133, 43); this.txtColor.Name = "txtColor"; this.txtColor.ReadOnly = true; this.txtColor.Size = new System.Drawing.Size(28, 20); this.txtColor.TabIndex = 41; this.txtColor.TabStop = false; ((Telerik.WinControls.Primitives.BorderPrimitive)(this.txtColor.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.SystemColors.ActiveBorder; // // btnChooseSound // this.btnChooseSound.Enabled = false; this.btnChooseSound.Location = new System.Drawing.Point(282, 112); this.btnChooseSound.Name = "btnChooseSound"; this.btnChooseSound.Size = new System.Drawing.Size(29, 24); this.btnChooseSound.TabIndex = 42; this.btnChooseSound.Text = "..."; this.btnChooseSound.Click += new System.EventHandler(this.btnChooseSound_Click); // // btnPlay // this.btnPlay.Enabled = false; this.btnPlay.Image = ((System.Drawing.Image)(resources.GetObject("btnPlay.Image"))); this.btnPlay.Location = new System.Drawing.Point(89, 99); this.btnPlay.Name = "btnPlay"; this.btnPlay.Size = new System.Drawing.Size(37, 37); this.btnPlay.TabIndex = 43; this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click); // // TicketingForm // this.ClientSize = new System.Drawing.Size(319, 227); this.Controls.Add(this.btnPlay); this.Controls.Add(this.btnChooseSound); this.Controls.Add(this.txtColor); this.Controls.Add(this.btnChooseColor); this.Controls.Add(this.ckDefault); this.Controls.Add(this.lblDefault); this.Controls.Add(this.txtSound); this.Controls.Add(this.ckSound); this.Controls.Add(this.ckCompletionStatus); this.Controls.Add(this.lbSound); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnExit); this.Controls.Add(this.lbName); this.Controls.Add(this.lbColor); this.Controls.Add(this.lbCompletionStatus); this.Controls.Add(this.txtName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "TicketingForm"; // // // this.RootElement.ApplyShapeToControl = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "JobTicketingStatusForm"; this.ThemeName = "ControlDefault"; ((System.ComponentModel.ISupportInitialize)(this.lbName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbCompletionStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnExit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbSound)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckCompletionStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckSound)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSound)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lblDefault)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDefault)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnChooseColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnChooseSound)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnPlay)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Telerik.WinControls.UI.RadLabel lbName; private Telerik.WinControls.UI.RadLabel lbColor; private Telerik.WinControls.UI.RadLabel lbCompletionStatus; private Telerik.WinControls.UI.RadTextBox txtName; private Telerik.WinControls.UI.RadButton btnExit; private Telerik.WinControls.UI.RadButton btnAdd; private Telerik.WinControls.UI.RadLabel lbSound; private Telerik.WinControls.UI.RadCheckBox ckCompletionStatus; private Telerik.WinControls.UI.RadCheckBox ckSound; private Telerik.WinControls.UI.RadTextBox txtSound; private Telerik.WinControls.UI.RadLabel lblDefault; private Telerik.WinControls.UI.RadCheckBox ckDefault; private Telerik.WinControls.UI.RadButton btnChooseColor; private Telerik.WinControls.UI.RadTextBox txtColor; private Telerik.WinControls.UI.RadButton btnChooseSound; private Telerik.WinControls.UI.RadButton btnPlay; } }