_ Partial Class FrmSyncTasks Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ 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 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.TBoTasksName = New System.Windows.Forms.TextBox() Me.TBoTasksType = New System.Windows.Forms.TextBox() Me.TBoConnStringSync = New System.Windows.Forms.TextBox() Me.BtnRapidGenerating = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.NudTasksInterval = New System.Windows.Forms.NumericUpDown() Me.CboDbTypeName = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBox1.SuspendLayout() CType(Me.NudTasksInterval, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.TBoTasksName) Me.GroupBox1.Controls.Add(Me.TBoTasksType) Me.GroupBox1.Controls.Add(Me.TBoConnStringSync) Me.GroupBox1.Controls.Add(Me.BtnRapidGenerating) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.NudTasksInterval) Me.GroupBox1.Controls.Add(Me.CboDbTypeName) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(394, 212) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "同步任务" ' 'TBoTasksName ' Me.TBoTasksName.Location = New System.Drawing.Point(259, 26) Me.TBoTasksName.Name = "TBoTasksName" Me.TBoTasksName.Size = New System.Drawing.Size(115, 21) Me.TBoTasksName.TabIndex = 37 ' 'TBoTasksType ' Me.TBoTasksType.Location = New System.Drawing.Point(79, 26) Me.TBoTasksType.Name = "TBoTasksType" Me.TBoTasksType.ReadOnly = True Me.TBoTasksType.Size = New System.Drawing.Size(103, 21) Me.TBoTasksType.TabIndex = 36 Me.TBoTasksType.Text = "Sync" ' 'TBoConnStringSync ' Me.TBoConnStringSync.Location = New System.Drawing.Point(43, 125) Me.TBoConnStringSync.Multiline = True Me.TBoConnStringSync.Name = "TBoConnStringSync" Me.TBoConnStringSync.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal Me.TBoConnStringSync.Size = New System.Drawing.Size(331, 75) Me.TBoConnStringSync.TabIndex = 35 ' 'BtnRapidGenerating ' Me.BtnRapidGenerating.Location = New System.Drawing.Point(302, 100) Me.BtnRapidGenerating.Name = "BtnRapidGenerating" Me.BtnRapidGenerating.Size = New System.Drawing.Size(72, 22) Me.BtnRapidGenerating.TabIndex = 34 Me.BtnRapidGenerating.Text = "快速生成" Me.BtnRapidGenerating.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(20, 105) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(65, 12) Me.Label1.TabIndex = 33 Me.Label1.Text = "连接字符串" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(20, 65) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(53, 12) Me.Label7.TabIndex = 32 Me.Label7.Text = "同步间隔" ' 'NudTasksInterval ' Me.NudTasksInterval.Location = New System.Drawing.Point(79, 63) Me.NudTasksInterval.Maximum = New Decimal(New Integer() {65535, 0, 0, 0}) Me.NudTasksInterval.Name = "NudTasksInterval" Me.NudTasksInterval.Size = New System.Drawing.Size(71, 21) Me.NudTasksInterval.TabIndex = 31 Me.NudTasksInterval.Value = New Decimal(New Integer() {100, 0, 0, 0}) ' 'CboDbTypeName ' Me.CboDbTypeName.FormattingEnabled = True Me.CboDbTypeName.Location = New System.Drawing.Point(259, 62) Me.CboDbTypeName.Name = "CboDbTypeName" Me.CboDbTypeName.Size = New System.Drawing.Size(115, 20) Me.CboDbTypeName.TabIndex = 30 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(200, 65) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(53, 12) Me.Label6.TabIndex = 29 Me.Label6.Text = "数据类型" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(200, 29) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(53, 12) Me.Label4.TabIndex = 26 Me.Label4.Text = "任务名称" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(20, 29) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(53, 12) Me.Label5.TabIndex = 25 Me.Label5.Text = "任务类型" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(154, 65) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(35, 12) Me.Label2.TabIndex = 38 Me.Label2.Text = "(min)" ' 'FrmSyncTasks ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(394, 212) Me.Controls.Add(Me.GroupBox1) Me.Name = "FrmSyncTasks" Me.Text = "FrmSyncTasks" Me.GroupBox1.ResumeLayout(false) Me.GroupBox1.PerformLayout CType(Me.NudTasksInterval,System.ComponentModel.ISupportInitialize).EndInit Me.ResumeLayout(false) End Sub Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label7 As Label Friend WithEvents NudTasksInterval As NumericUpDown Friend WithEvents CboDbTypeName As ComboBox Friend WithEvents Label6 As Label Friend WithEvents Label4 As Label Friend WithEvents Label1 As Label Friend WithEvents Label5 As Label Friend WithEvents TBoConnStringSync As TextBox Friend WithEvents BtnRapidGenerating As Button Friend WithEvents TBoTasksName As TextBox Friend WithEvents TBoTasksType As TextBox Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents Label2 As Label End Class