220 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			220 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System.Collections.Generic;
 | |
| using System;
 | |
| using System.Drawing;
 | |
| using System.Diagnostics;
 | |
| using System.Data;
 | |
| using System.Collections;
 | |
| using System.Windows.Forms;
 | |
| 
 | |
| namespace vmsnet
 | |
| {
 | |
| 	partial class Frm_GraphSetup : System.Windows.Forms.Form
 | |
| 	{
 | |
| 		
 | |
| 		//Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
 | |
| 		[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
 | |
| 		{
 | |
| 			try
 | |
| 			{
 | |
| 				if (disposing && components != null)
 | |
| 				{
 | |
| 					components.Dispose();
 | |
| 				}
 | |
| 			}
 | |
| 			finally
 | |
| 			{
 | |
| 				base.Dispose(disposing);
 | |
| 			}
 | |
| 		}
 | |
| 		
 | |
| 		//Windows Form 디자이너에 필요합니다.
 | |
| 		private System.ComponentModel.Container components = null;
 | |
| 		
 | |
| 		//참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
 | |
| 		//수정하려면 Windows Form 디자이너를 사용하십시오.
 | |
| 		//코드 편집기를 사용하여 수정하지 마십시오.
 | |
| 		[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
 | |
| 		{
 | |
|             this.GroupBox1 = new System.Windows.Forms.GroupBox();
 | |
|             this.dte = new System.Windows.Forms.DateTimePicker();
 | |
|             this.dts = new System.Windows.Forms.DateTimePicker();
 | |
|             this.label11 = new System.Windows.Forms.Label();
 | |
|             this.label10 = new System.Windows.Forms.Label();
 | |
|             this.bt_cancel = new System.Windows.Forms.Button();
 | |
|             this.bt_ok = new System.Windows.Forms.Button();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.GroupBox1.SuspendLayout();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // GroupBox1
 | |
|             // 
 | |
|             this.GroupBox1.Controls.Add(this.dte);
 | |
|             this.GroupBox1.Controls.Add(this.dts);
 | |
|             this.GroupBox1.Controls.Add(this.label11);
 | |
|             this.GroupBox1.Controls.Add(this.label10);
 | |
|             this.GroupBox1.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.GroupBox1.Location = new System.Drawing.Point(14, 15);
 | |
|             this.GroupBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.GroupBox1.Name = "GroupBox1";
 | |
|             this.GroupBox1.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.GroupBox1.Size = new System.Drawing.Size(747, 155);
 | |
|             this.GroupBox1.TabIndex = 0;
 | |
|             this.GroupBox1.TabStop = false;
 | |
|             this.GroupBox1.Text = "조회기간";
 | |
|             // 
 | |
|             // dte
 | |
|             // 
 | |
|             this.dte.CustomFormat = "yyyy년 MM월 dd일 HH시 mm분 ss초";
 | |
|             this.dte.Font = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.dte.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dte.Location = new System.Drawing.Point(103, 93);
 | |
|             this.dte.Name = "dte";
 | |
|             this.dte.Size = new System.Drawing.Size(629, 50);
 | |
|             this.dte.TabIndex = 30;
 | |
|             // 
 | |
|             // dts
 | |
|             // 
 | |
|             this.dts.CustomFormat = "yyyy년 MM월 dd일 HH시 mm분 ss초";
 | |
|             this.dts.Font = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.dts.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dts.Location = new System.Drawing.Point(103, 37);
 | |
|             this.dts.Name = "dts";
 | |
|             this.dts.Size = new System.Drawing.Size(629, 50);
 | |
|             this.dts.TabIndex = 29;
 | |
|             // 
 | |
|             // label11
 | |
|             // 
 | |
|             this.label11.AutoSize = true;
 | |
|             this.label11.Location = new System.Drawing.Point(31, 106);
 | |
|             this.label11.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
 | |
|             this.label11.Name = "label11";
 | |
|             this.label11.Size = new System.Drawing.Size(50, 25);
 | |
|             this.label11.TabIndex = 25;
 | |
|             this.label11.Text = "종료";
 | |
|             // 
 | |
|             // label10
 | |
|             // 
 | |
|             this.label10.AutoSize = true;
 | |
|             this.label10.Location = new System.Drawing.Point(31, 49);
 | |
|             this.label10.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
 | |
|             this.label10.Name = "label10";
 | |
|             this.label10.Size = new System.Drawing.Size(50, 25);
 | |
|             this.label10.TabIndex = 12;
 | |
|             this.label10.Text = "시작";
 | |
|             // 
 | |
|             // bt_cancel
 | |
|             // 
 | |
|             this.bt_cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.bt_cancel.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.bt_cancel.Location = new System.Drawing.Point(632, 8);
 | |
|             this.bt_cancel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.bt_cancel.Name = "bt_cancel";
 | |
|             this.bt_cancel.Size = new System.Drawing.Size(137, 79);
 | |
|             this.bt_cancel.TabIndex = 2;
 | |
|             this.bt_cancel.Text = "취소";
 | |
|             this.bt_cancel.UseVisualStyleBackColor = true;
 | |
|             this.bt_cancel.Click += new System.EventHandler(this.Button1_Click);
 | |
|             // 
 | |
|             // bt_ok
 | |
|             // 
 | |
|             this.bt_ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.bt_ok.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.bt_ok.Location = new System.Drawing.Point(486, 8);
 | |
|             this.bt_ok.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.bt_ok.Name = "bt_ok";
 | |
|             this.bt_ok.Size = new System.Drawing.Size(137, 79);
 | |
|             this.bt_ok.TabIndex = 1;
 | |
|             this.bt_ok.Text = "확인";
 | |
|             this.bt_ok.UseVisualStyleBackColor = true;
 | |
|             this.bt_ok.Click += new System.EventHandler(this.Button2_Click);
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.button3);
 | |
|             this.panel1.Controls.Add(this.button2);
 | |
|             this.panel1.Controls.Add(this.button1);
 | |
|             this.panel1.Controls.Add(this.bt_ok);
 | |
|             this.panel1.Controls.Add(this.bt_cancel);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.panel1.Location = new System.Drawing.Point(0, 181);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(777, 92);
 | |
|             this.panel1.TabIndex = 3;
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button3.Location = new System.Drawing.Point(296, 7);
 | |
|             this.button3.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(137, 79);
 | |
|             this.button3.TabIndex = 5;
 | |
|             this.button3.Text = "이번달";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button3_Click);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button2.Location = new System.Drawing.Point(149, 6);
 | |
|             this.button2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(137, 79);
 | |
|             this.button2.TabIndex = 4;
 | |
|             this.button2.Text = "-7일";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button1.Location = new System.Drawing.Point(5, 6);
 | |
|             this.button1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(137, 79);
 | |
|             this.button1.TabIndex = 3;
 | |
|             this.button1.Text = "최근 1달";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click_1);
 | |
|             // 
 | |
|             // Frm_GraphSetup
 | |
|             // 
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | |
|             this.ClientSize = new System.Drawing.Size(777, 273);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.GroupBox1);
 | |
|             this.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.KeyPreview = true;
 | |
|             this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "Frm_GraphSetup";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "데이터 조회 환경";
 | |
|             this.Load += new System.EventHandler(this.Frm_GraphSetup_Load);
 | |
|             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_GraphSetup_KeyDown);
 | |
|             this.GroupBox1.ResumeLayout(false);
 | |
|             this.GroupBox1.PerformLayout();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
| 		}
 | |
| 		internal System.Windows.Forms.Button bt_cancel;
 | |
| 		internal System.Windows.Forms.Button bt_ok;
 | |
| 		internal System.Windows.Forms.GroupBox GroupBox1;
 | |
|         private Panel panel1;
 | |
|         internal Button button1;
 | |
|         internal Label label11;
 | |
|         internal Button button2;
 | |
|         internal Button button3;
 | |
|         private DateTimePicker dts;
 | |
|         internal Label label10;
 | |
|         private DateTimePicker dte;
 | |
|     }
 | |
| 	
 | |
| }
 | 
