| 1 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ |
| 2 |
Partial Class frmPromote |
| 3 |
Inherits System.Windows.Forms.Form |
| 4 |
|
| 5 |
'フォームがコンポーネントの一覧をクリーンアップするために dispose をオーバーライドします。 |
| 6 |
<System.Diagnostics.DebuggerNonUserCode()> _ |
| 7 |
Protected Overrides Sub Dispose(ByVal disposing As Boolean) |
| 8 |
Try |
| 9 |
If disposing AndAlso components IsNot Nothing Then |
| 10 |
components.Dispose() |
| 11 |
End If |
| 12 |
Finally |
| 13 |
MyBase.Dispose(disposing) |
| 14 |
End Try |
| 15 |
End Sub |
| 16 |
|
| 17 |
'Windows フォーム デザイナーで必要です。 |
| 18 |
Private components As System.ComponentModel.IContainer |
| 19 |
|
| 20 |
'メモ: 以下のプロシージャは Windows フォーム デザイナーで必要です。 |
| 21 |
'Windows フォーム デザイナーを使用して変更できます。 |
| 22 |
'コード エディターを使って変更しないでください。 |
| 23 |
<System.Diagnostics.DebuggerStepThrough()> _ |
| 24 |
Private Sub InitializeComponent() |
| 25 |
Me.komaPictureBox = New System.Windows.Forms.PictureBox() |
| 26 |
CType(Me.komaPictureBox, System.ComponentModel.ISupportInitialize).BeginInit() |
| 27 |
Me.SuspendLayout() |
| 28 |
' |
| 29 |
'komaPictureBox |
| 30 |
' |
| 31 |
Me.komaPictureBox.Location = New System.Drawing.Point(0, 0) |
| 32 |
Me.komaPictureBox.Name = "komaPictureBox" |
| 33 |
Me.komaPictureBox.Size = New System.Drawing.Size(86, 48) |
| 34 |
Me.komaPictureBox.TabIndex = 0 |
| 35 |
Me.komaPictureBox.TabStop = False |
| 36 |
' |
| 37 |
'frmPromote |
| 38 |
' |
| 39 |
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None |
| 40 |
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink |
| 41 |
Me.ClientSize = New System.Drawing.Size(89, 51) |
| 42 |
Me.ControlBox = False |
| 43 |
Me.Controls.Add(Me.komaPictureBox) |
| 44 |
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow |
| 45 |
Me.MaximizeBox = False |
| 46 |
Me.MinimizeBox = False |
| 47 |
Me.Name = "frmPromote" |
| 48 |
Me.ShowIcon = False |
| 49 |
Me.ShowInTaskbar = False |
| 50 |
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual |
| 51 |
Me.Text = "成る" |
| 52 |
CType(Me.komaPictureBox, System.ComponentModel.ISupportInitialize).EndInit() |
| 53 |
Me.ResumeLayout(False) |
| 54 |
|
| 55 |
End Sub |
| 56 |
Friend WithEvents komaPictureBox As System.Windows.Forms.PictureBox |
| 57 |
End Class |