namespace StudioClient { partial class Form1 { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.StudioInstallButton = new System.Windows.Forms.Button(); this.StudioTwinInstallButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.StudioSimulatorInstallButton = new System.Windows.Forms.Button(); this.StudioDeleteButton = new System.Windows.Forms.Button(); this.StudioTwinDeleteButton = new System.Windows.Forms.Button(); this.StudioSimulatorDeleteButton = new System.Windows.Forms.Button(); this.StudioCheckButton = new System.Windows.Forms.Button(); this.StudioTwinCheckButton = new System.Windows.Forms.Button(); this.StudioSimulatorCheckButton = new System.Windows.Forms.Button(); this.ProgramName_Studio = new System.Windows.Forms.Label(); this.ProgramName_StudioTwin = new System.Windows.Forms.Label(); this.ProgramName_StudioSimulator = new System.Windows.Forms.Label(); this.Button_Account = new System.Windows.Forms.Button(); this.Logo_UVC = new System.Windows.Forms.PictureBox(); this.Text_Programs = new System.Windows.Forms.Label(); this.ProgressBar = new System.Windows.Forms.ProgressBar(); ((System.ComponentModel.ISupportInitialize)(this.Logo_UVC)).BeginInit(); this.SuspendLayout(); // // StudioInstallButton // this.StudioInstallButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioInstallButton.BackColor = System.Drawing.SystemColors.Window; this.StudioInstallButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioInstallButton.Image"))); this.StudioInstallButton.Location = new System.Drawing.Point(207, 130); this.StudioInstallButton.Name = "StudioInstallButton"; this.StudioInstallButton.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StudioInstallButton.Size = new System.Drawing.Size(42, 24); this.StudioInstallButton.TabIndex = 0; this.StudioInstallButton.Text = "설치"; this.StudioInstallButton.UseVisualStyleBackColor = false; this.StudioInstallButton.Click += new System.EventHandler(this.StudioInstallButton_Click); // // StudioTwinInstallButton // this.StudioTwinInstallButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioTwinInstallButton.BackColor = System.Drawing.SystemColors.Window; this.StudioTwinInstallButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioTwinInstallButton.Image"))); this.StudioTwinInstallButton.Location = new System.Drawing.Point(207, 176); this.StudioTwinInstallButton.Name = "StudioTwinInstallButton"; this.StudioTwinInstallButton.Size = new System.Drawing.Size(42, 24); this.StudioTwinInstallButton.TabIndex = 1; this.StudioTwinInstallButton.Text = "설치"; this.StudioTwinInstallButton.UseVisualStyleBackColor = false; this.StudioTwinInstallButton.Click += new System.EventHandler(this.StudioTwinInstallButton_Click); // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.AutoSize = true; this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label1.Location = new System.Drawing.Point(12, 334); 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; // // StudioSimulatorInstallButton // this.StudioSimulatorInstallButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioSimulatorInstallButton.BackColor = System.Drawing.SystemColors.Window; this.StudioSimulatorInstallButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioSimulatorInstallButton.Image"))); this.StudioSimulatorInstallButton.Location = new System.Drawing.Point(207, 222); this.StudioSimulatorInstallButton.Name = "StudioSimulatorInstallButton"; this.StudioSimulatorInstallButton.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StudioSimulatorInstallButton.Size = new System.Drawing.Size(42, 24); this.StudioSimulatorInstallButton.TabIndex = 7; this.StudioSimulatorInstallButton.Text = "설치"; this.StudioSimulatorInstallButton.UseVisualStyleBackColor = false; this.StudioSimulatorInstallButton.Click += new System.EventHandler(this.StudioSimulatorInstallButton_Click); // // StudioDeleteButton // this.StudioDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioDeleteButton.BackColor = System.Drawing.SystemColors.Window; this.StudioDeleteButton.Enabled = false; this.StudioDeleteButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioDeleteButton.Image"))); this.StudioDeleteButton.Location = new System.Drawing.Point(307, 130); this.StudioDeleteButton.Name = "StudioDeleteButton"; this.StudioDeleteButton.Size = new System.Drawing.Size(42, 24); this.StudioDeleteButton.TabIndex = 8; this.StudioDeleteButton.Text = "삭제"; this.StudioDeleteButton.UseVisualStyleBackColor = false; this.StudioDeleteButton.Visible = false; this.StudioDeleteButton.Click += new System.EventHandler(this.StudioDeleteButton_Click); // // StudioTwinDeleteButton // this.StudioTwinDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioTwinDeleteButton.BackColor = System.Drawing.SystemColors.Window; this.StudioTwinDeleteButton.Enabled = false; this.StudioTwinDeleteButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioTwinDeleteButton.Image"))); this.StudioTwinDeleteButton.Location = new System.Drawing.Point(307, 176); this.StudioTwinDeleteButton.Name = "StudioTwinDeleteButton"; this.StudioTwinDeleteButton.Size = new System.Drawing.Size(42, 24); this.StudioTwinDeleteButton.TabIndex = 9; this.StudioTwinDeleteButton.Text = "삭제"; this.StudioTwinDeleteButton.UseVisualStyleBackColor = false; this.StudioTwinDeleteButton.Visible = false; this.StudioTwinDeleteButton.Click += new System.EventHandler(this.StudioTwinDeleteButton_Click); // // StudioSimulatorDeleteButton // this.StudioSimulatorDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioSimulatorDeleteButton.BackColor = System.Drawing.SystemColors.Window; this.StudioSimulatorDeleteButton.Enabled = false; this.StudioSimulatorDeleteButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioSimulatorDeleteButton.Image"))); this.StudioSimulatorDeleteButton.Location = new System.Drawing.Point(307, 222); this.StudioSimulatorDeleteButton.Name = "StudioSimulatorDeleteButton"; this.StudioSimulatorDeleteButton.Size = new System.Drawing.Size(42, 24); this.StudioSimulatorDeleteButton.TabIndex = 10; this.StudioSimulatorDeleteButton.Text = "삭제"; this.StudioSimulatorDeleteButton.UseVisualStyleBackColor = false; this.StudioSimulatorDeleteButton.Visible = false; this.StudioSimulatorDeleteButton.Click += new System.EventHandler(this.StudioSimulatorDeleteButton_Click); // // StudioCheckButton // this.StudioCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioCheckButton.BackColor = System.Drawing.SystemColors.Window; this.StudioCheckButton.Enabled = false; this.StudioCheckButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioCheckButton.Image"))); this.StudioCheckButton.Location = new System.Drawing.Point(257, 130); this.StudioCheckButton.Name = "StudioCheckButton"; this.StudioCheckButton.Size = new System.Drawing.Size(42, 24); this.StudioCheckButton.TabIndex = 11; this.StudioCheckButton.Text = "검사"; this.StudioCheckButton.UseVisualStyleBackColor = false; this.StudioCheckButton.Visible = false; this.StudioCheckButton.Click += new System.EventHandler(this.StudioCheckButton_Click); // // StudioTwinCheckButton // this.StudioTwinCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioTwinCheckButton.BackColor = System.Drawing.SystemColors.Window; this.StudioTwinCheckButton.Enabled = false; this.StudioTwinCheckButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioTwinCheckButton.Image"))); this.StudioTwinCheckButton.Location = new System.Drawing.Point(257, 176); this.StudioTwinCheckButton.Name = "StudioTwinCheckButton"; this.StudioTwinCheckButton.Size = new System.Drawing.Size(42, 24); this.StudioTwinCheckButton.TabIndex = 12; this.StudioTwinCheckButton.Text = "검사"; this.StudioTwinCheckButton.UseVisualStyleBackColor = false; this.StudioTwinCheckButton.Visible = false; // // StudioSimulatorCheckButton // this.StudioSimulatorCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StudioSimulatorCheckButton.BackColor = System.Drawing.SystemColors.Window; this.StudioSimulatorCheckButton.Enabled = false; this.StudioSimulatorCheckButton.Image = ((System.Drawing.Image)(resources.GetObject("StudioSimulatorCheckButton.Image"))); this.StudioSimulatorCheckButton.Location = new System.Drawing.Point(257, 222); this.StudioSimulatorCheckButton.Name = "StudioSimulatorCheckButton"; this.StudioSimulatorCheckButton.Size = new System.Drawing.Size(42, 24); this.StudioSimulatorCheckButton.TabIndex = 13; this.StudioSimulatorCheckButton.Text = "검사"; this.StudioSimulatorCheckButton.UseVisualStyleBackColor = false; this.StudioSimulatorCheckButton.Visible = false; // // ProgramName_Studio // this.ProgramName_Studio.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ProgramName_Studio.BackColor = System.Drawing.SystemColors.Window; this.ProgramName_Studio.Image = global::StudioClient.Properties.Resources.IMG_BoxColor; this.ProgramName_Studio.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ProgramName_Studio.Location = new System.Drawing.Point(20, 132); this.ProgramName_Studio.Name = "ProgramName_Studio"; this.ProgramName_Studio.Size = new System.Drawing.Size(172, 24); this.ProgramName_Studio.TabIndex = 14; this.ProgramName_Studio.Text = "Studio"; this.ProgramName_Studio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ProgramName_StudioTwin // this.ProgramName_StudioTwin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ProgramName_StudioTwin.BackColor = System.Drawing.SystemColors.Window; this.ProgramName_StudioTwin.Image = global::StudioClient.Properties.Resources.IMG_BoxColor; this.ProgramName_StudioTwin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ProgramName_StudioTwin.Location = new System.Drawing.Point(20, 176); this.ProgramName_StudioTwin.Name = "ProgramName_StudioTwin"; this.ProgramName_StudioTwin.Size = new System.Drawing.Size(172, 24); this.ProgramName_StudioTwin.TabIndex = 15; this.ProgramName_StudioTwin.Text = "Studio Twin"; this.ProgramName_StudioTwin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ProgramName_StudioSimulator // this.ProgramName_StudioSimulator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ProgramName_StudioSimulator.BackColor = System.Drawing.SystemColors.Window; this.ProgramName_StudioSimulator.Image = global::StudioClient.Properties.Resources.IMG_BoxColor; this.ProgramName_StudioSimulator.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ProgramName_StudioSimulator.Location = new System.Drawing.Point(20, 222); this.ProgramName_StudioSimulator.Name = "ProgramName_StudioSimulator"; this.ProgramName_StudioSimulator.Size = new System.Drawing.Size(172, 24); this.ProgramName_StudioSimulator.TabIndex = 16; this.ProgramName_StudioSimulator.Text = "Studio Simulator"; this.ProgramName_StudioSimulator.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Button_Account // this.Button_Account.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Button_Account.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.Button_Account.BackgroundImage = global::StudioClient.Properties.Resources.pngegg; this.Button_Account.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Button_Account.Image = global::StudioClient.Properties.Resources.pngegg; this.Button_Account.Location = new System.Drawing.Point(330, 12); this.Button_Account.Name = "Button_Account"; this.Button_Account.Size = new System.Drawing.Size(30, 30); this.Button_Account.TabIndex = 6; this.Button_Account.Text = "\r\n"; this.Button_Account.UseVisualStyleBackColor = false; // // Logo_UVC // this.Logo_UVC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.Logo_UVC.BackColor = System.Drawing.SystemColors.WindowFrame; this.Logo_UVC.BackgroundImage = global::StudioClient.Properties.Resources.Logo_UVC; this.Logo_UVC.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Logo_UVC.Location = new System.Drawing.Point(298, 499); this.Logo_UVC.Name = "Logo_UVC"; this.Logo_UVC.Size = new System.Drawing.Size(62, 22); this.Logo_UVC.TabIndex = 4; this.Logo_UVC.TabStop = false; // // Text_Programs // this.Text_Programs.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Text_Programs.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Text_Programs.ForeColor = System.Drawing.SystemColors.Window; this.Text_Programs.Location = new System.Drawing.Point(18, 72); this.Text_Programs.Name = "Text_Programs"; this.Text_Programs.Size = new System.Drawing.Size(105, 34); this.Text_Programs.TabIndex = 18; this.Text_Programs.Text = "Programs"; // // ProgressBar // this.ProgressBar.Location = new System.Drawing.Point(14, 367); this.ProgressBar.Name = "ProgressBar"; this.ProgressBar.Size = new System.Drawing.Size(336, 13); this.ProgressBar.TabIndex = 19; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.WindowFrame; this.ClientSize = new System.Drawing.Size(372, 533); this.Controls.Add(this.ProgressBar); this.Controls.Add(this.Text_Programs); this.Controls.Add(this.ProgramName_StudioSimulator); this.Controls.Add(this.ProgramName_StudioTwin); this.Controls.Add(this.ProgramName_Studio); this.Controls.Add(this.StudioSimulatorCheckButton); this.Controls.Add(this.StudioTwinCheckButton); this.Controls.Add(this.StudioCheckButton); this.Controls.Add(this.StudioSimulatorDeleteButton); this.Controls.Add(this.StudioTwinDeleteButton); this.Controls.Add(this.StudioDeleteButton); this.Controls.Add(this.StudioSimulatorInstallButton); this.Controls.Add(this.Button_Account); this.Controls.Add(this.Logo_UVC); this.Controls.Add(this.progressBar1); this.Controls.Add(this.label1); this.Controls.Add(this.StudioTwinInstallButton); this.Controls.Add(this.StudioInstallButton); this.ForeColor = System.Drawing.SystemColors.ControlText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.Text = "UVC Installer"; ((System.ComponentModel.ISupportInitialize)(this.Logo_UVC)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button StudioInstallButton; private System.Windows.Forms.Button StudioTwinInstallButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.PictureBox Logo_UVC; private System.Windows.Forms.Button Button_Account; private System.Windows.Forms.Button StudioSimulatorInstallButton; private System.Windows.Forms.Button StudioDeleteButton; private System.Windows.Forms.Button StudioTwinDeleteButton; private System.Windows.Forms.Button StudioSimulatorDeleteButton; private System.Windows.Forms.Button StudioCheckButton; private System.Windows.Forms.Button StudioTwinCheckButton; private System.Windows.Forms.Button StudioSimulatorCheckButton; private System.Windows.Forms.Label ProgramName_Studio; private System.Windows.Forms.Label ProgramName_StudioTwin; private System.Windows.Forms.Label ProgramName_StudioSimulator; private System.Windows.Forms.Label Text_Programs; private System.Windows.Forms.ProgressBar ProgressBar; } }