<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmDq1
Inherits System.Windows.Forms.Form
'フォームがコンポーネントの一覧をクリーンアップするために dispose をオーバーライドします。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows フォーム デザイナーで必要です。
Private components As System.ComponentModel.IContainer
'メモ: 以下のプロシージャは Windows フォーム デザイナーで必要です。
'Windows フォーム デザイナーを使用して変更できます。
'コード エディターを使って変更しないでください。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.lblPass = New System.Windows.Forms.Label()
Me.txtPlayerName = New System.Windows.Forms.TextBox()
Me.numHerb = New System.Windows.Forms.NumericUpDown()
Me.numKey = New System.Windows.Forms.NumericUpDown()
Me.cmbShield = New System.Windows.Forms.ComboBox()
Me.cmbWeapon = New System.Windows.Forms.ComboBox()
Me.cmbArmor = New System.Windows.Forms.ComboBox()
Me.cmbItem1 = New System.Windows.Forms.ComboBox()
Me.cmbItem2 = New System.Windows.Forms.ComboBox()
Me.cmbItem3 = New System.Windows.Forms.ComboBox()
Me.cmbItem6 = New System.Windows.Forms.ComboBox()
Me.cmbItem5 = New System.Windows.Forms.ComboBox()
Me.cmbItem4 = New System.Windows.Forms.ComboBox()
Me.cmbItem8 = New System.Windows.Forms.ComboBox()
Me.cmbItem7 = New System.Windows.Forms.ComboBox()
Me.chkFlag1 = New System.Windows.Forms.CheckBox()
Me.chkFlag5 = New System.Windows.Forms.CheckBox()
Me.chkFlag4 = New System.Windows.Forms.CheckBox()
Me.chkFlag3 = New System.Windows.Forms.CheckBox()
Me.chkFlag2 = New System.Windows.Forms.CheckBox()
Me.numCrypt = New System.Windows.Forms.NumericUpDown()
Me.txtResult = New System.Windows.Forms.TextBox()
Me.btnGetParam = New System.Windows.Forms.Button()
Me.btnGetPass = New System.Windows.Forms.Button()
Me.lblName = New System.Windows.Forms.Label()
Me.lblGold = New System.Windows.Forms.Label()
Me.lblExp = New System.Windows.Forms.Label()
Me.lblHerb = New System.Windows.Forms.Label()
Me.lblKey = New System.Windows.Forms.Label()
Me.lblWeapon = New System.Windows.Forms.Label()
Me.lblShield = New System.Windows.Forms.Label()
Me.lblArmor = New System.Windows.Forms.Label()
Me.grpItem = New System.Windows.Forms.GroupBox()
Me.grpFlag = New System.Windows.Forms.GroupBox()
Me.lblResult = New System.Windows.Forms.Label()
Me.lblCrypt = New System.Windows.Forms.Label()
Me.txtLevel = New System.Windows.Forms.TextBox()
Me.lblLevel = New System.Windows.Forms.Label()
Me.numGold = New System.Windows.Forms.NumericUpDown()
Me.numExp = New System.Windows.Forms.NumericUpDown()
Me.txtPass1 = New System.Windows.Forms.TextBox()
Me.txtPass2 = New System.Windows.Forms.TextBox()
Me.txtPass3 = New System.Windows.Forms.TextBox()
Me.txtPass4 = New System.Windows.Forms.TextBox()
CType(Me.numHerb, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.numKey, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.numCrypt, System.ComponentModel.ISupportInitialize).BeginInit()
Me.grpItem.SuspendLayout()
Me.grpFlag.SuspendLayout()
CType(Me.numGold, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.numExp, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'lblPass
'
Me.lblPass.AutoSize = True
Me.lblPass.Location = New System.Drawing.Point(14, 18)
Me.lblPass.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblPass.Name = "lblPass"
Me.lblPass.Size = New System.Drawing.Size(109, 19)
Me.lblPass.TabIndex = 0
Me.lblPass.Text = "復活の呪文"
'
'txtPlayerName
'
Me.txtPlayerName.ImeMode = System.Windows.Forms.ImeMode.Hiragana
Me.txtPlayerName.Location = New System.Drawing.Point(111, 141)
Me.txtPlayerName.MaxLength = 4
Me.txtPlayerName.Name = "txtPlayerName"
Me.txtPlayerName.Size = New System.Drawing.Size(164, 26)
Me.txtPlayerName.TabIndex = 10
'
'numHerb
'
Me.numHerb.Location = New System.Drawing.Point(112, 234)
Me.numHerb.Maximum = New Decimal(New Integer() {6, 0, 0, 0})
Me.numHerb.Name = "numHerb"
Me.numHerb.Size = New System.Drawing.Size(163, 26)
Me.numHerb.TabIndex = 16
'
'numKey
'
Me.numKey.Location = New System.Drawing.Point(112, 263)
Me.numKey.Maximum = New Decimal(New Integer() {6, 0, 0, 0})
Me.numKey.Name = "numKey"
Me.numKey.Size = New System.Drawing.Size(163, 26)
Me.numKey.TabIndex = 18
'
'cmbShield
'
Me.cmbShield.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbShield.FormattingEnabled = True
Me.cmbShield.Location = New System.Drawing.Point(112, 371)
Me.cmbShield.Name = "cmbShield"
Me.cmbShield.Size = New System.Drawing.Size(163, 27)
Me.cmbShield.TabIndex = 24
'
'cmbWeapon
'
Me.cmbWeapon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbWeapon.FormattingEnabled = True
Me.cmbWeapon.Location = New System.Drawing.Point(111, 300)
Me.cmbWeapon.Name = "cmbWeapon"
Me.cmbWeapon.Size = New System.Drawing.Size(164, 27)
Me.cmbWeapon.TabIndex = 20
'
'cmbArmor
'
Me.cmbArmor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbArmor.FormattingEnabled = True
Me.cmbArmor.Location = New System.Drawing.Point(112, 338)
Me.cmbArmor.Name = "cmbArmor"
Me.cmbArmor.Size = New System.Drawing.Size(163, 27)
Me.cmbArmor.TabIndex = 22
'
'cmbItem1
'
Me.cmbItem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem1.FormattingEnabled = True
Me.cmbItem1.Location = New System.Drawing.Point(25, 25)
Me.cmbItem1.Name = "cmbItem1"
Me.cmbItem1.Size = New System.Drawing.Size(169, 27)
Me.cmbItem1.TabIndex = 0
'
'cmbItem2
'
Me.cmbItem2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem2.FormattingEnabled = True
Me.cmbItem2.Location = New System.Drawing.Point(25, 58)
Me.cmbItem2.Name = "cmbItem2"
Me.cmbItem2.Size = New System.Drawing.Size(169, 27)
Me.cmbItem2.TabIndex = 1
'
'cmbItem3
'
Me.cmbItem3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem3.FormattingEnabled = True
Me.cmbItem3.Location = New System.Drawing.Point(26, 91)
Me.cmbItem3.Name = "cmbItem3"
Me.cmbItem3.Size = New System.Drawing.Size(169, 27)
Me.cmbItem3.TabIndex = 2
'
'cmbItem6
'
Me.cmbItem6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem6.FormattingEnabled = True
Me.cmbItem6.Location = New System.Drawing.Point(27, 190)
Me.cmbItem6.Name = "cmbItem6"
Me.cmbItem6.Size = New System.Drawing.Size(169, 27)
Me.cmbItem6.TabIndex = 5
'
'cmbItem5
'
Me.cmbItem5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem5.FormattingEnabled = True
Me.cmbItem5.Location = New System.Drawing.Point(26, 157)
Me.cmbItem5.Name = "cmbItem5"
Me.cmbItem5.Size = New System.Drawing.Size(169, 27)
Me.cmbItem5.TabIndex = 4
'
'cmbItem4
'
Me.cmbItem4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem4.FormattingEnabled = True
Me.cmbItem4.Location = New System.Drawing.Point(26, 124)
Me.cmbItem4.Name = "cmbItem4"
Me.cmbItem4.Size = New System.Drawing.Size(169, 27)
Me.cmbItem4.TabIndex = 3
'
'cmbItem8
'
Me.cmbItem8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem8.FormattingEnabled = True
Me.cmbItem8.Location = New System.Drawing.Point(28, 256)
Me.cmbItem8.Name = "cmbItem8"
Me.cmbItem8.Size = New System.Drawing.Size(169, 27)
Me.cmbItem8.TabIndex = 7
'
'cmbItem7
'
Me.cmbItem7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbItem7.FormattingEnabled = True
Me.cmbItem7.Location = New System.Drawing.Point(27, 223)
Me.cmbItem7.Name = "cmbItem7"
Me.cmbItem7.Size = New System.Drawing.Size(169, 27)
Me.cmbItem7.TabIndex = 6
'
'chkFlag1
'
Me.chkFlag1.AutoSize = True
Me.chkFlag1.Location = New System.Drawing.Point(23, 25)
Me.chkFlag1.Name = "chkFlag1"
Me.chkFlag1.Size = New System.Drawing.Size(91, 16)
Me.chkFlag1.TabIndex = 0
Me.chkFlag1.Text = "竜の鱗を装備"
Me.chkFlag1.UseVisualStyleBackColor = True
'
'chkFlag5
'
Me.chkFlag5.AutoSize = True
Me.chkFlag5.Location = New System.Drawing.Point(23, 153)
Me.chkFlag5.Name = "chkFlag5"
Me.chkFlag5.Size = New System.Drawing.Size(111, 16)
Me.chkFlag5.TabIndex = 4
Me.chkFlag5.Text = "死の首飾りを入手"
Me.chkFlag5.UseVisualStyleBackColor = True
'
'chkFlag4
'
Me.chkFlag4.AutoSize = True
Me.chkFlag4.Location = New System.Drawing.Point(23, 121)
Me.chkFlag4.Name = "chkFlag4"
Me.chkFlag4.Size = New System.Drawing.Size(101, 16)
Me.chkFlag4.TabIndex = 3
Me.chkFlag4.Text = "ゴーレムを倒した"
Me.chkFlag4.UseVisualStyleBackColor = True
'
'chkFlag3
'
Me.chkFlag3.AutoSize = True
Me.chkFlag3.Location = New System.Drawing.Point(23, 89)
Me.chkFlag3.Name = "chkFlag3"
Me.chkFlag3.Size = New System.Drawing.Size(98, 16)
Me.chkFlag3.TabIndex = 2
Me.chkFlag3.Text = "ドラゴンを倒した"
Me.chkFlag3.UseVisualStyleBackColor = True
'
'chkFlag2
'
Me.chkFlag2.AutoSize = True
Me.chkFlag2.Location = New System.Drawing.Point(23, 57)
Me.chkFlag2.Name = "chkFlag2"
Me.chkFlag2.Size = New System.Drawing.Size(115, 16)
Me.chkFlag2.TabIndex = 1
Me.chkFlag2.Text = "戦士の腕輪を装備"
Me.chkFlag2.UseVisualStyleBackColor = True
'
'numCrypt
'
Me.numCrypt.Location = New System.Drawing.Point(636, 324)
Me.numCrypt.Maximum = New Decimal(New Integer() {7, 0, 0, 0})
Me.numCrypt.Name = "numCrypt"
Me.numCrypt.Size = New System.Drawing.Size(120, 26)
Me.numCrypt.TabIndex = 28
'
'txtResult
'
Me.txtResult.Location = New System.Drawing.Point(636, 361)
Me.txtResult.Name = "txtResult"
Me.txtResult.ReadOnly = True
Me.txtResult.Size = New System.Drawing.Size(120, 26)
Me.txtResult.TabIndex = 30
'
'btnGetParam
'
Me.btnGetParam.Location = New System.Drawing.Point(131, 47)
Me.btnGetParam.Name = "btnGetParam"
Me.btnGetParam.Size = New System.Drawing.Size(144, 37)
Me.btnGetParam.TabIndex = 5
Me.btnGetParam.Text = "↓解析"
Me.btnGetParam.UseVisualStyleBackColor = True
'
'btnGetPass
'
Me.btnGetPass.Location = New System.Drawing.Point(281, 47)
Me.btnGetPass.Name = "btnGetPass"
Me.btnGetPass.Size = New System.Drawing.Size(144, 39)
Me.btnGetPass.TabIndex = 6
Me.btnGetPass.Text = "↑生成"
Me.btnGetPass.UseVisualStyleBackColor = True
'
'lblName
'
Me.lblName.AutoSize = True
Me.lblName.Location = New System.Drawing.Point(14, 140)
Me.lblName.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblName.Name = "lblName"
Me.lblName.Size = New System.Drawing.Size(49, 19)
Me.lblName.TabIndex = 9
Me.lblName.Text = "名前"
'
'lblGold
'
Me.lblGold.AutoSize = True
Me.lblGold.Location = New System.Drawing.Point(14, 169)
Me.lblGold.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblGold.Name = "lblGold"
Me.lblGold.Size = New System.Drawing.Size(69, 19)
Me.lblGold.TabIndex = 11
Me.lblGold.Text = "所持金"
'
'lblExp
'
Me.lblExp.AutoSize = True
Me.lblExp.Location = New System.Drawing.Point(14, 199)
Me.lblExp.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblExp.Name = "lblExp"
Me.lblExp.Size = New System.Drawing.Size(69, 19)
Me.lblExp.TabIndex = 13
Me.lblExp.Text = "経験値"
'
'lblHerb
'
Me.lblHerb.AutoSize = True
Me.lblHerb.Location = New System.Drawing.Point(14, 235)
Me.lblHerb.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblHerb.Name = "lblHerb"
Me.lblHerb.Size = New System.Drawing.Size(49, 19)
Me.lblHerb.TabIndex = 15
Me.lblHerb.Text = "薬草"
'
'lblKey
'
Me.lblKey.AutoSize = True
Me.lblKey.Location = New System.Drawing.Point(14, 265)
Me.lblKey.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblKey.Name = "lblKey"
Me.lblKey.Size = New System.Drawing.Size(89, 19)
Me.lblKey.TabIndex = 17
Me.lblKey.Text = "魔法の鍵"
'
'lblWeapon
'
Me.lblWeapon.AutoSize = True
Me.lblWeapon.Location = New System.Drawing.Point(14, 300)
Me.lblWeapon.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblWeapon.Name = "lblWeapon"
Me.lblWeapon.Size = New System.Drawing.Size(49, 19)
Me.lblWeapon.TabIndex = 19
Me.lblWeapon.Text = "武器"
'
'lblShield
'
Me.lblShield.AutoSize = True
Me.lblShield.Location = New System.Drawing.Point(14, 374)
Me.lblShield.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblShield.Name = "lblShield"
Me.lblShield.Size = New System.Drawing.Size(29, 19)
Me.lblShield.TabIndex = 23
Me.lblShield.Text = "盾"
'
'lblArmor
'
Me.lblArmor.AutoSize = True
Me.lblArmor.Location = New System.Drawing.Point(14, 338)
Me.lblArmor.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblArmor.Name = "lblArmor"
Me.lblArmor.Size = New System.Drawing.Size(29, 19)
Me.lblArmor.TabIndex = 21
Me.lblArmor.Text = "鎧"
'
'grpItem
'
Me.grpItem.Controls.Add(Me.cmbItem1)
Me.grpItem.Controls.Add(Me.cmbItem2)
Me.grpItem.Controls.Add(Me.cmbItem3)
Me.grpItem.Controls.Add(Me.cmbItem4)
Me.grpItem.Controls.Add(Me.cmbItem5)
Me.grpItem.Controls.Add(Me.cmbItem6)
Me.grpItem.Controls.Add(Me.cmbItem7)
Me.grpItem.Controls.Add(Me.cmbItem8)
Me.grpItem.Location = New System.Drawing.Point(298, 100)
Me.grpItem.Name = "grpItem"
Me.grpItem.Size = New System.Drawing.Size(217, 298)
Me.grpItem.TabIndex = 25
Me.grpItem.TabStop = False
Me.grpItem.Text = "道具"
'
'grpFlag
'
Me.grpFlag.Controls.Add(Me.chkFlag1)
Me.grpFlag.Controls.Add(Me.chkFlag5)
Me.grpFlag.Controls.Add(Me.chkFlag4)
Me.grpFlag.Controls.Add(Me.chkFlag3)
Me.grpFlag.Controls.Add(Me.chkFlag2)
Me.grpFlag.Location = New System.Drawing.Point(527, 102)
Me.grpFlag.Name = "grpFlag"
Me.grpFlag.Size = New System.Drawing.Size(251, 199)
Me.grpFlag.TabIndex = 26
Me.grpFlag.TabStop = False
Me.grpFlag.Text = "フラグ"
'
'lblResult
'
Me.lblResult.AutoSize = True
Me.lblResult.Location = New System.Drawing.Point(531, 364)
Me.lblResult.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblResult.Name = "lblResult"
Me.lblResult.Size = New System.Drawing.Size(89, 19)
Me.lblResult.TabIndex = 29
Me.lblResult.Text = "チェック"
'
'lblCrypt
'
Me.lblCrypt.AutoSize = True
Me.lblCrypt.Location = New System.Drawing.Point(531, 322)
Me.lblCrypt.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblCrypt.Name = "lblCrypt"
Me.lblCrypt.Size = New System.Drawing.Size(69, 19)
Me.lblCrypt.TabIndex = 27
Me.lblCrypt.Text = "暗号化"
'
'txtLevel
'
Me.txtLevel.Location = New System.Drawing.Point(112, 109)
Me.txtLevel.Name = "txtLevel"
Me.txtLevel.ReadOnly = True
Me.txtLevel.Size = New System.Drawing.Size(163, 26)
Me.txtLevel.TabIndex = 8
Me.txtLevel.Text = "1"
'
'lblLevel
'
Me.lblLevel.AutoSize = True
Me.lblLevel.Location = New System.Drawing.Point(14, 112)
Me.lblLevel.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
Me.lblLevel.Name = "lblLevel"
Me.lblLevel.Size = New System.Drawing.Size(69, 19)
Me.lblLevel.TabIndex = 7
Me.lblLevel.Text = "レベル"
'
'numGold
'
Me.numGold.Location = New System.Drawing.Point(111, 173)
Me.numGold.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
Me.numGold.Name = "numGold"
Me.numGold.Size = New System.Drawing.Size(164, 26)
Me.numGold.TabIndex = 12
'
'numExp
'
Me.numExp.Location = New System.Drawing.Point(111, 205)
Me.numExp.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
Me.numExp.Name = "numExp"
Me.numExp.Size = New System.Drawing.Size(164, 26)
Me.numExp.TabIndex = 14
'
'txtPass1
'
Me.txtPass1.ImeMode = System.Windows.Forms.ImeMode.Hiragana
Me.txtPass1.Location = New System.Drawing.Point(131, 11)
Me.txtPass1.MaxLength = 5
Me.txtPass1.Name = "txtPass1"
Me.txtPass1.Size = New System.Drawing.Size(110, 26)
Me.txtPass1.TabIndex = 1
Me.txtPass1.Text = "ふるいけや"
'
'txtPass2
'
Me.txtPass2.ImeMode = System.Windows.Forms.ImeMode.Hiragana
Me.txtPass2.Location = New System.Drawing.Point(247, 11)
Me.txtPass2.MaxLength = 7
Me.txtPass2.Name = "txtPass2"
Me.txtPass2.Size = New System.Drawing.Size(157, 26)
Me.txtPass2.TabIndex = 2
Me.txtPass2.Text = "かわずとびこむ"
'
'txtPass3
'
Me.txtPass3.ImeMode = System.Windows.Forms.ImeMode.Hiragana
Me.txtPass3.Location = New System.Drawing.Point(410, 11)
Me.txtPass3.MaxLength = 5
Me.txtPass3.Name = "txtPass3"
Me.txtPass3.Size = New System.Drawing.Size(110, 26)
Me.txtPass3.TabIndex = 3
Me.txtPass3.Text = "みずのおと"
'
'txtPass4
'
Me.txtPass4.ImeMode = System.Windows.Forms.ImeMode.Hiragana
Me.txtPass4.Location = New System.Drawing.Point(525, 11)
Me.txtPass4.MaxLength = 3
Me.txtPass4.Name = "txtPass4"
Me.txtPass4.Size = New System.Drawing.Size(70, 26)
Me.txtPass4.TabIndex = 4
Me.txtPass4.Text = "ばしや"
'
'FrmDq1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 19.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(800, 417)
Me.Controls.Add(Me.txtPass4)
Me.Controls.Add(Me.txtPass3)
Me.Controls.Add(Me.txtPass2)
Me.Controls.Add(Me.txtPass1)
Me.Controls.Add(Me.numExp)
Me.Controls.Add(Me.numGold)
Me.Controls.Add(Me.lblLevel)
Me.Controls.Add(Me.lblResult)
Me.Controls.Add(Me.lblCrypt)
Me.Controls.Add(Me.grpFlag)
Me.Controls.Add(Me.grpItem)
Me.Controls.Add(Me.lblArmor)
Me.Controls.Add(Me.lblShield)
Me.Controls.Add(Me.lblWeapon)
Me.Controls.Add(Me.lblKey)
Me.Controls.Add(Me.lblHerb)
Me.Controls.Add(Me.lblExp)
Me.Controls.Add(Me.lblGold)
Me.Controls.Add(Me.lblName)
Me.Controls.Add(Me.btnGetPass)
Me.Controls.Add(Me.btnGetParam)
Me.Controls.Add(Me.cmbArmor)
Me.Controls.Add(Me.cmbWeapon)
Me.Controls.Add(Me.cmbShield)
Me.Controls.Add(Me.numKey)
Me.Controls.Add(Me.numCrypt)
Me.Controls.Add(Me.numHerb)
Me.Controls.Add(Me.txtLevel)
Me.Controls.Add(Me.txtResult)
Me.Controls.Add(Me.txtPlayerName)
Me.Controls.Add(Me.lblPass)
Me.Font = New System.Drawing.Font("MS ゴシック", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Margin = New System.Windows.Forms.Padding(5)
Me.MaximizeBox = False
Me.Name = "FrmDq1"
Me.Text = "DQ1 - 復活の呪文解析ツール"
CType(Me.numHerb, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.numKey, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.numCrypt, System.ComponentModel.ISupportInitialize).EndInit()
Me.grpItem.ResumeLayout(False)
Me.grpFlag.ResumeLayout(False)
Me.grpFlag.PerformLayout()
CType(Me.numGold, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.numExp, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents lblPass As System.Windows.Forms.Label
Friend WithEvents txtPlayerName As System.Windows.Forms.TextBox
Friend WithEvents numHerb As System.Windows.Forms.NumericUpDown
Friend WithEvents numKey As System.Windows.Forms.NumericUpDown
Friend WithEvents cmbShield As System.Windows.Forms.ComboBox
Friend WithEvents cmbWeapon As System.Windows.Forms.ComboBox
Friend WithEvents cmbArmor As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem1 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem2 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem3 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem6 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem5 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem4 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem8 As System.Windows.Forms.ComboBox
Friend WithEvents cmbItem7 As System.Windows.Forms.ComboBox
Friend WithEvents chkFlag1 As System.Windows.Forms.CheckBox
Friend WithEvents chkFlag5 As System.Windows.Forms.CheckBox
Friend WithEvents chkFlag4 As System.Windows.Forms.CheckBox
Friend WithEvents chkFlag3 As System.Windows.Forms.CheckBox
Friend WithEvents chkFlag2 As System.Windows.Forms.CheckBox
Friend WithEvents numCrypt As System.Windows.Forms.NumericUpDown
Friend WithEvents txtResult As System.Windows.Forms.TextBox
Friend WithEvents btnGetParam As System.Windows.Forms.Button
Friend WithEvents btnGetPass As System.Windows.Forms.Button
Friend WithEvents lblName As System.Windows.Forms.Label
Friend WithEvents lblGold As System.Windows.Forms.Label
Friend WithEvents lblExp As System.Windows.Forms.Label
Friend WithEvents lblHerb As System.Windows.Forms.Label
Friend WithEvents lblKey As System.Windows.Forms.Label
Friend WithEvents lblWeapon As System.Windows.Forms.Label
Friend WithEvents lblShield As System.Windows.Forms.Label
Friend WithEvents lblArmor As System.Windows.Forms.Label
Friend WithEvents grpItem As System.Windows.Forms.GroupBox
Friend WithEvents grpFlag As System.Windows.Forms.GroupBox
Friend WithEvents lblResult As System.Windows.Forms.Label
Friend WithEvents lblCrypt As System.Windows.Forms.Label
Friend WithEvents txtLevel As System.Windows.Forms.TextBox
Friend WithEvents lblLevel As System.Windows.Forms.Label
Friend WithEvents numGold As System.Windows.Forms.NumericUpDown
Friend WithEvents numExp As System.Windows.Forms.NumericUpDown
Friend WithEvents txtPass1 As System.Windows.Forms.TextBox
Friend WithEvents txtPass2 As System.Windows.Forms.TextBox
Friend WithEvents txtPass3 As System.Windows.Forms.TextBox
Friend WithEvents txtPass4 As System.Windows.Forms.TextBox
End Class
| |