Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.m_borderDrawing = new SIL.FieldWorks.Common.Drawing.BorderDrawing(this.components);
     this.InfoBarPanel    = new System.Windows.Forms.Panel();
     this.InfoBarLabel    = new System.Windows.Forms.Label();
     this.InfoBarPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // m_borderDrawing
     //
     this.m_borderDrawing.Graphics = null;
     //
     // InfoBarPanel
     //
     this.InfoBarPanel.AccessibleName = "InfoBarPanel";
     this.InfoBarPanel.Anchor         = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                          | System.Windows.Forms.AnchorStyles.Left)
                                         | System.Windows.Forms.AnchorStyles.Right);
     this.InfoBarPanel.BackColor = System.Drawing.SystemColors.ControlDark;
     this.InfoBarPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.InfoBarLabel
     });
     this.InfoBarPanel.Location = new System.Drawing.Point(5, 5);
     this.InfoBarPanel.Name     = "InfoBarPanel";
     this.InfoBarPanel.Size     = new System.Drawing.Size(742, 22);
     this.InfoBarPanel.TabIndex = 1;
     //
     // InfoBarLabel
     //
     this.InfoBarLabel.AccessibleName = "InfoBarLabel";
     this.InfoBarLabel.Anchor         = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                          | System.Windows.Forms.AnchorStyles.Left)
                                         | System.Windows.Forms.AnchorStyles.Right);
     this.InfoBarLabel.BackColor = System.Drawing.Color.Transparent;
     this.InfoBarLabel.Font      = new System.Drawing.Font("Arial", 8.861538F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.InfoBarLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.InfoBarLabel.Name      = "InfoBarLabel";
     this.InfoBarLabel.Size      = new System.Drawing.Size(632, 22);
     this.InfoBarLabel.TabIndex  = 1;
     this.InfoBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // InformationBar
     //
     this.AccessibleName = "InformationBar";
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.InfoBarPanel
     });
     this.DockPadding.All = 5;
     this.Name            = "InformationBar";
     this.Size            = new System.Drawing.Size(752, 32);
     this.InfoBarPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.m_borderDrawing = new SIL.FieldWorks.Common.Drawing.BorderDrawing(this.components);
			this.InfoBarPanel = new System.Windows.Forms.Panel();
			this.InfoBarLabel = new System.Windows.Forms.Label();
			this.InfoBarPanel.SuspendLayout();
			this.SuspendLayout();
			//
			// m_borderDrawing
			//
			this.m_borderDrawing.Graphics = null;
			//
			// InfoBarPanel
			//
			this.InfoBarPanel.AccessibleName = "InfoBarPanel";
			this.InfoBarPanel.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
				| System.Windows.Forms.AnchorStyles.Left)
				| System.Windows.Forms.AnchorStyles.Right);
			this.InfoBarPanel.BackColor = System.Drawing.SystemColors.ControlDark;
			this.InfoBarPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
																					   this.InfoBarLabel});
			this.InfoBarPanel.Location = new System.Drawing.Point(5, 5);
			this.InfoBarPanel.Name = "InfoBarPanel";
			this.InfoBarPanel.Size = new System.Drawing.Size(742, 22);
			this.InfoBarPanel.TabIndex = 1;
			//
			// InfoBarLabel
			//
			this.InfoBarLabel.AccessibleName = "InfoBarLabel";
			this.InfoBarLabel.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
				| System.Windows.Forms.AnchorStyles.Left)
				| System.Windows.Forms.AnchorStyles.Right);
			this.InfoBarLabel.BackColor = System.Drawing.Color.Transparent;
			this.InfoBarLabel.Font = new System.Drawing.Font("Arial", 8.861538F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.InfoBarLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
			this.InfoBarLabel.Name = "InfoBarLabel";
			this.InfoBarLabel.Size = new System.Drawing.Size(632, 22);
			this.InfoBarLabel.TabIndex = 1;
			this.InfoBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			//
			// InformationBar
			//
			this.AccessibleName = "InformationBar";
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.InfoBarPanel});
			this.DockPadding.All = 5;
			this.Name = "InformationBar";
			this.Size = new System.Drawing.Size(752, 32);
			this.InfoBarPanel.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SideBar));
     this.m_borderDrawing = new SIL.FieldWorks.Common.Drawing.BorderDrawing(this.components);
     this.SuspendLayout();
     //
     // m_borderDrawing
     //
     this.m_borderDrawing.BorderDarkColor     = System.Drawing.SystemColors.ControlDarkDark;
     this.m_borderDrawing.BorderDarkestColor  = System.Drawing.SystemColors.ControlDark;
     this.m_borderDrawing.BorderLightColor    = System.Drawing.SystemColors.ControlLightLight;
     this.m_borderDrawing.BorderLightestColor = System.Drawing.SystemColors.ControlLight;
     this.m_borderDrawing.Graphics            = null;
     //
     // SideBar
     //
     this.BackColor = System.Drawing.SystemColors.ControlDark;
     this.Name      = "SideBar";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
 }
Exemple #4
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SideBar));
			this.m_borderDrawing = new SIL.FieldWorks.Common.Drawing.BorderDrawing(this.components);
			this.SuspendLayout();
			//
			// m_borderDrawing
			//
			this.m_borderDrawing.BorderDarkColor = System.Drawing.SystemColors.ControlDarkDark;
			this.m_borderDrawing.BorderDarkestColor = System.Drawing.SystemColors.ControlDark;
			this.m_borderDrawing.BorderLightColor = System.Drawing.SystemColors.ControlLightLight;
			this.m_borderDrawing.BorderLightestColor = System.Drawing.SystemColors.ControlLight;
			this.m_borderDrawing.Graphics = null;
			//
			// SideBar
			//
			this.BackColor = System.Drawing.SystemColors.ControlDark;
			this.Name = "SideBar";
			resources.ApplyResources(this, "$this");
			this.ResumeLayout(false);

		}