namespace MotoTrbo_GW { partial class dataForm { /// /// 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() { this.breezeTheme1 = new Telerik.WinControls.Themes.BreezeTheme(); this.radThemeManager1 = new Telerik.WinControls.RadThemeManager(); this.Sep5 = new Telerik.WinControls.UI.CommandBarSeparator(); this.lbRadName = new Telerik.WinControls.UI.RadLabelElement(); this.Sep6 = new Telerik.WinControls.UI.CommandBarSeparator(); this.lbStat = new Telerik.WinControls.UI.RadLabelElement(); this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip(); this.btCollapse = new Telerik.WinControls.UI.RadImageButtonElement(); this.ImgRad = new Telerik.WinControls.UI.RadImageButtonElement(); this.ImgStat = new Telerik.WinControls.UI.RadImageButtonElement(); this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme(); ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit(); this.SuspendLayout(); // // Sep5 // this.Sep5.AccessibleDescription = "radToolStripSeparatorItem3"; this.Sep5.AccessibleName = "radToolStripSeparatorItem3"; this.Sep5.BorderLeftColor = System.Drawing.SystemColors.ControlDark; this.Sep5.BorderRightColor = System.Drawing.SystemColors.ControlDark; this.Sep5.DisplayName = null; this.Sep5.Margin = new System.Windows.Forms.Padding(1); this.Sep5.Name = "Sep5"; this.radStatusStrip1.SetSpring(this.Sep5, false); this.Sep5.VisibleInOverflowMenu = false; // // lbRadName // this.lbRadName.Margin = new System.Windows.Forms.Padding(1); this.lbRadName.Name = "lbRadName"; this.radStatusStrip1.SetSpring(this.lbRadName, false); this.lbRadName.Text = "Master Radio 1"; this.lbRadName.TextWrap = true; // // Sep6 // this.Sep6.AccessibleDescription = "radToolStripSeparatorItem1"; this.Sep6.AccessibleName = "radToolStripSeparatorItem1"; this.Sep6.BorderLeftColor = System.Drawing.SystemColors.ControlDark; this.Sep6.BorderRightColor = System.Drawing.SystemColors.ControlDark; this.Sep6.DisplayName = null; this.Sep6.Margin = new System.Windows.Forms.Padding(1); this.Sep6.Name = "Sep6"; this.radStatusStrip1.SetSpring(this.Sep6, false); this.Sep6.VisibleInOverflowMenu = false; // // lbStat // this.lbStat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbStat.Margin = new System.Windows.Forms.Padding(1); this.lbStat.Name = "lbStat"; this.radStatusStrip1.SetSpring(this.lbStat, false); this.lbStat.Text = "Status:"; this.lbStat.TextWrap = true; // // radStatusStrip1 // this.radStatusStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] { this.btCollapse, this.Sep5, this.ImgRad, this.lbRadName, this.Sep6, this.lbStat, this.ImgStat}); this.radStatusStrip1.Location = new System.Drawing.Point(0, 0); this.radStatusStrip1.Name = "radStatusStrip1"; this.radStatusStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 14, 0); this.radStatusStrip1.Size = new System.Drawing.Size(750, 22); this.radStatusStrip1.SizingGrip = false; this.radStatusStrip1.TabIndex = 4; this.radStatusStrip1.Text = "radStatusStrip1"; this.radStatusStrip1.ThemeName = "Breeze"; // // btCollapse // this.btCollapse.BackColor = System.Drawing.Color.Transparent; this.btCollapse.Image = global::MotoTrbo_GW.Properties.Resources.minus; this.btCollapse.ImageIndexClicked = 0; this.btCollapse.ImageIndexHovered = 0; this.btCollapse.Margin = new System.Windows.Forms.Padding(1); this.btCollapse.Name = "btCollapse"; this.radStatusStrip1.SetSpring(this.btCollapse, false); this.btCollapse.Text = "radImageButtonElement1"; // // ImgRad // this.ImgRad.BackColor = System.Drawing.Color.Transparent; this.ImgRad.DisplayStyle = Telerik.WinControls.DisplayStyle.Image; this.ImgRad.Image = global::MotoTrbo_GW.Properties.Resources.data; this.ImgRad.ImageIndex = -1; this.ImgRad.ImageIndexClicked = 0; this.ImgRad.ImageIndexHovered = 0; this.ImgRad.Margin = new System.Windows.Forms.Padding(1); this.ImgRad.Name = "ImgRad"; this.radStatusStrip1.SetSpring(this.ImgRad, false); this.ImgRad.Text = "radImageButtonElement2"; // // ImgStat // this.ImgStat.BackColor = System.Drawing.Color.Transparent; this.ImgStat.Image = global::MotoTrbo_GW.Properties.Resources.red_status; this.ImgStat.ImageIndexClicked = 0; this.ImgStat.ImageIndexHovered = 0; this.ImgStat.Margin = new System.Windows.Forms.Padding(1); this.ImgStat.Name = "ImgStat"; this.radStatusStrip1.SetSpring(this.ImgStat, false); this.ImgStat.Text = "radImageButtonElement1"; // // dataForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(750, 27); this.Controls.Add(this.radStatusStrip1); this.Name = "dataForm"; this.Text = "Form2"; this.ThemeName = "Breeze"; ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Telerik.WinControls.Themes.BreezeTheme breezeTheme1; private Telerik.WinControls.RadThemeManager radThemeManager1; private Telerik.WinControls.UI.RadImageButtonElement btCollapse; private Telerik.WinControls.UI.RadStatusStrip radStatusStrip1; private Telerik.WinControls.UI.CommandBarSeparator Sep5; private Telerik.WinControls.UI.RadImageButtonElement ImgRad; private Telerik.WinControls.UI.CommandBarSeparator Sep6; private Telerik.WinControls.UI.RadLabelElement lbStat; private Telerik.WinControls.UI.RadImageButtonElement ImgStat; public Telerik.WinControls.UI.RadLabelElement lbRadName; private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1; } }