No Description
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 53KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 專案及會議提案
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(專案及會議提案))
  24. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.字體大小_lb = New System.Windows.Forms.Label()
  28. Me.字體大小_nud = New System.Windows.Forms.NumericUpDown()
  29. Me.Panel3 = New System.Windows.Forms.Panel()
  30. Me.作廢_tb = New System.Windows.Forms.Button()
  31. Me.核准_bt = New System.Windows.Forms.Button()
  32. Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
  33. Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
  34. Me.PB5 = New System.Windows.Forms.PictureBox()
  35. Me.PB4 = New System.Windows.Forms.PictureBox()
  36. Me.PB1 = New System.Windows.Forms.PictureBox()
  37. Me.PB2 = New System.Windows.Forms.PictureBox()
  38. Me.PB3 = New System.Windows.Forms.PictureBox()
  39. Me.PB6 = New System.Windows.Forms.PictureBox()
  40. Me.Panel2 = New System.Windows.Forms.Panel()
  41. Me.核准_ch = New System.Windows.Forms.CheckBox()
  42. Me.已完成_ch = New System.Windows.Forms.CheckBox()
  43. Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox()
  44. Me.長期執行_ch = New System.Windows.Forms.CheckBox()
  45. Me.新建執行人_bt = New System.Windows.Forms.Button()
  46. Me.刪除執行人_bt = New System.Windows.Forms.Button()
  47. Me.執行人_cb = New System.Windows.Forms.ComboBox()
  48. Me.備註_tb = New System.Windows.Forms.TextBox()
  49. Me.執行人_lb = New System.Windows.Forms.Label()
  50. Me.預計完成_cb = New System.Windows.Forms.ComboBox()
  51. Me.預計完成_lb = New System.Windows.Forms.Label()
  52. Me.執行情況_cb = New System.Windows.Forms.ComboBox()
  53. Me.執行情況_lb = New System.Windows.Forms.Label()
  54. Me.執行時間_lb = New System.Windows.Forms.Label()
  55. Me.細項說明_lb = New System.Windows.Forms.Label()
  56. Me.會議日期_lb = New System.Windows.Forms.Label()
  57. Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker()
  58. Me.Panel1 = New System.Windows.Forms.Panel()
  59. Me.文件號_tb = New System.Windows.Forms.TextBox()
  60. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  61. Me.圖片庫_tb = New System.Windows.Forms.TextBox()
  62. Me.會議編號_tb = New System.Windows.Forms.TextBox()
  63. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  64. Me.會議項目_lb = New System.Windows.Forms.Label()
  65. Me.地點_cb = New System.Windows.Forms.ComboBox()
  66. Me.地點_lb = New System.Windows.Forms.Label()
  67. Me.執行人_dgv = New System.Windows.Forms.DataGridView()
  68. Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  69. Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView()
  70. Me.會議項目_tb = New System.Windows.Forms.TextBox()
  71. Me.細項說明_tb = New System.Windows.Forms.TextBox()
  72. Me.執行時間_cb = New System.Windows.Forms.ComboBox()
  73. Me.備註_lb = New System.Windows.Forms.Label()
  74. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  75. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  76. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  77. Me.Label1 = New System.Windows.Forms.Label()
  78. Me.刪除_rtb = New System.Windows.Forms.Button()
  79. Me.存檔_rbt = New System.Windows.Forms.Button()
  80. Me.新建議題_rbt = New System.Windows.Forms.Button()
  81. Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
  82. Me.會議記錄表1_dgv = New System.Windows.Forms.DataGridView()
  83. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  84. Me.取消_ch = New System.Windows.Forms.CheckBox()
  85. Me.通過_ch = New System.Windows.Forms.CheckBox()
  86. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  87. Me.Panel3.SuspendLayout()
  88. CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
  94. Me.Panel2.SuspendLayout()
  95. Me.Panel1.SuspendLayout()
  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. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.SplitContainer1.Panel1.SuspendLayout()
  101. Me.SplitContainer1.Panel2.SuspendLayout()
  102. Me.SplitContainer1.SuspendLayout()
  103. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
  104. Me.SplitContainer2.Panel1.SuspendLayout()
  105. Me.SplitContainer2.Panel2.SuspendLayout()
  106. Me.SplitContainer2.SuspendLayout()
  107. CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  109. Me.SuspendLayout()
  110. '
  111. '字體大小_lb
  112. '
  113. Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  114. Me.字體大小_lb.AutoSize = True
  115. Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent
  116. Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.字體大小_lb.Location = New System.Drawing.Point(474, 72)
  118. Me.字體大小_lb.Name = "字體大小_lb"
  119. Me.字體大小_lb.Size = New System.Drawing.Size(55, 16)
  120. Me.字體大小_lb.TabIndex = 1847
  121. Me.字體大小_lb.Text = "字體大小"
  122. Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  123. '
  124. '字體大小_nud
  125. '
  126. Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  127. Me.字體大小_nud.BackColor = System.Drawing.Color.White
  128. Me.字體大小_nud.ForeColor = System.Drawing.Color.Black
  129. Me.字體大小_nud.Location = New System.Drawing.Point(531, 69)
  130. Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0})
  131. Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0})
  132. Me.字體大小_nud.Name = "字體大小_nud"
  133. Me.字體大小_nud.Size = New System.Drawing.Size(49, 23)
  134. Me.字體大小_nud.TabIndex = 1846
  135. Me.字體大小_nud.Value = New Decimal(New Integer() {12, 0, 0, 0})
  136. '
  137. 'Panel3
  138. '
  139. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  140. Me.Panel3.BackColor = System.Drawing.Color.Transparent
  141. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  142. Me.Panel3.Controls.Add(Me.作廢_tb)
  143. Me.Panel3.Controls.Add(Me.核准_bt)
  144. Me.Panel3.Controls.Add(Me.圖檔入系統_rbt)
  145. Me.Panel3.Controls.Add(Me.讀取資料夾路徑_rbt)
  146. Me.Panel3.Controls.Add(Me.PB5)
  147. Me.Panel3.Controls.Add(Me.PB4)
  148. Me.Panel3.Controls.Add(Me.PB1)
  149. Me.Panel3.Controls.Add(Me.PB2)
  150. Me.Panel3.Controls.Add(Me.PB3)
  151. Me.Panel3.Controls.Add(Me.PB6)
  152. Me.Panel3.Location = New System.Drawing.Point(1, 276)
  153. Me.Panel3.Name = "Panel3"
  154. Me.Panel3.Size = New System.Drawing.Size(305, 405)
  155. Me.Panel3.TabIndex = 1842
  156. '
  157. '作廢_tb
  158. '
  159. Me.作廢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
  160. Me.作廢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  161. Me.作廢_tb.Location = New System.Drawing.Point(44, 1)
  162. Me.作廢_tb.Name = "作廢_tb"
  163. Me.作廢_tb.Size = New System.Drawing.Size(35, 35)
  164. Me.作廢_tb.TabIndex = 1852
  165. Me.作廢_tb.UseVisualStyleBackColor = True
  166. Me.作廢_tb.Visible = False
  167. '
  168. '核准_bt
  169. '
  170. Me.核准_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
  171. Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  172. Me.核准_bt.Location = New System.Drawing.Point(3, 1)
  173. Me.核准_bt.Name = "核准_bt"
  174. Me.核准_bt.Size = New System.Drawing.Size(35, 35)
  175. Me.核准_bt.TabIndex = 1851
  176. Me.核准_bt.UseVisualStyleBackColor = True
  177. Me.核准_bt.Visible = False
  178. '
  179. '圖檔入系統_rbt
  180. '
  181. Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
  182. Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  183. Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 1)
  184. Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
  185. Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
  186. Me.圖檔入系統_rbt.TabIndex = 1850
  187. Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
  188. '
  189. '讀取資料夾路徑_rbt
  190. '
  191. Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
  192. Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  193. Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 1)
  194. Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
  195. Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
  196. Me.讀取資料夾路徑_rbt.TabIndex = 1849
  197. Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
  198. '
  199. 'PB5
  200. '
  201. Me.PB5.BackColor = System.Drawing.Color.White
  202. Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
  203. Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  204. Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  205. Me.PB5.Location = New System.Drawing.Point(2, 281)
  206. Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  207. Me.PB5.Name = "PB5"
  208. Me.PB5.Size = New System.Drawing.Size(149, 119)
  209. Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  210. Me.PB5.TabIndex = 1703
  211. Me.PB5.TabStop = False
  212. '
  213. 'PB4
  214. '
  215. Me.PB4.BackColor = System.Drawing.Color.White
  216. Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
  217. Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  218. Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  219. Me.PB4.Location = New System.Drawing.Point(153, 159)
  220. Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  221. Me.PB4.Name = "PB4"
  222. Me.PB4.Size = New System.Drawing.Size(149, 119)
  223. Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  224. Me.PB4.TabIndex = 1702
  225. Me.PB4.TabStop = False
  226. '
  227. 'PB1
  228. '
  229. Me.PB1.BackColor = System.Drawing.Color.White
  230. Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
  231. Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  232. Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  233. Me.PB1.Location = New System.Drawing.Point(2, 37)
  234. Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  235. Me.PB1.Name = "PB1"
  236. Me.PB1.Size = New System.Drawing.Size(149, 119)
  237. Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  238. Me.PB1.TabIndex = 1696
  239. Me.PB1.TabStop = False
  240. '
  241. 'PB2
  242. '
  243. Me.PB2.BackColor = System.Drawing.Color.White
  244. Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
  245. Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  246. Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  247. Me.PB2.Location = New System.Drawing.Point(153, 37)
  248. Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  249. Me.PB2.Name = "PB2"
  250. Me.PB2.Size = New System.Drawing.Size(149, 119)
  251. Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  252. Me.PB2.TabIndex = 1698
  253. Me.PB2.TabStop = False
  254. '
  255. 'PB3
  256. '
  257. Me.PB3.BackColor = System.Drawing.Color.White
  258. Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
  259. Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  260. Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  261. Me.PB3.Location = New System.Drawing.Point(2, 159)
  262. Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  263. Me.PB3.Name = "PB3"
  264. Me.PB3.Size = New System.Drawing.Size(149, 119)
  265. Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  266. Me.PB3.TabIndex = 1700
  267. Me.PB3.TabStop = False
  268. '
  269. 'PB6
  270. '
  271. Me.PB6.BackColor = System.Drawing.Color.White
  272. Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
  273. Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  274. Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  275. Me.PB6.Location = New System.Drawing.Point(153, 281)
  276. Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  277. Me.PB6.Name = "PB6"
  278. Me.PB6.Size = New System.Drawing.Size(149, 119)
  279. Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  280. Me.PB6.TabIndex = 1697
  281. Me.PB6.TabStop = False
  282. '
  283. 'Panel2
  284. '
  285. Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  286. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  287. Me.Panel2.Controls.Add(Me.取消_ch)
  288. Me.Panel2.Controls.Add(Me.通過_ch)
  289. Me.Panel2.Controls.Add(Me.已完成_ch)
  290. Me.Panel2.Controls.Add(Me.已完成資料顯示_ch)
  291. Me.Panel2.Controls.Add(Me.長期執行_ch)
  292. Me.Panel2.Location = New System.Drawing.Point(583, 314)
  293. Me.Panel2.Name = "Panel2"
  294. Me.Panel2.Size = New System.Drawing.Size(456, 25)
  295. Me.Panel2.TabIndex = 1841
  296. '
  297. '核准_ch
  298. '
  299. Me.核准_ch.AutoSize = True
  300. Me.核准_ch.BackColor = System.Drawing.Color.Transparent
  301. Me.核准_ch.Enabled = False
  302. Me.核准_ch.Location = New System.Drawing.Point(370, 5)
  303. Me.核准_ch.Name = "核准_ch"
  304. Me.核准_ch.Size = New System.Drawing.Size(50, 20)
  305. Me.核准_ch.TabIndex = 1842
  306. Me.核准_ch.Text = "核准"
  307. Me.核准_ch.UseVisualStyleBackColor = False
  308. '
  309. '已完成_ch
  310. '
  311. Me.已完成_ch.AutoSize = True
  312. Me.已完成_ch.BackColor = System.Drawing.Color.Transparent
  313. Me.已完成_ch.Enabled = False
  314. Me.已完成_ch.Location = New System.Drawing.Point(9, 3)
  315. Me.已完成_ch.Name = "已完成_ch"
  316. Me.已完成_ch.Size = New System.Drawing.Size(62, 20)
  317. Me.已完成_ch.TabIndex = 1469
  318. Me.已完成_ch.Text = "已完成"
  319. Me.已完成_ch.UseVisualStyleBackColor = False
  320. '
  321. '已完成資料顯示_ch
  322. '
  323. Me.已完成資料顯示_ch.AutoSize = True
  324. Me.已完成資料顯示_ch.BackColor = System.Drawing.Color.Transparent
  325. Me.已完成資料顯示_ch.Location = New System.Drawing.Point(342, 3)
  326. Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch"
  327. Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20)
  328. Me.已完成資料顯示_ch.TabIndex = 1673
  329. Me.已完成資料顯示_ch.Text = "已完成資料顯示"
  330. Me.已完成資料顯示_ch.UseVisualStyleBackColor = False
  331. '
  332. '長期執行_ch
  333. '
  334. Me.長期執行_ch.AutoSize = True
  335. Me.長期執行_ch.BackColor = System.Drawing.Color.Transparent
  336. Me.長期執行_ch.Enabled = False
  337. Me.長期執行_ch.Location = New System.Drawing.Point(74, 3)
  338. Me.長期執行_ch.Name = "長期執行_ch"
  339. Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
  340. Me.長期執行_ch.TabIndex = 1470
  341. Me.長期執行_ch.Text = "長期執行"
  342. Me.長期執行_ch.UseVisualStyleBackColor = False
  343. '
  344. '新建執行人_bt
  345. '
  346. Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  347. Me.新建執行人_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  348. Me.新建執行人_bt.Location = New System.Drawing.Point(879, 28)
  349. Me.新建執行人_bt.Name = "新建執行人_bt"
  350. Me.新建執行人_bt.Size = New System.Drawing.Size(160, 35)
  351. Me.新建執行人_bt.TabIndex = 1838
  352. Me.新建執行人_bt.Text = "新建執行人"
  353. Me.新建執行人_bt.UseVisualStyleBackColor = True
  354. '
  355. '刪除執行人_bt
  356. '
  357. Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  358. Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red
  359. Me.刪除執行人_bt.Location = New System.Drawing.Point(426, 3)
  360. Me.刪除執行人_bt.Name = "刪除執行人_bt"
  361. Me.刪除執行人_bt.Size = New System.Drawing.Size(118, 35)
  362. Me.刪除執行人_bt.TabIndex = 1837
  363. Me.刪除執行人_bt.Text = "刪除"
  364. Me.刪除執行人_bt.UseVisualStyleBackColor = True
  365. '
  366. '執行人_cb
  367. '
  368. Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  369. Me.執行人_cb.FormattingEnabled = True
  370. Me.執行人_cb.Location = New System.Drawing.Point(921, 2)
  371. Me.執行人_cb.Name = "執行人_cb"
  372. Me.執行人_cb.Size = New System.Drawing.Size(118, 24)
  373. Me.執行人_cb.TabIndex = 1836
  374. '
  375. '備註_tb
  376. '
  377. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  378. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  379. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  380. Me.備註_tb.Location = New System.Drawing.Point(583, 65)
  381. Me.備註_tb.Multiline = True
  382. Me.備註_tb.Name = "備註_tb"
  383. Me.備註_tb.ReadOnly = True
  384. Me.備註_tb.Size = New System.Drawing.Size(295, 248)
  385. Me.備註_tb.TabIndex = 1820
  386. '
  387. '執行人_lb
  388. '
  389. Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  390. Me.執行人_lb.AutoSize = True
  391. Me.執行人_lb.BackColor = System.Drawing.Color.Transparent
  392. Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  393. Me.執行人_lb.Location = New System.Drawing.Point(876, 6)
  394. Me.執行人_lb.Name = "執行人_lb"
  395. Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
  396. Me.執行人_lb.TabIndex = 1834
  397. Me.執行人_lb.Text = "執行人"
  398. Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  399. '
  400. '預計完成_cb
  401. '
  402. Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  403. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  404. Me.預計完成_cb.FormattingEnabled = True
  405. Me.預計完成_cb.Location = New System.Drawing.Point(67, 289)
  406. Me.預計完成_cb.Name = "預計完成_cb"
  407. Me.預計完成_cb.Size = New System.Drawing.Size(514, 24)
  408. Me.預計完成_cb.TabIndex = 1833
  409. '
  410. '預計完成_lb
  411. '
  412. Me.預計完成_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  413. Me.預計完成_lb.AutoSize = True
  414. Me.預計完成_lb.BackColor = System.Drawing.Color.Transparent
  415. Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  416. Me.預計完成_lb.Location = New System.Drawing.Point(6, 292)
  417. Me.預計完成_lb.Name = "預計完成_lb"
  418. Me.預計完成_lb.Size = New System.Drawing.Size(55, 16)
  419. Me.預計完成_lb.TabIndex = 1832
  420. Me.預計完成_lb.Text = "預計完成"
  421. Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  422. '
  423. '執行情況_cb
  424. '
  425. Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  426. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  427. Me.執行情況_cb.FormattingEnabled = True
  428. Me.執行情況_cb.Location = New System.Drawing.Point(67, 314)
  429. Me.執行情況_cb.Name = "執行情況_cb"
  430. Me.執行情況_cb.Size = New System.Drawing.Size(514, 24)
  431. Me.執行情況_cb.TabIndex = 1831
  432. '
  433. '執行情況_lb
  434. '
  435. Me.執行情況_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  436. Me.執行情況_lb.AutoSize = True
  437. Me.執行情況_lb.BackColor = System.Drawing.Color.Transparent
  438. Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  439. Me.執行情況_lb.Location = New System.Drawing.Point(6, 317)
  440. Me.執行情況_lb.Name = "執行情況_lb"
  441. Me.執行情況_lb.Size = New System.Drawing.Size(55, 16)
  442. Me.執行情況_lb.TabIndex = 1830
  443. Me.執行情況_lb.Text = "執行情況"
  444. Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  445. '
  446. '執行時間_lb
  447. '
  448. Me.執行時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  449. Me.執行時間_lb.AutoSize = True
  450. Me.執行時間_lb.BackColor = System.Drawing.Color.Transparent
  451. Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  452. Me.執行時間_lb.Location = New System.Drawing.Point(6, 267)
  453. Me.執行時間_lb.Name = "執行時間_lb"
  454. Me.執行時間_lb.Size = New System.Drawing.Size(55, 16)
  455. Me.執行時間_lb.TabIndex = 1828
  456. Me.執行時間_lb.Text = "執行時間"
  457. Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  458. '
  459. '細項說明_lb
  460. '
  461. Me.細項說明_lb.AutoSize = True
  462. Me.細項說明_lb.BackColor = System.Drawing.Color.Transparent
  463. Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.細項說明_lb.Location = New System.Drawing.Point(6, 73)
  465. Me.細項說明_lb.Name = "細項說明_lb"
  466. Me.細項說明_lb.Size = New System.Drawing.Size(55, 16)
  467. Me.細項說明_lb.TabIndex = 1826
  468. Me.細項說明_lb.Text = "細項說明"
  469. Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  470. '
  471. '會議日期_lb
  472. '
  473. Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  474. Me.會議日期_lb.AutoSize = True
  475. Me.會議日期_lb.BackColor = System.Drawing.Color.Transparent
  476. Me.會議日期_lb.ForeColor = System.Drawing.Color.Black
  477. Me.會議日期_lb.Location = New System.Drawing.Point(437, 6)
  478. Me.會議日期_lb.Name = "會議日期_lb"
  479. Me.會議日期_lb.Size = New System.Drawing.Size(55, 16)
  480. Me.會議日期_lb.TabIndex = 1825
  481. Me.會議日期_lb.Text = "立案日期"
  482. '
  483. '會議日期_dtp
  484. '
  485. Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  486. Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd"
  487. Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  488. Me.會議日期_dtp.Location = New System.Drawing.Point(494, 2)
  489. Me.會議日期_dtp.Name = "會議日期_dtp"
  490. Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23)
  491. Me.會議日期_dtp.TabIndex = 1824
  492. '
  493. 'Panel1
  494. '
  495. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  496. Me.Panel1.Controls.Add(Me.文件號_tb)
  497. Me.Panel1.Controls.Add(Me.副檔名_tb)
  498. Me.Panel1.Controls.Add(Me.核准_ch)
  499. Me.Panel1.Controls.Add(Me.圖片庫_tb)
  500. Me.Panel1.Controls.Add(Me.會議編號_tb)
  501. Me.Panel1.Controls.Add(Me.檔案路徑_tb)
  502. Me.Panel1.Controls.Add(Me.刪除執行人_bt)
  503. Me.Panel1.Location = New System.Drawing.Point(477, 400)
  504. Me.Panel1.Name = "Panel1"
  505. Me.Panel1.Size = New System.Drawing.Size(549, 63)
  506. Me.Panel1.TabIndex = 1822
  507. Me.Panel1.Visible = False
  508. '
  509. '文件號_tb
  510. '
  511. Me.文件號_tb.Enabled = False
  512. Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  513. Me.文件號_tb.Location = New System.Drawing.Point(125, 3)
  514. Me.文件號_tb.Name = "文件號_tb"
  515. Me.文件號_tb.Size = New System.Drawing.Size(116, 23)
  516. Me.文件號_tb.TabIndex = 1676
  517. '
  518. '副檔名_tb
  519. '
  520. Me.副檔名_tb.Enabled = False
  521. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  522. Me.副檔名_tb.Location = New System.Drawing.Point(125, 32)
  523. Me.副檔名_tb.Name = "副檔名_tb"
  524. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  525. Me.副檔名_tb.TabIndex = 1675
  526. '
  527. '圖片庫_tb
  528. '
  529. Me.圖片庫_tb.AllowDrop = True
  530. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  531. Me.圖片庫_tb.Location = New System.Drawing.Point(3, 32)
  532. Me.圖片庫_tb.Name = "圖片庫_tb"
  533. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  534. Me.圖片庫_tb.TabIndex = 1674
  535. '
  536. '會議編號_tb
  537. '
  538. Me.會議編號_tb.AllowDrop = True
  539. Me.會議編號_tb.ForeColor = System.Drawing.Color.Black
  540. Me.會議編號_tb.Location = New System.Drawing.Point(247, 3)
  541. Me.會議編號_tb.Name = "會議編號_tb"
  542. Me.會議編號_tb.Size = New System.Drawing.Size(116, 23)
  543. Me.會議編號_tb.TabIndex = 1673
  544. '
  545. '檔案路徑_tb
  546. '
  547. Me.檔案路徑_tb.AllowDrop = True
  548. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  549. Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
  550. Me.檔案路徑_tb.Multiline = True
  551. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  552. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  553. Me.檔案路徑_tb.TabIndex = 1672
  554. '
  555. '會議項目_lb
  556. '
  557. Me.會議項目_lb.AutoSize = True
  558. Me.會議項目_lb.BackColor = System.Drawing.Color.Transparent
  559. Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  560. Me.會議項目_lb.Location = New System.Drawing.Point(6, 8)
  561. Me.會議項目_lb.Name = "會議項目_lb"
  562. Me.會議項目_lb.Size = New System.Drawing.Size(84, 16)
  563. Me.會議項目_lb.TabIndex = 1821
  564. Me.會議項目_lb.Text = "會議/專案項目"
  565. Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  566. '
  567. '地點_cb
  568. '
  569. Me.地點_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  570. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  571. Me.地點_cb.FormattingEnabled = True
  572. Me.地點_cb.Items.AddRange(New Object() {"3F 會議室"})
  573. Me.地點_cb.Location = New System.Drawing.Point(172, 2)
  574. Me.地點_cb.Name = "地點_cb"
  575. Me.地點_cb.Size = New System.Drawing.Size(259, 24)
  576. Me.地點_cb.TabIndex = 1819
  577. '
  578. '地點_lb
  579. '
  580. Me.地點_lb.AutoSize = True
  581. Me.地點_lb.BackColor = System.Drawing.Color.Transparent
  582. Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  583. Me.地點_lb.ForeColor = System.Drawing.Color.Black
  584. Me.地點_lb.Location = New System.Drawing.Point(138, 6)
  585. Me.地點_lb.Name = "地點_lb"
  586. Me.地點_lb.Size = New System.Drawing.Size(31, 16)
  587. Me.地點_lb.TabIndex = 1818
  588. Me.地點_lb.Text = "地點"
  589. Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  590. '
  591. '執行人_dgv
  592. '
  593. Me.執行人_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  594. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  595. Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  596. Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
  597. Me.執行人_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  598. Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  599. Me.執行人_dgv.Location = New System.Drawing.Point(879, 65)
  600. Me.執行人_dgv.Name = "執行人_dgv"
  601. Me.執行人_dgv.RowHeadersWidth = 5
  602. Me.執行人_dgv.RowTemplate.Height = 24
  603. Me.執行人_dgv.Size = New System.Drawing.Size(161, 249)
  604. Me.執行人_dgv.TabIndex = 1817
  605. '
  606. '圖片清單_dgv
  607. '
  608. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  609. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  610. Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  611. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  612. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  613. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  614. Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  615. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  616. Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 3)
  617. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  618. Me.圖片清單_dgv.RowHeadersWidth = 5
  619. Me.圖片清單_dgv.RowTemplate.Height = 24
  620. Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
  621. Me.圖片清單_dgv.TabIndex = 1840
  622. '
  623. '會議記錄表_dgv
  624. '
  625. Me.會議記錄表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  626. Or System.Windows.Forms.AnchorStyles.Left) _
  627. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  628. Me.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  629. Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White
  630. Me.會議記錄表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  631. Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  632. Me.會議記錄表_dgv.Location = New System.Drawing.Point(3, 0)
  633. Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
  634. Me.會議記錄表_dgv.RowHeadersWidth = 5
  635. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  636. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  637. Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  638. Me.會議記錄表_dgv.RowTemplate.Height = 24
  639. Me.會議記錄表_dgv.Size = New System.Drawing.Size(1037, 169)
  640. Me.會議記錄表_dgv.TabIndex = 1816
  641. '
  642. '會議項目_tb
  643. '
  644. Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  645. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  646. Me.會議項目_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  647. Me.會議項目_tb.Location = New System.Drawing.Point(5, 26)
  648. Me.會議項目_tb.Multiline = True
  649. Me.會議項目_tb.Name = "會議項目_tb"
  650. Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  651. Me.會議項目_tb.Size = New System.Drawing.Size(576, 41)
  652. Me.會議項目_tb.TabIndex = 1823
  653. '
  654. '細項說明_tb
  655. '
  656. Me.細項說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  657. Or System.Windows.Forms.AnchorStyles.Left) _
  658. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  659. Me.細項說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  660. Me.細項說明_tb.Location = New System.Drawing.Point(5, 93)
  661. Me.細項說明_tb.Multiline = True
  662. Me.細項說明_tb.Name = "細項說明_tb"
  663. Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  664. Me.細項說明_tb.Size = New System.Drawing.Size(576, 170)
  665. Me.細項說明_tb.TabIndex = 1827
  666. '
  667. '執行時間_cb
  668. '
  669. Me.執行時間_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  670. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  671. Me.執行時間_cb.FormattingEnabled = True
  672. Me.執行時間_cb.Location = New System.Drawing.Point(67, 264)
  673. Me.執行時間_cb.Name = "執行時間_cb"
  674. Me.執行時間_cb.Size = New System.Drawing.Size(514, 24)
  675. Me.執行時間_cb.TabIndex = 1829
  676. '
  677. '備註_lb
  678. '
  679. Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  680. Me.備註_lb.AutoSize = True
  681. Me.備註_lb.BackColor = System.Drawing.Color.Transparent
  682. Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  683. Me.備註_lb.Location = New System.Drawing.Point(585, 31)
  684. Me.備註_lb.Name = "備註_lb"
  685. Me.備註_lb.Size = New System.Drawing.Size(31, 32)
  686. Me.備註_lb.TabIndex = 1835
  687. Me.備註_lb.Text = "主管" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "備註"
  688. Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  689. '
  690. 'ToolTip1
  691. '
  692. Me.ToolTip1.AutoPopDelay = 5000
  693. Me.ToolTip1.InitialDelay = 500
  694. Me.ToolTip1.IsBalloon = True
  695. Me.ToolTip1.ReshowDelay = 100
  696. Me.ToolTip1.ToolTipTitle = "系統說明"
  697. '
  698. 'OpenFileDialog1
  699. '
  700. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  701. Me.OpenFileDialog1.Multiselect = True
  702. '
  703. 'SplitContainer1
  704. '
  705. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  706. Or System.Windows.Forms.AnchorStyles.Left) _
  707. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  708. Me.SplitContainer1.Location = New System.Drawing.Point(305, 0)
  709. Me.SplitContainer1.Name = "SplitContainer1"
  710. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  711. '
  712. 'SplitContainer1.Panel1
  713. '
  714. Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
  715. Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_lb)
  716. Me.SplitContainer1.Panel1.Controls.Add(Me.會議日期_lb)
  717. Me.SplitContainer1.Panel1.Controls.Add(Me.刪除_rtb)
  718. Me.SplitContainer1.Panel1.Controls.Add(Me.會議日期_dtp)
  719. Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_nud)
  720. Me.SplitContainer1.Panel1.Controls.Add(Me.Panel2)
  721. Me.SplitContainer1.Panel1.Controls.Add(Me.會議項目_lb)
  722. Me.SplitContainer1.Panel1.Controls.Add(Me.存檔_rbt)
  723. Me.SplitContainer1.Panel1.Controls.Add(Me.地點_cb)
  724. Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_lb)
  725. Me.SplitContainer1.Panel1.Controls.Add(Me.地點_lb)
  726. Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_cb)
  727. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_cb)
  728. Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_lb)
  729. Me.SplitContainer1.Panel1.Controls.Add(Me.會議項目_tb)
  730. Me.SplitContainer1.Panel1.Controls.Add(Me.新建議題_rbt)
  731. Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_cb)
  732. Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_lb)
  733. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_dgv)
  734. Me.SplitContainer1.Panel1.Controls.Add(Me.執行時間_lb)
  735. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_lb)
  736. Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_tb)
  737. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_tb)
  738. Me.SplitContainer1.Panel1.Controls.Add(Me.新建執行人_bt)
  739. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_lb)
  740. Me.SplitContainer1.Panel1.Controls.Add(Me.執行時間_cb)
  741. '
  742. 'SplitContainer1.Panel2
  743. '
  744. Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
  745. Me.SplitContainer1.Size = New System.Drawing.Size(1043, 681)
  746. Me.SplitContainer1.SplitterDistance = 340
  747. Me.SplitContainer1.SplitterWidth = 2
  748. Me.SplitContainer1.TabIndex = 1851
  749. '
  750. 'Label1
  751. '
  752. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  753. Me.Label1.AutoSize = True
  754. Me.Label1.BackColor = System.Drawing.Color.Transparent
  755. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  756. Me.Label1.ForeColor = System.Drawing.Color.Red
  757. Me.Label1.Location = New System.Drawing.Point(650, 1)
  758. Me.Label1.Name = "Label1"
  759. Me.Label1.Size = New System.Drawing.Size(187, 16)
  760. Me.Label1.TabIndex = 1851
  761. Me.Label1.Text = "需要新建議題時要先按下新建按鈕"
  762. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  763. '
  764. '刪除_rtb
  765. '
  766. Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  767. Me.刪除_rtb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  768. Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  769. Me.刪除_rtb.Location = New System.Drawing.Point(774, 17)
  770. Me.刪除_rtb.Name = "刪除_rtb"
  771. Me.刪除_rtb.Size = New System.Drawing.Size(60, 48)
  772. Me.刪除_rtb.TabIndex = 1850
  773. Me.刪除_rtb.UseVisualStyleBackColor = True
  774. '
  775. '存檔_rbt
  776. '
  777. Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  778. Me.存檔_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  779. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  780. Me.存檔_rbt.Location = New System.Drawing.Point(714, 17)
  781. Me.存檔_rbt.Name = "存檔_rbt"
  782. Me.存檔_rbt.Size = New System.Drawing.Size(60, 48)
  783. Me.存檔_rbt.TabIndex = 1849
  784. Me.存檔_rbt.UseVisualStyleBackColor = True
  785. '
  786. '新建議題_rbt
  787. '
  788. Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  789. Me.新建議題_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.New_Folder
  790. Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  791. Me.新建議題_rbt.Location = New System.Drawing.Point(654, 17)
  792. Me.新建議題_rbt.Name = "新建議題_rbt"
  793. Me.新建議題_rbt.Size = New System.Drawing.Size(60, 48)
  794. Me.新建議題_rbt.TabIndex = 1848
  795. Me.新建議題_rbt.UseVisualStyleBackColor = True
  796. '
  797. 'SplitContainer2
  798. '
  799. Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
  800. Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
  801. Me.SplitContainer2.Name = "SplitContainer2"
  802. Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
  803. '
  804. 'SplitContainer2.Panel1
  805. '
  806. Me.SplitContainer2.Panel1.Controls.Add(Me.會議記錄表_dgv)
  807. '
  808. 'SplitContainer2.Panel2
  809. '
  810. Me.SplitContainer2.Panel2.Controls.Add(Me.會議記錄表1_dgv)
  811. Me.SplitContainer2.Size = New System.Drawing.Size(1043, 339)
  812. Me.SplitContainer2.SplitterDistance = 169
  813. Me.SplitContainer2.SplitterWidth = 1
  814. Me.SplitContainer2.TabIndex = 1817
  815. '
  816. '會議記錄表1_dgv
  817. '
  818. Me.會議記錄表1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  819. Or System.Windows.Forms.AnchorStyles.Left) _
  820. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  821. Me.會議記錄表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  822. Me.會議記錄表1_dgv.BackgroundColor = System.Drawing.Color.White
  823. Me.會議記錄表1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  824. Me.會議記錄表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  825. Me.會議記錄表1_dgv.Location = New System.Drawing.Point(3, 0)
  826. Me.會議記錄表1_dgv.Name = "會議記錄表1_dgv"
  827. Me.會議記錄表1_dgv.RowHeadersWidth = 5
  828. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  829. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  830. Me.會議記錄表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  831. Me.會議記錄表1_dgv.RowTemplate.Height = 24
  832. Me.會議記錄表1_dgv.Size = New System.Drawing.Size(1037, 169)
  833. Me.會議記錄表1_dgv.TabIndex = 1817
  834. '
  835. '圖片_pb
  836. '
  837. Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  838. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  839. Me.圖片_pb.BackColor = System.Drawing.Color.White
  840. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  841. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  842. Me.圖片_pb.Location = New System.Drawing.Point(104, 3)
  843. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  844. Me.圖片_pb.Name = "圖片_pb"
  845. Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
  846. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  847. Me.圖片_pb.TabIndex = 1839
  848. Me.圖片_pb.TabStop = False
  849. '
  850. '取消_ch
  851. '
  852. Me.取消_ch.AutoSize = True
  853. Me.取消_ch.BackColor = System.Drawing.Color.Transparent
  854. Me.取消_ch.Location = New System.Drawing.Point(289, 3)
  855. Me.取消_ch.Name = "取消_ch"
  856. Me.取消_ch.Size = New System.Drawing.Size(50, 20)
  857. Me.取消_ch.TabIndex = 1846
  858. Me.取消_ch.Text = "取消"
  859. Me.取消_ch.UseVisualStyleBackColor = False
  860. '
  861. '通過_ch
  862. '
  863. Me.通過_ch.AutoSize = True
  864. Me.通過_ch.BackColor = System.Drawing.Color.Transparent
  865. Me.通過_ch.Checked = True
  866. Me.通過_ch.CheckState = System.Windows.Forms.CheckState.Checked
  867. Me.通過_ch.Location = New System.Drawing.Point(236, 3)
  868. Me.通過_ch.Name = "通過_ch"
  869. Me.通過_ch.Size = New System.Drawing.Size(50, 20)
  870. Me.通過_ch.TabIndex = 1845
  871. Me.通過_ch.Text = "通過"
  872. Me.通過_ch.UseVisualStyleBackColor = False
  873. '
  874. '專案及會議提案
  875. '
  876. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  877. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  878. Me.ClientSize = New System.Drawing.Size(1349, 681)
  879. Me.Controls.Add(Me.Panel3)
  880. Me.Controls.Add(Me.Panel1)
  881. Me.Controls.Add(Me.圖片清單_dgv)
  882. Me.Controls.Add(Me.圖片_pb)
  883. Me.Controls.Add(Me.SplitContainer1)
  884. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  885. Me.Margin = New System.Windows.Forms.Padding(4)
  886. Me.Name = "專案及會議提案"
  887. Me.Text = "專案及會議提案"
  888. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit()
  889. Me.Panel3.ResumeLayout(False)
  890. CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
  891. CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
  892. CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
  893. CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
  894. CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
  895. CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
  896. Me.Panel2.ResumeLayout(False)
  897. Me.Panel2.PerformLayout()
  898. Me.Panel1.ResumeLayout(False)
  899. Me.Panel1.PerformLayout()
  900. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  901. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  902. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  903. Me.SplitContainer1.Panel1.ResumeLayout(False)
  904. Me.SplitContainer1.Panel1.PerformLayout()
  905. Me.SplitContainer1.Panel2.ResumeLayout(False)
  906. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  907. Me.SplitContainer1.ResumeLayout(False)
  908. Me.SplitContainer2.Panel1.ResumeLayout(False)
  909. Me.SplitContainer2.Panel2.ResumeLayout(False)
  910. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
  911. Me.SplitContainer2.ResumeLayout(False)
  912. CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  913. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  914. Me.ResumeLayout(False)
  915. End Sub
  916. Friend WithEvents 字體大小_lb As Label
  917. Friend WithEvents 字體大小_nud As NumericUpDown
  918. Friend WithEvents Panel3 As Panel
  919. Friend WithEvents PB5 As PictureBox
  920. Friend WithEvents PB4 As PictureBox
  921. Friend WithEvents PB1 As PictureBox
  922. Friend WithEvents PB2 As PictureBox
  923. Friend WithEvents PB3 As PictureBox
  924. Friend WithEvents PB6 As PictureBox
  925. Friend WithEvents Panel2 As Panel
  926. Friend WithEvents 已完成_ch As CheckBox
  927. Friend WithEvents 已完成資料顯示_ch As CheckBox
  928. Friend WithEvents 長期執行_ch As CheckBox
  929. Friend WithEvents 新建執行人_bt As Button
  930. Friend WithEvents 刪除執行人_bt As Button
  931. Friend WithEvents 執行人_cb As ComboBox
  932. Friend WithEvents 備註_tb As TextBox
  933. Friend WithEvents 執行人_lb As Label
  934. Friend WithEvents 預計完成_cb As ComboBox
  935. Friend WithEvents 預計完成_lb As Label
  936. Friend WithEvents 執行情況_cb As ComboBox
  937. Friend WithEvents 執行情況_lb As Label
  938. Friend WithEvents 執行時間_lb As Label
  939. Friend WithEvents 細項說明_lb As Label
  940. Friend WithEvents 會議日期_lb As Label
  941. Friend WithEvents 會議日期_dtp As DateTimePicker
  942. Friend WithEvents Panel1 As Panel
  943. Friend WithEvents 文件號_tb As TextBox
  944. Friend WithEvents 副檔名_tb As TextBox
  945. Friend WithEvents 圖片庫_tb As TextBox
  946. Friend WithEvents 會議編號_tb As TextBox
  947. Friend WithEvents 檔案路徑_tb As TextBox
  948. Friend WithEvents 會議項目_lb As Label
  949. Friend WithEvents 地點_cb As ComboBox
  950. Friend WithEvents 地點_lb As Label
  951. Friend WithEvents 執行人_dgv As DataGridView
  952. Friend WithEvents 圖片清單_dgv As DataGridView
  953. Friend WithEvents 圖片_pb As PictureBox
  954. Friend WithEvents 會議記錄表_dgv As DataGridView
  955. Friend WithEvents 會議項目_tb As TextBox
  956. Friend WithEvents 細項說明_tb As TextBox
  957. Friend WithEvents 執行時間_cb As ComboBox
  958. Friend WithEvents 備註_lb As Label
  959. Friend WithEvents 新建議題_rbt As Button
  960. Friend WithEvents ToolTip1 As ToolTip
  961. Friend WithEvents 讀取資料夾路徑_rbt As Button
  962. Friend WithEvents 圖檔入系統_rbt As Button
  963. Friend WithEvents 存檔_rbt As Button
  964. Friend WithEvents 刪除_rtb As Button
  965. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  966. Friend WithEvents SplitContainer1 As SplitContainer
  967. Friend WithEvents Label1 As Label
  968. Friend WithEvents 核准_ch As CheckBox
  969. Friend WithEvents 作廢_tb As Button
  970. Friend WithEvents 核准_bt As Button
  971. Friend WithEvents SplitContainer2 As SplitContainer
  972. Friend WithEvents 會議記錄表1_dgv As DataGridView
  973. Friend WithEvents 取消_ch As CheckBox
  974. Friend WithEvents 通過_ch As CheckBox
  975. End Class