Açıklama Yok
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 70KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 系統通用變數管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(系統通用變數管理))
  26. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  37. Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  38. Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  39. Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  40. Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  41. Dim Series2 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  42. Me.閒置時間修改_bt = New System.Windows.Forms.Button()
  43. Me.第一段閒置時間_lb = New System.Windows.Forms.Label()
  44. Me.時間1_tb = New System.Windows.Forms.TextBox()
  45. Me.第二段閒置時間_lb = New System.Windows.Forms.Label()
  46. Me.時間2_tb = New System.Windows.Forms.TextBox()
  47. Me.秒1_lb = New System.Windows.Forms.Label()
  48. Me.秒2_lb = New System.Windows.Forms.Label()
  49. Me.天_lb = New System.Windows.Forms.Label()
  50. Me.密碼重設天數_lb = New System.Windows.Forms.Label()
  51. Me.密碼重設天數_tb = New System.Windows.Forms.TextBox()
  52. Me.系統閒置時間控制_gb = New System.Windows.Forms.GroupBox()
  53. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  54. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  56. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  57. Me.建築採購簽核二級金額基數_lb = New System.Windows.Forms.Label()
  58. Me.行政採購簽核二級金額基數_lb = New System.Windows.Forms.Label()
  59. Me.行政簽核_tb = New System.Windows.Forms.TextBox()
  60. Me.建築簽核_tb = New System.Windows.Forms.TextBox()
  61. Me.修改_bt = New System.Windows.Forms.Button()
  62. Me.特別功能_bt = New System.Windows.Forms.Button()
  63. Me.TabControl1 = New System.Windows.Forms.TabControl()
  64. Me.系統通用變數_tab = New System.Windows.Forms.TabPage()
  65. Me.Panel3 = New System.Windows.Forms.Panel()
  66. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  67. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  68. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  69. Me.資料庫清單1_dgv = New System.Windows.Forms.DataGridView()
  70. Me.LOG檔截斷3_bt = New System.Windows.Forms.Button()
  71. Me.Label3 = New System.Windows.Forms.Label()
  72. Me.文件資料庫管理修改_bt = New System.Windows.Forms.Button()
  73. Me.文件資料庫名稱_lb = New System.Windows.Forms.Label()
  74. Me.文件資料庫名稱_tb = New System.Windows.Forms.TextBox()
  75. Me.工程文件資料庫管理_dgv = New System.Windows.Forms.DataGridView()
  76. Me.圖片資料庫管理修改_bt = New System.Windows.Forms.Button()
  77. Me.圖片資料庫名稱_lb = New System.Windows.Forms.Label()
  78. Me.圖片資料庫名稱_tb = New System.Windows.Forms.TextBox()
  79. Me.工程圖片資料庫管理_dgv = New System.Windows.Forms.DataGridView()
  80. Me.重新讀取_bt = New System.Windows.Forms.Button()
  81. Me.伺服器_lb = New System.Windows.Forms.Label()
  82. Me.MAX_nud = New System.Windows.Forms.NumericUpDown()
  83. Me.Panel2 = New System.Windows.Forms.Panel()
  84. Me.伺服器狀態_dgv = New System.Windows.Forms.DataGridView()
  85. Me.Panel1 = New System.Windows.Forms.Panel()
  86. Me.NUP_5 = New System.Windows.Forms.NumericUpDown()
  87. Me.NUP_4 = New System.Windows.Forms.NumericUpDown()
  88. Me.NUP_3 = New System.Windows.Forms.NumericUpDown()
  89. Me.比例3_lb = New System.Windows.Forms.Label()
  90. Me.比例2_lb = New System.Windows.Forms.Label()
  91. Me.比例1_lb = New System.Windows.Forms.Label()
  92. Me.NUP_1 = New System.Windows.Forms.NumericUpDown()
  93. Me.NUP_2 = New System.Windows.Forms.NumericUpDown()
  94. Me.Label12 = New System.Windows.Forms.Label()
  95. Me.Label11 = New System.Windows.Forms.Label()
  96. Me.Label10 = New System.Windows.Forms.Label()
  97. Me.Label8 = New System.Windows.Forms.Label()
  98. Me.Label9 = New System.Windows.Forms.Label()
  99. Me.文字_lb = New System.Windows.Forms.Label()
  100. Me.編碼原則_pb = New System.Windows.Forms.PictureBox()
  101. Me.是否可用1_ch = New System.Windows.Forms.CheckBox()
  102. Me.是否可用_ch = New System.Windows.Forms.CheckBox()
  103. Me.Label1 = New System.Windows.Forms.Label()
  104. Me.系統使用統計_tab = New System.Windows.Forms.TabPage()
  105. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  106. Me.Label13 = New System.Windows.Forms.Label()
  107. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  108. Me.Label14 = New System.Windows.Forms.Label()
  109. Me.重新讀取1_bt = New System.Windows.Forms.Button()
  110. Me.詳細情況_dgv = New System.Windows.Forms.DataGridView()
  111. Me.使用情況_dgv = New System.Windows.Forms.DataGridView()
  112. Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  113. Me.Chart2 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  114. Me.語轉扭_bt = New System.Windows.Forms.Button()
  115. Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
  116. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  117. Me.含設計_cb = New System.Windows.Forms.CheckBox()
  118. Me.系統閒置時間控制_gb.SuspendLayout()
  119. Me.ContextMenuStrip1.SuspendLayout()
  120. Me.TabControl1.SuspendLayout()
  121. Me.系統通用變數_tab.SuspendLayout()
  122. Me.Panel3.SuspendLayout()
  123. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  124. CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.工程文件資料庫管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.工程圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  128. Me.Panel2.SuspendLayout()
  129. CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  130. Me.Panel1.SuspendLayout()
  131. CType(Me.NUP_5, System.ComponentModel.ISupportInitialize).BeginInit()
  132. CType(Me.NUP_4, System.ComponentModel.ISupportInitialize).BeginInit()
  133. CType(Me.NUP_3, System.ComponentModel.ISupportInitialize).BeginInit()
  134. CType(Me.NUP_1, System.ComponentModel.ISupportInitialize).BeginInit()
  135. CType(Me.NUP_2, System.ComponentModel.ISupportInitialize).BeginInit()
  136. CType(Me.編碼原則_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  137. Me.系統使用統計_tab.SuspendLayout()
  138. CType(Me.詳細情況_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  139. CType(Me.使用情況_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  140. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
  141. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).BeginInit()
  142. Me.SuspendLayout()
  143. '
  144. '閒置時間修改_bt
  145. '
  146. Me.閒置時間修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2
  147. Me.閒置時間修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  148. Me.閒置時間修改_bt.Location = New System.Drawing.Point(337, 16)
  149. Me.閒置時間修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  150. Me.閒置時間修改_bt.Name = "閒置時間修改_bt"
  151. Me.閒置時間修改_bt.Size = New System.Drawing.Size(75, 49)
  152. Me.閒置時間修改_bt.TabIndex = 602
  153. '
  154. '第一段閒置時間_lb
  155. '
  156. Me.第一段閒置時間_lb.AutoSize = True
  157. Me.第一段閒置時間_lb.BackColor = System.Drawing.SystemColors.Control
  158. Me.第一段閒置時間_lb.Location = New System.Drawing.Point(6, 19)
  159. Me.第一段閒置時間_lb.Name = "第一段閒置時間_lb"
  160. Me.第一段閒置時間_lb.Size = New System.Drawing.Size(91, 16)
  161. Me.第一段閒置時間_lb.TabIndex = 601
  162. Me.第一段閒置時間_lb.Text = "第一段閒置時間"
  163. '
  164. '時間1_tb
  165. '
  166. Me.時間1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.時間1_tb.Location = New System.Drawing.Point(159, 16)
  168. Me.時間1_tb.Margin = New System.Windows.Forms.Padding(5)
  169. Me.時間1_tb.Name = "時間1_tb"
  170. Me.時間1_tb.Size = New System.Drawing.Size(75, 23)
  171. Me.時間1_tb.TabIndex = 600
  172. '
  173. '第二段閒置時間_lb
  174. '
  175. Me.第二段閒置時間_lb.AutoSize = True
  176. Me.第二段閒置時間_lb.BackColor = System.Drawing.SystemColors.Control
  177. Me.第二段閒置時間_lb.Location = New System.Drawing.Point(6, 45)
  178. Me.第二段閒置時間_lb.Name = "第二段閒置時間_lb"
  179. Me.第二段閒置時間_lb.Size = New System.Drawing.Size(91, 16)
  180. Me.第二段閒置時間_lb.TabIndex = 604
  181. Me.第二段閒置時間_lb.Text = "第二段閒置時間"
  182. '
  183. '時間2_tb
  184. '
  185. Me.時間2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  186. Me.時間2_tb.Location = New System.Drawing.Point(159, 42)
  187. Me.時間2_tb.Margin = New System.Windows.Forms.Padding(5)
  188. Me.時間2_tb.Name = "時間2_tb"
  189. Me.時間2_tb.Size = New System.Drawing.Size(75, 23)
  190. Me.時間2_tb.TabIndex = 603
  191. '
  192. '秒1_lb
  193. '
  194. Me.秒1_lb.AutoSize = True
  195. Me.秒1_lb.BackColor = System.Drawing.SystemColors.Control
  196. Me.秒1_lb.Location = New System.Drawing.Point(240, 19)
  197. Me.秒1_lb.Name = "秒1_lb"
  198. Me.秒1_lb.Size = New System.Drawing.Size(50, 16)
  199. Me.秒1_lb.TabIndex = 605
  200. Me.秒1_lb.Text = "Second"
  201. '
  202. '秒2_lb
  203. '
  204. Me.秒2_lb.AutoSize = True
  205. Me.秒2_lb.BackColor = System.Drawing.SystemColors.Control
  206. Me.秒2_lb.Location = New System.Drawing.Point(240, 45)
  207. Me.秒2_lb.Name = "秒2_lb"
  208. Me.秒2_lb.Size = New System.Drawing.Size(50, 16)
  209. Me.秒2_lb.TabIndex = 606
  210. Me.秒2_lb.Text = "Second"
  211. '
  212. '天_lb
  213. '
  214. Me.天_lb.AutoSize = True
  215. Me.天_lb.BackColor = System.Drawing.SystemColors.Control
  216. Me.天_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  217. Me.天_lb.Location = New System.Drawing.Point(186, 224)
  218. Me.天_lb.Name = "天_lb"
  219. Me.天_lb.Size = New System.Drawing.Size(29, 16)
  220. Me.天_lb.TabIndex = 609
  221. Me.天_lb.Text = "Day"
  222. '
  223. '密碼重設天數_lb
  224. '
  225. Me.密碼重設天數_lb.AutoSize = True
  226. Me.密碼重設天數_lb.BackColor = System.Drawing.SystemColors.Control
  227. Me.密碼重設天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  228. Me.密碼重設天數_lb.Location = New System.Drawing.Point(11, 225)
  229. Me.密碼重設天數_lb.Name = "密碼重設天數_lb"
  230. Me.密碼重設天數_lb.Size = New System.Drawing.Size(94, 16)
  231. Me.密碼重設天數_lb.TabIndex = 608
  232. Me.密碼重設天數_lb.Text = "密 碼 重 設 天 數"
  233. '
  234. '密碼重設天數_tb
  235. '
  236. Me.密碼重設天數_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.密碼重設天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  238. Me.密碼重設天數_tb.Location = New System.Drawing.Point(114, 221)
  239. Me.密碼重設天數_tb.Margin = New System.Windows.Forms.Padding(5)
  240. Me.密碼重設天數_tb.Name = "密碼重設天數_tb"
  241. Me.密碼重設天數_tb.Size = New System.Drawing.Size(71, 23)
  242. Me.密碼重設天數_tb.TabIndex = 607
  243. '
  244. '系統閒置時間控制_gb
  245. '
  246. Me.系統閒置時間控制_gb.Controls.Add(Me.時間1_tb)
  247. Me.系統閒置時間控制_gb.Controls.Add(Me.時間2_tb)
  248. Me.系統閒置時間控制_gb.Controls.Add(Me.秒1_lb)
  249. Me.系統閒置時間控制_gb.Controls.Add(Me.閒置時間修改_bt)
  250. Me.系統閒置時間控制_gb.Controls.Add(Me.秒2_lb)
  251. Me.系統閒置時間控制_gb.Controls.Add(Me.第一段閒置時間_lb)
  252. Me.系統閒置時間控制_gb.Controls.Add(Me.第二段閒置時間_lb)
  253. Me.系統閒置時間控制_gb.Location = New System.Drawing.Point(3, 255)
  254. Me.系統閒置時間控制_gb.Name = "系統閒置時間控制_gb"
  255. Me.系統閒置時間控制_gb.Size = New System.Drawing.Size(419, 72)
  256. Me.系統閒置時間控制_gb.TabIndex = 628
  257. Me.系統閒置時間控制_gb.TabStop = False
  258. Me.系統閒置時間控制_gb.Text = "系統閒置時間控制"
  259. '
  260. 'ContextMenuStrip1
  261. '
  262. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  263. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  264. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  265. '
  266. '重新整理_tsm
  267. '
  268. Me.重新整理_tsm.Name = "重新整理_tsm"
  269. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  270. Me.重新整理_tsm.Text = "重新整理"
  271. '
  272. 'SaveFileDialog1
  273. '
  274. Me.SaveFileDialog1.DefaultExt = "jpg"
  275. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  276. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  277. '
  278. '建築採購簽核二級金額基數_lb
  279. '
  280. Me.建築採購簽核二級金額基數_lb.AutoSize = True
  281. Me.建築採購簽核二級金額基數_lb.BackColor = System.Drawing.SystemColors.Control
  282. Me.建築採購簽核二級金額基數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  283. Me.建築採購簽核二級金額基數_lb.Location = New System.Drawing.Point(8, 50)
  284. Me.建築採購簽核二級金額基數_lb.Name = "建築採購簽核二級金額基數_lb"
  285. Me.建築採購簽核二級金額基數_lb.Size = New System.Drawing.Size(262, 16)
  286. Me.建築採購簽核二級金額基數_lb.TabIndex = 657
  287. Me.建築採購簽核二級金額基數_lb.Text = "樣 品 採 購 單 二 級 金 額 "
  288. '
  289. '行政採購簽核二級金額基數_lb
  290. '
  291. Me.行政採購簽核二級金額基數_lb.AutoSize = True
  292. Me.行政採購簽核二級金額基數_lb.BackColor = System.Drawing.SystemColors.Control
  293. Me.行政採購簽核二級金額基數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  294. Me.行政採購簽核二級金額基數_lb.Location = New System.Drawing.Point(8, 8)
  295. Me.行政採購簽核二級金額基數_lb.Name = "行政採購簽核二級金額基數_lb"
  296. Me.行政採購簽核二級金額基數_lb.Size = New System.Drawing.Size(184, 16)
  297. Me.行政採購簽核二級金額基數_lb.TabIndex = 656
  298. Me.行政採購簽核二級金額基數_lb.Text = "採 購 單 二 級 金 額"
  299. '
  300. '行政簽核_tb
  301. '
  302. Me.行政簽核_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  303. Me.行政簽核_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  304. Me.行政簽核_tb.Location = New System.Drawing.Point(92, 3)
  305. Me.行政簽核_tb.Margin = New System.Windows.Forms.Padding(5)
  306. Me.行政簽核_tb.Name = "行政簽核_tb"
  307. Me.行政簽核_tb.Size = New System.Drawing.Size(75, 23)
  308. Me.行政簽核_tb.TabIndex = 655
  309. Me.行政簽核_tb.Visible = False
  310. '
  311. '建築簽核_tb
  312. '
  313. Me.建築簽核_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  314. Me.建築簽核_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  315. Me.建築簽核_tb.Location = New System.Drawing.Point(92, 29)
  316. Me.建築簽核_tb.Margin = New System.Windows.Forms.Padding(5)
  317. Me.建築簽核_tb.Name = "建築簽核_tb"
  318. Me.建築簽核_tb.Size = New System.Drawing.Size(75, 23)
  319. Me.建築簽核_tb.TabIndex = 658
  320. Me.建築簽核_tb.Visible = False
  321. '
  322. '修改_bt
  323. '
  324. Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  325. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  326. Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  327. Me.修改_bt.Location = New System.Drawing.Point(304, 214)
  328. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  329. Me.修改_bt.Name = "修改_bt"
  330. Me.修改_bt.Size = New System.Drawing.Size(105, 33)
  331. Me.修改_bt.TabIndex = 659
  332. '
  333. '特別功能_bt
  334. '
  335. Me.特別功能_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.特別功能_bt.ForeColor = System.Drawing.Color.Blue
  337. Me.特別功能_bt.Location = New System.Drawing.Point(1006, 51)
  338. Me.特別功能_bt.Name = "特別功能_bt"
  339. Me.特別功能_bt.Size = New System.Drawing.Size(322, 24)
  340. Me.特別功能_bt.TabIndex = 660
  341. Me.特別功能_bt.Text = "特別功能"
  342. Me.特別功能_bt.UseVisualStyleBackColor = True
  343. '
  344. 'TabControl1
  345. '
  346. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  347. Or System.Windows.Forms.AnchorStyles.Left) _
  348. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  349. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  350. Me.TabControl1.Controls.Add(Me.系統通用變數_tab)
  351. Me.TabControl1.Controls.Add(Me.系統使用統計_tab)
  352. Me.TabControl1.Location = New System.Drawing.Point(2, 2)
  353. Me.TabControl1.Name = "TabControl1"
  354. Me.TabControl1.SelectedIndex = 0
  355. Me.TabControl1.Size = New System.Drawing.Size(1346, 677)
  356. Me.TabControl1.TabIndex = 676
  357. '
  358. '系統通用變數_tab
  359. '
  360. Me.系統通用變數_tab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  361. Me.系統通用變數_tab.Controls.Add(Me.Panel3)
  362. Me.系統通用變數_tab.Controls.Add(Me.資料庫清單1_dgv)
  363. Me.系統通用變數_tab.Controls.Add(Me.LOG檔截斷3_bt)
  364. Me.系統通用變數_tab.Controls.Add(Me.Label3)
  365. Me.系統通用變數_tab.Controls.Add(Me.文件資料庫管理修改_bt)
  366. Me.系統通用變數_tab.Controls.Add(Me.文件資料庫名稱_lb)
  367. Me.系統通用變數_tab.Controls.Add(Me.文件資料庫名稱_tb)
  368. Me.系統通用變數_tab.Controls.Add(Me.工程文件資料庫管理_dgv)
  369. Me.系統通用變數_tab.Controls.Add(Me.圖片資料庫管理修改_bt)
  370. Me.系統通用變數_tab.Controls.Add(Me.圖片資料庫名稱_lb)
  371. Me.系統通用變數_tab.Controls.Add(Me.圖片資料庫名稱_tb)
  372. Me.系統通用變數_tab.Controls.Add(Me.工程圖片資料庫管理_dgv)
  373. Me.系統通用變數_tab.Controls.Add(Me.重新讀取_bt)
  374. Me.系統通用變數_tab.Controls.Add(Me.伺服器_lb)
  375. Me.系統通用變數_tab.Controls.Add(Me.MAX_nud)
  376. Me.系統通用變數_tab.Controls.Add(Me.Panel2)
  377. Me.系統通用變數_tab.Controls.Add(Me.Panel1)
  378. Me.系統通用變數_tab.Controls.Add(Me.文字_lb)
  379. Me.系統通用變數_tab.Controls.Add(Me.系統閒置時間控制_gb)
  380. Me.系統通用變數_tab.Controls.Add(Me.特別功能_bt)
  381. Me.系統通用變數_tab.Controls.Add(Me.編碼原則_pb)
  382. Me.系統通用變數_tab.Controls.Add(Me.是否可用1_ch)
  383. Me.系統通用變數_tab.Controls.Add(Me.是否可用_ch)
  384. Me.系統通用變數_tab.Controls.Add(Me.Label1)
  385. Me.系統通用變數_tab.Location = New System.Drawing.Point(4, 28)
  386. Me.系統通用變數_tab.Name = "系統通用變數_tab"
  387. Me.系統通用變數_tab.Padding = New System.Windows.Forms.Padding(3)
  388. Me.系統通用變數_tab.Size = New System.Drawing.Size(1338, 645)
  389. Me.系統通用變數_tab.TabIndex = 0
  390. Me.系統通用變數_tab.Text = "系統通用變數"
  391. Me.系統通用變數_tab.UseVisualStyleBackColor = True
  392. '
  393. 'Panel3
  394. '
  395. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  396. Me.Panel3.Controls.Add(Me.語言_dgv)
  397. Me.Panel3.Controls.Add(Me.行政簽核_tb)
  398. Me.Panel3.Controls.Add(Me.建築簽核_tb)
  399. Me.Panel3.Location = New System.Drawing.Point(567, 263)
  400. Me.Panel3.Name = "Panel3"
  401. Me.Panel3.Size = New System.Drawing.Size(200, 115)
  402. Me.Panel3.TabIndex = 1511
  403. '
  404. '語言_dgv
  405. '
  406. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  407. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  408. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  409. Me.語言_dgv.Name = "語言_dgv"
  410. Me.語言_dgv.RowHeadersWidth = 5
  411. Me.語言_dgv.RowTemplate.Height = 24
  412. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  413. Me.語言_dgv.TabIndex = 644
  414. Me.語言_dgv.Visible = False
  415. '
  416. 'Column1
  417. '
  418. Me.Column1.HeaderText = "Column1"
  419. Me.Column1.Name = "Column1"
  420. '
  421. 'Column2
  422. '
  423. Me.Column2.HeaderText = "Column2"
  424. Me.Column2.Name = "Column2"
  425. '
  426. '資料庫清單1_dgv
  427. '
  428. DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
  429. Me.資料庫清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  430. Me.資料庫清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  431. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  432. Me.資料庫清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  433. Me.資料庫清單1_dgv.BackgroundColor = System.Drawing.Color.White
  434. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  435. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  436. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  437. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  438. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  439. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  440. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  441. Me.資料庫清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  442. Me.資料庫清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  443. Me.資料庫清單1_dgv.Location = New System.Drawing.Point(1000, 107)
  444. Me.資料庫清單1_dgv.Name = "資料庫清單1_dgv"
  445. Me.資料庫清單1_dgv.RowHeadersWidth = 5
  446. Me.資料庫清單1_dgv.RowTemplate.Height = 24
  447. Me.資料庫清單1_dgv.Size = New System.Drawing.Size(328, 521)
  448. Me.資料庫清單1_dgv.TabIndex = 1509
  449. '
  450. 'LOG檔截斷3_bt
  451. '
  452. Me.LOG檔截斷3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  453. Me.LOG檔截斷3_bt.Location = New System.Drawing.Point(1205, 82)
  454. Me.LOG檔截斷3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  455. Me.LOG檔截斷3_bt.Name = "LOG檔截斷3_bt"
  456. Me.LOG檔截斷3_bt.Size = New System.Drawing.Size(123, 23)
  457. Me.LOG檔截斷3_bt.TabIndex = 1508
  458. Me.LOG檔截斷3_bt.Text = "LOG檔截斷"
  459. '
  460. 'Label3
  461. '
  462. Me.Label3.AutoSize = True
  463. Me.Label3.BackColor = System.Drawing.SystemColors.Control
  464. Me.Label3.Location = New System.Drawing.Point(1003, 87)
  465. Me.Label3.Name = "Label3"
  466. Me.Label3.Size = New System.Drawing.Size(68, 16)
  467. Me.Label3.TabIndex = 1507
  468. Me.Label3.Text = "SQL Server"
  469. '
  470. '文件資料庫管理修改_bt
  471. '
  472. Me.文件資料庫管理修改_bt.BackgroundImage = CType(resources.GetObject("文件資料庫管理修改_bt.BackgroundImage"), System.Drawing.Image)
  473. Me.文件資料庫管理修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  474. Me.文件資料庫管理修改_bt.Location = New System.Drawing.Point(928, 459)
  475. Me.文件資料庫管理修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  476. Me.文件資料庫管理修改_bt.Name = "文件資料庫管理修改_bt"
  477. Me.文件資料庫管理修改_bt.Size = New System.Drawing.Size(66, 35)
  478. Me.文件資料庫管理修改_bt.TabIndex = 706
  479. '
  480. '文件資料庫名稱_lb
  481. '
  482. Me.文件資料庫名稱_lb.AutoSize = True
  483. Me.文件資料庫名稱_lb.BackColor = System.Drawing.SystemColors.Control
  484. Me.文件資料庫名稱_lb.Location = New System.Drawing.Point(711, 438)
  485. Me.文件資料庫名稱_lb.Name = "文件資料庫名稱_lb"
  486. Me.文件資料庫名稱_lb.Size = New System.Drawing.Size(91, 16)
  487. Me.文件資料庫名稱_lb.TabIndex = 704
  488. Me.文件資料庫名稱_lb.Text = "文件資料庫名稱"
  489. '
  490. '文件資料庫名稱_tb
  491. '
  492. Me.文件資料庫名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  493. Me.文件資料庫名稱_tb.Location = New System.Drawing.Point(861, 435)
  494. Me.文件資料庫名稱_tb.Margin = New System.Windows.Forms.Padding(5)
  495. Me.文件資料庫名稱_tb.Name = "文件資料庫名稱_tb"
  496. Me.文件資料庫名稱_tb.Size = New System.Drawing.Size(135, 23)
  497. Me.文件資料庫名稱_tb.TabIndex = 703
  498. '
  499. '工程文件資料庫管理_dgv
  500. '
  501. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  502. Me.工程文件資料庫管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  503. Me.工程文件資料庫管理_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  504. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  505. Me.工程文件資料庫管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  506. Me.工程文件資料庫管理_dgv.BackgroundColor = System.Drawing.Color.White
  507. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  508. DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
  509. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  510. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  511. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  512. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  513. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  514. Me.工程文件資料庫管理_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  515. Me.工程文件資料庫管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  516. Me.工程文件資料庫管理_dgv.Location = New System.Drawing.Point(711, 494)
  517. Me.工程文件資料庫管理_dgv.Name = "工程文件資料庫管理_dgv"
  518. Me.工程文件資料庫管理_dgv.RowHeadersWidth = 5
  519. Me.工程文件資料庫管理_dgv.RowTemplate.Height = 24
  520. Me.工程文件資料庫管理_dgv.Size = New System.Drawing.Size(282, 137)
  521. Me.工程文件資料庫管理_dgv.TabIndex = 702
  522. '
  523. '圖片資料庫管理修改_bt
  524. '
  525. Me.圖片資料庫管理修改_bt.BackgroundImage = CType(resources.GetObject("圖片資料庫管理修改_bt.BackgroundImage"), System.Drawing.Image)
  526. Me.圖片資料庫管理修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  527. Me.圖片資料庫管理修改_bt.Location = New System.Drawing.Point(642, 459)
  528. Me.圖片資料庫管理修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  529. Me.圖片資料庫管理修改_bt.Name = "圖片資料庫管理修改_bt"
  530. Me.圖片資料庫管理修改_bt.Size = New System.Drawing.Size(66, 35)
  531. Me.圖片資料庫管理修改_bt.TabIndex = 701
  532. '
  533. '圖片資料庫名稱_lb
  534. '
  535. Me.圖片資料庫名稱_lb.AutoSize = True
  536. Me.圖片資料庫名稱_lb.BackColor = System.Drawing.SystemColors.Control
  537. Me.圖片資料庫名稱_lb.Location = New System.Drawing.Point(425, 438)
  538. Me.圖片資料庫名稱_lb.Name = "圖片資料庫名稱_lb"
  539. Me.圖片資料庫名稱_lb.Size = New System.Drawing.Size(91, 16)
  540. Me.圖片資料庫名稱_lb.TabIndex = 699
  541. Me.圖片資料庫名稱_lb.Text = "圖片資料庫名稱"
  542. '
  543. '圖片資料庫名稱_tb
  544. '
  545. Me.圖片資料庫名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  546. Me.圖片資料庫名稱_tb.Location = New System.Drawing.Point(575, 435)
  547. Me.圖片資料庫名稱_tb.Margin = New System.Windows.Forms.Padding(5)
  548. Me.圖片資料庫名稱_tb.Name = "圖片資料庫名稱_tb"
  549. Me.圖片資料庫名稱_tb.Size = New System.Drawing.Size(135, 23)
  550. Me.圖片資料庫名稱_tb.TabIndex = 698
  551. '
  552. '工程圖片資料庫管理_dgv
  553. '
  554. DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
  555. Me.工程圖片資料庫管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  556. Me.工程圖片資料庫管理_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  557. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  558. Me.工程圖片資料庫管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  559. Me.工程圖片資料庫管理_dgv.BackgroundColor = System.Drawing.Color.White
  560. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  561. DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
  562. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  563. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  564. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  565. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  566. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  567. Me.工程圖片資料庫管理_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
  568. Me.工程圖片資料庫管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  569. Me.工程圖片資料庫管理_dgv.Location = New System.Drawing.Point(425, 494)
  570. Me.工程圖片資料庫管理_dgv.Name = "工程圖片資料庫管理_dgv"
  571. Me.工程圖片資料庫管理_dgv.RowHeadersWidth = 5
  572. Me.工程圖片資料庫管理_dgv.RowTemplate.Height = 24
  573. Me.工程圖片資料庫管理_dgv.Size = New System.Drawing.Size(282, 137)
  574. Me.工程圖片資料庫管理_dgv.TabIndex = 697
  575. '
  576. '重新讀取_bt
  577. '
  578. Me.重新讀取_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  579. Me.重新讀取_bt.Location = New System.Drawing.Point(925, 1)
  580. Me.重新讀取_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  581. Me.重新讀取_bt.Name = "重新讀取_bt"
  582. Me.重新讀取_bt.Size = New System.Drawing.Size(72, 23)
  583. Me.重新讀取_bt.TabIndex = 696
  584. Me.重新讀取_bt.Text = "重新讀取"
  585. '
  586. '伺服器_lb
  587. '
  588. Me.伺服器_lb.AutoSize = True
  589. Me.伺服器_lb.BackColor = System.Drawing.SystemColors.Control
  590. Me.伺服器_lb.Location = New System.Drawing.Point(437, 4)
  591. Me.伺服器_lb.Name = "伺服器_lb"
  592. Me.伺服器_lb.Size = New System.Drawing.Size(229, 16)
  593. Me.伺服器_lb.TabIndex = 695
  594. Me.伺服器_lb.Text = "伺服器中資料庫極限容量監控設定值 (MB)"
  595. '
  596. 'MAX_nud
  597. '
  598. Me.MAX_nud.Location = New System.Drawing.Point(841, 1)
  599. Me.MAX_nud.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  600. Me.MAX_nud.Name = "MAX_nud"
  601. Me.MAX_nud.Size = New System.Drawing.Size(83, 23)
  602. Me.MAX_nud.TabIndex = 694
  603. Me.MAX_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  604. Me.MAX_nud.ThousandsSeparator = True
  605. Me.MAX_nud.Value = New Decimal(New Integer() {5000, 0, 0, 0})
  606. '
  607. 'Panel2
  608. '
  609. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  610. Me.Panel2.Controls.Add(Me.伺服器狀態_dgv)
  611. Me.Panel2.Location = New System.Drawing.Point(422, 25)
  612. Me.Panel2.Name = "Panel2"
  613. Me.Panel2.Size = New System.Drawing.Size(575, 409)
  614. Me.Panel2.TabIndex = 693
  615. '
  616. '伺服器狀態_dgv
  617. '
  618. DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
  619. Me.伺服器狀態_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  620. Me.伺服器狀態_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  621. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  622. Me.伺服器狀態_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  623. Me.伺服器狀態_dgv.BackgroundColor = System.Drawing.Color.White
  624. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  625. DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
  626. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  627. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
  628. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  629. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  630. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  631. Me.伺服器狀態_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle8
  632. Me.伺服器狀態_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  633. Me.伺服器狀態_dgv.Location = New System.Drawing.Point(1, 2)
  634. Me.伺服器狀態_dgv.Name = "伺服器狀態_dgv"
  635. Me.伺服器狀態_dgv.RowHeadersWidth = 5
  636. Me.伺服器狀態_dgv.RowTemplate.Height = 24
  637. Me.伺服器狀態_dgv.Size = New System.Drawing.Size(569, 402)
  638. Me.伺服器狀態_dgv.TabIndex = 688
  639. '
  640. 'Panel1
  641. '
  642. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  643. Me.Panel1.Controls.Add(Me.行政採購簽核二級金額基數_lb)
  644. Me.Panel1.Controls.Add(Me.NUP_5)
  645. Me.Panel1.Controls.Add(Me.修改_bt)
  646. Me.Panel1.Controls.Add(Me.NUP_4)
  647. Me.Panel1.Controls.Add(Me.天_lb)
  648. Me.Panel1.Controls.Add(Me.NUP_3)
  649. Me.Panel1.Controls.Add(Me.密碼重設天數_tb)
  650. Me.Panel1.Controls.Add(Me.比例3_lb)
  651. Me.Panel1.Controls.Add(Me.密碼重設天數_lb)
  652. Me.Panel1.Controls.Add(Me.比例2_lb)
  653. Me.Panel1.Controls.Add(Me.建築採購簽核二級金額基數_lb)
  654. Me.Panel1.Controls.Add(Me.比例1_lb)
  655. Me.Panel1.Controls.Add(Me.NUP_1)
  656. Me.Panel1.Controls.Add(Me.NUP_2)
  657. Me.Panel1.Controls.Add(Me.Label12)
  658. Me.Panel1.Controls.Add(Me.Label11)
  659. Me.Panel1.Controls.Add(Me.Label10)
  660. Me.Panel1.Controls.Add(Me.Label8)
  661. Me.Panel1.Controls.Add(Me.Label9)
  662. Me.Panel1.Location = New System.Drawing.Point(3, 2)
  663. Me.Panel1.Name = "Panel1"
  664. Me.Panel1.Size = New System.Drawing.Size(419, 251)
  665. Me.Panel1.TabIndex = 687
  666. '
  667. 'NUP_5
  668. '
  669. Me.NUP_5.Location = New System.Drawing.Point(304, 176)
  670. Me.NUP_5.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  671. Me.NUP_5.Name = "NUP_5"
  672. Me.NUP_5.Size = New System.Drawing.Size(104, 23)
  673. Me.NUP_5.TabIndex = 686
  674. Me.NUP_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  675. Me.NUP_5.ThousandsSeparator = True
  676. '
  677. 'NUP_4
  678. '
  679. Me.NUP_4.Location = New System.Drawing.Point(306, 133)
  680. Me.NUP_4.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  681. Me.NUP_4.Name = "NUP_4"
  682. Me.NUP_4.Size = New System.Drawing.Size(104, 23)
  683. Me.NUP_4.TabIndex = 685
  684. Me.NUP_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  685. Me.NUP_4.ThousandsSeparator = True
  686. '
  687. 'NUP_3
  688. '
  689. Me.NUP_3.Location = New System.Drawing.Point(305, 90)
  690. Me.NUP_3.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  691. Me.NUP_3.Name = "NUP_3"
  692. Me.NUP_3.Size = New System.Drawing.Size(104, 23)
  693. Me.NUP_3.TabIndex = 684
  694. Me.NUP_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  695. Me.NUP_3.ThousandsSeparator = True
  696. '
  697. '比例3_lb
  698. '
  699. Me.比例3_lb.AutoSize = True
  700. Me.比例3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  701. Me.比例3_lb.Location = New System.Drawing.Point(7, 178)
  702. Me.比例3_lb.Name = "比例3_lb"
  703. Me.比例3_lb.Size = New System.Drawing.Size(202, 16)
  704. Me.比例3_lb.TabIndex = 683
  705. Me.比例3_lb.Text = "跟上次採購價格漲幅 >= 比例3(淡粉)"
  706. '
  707. '比例2_lb
  708. '
  709. Me.比例2_lb.AutoSize = True
  710. Me.比例2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  711. Me.比例2_lb.Location = New System.Drawing.Point(7, 135)
  712. Me.比例2_lb.Name = "比例2_lb"
  713. Me.比例2_lb.Size = New System.Drawing.Size(227, 16)
  714. Me.比例2_lb.TabIndex = 682
  715. Me.比例2_lb.Text = "比例2<跟上次採購價格漲幅<比例3(淡藍)"
  716. '
  717. '比例1_lb
  718. '
  719. Me.比例1_lb.AutoSize = True
  720. Me.比例1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  721. Me.比例1_lb.Location = New System.Drawing.Point(8, 92)
  722. Me.比例1_lb.Name = "比例1_lb"
  723. Me.比例1_lb.Size = New System.Drawing.Size(227, 16)
  724. Me.比例1_lb.TabIndex = 681
  725. Me.比例1_lb.Text = "比例1<跟上次採購價格漲幅<比例2(淡綠)"
  726. '
  727. 'NUP_1
  728. '
  729. Me.NUP_1.Location = New System.Drawing.Point(305, 6)
  730. Me.NUP_1.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  731. Me.NUP_1.Name = "NUP_1"
  732. Me.NUP_1.Size = New System.Drawing.Size(104, 23)
  733. Me.NUP_1.TabIndex = 679
  734. Me.NUP_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  735. Me.NUP_1.ThousandsSeparator = True
  736. '
  737. 'NUP_2
  738. '
  739. Me.NUP_2.Location = New System.Drawing.Point(306, 48)
  740. Me.NUP_2.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  741. Me.NUP_2.Name = "NUP_2"
  742. Me.NUP_2.Size = New System.Drawing.Size(104, 23)
  743. Me.NUP_2.TabIndex = 680
  744. Me.NUP_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  745. Me.NUP_2.ThousandsSeparator = True
  746. '
  747. 'Label12
  748. '
  749. Me.Label12.AutoSize = True
  750. Me.Label12.Location = New System.Drawing.Point(7, 200)
  751. Me.Label12.Name = "Label12"
  752. Me.Label12.Size = New System.Drawing.Size(407, 16)
  753. Me.Label12.TabIndex = 691
  754. Me.Label12.Text = "________________________________________________________________________________"
  755. '
  756. 'Label11
  757. '
  758. Me.Label11.AutoSize = True
  759. Me.Label11.Location = New System.Drawing.Point(7, 157)
  760. Me.Label11.Name = "Label11"
  761. Me.Label11.Size = New System.Drawing.Size(407, 16)
  762. Me.Label11.TabIndex = 690
  763. Me.Label11.Text = "________________________________________________________________________________"
  764. '
  765. 'Label10
  766. '
  767. Me.Label10.AutoSize = True
  768. Me.Label10.Location = New System.Drawing.Point(8, 114)
  769. Me.Label10.Name = "Label10"
  770. Me.Label10.Size = New System.Drawing.Size(407, 16)
  771. Me.Label10.TabIndex = 689
  772. Me.Label10.Text = "________________________________________________________________________________"
  773. '
  774. 'Label8
  775. '
  776. Me.Label8.AutoSize = True
  777. Me.Label8.Location = New System.Drawing.Point(7, 30)
  778. Me.Label8.Name = "Label8"
  779. Me.Label8.Size = New System.Drawing.Size(407, 16)
  780. Me.Label8.TabIndex = 687
  781. Me.Label8.Text = "________________________________________________________________________________"
  782. '
  783. 'Label9
  784. '
  785. Me.Label9.AutoSize = True
  786. Me.Label9.Location = New System.Drawing.Point(6, 72)
  787. Me.Label9.Name = "Label9"
  788. Me.Label9.Size = New System.Drawing.Size(407, 16)
  789. Me.Label9.TabIndex = 688
  790. Me.Label9.Text = "________________________________________________________________________________"
  791. '
  792. '文字_lb
  793. '
  794. Me.文字_lb.AutoSize = True
  795. Me.文字_lb.BackColor = System.Drawing.SystemColors.Control
  796. Me.文字_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  797. Me.文字_lb.Location = New System.Drawing.Point(1003, 3)
  798. Me.文字_lb.Name = "文字_lb"
  799. Me.文字_lb.Size = New System.Drawing.Size(320, 48)
  800. Me.文字_lb.TabIndex = 678
  801. Me.文字_lb.Text = "特別功能用於系統語言資料導入SQL之後,因中文DGV表頭" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "會有設定衝突,故需要在語言資料中加入一個 [ . ] 以避開邏" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "輯錯誤。"
  802. '
  803. '編碼原則_pb
  804. '
  805. Me.編碼原則_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  806. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  807. Me.編碼原則_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  808. Me.編碼原則_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  809. Me.編碼原則_pb.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.dbbb34b6f4c0c3738afdc943d70db5e
  810. Me.編碼原則_pb.Location = New System.Drawing.Point(3, 330)
  811. Me.編碼原則_pb.Name = "編碼原則_pb"
  812. Me.編碼原則_pb.Size = New System.Drawing.Size(419, 301)
  813. Me.編碼原則_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  814. Me.編碼原則_pb.TabIndex = 677
  815. Me.編碼原則_pb.TabStop = False
  816. '
  817. '是否可用1_ch
  818. '
  819. Me.是否可用1_ch.AutoSize = True
  820. Me.是否可用1_ch.Location = New System.Drawing.Point(714, 470)
  821. Me.是否可用1_ch.Name = "是否可用1_ch"
  822. Me.是否可用1_ch.Size = New System.Drawing.Size(74, 20)
  823. Me.是否可用1_ch.TabIndex = 705
  824. Me.是否可用1_ch.Text = "是否鎖定"
  825. Me.是否可用1_ch.UseVisualStyleBackColor = True
  826. '
  827. '是否可用_ch
  828. '
  829. Me.是否可用_ch.AutoSize = True
  830. Me.是否可用_ch.Location = New System.Drawing.Point(428, 470)
  831. Me.是否可用_ch.Name = "是否可用_ch"
  832. Me.是否可用_ch.Size = New System.Drawing.Size(74, 20)
  833. Me.是否可用_ch.TabIndex = 700
  834. Me.是否可用_ch.Text = "是否鎖定"
  835. Me.是否可用_ch.UseVisualStyleBackColor = True
  836. '
  837. 'Label1
  838. '
  839. Me.Label1.AutoSize = True
  840. Me.Label1.Location = New System.Drawing.Point(926, 64)
  841. Me.Label1.Name = "Label1"
  842. Me.Label1.Size = New System.Drawing.Size(407, 16)
  843. Me.Label1.TabIndex = 1510
  844. Me.Label1.Text = "________________________________________________________________________________"
  845. '
  846. '系統使用統計_tab
  847. '
  848. Me.系統使用統計_tab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  849. Me.系統使用統計_tab.Controls.Add(Me.含設計_cb)
  850. Me.系統使用統計_tab.Controls.Add(Me.年份2_cb)
  851. Me.系統使用統計_tab.Controls.Add(Me.Label13)
  852. Me.系統使用統計_tab.Controls.Add(Me.月份2_cb)
  853. Me.系統使用統計_tab.Controls.Add(Me.Label14)
  854. Me.系統使用統計_tab.Controls.Add(Me.重新讀取1_bt)
  855. Me.系統使用統計_tab.Controls.Add(Me.詳細情況_dgv)
  856. Me.系統使用統計_tab.Controls.Add(Me.使用情況_dgv)
  857. Me.系統使用統計_tab.Controls.Add(Me.Chart1)
  858. Me.系統使用統計_tab.Controls.Add(Me.Chart2)
  859. Me.系統使用統計_tab.Location = New System.Drawing.Point(4, 28)
  860. Me.系統使用統計_tab.Name = "系統使用統計_tab"
  861. Me.系統使用統計_tab.Padding = New System.Windows.Forms.Padding(3)
  862. Me.系統使用統計_tab.Size = New System.Drawing.Size(1338, 645)
  863. Me.系統使用統計_tab.TabIndex = 1
  864. Me.系統使用統計_tab.Text = "系統使用統計"
  865. Me.系統使用統計_tab.UseVisualStyleBackColor = True
  866. '
  867. '年份2_cb
  868. '
  869. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  870. Me.年份2_cb.FormattingEnabled = True
  871. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  872. Me.年份2_cb.Location = New System.Drawing.Point(36, 1)
  873. Me.年份2_cb.Name = "年份2_cb"
  874. Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
  875. Me.年份2_cb.TabIndex = 1940
  876. '
  877. 'Label13
  878. '
  879. Me.Label13.AutoSize = True
  880. Me.Label13.BackColor = System.Drawing.Color.Transparent
  881. Me.Label13.Location = New System.Drawing.Point(4, 5)
  882. Me.Label13.Name = "Label13"
  883. Me.Label13.Size = New System.Drawing.Size(32, 16)
  884. Me.Label13.TabIndex = 1938
  885. Me.Label13.Text = "Year"
  886. '
  887. '月份2_cb
  888. '
  889. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  890. Me.月份2_cb.FormattingEnabled = True
  891. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  892. Me.月份2_cb.Location = New System.Drawing.Point(133, 1)
  893. Me.月份2_cb.Name = "月份2_cb"
  894. Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
  895. Me.月份2_cb.TabIndex = 1941
  896. '
  897. 'Label14
  898. '
  899. Me.Label14.AutoSize = True
  900. Me.Label14.BackColor = System.Drawing.Color.Transparent
  901. Me.Label14.Location = New System.Drawing.Point(99, 5)
  902. Me.Label14.Name = "Label14"
  903. Me.Label14.Size = New System.Drawing.Size(34, 16)
  904. Me.Label14.TabIndex = 1939
  905. Me.Label14.Text = "Mon"
  906. '
  907. '重新讀取1_bt
  908. '
  909. Me.重新讀取1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  910. Me.重新讀取1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  911. Me.重新讀取1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  912. Me.重新讀取1_bt.Location = New System.Drawing.Point(284, 1)
  913. Me.重新讀取1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  914. Me.重新讀取1_bt.Name = "重新讀取1_bt"
  915. Me.重新讀取1_bt.Size = New System.Drawing.Size(25, 25)
  916. Me.重新讀取1_bt.TabIndex = 697
  917. '
  918. '詳細情況_dgv
  919. '
  920. DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
  921. Me.詳細情況_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  922. Me.詳細情況_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  923. Me.詳細情況_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  924. Me.詳細情況_dgv.BackgroundColor = System.Drawing.Color.White
  925. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  926. DataGridViewCellStyle10.BackColor = System.Drawing.Color.White
  927. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  928. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
  929. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  930. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  931. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  932. Me.詳細情況_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
  933. Me.詳細情況_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  934. Me.詳細情況_dgv.Location = New System.Drawing.Point(1, 402)
  935. Me.詳細情況_dgv.Name = "詳細情況_dgv"
  936. Me.詳細情況_dgv.RowHeadersWidth = 5
  937. Me.詳細情況_dgv.RowTemplate.Height = 24
  938. Me.詳細情況_dgv.Size = New System.Drawing.Size(308, 238)
  939. Me.詳細情況_dgv.TabIndex = 690
  940. '
  941. '使用情況_dgv
  942. '
  943. DataGridViewCellStyle11.BackColor = System.Drawing.Color.White
  944. Me.使用情況_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  945. Me.使用情況_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  946. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  947. Me.使用情況_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  948. Me.使用情況_dgv.BackgroundColor = System.Drawing.Color.White
  949. DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  950. DataGridViewCellStyle12.BackColor = System.Drawing.Color.White
  951. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  952. DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
  953. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  954. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  955. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  956. Me.使用情況_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle12
  957. Me.使用情況_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  958. Me.使用情況_dgv.Location = New System.Drawing.Point(1, 26)
  959. Me.使用情況_dgv.Name = "使用情況_dgv"
  960. Me.使用情況_dgv.RowHeadersWidth = 5
  961. Me.使用情況_dgv.RowTemplate.Height = 24
  962. Me.使用情況_dgv.Size = New System.Drawing.Size(308, 377)
  963. Me.使用情況_dgv.TabIndex = 689
  964. '
  965. 'Chart1
  966. '
  967. Me.Chart1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  968. Or System.Windows.Forms.AnchorStyles.Left) _
  969. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  970. Me.Chart1.BackColor = System.Drawing.Color.Transparent
  971. ChartArea1.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  972. ChartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  973. ChartArea1.AxisX.IsLabelAutoFit = False
  974. ChartArea1.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  975. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  976. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  977. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  978. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  979. ChartArea1.AxisX.LabelStyle.IsStaggered = True
  980. ChartArea1.AxisX.MaximumAutoSize = 100.0!
  981. ChartArea1.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  982. ChartArea1.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  983. ChartArea1.AxisX2.MaximumAutoSize = 100.0!
  984. ChartArea1.AxisY.MaximumAutoSize = 100.0!
  985. ChartArea1.AxisY2.MaximumAutoSize = 100.0!
  986. ChartArea1.Name = "ChartArea1"
  987. Me.Chart1.ChartAreas.Add(ChartArea1)
  988. Legend1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  989. Legend1.IsTextAutoFit = False
  990. Legend1.Name = "Legend1"
  991. Me.Chart1.Legends.Add(Legend1)
  992. Me.Chart1.Location = New System.Drawing.Point(294, -3)
  993. Me.Chart1.Name = "Chart1"
  994. Series1.ChartArea = "ChartArea1"
  995. Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn
  996. Series1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  997. Series1.Legend = "Legend1"
  998. Series1.Name = "Series1"
  999. Me.Chart1.Series.Add(Series1)
  1000. Me.Chart1.Size = New System.Drawing.Size(1055, 406)
  1001. Me.Chart1.TabIndex = 1973
  1002. Me.Chart1.Text = "Chart1"
  1003. '
  1004. 'Chart2
  1005. '
  1006. Me.Chart2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  1007. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1008. Me.Chart2.BackColor = System.Drawing.Color.Transparent
  1009. ChartArea2.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  1010. ChartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  1011. ChartArea2.AxisX.IsLabelAutoFit = False
  1012. ChartArea2.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  1013. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  1014. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  1015. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  1016. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  1017. ChartArea2.AxisX.LabelStyle.IsStaggered = True
  1018. ChartArea2.AxisX.MaximumAutoSize = 100.0!
  1019. ChartArea2.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1020. ChartArea2.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  1021. ChartArea2.AxisX2.MaximumAutoSize = 100.0!
  1022. ChartArea2.AxisY.MaximumAutoSize = 100.0!
  1023. ChartArea2.AxisY2.MaximumAutoSize = 100.0!
  1024. ChartArea2.Name = "ChartArea1"
  1025. Me.Chart2.ChartAreas.Add(ChartArea2)
  1026. Legend2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1027. Legend2.IsTextAutoFit = False
  1028. Legend2.Name = "Legend1"
  1029. Me.Chart2.Legends.Add(Legend2)
  1030. Me.Chart2.Location = New System.Drawing.Point(294, 402)
  1031. Me.Chart2.Name = "Chart2"
  1032. Series2.ChartArea = "ChartArea1"
  1033. Series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn
  1034. Series2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1035. Series2.Legend = "Legend1"
  1036. Series2.Name = "Series1"
  1037. Me.Chart2.Series.Add(Series2)
  1038. Me.Chart2.Size = New System.Drawing.Size(1055, 238)
  1039. Me.Chart2.TabIndex = 1974
  1040. Me.Chart2.Text = "Chart2"
  1041. '
  1042. '語轉扭_bt
  1043. '
  1044. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1045. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1046. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  1047. Me.語轉扭_bt.Location = New System.Drawing.Point(1319, 2)
  1048. Me.語轉扭_bt.Name = "語轉扭_bt"
  1049. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  1050. Me.語轉扭_bt.TabIndex = 1632
  1051. Me.語轉扭_bt.Text = "L"
  1052. Me.語轉扭_bt.UseVisualStyleBackColor = True
  1053. '
  1054. '等待翻譯_tim
  1055. '
  1056. Me.等待翻譯_tim.Interval = 500
  1057. '
  1058. 'ToolTip1
  1059. '
  1060. Me.ToolTip1.AutoPopDelay = 5000
  1061. Me.ToolTip1.InitialDelay = 500
  1062. Me.ToolTip1.IsBalloon = True
  1063. Me.ToolTip1.ReshowDelay = 100
  1064. Me.ToolTip1.ToolTipTitle = "illustrate"
  1065. '
  1066. '含設計_cb
  1067. '
  1068. Me.含設計_cb.AutoSize = True
  1069. Me.含設計_cb.Location = New System.Drawing.Point(221, 3)
  1070. Me.含設計_cb.Name = "含設計_cb"
  1071. Me.含設計_cb.Size = New System.Drawing.Size(62, 20)
  1072. Me.含設計_cb.TabIndex = 1975
  1073. Me.含設計_cb.Text = "含設計"
  1074. Me.含設計_cb.UseVisualStyleBackColor = True
  1075. '
  1076. '系統通用變數管理
  1077. '
  1078. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1079. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1080. Me.ClientSize = New System.Drawing.Size(1350, 681)
  1081. Me.ContextMenuStrip = Me.ContextMenuStrip1
  1082. Me.Controls.Add(Me.語轉扭_bt)
  1083. Me.Controls.Add(Me.TabControl1)
  1084. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1085. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1086. Me.Name = "系統通用變數管理"
  1087. Me.Text = "系統通用變數管理"
  1088. Me.系統閒置時間控制_gb.ResumeLayout(False)
  1089. Me.系統閒置時間控制_gb.PerformLayout()
  1090. Me.ContextMenuStrip1.ResumeLayout(False)
  1091. Me.TabControl1.ResumeLayout(False)
  1092. Me.系統通用變數_tab.ResumeLayout(False)
  1093. Me.系統通用變數_tab.PerformLayout()
  1094. Me.Panel3.ResumeLayout(False)
  1095. Me.Panel3.PerformLayout()
  1096. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1097. CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1098. CType(Me.工程文件資料庫管理_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1099. CType(Me.工程圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1100. CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1101. Me.Panel2.ResumeLayout(False)
  1102. CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1103. Me.Panel1.ResumeLayout(False)
  1104. Me.Panel1.PerformLayout()
  1105. CType(Me.NUP_5, System.ComponentModel.ISupportInitialize).EndInit()
  1106. CType(Me.NUP_4, System.ComponentModel.ISupportInitialize).EndInit()
  1107. CType(Me.NUP_3, System.ComponentModel.ISupportInitialize).EndInit()
  1108. CType(Me.NUP_1, System.ComponentModel.ISupportInitialize).EndInit()
  1109. CType(Me.NUP_2, System.ComponentModel.ISupportInitialize).EndInit()
  1110. CType(Me.編碼原則_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1111. Me.系統使用統計_tab.ResumeLayout(False)
  1112. Me.系統使用統計_tab.PerformLayout()
  1113. CType(Me.詳細情況_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1114. CType(Me.使用情況_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1115. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
  1116. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).EndInit()
  1117. Me.ResumeLayout(False)
  1118. End Sub
  1119. Friend WithEvents 閒置時間修改_bt As Button
  1120. Friend WithEvents 第一段閒置時間_lb As Label
  1121. Friend WithEvents 時間1_tb As TextBox
  1122. Friend WithEvents 第二段閒置時間_lb As Label
  1123. Friend WithEvents 時間2_tb As TextBox
  1124. Friend WithEvents 秒1_lb As Label
  1125. Friend WithEvents 秒2_lb As Label
  1126. Friend WithEvents 天_lb As Label
  1127. Friend WithEvents 密碼重設天數_lb As Label
  1128. Friend WithEvents 密碼重設天數_tb As TextBox
  1129. Friend WithEvents 系統閒置時間控制_gb As GroupBox
  1130. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1131. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  1132. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  1133. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  1134. Friend WithEvents 建築採購簽核二級金額基數_lb As Label
  1135. Friend WithEvents 行政採購簽核二級金額基數_lb As Label
  1136. Friend WithEvents 行政簽核_tb As TextBox
  1137. Friend WithEvents 建築簽核_tb As TextBox
  1138. Friend WithEvents 修改_bt As Button
  1139. Friend WithEvents 特別功能_bt As Button
  1140. Friend WithEvents TabControl1 As TabControl
  1141. Friend WithEvents 系統通用變數_tab As TabPage
  1142. Friend WithEvents 編碼原則_pb As PictureBox
  1143. Friend WithEvents 語轉扭_bt As Button
  1144. Friend WithEvents 文字_lb As Label
  1145. Friend WithEvents NUP_2 As NumericUpDown
  1146. Friend WithEvents NUP_1 As NumericUpDown
  1147. Friend WithEvents 比例3_lb As Label
  1148. Friend WithEvents 比例2_lb As Label
  1149. Friend WithEvents 比例1_lb As Label
  1150. Friend WithEvents NUP_5 As NumericUpDown
  1151. Friend WithEvents NUP_4 As NumericUpDown
  1152. Friend WithEvents NUP_3 As NumericUpDown
  1153. Friend WithEvents Panel1 As Panel
  1154. Friend WithEvents Label11 As Label
  1155. Friend WithEvents Label10 As Label
  1156. Friend WithEvents Label9 As Label
  1157. Friend WithEvents Label8 As Label
  1158. Friend WithEvents Label12 As Label
  1159. Friend WithEvents 伺服器狀態_dgv As DataGridView
  1160. Friend WithEvents Panel2 As Panel
  1161. Friend WithEvents 伺服器_lb As Label
  1162. Friend WithEvents MAX_nud As NumericUpDown
  1163. Friend WithEvents 重新讀取_bt As Button
  1164. Friend WithEvents 圖片資料庫管理修改_bt As Button
  1165. Friend WithEvents 是否可用_ch As CheckBox
  1166. Friend WithEvents 圖片資料庫名稱_lb As Label
  1167. Friend WithEvents 圖片資料庫名稱_tb As TextBox
  1168. Friend WithEvents 工程圖片資料庫管理_dgv As DataGridView
  1169. Friend WithEvents 文件資料庫管理修改_bt As Button
  1170. Friend WithEvents 是否可用1_ch As CheckBox
  1171. Friend WithEvents 文件資料庫名稱_lb As Label
  1172. Friend WithEvents 文件資料庫名稱_tb As TextBox
  1173. Friend WithEvents 工程文件資料庫管理_dgv As DataGridView
  1174. Friend WithEvents LOG檔截斷3_bt As Button
  1175. Friend WithEvents Label3 As Label
  1176. Friend WithEvents Label1 As Label
  1177. Friend WithEvents 等待翻譯_tim As Timer
  1178. Friend WithEvents ToolTip1 As ToolTip
  1179. Friend WithEvents 資料庫清單1_dgv As DataGridView
  1180. Friend WithEvents Panel3 As Panel
  1181. Friend WithEvents 語言_dgv As DataGridView
  1182. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  1183. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  1184. Friend WithEvents 系統使用統計_tab As TabPage
  1185. Friend WithEvents 重新讀取1_bt As Button
  1186. Friend WithEvents 詳細情況_dgv As DataGridView
  1187. Friend WithEvents 使用情況_dgv As DataGridView
  1188. Friend WithEvents 年份2_cb As ComboBox
  1189. Friend WithEvents Label13 As Label
  1190. Friend WithEvents 月份2_cb As ComboBox
  1191. Friend WithEvents Label14 As Label
  1192. Friend WithEvents Chart1 As DataVisualization.Charting.Chart
  1193. Friend WithEvents Chart2 As DataVisualization.Charting.Chart
  1194. Friend WithEvents 含設計_cb As CheckBox
  1195. End Class