Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

交易明細表導入.Designer.vb 8.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 交易明細表導入
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.貼上_bt = New System.Windows.Forms.Button()
  24. Me.轉換前_dgv = New System.Windows.Forms.DataGridView()
  25. Me.TextBox1 = New System.Windows.Forms.TextBox()
  26. Me.存檔_bt = New System.Windows.Forms.Button()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.Label5 = New System.Windows.Forms.Label()
  32. Me.Label6 = New System.Windows.Forms.Label()
  33. Me.Label7 = New System.Windows.Forms.Label()
  34. CType(Me.轉換前_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  35. Me.SuspendLayout()
  36. '
  37. '貼上_bt
  38. '
  39. Me.貼上_bt.Location = New System.Drawing.Point(893, 77)
  40. Me.貼上_bt.Name = "貼上_bt"
  41. Me.貼上_bt.Size = New System.Drawing.Size(75, 29)
  42. Me.貼上_bt.TabIndex = 83
  43. Me.貼上_bt.Text = "貼上"
  44. Me.貼上_bt.UseVisualStyleBackColor = True
  45. '
  46. '轉換前_dgv
  47. '
  48. DataGridViewCellStyle2.BackColor = System.Drawing.Color.MistyRose
  49. Me.轉換前_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  50. Me.轉換前_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  51. Or System.Windows.Forms.AnchorStyles.Left) _
  52. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  53. Me.轉換前_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  54. Me.轉換前_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  55. Me.轉換前_dgv.Location = New System.Drawing.Point(5, 109)
  56. Me.轉換前_dgv.Name = "轉換前_dgv"
  57. Me.轉換前_dgv.RowHeadersWidth = 5
  58. Me.轉換前_dgv.RowTemplate.Height = 24
  59. Me.轉換前_dgv.Size = New System.Drawing.Size(1530, 603)
  60. Me.轉換前_dgv.TabIndex = 84
  61. '
  62. 'TextBox1
  63. '
  64. Me.TextBox1.Location = New System.Drawing.Point(500, 64)
  65. Me.TextBox1.Name = "TextBox1"
  66. Me.TextBox1.Size = New System.Drawing.Size(371, 23)
  67. Me.TextBox1.TabIndex = 85
  68. Me.TextBox1.Text = "=IF(L7=""贈送"",0,IF(OR(I7=0,I7=""0""),G7*H7-J7,G7*H7/100*I7-J7))"
  69. '
  70. '存檔_bt
  71. '
  72. Me.存檔_bt.Location = New System.Drawing.Point(1386, 77)
  73. Me.存檔_bt.Name = "存檔_bt"
  74. Me.存檔_bt.Size = New System.Drawing.Size(75, 29)
  75. Me.存檔_bt.TabIndex = 86
  76. Me.存檔_bt.Text = "存檔"
  77. Me.存檔_bt.UseVisualStyleBackColor = True
  78. '
  79. 'Label1
  80. '
  81. Me.Label1.AutoSize = True
  82. Me.Label1.Location = New System.Drawing.Point(2, 3)
  83. Me.Label1.Name = "Label1"
  84. Me.Label1.Size = New System.Drawing.Size(128, 16)
  85. Me.Label1.TabIndex = 87
  86. Me.Label1.Text = "導入交易明細表的步驟"
  87. '
  88. 'Label2
  89. '
  90. Me.Label2.AutoSize = True
  91. Me.Label2.Location = New System.Drawing.Point(161, 25)
  92. Me.Label2.Name = "Label2"
  93. Me.Label2.Size = New System.Drawing.Size(541, 16)
  94. Me.Label2.TabIndex = 88
  95. Me.Label2.Text = "2、除了第一點剩下的所有空白格都填入 [ . ],在人員的三個欄位中如果只有 W 的欄位也要改成 [ . ]。"
  96. '
  97. 'Label3
  98. '
  99. Me.Label3.AutoSize = True
  100. Me.Label3.Location = New System.Drawing.Point(161, 3)
  101. Me.Label3.Name = "Label3"
  102. Me.Label3.Size = New System.Drawing.Size(682, 16)
  103. Me.Label3.TabIndex = 89
  104. Me.Label3.Text = "1、打開交易明細表後,利用excel篩選的功能將表格中,[單價]、[數量]、[折℅]、[折讓]、[業績]五個欄位內有空白的格子補零。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  105. '
  106. 'Label4
  107. '
  108. Me.Label4.AutoSize = True
  109. Me.Label4.Location = New System.Drawing.Point(161, 68)
  110. Me.Label4.Name = "Label4"
  111. Me.Label4.Size = New System.Drawing.Size(339, 16)
  112. Me.Label4.TabIndex = 90
  113. Me.Label4.Text = "4、將右邊個公式複製下來,貼到業績欄位中的第一筆資料上。"
  114. '
  115. 'Label5
  116. '
  117. Me.Label5.AutoSize = True
  118. Me.Label5.Location = New System.Drawing.Point(161, 46)
  119. Me.Label5.Name = "Label5"
  120. Me.Label5.Size = New System.Drawing.Size(653, 16)
  121. Me.Label5.TabIndex = 91
  122. Me.Label5.Text = "3、將[單價]、[數量]、[折℅]、[折讓],四列,每列個別選擇後做資料資料剖析(共要做四次),將數字變成可以計算的狀態。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  123. '
  124. 'Label6
  125. '
  126. Me.Label6.AutoSize = True
  127. Me.Label6.Location = New System.Drawing.Point(161, 90)
  128. Me.Label6.Name = "Label6"
  129. Me.Label6.Size = New System.Drawing.Size(591, 16)
  130. Me.Label6.TabIndex = 92
  131. Me.Label6.Text = "5、貼上第四點的公式後,在資料格的右下方有一個方點,滑鼠連點兩下就可以將公式完整攤開在整個清單上。"
  132. '
  133. 'Label7
  134. '
  135. Me.Label7.AutoSize = True
  136. Me.Label7.Location = New System.Drawing.Point(890, 3)
  137. Me.Label7.Name = "Label7"
  138. Me.Label7.Size = New System.Drawing.Size(571, 64)
  139. Me.Label7.TabIndex = 93
  140. Me.Label7.Text = "6、在準備好一到五點的步驟之後,將資料表複製起來(從到七行開始到最後一行,也就是第一筆交易記錄到" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 最後一筆,不要表頭與表尾),回到系統中,按下貼上" &
  141. "。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "PS : 1 、在貼上的資料解析完成之後,再按下存檔,即可完成客戶交易紀錄導入。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 2、在人員的欄位不可以有兩個人通時存在,如果兩人同時存在" &
  142. "要將資料拆成兩筆,金額/2。"
  143. '
  144. '交易明細表導入
  145. '
  146. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  147. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  148. Me.ClientSize = New System.Drawing.Size(1542, 720)
  149. Me.Controls.Add(Me.Label7)
  150. Me.Controls.Add(Me.Label6)
  151. Me.Controls.Add(Me.Label5)
  152. Me.Controls.Add(Me.Label4)
  153. Me.Controls.Add(Me.Label3)
  154. Me.Controls.Add(Me.Label2)
  155. Me.Controls.Add(Me.Label1)
  156. Me.Controls.Add(Me.存檔_bt)
  157. Me.Controls.Add(Me.TextBox1)
  158. Me.Controls.Add(Me.轉換前_dgv)
  159. Me.Controls.Add(Me.貼上_bt)
  160. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  162. Me.Name = "交易明細表導入"
  163. Me.Text = "交易明細表導入"
  164. CType(Me.轉換前_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  165. Me.ResumeLayout(False)
  166. Me.PerformLayout()
  167. End Sub
  168. Friend WithEvents 貼上_bt As Button
  169. Friend WithEvents 轉換前_dgv As DataGridView
  170. Friend WithEvents TextBox1 As TextBox
  171. Friend WithEvents 存檔_bt As Button
  172. Friend WithEvents Label1 As Label
  173. Friend WithEvents Label2 As Label
  174. Friend WithEvents Label3 As Label
  175. Friend WithEvents Label4 As Label
  176. Friend WithEvents Label5 As Label
  177. Friend WithEvents Label6 As Label
  178. Friend WithEvents Label7 As Label
  179. End Class