Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

合約文件圖庫管理.Designer.vb 48KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.Label7 = New System.Windows.Forms.Label()
  30. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  31. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  32. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  33. Me.PC_lb = New System.Windows.Forms.Label()
  34. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  35. Me.本機_wb = New System.Windows.Forms.WebBrowser()
  36. Me.伺服器_wb = New System.Windows.Forms.WebBrowser()
  37. Me.文檔類型_cb = New System.Windows.Forms.ComboBox()
  38. Me.版次手動_cb = New System.Windows.Forms.CheckBox()
  39. Me.版次自動_cb = New System.Windows.Forms.CheckBox()
  40. Me.Label10 = New System.Windows.Forms.Label()
  41. Me.文檔說明1_tb = New System.Windows.Forms.TextBox()
  42. Me.上傳日期_dtp = New System.Windows.Forms.DateTimePicker()
  43. Me.Label1 = New System.Windows.Forms.Label()
  44. Me.版本_tb = New System.Windows.Forms.TextBox()
  45. Me.Label4 = New System.Windows.Forms.Label()
  46. Me.Label3 = New System.Windows.Forms.Label()
  47. Me.文件號_tb = New System.Windows.Forms.TextBox()
  48. Me.Label2 = New System.Windows.Forms.Label()
  49. Me.Label5 = New System.Windows.Forms.Label()
  50. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  51. Me.下載_tb = New System.Windows.Forms.Button()
  52. Me.合約號_tb = New System.Windows.Forms.TextBox()
  53. Me.Label9 = New System.Windows.Forms.Label()
  54. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  55. Me.Label12 = New System.Windows.Forms.Label()
  56. Me.Label6 = New System.Windows.Forms.Label()
  57. Me.Label8 = New System.Windows.Forms.Label()
  58. Me.存檔_tb = New System.Windows.Forms.Button()
  59. Me.查詢_bt = New System.Windows.Forms.Button()
  60. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  61. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  62. Me.說明_bt = New System.Windows.Forms.Button()
  63. Me.刪除_bt = New System.Windows.Forms.Button()
  64. Me.Label11 = New System.Windows.Forms.Label()
  65. Me.Label13 = New System.Windows.Forms.Label()
  66. Me.文檔說明2_tb = New System.Windows.Forms.TextBox()
  67. Me.Label14 = New System.Windows.Forms.Label()
  68. Me.文檔說明3_tb = New System.Windows.Forms.TextBox()
  69. Me.文件_dgv = New System.Windows.Forms.DataGridView()
  70. Me.工程文件資料庫管理_dgv = New System.Windows.Forms.DataGridView()
  71. Me.新增檔案_ch = New System.Windows.Forms.CheckBox()
  72. Me.覆蓋檔案_ch = New System.Windows.Forms.CheckBox()
  73. Me.文件說明_dgv = New System.Windows.Forms.DataGridView()
  74. Me.Label15 = New System.Windows.Forms.Label()
  75. Me.Label16 = New System.Windows.Forms.Label()
  76. Me.Label17 = New System.Windows.Forms.Label()
  77. Me.操作說明視窗_P = New System.Windows.Forms.Panel()
  78. Me.Cancel_bt = New System.Windows.Forms.Button()
  79. Me.Label18 = New System.Windows.Forms.Label()
  80. Me.Panel2 = New System.Windows.Forms.Panel()
  81. Me.Label20 = New System.Windows.Forms.Label()
  82. Me.Label19 = New System.Windows.Forms.Label()
  83. Me.上傳者_tb = New System.Windows.Forms.TextBox()
  84. Me.歷史紀錄_bt = New System.Windows.Forms.Button()
  85. Me.Panel1 = New System.Windows.Forms.Panel()
  86. Me.歷史紀錄_P = New System.Windows.Forms.Panel()
  87. Me.Cancel1_bt = New System.Windows.Forms.Button()
  88. Me.Label21 = New System.Windows.Forms.Label()
  89. Me.Panel4 = New System.Windows.Forms.Panel()
  90. Me.歷史紀錄_dgv = New System.Windows.Forms.DataGridView()
  91. Me.Label22 = New System.Windows.Forms.Label()
  92. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  93. Me.Label23 = New System.Windows.Forms.Label()
  94. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  95. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.文件_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.工程文件資料庫管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.文件說明_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. Me.操作說明視窗_P.SuspendLayout()
  100. Me.Panel2.SuspendLayout()
  101. Me.Panel1.SuspendLayout()
  102. Me.歷史紀錄_P.SuspendLayout()
  103. Me.Panel4.SuspendLayout()
  104. CType(Me.歷史紀錄_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. Me.SuspendLayout()
  106. '
  107. 'Label7
  108. '
  109. Me.Label7.AutoSize = True
  110. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.Label7.Location = New System.Drawing.Point(4, 4)
  112. Me.Label7.Name = "Label7"
  113. Me.Label7.Size = New System.Drawing.Size(104, 16)
  114. Me.Label7.TabIndex = 1049
  115. Me.Label7.Text = "關 鍵 字 搜 尋"
  116. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  117. '
  118. '關鍵字搜尋_tb
  119. '
  120. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(4, 21)
  121. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  122. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(104, 23)
  123. Me.關鍵字搜尋_tb.TabIndex = 1048
  124. '
  125. '合約_dgv
  126. '
  127. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  128. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  129. Me.合約_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  130. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  131. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  132. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  133. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  134. Me.合約_dgv.Location = New System.Drawing.Point(4, 95)
  135. Me.合約_dgv.Name = "合約_dgv"
  136. Me.合約_dgv.RowHeadersWidth = 5
  137. Me.合約_dgv.RowTemplate.Height = 24
  138. Me.合約_dgv.Size = New System.Drawing.Size(149, 582)
  139. Me.合約_dgv.TabIndex = 1047
  140. '
  141. '檔案路徑_tb
  142. '
  143. Me.檔案路徑_tb.AllowDrop = True
  144. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  145. Me.檔案路徑_tb.Location = New System.Drawing.Point(479, 5)
  146. Me.檔案路徑_tb.Multiline = True
  147. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  148. Me.檔案路徑_tb.Size = New System.Drawing.Size(25, 23)
  149. Me.檔案路徑_tb.TabIndex = 1059
  150. Me.檔案路徑_tb.Visible = False
  151. '
  152. 'PC_lb
  153. '
  154. Me.PC_lb.AutoSize = True
  155. Me.PC_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.PC_lb.Location = New System.Drawing.Point(154, 5)
  157. Me.PC_lb.Name = "PC_lb"
  158. Me.PC_lb.Size = New System.Drawing.Size(86, 24)
  159. Me.PC_lb.TabIndex = 1054
  160. Me.PC_lb.Text = "我的電腦"
  161. '
  162. '讀取料夾路徑_bt
  163. '
  164. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  165. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  166. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(246, 4)
  167. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  168. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(227, 25)
  169. Me.讀取料夾路徑_bt.TabIndex = 1053
  170. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  171. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  172. '
  173. '本機_wb
  174. '
  175. Me.本機_wb.Location = New System.Drawing.Point(158, 32)
  176. Me.本機_wb.MinimumSize = New System.Drawing.Size(20, 20)
  177. Me.本機_wb.Name = "本機_wb"
  178. Me.本機_wb.Size = New System.Drawing.Size(587, 348)
  179. Me.本機_wb.TabIndex = 1052
  180. Me.本機_wb.Url = New System.Uri("", System.UriKind.Relative)
  181. '
  182. '伺服器_wb
  183. '
  184. Me.伺服器_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  185. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  186. Me.伺服器_wb.Location = New System.Drawing.Point(157, 526)
  187. Me.伺服器_wb.MinimumSize = New System.Drawing.Size(20, 20)
  188. Me.伺服器_wb.Name = "伺服器_wb"
  189. Me.伺服器_wb.Size = New System.Drawing.Size(588, 124)
  190. Me.伺服器_wb.TabIndex = 1051
  191. Me.伺服器_wb.Url = New System.Uri("", System.UriKind.Relative)
  192. '
  193. '文檔類型_cb
  194. '
  195. Me.文檔類型_cb.FormattingEnabled = True
  196. Me.文檔類型_cb.Items.AddRange(New Object() {"", "客戶2D圖", "客戶2D素材圖紙", "客戶2D產品圖紙"})
  197. Me.文檔類型_cb.Location = New System.Drawing.Point(607, 5)
  198. Me.文檔類型_cb.Name = "文檔類型_cb"
  199. Me.文檔類型_cb.Size = New System.Drawing.Size(140, 24)
  200. Me.文檔類型_cb.TabIndex = 1082
  201. '
  202. '版次手動_cb
  203. '
  204. Me.版次手動_cb.AutoSize = True
  205. Me.版次手動_cb.Location = New System.Drawing.Point(90, 182)
  206. Me.版次手動_cb.Name = "版次手動_cb"
  207. Me.版次手動_cb.Size = New System.Drawing.Size(83, 20)
  208. Me.版次手動_cb.TabIndex = 1081
  209. Me.版次手動_cb.Text = "版次(手動)"
  210. Me.版次手動_cb.UseVisualStyleBackColor = True
  211. '
  212. '版次自動_cb
  213. '
  214. Me.版次自動_cb.AutoSize = True
  215. Me.版次自動_cb.Location = New System.Drawing.Point(3, 182)
  216. Me.版次自動_cb.Name = "版次自動_cb"
  217. Me.版次自動_cb.Size = New System.Drawing.Size(83, 20)
  218. Me.版次自動_cb.TabIndex = 1080
  219. Me.版次自動_cb.Text = "版次(自動)"
  220. Me.版次自動_cb.UseVisualStyleBackColor = True
  221. '
  222. 'Label10
  223. '
  224. Me.Label10.AutoSize = True
  225. Me.Label10.Location = New System.Drawing.Point(155, 437)
  226. Me.Label10.Name = "Label10"
  227. Me.Label10.Size = New System.Drawing.Size(65, 16)
  228. Me.Label10.TabIndex = 1079
  229. Me.Label10.Text = "文 件 說 明"
  230. '
  231. '文檔說明1_tb
  232. '
  233. Me.文檔說明1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  234. Me.文檔說明1_tb.Location = New System.Drawing.Point(251, 434)
  235. Me.文檔說明1_tb.Name = "文檔說明1_tb"
  236. Me.文檔說明1_tb.Size = New System.Drawing.Size(493, 23)
  237. Me.文檔說明1_tb.TabIndex = 1078
  238. '
  239. '上傳日期_dtp
  240. '
  241. Me.上傳日期_dtp.CustomFormat = "yyyy/MM/dd"
  242. Me.上傳日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  243. Me.上傳日期_dtp.Location = New System.Drawing.Point(659, 409)
  244. Me.上傳日期_dtp.Name = "上傳日期_dtp"
  245. Me.上傳日期_dtp.Size = New System.Drawing.Size(85, 23)
  246. Me.上傳日期_dtp.TabIndex = 1076
  247. '
  248. 'Label1
  249. '
  250. Me.Label1.AutoSize = True
  251. Me.Label1.Location = New System.Drawing.Point(1094, 8)
  252. Me.Label1.Name = "Label1"
  253. Me.Label1.Size = New System.Drawing.Size(32, 16)
  254. Me.Label1.TabIndex = 1075
  255. Me.Label1.Text = "版次"
  256. '
  257. '版本_tb
  258. '
  259. Me.版本_tb.Enabled = False
  260. Me.版本_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  261. Me.版本_tb.Location = New System.Drawing.Point(1127, 5)
  262. Me.版本_tb.Name = "版本_tb"
  263. Me.版本_tb.Size = New System.Drawing.Size(39, 23)
  264. Me.版本_tb.TabIndex = 1074
  265. Me.版本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  266. '
  267. 'Label4
  268. '
  269. Me.Label4.AutoSize = True
  270. Me.Label4.Location = New System.Drawing.Point(625, 412)
  271. Me.Label4.Name = "Label4"
  272. Me.Label4.Size = New System.Drawing.Size(32, 16)
  273. Me.Label4.TabIndex = 1073
  274. Me.Label4.Text = "日期"
  275. '
  276. 'Label3
  277. '
  278. Me.Label3.AutoSize = True
  279. Me.Label3.Location = New System.Drawing.Point(548, 8)
  280. Me.Label3.Name = "Label3"
  281. Me.Label3.Size = New System.Drawing.Size(56, 16)
  282. Me.Label3.TabIndex = 1072
  283. Me.Label3.Text = "文檔類型"
  284. '
  285. '文件號_tb
  286. '
  287. Me.文件號_tb.Enabled = False
  288. Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  289. Me.文件號_tb.Location = New System.Drawing.Point(1001, 4)
  290. Me.文件號_tb.Name = "文件號_tb"
  291. Me.文件號_tb.Size = New System.Drawing.Size(87, 23)
  292. Me.文件號_tb.TabIndex = 1071
  293. Me.文件號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  294. '
  295. 'Label2
  296. '
  297. Me.Label2.AutoSize = True
  298. Me.Label2.Location = New System.Drawing.Point(750, 8)
  299. Me.Label2.Name = "Label2"
  300. Me.Label2.Size = New System.Drawing.Size(44, 16)
  301. Me.Label2.TabIndex = 1070
  302. Me.Label2.Text = "合約號"
  303. '
  304. 'Label5
  305. '
  306. Me.Label5.AutoSize = True
  307. Me.Label5.Location = New System.Drawing.Point(345, 412)
  308. Me.Label5.Name = "Label5"
  309. Me.Label5.Size = New System.Drawing.Size(44, 16)
  310. Me.Label5.TabIndex = 1069
  311. Me.Label5.Text = "副檔名"
  312. '
  313. '副檔名_tb
  314. '
  315. Me.副檔名_tb.Enabled = False
  316. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  317. Me.副檔名_tb.Location = New System.Drawing.Point(392, 409)
  318. Me.副檔名_tb.Name = "副檔名_tb"
  319. Me.副檔名_tb.Size = New System.Drawing.Size(52, 23)
  320. Me.副檔名_tb.TabIndex = 1068
  321. '
  322. '下載_tb
  323. '
  324. Me.下載_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  325. Me.下載_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. Me.下載_tb.ForeColor = System.Drawing.Color.Blue
  327. Me.下載_tb.Location = New System.Drawing.Point(353, 652)
  328. Me.下載_tb.Name = "下載_tb"
  329. Me.下載_tb.Size = New System.Drawing.Size(195, 25)
  330. Me.下載_tb.TabIndex = 1067
  331. Me.下載_tb.Text = "Download File"
  332. Me.下載_tb.UseVisualStyleBackColor = True
  333. '
  334. '合約號_tb
  335. '
  336. Me.合約號_tb.Enabled = False
  337. Me.合約號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  338. Me.合約號_tb.Location = New System.Drawing.Point(796, 4)
  339. Me.合約號_tb.Name = "合約號_tb"
  340. Me.合約號_tb.Size = New System.Drawing.Size(153, 23)
  341. Me.合約號_tb.TabIndex = 1066
  342. Me.合約號_tb.WordWrap = False
  343. '
  344. 'Label9
  345. '
  346. Me.Label9.AutoSize = True
  347. Me.Label9.Location = New System.Drawing.Point(156, 387)
  348. Me.Label9.Name = "Label9"
  349. Me.Label9.Size = New System.Drawing.Size(30, 16)
  350. Me.Label9.TabIndex = 1064
  351. Me.Label9.Text = "FILE"
  352. '
  353. '檔案名稱_tb
  354. '
  355. Me.檔案名稱_tb.AllowDrop = True
  356. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  357. Me.檔案名稱_tb.Location = New System.Drawing.Point(186, 384)
  358. Me.檔案名稱_tb.Multiline = True
  359. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  360. Me.檔案名稱_tb.Size = New System.Drawing.Size(559, 23)
  361. Me.檔案名稱_tb.TabIndex = 1063
  362. '
  363. 'Label12
  364. '
  365. Me.Label12.AutoSize = True
  366. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  367. Me.Label12.Location = New System.Drawing.Point(157, 505)
  368. Me.Label12.Name = "Label12"
  369. Me.Label12.Size = New System.Drawing.Size(124, 19)
  370. Me.Label12.TabIndex = 1060
  371. Me.Label12.Text = "伺服器FTP文件夾"
  372. '
  373. 'Label6
  374. '
  375. Me.Label6.AutoSize = True
  376. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.Label6.ForeColor = System.Drawing.Color.Red
  378. Me.Label6.Location = New System.Drawing.Point(281, 501)
  379. Me.Label6.Name = "Label6"
  380. Me.Label6.Size = New System.Drawing.Size(33, 26)
  381. Me.Label6.TabIndex = 1062
  382. Me.Label6.Text = "↓"
  383. '
  384. 'Label8
  385. '
  386. Me.Label8.AutoSize = True
  387. Me.Label8.ForeColor = System.Drawing.Color.Red
  388. Me.Label8.Location = New System.Drawing.Point(318, 506)
  389. Me.Label8.Name = "Label8"
  390. Me.Label8.Size = New System.Drawing.Size(424, 16)
  391. Me.Label8.TabIndex = 1061
  392. Me.Label8.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  393. '
  394. '存檔_tb
  395. '
  396. Me.存檔_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  397. Me.存檔_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  398. Me.存檔_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.存檔_tb.ForeColor = System.Drawing.Color.Green
  400. Me.存檔_tb.Location = New System.Drawing.Point(156, 652)
  401. Me.存檔_tb.Name = "存檔_tb"
  402. Me.存檔_tb.Size = New System.Drawing.Size(195, 25)
  403. Me.存檔_tb.TabIndex = 1065
  404. Me.存檔_tb.Text = "Save"
  405. Me.存檔_tb.UseVisualStyleBackColor = True
  406. '
  407. '查詢_bt
  408. '
  409. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  410. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  411. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  412. Me.查詢_bt.Location = New System.Drawing.Point(110, 2)
  413. Me.查詢_bt.Name = "查詢_bt"
  414. Me.查詢_bt.Size = New System.Drawing.Size(43, 42)
  415. Me.查詢_bt.TabIndex = 1050
  416. Me.查詢_bt.UseVisualStyleBackColor = True
  417. '
  418. 'SaveFileDialog1
  419. '
  420. Me.SaveFileDialog1.DefaultExt = "jpg"
  421. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  422. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  423. '
  424. '說明_bt
  425. '
  426. Me.說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  427. Me.說明_bt.ForeColor = System.Drawing.Color.Green
  428. Me.說明_bt.Location = New System.Drawing.Point(1199, 3)
  429. Me.說明_bt.Name = "說明_bt"
  430. Me.說明_bt.Size = New System.Drawing.Size(73, 25)
  431. Me.說明_bt.TabIndex = 1084
  432. Me.說明_bt.Text = "說明"
  433. Me.說明_bt.UseVisualStyleBackColor = True
  434. '
  435. '刪除_bt
  436. '
  437. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  438. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  439. Me.刪除_bt.Location = New System.Drawing.Point(1272, 3)
  440. Me.刪除_bt.Name = "刪除_bt"
  441. Me.刪除_bt.Size = New System.Drawing.Size(73, 25)
  442. Me.刪除_bt.TabIndex = 1083
  443. Me.刪除_bt.Text = "刪除"
  444. Me.刪除_bt.UseVisualStyleBackColor = True
  445. '
  446. 'Label11
  447. '
  448. Me.Label11.AutoSize = True
  449. Me.Label11.Location = New System.Drawing.Point(955, 8)
  450. Me.Label11.Name = "Label11"
  451. Me.Label11.Size = New System.Drawing.Size(44, 16)
  452. Me.Label11.TabIndex = 1085
  453. Me.Label11.Text = "文件號"
  454. '
  455. 'Label13
  456. '
  457. Me.Label13.AutoSize = True
  458. Me.Label13.Location = New System.Drawing.Point(155, 461)
  459. Me.Label13.Name = "Label13"
  460. Me.Label13.Size = New System.Drawing.Size(94, 16)
  461. Me.Label13.TabIndex = 1087
  462. Me.Label13.Text = "File Description"
  463. '
  464. '文檔說明2_tb
  465. '
  466. Me.文檔說明2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  467. Me.文檔說明2_tb.Location = New System.Drawing.Point(251, 458)
  468. Me.文檔說明2_tb.Name = "文檔說明2_tb"
  469. Me.文檔說明2_tb.Size = New System.Drawing.Size(493, 23)
  470. Me.文檔說明2_tb.TabIndex = 1086
  471. '
  472. 'Label14
  473. '
  474. Me.Label14.AutoSize = True
  475. Me.Label14.Location = New System.Drawing.Point(155, 485)
  476. Me.Label14.Name = "Label14"
  477. Me.Label14.Size = New System.Drawing.Size(97, 16)
  478. Me.Label14.TabIndex = 1089
  479. Me.Label14.Text = "Deskripsi Berkas"
  480. '
  481. '文檔說明3_tb
  482. '
  483. Me.文檔說明3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  484. Me.文檔說明3_tb.Location = New System.Drawing.Point(251, 482)
  485. Me.文檔說明3_tb.Name = "文檔說明3_tb"
  486. Me.文檔說明3_tb.Size = New System.Drawing.Size(493, 23)
  487. Me.文檔說明3_tb.TabIndex = 1088
  488. '
  489. '文件_dgv
  490. '
  491. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  492. Me.文件_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  493. Me.文件_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  494. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  495. Me.文件_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  496. Me.文件_dgv.BackgroundColor = System.Drawing.Color.White
  497. Me.文件_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  498. Me.文件_dgv.Location = New System.Drawing.Point(749, 32)
  499. Me.文件_dgv.Name = "文件_dgv"
  500. Me.文件_dgv.RowHeadersWidth = 5
  501. Me.文件_dgv.RowTemplate.Height = 24
  502. Me.文件_dgv.Size = New System.Drawing.Size(597, 645)
  503. Me.文件_dgv.TabIndex = 1090
  504. '
  505. '工程文件資料庫管理_dgv
  506. '
  507. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  508. Me.工程文件資料庫管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  509. Me.工程文件資料庫管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  510. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  511. DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
  512. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  513. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  514. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  515. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  516. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  517. Me.工程文件資料庫管理_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  518. Me.工程文件資料庫管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  519. Me.工程文件資料庫管理_dgv.Location = New System.Drawing.Point(3, 3)
  520. Me.工程文件資料庫管理_dgv.Name = "工程文件資料庫管理_dgv"
  521. Me.工程文件資料庫管理_dgv.RowHeadersWidth = 5
  522. Me.工程文件資料庫管理_dgv.RowTemplate.Height = 24
  523. Me.工程文件資料庫管理_dgv.Size = New System.Drawing.Size(116, 175)
  524. Me.工程文件資料庫管理_dgv.TabIndex = 1738
  525. '
  526. '新增檔案_ch
  527. '
  528. Me.新增檔案_ch.AutoSize = True
  529. Me.新增檔案_ch.Location = New System.Drawing.Point(161, 411)
  530. Me.新增檔案_ch.Name = "新增檔案_ch"
  531. Me.新增檔案_ch.Size = New System.Drawing.Size(75, 20)
  532. Me.新增檔案_ch.TabIndex = 1739
  533. Me.新增檔案_ch.Text = "新增檔案"
  534. Me.新增檔案_ch.UseVisualStyleBackColor = True
  535. '
  536. '覆蓋檔案_ch
  537. '
  538. Me.覆蓋檔案_ch.AutoSize = True
  539. Me.覆蓋檔案_ch.Location = New System.Drawing.Point(247, 411)
  540. Me.覆蓋檔案_ch.Name = "覆蓋檔案_ch"
  541. Me.覆蓋檔案_ch.Size = New System.Drawing.Size(75, 20)
  542. Me.覆蓋檔案_ch.TabIndex = 1740
  543. Me.覆蓋檔案_ch.Text = "覆蓋檔案"
  544. Me.覆蓋檔案_ch.UseVisualStyleBackColor = True
  545. '
  546. '文件說明_dgv
  547. '
  548. DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
  549. Me.文件說明_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  550. Me.文件說明_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  551. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  552. DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
  553. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  554. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  555. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  556. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  557. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  558. Me.文件說明_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
  559. Me.文件說明_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  560. Me.文件說明_dgv.Location = New System.Drawing.Point(122, 3)
  561. Me.文件說明_dgv.Name = "文件說明_dgv"
  562. Me.文件說明_dgv.RowHeadersWidth = 5
  563. Me.文件說明_dgv.RowTemplate.Height = 24
  564. Me.文件說明_dgv.Size = New System.Drawing.Size(116, 175)
  565. Me.文件說明_dgv.TabIndex = 1741
  566. '
  567. 'Label15
  568. '
  569. Me.Label15.AutoSize = True
  570. Me.Label15.Location = New System.Drawing.Point(3, 5)
  571. Me.Label15.Name = "Label15"
  572. Me.Label15.Size = New System.Drawing.Size(649, 16)
  573. Me.Label15.TabIndex = 1742
  574. Me.Label15.Text = "新增檔案步驟 -> 1、選擇合約號。 2、拖曳檔案到FTP。 3、選擇文檔類型與填寫文件說明。 4、按下存檔完成檔案上傳。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  575. '
  576. 'Label16
  577. '
  578. Me.Label16.AutoSize = True
  579. Me.Label16.Location = New System.Drawing.Point(3, 28)
  580. Me.Label16.Name = "Label16"
  581. Me.Label16.Size = New System.Drawing.Size(568, 16)
  582. Me.Label16.TabIndex = 1743
  583. Me.Label16.Text = "檔案版本新增 -> 1、選擇合約號。 2、點選文件清單。 3、拖曳檔案到FTP。 4、按下存檔完成檔案上傳。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  584. '
  585. 'Label17
  586. '
  587. Me.Label17.AutoSize = True
  588. Me.Label17.Location = New System.Drawing.Point(3, 51)
  589. Me.Label17.Name = "Label17"
  590. Me.Label17.Size = New System.Drawing.Size(671, 16)
  591. Me.Label17.TabIndex = 1744
  592. Me.Label17.Text = "檔案原版修正-> 1、選擇合約號。 2、點選文件清單。 3、拖曳檔案到FTP。 4、勾選覆蓋檔案。 5、按下存檔完成檔案上傳。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  593. '
  594. '操作說明視窗_P
  595. '
  596. Me.操作說明視窗_P.BackColor = System.Drawing.Color.White
  597. Me.操作說明視窗_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  598. Me.操作說明視窗_P.Controls.Add(Me.Cancel_bt)
  599. Me.操作說明視窗_P.Controls.Add(Me.Label18)
  600. Me.操作說明視窗_P.Controls.Add(Me.Panel2)
  601. Me.操作說明視窗_P.Location = New System.Drawing.Point(378, 241)
  602. Me.操作說明視窗_P.Name = "操作說明視窗_P"
  603. Me.操作說明視窗_P.Size = New System.Drawing.Size(710, 137)
  604. Me.操作說明視窗_P.TabIndex = 1745
  605. '
  606. 'Cancel_bt
  607. '
  608. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  609. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  610. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  611. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  612. Me.Cancel_bt.Location = New System.Drawing.Point(679, 2)
  613. Me.Cancel_bt.Name = "Cancel_bt"
  614. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  615. Me.Cancel_bt.TabIndex = 1375
  616. Me.Cancel_bt.Text = "X"
  617. Me.Cancel_bt.UseVisualStyleBackColor = False
  618. '
  619. 'Label18
  620. '
  621. Me.Label18.AutoSize = True
  622. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  623. Me.Label18.Location = New System.Drawing.Point(7, 7)
  624. Me.Label18.Name = "Label18"
  625. Me.Label18.Size = New System.Drawing.Size(104, 16)
  626. Me.Label18.TabIndex = 1050
  627. Me.Label18.Text = "文件管理操作說明"
  628. Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  629. '
  630. 'Panel2
  631. '
  632. Me.Panel2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  633. Or System.Windows.Forms.AnchorStyles.Left) _
  634. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  635. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  636. Me.Panel2.Controls.Add(Me.Label20)
  637. Me.Panel2.Controls.Add(Me.Label15)
  638. Me.Panel2.Controls.Add(Me.Label17)
  639. Me.Panel2.Controls.Add(Me.Label16)
  640. Me.Panel2.Location = New System.Drawing.Point(5, 30)
  641. Me.Panel2.Name = "Panel2"
  642. Me.Panel2.Size = New System.Drawing.Size(700, 102)
  643. Me.Panel2.TabIndex = 0
  644. '
  645. 'Label20
  646. '
  647. Me.Label20.AutoSize = True
  648. Me.Label20.Location = New System.Drawing.Point(3, 74)
  649. Me.Label20.Name = "Label20"
  650. Me.Label20.Size = New System.Drawing.Size(581, 16)
  651. Me.Label20.TabIndex = 1745
  652. Me.Label20.Text = "檔案資料修正-> 1、選擇合約號。 2、點選文件清單。 3、修正檔案資料。 4、按下存檔完成檔案資料修正。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  653. '
  654. 'Label19
  655. '
  656. Me.Label19.AutoSize = True
  657. Me.Label19.Location = New System.Drawing.Point(453, 412)
  658. Me.Label19.Name = "Label19"
  659. Me.Label19.Size = New System.Drawing.Size(44, 16)
  660. Me.Label19.TabIndex = 1747
  661. Me.Label19.Text = "上傳者"
  662. '
  663. '上傳者_tb
  664. '
  665. Me.上傳者_tb.Enabled = False
  666. Me.上傳者_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  667. Me.上傳者_tb.Location = New System.Drawing.Point(500, 409)
  668. Me.上傳者_tb.Name = "上傳者_tb"
  669. Me.上傳者_tb.Size = New System.Drawing.Size(119, 23)
  670. Me.上傳者_tb.TabIndex = 1746
  671. '
  672. '歷史紀錄_bt
  673. '
  674. Me.歷史紀錄_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  675. Me.歷史紀錄_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  676. Me.歷史紀錄_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  677. Me.歷史紀錄_bt.Location = New System.Drawing.Point(550, 652)
  678. Me.歷史紀錄_bt.Name = "歷史紀錄_bt"
  679. Me.歷史紀錄_bt.Size = New System.Drawing.Size(195, 25)
  680. Me.歷史紀錄_bt.TabIndex = 1748
  681. Me.歷史紀錄_bt.Text = "Historical Record"
  682. Me.歷史紀錄_bt.UseVisualStyleBackColor = True
  683. '
  684. 'Panel1
  685. '
  686. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  687. Me.Panel1.Controls.Add(Me.工程文件資料庫管理_dgv)
  688. Me.Panel1.Controls.Add(Me.版次自動_cb)
  689. Me.Panel1.Controls.Add(Me.版次手動_cb)
  690. Me.Panel1.Controls.Add(Me.文件說明_dgv)
  691. Me.Panel1.Location = New System.Drawing.Point(1094, 458)
  692. Me.Panel1.Name = "Panel1"
  693. Me.Panel1.Size = New System.Drawing.Size(244, 211)
  694. Me.Panel1.TabIndex = 1749
  695. Me.Panel1.Visible = False
  696. '
  697. '歷史紀錄_P
  698. '
  699. Me.歷史紀錄_P.BackColor = System.Drawing.Color.White
  700. Me.歷史紀錄_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  701. Me.歷史紀錄_P.Controls.Add(Me.Cancel1_bt)
  702. Me.歷史紀錄_P.Controls.Add(Me.Label21)
  703. Me.歷史紀錄_P.Controls.Add(Me.Panel4)
  704. Me.歷史紀錄_P.Location = New System.Drawing.Point(555, 100)
  705. Me.歷史紀錄_P.Name = "歷史紀錄_P"
  706. Me.歷史紀錄_P.Size = New System.Drawing.Size(394, 469)
  707. Me.歷史紀錄_P.TabIndex = 1750
  708. '
  709. 'Cancel1_bt
  710. '
  711. Me.Cancel1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  712. Me.Cancel1_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  713. Me.Cancel1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  714. Me.Cancel1_bt.ForeColor = System.Drawing.Color.Black
  715. Me.Cancel1_bt.Location = New System.Drawing.Point(363, 2)
  716. Me.Cancel1_bt.Name = "Cancel1_bt"
  717. Me.Cancel1_bt.Size = New System.Drawing.Size(26, 26)
  718. Me.Cancel1_bt.TabIndex = 1375
  719. Me.Cancel1_bt.Text = "X"
  720. Me.Cancel1_bt.UseVisualStyleBackColor = False
  721. '
  722. 'Label21
  723. '
  724. Me.Label21.AutoSize = True
  725. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  726. Me.Label21.Location = New System.Drawing.Point(7, 7)
  727. Me.Label21.Name = "Label21"
  728. Me.Label21.Size = New System.Drawing.Size(56, 16)
  729. Me.Label21.TabIndex = 1050
  730. Me.Label21.Text = "歷史紀錄"
  731. Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  732. '
  733. 'Panel4
  734. '
  735. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  736. Or System.Windows.Forms.AnchorStyles.Left) _
  737. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  738. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  739. Me.Panel4.Controls.Add(Me.歷史紀錄_dgv)
  740. Me.Panel4.Location = New System.Drawing.Point(5, 30)
  741. Me.Panel4.Name = "Panel4"
  742. Me.Panel4.Size = New System.Drawing.Size(384, 434)
  743. Me.Panel4.TabIndex = 0
  744. '
  745. '歷史紀錄_dgv
  746. '
  747. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  748. Me.歷史紀錄_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  749. Me.歷史紀錄_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  750. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  751. Me.歷史紀錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  752. Me.歷史紀錄_dgv.BackgroundColor = System.Drawing.Color.White
  753. Me.歷史紀錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  754. Me.歷史紀錄_dgv.Location = New System.Drawing.Point(2, 1)
  755. Me.歷史紀錄_dgv.Name = "歷史紀錄_dgv"
  756. Me.歷史紀錄_dgv.RowHeadersWidth = 5
  757. Me.歷史紀錄_dgv.RowTemplate.Height = 24
  758. Me.歷史紀錄_dgv.Size = New System.Drawing.Size(375, 426)
  759. Me.歷史紀錄_dgv.TabIndex = 1048
  760. '
  761. 'Label22
  762. '
  763. Me.Label22.AutoSize = True
  764. Me.Label22.BackColor = System.Drawing.SystemColors.Control
  765. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  766. Me.Label22.Location = New System.Drawing.Point(5, 74)
  767. Me.Label22.Name = "Label22"
  768. Me.Label22.Size = New System.Drawing.Size(56, 16)
  769. Me.Label22.TabIndex = 1754
  770. Me.Label22.Text = "工程期數"
  771. Me.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  772. '
  773. '工程期1_ch
  774. '
  775. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  776. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  777. Me.工程期1_ch.FormattingEnabled = True
  778. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  779. Me.工程期1_ch.Location = New System.Drawing.Point(62, 70)
  780. Me.工程期1_ch.Name = "工程期1_ch"
  781. Me.工程期1_ch.Size = New System.Drawing.Size(91, 24)
  782. Me.工程期1_ch.TabIndex = 1753
  783. '
  784. 'Label23
  785. '
  786. Me.Label23.AutoSize = True
  787. Me.Label23.BackColor = System.Drawing.SystemColors.Control
  788. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  789. Me.Label23.Location = New System.Drawing.Point(4, 49)
  790. Me.Label23.Name = "Label23"
  791. Me.Label23.Size = New System.Drawing.Size(56, 16)
  792. Me.Label23.TabIndex = 1752
  793. Me.Label23.Text = "合約甲方"
  794. Me.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  795. '
  796. '合約編號1_cb
  797. '
  798. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  799. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  800. Me.合約編號1_cb.FormattingEnabled = True
  801. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  802. Me.合約編號1_cb.Location = New System.Drawing.Point(62, 45)
  803. Me.合約編號1_cb.Name = "合約編號1_cb"
  804. Me.合約編號1_cb.Size = New System.Drawing.Size(91, 24)
  805. Me.合約編號1_cb.TabIndex = 1751
  806. '
  807. '合約文件圖庫管理
  808. '
  809. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  810. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  811. Me.ClientSize = New System.Drawing.Size(1350, 681)
  812. Me.Controls.Add(Me.Label22)
  813. Me.Controls.Add(Me.工程期1_ch)
  814. Me.Controls.Add(Me.Label23)
  815. Me.Controls.Add(Me.合約編號1_cb)
  816. Me.Controls.Add(Me.歷史紀錄_P)
  817. Me.Controls.Add(Me.操作說明視窗_P)
  818. Me.Controls.Add(Me.Panel1)
  819. Me.Controls.Add(Me.歷史紀錄_bt)
  820. Me.Controls.Add(Me.Label19)
  821. Me.Controls.Add(Me.上傳者_tb)
  822. Me.Controls.Add(Me.覆蓋檔案_ch)
  823. Me.Controls.Add(Me.新增檔案_ch)
  824. Me.Controls.Add(Me.文檔說明3_tb)
  825. Me.Controls.Add(Me.Label13)
  826. Me.Controls.Add(Me.文檔說明2_tb)
  827. Me.Controls.Add(Me.Label11)
  828. Me.Controls.Add(Me.說明_bt)
  829. Me.Controls.Add(Me.刪除_bt)
  830. Me.Controls.Add(Me.文檔類型_cb)
  831. Me.Controls.Add(Me.Label10)
  832. Me.Controls.Add(Me.文檔說明1_tb)
  833. Me.Controls.Add(Me.上傳日期_dtp)
  834. Me.Controls.Add(Me.Label1)
  835. Me.Controls.Add(Me.版本_tb)
  836. Me.Controls.Add(Me.Label4)
  837. Me.Controls.Add(Me.Label3)
  838. Me.Controls.Add(Me.文件號_tb)
  839. Me.Controls.Add(Me.Label2)
  840. Me.Controls.Add(Me.Label5)
  841. Me.Controls.Add(Me.副檔名_tb)
  842. Me.Controls.Add(Me.下載_tb)
  843. Me.Controls.Add(Me.合約號_tb)
  844. Me.Controls.Add(Me.存檔_tb)
  845. Me.Controls.Add(Me.Label9)
  846. Me.Controls.Add(Me.檔案名稱_tb)
  847. Me.Controls.Add(Me.Label12)
  848. Me.Controls.Add(Me.Label8)
  849. Me.Controls.Add(Me.檔案路徑_tb)
  850. Me.Controls.Add(Me.PC_lb)
  851. Me.Controls.Add(Me.讀取料夾路徑_bt)
  852. Me.Controls.Add(Me.本機_wb)
  853. Me.Controls.Add(Me.伺服器_wb)
  854. Me.Controls.Add(Me.查詢_bt)
  855. Me.Controls.Add(Me.Label7)
  856. Me.Controls.Add(Me.關鍵字搜尋_tb)
  857. Me.Controls.Add(Me.合約_dgv)
  858. Me.Controls.Add(Me.Label6)
  859. Me.Controls.Add(Me.Label14)
  860. Me.Controls.Add(Me.文件_dgv)
  861. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  862. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  863. Me.Name = "合約文件圖庫管理"
  864. Me.Text = "工程文件圖庫管理"
  865. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  866. CType(Me.文件_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  867. CType(Me.工程文件資料庫管理_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  868. CType(Me.文件說明_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  869. Me.操作說明視窗_P.ResumeLayout(False)
  870. Me.操作說明視窗_P.PerformLayout()
  871. Me.Panel2.ResumeLayout(False)
  872. Me.Panel2.PerformLayout()
  873. Me.Panel1.ResumeLayout(False)
  874. Me.Panel1.PerformLayout()
  875. Me.歷史紀錄_P.ResumeLayout(False)
  876. Me.歷史紀錄_P.PerformLayout()
  877. Me.Panel4.ResumeLayout(False)
  878. CType(Me.歷史紀錄_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  879. Me.ResumeLayout(False)
  880. Me.PerformLayout()
  881. End Sub
  882. Friend WithEvents 查詢_bt As Button
  883. Friend WithEvents Label7 As Label
  884. Friend WithEvents 關鍵字搜尋_tb As TextBox
  885. Friend WithEvents 合約_dgv As DataGridView
  886. Friend WithEvents 檔案路徑_tb As TextBox
  887. Friend WithEvents PC_lb As Label
  888. Friend WithEvents 讀取料夾路徑_bt As Button
  889. Friend WithEvents 本機_wb As WebBrowser
  890. Friend WithEvents 伺服器_wb As WebBrowser
  891. Friend WithEvents 文檔類型_cb As ComboBox
  892. Friend WithEvents 版次手動_cb As CheckBox
  893. Friend WithEvents 版次自動_cb As CheckBox
  894. Friend WithEvents Label10 As Label
  895. Friend WithEvents 文檔說明1_tb As TextBox
  896. Friend WithEvents 上傳日期_dtp As DateTimePicker
  897. Friend WithEvents Label1 As Label
  898. Friend WithEvents 版本_tb As TextBox
  899. Friend WithEvents Label4 As Label
  900. Friend WithEvents Label3 As Label
  901. Friend WithEvents 文件號_tb As TextBox
  902. Friend WithEvents Label2 As Label
  903. Friend WithEvents Label5 As Label
  904. Friend WithEvents 副檔名_tb As TextBox
  905. Friend WithEvents 下載_tb As Button
  906. Friend WithEvents 合約號_tb As TextBox
  907. Friend WithEvents 存檔_tb As Button
  908. Friend WithEvents Label9 As Label
  909. Friend WithEvents 檔案名稱_tb As TextBox
  910. Friend WithEvents Label12 As Label
  911. Friend WithEvents Label6 As Label
  912. Friend WithEvents Label8 As Label
  913. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  914. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  915. Friend WithEvents 說明_bt As Button
  916. Friend WithEvents 刪除_bt As Button
  917. Friend WithEvents Label11 As Label
  918. Friend WithEvents Label13 As Label
  919. Friend WithEvents 文檔說明2_tb As TextBox
  920. Friend WithEvents Label14 As Label
  921. Friend WithEvents 文檔說明3_tb As TextBox
  922. Friend WithEvents 文件_dgv As DataGridView
  923. Friend WithEvents 工程文件資料庫管理_dgv As DataGridView
  924. Friend WithEvents 新增檔案_ch As CheckBox
  925. Friend WithEvents 覆蓋檔案_ch As CheckBox
  926. Friend WithEvents 文件說明_dgv As DataGridView
  927. Friend WithEvents Label15 As Label
  928. Friend WithEvents Label16 As Label
  929. Friend WithEvents Label17 As Label
  930. Friend WithEvents 操作說明視窗_P As Panel
  931. Friend WithEvents Label18 As Label
  932. Friend WithEvents Panel2 As Panel
  933. Friend WithEvents Cancel_bt As Button
  934. Friend WithEvents Label20 As Label
  935. Friend WithEvents Label19 As Label
  936. Friend WithEvents 上傳者_tb As TextBox
  937. Friend WithEvents 歷史紀錄_bt As Button
  938. Friend WithEvents Panel1 As Panel
  939. Friend WithEvents 歷史紀錄_P As Panel
  940. Friend WithEvents Cancel1_bt As Button
  941. Friend WithEvents Label21 As Label
  942. Friend WithEvents Panel4 As Panel
  943. Friend WithEvents 歷史紀錄_dgv As DataGridView
  944. Friend WithEvents Label22 As Label
  945. Friend WithEvents 工程期1_ch As ComboBox
  946. Friend WithEvents Label23 As Label
  947. Friend WithEvents 合約編號1_cb As ComboBox
  948. End Class