Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

部門聯絡函一覽表.Designer.vb 43KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
  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. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.TabControl1 = New System.Windows.Forms.TabControl()
  26. Me.部門聯絡函清單_tp = New System.Windows.Forms.TabPage()
  27. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  28. Me.給我的_ch = New System.Windows.Forms.CheckBox()
  29. Me.我開出的_ch = New System.Windows.Forms.CheckBox()
  30. Me.部門聯絡函本文_tp = New System.Windows.Forms.TabPage()
  31. Me.Panel1 = New System.Windows.Forms.Panel()
  32. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  33. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  34. Me.圖片庫_tb = New System.Windows.Forms.TextBox()
  35. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  36. Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  37. Me.電腦_lb = New System.Windows.Forms.Label()
  38. Me.本機_wb = New System.Windows.Forms.WebBrowser()
  39. Me.圖檔入系統_bt = New System.Windows.Forms.Button()
  40. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  41. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  42. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  43. Me.伺服器_wb = New System.Windows.Forms.WebBrowser()
  44. Me.建議_lb = New System.Windows.Forms.Label()
  45. Me.建議_tb = New System.Windows.Forms.TextBox()
  46. Me.擬辦_tb = New System.Windows.Forms.TextBox()
  47. Me.擬辦_lb = New System.Windows.Forms.Label()
  48. Me.聯絡事項_tb = New System.Windows.Forms.TextBox()
  49. Me.聯絡事項_lb = New System.Windows.Forms.Label()
  50. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  51. Me.申請日期_lb = New System.Windows.Forms.Label()
  52. Me.執行人_lb = New System.Windows.Forms.Label()
  53. Me.執行人_cb = New System.Windows.Forms.ComboBox()
  54. Me.執行部門_lb = New System.Windows.Forms.Label()
  55. Me.執行部門_cb = New System.Windows.Forms.ComboBox()
  56. Me.聯絡人_lb = New System.Windows.Forms.Label()
  57. Me.聯絡人_cb = New System.Windows.Forms.ComboBox()
  58. Me.聯絡部門_lb = New System.Windows.Forms.Label()
  59. Me.聯絡部門_cb = New System.Windows.Forms.ComboBox()
  60. Me.聯絡函主題_tb = New System.Windows.Forms.TextBox()
  61. Me.聯絡函主題_lb = New System.Windows.Forms.Label()
  62. Me.申請人_lb = New System.Windows.Forms.Label()
  63. Me.申請人_tb = New System.Windows.Forms.TextBox()
  64. Me.申請部門_lb = New System.Windows.Forms.Label()
  65. Me.申請部門_tb = New System.Windows.Forms.TextBox()
  66. Me.聯絡函單號_lb = New System.Windows.Forms.Label()
  67. Me.聯絡函單號_tb = New System.Windows.Forms.TextBox()
  68. Me.長期執行_ch = New System.Windows.Forms.CheckBox()
  69. Me.已驗收_ch = New System.Windows.Forms.CheckBox()
  70. Me.已作業_ch = New System.Windows.Forms.CheckBox()
  71. Me.控制項_tb = New System.Windows.Forms.TextBox()
  72. Me.執行完成_bt = New System.Windows.Forms.Button()
  73. Me.驗收確認_bt = New System.Windows.Forms.Button()
  74. Me.擬辦事項存檔_bt = New System.Windows.Forms.Button()
  75. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  76. Me.語轉扭_bt = New System.Windows.Forms.Button()
  77. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  78. Me.垂直翻轉_bt = New System.Windows.Forms.Button()
  79. Me.水平翻轉_bt = New System.Windows.Forms.Button()
  80. Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  81. Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  82. Me.TabControl1.SuspendLayout()
  83. Me.部門聯絡函清單_tp.SuspendLayout()
  84. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  85. Me.部門聯絡函本文_tp.SuspendLayout()
  86. Me.Panel1.SuspendLayout()
  87. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  90. Me.SuspendLayout()
  91. '
  92. 'TabControl1
  93. '
  94. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  95. Or System.Windows.Forms.AnchorStyles.Left) _
  96. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  97. Me.TabControl1.Controls.Add(Me.部門聯絡函清單_tp)
  98. Me.TabControl1.Controls.Add(Me.部門聯絡函本文_tp)
  99. Me.TabControl1.Location = New System.Drawing.Point(0, 2)
  100. Me.TabControl1.Name = "TabControl1"
  101. Me.TabControl1.SelectedIndex = 0
  102. Me.TabControl1.Size = New System.Drawing.Size(1349, 676)
  103. Me.TabControl1.TabIndex = 872
  104. '
  105. '部門聯絡函清單_tp
  106. '
  107. Me.部門聯絡函清單_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  108. Me.部門聯絡函清單_tp.Controls.Add(Me.清單_dgv)
  109. Me.部門聯絡函清單_tp.Controls.Add(Me.給我的_ch)
  110. Me.部門聯絡函清單_tp.Controls.Add(Me.我開出的_ch)
  111. Me.部門聯絡函清單_tp.Location = New System.Drawing.Point(4, 25)
  112. Me.部門聯絡函清單_tp.Name = "部門聯絡函清單_tp"
  113. Me.部門聯絡函清單_tp.Padding = New System.Windows.Forms.Padding(3)
  114. Me.部門聯絡函清單_tp.Size = New System.Drawing.Size(1341, 647)
  115. Me.部門聯絡函清單_tp.TabIndex = 0
  116. Me.部門聯絡函清單_tp.Text = "部門聯絡函清單"
  117. Me.部門聯絡函清單_tp.UseVisualStyleBackColor = True
  118. '
  119. '清單_dgv
  120. '
  121. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  122. Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  123. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  124. Or System.Windows.Forms.AnchorStyles.Left) _
  125. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  126. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  127. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  128. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  129. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  130. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  131. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
  133. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  134. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  135. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  136. Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle6
  137. Me.清單_dgv.Location = New System.Drawing.Point(3, 22)
  138. Me.清單_dgv.Name = "清單_dgv"
  139. Me.清單_dgv.RowHeadersWidth = 5
  140. Me.清單_dgv.RowTemplate.Height = 24
  141. Me.清單_dgv.Size = New System.Drawing.Size(1330, 617)
  142. Me.清單_dgv.TabIndex = 871
  143. '
  144. '給我的_ch
  145. '
  146. Me.給我的_ch.AutoSize = True
  147. Me.給我的_ch.Checked = True
  148. Me.給我的_ch.CheckState = System.Windows.Forms.CheckState.Checked
  149. Me.給我的_ch.ForeColor = System.Drawing.Color.Red
  150. Me.給我的_ch.Location = New System.Drawing.Point(6, 2)
  151. Me.給我的_ch.Name = "給我的_ch"
  152. Me.給我的_ch.Size = New System.Drawing.Size(122, 20)
  153. Me.給我的_ch.TabIndex = 867
  154. Me.給我的_ch.Text = "給我的部門聯絡函"
  155. Me.給我的_ch.UseVisualStyleBackColor = True
  156. '
  157. '我開出的_ch
  158. '
  159. Me.我開出的_ch.AutoSize = True
  160. Me.我開出的_ch.ForeColor = System.Drawing.Color.Red
  161. Me.我開出的_ch.Location = New System.Drawing.Point(192, 2)
  162. Me.我開出的_ch.Name = "我開出的_ch"
  163. Me.我開出的_ch.Size = New System.Drawing.Size(134, 20)
  164. Me.我開出的_ch.TabIndex = 868
  165. Me.我開出的_ch.Text = "我開出的部門聯絡函"
  166. Me.我開出的_ch.UseVisualStyleBackColor = True
  167. '
  168. '部門聯絡函本文_tp
  169. '
  170. Me.部門聯絡函本文_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  171. Me.部門聯絡函本文_tp.Controls.Add(Me.垂直翻轉_bt)
  172. Me.部門聯絡函本文_tp.Controls.Add(Me.水平翻轉_bt)
  173. Me.部門聯絡函本文_tp.Controls.Add(Me.逆時鐘90度旋轉_bt)
  174. Me.部門聯絡函本文_tp.Controls.Add(Me.順時鐘90度旋轉_bt)
  175. Me.部門聯絡函本文_tp.Controls.Add(Me.Panel1)
  176. Me.部門聯絡函本文_tp.Controls.Add(Me.圖片清單_dgv)
  177. Me.部門聯絡函本文_tp.Controls.Add(Me.圖片_pb)
  178. Me.部門聯絡函本文_tp.Controls.Add(Me.電腦_lb)
  179. Me.部門聯絡函本文_tp.Controls.Add(Me.本機_wb)
  180. Me.部門聯絡函本文_tp.Controls.Add(Me.圖檔入系統_bt)
  181. Me.部門聯絡函本文_tp.Controls.Add(Me.檔案名稱_tb)
  182. Me.部門聯絡函本文_tp.Controls.Add(Me.伺服器FTP文件夾_lb)
  183. Me.部門聯絡函本文_tp.Controls.Add(Me.讀取資料夾路徑_bt)
  184. Me.部門聯絡函本文_tp.Controls.Add(Me.伺服器_wb)
  185. Me.部門聯絡函本文_tp.Controls.Add(Me.建議_lb)
  186. Me.部門聯絡函本文_tp.Controls.Add(Me.建議_tb)
  187. Me.部門聯絡函本文_tp.Controls.Add(Me.擬辦_tb)
  188. Me.部門聯絡函本文_tp.Controls.Add(Me.擬辦_lb)
  189. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡事項_tb)
  190. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡事項_lb)
  191. Me.部門聯絡函本文_tp.Controls.Add(Me.申請日期_dtp)
  192. Me.部門聯絡函本文_tp.Controls.Add(Me.申請日期_lb)
  193. Me.部門聯絡函本文_tp.Controls.Add(Me.執行人_lb)
  194. Me.部門聯絡函本文_tp.Controls.Add(Me.執行人_cb)
  195. Me.部門聯絡函本文_tp.Controls.Add(Me.執行部門_lb)
  196. Me.部門聯絡函本文_tp.Controls.Add(Me.執行部門_cb)
  197. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡人_lb)
  198. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡人_cb)
  199. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡部門_lb)
  200. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡部門_cb)
  201. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函主題_tb)
  202. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函主題_lb)
  203. Me.部門聯絡函本文_tp.Controls.Add(Me.申請人_lb)
  204. Me.部門聯絡函本文_tp.Controls.Add(Me.申請人_tb)
  205. Me.部門聯絡函本文_tp.Controls.Add(Me.申請部門_lb)
  206. Me.部門聯絡函本文_tp.Controls.Add(Me.申請部門_tb)
  207. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函單號_lb)
  208. Me.部門聯絡函本文_tp.Controls.Add(Me.聯絡函單號_tb)
  209. Me.部門聯絡函本文_tp.Controls.Add(Me.長期執行_ch)
  210. Me.部門聯絡函本文_tp.Controls.Add(Me.已驗收_ch)
  211. Me.部門聯絡函本文_tp.Controls.Add(Me.已作業_ch)
  212. Me.部門聯絡函本文_tp.Location = New System.Drawing.Point(4, 25)
  213. Me.部門聯絡函本文_tp.Name = "部門聯絡函本文_tp"
  214. Me.部門聯絡函本文_tp.Padding = New System.Windows.Forms.Padding(3)
  215. Me.部門聯絡函本文_tp.Size = New System.Drawing.Size(1341, 647)
  216. Me.部門聯絡函本文_tp.TabIndex = 1
  217. Me.部門聯絡函本文_tp.Text = "部門聯絡函本文"
  218. Me.部門聯絡函本文_tp.UseVisualStyleBackColor = True
  219. '
  220. 'Panel1
  221. '
  222. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  223. Me.Panel1.Controls.Add(Me.語言_dgv)
  224. Me.Panel1.Controls.Add(Me.副檔名_tb)
  225. Me.Panel1.Controls.Add(Me.圖片庫_tb)
  226. Me.Panel1.Controls.Add(Me.檔案路徑_tb)
  227. Me.Panel1.Location = New System.Drawing.Point(393, 513)
  228. Me.Panel1.Name = "Panel1"
  229. Me.Panel1.Size = New System.Drawing.Size(216, 100)
  230. Me.Panel1.TabIndex = 1694
  231. Me.Panel1.Visible = False
  232. '
  233. '語言_dgv
  234. '
  235. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  236. Me.語言_dgv.Location = New System.Drawing.Point(125, 3)
  237. Me.語言_dgv.Name = "語言_dgv"
  238. Me.語言_dgv.RowHeadersWidth = 5
  239. Me.語言_dgv.RowTemplate.Height = 24
  240. Me.語言_dgv.Size = New System.Drawing.Size(81, 73)
  241. Me.語言_dgv.TabIndex = 1687
  242. '
  243. '副檔名_tb
  244. '
  245. Me.副檔名_tb.Enabled = False
  246. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  247. Me.副檔名_tb.Location = New System.Drawing.Point(3, 53)
  248. Me.副檔名_tb.Name = "副檔名_tb"
  249. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  250. Me.副檔名_tb.TabIndex = 1685
  251. '
  252. '圖片庫_tb
  253. '
  254. Me.圖片庫_tb.AllowDrop = True
  255. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  256. Me.圖片庫_tb.Location = New System.Drawing.Point(3, 28)
  257. Me.圖片庫_tb.Name = "圖片庫_tb"
  258. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  259. Me.圖片庫_tb.TabIndex = 1684
  260. '
  261. '檔案路徑_tb
  262. '
  263. Me.檔案路徑_tb.AllowDrop = True
  264. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  265. Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
  266. Me.檔案路徑_tb.Multiline = True
  267. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  268. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  269. Me.檔案路徑_tb.TabIndex = 1683
  270. '
  271. '圖片清單_dgv
  272. '
  273. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  274. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  275. Me.圖片清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  276. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  277. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  278. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  279. Me.圖片清單_dgv.Location = New System.Drawing.Point(814, 29)
  280. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  281. Me.圖片清單_dgv.RowHeadersWidth = 5
  282. Me.圖片清單_dgv.RowTemplate.Height = 24
  283. Me.圖片清單_dgv.Size = New System.Drawing.Size(121, 212)
  284. Me.圖片清單_dgv.TabIndex = 1708
  285. '
  286. '電腦_lb
  287. '
  288. Me.電腦_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  289. Me.電腦_lb.AutoSize = True
  290. Me.電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.電腦_lb.Location = New System.Drawing.Point(815, 248)
  292. Me.電腦_lb.Name = "電腦_lb"
  293. Me.電腦_lb.Size = New System.Drawing.Size(55, 16)
  294. Me.電腦_lb.TabIndex = 1705
  295. Me.電腦_lb.Text = "我的電腦"
  296. '
  297. '本機_wb
  298. '
  299. Me.本機_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  300. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  301. Me.本機_wb.Location = New System.Drawing.Point(815, 266)
  302. Me.本機_wb.MinimumSize = New System.Drawing.Size(20, 20)
  303. Me.本機_wb.Name = "本機_wb"
  304. Me.本機_wb.Size = New System.Drawing.Size(517, 216)
  305. Me.本機_wb.TabIndex = 1703
  306. Me.本機_wb.Url = New System.Uri("", System.UriKind.Relative)
  307. '
  308. '圖檔入系統_bt
  309. '
  310. Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  311. Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
  312. Me.圖檔入系統_bt.Location = New System.Drawing.Point(1225, 506)
  313. Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
  314. Me.圖檔入系統_bt.Size = New System.Drawing.Size(110, 24)
  315. Me.圖檔入系統_bt.TabIndex = 1709
  316. Me.圖檔入系統_bt.Text = "圖檔入系統"
  317. Me.圖檔入系統_bt.UseVisualStyleBackColor = True
  318. '
  319. '檔案名稱_tb
  320. '
  321. Me.檔案名稱_tb.AllowDrop = True
  322. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  323. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  324. Me.檔案名稱_tb.Location = New System.Drawing.Point(814, 483)
  325. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  326. Me.檔案名稱_tb.Size = New System.Drawing.Size(518, 23)
  327. Me.檔案名稱_tb.TabIndex = 1707
  328. '
  329. '伺服器FTP文件夾_lb
  330. '
  331. Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  332. Me.伺服器FTP文件夾_lb.AutoSize = True
  333. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  334. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(815, 513)
  335. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  336. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(108, 17)
  337. Me.伺服器FTP文件夾_lb.TabIndex = 1706
  338. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  339. '
  340. '讀取資料夾路徑_bt
  341. '
  342. Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  343. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  344. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  345. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(1225, 240)
  346. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  347. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(110, 24)
  348. Me.讀取資料夾路徑_bt.TabIndex = 1704
  349. Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑"
  350. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  351. '
  352. '伺服器_wb
  353. '
  354. Me.伺服器_wb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  355. Me.伺服器_wb.Location = New System.Drawing.Point(815, 533)
  356. Me.伺服器_wb.MinimumSize = New System.Drawing.Size(20, 20)
  357. Me.伺服器_wb.Name = "伺服器_wb"
  358. Me.伺服器_wb.Size = New System.Drawing.Size(517, 106)
  359. Me.伺服器_wb.TabIndex = 1702
  360. Me.伺服器_wb.Url = New System.Uri("", System.UriKind.Relative)
  361. '
  362. '建議_lb
  363. '
  364. Me.建議_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  365. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  366. Me.建議_lb.AutoSize = True
  367. Me.建議_lb.Location = New System.Drawing.Point(-3, 335)
  368. Me.建議_lb.Name = "建議_lb"
  369. Me.建議_lb.Size = New System.Drawing.Size(31, 16)
  370. Me.建議_lb.TabIndex = 891
  371. Me.建議_lb.Text = "建議"
  372. '
  373. '建議_tb
  374. '
  375. Me.建議_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  376. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  377. Me.建議_tb.Location = New System.Drawing.Point(0, 351)
  378. Me.建議_tb.Multiline = True
  379. Me.建議_tb.Name = "建議_tb"
  380. Me.建議_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  381. Me.建議_tb.Size = New System.Drawing.Size(807, 135)
  382. Me.建議_tb.TabIndex = 890
  383. '
  384. '擬辦_tb
  385. '
  386. Me.擬辦_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  387. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  388. Me.擬辦_tb.Location = New System.Drawing.Point(4, 505)
  389. Me.擬辦_tb.Multiline = True
  390. Me.擬辦_tb.Name = "擬辦_tb"
  391. Me.擬辦_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  392. Me.擬辦_tb.Size = New System.Drawing.Size(807, 135)
  393. Me.擬辦_tb.TabIndex = 888
  394. '
  395. '擬辦_lb
  396. '
  397. Me.擬辦_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  398. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  399. Me.擬辦_lb.AutoSize = True
  400. Me.擬辦_lb.Location = New System.Drawing.Point(-3, 488)
  401. Me.擬辦_lb.Name = "擬辦_lb"
  402. Me.擬辦_lb.Size = New System.Drawing.Size(31, 16)
  403. Me.擬辦_lb.TabIndex = 889
  404. Me.擬辦_lb.Text = "擬辦"
  405. '
  406. '聯絡事項_tb
  407. '
  408. Me.聯絡事項_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  409. Or System.Windows.Forms.AnchorStyles.Left) _
  410. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  411. Me.聯絡事項_tb.Location = New System.Drawing.Point(1, 196)
  412. Me.聯絡事項_tb.Multiline = True
  413. Me.聯絡事項_tb.Name = "聯絡事項_tb"
  414. Me.聯絡事項_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  415. Me.聯絡事項_tb.Size = New System.Drawing.Size(807, 135)
  416. Me.聯絡事項_tb.TabIndex = 886
  417. '
  418. '聯絡事項_lb
  419. '
  420. Me.聯絡事項_lb.AutoSize = True
  421. Me.聯絡事項_lb.Location = New System.Drawing.Point(1, 179)
  422. Me.聯絡事項_lb.Name = "聯絡事項_lb"
  423. Me.聯絡事項_lb.Size = New System.Drawing.Size(55, 16)
  424. Me.聯絡事項_lb.TabIndex = 887
  425. Me.聯絡事項_lb.Text = "聯絡事項"
  426. '
  427. '申請日期_dtp
  428. '
  429. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  430. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  431. Me.申請日期_dtp.Location = New System.Drawing.Point(508, 3)
  432. Me.申請日期_dtp.Name = "申請日期_dtp"
  433. Me.申請日期_dtp.Size = New System.Drawing.Size(300, 23)
  434. Me.申請日期_dtp.TabIndex = 878
  435. '
  436. '申請日期_lb
  437. '
  438. Me.申請日期_lb.AutoSize = True
  439. Me.申請日期_lb.Location = New System.Drawing.Point(405, 6)
  440. Me.申請日期_lb.Name = "申請日期_lb"
  441. Me.申請日期_lb.Size = New System.Drawing.Size(55, 16)
  442. Me.申請日期_lb.TabIndex = 877
  443. Me.申請日期_lb.Text = "申請日期"
  444. '
  445. '執行人_lb
  446. '
  447. Me.執行人_lb.AutoSize = True
  448. Me.執行人_lb.Location = New System.Drawing.Point(405, 83)
  449. Me.執行人_lb.Name = "執行人_lb"
  450. Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
  451. Me.執行人_lb.TabIndex = 874
  452. Me.執行人_lb.Text = "執行人"
  453. '
  454. '執行人_cb
  455. '
  456. Me.執行人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  457. Me.執行人_cb.FormattingEnabled = True
  458. Me.執行人_cb.Items.AddRange(New Object() {"2019"})
  459. Me.執行人_cb.Location = New System.Drawing.Point(508, 80)
  460. Me.執行人_cb.Name = "執行人_cb"
  461. Me.執行人_cb.Size = New System.Drawing.Size(300, 24)
  462. Me.執行人_cb.TabIndex = 873
  463. '
  464. '執行部門_lb
  465. '
  466. Me.執行部門_lb.AutoSize = True
  467. Me.執行部門_lb.Location = New System.Drawing.Point(2, 83)
  468. Me.執行部門_lb.Name = "執行部門_lb"
  469. Me.執行部門_lb.Size = New System.Drawing.Size(55, 16)
  470. Me.執行部門_lb.TabIndex = 872
  471. Me.執行部門_lb.Text = "執行部門"
  472. '
  473. '執行部門_cb
  474. '
  475. Me.執行部門_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  476. Me.執行部門_cb.FormattingEnabled = True
  477. Me.執行部門_cb.Items.AddRange(New Object() {"2019"})
  478. Me.執行部門_cb.Location = New System.Drawing.Point(101, 80)
  479. Me.執行部門_cb.Name = "執行部門_cb"
  480. Me.執行部門_cb.Size = New System.Drawing.Size(300, 24)
  481. Me.執行部門_cb.TabIndex = 871
  482. '
  483. '聯絡人_lb
  484. '
  485. Me.聯絡人_lb.AutoSize = True
  486. Me.聯絡人_lb.Location = New System.Drawing.Point(405, 57)
  487. Me.聯絡人_lb.Name = "聯絡人_lb"
  488. Me.聯絡人_lb.Size = New System.Drawing.Size(43, 16)
  489. Me.聯絡人_lb.TabIndex = 870
  490. Me.聯絡人_lb.Text = "聯絡人"
  491. '
  492. '聯絡人_cb
  493. '
  494. Me.聯絡人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  495. Me.聯絡人_cb.FormattingEnabled = True
  496. Me.聯絡人_cb.Items.AddRange(New Object() {"2019"})
  497. Me.聯絡人_cb.Location = New System.Drawing.Point(508, 54)
  498. Me.聯絡人_cb.Name = "聯絡人_cb"
  499. Me.聯絡人_cb.Size = New System.Drawing.Size(300, 24)
  500. Me.聯絡人_cb.TabIndex = 869
  501. '
  502. '聯絡部門_lb
  503. '
  504. Me.聯絡部門_lb.AutoSize = True
  505. Me.聯絡部門_lb.Location = New System.Drawing.Point(2, 57)
  506. Me.聯絡部門_lb.Name = "聯絡部門_lb"
  507. Me.聯絡部門_lb.Size = New System.Drawing.Size(55, 16)
  508. Me.聯絡部門_lb.TabIndex = 868
  509. Me.聯絡部門_lb.Text = "聯絡部門"
  510. '
  511. '聯絡部門_cb
  512. '
  513. Me.聯絡部門_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  514. Me.聯絡部門_cb.FormattingEnabled = True
  515. Me.聯絡部門_cb.Items.AddRange(New Object() {"2019"})
  516. Me.聯絡部門_cb.Location = New System.Drawing.Point(101, 54)
  517. Me.聯絡部門_cb.Name = "聯絡部門_cb"
  518. Me.聯絡部門_cb.Size = New System.Drawing.Size(300, 24)
  519. Me.聯絡部門_cb.TabIndex = 867
  520. '
  521. '聯絡函主題_tb
  522. '
  523. Me.聯絡函主題_tb.Location = New System.Drawing.Point(2, 127)
  524. Me.聯絡函主題_tb.Multiline = True
  525. Me.聯絡函主題_tb.Name = "聯絡函主題_tb"
  526. Me.聯絡函主題_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  527. Me.聯絡函主題_tb.Size = New System.Drawing.Size(806, 50)
  528. Me.聯絡函主題_tb.TabIndex = 866
  529. '
  530. '聯絡函主題_lb
  531. '
  532. Me.聯絡函主題_lb.AutoSize = True
  533. Me.聯絡函主題_lb.Location = New System.Drawing.Point(2, 108)
  534. Me.聯絡函主題_lb.Name = "聯絡函主題_lb"
  535. Me.聯絡函主題_lb.Size = New System.Drawing.Size(67, 16)
  536. Me.聯絡函主題_lb.TabIndex = 865
  537. Me.聯絡函主題_lb.Text = "聯絡函主題"
  538. '
  539. '申請人_lb
  540. '
  541. Me.申請人_lb.AutoSize = True
  542. Me.申請人_lb.Location = New System.Drawing.Point(405, 32)
  543. Me.申請人_lb.Name = "申請人_lb"
  544. Me.申請人_lb.Size = New System.Drawing.Size(43, 16)
  545. Me.申請人_lb.TabIndex = 864
  546. Me.申請人_lb.Text = "申請人"
  547. '
  548. '申請人_tb
  549. '
  550. Me.申請人_tb.Location = New System.Drawing.Point(508, 29)
  551. Me.申請人_tb.Name = "申請人_tb"
  552. Me.申請人_tb.Size = New System.Drawing.Size(300, 23)
  553. Me.申請人_tb.TabIndex = 863
  554. '
  555. '申請部門_lb
  556. '
  557. Me.申請部門_lb.AutoSize = True
  558. Me.申請部門_lb.Location = New System.Drawing.Point(2, 32)
  559. Me.申請部門_lb.Name = "申請部門_lb"
  560. Me.申請部門_lb.Size = New System.Drawing.Size(55, 16)
  561. Me.申請部門_lb.TabIndex = 862
  562. Me.申請部門_lb.Text = "申請部門"
  563. '
  564. '申請部門_tb
  565. '
  566. Me.申請部門_tb.Location = New System.Drawing.Point(101, 29)
  567. Me.申請部門_tb.Name = "申請部門_tb"
  568. Me.申請部門_tb.Size = New System.Drawing.Size(300, 23)
  569. Me.申請部門_tb.TabIndex = 861
  570. '
  571. '聯絡函單號_lb
  572. '
  573. Me.聯絡函單號_lb.AutoSize = True
  574. Me.聯絡函單號_lb.Location = New System.Drawing.Point(-1, 6)
  575. Me.聯絡函單號_lb.Name = "聯絡函單號_lb"
  576. Me.聯絡函單號_lb.Size = New System.Drawing.Size(67, 16)
  577. Me.聯絡函單號_lb.TabIndex = 860
  578. Me.聯絡函單號_lb.Text = "聯絡函單號"
  579. '
  580. '聯絡函單號_tb
  581. '
  582. Me.聯絡函單號_tb.Location = New System.Drawing.Point(101, 3)
  583. Me.聯絡函單號_tb.Name = "聯絡函單號_tb"
  584. Me.聯絡函單號_tb.Size = New System.Drawing.Size(300, 23)
  585. Me.聯絡函單號_tb.TabIndex = 859
  586. '
  587. '長期執行_ch
  588. '
  589. Me.長期執行_ch.AutoSize = True
  590. Me.長期執行_ch.Location = New System.Drawing.Point(644, 107)
  591. Me.長期執行_ch.Name = "長期執行_ch"
  592. Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
  593. Me.長期執行_ch.TabIndex = 881
  594. Me.長期執行_ch.Text = "長期執行"
  595. Me.長期執行_ch.UseVisualStyleBackColor = True
  596. '
  597. '已驗收_ch
  598. '
  599. Me.已驗收_ch.AutoSize = True
  600. Me.已驗收_ch.Location = New System.Drawing.Point(534, 107)
  601. Me.已驗收_ch.Name = "已驗收_ch"
  602. Me.已驗收_ch.Size = New System.Drawing.Size(62, 20)
  603. Me.已驗收_ch.TabIndex = 880
  604. Me.已驗收_ch.Text = "已驗收"
  605. Me.已驗收_ch.UseVisualStyleBackColor = True
  606. '
  607. '已作業_ch
  608. '
  609. Me.已作業_ch.AutoSize = True
  610. Me.已作業_ch.Location = New System.Drawing.Point(406, 107)
  611. Me.已作業_ch.Name = "已作業_ch"
  612. Me.已作業_ch.Size = New System.Drawing.Size(62, 20)
  613. Me.已作業_ch.TabIndex = 879
  614. Me.已作業_ch.Text = "已作業"
  615. Me.已作業_ch.UseVisualStyleBackColor = True
  616. '
  617. '控制項_tb
  618. '
  619. Me.控制項_tb.Location = New System.Drawing.Point(381, 3)
  620. Me.控制項_tb.Name = "控制項_tb"
  621. Me.控制項_tb.Size = New System.Drawing.Size(66, 23)
  622. Me.控制項_tb.TabIndex = 884
  623. '
  624. '執行完成_bt
  625. '
  626. Me.執行完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  627. Me.執行完成_bt.ForeColor = System.Drawing.Color.Red
  628. Me.執行完成_bt.Location = New System.Drawing.Point(860, 1)
  629. Me.執行完成_bt.Name = "執行完成_bt"
  630. Me.執行完成_bt.Size = New System.Drawing.Size(196, 26)
  631. Me.執行完成_bt.TabIndex = 883
  632. Me.執行完成_bt.Text = "聯絡事項執行完成"
  633. Me.執行完成_bt.UseVisualStyleBackColor = True
  634. '
  635. '驗收確認_bt
  636. '
  637. Me.驗收確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  638. Me.驗收確認_bt.ForeColor = System.Drawing.Color.Green
  639. Me.驗收確認_bt.Location = New System.Drawing.Point(449, 1)
  640. Me.驗收確認_bt.Name = "驗收確認_bt"
  641. Me.驗收確認_bt.Size = New System.Drawing.Size(196, 26)
  642. Me.驗收確認_bt.TabIndex = 882
  643. Me.驗收確認_bt.Text = "聯絡事項驗收確認"
  644. Me.驗收確認_bt.UseVisualStyleBackColor = True
  645. '
  646. '擬辦事項存檔_bt
  647. '
  648. Me.擬辦事項存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  649. Me.擬辦事項存檔_bt.ForeColor = System.Drawing.Color.Red
  650. Me.擬辦事項存檔_bt.Location = New System.Drawing.Point(663, 1)
  651. Me.擬辦事項存檔_bt.Name = "擬辦事項存檔_bt"
  652. Me.擬辦事項存檔_bt.Size = New System.Drawing.Size(196, 26)
  653. Me.擬辦事項存檔_bt.TabIndex = 885
  654. Me.擬辦事項存檔_bt.Text = "擬辦事項存檔"
  655. Me.擬辦事項存檔_bt.UseVisualStyleBackColor = True
  656. '
  657. '語轉扭_bt
  658. '
  659. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  660. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  661. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  662. Me.語轉扭_bt.Location = New System.Drawing.Point(1320, 1)
  663. Me.語轉扭_bt.Name = "語轉扭_bt"
  664. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  665. Me.語轉扭_bt.TabIndex = 1349
  666. Me.語轉扭_bt.Text = "L"
  667. Me.語轉扭_bt.UseVisualStyleBackColor = True
  668. '
  669. '圖片_pb
  670. '
  671. Me.圖片_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  672. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  673. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  674. Me.圖片_pb.Location = New System.Drawing.Point(935, 1)
  675. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  676. Me.圖片_pb.Name = "圖片_pb"
  677. Me.圖片_pb.Size = New System.Drawing.Size(400, 240)
  678. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  679. Me.圖片_pb.TabIndex = 1701
  680. Me.圖片_pb.TabStop = False
  681. '
  682. '垂直翻轉_bt
  683. '
  684. Me.垂直翻轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  685. Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue
  686. Me.垂直翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L180
  687. Me.垂直翻轉_bt.Location = New System.Drawing.Point(905, 1)
  688. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  689. Me.垂直翻轉_bt.Size = New System.Drawing.Size(28, 28)
  690. Me.垂直翻轉_bt.TabIndex = 1713
  691. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  692. '
  693. '水平翻轉_bt
  694. '
  695. Me.水平翻轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  696. Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
  697. Me.水平翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R180
  698. Me.水平翻轉_bt.Location = New System.Drawing.Point(875, 1)
  699. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  700. Me.水平翻轉_bt.Size = New System.Drawing.Size(28, 28)
  701. Me.水平翻轉_bt.TabIndex = 1712
  702. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  703. '
  704. '逆時鐘90度旋轉_bt
  705. '
  706. Me.逆時鐘90度旋轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  707. Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  708. Me.逆時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R90
  709. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(845, 1)
  710. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  711. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28)
  712. Me.逆時鐘90度旋轉_bt.TabIndex = 1711
  713. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  714. '
  715. '順時鐘90度旋轉_bt
  716. '
  717. Me.順時鐘90度旋轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  718. Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  719. Me.順時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L90
  720. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(816, 1)
  721. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  722. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(28, 28)
  723. Me.順時鐘90度旋轉_bt.TabIndex = 1710
  724. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  725. '
  726. '部門聯絡函一覽表
  727. '
  728. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  729. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  730. Me.ClientSize = New System.Drawing.Size(1349, 681)
  731. Me.Controls.Add(Me.語轉扭_bt)
  732. Me.Controls.Add(Me.擬辦事項存檔_bt)
  733. Me.Controls.Add(Me.執行完成_bt)
  734. Me.Controls.Add(Me.驗收確認_bt)
  735. Me.Controls.Add(Me.控制項_tb)
  736. Me.Controls.Add(Me.TabControl1)
  737. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  738. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  739. Me.Name = "部門聯絡函一覽表"
  740. Me.Text = "部門聯絡函一覽表"
  741. Me.TabControl1.ResumeLayout(False)
  742. Me.部門聯絡函清單_tp.ResumeLayout(False)
  743. Me.部門聯絡函清單_tp.PerformLayout()
  744. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  745. Me.部門聯絡函本文_tp.ResumeLayout(False)
  746. Me.部門聯絡函本文_tp.PerformLayout()
  747. Me.Panel1.ResumeLayout(False)
  748. Me.Panel1.PerformLayout()
  749. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  750. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  751. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  752. Me.ResumeLayout(False)
  753. Me.PerformLayout()
  754. End Sub
  755. Friend WithEvents TabControl1 As TabControl
  756. Friend WithEvents 部門聯絡函本文_tp As TabPage
  757. Friend WithEvents 部門聯絡函清單_tp As TabPage
  758. Friend WithEvents 給我的_ch As CheckBox
  759. Friend WithEvents 我開出的_ch As CheckBox
  760. Friend WithEvents 控制項_tb As TextBox
  761. Friend WithEvents 執行完成_bt As Button
  762. Friend WithEvents 驗收確認_bt As Button
  763. Friend WithEvents 長期執行_ch As CheckBox
  764. Friend WithEvents 已驗收_ch As CheckBox
  765. Friend WithEvents 已作業_ch As CheckBox
  766. Friend WithEvents 申請日期_dtp As DateTimePicker
  767. Friend WithEvents 申請日期_lb As Label
  768. Friend WithEvents 執行人_lb As Label
  769. Friend WithEvents 執行人_cb As ComboBox
  770. Friend WithEvents 執行部門_lb As Label
  771. Friend WithEvents 執行部門_cb As ComboBox
  772. Friend WithEvents 聯絡人_lb As Label
  773. Friend WithEvents 聯絡人_cb As ComboBox
  774. Friend WithEvents 聯絡部門_lb As Label
  775. Friend WithEvents 聯絡部門_cb As ComboBox
  776. Friend WithEvents 聯絡函主題_tb As TextBox
  777. Friend WithEvents 聯絡函主題_lb As Label
  778. Friend WithEvents 申請人_lb As Label
  779. Friend WithEvents 申請人_tb As TextBox
  780. Friend WithEvents 申請部門_lb As Label
  781. Friend WithEvents 申請部門_tb As TextBox
  782. Friend WithEvents 聯絡函單號_lb As Label
  783. Friend WithEvents 聯絡函單號_tb As TextBox
  784. Friend WithEvents 清單_dgv As DataGridView
  785. Friend WithEvents 聯絡事項_tb As TextBox
  786. Friend WithEvents 聯絡事項_lb As Label
  787. Friend WithEvents 擬辦_tb As TextBox
  788. Friend WithEvents 擬辦_lb As Label
  789. Friend WithEvents 建議_lb As Label
  790. Friend WithEvents 建議_tb As TextBox
  791. Friend WithEvents 擬辦事項存檔_bt As Button
  792. Friend WithEvents 圖片清單_dgv As DataGridView
  793. Friend WithEvents 圖片_pb As PictureBox
  794. Friend WithEvents 電腦_lb As Label
  795. Friend WithEvents 本機_wb As WebBrowser
  796. Friend WithEvents 圖檔入系統_bt As Button
  797. Friend WithEvents 檔案名稱_tb As TextBox
  798. Friend WithEvents 伺服器FTP文件夾_lb As Label
  799. Friend WithEvents 讀取資料夾路徑_bt As Button
  800. Friend WithEvents 伺服器_wb As WebBrowser
  801. Friend WithEvents Panel1 As Panel
  802. Friend WithEvents 副檔名_tb As TextBox
  803. Friend WithEvents 圖片庫_tb As TextBox
  804. Friend WithEvents 檔案路徑_tb As TextBox
  805. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  806. Friend WithEvents 語轉扭_bt As Button
  807. Friend WithEvents 語言_dgv As DataGridView
  808. Friend WithEvents 垂直翻轉_bt As Button
  809. Friend WithEvents 水平翻轉_bt As Button
  810. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  811. Friend WithEvents 順時鐘90度旋轉_bt As Button
  812. End Class