123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class 開發模板庫
- 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 Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
- Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
- Me.Button1 = New System.Windows.Forms.Button()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator()
- CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '等待翻譯_tim
- '
- Me.等待翻譯_tim.Interval = 500
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(461, 173)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(75, 23)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "Button1"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(542, 173)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(218, 23)
- Me.TextBox1.TabIndex = 1
- '
- 'RadPdfViewerNavigator1
- '
- Me.RadPdfViewerNavigator1.Location = New System.Drawing.Point(225, 36)
- Me.RadPdfViewerNavigator1.Name = "RadPdfViewerNavigator1"
- Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(610, 40)
- Me.RadPdfViewerNavigator1.TabIndex = 2
- '
- '開發模板庫
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1369, 710)
- Me.Controls.Add(Me.RadPdfViewerNavigator1)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Button1)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "開發模板庫"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "開發模板庫"
- CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents SaveFileDialog1 As SaveFileDialog
- Friend WithEvents 等待翻譯_tim As Timer
- Friend WithEvents Button1 As Button
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator
- End Class
|