sources/Google.Solutions.Testing.Application/Views/TestMainForm.Designer.cs (43 lines of code) (raw):
//
// Copyright 2020 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
namespace Google.Solutions.Testing.Application.Views
{
partial class TestMainForm
{
/// <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.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
this.vs2015LightTheme = new WeifenLuo.WinFormsUI.Docking.VS2015LightTheme();
this.SuspendLayout();
//
// dockPanel
//
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.dockPanel.DockBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
this.dockPanel.Location = new System.Drawing.Point(0, 0);
this.dockPanel.Name = "dockPanel";
this.dockPanel.Padding = new System.Windows.Forms.Padding(6);
this.dockPanel.ShowAutoHideContentOnHover = false;
this.dockPanel.Size = new System.Drawing.Size(800, 450);
this.dockPanel.TabIndex = 0;
this.dockPanel.Theme = this.vs2015LightTheme;
//
// TestMainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96, 96);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.dockPanel);
this.IsMdiContainer = true;
this.Name = "TestMainForm";
this.Text = "MockMainForm";
this.ResumeLayout(false);
}
#endregion
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
private WeifenLuo.WinFormsUI.Docking.VS2015LightTheme vs2015LightTheme;
}
}