229 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			229 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Project.Dialog
 | |
| {
 | |
|     partial class SystemParameter
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
 | |
|             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
 | |
|             this.button9 = new System.Windows.Forms.Button();
 | |
|             this.button8 = new System.Windows.Forms.Button();
 | |
|             this.button7 = new System.Windows.Forms.Button();
 | |
|             this.button6 = new System.Windows.Forms.Button();
 | |
|             this.button5 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.tableLayoutPanel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.button1.Location = new System.Drawing.Point(0, 637);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(537, 51);
 | |
|             this.button1.TabIndex = 0;
 | |
|             this.button1.Text = "Save";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // propertyGrid1
 | |
|             // 
 | |
|             this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.propertyGrid1.Name = "propertyGrid1";
 | |
|             this.propertyGrid1.Size = new System.Drawing.Size(537, 578);
 | |
|             this.propertyGrid1.TabIndex = 1;
 | |
|             // 
 | |
|             // tableLayoutPanel1
 | |
|             // 
 | |
|             this.tableLayoutPanel1.ColumnCount = 8;
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button9, 7, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button8, 6, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button7, 5, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button6, 4, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button5, 3, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button2, 0, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button3, 1, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button4, 2, 0);
 | |
|             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 578);
 | |
|             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
 | |
|             this.tableLayoutPanel1.RowCount = 1;
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
 | |
|             this.tableLayoutPanel1.Size = new System.Drawing.Size(537, 59);
 | |
|             this.tableLayoutPanel1.TabIndex = 3;
 | |
|             // 
 | |
|             // button9
 | |
|             // 
 | |
|             this.button9.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button9.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button9.Location = new System.Drawing.Point(472, 3);
 | |
|             this.button9.Name = "button9";
 | |
|             this.button9.Size = new System.Drawing.Size(62, 53);
 | |
|             this.button9.TabIndex = 5;
 | |
|             this.button9.Tag = "7";
 | |
|             this.button9.Text = "Motor 7";
 | |
|             this.button9.UseVisualStyleBackColor = true;
 | |
|             this.button9.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button8
 | |
|             // 
 | |
|             this.button8.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button8.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button8.Location = new System.Drawing.Point(405, 3);
 | |
|             this.button8.Name = "button8";
 | |
|             this.button8.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button8.TabIndex = 4;
 | |
|             this.button8.Tag = "6";
 | |
|             this.button8.Text = "Motor 6";
 | |
|             this.button8.UseVisualStyleBackColor = true;
 | |
|             this.button8.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button7
 | |
|             // 
 | |
|             this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button7.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button7.Location = new System.Drawing.Point(338, 3);
 | |
|             this.button7.Name = "button7";
 | |
|             this.button7.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button7.TabIndex = 3;
 | |
|             this.button7.Tag = "5";
 | |
|             this.button7.Text = "Motor 5";
 | |
|             this.button7.UseVisualStyleBackColor = true;
 | |
|             this.button7.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button6
 | |
|             // 
 | |
|             this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button6.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button6.Location = new System.Drawing.Point(271, 3);
 | |
|             this.button6.Name = "button6";
 | |
|             this.button6.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button6.TabIndex = 2;
 | |
|             this.button6.Tag = "4";
 | |
|             this.button6.Text = "Motor 4";
 | |
|             this.button6.UseVisualStyleBackColor = true;
 | |
|             this.button6.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button5
 | |
|             // 
 | |
|             this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button5.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button5.Location = new System.Drawing.Point(204, 3);
 | |
|             this.button5.Name = "button5";
 | |
|             this.button5.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button5.TabIndex = 1;
 | |
|             this.button5.Tag = "3";
 | |
|             this.button5.Text = "Motor 3";
 | |
|             this.button5.UseVisualStyleBackColor = true;
 | |
|             this.button5.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button2.Location = new System.Drawing.Point(3, 3);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button2.TabIndex = 0;
 | |
|             this.button2.Tag = "0";
 | |
|             this.button2.Text = "Motor 0";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button3.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button3.Location = new System.Drawing.Point(70, 3);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button3.TabIndex = 0;
 | |
|             this.button3.Tag = "1";
 | |
|             this.button3.Text = "Motor 1";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button4.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button4.Location = new System.Drawing.Point(137, 3);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(61, 53);
 | |
|             this.button4.TabIndex = 0;
 | |
|             this.button4.Tag = "2";
 | |
|             this.button4.Text = "Motor 2";
 | |
|             this.button4.UseVisualStyleBackColor = true;
 | |
|             this.button4.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // SystemParameter
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(537, 688);
 | |
|             this.Controls.Add(this.propertyGrid1);
 | |
|             this.Controls.Add(this.tableLayoutPanel1);
 | |
|             this.Controls.Add(this.button1);
 | |
|             this.KeyPreview = true;
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "SystemParameter";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "SystemParameter";
 | |
|             this.Load += new System.EventHandler(this.SystemParameter_Load);
 | |
|             this.tableLayoutPanel1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.PropertyGrid propertyGrid1;
 | |
|         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
 | |
|         private System.Windows.Forms.Button button9;
 | |
|         private System.Windows.Forms.Button button8;
 | |
|         private System.Windows.Forms.Button button7;
 | |
|         private System.Windows.Forms.Button button6;
 | |
|         private System.Windows.Forms.Button button5;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.Button button3;
 | |
|         private System.Windows.Forms.Button button4;
 | |
|     }
 | |
| } | 
