..FILE:이미지축소/이미지축소/Properties/AssemblyInfo.csusing System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;// 어셈블리의 일반 정보는 다음 특성 집합을 통해 제어됩니다.// 어셈블리와 관련된 정보를 수정하려면// 이 특성 값을 변경하십시오.[assembly: AssemblyTitle("이미지축소")][assembly: AssemblyDescription("")][assembly: AssemblyConfiguration("")][assembly: AssemblyCompany("")][assembly: AssemblyProduct("이미지축소")][assembly: AssemblyCopyright("Copyright 2011")][assembly: AssemblyTrademark("")][assembly: AssemblyCulture("")]// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면// 해당 형식에 대해 ComVisible 특성을 true로 설정하십시오.[assembly: ComVisible(false)]// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.[assembly: Guid("2218835b-fe64-4e07-9719-990a1e275602")]// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.//// 주 버전// 부 버전// 빌드 번호// 수정 버전//// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 버전이 자동으로// 지정되도록 할 수 있습니다.// [assembly: AssemblyVersion("1.0.*")][assembly: AssemblyVersion("1.0.0.0")][assembly: Assembl System.Windows.Forms.GroupBox();this.radioButton8 = new System.Windows.Forms.RadioButton();this.radioButton7 = new System.Windows.Forms.RadioButton();this.radioButton6 = new System.Windows.Forms.RadioButton();this.radioButton5 = new System.Windows.Forms.RadioButton();this.radioButton4 = new System.Windows.Forms.RadioButton();this.radioButton3 = new System.Windows.Forms.RadioButton();this.radioButton2 = new System.Windows.Forms.RadioButton();this.radioButton1 = new System.Windows.Forms.RadioButton();this.button1 = new System.Windows.Forms.Button();this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();this.groupBox2 = new System.Windows.Forms.GroupBox();this.button2 = new System.Windows.Forms.Button();this.label2 = new System.Windows.Forms.Label();this.label1 = new System.Windows.Forms.Label();this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();this.saveFileDialog1 = new System.Windows.Forms.SaveFileDia.radioButton2.TabStop = true;this.radioButton2.Text = "이중 선형 보간법";this.radioButton2.UseVisualStyleBackColor = true;//// radioButton1//this.radioButton1.AutoSize = true;this.radioButton1.Location = new System.Drawing.Point(6, 20);this.radioButton1.Name = "radioButton1";this.radioButton1.Size = new System.Drawing.Size(115, 16);this.radioButton1.TabIndex = 0;this.radioButton1.TabStop = true;this.radioButton1.Text = "이중 큐빅 보간법";this.radioButton1.UseVisualStyleBackColor = true;//// button1//this.button1.Location = new System.Drawing.Point(12, 299);this.button1.Name = "button1";this.button1.Size = new System.Drawing.Size(186, 32);this.button1.TabIndex = 1;this.button1.Text = "이미지 열기";this.button1.UseVisualStyleBackColor = true;this.button1.Click += new System.EventHandler(this.button1_Click);//// openFileDialog1//this.openFileDialog1.Filter = "PNG|*.png|JPEG|*.jpg";this.openFileDialog1.Title = "이미지 열기";this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDorms.Label label1;private System.Windows.Forms.NumericUpDown numericUpDown2;private System.Windows.Forms.NumericUpDown numericUpDown1;private System.Windows.Forms.Label label2;private System.Windows.Forms.Button button2;private System.Windows.Forms.RadioButton radioButton8;private System.Windows.Forms.SaveFileDialog saveFileDialog1;}}..FILE:이미지축소/이미지축소/Program.csusing System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;namespace 이미지축소{static class Program{/// /// 해당 응용 프로그램의 주 진입점입니다./// [STAThread]static void Main(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(new Form1());}}}..FILE:이미지축소/이미지축소/Properties/Resources.Designer.cs//------------------------------------------------------------------------------// // 이 코드는 도구를 사용하여 생성되었습니다.// 런타임 버전:4.0.30319.239//// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면// 이러한 변경 내용이 손실됩니다.// //-----------------------------------------------------------------------44}.Release|x86.ActiveCfg = Release|x86{41B6DF63-7716-4C2B-8580-96F61BA1C544}.Release|x86.Build.0 = Release|x86EndGlobalSectionGlobalSection(SolutionProperties) = preSolutionHideSolutionNode = FALSEEndGlobalSectionEndGlobal..FILE:이미지축소/이미지축소/obj/x86/Debug/이미지축소.csproj.FileListAbsolute.txtc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소binDebug이미지축소.exec:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소binDebug이미지축소.pdbc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86DebugResolveAssemblyReference.cachec:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86Debug이미지축소.Form1.resourcesc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86Debug이미지축소.Properties.Resources.resourcesc:usersadministratordocumentsvisual studio 2010Projects이미지축소이미지축소objx86DebugGenerateResource.read.1.tlogc:usersadministratordocumentsvisual studio 2010Projects이미지X