106 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			106 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FCOMMON
 | |
| {
 | |
|     partial class fSelectDays
 | |
|     {
 | |
|         /// <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.dts = new System.Windows.Forms.MonthCalendar();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
 | |
|             this.dte = new System.Windows.Forms.MonthCalendar();
 | |
|             this.tableLayoutPanel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // dts
 | |
|             // 
 | |
|             this.dts.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dts.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.dts.Location = new System.Drawing.Point(9, 9);
 | |
|             this.dts.Name = "dts";
 | |
|             this.dts.TabIndex = 0;
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.button1.Location = new System.Drawing.Point(0, 180);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(476, 42);
 | |
|             this.button1.TabIndex = 1;
 | |
|             this.button1.Text = "확인";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // tableLayoutPanel1
 | |
|             // 
 | |
|             this.tableLayoutPanel1.ColumnCount = 2;
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
 | |
|             this.tableLayoutPanel1.Controls.Add(this.dte, 1, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.dts, 0, 0);
 | |
|             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
 | |
|             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(476, 180);
 | |
|             this.tableLayoutPanel1.TabIndex = 2;
 | |
|             // 
 | |
|             // dte
 | |
|             // 
 | |
|             this.dte.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dte.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.dte.Location = new System.Drawing.Point(247, 9);
 | |
|             this.dte.Name = "dte";
 | |
|             this.dte.TabIndex = 0;
 | |
|             // 
 | |
|             // fSelectDays
 | |
|             // 
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | |
|             this.ClientSize = new System.Drawing.Size(476, 222);
 | |
|             this.Controls.Add(this.tableLayoutPanel1);
 | |
|             this.Controls.Add(this.button1);
 | |
|             this.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "fSelectDays";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "fSelectDay";
 | |
|             this.Load += new System.EventHandler(this.fSelectDay_Load);
 | |
|             this.tableLayoutPanel1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         public System.Windows.Forms.MonthCalendar dts;
 | |
|         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
 | |
|         public System.Windows.Forms.MonthCalendar dte;
 | |
|     }
 | |
| } | 
