Initial commit
This commit is contained in:
		
							
								
								
									
										61
									
								
								Handler/Project_form2/Don't change it/Dialog/fTouchKey.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								Handler/Project_form2/Don't change it/Dialog/fTouchKey.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,61 @@ | ||||
| namespace Project.Dialog | ||||
| { | ||||
|     partial class fTouchKey | ||||
|     { | ||||
|         /// <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.touchKeyCalc1 = new arCtl.TouchKeyCalc(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // touchKeyCalc1 | ||||
|             //  | ||||
|             this.touchKeyCalc1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.touchKeyCalc1.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||||
|             this.touchKeyCalc1.Location = new System.Drawing.Point(0, 0); | ||||
|             this.touchKeyCalc1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | ||||
|             this.touchKeyCalc1.Name = "touchKeyCalc1"; | ||||
|             this.touchKeyCalc1.Size = new System.Drawing.Size(374, 330); | ||||
|             this.touchKeyCalc1.TabIndex = 0; | ||||
|             this.touchKeyCalc1.Load += new System.EventHandler(this.touchKeyCalc1_Load); | ||||
|             //  | ||||
|             // fTouchKey | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(374, 330); | ||||
|             this.Controls.Add(this.touchKeyCalc1); | ||||
|             this.Name = "fTouchKey"; | ||||
|             this.Text = "fTouchKey"; | ||||
|             this.ResumeLayout(false); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private arCtl.TouchKeyCalc touchKeyCalc1; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 ChiKyun Kim
					ChiKyun Kim