_ Partial Class mainform 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(mainform)) Me.dgvop1_data = New System.Windows.Forms.DataGridView() Me.df_pkcode = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.df_ProdCode = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.df_Count = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.gbop1_search = New System.Windows.Forms.GroupBox() Me.btnop1_del1 = New System.Windows.Forms.Button() Me.btnop1_del2 = New System.Windows.Forms.Button() Me.btnop1_search = New System.Windows.Forms.Button() Me.txbop1_pk = New System.Windows.Forms.TextBox() Me.lbop1_pk = New System.Windows.Forms.Label() Me.gbop1_reg = New System.Windows.Forms.GroupBox() Me.nudop1_regct = New System.Windows.Forms.NumericUpDown() Me.lbop1_regct = New System.Windows.Forms.Label() Me.txbop1_regpd = New System.Windows.Forms.TextBox() Me.lbop1_regpd = New System.Windows.Forms.Label() Me.btnop1_reg = New System.Windows.Forms.Button() Me.txbop1_regpk = New System.Windows.Forms.TextBox() Me.lbop1_regpk = New System.Windows.Forms.Label() Me.gbop1_etc = New System.Windows.Forms.GroupBox() Me.btnop1_save = New System.Windows.Forms.Button() Me.btnop_reset = New System.Windows.Forms.Button() Me.btnop1_load = New System.Windows.Forms.Button() Me.pnop1 = New System.Windows.Forms.Panel() Me.OfdExcel = New System.Windows.Forms.OpenFileDialog() CType(Me.dgvop1_data, System.ComponentModel.ISupportInitialize).BeginInit() Me.gbop1_search.SuspendLayout() Me.gbop1_reg.SuspendLayout() CType(Me.nudop1_regct, System.ComponentModel.ISupportInitialize).BeginInit() Me.gbop1_etc.SuspendLayout() Me.pnop1.SuspendLayout() Me.SuspendLayout() ' 'dgvop1_data ' Me.dgvop1_data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvop1_data.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.df_pkcode, Me.df_ProdCode, Me.df_Count}) Me.dgvop1_data.Location = New System.Drawing.Point(3, 15) Me.dgvop1_data.Name = "dgvop1_data" Me.dgvop1_data.RowTemplate.Height = 23 Me.dgvop1_data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvop1_data.Size = New System.Drawing.Size(500, 645) Me.dgvop1_data.TabIndex = 0 ' 'df_pkcode ' Me.df_pkcode.HeaderText = "패킹코드" Me.df_pkcode.Name = "df_pkcode" Me.df_pkcode.Width = 150 ' 'df_ProdCode ' Me.df_ProdCode.HeaderText = "제품코드" Me.df_ProdCode.Name = "df_ProdCode" Me.df_ProdCode.Width = 150 ' 'df_Count ' Me.df_Count.HeaderText = "제품수량" Me.df_Count.Name = "df_Count" Me.df_Count.Width = 150 ' 'gbop1_search ' Me.gbop1_search.Controls.Add(Me.btnop1_del1) Me.gbop1_search.Controls.Add(Me.btnop1_del2) Me.gbop1_search.Controls.Add(Me.btnop1_search) Me.gbop1_search.Controls.Add(Me.txbop1_pk) Me.gbop1_search.Controls.Add(Me.lbop1_pk) Me.gbop1_search.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbop1_search.Location = New System.Drawing.Point(510, 0) Me.gbop1_search.Name = "gbop1_search" Me.gbop1_search.Size = New System.Drawing.Size(490, 172) Me.gbop1_search.TabIndex = 1 Me.gbop1_search.TabStop = False Me.gbop1_search.Text = "데이터 확인 및 삭제" ' 'btnop1_del1 ' Me.btnop1_del1.Location = New System.Drawing.Point(25, 109) Me.btnop1_del1.Name = "btnop1_del1" Me.btnop1_del1.Size = New System.Drawing.Size(220, 48) Me.btnop1_del1.TabIndex = 3 Me.btnop1_del1.Text = "행삭제" Me.btnop1_del1.UseVisualStyleBackColor = True ' 'btnop1_del2 ' Me.btnop1_del2.Location = New System.Drawing.Point(251, 109) Me.btnop1_del2.Name = "btnop1_del2" Me.btnop1_del2.Size = New System.Drawing.Size(220, 48) Me.btnop1_del2.TabIndex = 4 Me.btnop1_del2.Text = "전체삭제" Me.btnop1_del2.UseVisualStyleBackColor = True ' 'btnop1_search ' Me.btnop1_search.Location = New System.Drawing.Point(364, 43) Me.btnop1_search.Name = "btnop1_search" Me.btnop1_search.Size = New System.Drawing.Size(107, 51) Me.btnop1_search.TabIndex = 2 Me.btnop1_search.Text = "검색" Me.btnop1_search.UseVisualStyleBackColor = True ' 'txbop1_pk ' Me.txbop1_pk.Location = New System.Drawing.Point(122, 51) Me.txbop1_pk.MaxLength = 10 Me.txbop1_pk.Name = "txbop1_pk" Me.txbop1_pk.Size = New System.Drawing.Size(236, 35) Me.txbop1_pk.TabIndex = 1 ' 'lbop1_pk ' Me.lbop1_pk.AutoSize = True Me.lbop1_pk.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbop1_pk.Location = New System.Drawing.Point(24, 54) Me.lbop1_pk.Name = "lbop1_pk" Me.lbop1_pk.Size = New System.Drawing.Size(92, 27) Me.lbop1_pk.TabIndex = 0 Me.lbop1_pk.Text = "패킹코드" ' 'gbop1_reg ' Me.gbop1_reg.Controls.Add(Me.nudop1_regct) Me.gbop1_reg.Controls.Add(Me.lbop1_regct) Me.gbop1_reg.Controls.Add(Me.txbop1_regpd) Me.gbop1_reg.Controls.Add(Me.lbop1_regpd) Me.gbop1_reg.Controls.Add(Me.btnop1_reg) Me.gbop1_reg.Controls.Add(Me.txbop1_regpk) Me.gbop1_reg.Controls.Add(Me.lbop1_regpk) Me.gbop1_reg.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbop1_reg.Location = New System.Drawing.Point(510, 209) Me.gbop1_reg.Name = "gbop1_reg" Me.gbop1_reg.Size = New System.Drawing.Size(490, 250) Me.gbop1_reg.TabIndex = 2 Me.gbop1_reg.TabStop = False Me.gbop1_reg.Text = "직접 등록" ' 'nudop1_regct ' Me.nudop1_regct.Location = New System.Drawing.Point(122, 139) Me.nudop1_regct.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.nudop1_regct.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudop1_regct.Name = "nudop1_regct" Me.nudop1_regct.Size = New System.Drawing.Size(256, 35) Me.nudop1_regct.TabIndex = 3 Me.nudop1_regct.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudop1_regct.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lbop1_regct ' Me.lbop1_regct.AutoSize = True Me.lbop1_regct.Location = New System.Drawing.Point(24, 141) Me.lbop1_regct.Name = "lbop1_regct" Me.lbop1_regct.Size = New System.Drawing.Size(92, 27) Me.lbop1_regct.TabIndex = 5 Me.lbop1_regct.Text = "제품수량" ' 'txbop1_regpd ' Me.txbop1_regpd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbop1_regpd.Location = New System.Drawing.Point(122, 84) Me.txbop1_regpd.MaxLength = 15 Me.txbop1_regpd.Name = "txbop1_regpd" Me.txbop1_regpd.Size = New System.Drawing.Size(256, 35) Me.txbop1_regpd.TabIndex = 2 Me.txbop1_regpd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbop1_regpd ' Me.lbop1_regpd.AutoSize = True Me.lbop1_regpd.Location = New System.Drawing.Point(24, 87) Me.lbop1_regpd.Name = "lbop1_regpd" Me.lbop1_regpd.Size = New System.Drawing.Size(92, 27) Me.lbop1_regpd.TabIndex = 3 Me.lbop1_regpd.Text = "제품코드" ' 'btnop1_reg ' Me.btnop1_reg.Location = New System.Drawing.Point(251, 187) Me.btnop1_reg.Name = "btnop1_reg" Me.btnop1_reg.Size = New System.Drawing.Size(220, 57) Me.btnop1_reg.TabIndex = 4 Me.btnop1_reg.Text = "등록" Me.btnop1_reg.UseVisualStyleBackColor = True ' 'txbop1_regpk ' Me.txbop1_regpk.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbop1_regpk.Location = New System.Drawing.Point(122, 34) Me.txbop1_regpk.MaxLength = 10 Me.txbop1_regpk.Name = "txbop1_regpk" Me.txbop1_regpk.Size = New System.Drawing.Size(256, 35) Me.txbop1_regpk.TabIndex = 1 Me.txbop1_regpk.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbop1_regpk ' Me.lbop1_regpk.AutoSize = True Me.lbop1_regpk.Location = New System.Drawing.Point(24, 37) Me.lbop1_regpk.Name = "lbop1_regpk" Me.lbop1_regpk.Size = New System.Drawing.Size(92, 27) Me.lbop1_regpk.TabIndex = 0 Me.lbop1_regpk.Text = "패킹코드" ' 'gbop1_etc ' Me.gbop1_etc.Controls.Add(Me.btnop1_save) Me.gbop1_etc.Controls.Add(Me.btnop_reset) Me.gbop1_etc.Controls.Add(Me.btnop1_load) Me.gbop1_etc.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbop1_etc.Location = New System.Drawing.Point(510, 495) Me.gbop1_etc.Name = "gbop1_etc" Me.gbop1_etc.Size = New System.Drawing.Size(490, 165) Me.gbop1_etc.TabIndex = 3 Me.gbop1_etc.TabStop = False Me.gbop1_etc.Text = "기타 기능" ' 'btnop1_save ' Me.btnop1_save.Location = New System.Drawing.Point(251, 34) Me.btnop1_save.Name = "btnop1_save" Me.btnop1_save.Size = New System.Drawing.Size(220, 57) Me.btnop1_save.TabIndex = 5 Me.btnop1_save.Text = "저장하기" Me.btnop1_save.UseVisualStyleBackColor = True ' 'btnop_reset ' Me.btnop_reset.Location = New System.Drawing.Point(25, 97) Me.btnop_reset.Name = "btnop_reset" Me.btnop_reset.Size = New System.Drawing.Size(446, 57) Me.btnop_reset.TabIndex = 4 Me.btnop_reset.Text = "초기화" Me.btnop_reset.UseVisualStyleBackColor = True ' 'btnop1_load ' Me.btnop1_load.Location = New System.Drawing.Point(25, 34) Me.btnop1_load.Name = "btnop1_load" Me.btnop1_load.Size = New System.Drawing.Size(220, 57) Me.btnop1_load.TabIndex = 3 Me.btnop1_load.Text = "EXCEL 불러오기" Me.btnop1_load.UseVisualStyleBackColor = True ' 'pnop1 ' Me.pnop1.Controls.Add(Me.dgvop1_data) Me.pnop1.Controls.Add(Me.gbop1_etc) Me.pnop1.Controls.Add(Me.gbop1_search) Me.pnop1.Controls.Add(Me.gbop1_reg) Me.pnop1.Location = New System.Drawing.Point(12, 12) Me.pnop1.Name = "pnop1" Me.pnop1.Size = New System.Drawing.Size(1000, 680) Me.pnop1.TabIndex = 4 ' 'OfdExcel ' Me.OfdExcel.FileName = "OfdExcel" ' 'mainform ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1024, 701) Me.Controls.Add(Me.pnop1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "mainform" Me.Text = "Form1" CType(Me.dgvop1_data, System.ComponentModel.ISupportInitialize).EndInit() Me.gbop1_search.ResumeLayout(False) Me.gbop1_search.PerformLayout() Me.gbop1_reg.ResumeLayout(False) Me.gbop1_reg.PerformLayout() CType(Me.nudop1_regct, System.ComponentModel.ISupportInitialize).EndInit() Me.gbop1_etc.ResumeLayout(False) Me.pnop1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents dgvop1_data As DataGridView Friend WithEvents df_pkcode As DataGridViewTextBoxColumn Friend WithEvents df_ProdCode As DataGridViewTextBoxColumn Friend WithEvents df_Count As DataGridViewTextBoxColumn Friend WithEvents gbop1_search As GroupBox Friend WithEvents btnop1_del1 As Button Friend WithEvents btnop1_del2 As Button Friend WithEvents btnop1_search As Button Friend WithEvents txbop1_pk As TextBox Friend WithEvents lbop1_pk As Label Friend WithEvents gbop1_reg As GroupBox Friend WithEvents btnop1_reg As Button Friend WithEvents txbop1_regpk As TextBox Friend WithEvents lbop1_regpk As Label Friend WithEvents lbop1_regct As Label Friend WithEvents txbop1_regpd As TextBox Friend WithEvents lbop1_regpd As Label Friend WithEvents gbop1_etc As GroupBox Friend WithEvents btnop_reset As Button Friend WithEvents btnop1_load As Button Friend WithEvents pnop1 As Panel Friend WithEvents nudop1_regct As NumericUpDown Friend WithEvents OfdExcel As OpenFileDialog Friend WithEvents btnop1_save As Button End Class