初始化提交

仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
This commit is contained in:
2025-11-27 16:41:05 +08:00
commit 027d0f8024
663 changed files with 171319 additions and 0 deletions

78
AUTS_Repair/FrmCheckLog.Designer.vb generated Normal file
View File

@@ -0,0 +1,78 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmCheckLog
Inherits System.Windows.Forms.Form
'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.Grid1 = New FlexCell.Grid()
Me.BtnOk = New System.Windows.Forms.Button()
Me.BtnCencel = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Grid1
'
Me.Grid1.BorderStyle = FlexCell.BorderStyleEnum.None
Me.Grid1.CheckedImage = Nothing
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.Grid1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Grid1.Location = New System.Drawing.Point(0, 0)
Me.Grid1.Name = "Grid1"
Me.Grid1.Size = New System.Drawing.Size(303, 405)
Me.Grid1.TabIndex = 0
Me.Grid1.UncheckedImage = Nothing
'
'BtnOk
'
Me.BtnOk.Location = New System.Drawing.Point(143, 423)
Me.BtnOk.Name = "BtnOk"
Me.BtnOk.Size = New System.Drawing.Size(64, 22)
Me.BtnOk.TabIndex = 1
Me.BtnOk.Text = "确定"
Me.BtnOk.UseVisualStyleBackColor = True
'
'BtnCencel
'
Me.BtnCencel.Location = New System.Drawing.Point(216, 422)
Me.BtnCencel.Name = "BtnCencel"
Me.BtnCencel.Size = New System.Drawing.Size(75, 23)
Me.BtnCencel.TabIndex = 2
Me.BtnCencel.Text = "取消"
Me.BtnCencel.UseVisualStyleBackColor = True
'
'FrmCheckLog
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(303, 450)
Me.Controls.Add(Me.BtnCencel)
Me.Controls.Add(Me.BtnOk)
Me.Controls.Add(Me.Grid1)
Me.Name = "FrmCheckLog"
Me.Text = "FrmCheckLog"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Grid1 As FlexCell.Grid
Friend WithEvents BtnOk As Button
Friend WithEvents BtnCencel As Button
End Class