_ Partial Class Today_Change Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기에서는 수정하지 마세요. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Today_Change)) Me.gbStart = New System.Windows.Forms.GroupBox() Me.lb_st_day = New System.Windows.Forms.Label() Me.nud_st_day = New System.Windows.Forms.NumericUpDown() Me.nud_st_month = New System.Windows.Forms.NumericUpDown() Me.lb_st_month = New System.Windows.Forms.Label() Me.nud_st_year = New System.Windows.Forms.NumericUpDown() Me.lb_st_year = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.lb_en_day = New System.Windows.Forms.Label() Me.nud_en_day = New System.Windows.Forms.NumericUpDown() Me.nud_en_month = New System.Windows.Forms.NumericUpDown() Me.lb_en_month = New System.Windows.Forms.Label() Me.nud_en_year = New System.Windows.Forms.NumericUpDown() Me.lb_en_year = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnTodayOK = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.btnTodayCC = New System.Windows.Forms.Button() Me.gbStart.SuspendLayout() CType(Me.nud_st_day, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nud_st_month, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nud_st_year, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() CType(Me.nud_en_day, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nud_en_month, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nud_en_year, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'gbStart ' Me.gbStart.Controls.Add(Me.lb_st_day) Me.gbStart.Controls.Add(Me.nud_st_day) Me.gbStart.Controls.Add(Me.nud_st_month) Me.gbStart.Controls.Add(Me.lb_st_month) Me.gbStart.Controls.Add(Me.nud_st_year) Me.gbStart.Controls.Add(Me.lb_st_year) Me.gbStart.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbStart.Location = New System.Drawing.Point(12, 12) Me.gbStart.Name = "gbStart" Me.gbStart.Size = New System.Drawing.Size(390, 127) Me.gbStart.TabIndex = 0 Me.gbStart.TabStop = False Me.gbStart.Text = "시작날짜" ' 'lb_st_day ' Me.lb_st_day.AutoSize = True Me.lb_st_day.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_st_day.Location = New System.Drawing.Point(285, 41) Me.lb_st_day.Name = "lb_st_day" Me.lb_st_day.Size = New System.Drawing.Size(32, 27) Me.lb_st_day.TabIndex = 11 Me.lb_st_day.Text = "일" ' 'nud_st_day ' Me.nud_st_day.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_st_day.Location = New System.Drawing.Point(254, 71) Me.nud_st_day.Maximum = New Decimal(New Integer() {31, 0, 0, 0}) Me.nud_st_day.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nud_st_day.Name = "nud_st_day" Me.nud_st_day.Size = New System.Drawing.Size(106, 39) Me.nud_st_day.TabIndex = 12 Me.nud_st_day.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nud_st_day.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'nud_st_month ' Me.nud_st_month.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_st_month.Location = New System.Drawing.Point(142, 71) Me.nud_st_month.Maximum = New Decimal(New Integer() {12, 0, 0, 0}) Me.nud_st_month.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nud_st_month.Name = "nud_st_month" Me.nud_st_month.Size = New System.Drawing.Size(106, 39) Me.nud_st_month.TabIndex = 10 Me.nud_st_month.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nud_st_month.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lb_st_month ' Me.lb_st_month.AutoSize = True Me.lb_st_month.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_st_month.Location = New System.Drawing.Point(172, 41) Me.lb_st_month.Name = "lb_st_month" Me.lb_st_month.Size = New System.Drawing.Size(32, 27) Me.lb_st_month.TabIndex = 9 Me.lb_st_month.Text = "월" ' 'nud_st_year ' Me.nud_st_year.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_st_year.Location = New System.Drawing.Point(30, 71) Me.nud_st_year.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nud_st_year.Minimum = New Decimal(New Integer() {2019, 0, 0, 0}) Me.nud_st_year.Name = "nud_st_year" Me.nud_st_year.Size = New System.Drawing.Size(106, 39) Me.nud_st_year.TabIndex = 8 Me.nud_st_year.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nud_st_year.Value = New Decimal(New Integer() {2019, 0, 0, 0}) ' 'lb_st_year ' Me.lb_st_year.AutoSize = True Me.lb_st_year.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_st_year.Location = New System.Drawing.Point(54, 41) Me.lb_st_year.Name = "lb_st_year" Me.lb_st_year.Size = New System.Drawing.Size(52, 27) Me.lb_st_year.TabIndex = 3 Me.lb_st_year.Text = "년도" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.lb_en_day) Me.GroupBox2.Controls.Add(Me.nud_en_day) Me.GroupBox2.Controls.Add(Me.nud_en_month) Me.GroupBox2.Controls.Add(Me.lb_en_month) Me.GroupBox2.Controls.Add(Me.nud_en_year) Me.GroupBox2.Controls.Add(Me.lb_en_year) Me.GroupBox2.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(12, 145) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(390, 127) Me.GroupBox2.TabIndex = 1 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "끝날짜" ' 'lb_en_day ' Me.lb_en_day.AutoSize = True Me.lb_en_day.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_en_day.Location = New System.Drawing.Point(285, 41) Me.lb_en_day.Name = "lb_en_day" Me.lb_en_day.Size = New System.Drawing.Size(32, 27) Me.lb_en_day.TabIndex = 11 Me.lb_en_day.Text = "일" ' 'nud_en_day ' Me.nud_en_day.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_en_day.Location = New System.Drawing.Point(254, 71) Me.nud_en_day.Maximum = New Decimal(New Integer() {31, 0, 0, 0}) Me.nud_en_day.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nud_en_day.Name = "nud_en_day" Me.nud_en_day.Size = New System.Drawing.Size(106, 39) Me.nud_en_day.TabIndex = 12 Me.nud_en_day.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nud_en_day.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'nud_en_month ' Me.nud_en_month.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_en_month.Location = New System.Drawing.Point(142, 71) Me.nud_en_month.Maximum = New Decimal(New Integer() {12, 0, 0, 0}) Me.nud_en_month.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nud_en_month.Name = "nud_en_month" Me.nud_en_month.Size = New System.Drawing.Size(106, 39) Me.nud_en_month.TabIndex = 10 Me.nud_en_month.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nud_en_month.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lb_en_month ' Me.lb_en_month.AutoSize = True Me.lb_en_month.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_en_month.Location = New System.Drawing.Point(172, 41) Me.lb_en_month.Name = "lb_en_month" Me.lb_en_month.Size = New System.Drawing.Size(32, 27) Me.lb_en_month.TabIndex = 9 Me.lb_en_month.Text = "월" ' 'nud_en_year ' Me.nud_en_year.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_en_year.Location = New System.Drawing.Point(30, 71) Me.nud_en_year.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nud_en_year.Minimum = New Decimal(New Integer() {2019, 0, 0, 0}) Me.nud_en_year.Name = "nud_en_year" Me.nud_en_year.Size = New System.Drawing.Size(106, 39) Me.nud_en_year.TabIndex = 8 Me.nud_en_year.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nud_en_year.Value = New Decimal(New Integer() {2019, 0, 0, 0}) ' 'lb_en_year ' Me.lb_en_year.AutoSize = True Me.lb_en_year.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_en_year.Location = New System.Drawing.Point(54, 41) Me.lb_en_year.Name = "lb_en_year" Me.lb_en_year.Size = New System.Drawing.Size(52, 27) Me.lb_en_year.TabIndex = 3 Me.lb_en_year.Text = "년도" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.btnTodayOK) Me.Panel1.Location = New System.Drawing.Point(94, 278) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(101, 39) Me.Panel1.TabIndex = 2 ' 'btnTodayOK ' Me.btnTodayOK.Location = New System.Drawing.Point(25, 6) Me.btnTodayOK.Name = "btnTodayOK" Me.btnTodayOK.Size = New System.Drawing.Size(73, 27) Me.btnTodayOK.TabIndex = 0 Me.btnTodayOK.Text = "확인" Me.btnTodayOK.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.btnTodayCC) Me.Panel2.Location = New System.Drawing.Point(201, 278) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(101, 39) Me.Panel2.TabIndex = 3 ' 'btnTodayCC ' Me.btnTodayCC.Location = New System.Drawing.Point(3, 6) Me.btnTodayCC.Name = "btnTodayCC" Me.btnTodayCC.Size = New System.Drawing.Size(73, 27) Me.btnTodayCC.TabIndex = 0 Me.btnTodayCC.Text = "취소" Me.btnTodayCC.UseVisualStyleBackColor = True ' 'Today_Change ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(414, 330) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.gbStart) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Today_Change" Me.Text = "Today_Change" Me.gbStart.ResumeLayout(False) Me.gbStart.PerformLayout() CType(Me.nud_st_day, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nud_st_month, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nud_st_year, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.nud_en_day, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nud_en_month, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nud_en_year, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents gbStart As GroupBox Friend WithEvents lb_st_day As Label Friend WithEvents nud_st_day As NumericUpDown Friend WithEvents nud_st_month As NumericUpDown Friend WithEvents lb_st_month As Label Friend WithEvents nud_st_year As NumericUpDown Friend WithEvents lb_st_year As Label Friend WithEvents GroupBox2 As GroupBox Friend WithEvents lb_en_day As Label Friend WithEvents nud_en_day As NumericUpDown Friend WithEvents nud_en_month As NumericUpDown Friend WithEvents lb_en_month As Label Friend WithEvents nud_en_year As NumericUpDown Friend WithEvents lb_en_year As Label Friend WithEvents Panel1 As Panel Friend WithEvents btnTodayOK As Button Friend WithEvents Panel2 As Panel Friend WithEvents btnTodayCC As Button End Class