-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
dotnet-visualbasic/svcerrors-warnings/subsvcneeds-more-infoNeeds more info from OP. Auto-closed after 2 weeks if no response. [org][resolution]Needs more info from OP. Auto-closed after 2 weeks if no response. [org][resolution]
Description
Type of issue
Code doesn't work
Description
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.pic1 = New System.Windows.Forms.Button()
Me.pic2 = New System.Windows.Forms.Button()
Me.textBoxFace1Data = New System.Windows.Forms.TextBox()
Me.textBoxFace2Data = New System.Windows.Forms.TextBox()
Me.btnManualSelect = New System.Windows.Forms.Button()
Me.nationalIdStatusLabel = New System.Windows.Forms.Label()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.SystemColors.ControlLightLight ' تم تصحيح الغموض
Me.PictureBox1.Location = New System.Drawing.Point(26, 70)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(433, 264)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom ' يفضل Zoom للحفاظ على نسبة العرض إلى الارتفاع
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.BackColor = System.Drawing.SystemColors.ControlLightLight ' تم تصحيح الغموض
Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.PictureBox2.Location = New System.Drawing.Point(26, 416)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(433, 282)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom ' يفضل Zoom للحفاظ على نسبة العرض إلى الارتفاع
Me.PictureBox2.TabIndex = 1
Me.PictureBox2.TabStop = False
'
'pic1
'
Me.pic1.Location = New System.Drawing.Point(338, 14)
Me.pic1.Name = "pic1"
Me.pic1.Size = New System.Drawing.Size(121, 50)
Me.pic1.TabIndex = 2
Me.pic1.Text = "سحب الوجهة 1"
Me.pic1.UseVisualStyleBackColor = True
'
'pic2
'
Me.pic2.Location = New System.Drawing.Point(338, 360)
Me.pic2.Name = "pic2"
Me.pic2.Size = New System.Drawing.Size(121, 50)
Me.pic2.TabIndex = 3
Me.pic2.Text = "سحب الوجهة 2"
Me.pic2.UseVisualStyleBackColor = True
'
'textBoxFace1Data
'
Me.textBoxFace1Data.BackColor = System.Drawing.SystemColors.InactiveBorder ' تم تصحيح الغموض
Me.textBoxFace1Data.Location = New System.Drawing.Point(738, 70)
Me.textBoxFace1Data.Multiline = True
Me.textBoxFace1Data.Name = "textBoxFace1Data"
Me.textBoxFace1Data.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.textBoxFace1Data.Size = New System.Drawing.Size(337, 243)
Me.textBoxFace1Data.TabIndex = 4
Me.textBoxFace1Data.Text = "النص المنسوخ من الصور"
Me.textBoxFace1Data.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'textBoxFace2Data
'
Me.textBoxFace2Data.BackColor = System.Drawing.SystemColors.InactiveBorder ' تم تصحيح الغموض
Me.textBoxFace2Data.Location = New System.Drawing.Point(738, 360)
Me.textBoxFace2Data.Multiline = True
Me.textBoxFace2Data.Name = "textBoxFace2Data"
Me.textBoxFace2Data.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.textBoxFace2Data.Size = New System.Drawing.Size(337, 243)
Me.textBoxFace2Data.TabIndex = 5
Me.textBoxFace2Data.Text = "النص المنسوخ من الصور"
'
'btnManualSelect
'
Me.btnManualSelect.Location = New System.Drawing.Point(26, 14)
Me.btnManualSelect.Name = "btnManualSelect"
Me.btnManualSelect.Size = New System.Drawing.Size(150, 50)
Me.btnManualSelect.TabIndex = 6
Me.btnManualSelect.Text = "تحديد يدوي"
Me.btnManualSelect.UseVisualStyleBackColor = True
'
'nationalIdStatusLabel
'
Me.nationalIdStatusLabel.AutoSize = True
Me.nationalIdStatusLabel.Location = New System.Drawing.Point(738, 620)
Me.nationalIdStatusLabel.Name = "nationalIdStatusLabel"
Me.nationalIdStatusLabel.Size = New System.Drawing.Size(180, 20)
Me.nationalIdStatusLabel.TabIndex = 7
Me.nationalIdStatusLabel.Text = "حالة تطابق الرقم الوطني"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1381, 805)
Me.Controls.Add(Me.nationalIdStatusLabel)
Me.Controls.Add(Me.btnManualSelect)
Me.Controls.Add(Me.textBoxFace2Data)
Me.Controls.Add(Me.textBoxFace1Data)
Me.Controls.Add(Me.pic2)
Me.Controls.Add(Me.pic1)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.PictureBox1)
Me.Name = "Form1"
Me.Text = "سحب من ملف"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents pic1 As System.Windows.Forms.Button
Friend WithEvents pic2 As System.Windows.Forms.Button
Friend WithEvents textBoxFace1Data As System.Windows.Forms.TextBox
Friend WithEvents textBoxFace2Data As System.Windows.Forms.TextBox
Friend WithEvents btnManualSelect As System.Windows.Forms.Button
Friend WithEvents nationalIdStatusLabel As System.Windows.Forms.Label
End Class
[Enter feedback here]
Page URL
Content source URL
Document Version Independent Id
699686ed-9340-9192-d740-a1bff74c0911
Platform Id
b576adaa-4856-1b68-7d04-de09bd536ea6
Article author
Metadata
- ID: 9165e416-f516-7679-d15b-eac03824685e
- PlatformId: b576adaa-4856-1b68-7d04-de09bd536ea6
- Service: dotnet-visualbasic
- Sub-service: errors-warnings
Metadata
Metadata
Assignees
Labels
dotnet-visualbasic/svcerrors-warnings/subsvcneeds-more-infoNeeds more info from OP. Auto-closed after 2 weeks if no response. [org][resolution]Needs more info from OP. Auto-closed after 2 weeks if no response. [org][resolution]