暫無描述
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 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Panel1 = New System.Windows.Forms.Panel()
  25. Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox()
  26. Me.簽名圖_pb = New System.Windows.Forms.PictureBox()
  27. Me.簽名清單_dgv = New System.Windows.Forms.DataGridView()
  28. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  29. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  30. Me.語轉扭_bt = New System.Windows.Forms.Button()
  31. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  32. Me.作廢_rb = New System.Windows.Forms.RadioButton()
  33. Me.未核准_rb = New System.Windows.Forms.RadioButton()
  34. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  35. Me.已核准_rb = New System.Windows.Forms.RadioButton()
  36. Me.Panel1.SuspendLayout()
  37. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  39. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  40. Me.SuspendLayout()
  41. '
  42. 'Panel1
  43. '
  44. Me.Panel1.Controls.Add(Me.營運成本收支單號_tb)
  45. Me.Panel1.Controls.Add(Me.簽名圖_pb)
  46. Me.Panel1.Controls.Add(Me.簽名清單_dgv)
  47. Me.Panel1.Controls.Add(Me.圖片編碼_tb)
  48. Me.Panel1.Controls.Add(Me.驗證碼_tb)
  49. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  50. Me.Panel1.Location = New System.Drawing.Point(242, 359)
  51. Me.Panel1.Name = "Panel1"
  52. Me.Panel1.Size = New System.Drawing.Size(419, 125)
  53. Me.Panel1.TabIndex = 0
  54. '
  55. '營運成本收支單號_tb
  56. '
  57. Me.營運成本收支單號_tb.Location = New System.Drawing.Point(268, 5)
  58. Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  59. Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
  60. Me.營運成本收支單號_tb.Size = New System.Drawing.Size(142, 23)
  61. Me.營運成本收支單號_tb.TabIndex = 1659
  62. '
  63. '簽名圖_pb
  64. '
  65. Me.簽名圖_pb.BackColor = System.Drawing.Color.White
  66. Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  67. Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  68. Me.簽名圖_pb.Location = New System.Drawing.Point(214, 56)
  69. Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  70. Me.簽名圖_pb.Name = "簽名圖_pb"
  71. Me.簽名圖_pb.Size = New System.Drawing.Size(150, 61)
  72. Me.簽名圖_pb.TabIndex = 1658
  73. Me.簽名圖_pb.TabStop = False
  74. '
  75. '簽名清單_dgv
  76. '
  77. Me.簽名清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  78. Me.簽名清單_dgv.BackgroundColor = System.Drawing.Color.White
  79. Me.簽名清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  80. Me.簽名清單_dgv.Location = New System.Drawing.Point(3, 56)
  81. Me.簽名清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  82. Me.簽名清單_dgv.Name = "簽名清單_dgv"
  83. Me.簽名清單_dgv.RowHeadersWidth = 5
  84. Me.簽名清單_dgv.RowTemplate.Height = 24
  85. Me.簽名清單_dgv.Size = New System.Drawing.Size(210, 61)
  86. Me.簽名清單_dgv.TabIndex = 1657
  87. '
  88. '圖片編碼_tb
  89. '
  90. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  91. Me.圖片編碼_tb.Location = New System.Drawing.Point(34, 5)
  92. Me.圖片編碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  93. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  94. Me.圖片編碼_tb.Size = New System.Drawing.Size(228, 23)
  95. Me.圖片編碼_tb.TabIndex = 1656
  96. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  97. '
  98. '驗證碼_tb
  99. '
  100. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  101. Me.驗證碼_tb.Location = New System.Drawing.Point(34, 31)
  102. Me.驗證碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  103. Me.驗證碼_tb.Name = "驗證碼_tb"
  104. Me.驗證碼_tb.Size = New System.Drawing.Size(228, 23)
  105. Me.驗證碼_tb.TabIndex = 1655
  106. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  107. '
  108. '語轉扭_bt
  109. '
  110. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  112. Me.語轉扭_bt.Location = New System.Drawing.Point(3, 3)
  113. Me.語轉扭_bt.Name = "語轉扭_bt"
  114. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  115. Me.語轉扭_bt.TabIndex = 1654
  116. Me.語轉扭_bt.Text = "L"
  117. Me.語轉扭_bt.UseVisualStyleBackColor = True
  118. '
  119. 'ToolTip1
  120. '
  121. Me.ToolTip1.AutoPopDelay = 5000
  122. Me.ToolTip1.InitialDelay = 500
  123. Me.ToolTip1.IsBalloon = True
  124. Me.ToolTip1.ReshowDelay = 100
  125. Me.ToolTip1.ToolTipTitle = "illustrate"
  126. '
  127. '作廢_rb
  128. '
  129. Me.作廢_rb.AutoSize = True
  130. Me.作廢_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.作廢_rb.ForeColor = System.Drawing.Color.Red
  132. Me.作廢_rb.Location = New System.Drawing.Point(512, 4)
  133. Me.作廢_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  134. Me.作廢_rb.Name = "作廢_rb"
  135. Me.作廢_rb.Size = New System.Drawing.Size(49, 20)
  136. Me.作廢_rb.TabIndex = 998
  137. Me.作廢_rb.Text = "作廢"
  138. Me.作廢_rb.UseVisualStyleBackColor = True
  139. '
  140. '未核准_rb
  141. '
  142. Me.未核准_rb.AutoSize = True
  143. Me.未核准_rb.Checked = True
  144. Me.未核准_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.未核准_rb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  146. Me.未核准_rb.Location = New System.Drawing.Point(12, 4)
  147. Me.未核准_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  148. Me.未核准_rb.Name = "未核准_rb"
  149. Me.未核准_rb.Size = New System.Drawing.Size(61, 20)
  150. Me.未核准_rb.TabIndex = 997
  151. Me.未核准_rb.TabStop = True
  152. Me.未核准_rb.Text = "未核准"
  153. Me.未核准_rb.UseVisualStyleBackColor = True
  154. '
  155. '明細_dgv
  156. '
  157. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  158. Or System.Windows.Forms.AnchorStyles.Left) _
  159. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  160. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  161. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  162. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  163. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  164. Me.明細_dgv.Location = New System.Drawing.Point(5, 26)
  165. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  166. Me.明細_dgv.Name = "明細_dgv"
  167. Me.明細_dgv.RowHeadersWidth = 5
  168. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  169. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  170. Me.明細_dgv.RowTemplate.Height = 24
  171. Me.明細_dgv.Size = New System.Drawing.Size(924, 569)
  172. Me.明細_dgv.TabIndex = 999
  173. '
  174. '已核准_rb
  175. '
  176. Me.已核准_rb.AutoSize = True
  177. Me.已核准_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.已核准_rb.ForeColor = System.Drawing.Color.Green
  179. Me.已核准_rb.Location = New System.Drawing.Point(263, 4)
  180. Me.已核准_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  181. Me.已核准_rb.Name = "已核准_rb"
  182. Me.已核准_rb.Size = New System.Drawing.Size(61, 20)
  183. Me.已核准_rb.TabIndex = 1000
  184. Me.已核准_rb.Text = "已核准"
  185. Me.已核准_rb.UseVisualStyleBackColor = True
  186. '
  187. '電信費追加執行
  188. '
  189. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  190. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  191. Me.ClientSize = New System.Drawing.Size(933, 600)
  192. Me.Controls.Add(Me.已核准_rb)
  193. Me.Controls.Add(Me.作廢_rb)
  194. Me.Controls.Add(Me.未核准_rb)
  195. Me.Controls.Add(Me.Panel1)
  196. Me.Controls.Add(Me.明細_dgv)
  197. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.Margin = New System.Windows.Forms.Padding(4)
  199. Me.Name = "電信費追加執行"
  200. Me.Text = "電信費追加執行"
  201. Me.Panel1.ResumeLayout(False)
  202. Me.Panel1.PerformLayout()
  203. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  204. CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  205. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  206. Me.ResumeLayout(False)
  207. Me.PerformLayout()
  208. End Sub
  209. Friend WithEvents Panel1 As Panel
  210. Friend WithEvents 語轉扭_bt As Button
  211. Friend WithEvents ToolTip1 As ToolTip
  212. Friend WithEvents 作廢_rb As RadioButton
  213. Friend WithEvents 未核准_rb As RadioButton
  214. Friend WithEvents 圖片編碼_tb As TextBox
  215. Friend WithEvents 驗證碼_tb As TextBox
  216. Friend WithEvents 簽名圖_pb As PictureBox
  217. Friend WithEvents 簽名清單_dgv As DataGridView
  218. Friend WithEvents 明細_dgv As DataGridView
  219. Friend WithEvents 已核准_rb As RadioButton
  220. Friend WithEvents 營運成本收支單號_tb As TextBox
  221. End Class