Namespace UTSModule.Station Partial Class DlgStationPlanStyle 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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.OK_Button = New System.Windows.Forms.Button() Me.Cancel_Button = New System.Windows.Forms.Button() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.CheckedListBox1 = New System.Windows.Forms.CheckedListBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.CboType = New System.Windows.Forms.ComboBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.GroupBox7 = New System.Windows.Forms.GroupBox() Me.BtnBackground = New System.Windows.Forms.Button() Me.LblBackground = New System.Windows.Forms.Label() Me.GroupBox6 = New System.Windows.Forms.GroupBox() Me.BtnIcon = New System.Windows.Forms.Button() Me.LblIcon = New System.Windows.Forms.Label() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.BtnFont = New System.Windows.Forms.Button() Me.LblFont = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.LblPriview = New System.Windows.Forms.Label() Me.TableLayoutPanel1.SuspendLayout CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).BeginInit Me.SplitContainer1.Panel1.SuspendLayout Me.SplitContainer1.Panel2.SuspendLayout Me.SplitContainer1.SuspendLayout Me.GroupBox3.SuspendLayout Me.GroupBox1.SuspendLayout Me.GroupBox2.SuspendLayout Me.GroupBox7.SuspendLayout Me.GroupBox6.SuspendLayout Me.GroupBox5.SuspendLayout Me.GroupBox4.SuspendLayout Me.SuspendLayout ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.TableLayoutPanel1.ColumnCount = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50!)) Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) Me.TableLayoutPanel1.Location = New System.Drawing.Point(427, 377) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 1 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(158, 28) Me.TableLayoutPanel1.TabIndex = 0 ' 'OK_Button ' Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.OK_Button.Location = New System.Drawing.Point(6, 3) Me.OK_Button.Name = "OK_Button" Me.OK_Button.Size = New System.Drawing.Size(67, 21) Me.OK_Button.TabIndex = 0 Me.OK_Button.Text = "确定" ' 'Cancel_Button ' Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Cancel_Button.Location = New System.Drawing.Point(85, 3) Me.Cancel_Button.Name = "Cancel_Button" Me.Cancel_Button.Size = New System.Drawing.Size(67, 21) Me.Cancel_Button.TabIndex = 1 Me.Cancel_Button.Text = "取消" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Top Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox2) Me.SplitContainer1.Size = New System.Drawing.Size(585, 370) Me.SplitContainer1.SplitterDistance = 250 Me.SplitContainer1.TabIndex = 1 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.CheckedListBox1) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom Me.GroupBox3.Location = New System.Drawing.Point(0, 55) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(250, 315) Me.GroupBox3.TabIndex = 0 Me.GroupBox3.TabStop = false Me.GroupBox3.Text = "显示内容" ' 'CheckedListBox1 ' Me.CheckedListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None Me.CheckedListBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckedListBox1.FormattingEnabled = true Me.CheckedListBox1.Location = New System.Drawing.Point(3, 17) Me.CheckedListBox1.Name = "CheckedListBox1" Me.CheckedListBox1.Size = New System.Drawing.Size(244, 295) Me.CheckedListBox1.TabIndex = 0 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.CboType) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(250, 47) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = false Me.GroupBox1.Text = "当前类型" ' 'CboType ' Me.CboType.Dock = System.Windows.Forms.DockStyle.Fill Me.CboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboType.FormattingEnabled = true Me.CboType.Location = New System.Drawing.Point(3, 17) Me.CboType.Name = "CboType" Me.CboType.Size = New System.Drawing.Size(244, 20) Me.CboType.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.GroupBox7) Me.GroupBox2.Controls.Add(Me.GroupBox6) Me.GroupBox2.Controls.Add(Me.GroupBox5) Me.GroupBox2.Controls.Add(Me.GroupBox4) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(331, 370) Me.GroupBox2.TabIndex = 0 Me.GroupBox2.TabStop = false Me.GroupBox2.Text = "节点样式" ' 'GroupBox7 ' Me.GroupBox7.Controls.Add(Me.BtnBackground) Me.GroupBox7.Controls.Add(Me.LblBackground) Me.GroupBox7.Location = New System.Drawing.Point(2, 201) Me.GroupBox7.Name = "GroupBox7" Me.GroupBox7.Size = New System.Drawing.Size(329, 67) Me.GroupBox7.TabIndex = 3 Me.GroupBox7.TabStop = false Me.GroupBox7.Text = "背景" ' 'BtnBackground ' Me.BtnBackground.Location = New System.Drawing.Point(272, 27) Me.BtnBackground.Name = "BtnBackground" Me.BtnBackground.Size = New System.Drawing.Size(54, 23) Me.BtnBackground.TabIndex = 3 Me.BtnBackground.Text = "修改" Me.BtnBackground.UseVisualStyleBackColor = true ' 'LblBackground ' Me.LblBackground.Location = New System.Drawing.Point(20, 27) Me.LblBackground.Name = "LblBackground" Me.LblBackground.Size = New System.Drawing.Size(246, 23) Me.LblBackground.TabIndex = 2 Me.LblBackground.Text = "预览ABCDabcd1234" Me.LblBackground.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'GroupBox6 ' Me.GroupBox6.Controls.Add(Me.BtnIcon) Me.GroupBox6.Controls.Add(Me.LblIcon) Me.GroupBox6.Location = New System.Drawing.Point(3, 133) Me.GroupBox6.Name = "GroupBox6" Me.GroupBox6.Size = New System.Drawing.Size(329, 67) Me.GroupBox6.TabIndex = 2 Me.GroupBox6.TabStop = false Me.GroupBox6.Text = "图标" ' 'BtnIcon ' Me.BtnIcon.Location = New System.Drawing.Point(271, 27) Me.BtnIcon.Name = "BtnIcon" Me.BtnIcon.Size = New System.Drawing.Size(54, 23) Me.BtnIcon.TabIndex = 3 Me.BtnIcon.Text = "修改" Me.BtnIcon.UseVisualStyleBackColor = true ' 'LblIcon ' Me.LblIcon.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.LblIcon.Location = New System.Drawing.Point(19, 27) Me.LblIcon.Name = "LblIcon" Me.LblIcon.Size = New System.Drawing.Size(246, 23) Me.LblIcon.TabIndex = 2 Me.LblIcon.Text = "预览ABCDabcd1234" Me.LblIcon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.BtnFont) Me.GroupBox5.Controls.Add(Me.LblFont) Me.GroupBox5.Location = New System.Drawing.Point(3, 55) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(329, 67) Me.GroupBox5.TabIndex = 1 Me.GroupBox5.TabStop = false Me.GroupBox5.Text = "字体" ' 'BtnFont ' Me.BtnFont.Location = New System.Drawing.Point(271, 29) Me.BtnFont.Name = "BtnFont" Me.BtnFont.Size = New System.Drawing.Size(54, 23) Me.BtnFont.TabIndex = 1 Me.BtnFont.Text = "修改" Me.BtnFont.UseVisualStyleBackColor = true ' 'LblFont ' Me.LblFont.Location = New System.Drawing.Point(19, 29) Me.LblFont.Name = "LblFont" Me.LblFont.Size = New System.Drawing.Size(246, 23) Me.LblFont.TabIndex = 0 Me.LblFont.Text = "预览ABCDabcd1234" Me.LblFont.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.LblPriview) Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Bottom Me.GroupBox4.Location = New System.Drawing.Point(3, 277) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(325, 90) Me.GroupBox4.TabIndex = 0 Me.GroupBox4.TabStop = false Me.GroupBox4.Text = "预览" ' 'LblPriview ' Me.LblPriview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.LblPriview.Location = New System.Drawing.Point(19, 34) Me.LblPriview.Name = "LblPriview" Me.LblPriview.Size = New System.Drawing.Size(306, 37) Me.LblPriview.TabIndex = 3 Me.LblPriview.Text = "预览ABCDabcd1234" Me.LblPriview.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'DlgStationPlanStyle ' Me.AcceptButton = Me.OK_Button Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel_Button Me.ClientSize = New System.Drawing.Size(585, 406) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.TableLayoutPanel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = false Me.MinimizeBox = false Me.Name = "DlgStationPlanStyle" Me.ShowInTaskbar = false Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "DlgStationPlanStyle" Me.TableLayoutPanel1.ResumeLayout(false) Me.SplitContainer1.Panel1.ResumeLayout(false) Me.SplitContainer1.Panel2.ResumeLayout(false) CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer1.ResumeLayout(false) Me.GroupBox3.ResumeLayout(false) Me.GroupBox1.ResumeLayout(false) Me.GroupBox2.ResumeLayout(false) Me.GroupBox7.ResumeLayout(false) Me.GroupBox6.ResumeLayout(false) Me.GroupBox5.ResumeLayout(false) Me.GroupBox4.ResumeLayout(false) Me.ResumeLayout(false) End Sub Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents OK_Button As System.Windows.Forms.Button Friend WithEvents Cancel_Button As System.Windows.Forms.Button Friend WithEvents SplitContainer1 As Windows.Forms.SplitContainer Friend WithEvents CboType As Windows.Forms.ComboBox Friend WithEvents GroupBox1 As Windows.Forms.GroupBox Friend WithEvents GroupBox3 As Windows.Forms.GroupBox Friend WithEvents GroupBox2 As Windows.Forms.GroupBox Friend WithEvents CheckedListBox1 As Windows.Forms.CheckedListBox Friend WithEvents GroupBox4 As Windows.Forms.GroupBox Friend WithEvents GroupBox7 As Windows.Forms.GroupBox Friend WithEvents GroupBox6 As Windows.Forms.GroupBox Friend WithEvents GroupBox5 As Windows.Forms.GroupBox Friend WithEvents BtnBackground As Windows.Forms.Button Friend WithEvents LblBackground As Windows.Forms.Label Friend WithEvents BtnIcon As Windows.Forms.Button Friend WithEvents LblIcon As Windows.Forms.Label Friend WithEvents BtnFont As Windows.Forms.Button Friend WithEvents LblFont As Windows.Forms.Label Friend WithEvents LblPriview As Windows.Forms.Label End Class End Namespace