This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Installer-Launcher/StudioInstaller_Project/StudioClient/Form1.Designer.cs
jmaniuvc f0b7dfd413 main
2025-05-15 11:44:27 +09:00

105 lines
4.3 KiB
C#

namespace StudioClient
{
partial class Form1
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.StudioButton = new System.Windows.Forms.Button();
this.ChunilButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
// StudioButton
//
this.StudioButton.Anchor = System.Windows.Forms.AnchorStyles.None;
this.StudioButton.Location = new System.Drawing.Point(71, 194);
this.StudioButton.Name = "StudioButton";
this.StudioButton.Size = new System.Drawing.Size(175, 45);
this.StudioButton.TabIndex = 0;
this.StudioButton.Text = "Studio";
this.StudioButton.UseVisualStyleBackColor = true;
this.StudioButton.Click += new System.EventHandler(this.StudioButton_Click);
//
// ChunilButton
//
this.ChunilButton.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ChunilButton.Location = new System.Drawing.Point(71, 294);
this.ChunilButton.Name = "ChunilButton";
this.ChunilButton.Size = new System.Drawing.Size(175, 45);
this.ChunilButton.TabIndex = 1;
this.ChunilButton.Text = "Chunil";
this.ChunilButton.UseVisualStyleBackColor = true;
this.ChunilButton.Click += new System.EventHandler(this.ChunilButton_Click);
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(134, 129);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(30, 12);
this.label1.TabIndex = 2;
this.label1.Text = "Text";
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(408, 191);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(8, 8);
this.progressBar1.TabIndex = 3;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(372, 533);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.label1);
this.Controls.Add(this.ChunilButton);
this.Controls.Add(this.StudioButton);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "UVC Installer";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button StudioButton;
private System.Windows.Forms.Button ChunilButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ProgressBar progressBar1;
}
}