Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

文件查閱視窗.Designer.vb 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 文件查閱視窗
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.圖片清單1_dgv = New System.Windows.Forms.DataGridView()
  24. Me.圖片1_pb = New System.Windows.Forms.PictureBox()
  25. Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  26. Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  27. Me.水平翻轉_bt = New System.Windows.Forms.Button()
  28. Me.垂直翻轉_bt = New System.Windows.Forms.Button()
  29. CType(Me.圖片清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  30. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  31. Me.SuspendLayout()
  32. '
  33. '圖片清單1_dgv
  34. '
  35. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  36. Me.圖片清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  37. Me.圖片清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  38. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  39. Me.圖片清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  40. Me.圖片清單1_dgv.BackgroundColor = System.Drawing.Color.White
  41. Me.圖片清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  42. Me.圖片清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  43. Me.圖片清單1_dgv.Location = New System.Drawing.Point(3, 41)
  44. Me.圖片清單1_dgv.Name = "圖片清單1_dgv"
  45. Me.圖片清單1_dgv.RowHeadersWidth = 5
  46. Me.圖片清單1_dgv.RowTemplate.Height = 24
  47. Me.圖片清單1_dgv.Size = New System.Drawing.Size(147, 532)
  48. Me.圖片清單1_dgv.TabIndex = 1794
  49. '
  50. '圖片1_pb
  51. '
  52. Me.圖片1_pb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  53. Or System.Windows.Forms.AnchorStyles.Left) _
  54. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  55. Me.圖片1_pb.BackColor = System.Drawing.Color.Transparent
  56. Me.圖片1_pb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Picture
  57. Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  58. Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  59. Me.圖片1_pb.Location = New System.Drawing.Point(152, 3)
  60. Me.圖片1_pb.Name = "圖片1_pb"
  61. Me.圖片1_pb.Size = New System.Drawing.Size(580, 570)
  62. Me.圖片1_pb.TabIndex = 1793
  63. Me.圖片1_pb.TabStop = False
  64. '
  65. '順時鐘90度旋轉_bt
  66. '
  67. Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  68. Me.順時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L90
  69. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(40, 3)
  70. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  71. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(36, 37)
  72. Me.順時鐘90度旋轉_bt.TabIndex = 1795
  73. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  74. '
  75. '逆時鐘90度旋轉_bt
  76. '
  77. Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  78. Me.逆時鐘90度旋轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R90
  79. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(3, 3)
  80. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  81. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(36, 37)
  82. Me.逆時鐘90度旋轉_bt.TabIndex = 1796
  83. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  84. '
  85. '水平翻轉_bt
  86. '
  87. Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
  88. Me.水平翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.R180
  89. Me.水平翻轉_bt.Location = New System.Drawing.Point(114, 3)
  90. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  91. Me.水平翻轉_bt.Size = New System.Drawing.Size(36, 37)
  92. Me.水平翻轉_bt.TabIndex = 1797
  93. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  94. '
  95. '垂直翻轉_bt
  96. '
  97. Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue
  98. Me.垂直翻轉_bt.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.L180
  99. Me.垂直翻轉_bt.Location = New System.Drawing.Point(77, 3)
  100. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  101. Me.垂直翻轉_bt.Size = New System.Drawing.Size(36, 37)
  102. Me.垂直翻轉_bt.TabIndex = 1798
  103. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  104. '
  105. '文件查閱視窗
  106. '
  107. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  108. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  109. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  110. Me.ClientSize = New System.Drawing.Size(738, 576)
  111. Me.Controls.Add(Me.圖片1_pb)
  112. Me.Controls.Add(Me.圖片清單1_dgv)
  113. Me.Controls.Add(Me.順時鐘90度旋轉_bt)
  114. Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
  115. Me.Controls.Add(Me.水平翻轉_bt)
  116. Me.Controls.Add(Me.垂直翻轉_bt)
  117. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.Margin = New System.Windows.Forms.Padding(4)
  119. Me.Name = "文件查閱視窗"
  120. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  121. Me.Text = "文件查閱視窗"
  122. CType(Me.圖片清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  123. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  124. Me.ResumeLayout(False)
  125. End Sub
  126. Friend WithEvents 圖片1_pb As PictureBox
  127. Friend WithEvents 圖片清單1_dgv As DataGridView
  128. Friend WithEvents 順時鐘90度旋轉_bt As Button
  129. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  130. Friend WithEvents 水平翻轉_bt As Button
  131. Friend WithEvents 垂直翻轉_bt As Button
  132. End Class