Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

試穿、訂料授權書.Designer.vb 17KB

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