namespace IControls_FireManager { partial class User { /// /// 필수 디자이너 변수입니다. /// 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(User)); this.label_Title1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button_Start = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label_ID = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label_Title1 // this.label_Title1.AutoSize = true; this.label_Title1.Location = new System.Drawing.Point(131, 28); this.label_Title1.Name = "label_Title1"; this.label_Title1.Size = new System.Drawing.Size(57, 12); this.label_Title1.TabIndex = 11; this.label_Title1.Text = "정보 수정"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(43, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 12); this.label2.TabIndex = 9; this.label2.Text = "Password"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(43, 69); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(16, 12); this.label1.TabIndex = 10; this.label1.Text = "ID"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(111, 103); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 21); this.textBox2.TabIndex = 7; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(111, 140); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 8; // // button_Start // this.button_Start.Location = new System.Drawing.Point(124, 227); this.button_Start.Name = "button_Start"; this.button_Start.Size = new System.Drawing.Size(75, 23); this.button_Start.TabIndex = 6; this.button_Start.Text = "저장"; this.button_Start.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(43, 143); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 12); this.label3.TabIndex = 10; this.label3.Text = "(재입력)"; // // label_ID // this.label_ID.AutoSize = true; this.label_ID.Location = new System.Drawing.Point(109, 69); this.label_ID.Name = "label_ID"; this.label_ID.Size = new System.Drawing.Size(16, 12); this.label_ID.TabIndex = 10; this.label_ID.Text = "ID"; // // User // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(291, 294); this.Controls.Add(this.label_Title1); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.label_ID); this.Controls.Add(this.label1); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button_Start); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "User"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "IControls FireOperator 2.0 [User]"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label_Title1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button_Start; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label_ID; } }