# 소스일부 public static void main(String args[]) throws IOException {//문자열을 한자 이상 저장하기 위하여버퍼클래스 readin생성//BufferedReader readin = new BufferedReader(new InputStreamReader(System.in)); //클래스 배열 생성// Member_Detail[] Member_Data=new Member_Detail[20]; //번호를 저장하기위한 일반적인 배열 생성// int[] rank=new int[20]; //메인 프로그램을 컨트롤하기위한 변수를 저장하는 Controlm 객체 선언// Member_Detail Controlm=new Member_Detail(); //for문을 이용한 클래스배열 크기 생성// for(int x=0;x<Member_Data.length;x++) { Member_Data[x]=new Member_Detail(); }//for문을 이용한클래스 배열 크기 생성 끝 //rank배열에 번호 저장 시작// for(int x=0;x<rank.length;x++) { Member_Detail.rank_go++; rank[x]=Member_Detail.rank_go; } //rank배열에 번호 저장 끝// ...
..FILE:0406_시계깜빡임완성/ssMain/App.ico..FILE:0406_시계깜빡임완성/ssMain/AssemblyInfo.csusing System.Reflection;using System.Runtime.CompilerServices;//// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 제어됩니다.// 어셈블리와 관련된 정보를 수정하려면// 이 특성 값을 변경하십시오.//[assembly: AssemblyTitle("")][assembly: AssemblyDescription("")][assembly: AssemblyConfiguration("")][assembly: AssemblyCompany("")][assembly: AssemblyProduct("")][assembly: AssemblyCopyright("")][assembly: AssemblyTrademark("")][assembly: AssemblyCulture("")]//// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.//// 주 버전// 부 버전// 빌드 번호// 수정 번호//// 모든 값을 지정하거나// 아래와 같이 '*'를 사용하여 수정 번호 및 빌드 번호가 자동으로 지정되도록 할 수 있습니다.[assembly: AssemblyVersion("1.0.*")]//// 어셈블리에 서명하려면 사용할 키를 지정해야 합니다. 어셈블리 서명에 대한 자세한 내용은// Microsoft .NET Framework 설명서를 참조하십시오.//// 서명하는 데 사용할 키를 제어하려면 아래 특성을 사용합니다.//// 참고:// (*) 키를 지정하지 않으면 어셈블리에 서명할 수 없습니다.// (*) KeyName은// 사용자 컴퓨터의 CSP(암호화 서비스 공급자)에// 설치되어 있는 키를 참조하고 KeyFile은 키가 포함된 파일을// 참조합니다.// (*) KeyFile과 KeyName 값을 모두 지정하면// 다음과 같은 프로세스가 발생합니다.// (1) CSP에 KeyName이 있으g System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace ssMain{/// /// Form1에 대한 요약 설명입니다./// public class Form1 : System.Windows.Forms.Form{private SSGo.UserControl1 sec2;private SSGo.UserControl1 sec1;private System.Windows.Forms.Timer timer1;private SSGo.UserControl1 min1;private SSGo.UserControl1 min2;private SSGo.UserControl1 hour1;private SSGo.UserControl1 hour2;private System.Windows.Forms.Panel hourpup;private System.Windows.Forms.Panel hourpdown;private System.Windows.Forms.Panel minpup;private System.Windows.Forms.Panel minpdown;private System.Windows.Forms.Label lbam;private System.Windows.Forms.Label lbpm;private System.Windows.Forms.Label label1;private System.Windows.Forms.Label label2;private System.ComponentModel.IContainer components;public Form1(){//// Windows Form 디자이너 지원에 필요합니다.//InitializeComponent();//// TODO: InitializeComponent를 호출한 다음 생성자 코드를 추가합니다.//}/// /// 사용 중인 모든 리소스를 정리합니다./// protected override void Dispose System.Windows.Forms.Panel();this.hourpdown = new System.Windows.Forms.Panel();this.minpup = new System.Windows.Forms.Panel();this.minpdown = new System.Windows.Forms.Panel();this.lbam = new System.Windows.Forms.Label();this.lbpm = new System.Windows.Forms.Label();this.label1 = new System.Windows.Forms.Label();this.label2 = new System.Windows.Forms.Label();this.SuspendLayout();//// sec2//this.sec2.Location = new System.Drawing.Point(600, 24);this.sec2.Name = "sec2";this.sec2.Number = 0;this.sec2.Size = new System.Drawing.Size(168, 240);this.sec2.TabIndex = 0;this.sec2.Load += new System.EventHandler(this.userControl11_Load);//// sec1//this.sec1.Location = new System.Drawing.Point(504, 24);this.sec1.Name = "sec1";this.sec1.Number = 0;this.sec1.Size = new System.Drawing.Size(120, 240);this.sec1.TabIndex = 3;//// timer1//this.timer1.Enabled = true;this.timer1.Interval = 1000;this.timer1.Tick += new System.EventHandler(this.timer1_Tick);//// min1//this.min1.Location = new System.Drawing.Pour2";this.hour2.Number = 0;this.hour2.Size = new System.Drawing.Size(168, 240);this.hour2.TabIndex = 4;//// hourpup//this.hourpup.BackColor = System.Drawing.SystemColors.ControlText;this.hourpup.Location = new System.Drawing.Point(280, 88);this.hourpup.Name = "hourpup";this.hourpup.Size = new System.Drawing.Size(16, 24);this.hourpup.TabIndex = 6;//// hourpdown//this.hourpdown.BackColor = System.Drawing.SystemColors.ControlText;this.hourpdown.Location = new System.Drawing.Point(280, 128);this.hourpdown.Name = "hourpdown";this.hourpdown.Size = new System.Drawing.Size(16, 24);this.hourpdown.TabIndex = 0;//// minpup//this.minpup.BackColor = System.Drawing.SystemColors.ControlText;this.minpup.Location = new System.Drawing.Point(512, 88);this.minpup.Name = "minpup";this.minpup.Size = new System.Drawing.Size(16, 24);this.minpup.TabIndex = 6;//// minpdown//this.minpdown.BackColor = System.Drawing.SystemColors.ControlText;this.minpdown.Location = new System.Drawing.Point(512, 128);this.minpdowSystem.Drawing.Font("굴림체", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(129)));this.lbpm.Location = new System.Drawing.Point(24, 128);this.lbpm.Name = "lbpm";this.lbpm.Size = new System.Drawing.Size(40, 23);this.lbpm.TabIndex = 9;this.lbpm.Text = "PM";//// label1//this.label1.Location = new System.Drawing.Point(16, 192);this.label1.Name = "label1";this.label1.TabIndex = 10;this.label1.Text = "농도";//// label2//this.label2.Location = new System.Drawing.Point(16, 224);this.label2.Name = "label2";this.label2.TabIndex = 11;this.label2.Text = "효과";//// Form1//this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);this.BackColor = System.Drawing.SystemColors.Control;this.ClientSize = new System.Drawing.Size(776, 269);this.Controls.Add(this.lbam);this.Controls.Add(this.lbpm);this.Controls.Add(this.hourpup);this.Controls.Add(this.hourpdown);this.Controls.Add(this.minpup);this.Controls.Add(this.minpdown);this.Controls.Add(this.hour1);this.Controls.AddHour