221 lines
12 KiB
VB.net
221 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Frm_Macro
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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 디자이너를 사용하십시오.
|
|
'코드 편집기를 사용하여 수정하지 마십시오.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim DefaultFocusIndicatorRenderer1 As FarPoint.Win.Spread.DefaultFocusIndicatorRenderer = New FarPoint.Win.Spread.DefaultFocusIndicatorRenderer()
|
|
Dim DefaultScrollBarRenderer1 As FarPoint.Win.Spread.DefaultScrollBarRenderer = New FarPoint.Win.Spread.DefaultScrollBarRenderer()
|
|
Dim DefaultScrollBarRenderer2 As FarPoint.Win.Spread.DefaultScrollBarRenderer = New FarPoint.Win.Spread.DefaultScrollBarRenderer()
|
|
Me.FpSpread1 = New FarPoint.Win.Spread.FpSpread()
|
|
Me.FpSpread1_Sheet1 = New FarPoint.Win.Spread.SheetView()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.tbStart = New System.Windows.Forms.TextBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.tbEnd = New System.Windows.Forms.TextBox()
|
|
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
CType(Me.FpSpread1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.FpSpread1_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TableLayoutPanel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'FpSpread1
|
|
'
|
|
Me.FpSpread1.AccessibleDescription = ""
|
|
Me.FpSpread1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.FpSpread1.FocusRenderer = DefaultFocusIndicatorRenderer1
|
|
Me.FpSpread1.HorizontalScrollBar.Buttons = New FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton")
|
|
Me.FpSpread1.HorizontalScrollBar.Name = ""
|
|
Me.FpSpread1.HorizontalScrollBar.Renderer = DefaultScrollBarRenderer1
|
|
Me.FpSpread1.HorizontalScrollBar.TabIndex = 2
|
|
Me.FpSpread1.Location = New System.Drawing.Point(0, 38)
|
|
Me.FpSpread1.Name = "FpSpread1"
|
|
Me.FpSpread1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.FpSpread1_Sheet1})
|
|
Me.FpSpread1.Size = New System.Drawing.Size(1019, 453)
|
|
Me.FpSpread1.Skin = FarPoint.Win.Spread.DefaultSpreadSkins.Classic
|
|
Me.FpSpread1.TabIndex = 0
|
|
Me.FpSpread1.VerticalScrollBar.Buttons = New FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton")
|
|
Me.FpSpread1.VerticalScrollBar.Name = ""
|
|
Me.FpSpread1.VerticalScrollBar.Renderer = DefaultScrollBarRenderer2
|
|
Me.FpSpread1.VerticalScrollBar.TabIndex = 3
|
|
Me.FpSpread1.VisualStyles = FarPoint.Win.VisualStyles.Off
|
|
'
|
|
'FpSpread1_Sheet1
|
|
'
|
|
Me.FpSpread1_Sheet1.Reset()
|
|
Me.FpSpread1_Sheet1.SheetName = "Sheet1"
|
|
'Formulas and custom names must be loaded with R1C1 reference style
|
|
Me.FpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
|
|
FpSpread1_Sheet1.ColumnCount = 5
|
|
FpSpread1_Sheet1.RowCount = 1
|
|
Me.FpSpread1_Sheet1.ColumnFooter.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
|
|
Me.FpSpread1_Sheet1.ColumnFooter.DefaultStyle.Parent = "HeaderDefault"
|
|
Me.FpSpread1_Sheet1.ColumnFooterSheetCornerStyle.NoteIndicatorColor = System.Drawing.Color.Red
|
|
Me.FpSpread1_Sheet1.ColumnFooterSheetCornerStyle.Parent = "CornerDefault"
|
|
Me.FpSpread1_Sheet1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
|
|
Me.FpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"
|
|
Me.FpSpread1_Sheet1.RowHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
|
|
Me.FpSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "RowHeaderDefault"
|
|
Me.FpSpread1_Sheet1.SheetCornerStyle.NoteIndicatorColor = System.Drawing.Color.Red
|
|
Me.FpSpread1_Sheet1.SheetCornerStyle.Parent = "CornerDefault"
|
|
Me.FpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Button2.Location = New System.Drawing.Point(673, 3)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(194, 32)
|
|
Me.Button2.TabIndex = 1
|
|
Me.Button2.Text = "결과저장하기"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Button1.Location = New System.Drawing.Point(3, 3)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(194, 32)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "목록불러오기"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'tbStart
|
|
'
|
|
Me.tbStart.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tbStart.Font = New System.Drawing.Font("맑은 고딕", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.tbStart.Location = New System.Drawing.Point(283, 3)
|
|
Me.tbStart.Name = "tbStart"
|
|
Me.tbStart.Size = New System.Drawing.Size(74, 33)
|
|
Me.tbStart.TabIndex = 2
|
|
Me.tbStart.Text = "6"
|
|
Me.tbStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Button3.Location = New System.Drawing.Point(523, 3)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(144, 32)
|
|
Me.Button3.TabIndex = 3
|
|
Me.Button3.Text = "실행"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(0, 491)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(1019, 23)
|
|
Me.ProgressBar1.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Label1.Location = New System.Drawing.Point(363, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(74, 38)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "~"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'tbEnd
|
|
'
|
|
Me.tbEnd.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tbEnd.Font = New System.Drawing.Font("맑은 고딕", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.tbEnd.Location = New System.Drawing.Point(443, 3)
|
|
Me.tbEnd.Name = "tbEnd"
|
|
Me.tbEnd.Size = New System.Drawing.Size(74, 33)
|
|
Me.tbEnd.TabIndex = 4
|
|
Me.tbEnd.Text = "0"
|
|
Me.tbEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'TableLayoutPanel1
|
|
'
|
|
Me.TableLayoutPanel1.ColumnCount = 8
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Button1, 0, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Button3, 5, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Button2, 6, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.tbEnd, 4, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Label2, 1, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.tbStart, 2, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Label1, 3, 0)
|
|
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
|
Me.TableLayoutPanel1.RowCount = 1
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
|
Me.TableLayoutPanel1.Size = New System.Drawing.Size(1019, 38)
|
|
Me.TableLayoutPanel1.TabIndex = 5
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Label2.Location = New System.Drawing.Point(203, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(74, 38)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "실행범위"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Frm_Macro
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1019, 514)
|
|
Me.Controls.Add(Me.FpSpread1)
|
|
Me.Controls.Add(Me.TableLayoutPanel1)
|
|
Me.Controls.Add(Me.ProgressBar1)
|
|
Me.Name = "Frm_Macro"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "일괄처리"
|
|
CType(Me.FpSpread1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.FpSpread1_Sheet1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TableLayoutPanel1.ResumeLayout(False)
|
|
Me.TableLayoutPanel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents FpSpread1 As FarPoint.Win.Spread.FpSpread
|
|
Friend WithEvents FpSpread1_Sheet1 As FarPoint.Win.Spread.SheetView
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents tbStart As System.Windows.Forms.TextBox
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
|
|
Friend WithEvents tbEnd As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
End Class
|