설명 없음
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 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  25. Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
  26. Me.水平翻轉_bt = New System.Windows.Forms.Button()
  27. Me.垂直翻轉_bt = New System.Windows.Forms.Button()
  28. Me.圖片1_pb = New System.Windows.Forms.PictureBox()
  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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  42. Me.圖片清單1_dgv.Location = New System.Drawing.Point(5, 41)
  43. Me.圖片清單1_dgv.Name = "圖片清單1_dgv"
  44. Me.圖片清單1_dgv.RowHeadersWidth = 5
  45. Me.圖片清單1_dgv.RowTemplate.Height = 24
  46. Me.圖片清單1_dgv.Size = New System.Drawing.Size(147, 532)
  47. Me.圖片清單1_dgv.TabIndex = 1800
  48. '
  49. '順時鐘90度旋轉_bt
  50. '
  51. Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  52. Me.順時鐘90度旋轉_bt.Image = Global.工巧明智能管理系統.My.Resources.Resources.L90
  53. Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(42, 3)
  54. Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
  55. Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(36, 37)
  56. Me.順時鐘90度旋轉_bt.TabIndex = 1801
  57. Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  58. '
  59. '逆時鐘90度旋轉_bt
  60. '
  61. Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
  62. Me.逆時鐘90度旋轉_bt.Image = Global.工巧明智能管理系統.My.Resources.Resources.R90
  63. Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(5, 3)
  64. Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
  65. Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(36, 37)
  66. Me.逆時鐘90度旋轉_bt.TabIndex = 1802
  67. Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
  68. '
  69. '水平翻轉_bt
  70. '
  71. Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
  72. Me.水平翻轉_bt.Image = Global.工巧明智能管理系統.My.Resources.Resources.R180
  73. Me.水平翻轉_bt.Location = New System.Drawing.Point(116, 3)
  74. Me.水平翻轉_bt.Name = "水平翻轉_bt"
  75. Me.水平翻轉_bt.Size = New System.Drawing.Size(36, 37)
  76. Me.水平翻轉_bt.TabIndex = 1803
  77. Me.水平翻轉_bt.UseVisualStyleBackColor = True
  78. '
  79. '垂直翻轉_bt
  80. '
  81. Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue
  82. Me.垂直翻轉_bt.Image = Global.工巧明智能管理系統.My.Resources.Resources.L180
  83. Me.垂直翻轉_bt.Location = New System.Drawing.Point(79, 3)
  84. Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
  85. Me.垂直翻轉_bt.Size = New System.Drawing.Size(36, 37)
  86. Me.垂直翻轉_bt.TabIndex = 1804
  87. Me.垂直翻轉_bt.UseVisualStyleBackColor = True
  88. '
  89. '圖片1_pb
  90. '
  91. Me.圖片1_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  92. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  93. Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  94. Me.圖片1_pb.Location = New System.Drawing.Point(154, 3)
  95. Me.圖片1_pb.Name = "圖片1_pb"
  96. Me.圖片1_pb.Size = New System.Drawing.Size(580, 570)
  97. Me.圖片1_pb.TabIndex = 1799
  98. Me.圖片1_pb.TabStop = False
  99. '
  100. '文件查閱視窗
  101. '
  102. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  103. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  104. Me.ClientSize = New System.Drawing.Size(738, 576)
  105. Me.Controls.Add(Me.圖片1_pb)
  106. Me.Controls.Add(Me.圖片清單1_dgv)
  107. Me.Controls.Add(Me.順時鐘90度旋轉_bt)
  108. Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
  109. Me.Controls.Add(Me.水平翻轉_bt)
  110. Me.Controls.Add(Me.垂直翻轉_bt)
  111. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  113. Me.Name = "文件查閱視窗"
  114. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  115. Me.Text = "文件查閱視窗"
  116. CType(Me.圖片清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  117. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  118. Me.ResumeLayout(False)
  119. End Sub
  120. Friend WithEvents 圖片1_pb As PictureBox
  121. Friend WithEvents 圖片清單1_dgv As DataGridView
  122. Friend WithEvents 順時鐘90度旋轉_bt As Button
  123. Friend WithEvents 逆時鐘90度旋轉_bt As Button
  124. Friend WithEvents 水平翻轉_bt As Button
  125. Friend WithEvents 垂直翻轉_bt As Button
  126. End Class