58 lines
1.7 KiB
C#
58 lines
1.7 KiB
C#
|
namespace WinFormsApp
|
|||
|
{
|
|||
|
partial class FormMediaFiles
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
groupBox1 = new GroupBox();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
groupBox1.Location = new Point(12, 12);
|
|||
|
groupBox1.Name = "groupBox1";
|
|||
|
groupBox1.Size = new Size(271, 434);
|
|||
|
groupBox1.TabIndex = 0;
|
|||
|
groupBox1.TabStop = false;
|
|||
|
groupBox1.Text = "groupBox1";
|
|||
|
//
|
|||
|
// FormMediaFiles
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(800, 450);
|
|||
|
Controls.Add(groupBox1);
|
|||
|
Name = "FormMediaFiles";
|
|||
|
Text = "FormMediaFiles";
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private GroupBox groupBox1;
|
|||
|
}
|
|||
|
}
|