This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/UpTool2/SourcesForm.Designer.cs

64 lines
2.8 KiB
C#
Raw Normal View History

2019-10-21 15:18:08 +02:00
namespace UpTool2
{
partial class SettingsForms
{
/// <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()
{
2020-05-16 17:59:44 +02:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpTool2.SettingsForms));
2019-10-21 15:18:08 +02:00
this.sourceGrid = new System.Windows.Forms.DataGridView();
2020-05-16 17:59:44 +02:00
((System.ComponentModel.ISupportInitialize) (this.sourceGrid)).BeginInit();
2019-10-21 15:18:08 +02:00
this.SuspendLayout();
this.sourceGrid.BackgroundColor = System.Drawing.Color.White;
2020-03-24 14:01:52 +01:00
this.sourceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2019-10-21 15:18:08 +02:00
this.sourceGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.sourceGrid.GridColor = System.Drawing.Color.White;
this.sourceGrid.Location = new System.Drawing.Point(0, 0);
this.sourceGrid.MultiSelect = false;
this.sourceGrid.Name = "sourceGrid";
2020-02-28 14:26:16 +01:00
this.sourceGrid.Size = new System.Drawing.Size(933, 519);
2019-10-21 15:18:08 +02:00
this.sourceGrid.TabIndex = 0;
2020-02-28 14:26:16 +01:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
2019-10-21 15:18:08 +02:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2020-02-28 14:26:16 +01:00
this.ClientSize = new System.Drawing.Size(933, 519);
2019-10-21 15:18:08 +02:00
this.Controls.Add(this.sourceGrid);
2020-05-16 17:59:44 +02:00
this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
2019-10-21 15:18:08 +02:00
this.Name = "SettingsForms";
2019-10-21 15:33:09 +02:00
this.ShowIcon = false;
this.ShowInTaskbar = false;
2019-10-21 15:18:08 +02:00
this.Text = "Sources";
2019-10-21 15:33:09 +02:00
this.TopMost = true;
2019-10-21 15:18:08 +02:00
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForms_FormClosing);
2020-05-16 17:59:44 +02:00
((System.ComponentModel.ISupportInitialize) (this.sourceGrid)).EndInit();
2019-10-21 15:18:08 +02:00
this.ResumeLayout(false);
}
private System.Windows.Forms.DataGridView sourceGrid;
2020-05-16 17:59:44 +02:00
#endregion
2019-10-21 15:18:08 +02:00
private System.Windows.Forms.DataGridViewTextBoxColumn sbName;
private System.Windows.Forms.DataGridViewTextBoxColumn sbLink;
}
}