123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- namespace IControls_FireManager
- {
- partial class User
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- 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();
-
-
-
- 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 = "정보 수정";
-
-
-
- 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";
-
-
-
- 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";
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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;
-
-
-
- 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 = "(재입력)";
-
-
-
- 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";
-
-
-
- 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;
-
- }
- }
|