Sin descripción
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 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  30. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  31. Me.Button9 = New System.Windows.Forms.Button()
  32. Me.Button32 = New System.Windows.Forms.Button()
  33. Me.Label26 = New System.Windows.Forms.Label()
  34. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  35. Me.TextBox1 = New System.Windows.Forms.TextBox()
  36. Me.TextBox2 = New System.Windows.Forms.TextBox()
  37. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  41. Me.Label3 = New System.Windows.Forms.Label()
  42. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  43. Me.Label62 = New System.Windows.Forms.Label()
  44. Me.Button1 = New System.Windows.Forms.Button()
  45. Me.Button2 = New System.Windows.Forms.Button()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.TextBox3 = New System.Windows.Forms.TextBox()
  48. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  49. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. 'DataGridView1
  57. '
  58. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  59. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  60. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  61. Me.DataGridView1.Location = New System.Drawing.Point(10, 35)
  62. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  63. Me.DataGridView1.Name = "DataGridView1"
  64. Me.DataGridView1.RowHeadersWidth = 5
  65. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  66. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  67. Me.DataGridView1.RowTemplate.Height = 24
  68. Me.DataGridView1.Size = New System.Drawing.Size(475, 928)
  69. Me.DataGridView1.TabIndex = 819
  70. '
  71. 'CheckBox1
  72. '
  73. Me.CheckBox1.AutoSize = True
  74. Me.CheckBox1.Location = New System.Drawing.Point(198, 7)
  75. Me.CheckBox1.Name = "CheckBox1"
  76. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  77. Me.CheckBox1.TabIndex = 823
  78. Me.CheckBox1.Text = "清單伸展"
  79. Me.CheckBox1.UseVisualStyleBackColor = True
  80. '
  81. 'Button9
  82. '
  83. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Button9.ForeColor = System.Drawing.Color.Black
  85. Me.Button9.Location = New System.Drawing.Point(279, 5)
  86. Me.Button9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  87. Me.Button9.Name = "Button9"
  88. Me.Button9.Size = New System.Drawing.Size(100, 24)
  89. Me.Button9.TabIndex = 821
  90. Me.Button9.Text = "搜尋"
  91. Me.Button9.UseVisualStyleBackColor = True
  92. '
  93. 'Button32
  94. '
  95. Me.Button32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Button32.ForeColor = System.Drawing.Color.Black
  97. Me.Button32.Location = New System.Drawing.Point(385, 5)
  98. Me.Button32.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  99. Me.Button32.Name = "Button32"
  100. Me.Button32.Size = New System.Drawing.Size(100, 24)
  101. Me.Button32.TabIndex = 822
  102. Me.Button32.Text = "返回"
  103. Me.Button32.UseVisualStyleBackColor = True
  104. '
  105. 'Label26
  106. '
  107. Me.Label26.AutoSize = True
  108. Me.Label26.Location = New System.Drawing.Point(12, 9)
  109. Me.Label26.Name = "Label26"
  110. Me.Label26.Size = New System.Drawing.Size(80, 16)
  111. Me.Label26.TabIndex = 820
  112. Me.Label26.Text = "預告訂單清單"
  113. '
  114. 'DataGridView2
  115. '
  116. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  117. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  118. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  119. Me.DataGridView2.Location = New System.Drawing.Point(491, 127)
  120. Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  121. Me.DataGridView2.Name = "DataGridView2"
  122. Me.DataGridView2.RowHeadersWidth = 5
  123. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  124. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle4
  125. Me.DataGridView2.RowTemplate.Height = 24
  126. Me.DataGridView2.Size = New System.Drawing.Size(1410, 836)
  127. Me.DataGridView2.TabIndex = 824
  128. '
  129. 'TextBox1
  130. '
  131. Me.TextBox1.Location = New System.Drawing.Point(746, 6)
  132. Me.TextBox1.Name = "TextBox1"
  133. Me.TextBox1.Size = New System.Drawing.Size(142, 23)
  134. Me.TextBox1.TabIndex = 825
  135. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  136. '
  137. 'TextBox2
  138. '
  139. Me.TextBox2.Location = New System.Drawing.Point(746, 35)
  140. Me.TextBox2.Name = "TextBox2"
  141. Me.TextBox2.Size = New System.Drawing.Size(142, 23)
  142. Me.TextBox2.TabIndex = 826
  143. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  144. '
  145. 'DataGridView3
  146. '
  147. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  148. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  149. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  150. Me.DataGridView3.Location = New System.Drawing.Point(534, 388)
  151. Me.DataGridView3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  152. Me.DataGridView3.Name = "DataGridView3"
  153. Me.DataGridView3.RowHeadersWidth = 5
  154. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  155. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle6
  156. Me.DataGridView3.RowTemplate.Height = 24
  157. Me.DataGridView3.Size = New System.Drawing.Size(220, 169)
  158. Me.DataGridView3.TabIndex = 827
  159. '
  160. 'Label1
  161. '
  162. Me.Label1.AutoSize = True
  163. Me.Label1.Location = New System.Drawing.Point(660, 9)
  164. Me.Label1.Name = "Label1"
  165. Me.Label1.Size = New System.Drawing.Size(80, 16)
  166. Me.Label1.TabIndex = 828
  167. Me.Label1.Text = "預告訂單單號"
  168. '
  169. 'Label2
  170. '
  171. Me.Label2.AutoSize = True
  172. Me.Label2.Location = New System.Drawing.Point(660, 38)
  173. Me.Label2.Name = "Label2"
  174. Me.Label2.Size = New System.Drawing.Size(32, 16)
  175. Me.Label2.TabIndex = 829
  176. Me.Label2.Text = "版次"
  177. '
  178. 'PictureBox1
  179. '
  180. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  181. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  182. Me.PictureBox1.Location = New System.Drawing.Point(894, 3)
  183. Me.PictureBox1.Name = "PictureBox1"
  184. Me.PictureBox1.Size = New System.Drawing.Size(163, 115)
  185. Me.PictureBox1.TabIndex = 830
  186. Me.PictureBox1.TabStop = False
  187. '
  188. 'Label3
  189. '
  190. Me.Label3.AutoSize = True
  191. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.Label3.Location = New System.Drawing.Point(802, 94)
  193. Me.Label3.Name = "Label3"
  194. Me.Label3.Size = New System.Drawing.Size(86, 24)
  195. Me.Label3.TabIndex = 831
  196. Me.Label3.Text = "清單鞋圖"
  197. '
  198. 'Timer1
  199. '
  200. Me.Timer1.Interval = 500
  201. '
  202. 'Label62
  203. '
  204. Me.Label62.AutoSize = True
  205. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  206. Me.Label62.ForeColor = System.Drawing.Color.Red
  207. Me.Label62.Location = New System.Drawing.Point(1088, 1)
  208. Me.Label62.Name = "Label62"
  209. Me.Label62.Size = New System.Drawing.Size(171, 122)
  210. Me.Label62.TabIndex = 832
  211. Me.Label62.Text = "資料尚" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "未存檔"
  212. Me.Label62.Visible = False
  213. '
  214. 'Button1
  215. '
  216. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.Button1.ForeColor = System.Drawing.Color.Black
  218. Me.Button1.Location = New System.Drawing.Point(1277, 7)
  219. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  220. Me.Button1.Name = "Button1"
  221. Me.Button1.Size = New System.Drawing.Size(305, 112)
  222. Me.Button1.TabIndex = 833
  223. Me.Button1.Text = "存檔"
  224. Me.Button1.UseVisualStyleBackColor = True
  225. '
  226. 'Button2
  227. '
  228. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  229. Me.Button2.ForeColor = System.Drawing.Color.Black
  230. Me.Button2.Location = New System.Drawing.Point(1596, 7)
  231. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  232. Me.Button2.Name = "Button2"
  233. Me.Button2.Size = New System.Drawing.Size(305, 112)
  234. Me.Button2.TabIndex = 834
  235. Me.Button2.Text = "列印"
  236. Me.Button2.UseVisualStyleBackColor = True
  237. '
  238. 'Label4
  239. '
  240. Me.Label4.AutoSize = True
  241. Me.Label4.Location = New System.Drawing.Point(660, 67)
  242. Me.Label4.Name = "Label4"
  243. Me.Label4.Size = New System.Drawing.Size(32, 16)
  244. Me.Label4.TabIndex = 836
  245. Me.Label4.Text = "客戶"
  246. '
  247. 'TextBox3
  248. '
  249. Me.TextBox3.Location = New System.Drawing.Point(698, 64)
  250. Me.TextBox3.Name = "TextBox3"
  251. Me.TextBox3.Size = New System.Drawing.Size(190, 23)
  252. Me.TextBox3.TabIndex = 835
  253. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  254. '
  255. 'PictureBox2
  256. '
  257. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  258. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  259. Me.PictureBox2.Location = New System.Drawing.Point(491, 3)
  260. Me.PictureBox2.Name = "PictureBox2"
  261. Me.PictureBox2.Size = New System.Drawing.Size(163, 115)
  262. Me.PictureBox2.TabIndex = 837
  263. Me.PictureBox2.TabStop = False
  264. '
  265. '試穿_訂料授權書
  266. '
  267. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  268. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  269. Me.ClientSize = New System.Drawing.Size(1914, 971)
  270. Me.Controls.Add(Me.PictureBox2)
  271. Me.Controls.Add(Me.Label4)
  272. Me.Controls.Add(Me.TextBox3)
  273. Me.Controls.Add(Me.Button2)
  274. Me.Controls.Add(Me.Button1)
  275. Me.Controls.Add(Me.Label3)
  276. Me.Controls.Add(Me.PictureBox1)
  277. Me.Controls.Add(Me.Label2)
  278. Me.Controls.Add(Me.Label1)
  279. Me.Controls.Add(Me.DataGridView3)
  280. Me.Controls.Add(Me.TextBox2)
  281. Me.Controls.Add(Me.TextBox1)
  282. Me.Controls.Add(Me.DataGridView2)
  283. Me.Controls.Add(Me.DataGridView1)
  284. Me.Controls.Add(Me.CheckBox1)
  285. Me.Controls.Add(Me.Button9)
  286. Me.Controls.Add(Me.Button32)
  287. Me.Controls.Add(Me.Label26)
  288. Me.Controls.Add(Me.Label62)
  289. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  290. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  291. Me.Name = "試穿_訂料授權書"
  292. Me.Text = "試穿_訂料授權書"
  293. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  294. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  295. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  296. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  297. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  298. Me.ResumeLayout(False)
  299. Me.PerformLayout()
  300. End Sub
  301. Friend WithEvents DataGridView1 As DataGridView
  302. Friend WithEvents CheckBox1 As CheckBox
  303. Friend WithEvents Button9 As Button
  304. Friend WithEvents Button32 As Button
  305. Friend WithEvents Label26 As Label
  306. Friend WithEvents DataGridView2 As DataGridView
  307. Friend WithEvents TextBox1 As TextBox
  308. Friend WithEvents TextBox2 As TextBox
  309. Friend WithEvents DataGridView3 As DataGridView
  310. Friend WithEvents Label1 As Label
  311. Friend WithEvents Label2 As Label
  312. Friend WithEvents PictureBox1 As PictureBox
  313. Friend WithEvents Label3 As Label
  314. Friend WithEvents Timer1 As Timer
  315. Friend WithEvents Label62 As Label
  316. Friend WithEvents Button1 As Button
  317. Friend WithEvents Button2 As Button
  318. Friend WithEvents Label4 As Label
  319. Friend WithEvents TextBox3 As TextBox
  320. Friend WithEvents PictureBox2 As PictureBox
  321. End Class