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

附錄合約.Designer.vb 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label10 = New System.Windows.Forms.Label()
  25. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  26. Me.甲方_lb = New System.Windows.Forms.Label()
  27. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  28. Me.查詢_bt = New System.Windows.Forms.Button()
  29. Me.搜尋_lb = New System.Windows.Forms.Label()
  30. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  31. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  32. Me.合約編號_lb = New System.Windows.Forms.Label()
  33. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  34. Me.工程名稱_中_lb = New System.Windows.Forms.Label()
  35. Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
  36. Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
  37. Me.工程名稱_英_lb = New System.Windows.Forms.Label()
  38. Me.立約日期_lb = New System.Windows.Forms.Label()
  39. Me.立約日期_dtp = New System.Windows.Forms.DateTimePicker()
  40. Me.附錄編號_tb = New System.Windows.Forms.TextBox()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  43. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  44. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  45. Me.客戶名稱_lb = New System.Windows.Forms.Label()
  46. Me.客戶名稱_tb = New System.Windows.Forms.ComboBox()
  47. Me.NUD3 = New System.Windows.Forms.NumericUpDown()
  48. Me.原合约金额_lb = New System.Windows.Forms.Label()
  49. Me.追加减_lb = New System.Windows.Forms.Label()
  50. Me.NUD2 = New System.Windows.Forms.NumericUpDown()
  51. Me.總金額_lb = New System.Windows.Forms.Label()
  52. Me.NUD1 = New System.Windows.Forms.NumericUpDown()
  53. Me.其他內容_tb = New System.Windows.Forms.TextBox()
  54. Me.其他內容_lb = New System.Windows.Forms.Label()
  55. Me.合約附錄_dgv = New System.Windows.Forms.DataGridView()
  56. Me.附錄編號_lb = New System.Windows.Forms.Label()
  57. Me.新增資料_bt = New System.Windows.Forms.Button()
  58. Me.存檔_bt = New System.Windows.Forms.Button()
  59. Me.刪除_bt = New System.Windows.Forms.Button()
  60. Me.列印_bt = New System.Windows.Forms.Button()
  61. Me.Label6 = New System.Windows.Forms.Label()
  62. Me.Label8 = New System.Windows.Forms.Label()
  63. Me.不列印金額_ch = New System.Windows.Forms.CheckBox()
  64. Me.合約附錄停用_ch = New System.Windows.Forms.CheckBox()
  65. Me.語轉扭_bt = New System.Windows.Forms.Button()
  66. Me.縮放2_bt = New System.Windows.Forms.Button()
  67. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  68. Me.Panel1.SuspendLayout()
  69. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.NUD3, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.NUD2, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.NUD1, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.合約附錄_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.SuspendLayout()
  77. '
  78. 'Label10
  79. '
  80. Me.Label10.AutoSize = True
  81. Me.Label10.BackColor = System.Drawing.SystemColors.Control
  82. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.Label10.Location = New System.Drawing.Point(485, 56)
  84. Me.Label10.Name = "Label10"
  85. Me.Label10.Size = New System.Drawing.Size(55, 16)
  86. Me.Label10.TabIndex = 1421
  87. Me.Label10.Text = "工程期數"
  88. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  89. '
  90. '工程期1_ch
  91. '
  92. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  93. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  94. Me.工程期1_ch.FormattingEnabled = True
  95. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  96. Me.工程期1_ch.Location = New System.Drawing.Point(485, 75)
  97. Me.工程期1_ch.Name = "工程期1_ch"
  98. Me.工程期1_ch.Size = New System.Drawing.Size(81, 24)
  99. Me.工程期1_ch.TabIndex = 1420
  100. '
  101. '甲方_lb
  102. '
  103. Me.甲方_lb.AutoSize = True
  104. Me.甲方_lb.BackColor = System.Drawing.SystemColors.Control
  105. Me.甲方_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.甲方_lb.Location = New System.Drawing.Point(4, 31)
  107. Me.甲方_lb.Name = "甲方_lb"
  108. Me.甲方_lb.Size = New System.Drawing.Size(61, 16)
  109. Me.甲方_lb.TabIndex = 1419
  110. Me.甲方_lb.Text = "甲方簡稱 :"
  111. Me.甲方_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  112. '
  113. '合約編號1_cb
  114. '
  115. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  116. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  117. Me.合約編號1_cb.FormattingEnabled = True
  118. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  119. Me.合約編號1_cb.Location = New System.Drawing.Point(72, 27)
  120. Me.合約編號1_cb.Name = "合約編號1_cb"
  121. Me.合約編號1_cb.Size = New System.Drawing.Size(119, 24)
  122. Me.合約編號1_cb.TabIndex = 1418
  123. '
  124. '查詢_bt
  125. '
  126. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  127. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  128. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.查詢_bt.Location = New System.Drawing.Point(193, 0)
  130. Me.查詢_bt.Name = "查詢_bt"
  131. Me.查詢_bt.Size = New System.Drawing.Size(40, 26)
  132. Me.查詢_bt.TabIndex = 1417
  133. Me.查詢_bt.UseVisualStyleBackColor = True
  134. '
  135. '搜尋_lb
  136. '
  137. Me.搜尋_lb.AutoSize = True
  138. Me.搜尋_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.搜尋_lb.Location = New System.Drawing.Point(3, 5)
  140. Me.搜尋_lb.Name = "搜尋_lb"
  141. Me.搜尋_lb.Size = New System.Drawing.Size(67, 16)
  142. Me.搜尋_lb.TabIndex = 1416
  143. Me.搜尋_lb.Text = "關鍵字搜尋"
  144. Me.搜尋_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  145. '
  146. '關鍵字搜尋_tb
  147. '
  148. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(72, 2)
  149. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  150. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(119, 23)
  151. Me.關鍵字搜尋_tb.TabIndex = 1415
  152. '
  153. '合約_dgv
  154. '
  155. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  156. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  157. Me.合約_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  158. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  159. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  160. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  161. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  162. Me.合約_dgv.Location = New System.Drawing.Point(3, 52)
  163. Me.合約_dgv.Name = "合約_dgv"
  164. Me.合約_dgv.RowHeadersWidth = 5
  165. Me.合約_dgv.RowTemplate.Height = 24
  166. Me.合約_dgv.Size = New System.Drawing.Size(232, 499)
  167. Me.合約_dgv.TabIndex = 1414
  168. '
  169. '合約編號_lb
  170. '
  171. Me.合約編號_lb.AutoSize = True
  172. Me.合約編號_lb.BackColor = System.Drawing.SystemColors.Control
  173. Me.合約編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.合約編號_lb.Location = New System.Drawing.Point(584, 58)
  175. Me.合約編號_lb.Name = "合約編號_lb"
  176. Me.合約編號_lb.Size = New System.Drawing.Size(55, 16)
  177. Me.合約編號_lb.TabIndex = 1423
  178. Me.合約編號_lb.Text = "合約編號"
  179. Me.合約編號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  180. '
  181. '合約編號_tb
  182. '
  183. Me.合約編號_tb.Enabled = False
  184. Me.合約編號_tb.Location = New System.Drawing.Point(659, 55)
  185. Me.合約編號_tb.Name = "合約編號_tb"
  186. Me.合約編號_tb.Size = New System.Drawing.Size(125, 23)
  187. Me.合約編號_tb.TabIndex = 1422
  188. '
  189. '工程名稱_中_lb
  190. '
  191. Me.工程名稱_中_lb.AutoSize = True
  192. Me.工程名稱_中_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.工程名稱_中_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  194. Me.工程名稱_中_lb.Location = New System.Drawing.Point(407, 81)
  195. Me.工程名稱_中_lb.Name = "工程名稱_中_lb"
  196. Me.工程名稱_中_lb.Size = New System.Drawing.Size(87, 16)
  197. Me.工程名稱_中_lb.TabIndex = 1424
  198. Me.工程名稱_中_lb.Text = "工程名稱(中文)"
  199. Me.工程名稱_中_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  200. '
  201. '工程名稱_中_tb
  202. '
  203. Me.工程名稱_中_tb.Location = New System.Drawing.Point(501, 78)
  204. Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
  205. Me.工程名稱_中_tb.Size = New System.Drawing.Size(506, 23)
  206. Me.工程名稱_中_tb.TabIndex = 1425
  207. '
  208. '工程名稱_英_tb
  209. '
  210. Me.工程名稱_英_tb.Location = New System.Drawing.Point(501, 102)
  211. Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
  212. Me.工程名稱_英_tb.Size = New System.Drawing.Size(506, 23)
  213. Me.工程名稱_英_tb.TabIndex = 1427
  214. '
  215. '工程名稱_英_lb
  216. '
  217. Me.工程名稱_英_lb.AutoSize = True
  218. Me.工程名稱_英_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.工程名稱_英_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  220. Me.工程名稱_英_lb.Location = New System.Drawing.Point(407, 105)
  221. Me.工程名稱_英_lb.Name = "工程名稱_英_lb"
  222. Me.工程名稱_英_lb.Size = New System.Drawing.Size(87, 16)
  223. Me.工程名稱_英_lb.TabIndex = 1426
  224. Me.工程名稱_英_lb.Text = "工程名稱(英文)"
  225. Me.工程名稱_英_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  226. '
  227. '立約日期_lb
  228. '
  229. Me.立約日期_lb.AutoSize = True
  230. Me.立約日期_lb.ForeColor = System.Drawing.Color.Green
  231. Me.立約日期_lb.Location = New System.Drawing.Point(807, 59)
  232. Me.立約日期_lb.Name = "立約日期_lb"
  233. Me.立約日期_lb.Size = New System.Drawing.Size(55, 16)
  234. Me.立約日期_lb.TabIndex = 1429
  235. Me.立約日期_lb.Text = "立約日期"
  236. '
  237. '立約日期_dtp
  238. '
  239. Me.立約日期_dtp.CustomFormat = "yyyy/MM/dd"
  240. Me.立約日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  241. Me.立約日期_dtp.Location = New System.Drawing.Point(901, 55)
  242. Me.立約日期_dtp.Name = "立約日期_dtp"
  243. Me.立約日期_dtp.Size = New System.Drawing.Size(105, 23)
  244. Me.立約日期_dtp.TabIndex = 1428
  245. '
  246. '附錄編號_tb
  247. '
  248. Me.附錄編號_tb.Enabled = False
  249. Me.附錄編號_tb.Location = New System.Drawing.Point(473, 55)
  250. Me.附錄編號_tb.Name = "附錄編號_tb"
  251. Me.附錄編號_tb.Size = New System.Drawing.Size(109, 23)
  252. Me.附錄編號_tb.TabIndex = 1430
  253. '
  254. 'Panel1
  255. '
  256. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  257. Me.Panel1.Controls.Add(Me.語言_dgv)
  258. Me.Panel1.Controls.Add(Me.PictureBox2)
  259. Me.Panel1.Controls.Add(Me.PictureBox1)
  260. Me.Panel1.Controls.Add(Me.Label10)
  261. Me.Panel1.Controls.Add(Me.工程期1_ch)
  262. Me.Panel1.Location = New System.Drawing.Point(268, 223)
  263. Me.Panel1.Name = "Panel1"
  264. Me.Panel1.Size = New System.Drawing.Size(576, 138)
  265. Me.Panel1.TabIndex = 1432
  266. Me.Panel1.Visible = False
  267. '
  268. '語言_dgv
  269. '
  270. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  271. Me.語言_dgv.Location = New System.Drawing.Point(485, 4)
  272. Me.語言_dgv.Name = "語言_dgv"
  273. Me.語言_dgv.RowHeadersWidth = 5
  274. Me.語言_dgv.RowTemplate.Height = 24
  275. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  276. Me.語言_dgv.TabIndex = 1670
  277. '
  278. 'PictureBox2
  279. '
  280. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  281. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  282. Me.PictureBox2.Location = New System.Drawing.Point(8, 70)
  283. Me.PictureBox2.Name = "PictureBox2"
  284. Me.PictureBox2.Size = New System.Drawing.Size(471, 61)
  285. Me.PictureBox2.TabIndex = 1434
  286. Me.PictureBox2.TabStop = False
  287. '
  288. 'PictureBox1
  289. '
  290. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  291. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  292. Me.PictureBox1.Location = New System.Drawing.Point(8, 4)
  293. Me.PictureBox1.Name = "PictureBox1"
  294. Me.PictureBox1.Size = New System.Drawing.Size(471, 61)
  295. Me.PictureBox1.TabIndex = 1433
  296. Me.PictureBox1.TabStop = False
  297. '
  298. '客戶名稱_lb
  299. '
  300. Me.客戶名稱_lb.AutoSize = True
  301. Me.客戶名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.客戶名稱_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  303. Me.客戶名稱_lb.Location = New System.Drawing.Point(408, 129)
  304. Me.客戶名稱_lb.Name = "客戶名稱_lb"
  305. Me.客戶名稱_lb.Size = New System.Drawing.Size(55, 16)
  306. Me.客戶名稱_lb.TabIndex = 1433
  307. Me.客戶名稱_lb.Text = "客戶名稱"
  308. Me.客戶名稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  309. '
  310. '客戶名稱_tb
  311. '
  312. Me.客戶名稱_tb.FormattingEnabled = True
  313. Me.客戶名稱_tb.Location = New System.Drawing.Point(501, 126)
  314. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  315. Me.客戶名稱_tb.Size = New System.Drawing.Size(506, 24)
  316. Me.客戶名稱_tb.TabIndex = 1434
  317. '
  318. 'NUD3
  319. '
  320. Me.NUD3.Location = New System.Drawing.Point(355, 152)
  321. Me.NUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  322. Me.NUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  323. Me.NUD3.Name = "NUD3"
  324. Me.NUD3.Size = New System.Drawing.Size(105, 23)
  325. Me.NUD3.TabIndex = 1435
  326. Me.NUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  327. Me.NUD3.ThousandsSeparator = True
  328. '
  329. '原合约金额_lb
  330. '
  331. Me.原合约金额_lb.AutoSize = True
  332. Me.原合约金额_lb.ForeColor = System.Drawing.Color.Green
  333. Me.原合约金额_lb.Location = New System.Drawing.Point(235, 154)
  334. Me.原合约金额_lb.Name = "原合约金额_lb"
  335. Me.原合约金额_lb.Size = New System.Drawing.Size(118, 16)
  336. Me.原合约金额_lb.TabIndex = 1437
  337. Me.原合约金额_lb.Text = "1、原合约金额(含税)"
  338. '
  339. '追加减_lb
  340. '
  341. Me.追加减_lb.AutoSize = True
  342. Me.追加减_lb.ForeColor = System.Drawing.Color.Green
  343. Me.追加减_lb.Location = New System.Drawing.Point(466, 155)
  344. Me.追加减_lb.Name = "追加减_lb"
  345. Me.追加减_lb.Size = New System.Drawing.Size(135, 16)
  346. Me.追加减_lb.TabIndex = 1439
  347. Me.追加减_lb.Text = "2、追加/追减金额(含税)"
  348. '
  349. 'NUD2
  350. '
  351. Me.NUD2.Location = New System.Drawing.Point(655, 152)
  352. Me.NUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  353. Me.NUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  354. Me.NUD2.Name = "NUD2"
  355. Me.NUD2.Size = New System.Drawing.Size(105, 23)
  356. Me.NUD2.TabIndex = 1438
  357. Me.NUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  358. Me.NUD2.ThousandsSeparator = True
  359. '
  360. '總金額_lb
  361. '
  362. Me.總金額_lb.AutoSize = True
  363. Me.總金額_lb.ForeColor = System.Drawing.Color.Green
  364. Me.總金額_lb.Location = New System.Drawing.Point(763, 155)
  365. Me.總金額_lb.Name = "總金額_lb"
  366. Me.總金額_lb.Size = New System.Drawing.Size(121, 16)
  367. Me.總金額_lb.TabIndex = 1441
  368. Me.總金額_lb.Text = "3、結算總金額(含税) "
  369. '
  370. 'NUD1
  371. '
  372. Me.NUD1.Location = New System.Drawing.Point(902, 151)
  373. Me.NUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  374. Me.NUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  375. Me.NUD1.Name = "NUD1"
  376. Me.NUD1.Size = New System.Drawing.Size(105, 23)
  377. Me.NUD1.TabIndex = 1440
  378. Me.NUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  379. Me.NUD1.ThousandsSeparator = True
  380. '
  381. '其他內容_tb
  382. '
  383. Me.其他內容_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  384. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  385. Me.其他內容_tb.Location = New System.Drawing.Point(237, 194)
  386. Me.其他內容_tb.Multiline = True
  387. Me.其他內容_tb.Name = "其他內容_tb"
  388. Me.其他內容_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  389. Me.其他內容_tb.Size = New System.Drawing.Size(767, 357)
  390. Me.其他內容_tb.TabIndex = 1442
  391. '
  392. '其他內容_lb
  393. '
  394. Me.其他內容_lb.AutoSize = True
  395. Me.其他內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.其他內容_lb.Location = New System.Drawing.Point(240, 179)
  397. Me.其他內容_lb.Name = "其他內容_lb"
  398. Me.其他內容_lb.Size = New System.Drawing.Size(88, 16)
  399. Me.其他內容_lb.TabIndex = 1443
  400. Me.其他內容_lb.Text = "其他附錄內容 : "
  401. Me.其他內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  402. '
  403. '合約附錄_dgv
  404. '
  405. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  406. Me.合約附錄_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  407. Me.合約附錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  408. Me.合約附錄_dgv.BackgroundColor = System.Drawing.Color.White
  409. Me.合約附錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  410. Me.合約附錄_dgv.Location = New System.Drawing.Point(237, 56)
  411. Me.合約附錄_dgv.Name = "合約附錄_dgv"
  412. Me.合約附錄_dgv.RowHeadersWidth = 5
  413. Me.合約附錄_dgv.RowTemplate.Height = 24
  414. Me.合約附錄_dgv.Size = New System.Drawing.Size(168, 69)
  415. Me.合約附錄_dgv.TabIndex = 1444
  416. '
  417. '附錄編號_lb
  418. '
  419. Me.附錄編號_lb.AutoSize = True
  420. Me.附錄編號_lb.BackColor = System.Drawing.SystemColors.Control
  421. Me.附錄編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.附錄編號_lb.Location = New System.Drawing.Point(407, 58)
  423. Me.附錄編號_lb.Name = "附錄編號_lb"
  424. Me.附錄編號_lb.Size = New System.Drawing.Size(55, 16)
  425. Me.附錄編號_lb.TabIndex = 1445
  426. Me.附錄編號_lb.Text = "附錄編號"
  427. Me.附錄編號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  428. '
  429. '新增資料_bt
  430. '
  431. Me.新增資料_bt.ForeColor = System.Drawing.Color.Blue
  432. Me.新增資料_bt.Location = New System.Drawing.Point(237, 2)
  433. Me.新增資料_bt.Name = "新增資料_bt"
  434. Me.新增資料_bt.Size = New System.Drawing.Size(136, 48)
  435. Me.新增資料_bt.TabIndex = 1446
  436. Me.新增資料_bt.Text = "開新附錄合約"
  437. Me.新增資料_bt.UseVisualStyleBackColor = True
  438. '
  439. '存檔_bt
  440. '
  441. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  442. Me.存檔_bt.Location = New System.Drawing.Point(375, 2)
  443. Me.存檔_bt.Name = "存檔_bt"
  444. Me.存檔_bt.Size = New System.Drawing.Size(136, 48)
  445. Me.存檔_bt.TabIndex = 1447
  446. Me.存檔_bt.Text = "存檔"
  447. Me.存檔_bt.UseVisualStyleBackColor = True
  448. '
  449. '刪除_bt
  450. '
  451. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  452. Me.刪除_bt.Location = New System.Drawing.Point(871, 1)
  453. Me.刪除_bt.Name = "刪除_bt"
  454. Me.刪除_bt.Size = New System.Drawing.Size(136, 48)
  455. Me.刪除_bt.TabIndex = 1448
  456. Me.刪除_bt.Text = "刪除"
  457. Me.刪除_bt.UseVisualStyleBackColor = True
  458. '
  459. '列印_bt
  460. '
  461. Me.列印_bt.ForeColor = System.Drawing.Color.Green
  462. Me.列印_bt.Location = New System.Drawing.Point(513, 2)
  463. Me.列印_bt.Name = "列印_bt"
  464. Me.列印_bt.Size = New System.Drawing.Size(136, 48)
  465. Me.列印_bt.TabIndex = 1449
  466. Me.列印_bt.Text = "列印成EXCEL"
  467. Me.列印_bt.UseVisualStyleBackColor = True
  468. '
  469. 'Label6
  470. '
  471. Me.Label6.AutoSize = True
  472. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  473. Me.Label6.Location = New System.Drawing.Point(234, 164)
  474. Me.Label6.Name = "Label6"
  475. Me.Label6.Size = New System.Drawing.Size(772, 16)
  476. Me.Label6.TabIndex = 1450
  477. Me.Label6.Text = "_________________________________________________________________________________" &
  478. "________________________________________________________________________"
  479. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  480. '
  481. 'Label8
  482. '
  483. Me.Label8.AutoSize = True
  484. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  485. Me.Label8.Location = New System.Drawing.Point(234, 39)
  486. Me.Label8.Name = "Label8"
  487. Me.Label8.Size = New System.Drawing.Size(772, 16)
  488. Me.Label8.TabIndex = 1451
  489. Me.Label8.Text = "_________________________________________________________________________________" &
  490. "________________________________________________________________________"
  491. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  492. '
  493. '不列印金額_ch
  494. '
  495. Me.不列印金額_ch.AutoSize = True
  496. Me.不列印金額_ch.Location = New System.Drawing.Point(655, 6)
  497. Me.不列印金額_ch.Name = "不列印金額_ch"
  498. Me.不列印金額_ch.Size = New System.Drawing.Size(86, 20)
  499. Me.不列印金額_ch.TabIndex = 1452
  500. Me.不列印金額_ch.Text = "不列印金額"
  501. Me.不列印金額_ch.UseVisualStyleBackColor = True
  502. '
  503. '合約附錄停用_ch
  504. '
  505. Me.合約附錄停用_ch.AutoSize = True
  506. Me.合約附錄停用_ch.Location = New System.Drawing.Point(244, 128)
  507. Me.合約附錄停用_ch.Name = "合約附錄停用_ch"
  508. Me.合約附錄停用_ch.Size = New System.Drawing.Size(98, 20)
  509. Me.合約附錄停用_ch.TabIndex = 1453
  510. Me.合約附錄停用_ch.Text = "合約附錄停用"
  511. Me.合約附錄停用_ch.UseVisualStyleBackColor = True
  512. '
  513. '語轉扭_bt
  514. '
  515. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  516. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  517. Me.語轉扭_bt.Location = New System.Drawing.Point(652, 26)
  518. Me.語轉扭_bt.Name = "語轉扭_bt"
  519. Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23)
  520. Me.語轉扭_bt.TabIndex = 1714
  521. Me.語轉扭_bt.Text = "L"
  522. Me.語轉扭_bt.UseVisualStyleBackColor = True
  523. '
  524. '縮放2_bt
  525. '
  526. Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  527. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  528. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  529. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  530. Me.縮放2_bt.Location = New System.Drawing.Point(193, 26)
  531. Me.縮放2_bt.Name = "縮放2_bt"
  532. Me.縮放2_bt.Size = New System.Drawing.Size(39, 26)
  533. Me.縮放2_bt.TabIndex = 1715
  534. Me.縮放2_bt.UseVisualStyleBackColor = True
  535. '
  536. '附錄合約
  537. '
  538. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  539. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  540. Me.ClientSize = New System.Drawing.Size(1010, 555)
  541. Me.Controls.Add(Me.合約_dgv)
  542. Me.Controls.Add(Me.縮放2_bt)
  543. Me.Controls.Add(Me.語轉扭_bt)
  544. Me.Controls.Add(Me.合約附錄停用_ch)
  545. Me.Controls.Add(Me.不列印金額_ch)
  546. Me.Controls.Add(Me.列印_bt)
  547. Me.Controls.Add(Me.刪除_bt)
  548. Me.Controls.Add(Me.存檔_bt)
  549. Me.Controls.Add(Me.新增資料_bt)
  550. Me.Controls.Add(Me.附錄編號_lb)
  551. Me.Controls.Add(Me.附錄編號_tb)
  552. Me.Controls.Add(Me.合約附錄_dgv)
  553. Me.Controls.Add(Me.NUD1)
  554. Me.Controls.Add(Me.NUD2)
  555. Me.Controls.Add(Me.NUD3)
  556. Me.Controls.Add(Me.客戶名稱_lb)
  557. Me.Controls.Add(Me.客戶名稱_tb)
  558. Me.Controls.Add(Me.Panel1)
  559. Me.Controls.Add(Me.立約日期_lb)
  560. Me.Controls.Add(Me.立約日期_dtp)
  561. Me.Controls.Add(Me.工程名稱_中_lb)
  562. Me.Controls.Add(Me.工程名稱_中_tb)
  563. Me.Controls.Add(Me.工程名稱_英_tb)
  564. Me.Controls.Add(Me.工程名稱_英_lb)
  565. Me.Controls.Add(Me.合約編號_lb)
  566. Me.Controls.Add(Me.合約編號_tb)
  567. Me.Controls.Add(Me.甲方_lb)
  568. Me.Controls.Add(Me.合約編號1_cb)
  569. Me.Controls.Add(Me.查詢_bt)
  570. Me.Controls.Add(Me.搜尋_lb)
  571. Me.Controls.Add(Me.關鍵字搜尋_tb)
  572. Me.Controls.Add(Me.追加减_lb)
  573. Me.Controls.Add(Me.原合约金额_lb)
  574. Me.Controls.Add(Me.總金額_lb)
  575. Me.Controls.Add(Me.Label6)
  576. Me.Controls.Add(Me.其他內容_lb)
  577. Me.Controls.Add(Me.Label8)
  578. Me.Controls.Add(Me.其他內容_tb)
  579. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  580. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  581. Me.Name = "附錄合約"
  582. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  583. Me.Text = "附錄合約"
  584. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  585. Me.Panel1.ResumeLayout(False)
  586. Me.Panel1.PerformLayout()
  587. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  588. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  589. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  590. CType(Me.NUD3, System.ComponentModel.ISupportInitialize).EndInit()
  591. CType(Me.NUD2, System.ComponentModel.ISupportInitialize).EndInit()
  592. CType(Me.NUD1, System.ComponentModel.ISupportInitialize).EndInit()
  593. CType(Me.合約附錄_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  594. Me.ResumeLayout(False)
  595. Me.PerformLayout()
  596. End Sub
  597. Friend WithEvents Label10 As Label
  598. Friend WithEvents 工程期1_ch As ComboBox
  599. Friend WithEvents 甲方_lb As Label
  600. Friend WithEvents 合約編號1_cb As ComboBox
  601. Friend WithEvents 查詢_bt As Button
  602. Friend WithEvents 搜尋_lb As Label
  603. Friend WithEvents 關鍵字搜尋_tb As TextBox
  604. Friend WithEvents 合約_dgv As DataGridView
  605. Friend WithEvents 合約編號_lb As Label
  606. Friend WithEvents 合約編號_tb As TextBox
  607. Friend WithEvents 工程名稱_中_lb As Label
  608. Friend WithEvents 工程名稱_中_tb As TextBox
  609. Friend WithEvents 工程名稱_英_tb As TextBox
  610. Friend WithEvents 工程名稱_英_lb As Label
  611. Friend WithEvents 立約日期_lb As Label
  612. Friend WithEvents 立約日期_dtp As DateTimePicker
  613. Friend WithEvents 附錄編號_tb As TextBox
  614. Friend WithEvents Panel1 As Panel
  615. Friend WithEvents 客戶名稱_lb As Label
  616. Friend WithEvents 客戶名稱_tb As ComboBox
  617. Friend WithEvents NUD3 As NumericUpDown
  618. Friend WithEvents 原合约金额_lb As Label
  619. Friend WithEvents 追加减_lb As Label
  620. Friend WithEvents NUD2 As NumericUpDown
  621. Friend WithEvents 總金額_lb As Label
  622. Friend WithEvents NUD1 As NumericUpDown
  623. Friend WithEvents 其他內容_tb As TextBox
  624. Friend WithEvents 其他內容_lb As Label
  625. Friend WithEvents 合約附錄_dgv As DataGridView
  626. Friend WithEvents 附錄編號_lb As Label
  627. Friend WithEvents 新增資料_bt As Button
  628. Friend WithEvents 存檔_bt As Button
  629. Friend WithEvents 刪除_bt As Button
  630. Friend WithEvents 列印_bt As Button
  631. Friend WithEvents Label6 As Label
  632. Friend WithEvents Label8 As Label
  633. Friend WithEvents 不列印金額_ch As CheckBox
  634. Friend WithEvents PictureBox2 As PictureBox
  635. Friend WithEvents PictureBox1 As PictureBox
  636. Friend WithEvents 合約附錄停用_ch As CheckBox
  637. Friend WithEvents 語言_dgv As DataGridView
  638. Friend WithEvents 語轉扭_bt As Button
  639. Friend WithEvents 縮放2_bt As Button
  640. End Class