/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.tableList = new ZForge.Controls.XPTable.Models.Table();
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).BeginInit();
     this.SuspendLayout();
     //
     // tableList
     //
     this.tableList.BorderColor            = System.Drawing.Color.Black;
     this.tableList.DataMember             = null;
     this.tableList.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.tableList.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tableList.FullRowSelect        = true;
     this.tableList.GridLines            = ZForge.Controls.XPTable.Models.GridLines.Both;
     this.tableList.Location             = new System.Drawing.Point(0, 0);
     this.tableList.Name                 = "tableList";
     this.tableList.Size                 = new System.Drawing.Size(418, 190);
     this.tableList.TabIndex             = 0;
     this.tableList.TopIndex             = -1;
     this.tableList.TopItem              = null;
     this.tableList.UnfocusedBorderColor = System.Drawing.Color.Black;
     this.tableList.FontChanged         += new System.EventHandler(this.tableList_FontChanged);
     //
     // ChangeLogViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableList);
     this.Name = "ChangeLogViewer";
     this.Size = new System.Drawing.Size(418, 190);
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.tableList = new ZForge.Controls.XPTable.Models.Table();
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).BeginInit();
     this.SuspendLayout();
     //
     // tableList
     //
     this.tableList.BorderColor = System.Drawing.Color.Black;
     this.tableList.DataMember = null;
     this.tableList.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.tableList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableList.FullRowSelect = true;
     this.tableList.GridLines = ZForge.Controls.XPTable.Models.GridLines.Both;
     this.tableList.Location = new System.Drawing.Point(0, 0);
     this.tableList.Name = "tableList";
     this.tableList.Size = new System.Drawing.Size(418, 190);
     this.tableList.TabIndex = 0;
     this.tableList.TopIndex = -1;
     this.tableList.TopItem = null;
     this.tableList.UnfocusedBorderColor = System.Drawing.Color.Black;
     this.tableList.FontChanged += new System.EventHandler(this.tableList_FontChanged);
     //
     // ChangeLogViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableList);
     this.Name = "ChangeLogViewer";
     this.Size = new System.Drawing.Size(418, 190);
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder2 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.tableModules           = new ZForge.Controls.XPTable.Models.Table();
     this.tableLayoutPanelHostID = new System.Windows.Forms.TableLayoutPanel();
     this.labelHostID            = new System.Windows.Forms.Label();
     this.textBoxHostID          = new System.Windows.Forms.TextBox();
     this.panelMain             = new System.Windows.Forms.Panel();
     this.toolStrip             = new System.Windows.Forms.ToolStrip();
     this.openFileDialog        = new System.Windows.Forms.OpenFileDialog();
     this.toolStripButtonImport = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.tableModules)).BeginInit();
     this.tableLayoutPanelHostID.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // tableModules
     //
     this.tableModules.BorderColor            = System.Drawing.Color.Black;
     this.tableModules.DataMember             = null;
     this.tableModules.DataSourceColumnBinder = dataSourceColumnBinder2;
     this.tableModules.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tableModules.Location             = new System.Drawing.Point(0, 29);
     this.tableModules.Name                 = "tableModules";
     this.tableModules.Size                 = new System.Drawing.Size(349, 90);
     this.tableModules.TabIndex             = 1;
     this.tableModules.TopIndex             = -1;
     this.tableModules.TopItem              = null;
     this.tableModules.UnfocusedBorderColor = System.Drawing.Color.Black;
     //
     // tableLayoutPanelHostID
     //
     this.tableLayoutPanelHostID.ColumnCount = 2;
     this.tableLayoutPanelHostID.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelHostID.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelHostID.Controls.Add(this.labelHostID, 0, 0);
     this.tableLayoutPanelHostID.Controls.Add(this.textBoxHostID, 1, 0);
     this.tableLayoutPanelHostID.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanelHostID.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanelHostID.Name     = "tableLayoutPanelHostID";
     this.tableLayoutPanelHostID.RowCount = 1;
     this.tableLayoutPanelHostID.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelHostID.Size     = new System.Drawing.Size(349, 29);
     this.tableLayoutPanelHostID.TabIndex = 0;
     //
     // labelHostID
     //
     this.labelHostID.AutoSize  = true;
     this.labelHostID.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelHostID.Location  = new System.Drawing.Point(3, 0);
     this.labelHostID.Name      = "labelHostID";
     this.labelHostID.Size      = new System.Drawing.Size(46, 29);
     this.labelHostID.TabIndex  = 0;
     this.labelHostID.Text      = "序列码:";
     this.labelHostID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxHostID
     //
     this.textBoxHostID.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBoxHostID.Location = new System.Drawing.Point(55, 3);
     this.textBoxHostID.Name     = "textBoxHostID";
     this.textBoxHostID.ReadOnly = true;
     this.textBoxHostID.Size     = new System.Drawing.Size(291, 20);
     this.textBoxHostID.TabIndex = 1;
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.tableModules);
     this.panelMain.Controls.Add(this.tableLayoutPanelHostID);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 31);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(349, 119);
     this.panelMain.TabIndex = 2;
     //
     // toolStrip
     //
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonImport
     });
     this.toolStrip.Location = new System.Drawing.Point(0, 0);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(349, 31);
     this.toolStrip.TabIndex = 2;
     this.toolStrip.Text     = "toolStrip1";
     //
     // toolStripButtonImport
     //
     this.toolStripButtonImport.Image                 = global::ZForge.SA.Komponent.Properties.Resources.lock_open_24;
     this.toolStripButtonImport.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonImport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonImport.Name   = "toolStripButtonImport";
     this.toolStripButtonImport.Size   = new System.Drawing.Size(96, 28);
     this.toolStripButtonImport.Text   = "导入许可证";
     this.toolStripButtonImport.Click += new System.EventHandler(this.toolStripButtonImport_Click);
     //
     // SALicenseControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.toolStrip);
     this.Name = "SALicenseControl";
     this.Size = new System.Drawing.Size(349, 150);
     ((System.ComponentModel.ISupportInitialize)(this.tableModules)).EndInit();
     this.tableLayoutPanelHostID.ResumeLayout(false);
     this.tableLayoutPanelHostID.PerformLayout();
     this.panelMain.ResumeLayout(false);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.panelTop = new System.Windows.Forms.Panel();
     this.labelTop = new System.Windows.Forms.Label();
     this.panelBottom = new System.Windows.Forms.Panel();
     this.buttonOk = new System.Windows.Forms.Button();
     this.panelMain = new System.Windows.Forms.Panel();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabPagePlugInList = new System.Windows.Forms.TabPage();
     this.tablePlugIns = new ZForge.Controls.XPTable.Models.Table();
     this.panelTop.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPagePlugInList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tablePlugIns)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.labelTop);
     this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelTop.Name = "panelTop";
     this.panelTop.Size = new System.Drawing.Size(527, 35);
     this.panelTop.TabIndex = 0;
     //
     // labelTop
     //
     this.labelTop.AutoSize = true;
     this.labelTop.Font = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelTop.Location = new System.Drawing.Point(3, 10);
     this.labelTop.Name = "labelTop";
     this.labelTop.Size = new System.Drawing.Size(92, 17);
     this.labelTop.TabIndex = 0;
     this.labelTop.Text = "已安装的插件:";
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.buttonOk);
     this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location = new System.Drawing.Point(0, 297);
     this.panelBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelBottom.Name = "panelBottom";
     this.panelBottom.Size = new System.Drawing.Size(527, 73);
     this.panelBottom.TabIndex = 1;
     //
     // buttonOk
     //
     this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Image = global::ZForge.Motion.Forms.Properties.Resources.ok;
     this.buttonOk.Location = new System.Drawing.Point(214, 7);
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.Size = new System.Drawing.Size(86, 47);
     this.buttonOk.TabIndex = 0;
     this.buttonOk.Text = "关闭";
     this.buttonOk.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonOk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.tabControl);
     this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 35);
     this.panelMain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelMain.Name = "panelMain";
     this.panelMain.Size = new System.Drawing.Size(527, 262);
     this.panelMain.TabIndex = 2;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPagePlugInList);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(0, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(527, 262);
     this.tabControl.TabIndex = 0;
     //
     // tabPagePlugInList
     //
     this.tabPagePlugInList.Controls.Add(this.tablePlugIns);
     this.tabPagePlugInList.Location = new System.Drawing.Point(4, 26);
     this.tabPagePlugInList.Name = "tabPagePlugInList";
     this.tabPagePlugInList.Padding = new System.Windows.Forms.Padding(3);
     this.tabPagePlugInList.Size = new System.Drawing.Size(519, 232);
     this.tabPagePlugInList.TabIndex = 0;
     this.tabPagePlugInList.Text = "插件列表";
     this.tabPagePlugInList.UseVisualStyleBackColor = true;
     //
     // tablePlugIns
     //
     this.tablePlugIns.BorderColor = System.Drawing.Color.Black;
     this.tablePlugIns.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tablePlugIns.DataMember = null;
     this.tablePlugIns.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.tablePlugIns.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tablePlugIns.FullRowSelect = true;
     this.tablePlugIns.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tablePlugIns.Location = new System.Drawing.Point(3, 3);
     this.tablePlugIns.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tablePlugIns.Name = "tablePlugIns";
     this.tablePlugIns.Size = new System.Drawing.Size(513, 226);
     this.tablePlugIns.TabIndex = 1;
     this.tablePlugIns.TopIndex = -1;
     this.tablePlugIns.TopItem = null;
     this.tablePlugIns.UnfocusedBorderColor = System.Drawing.Color.Black;
     //
     // PlugInForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(527, 370);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelTop);
     this.Font = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "PlugInForm";
     this.ShowInTaskbar = false;
     this.Text = "插件浏览";
     this.panelTop.ResumeLayout(false);
     this.panelTop.PerformLayout();
     this.panelBottom.ResumeLayout(false);
     this.panelMain.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPagePlugInList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tablePlugIns)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder3 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
			this.panelButton = new System.Windows.Forms.Panel();
			this.buttonOk = new System.Windows.Forms.Button();
			this.panelTopic = new System.Windows.Forms.Panel();
			this.labelTopic = new System.Windows.Forms.Label();
			this.panelMain = new System.Windows.Forms.Panel();
			this.tableList = new ZForge.Controls.XPTable.Models.Table();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
			this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
			this.toolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
			this.pictureBoxTopic = new System.Windows.Forms.PictureBox();
			this.panelButton.SuspendLayout();
			this.panelTopic.SuspendLayout();
			this.panelMain.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.tableList)).BeginInit();
			this.toolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxTopic)).BeginInit();
			this.SuspendLayout();
			// 
			// panelButton
			// 
			this.panelButton.Controls.Add(this.buttonOk);
			this.panelButton.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelButton.Location = new System.Drawing.Point(0, 294);
			this.panelButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
			this.panelButton.Name = "panelButton";
			this.panelButton.Size = new System.Drawing.Size(502, 77);
			this.panelButton.TabIndex = 0;
			// 
			// buttonOk
			// 
			this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.buttonOk.Location = new System.Drawing.Point(199, 8);
			this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.Size = new System.Drawing.Size(87, 44);
			this.buttonOk.TabIndex = 0;
			this.buttonOk.Text = "确认";
			this.buttonOk.UseVisualStyleBackColor = true;
			// 
			// panelTopic
			// 
			this.panelTopic.Controls.Add(this.labelTopic);
			this.panelTopic.Controls.Add(this.pictureBoxTopic);
			this.panelTopic.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelTopic.Location = new System.Drawing.Point(0, 0);
			this.panelTopic.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
			this.panelTopic.Name = "panelTopic";
			this.panelTopic.Size = new System.Drawing.Size(502, 50);
			this.panelTopic.TabIndex = 1;
			// 
			// labelTopic
			// 
			this.labelTopic.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelTopic.Font = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.labelTopic.Location = new System.Drawing.Point(117, 0);
			this.labelTopic.Name = "labelTopic";
			this.labelTopic.Size = new System.Drawing.Size(385, 50);
			this.labelTopic.TabIndex = 1;
			this.labelTopic.Text = "管理更新服务器";
			this.labelTopic.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// panelMain
			// 
			this.panelMain.Controls.Add(this.tableList);
			this.panelMain.Controls.Add(this.toolStrip);
			this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelMain.Location = new System.Drawing.Point(0, 50);
			this.panelMain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
			this.panelMain.Name = "panelMain";
			this.panelMain.Size = new System.Drawing.Size(502, 244);
			this.panelMain.TabIndex = 2;
			// 
			// tableList
			// 
			this.tableList.BorderColor = System.Drawing.Color.Black;
			this.tableList.DataMember = null;
			this.tableList.DataSourceColumnBinder = dataSourceColumnBinder3;
			this.tableList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableList.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.tableList.Location = new System.Drawing.Point(0, 31);
			this.tableList.Name = "tableList";
			this.tableList.Size = new System.Drawing.Size(502, 213);
			this.tableList.TabIndex = 2;
			this.tableList.TopIndex = -1;
			this.tableList.TopItem = null;
			this.tableList.UnfocusedBorderColor = System.Drawing.Color.Black;
			this.tableList.EditingStopped += new ZForge.Controls.XPTable.Events.CellEditEventHandler(this.tableList_EditingStopped);
			this.tableList.SelectionChanged += new ZForge.Controls.XPTable.Events.SelectionEventHandler(this.tableList_SelectionChanged);
			// 
			// toolStrip
			// 
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAdd,
            this.toolStripButtonDelete,
            this.toolStripButtonEdit});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Size = new System.Drawing.Size(502, 31);
			this.toolStrip.TabIndex = 0;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolStripButtonAdd
			// 
			this.toolStripButtonAdd.Image = global::ZForge.Controls.Update.Properties.Resources.add2_24;
			this.toolStripButtonAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonAdd.Name = "toolStripButtonAdd";
			this.toolStripButtonAdd.Size = new System.Drawing.Size(60, 28);
			this.toolStripButtonAdd.Text = "新增";
			this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
			// 
			// toolStripButtonDelete
			// 
			this.toolStripButtonDelete.Image = global::ZForge.Controls.Update.Properties.Resources.delete2_24;
			this.toolStripButtonDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonDelete.Name = "toolStripButtonDelete";
			this.toolStripButtonDelete.Size = new System.Drawing.Size(60, 28);
			this.toolStripButtonDelete.Text = "删除";
			this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
			// 
			// toolStripButtonEdit
			// 
			this.toolStripButtonEdit.Image = global::ZForge.Controls.Update.Properties.Resources.edit_24;
			this.toolStripButtonEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonEdit.Name = "toolStripButtonEdit";
			this.toolStripButtonEdit.Size = new System.Drawing.Size(60, 28);
			this.toolStripButtonEdit.Text = "修改";
			this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click);
			// 
			// pictureBoxTopic
			// 
			this.pictureBoxTopic.Dock = System.Windows.Forms.DockStyle.Left;
			this.pictureBoxTopic.Image = global::ZForge.Controls.Update.Properties.Resources.download_48;
			this.pictureBoxTopic.Location = new System.Drawing.Point(0, 0);
			this.pictureBoxTopic.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
			this.pictureBoxTopic.Name = "pictureBoxTopic";
			this.pictureBoxTopic.Size = new System.Drawing.Size(117, 50);
			this.pictureBoxTopic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this.pictureBoxTopic.TabIndex = 0;
			this.pictureBoxTopic.TabStop = false;
			// 
			// UpdateSiteManagerForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(502, 371);
			this.Controls.Add(this.panelMain);
			this.Controls.Add(this.panelTopic);
			this.Controls.Add(this.panelButton);
			this.Font = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "UpdateSiteManagerForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "更新服务器管理";
			this.panelButton.ResumeLayout(false);
			this.panelTopic.ResumeLayout(false);
			this.panelMain.ResumeLayout(false);
			this.panelMain.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.tableList)).EndInit();
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxTopic)).EndInit();
			this.ResumeLayout(false);

		}
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder3 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.panelButton           = new System.Windows.Forms.Panel();
     this.buttonOk              = new System.Windows.Forms.Button();
     this.panelTopic            = new System.Windows.Forms.Panel();
     this.labelTopic            = new System.Windows.Forms.Label();
     this.panelMain             = new System.Windows.Forms.Panel();
     this.tableList             = new ZForge.Controls.XPTable.Models.Table();
     this.toolStrip             = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonEdit   = new System.Windows.Forms.ToolStripButton();
     this.pictureBoxTopic       = new System.Windows.Forms.PictureBox();
     this.panelButton.SuspendLayout();
     this.panelTopic.SuspendLayout();
     this.panelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).BeginInit();
     this.toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTopic)).BeginInit();
     this.SuspendLayout();
     //
     // panelButton
     //
     this.panelButton.Controls.Add(this.buttonOk);
     this.panelButton.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelButton.Location = new System.Drawing.Point(0, 294);
     this.panelButton.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelButton.Name     = "panelButton";
     this.panelButton.Size     = new System.Drawing.Size(502, 77);
     this.panelButton.TabIndex = 0;
     //
     // buttonOk
     //
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Location                = new System.Drawing.Point(199, 8);
     this.buttonOk.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(87, 44);
     this.buttonOk.TabIndex                = 0;
     this.buttonOk.Text                    = "确认";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // panelTopic
     //
     this.panelTopic.Controls.Add(this.labelTopic);
     this.panelTopic.Controls.Add(this.pictureBoxTopic);
     this.panelTopic.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTopic.Location = new System.Drawing.Point(0, 0);
     this.panelTopic.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelTopic.Name     = "panelTopic";
     this.panelTopic.Size     = new System.Drawing.Size(502, 50);
     this.panelTopic.TabIndex = 1;
     //
     // labelTopic
     //
     this.labelTopic.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelTopic.Font      = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelTopic.Location  = new System.Drawing.Point(117, 0);
     this.labelTopic.Name      = "labelTopic";
     this.labelTopic.Size      = new System.Drawing.Size(385, 50);
     this.labelTopic.TabIndex  = 1;
     this.labelTopic.Text      = "管理更新服务器";
     this.labelTopic.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.tableList);
     this.panelMain.Controls.Add(this.toolStrip);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 50);
     this.panelMain.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(502, 244);
     this.panelMain.TabIndex = 2;
     //
     // tableList
     //
     this.tableList.BorderColor            = System.Drawing.Color.Black;
     this.tableList.DataMember             = null;
     this.tableList.DataSourceColumnBinder = dataSourceColumnBinder3;
     this.tableList.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tableList.HeaderFont           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tableList.Location             = new System.Drawing.Point(0, 31);
     this.tableList.Name                 = "tableList";
     this.tableList.Size                 = new System.Drawing.Size(502, 213);
     this.tableList.TabIndex             = 2;
     this.tableList.TopIndex             = -1;
     this.tableList.TopItem              = null;
     this.tableList.UnfocusedBorderColor = System.Drawing.Color.Black;
     this.tableList.EditingStopped      += new ZForge.Controls.XPTable.Events.CellEditEventHandler(this.tableList_EditingStopped);
     this.tableList.SelectionChanged    += new ZForge.Controls.XPTable.Events.SelectionEventHandler(this.tableList_SelectionChanged);
     //
     // toolStrip
     //
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonEdit
     });
     this.toolStrip.Location = new System.Drawing.Point(0, 0);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(502, 31);
     this.toolStrip.TabIndex = 0;
     this.toolStrip.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image                 = global::ZForge.Controls.Update.Properties.Resources.add2_24;
     this.toolStripButtonAdd.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(60, 28);
     this.toolStripButtonAdd.Text   = "新增";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image                 = global::ZForge.Controls.Update.Properties.Resources.delete2_24;
     this.toolStripButtonDelete.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(60, 28);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonEdit
     //
     this.toolStripButtonEdit.Image                 = global::ZForge.Controls.Update.Properties.Resources.edit_24;
     this.toolStripButtonEdit.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonEdit.Name   = "toolStripButtonEdit";
     this.toolStripButtonEdit.Size   = new System.Drawing.Size(60, 28);
     this.toolStripButtonEdit.Text   = "修改";
     this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click);
     //
     // pictureBoxTopic
     //
     this.pictureBoxTopic.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBoxTopic.Image    = global::ZForge.Controls.Update.Properties.Resources.download_48;
     this.pictureBoxTopic.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxTopic.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pictureBoxTopic.Name     = "pictureBoxTopic";
     this.pictureBoxTopic.Size     = new System.Drawing.Size(117, 50);
     this.pictureBoxTopic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxTopic.TabIndex = 0;
     this.pictureBoxTopic.TabStop  = false;
     //
     // UpdateSiteManagerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(502, 371);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panelTopic);
     this.Controls.Add(this.panelButton);
     this.Font            = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "UpdateSiteManagerForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "更新服务器管理";
     this.panelButton.ResumeLayout(false);
     this.panelTopic.ResumeLayout(false);
     this.panelMain.ResumeLayout(false);
     this.panelMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).EndInit();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTopic)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.toolStripMaster             = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonClear        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonError        = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonWarning      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonInfo         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCopy         = new System.Windows.Forms.ToolStripButton();
     this.statusStrip                 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabelError   = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelWarning = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabelInfo    = new System.Windows.Forms.ToolStripStatusLabel();
     this.tableList = new ZForge.Controls.XPTable.Models.Table();
     this.toolStripMaster.SuspendLayout();
     this.statusStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).BeginInit();
     this.SuspendLayout();
     //
     // toolStripMaster
     //
     this.toolStripMaster.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonClear,
         this.toolStripSeparator1,
         this.toolStripButtonError,
         this.toolStripButtonWarning,
         this.toolStripButtonInfo,
         this.toolStripSeparator2,
         this.toolStripButtonCopy
     });
     this.toolStripMaster.Location = new System.Drawing.Point(0, 0);
     this.toolStripMaster.Name     = "toolStripMaster";
     this.toolStripMaster.Size     = new System.Drawing.Size(381, 31);
     this.toolStripMaster.TabIndex = 3;
     this.toolStripMaster.Text     = "toolStrip1";
     //
     // toolStripButtonClear
     //
     this.toolStripButtonClear.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonClear.Image                 = global::ZForge.Controls.Logs.Properties.Resources.scroll_delete_24;
     this.toolStripButtonClear.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonClear.Name   = "toolStripButtonClear";
     this.toolStripButtonClear.Size   = new System.Drawing.Size(28, 28);
     this.toolStripButtonClear.Text   = "清空日志";
     this.toolStripButtonClear.Click += new System.EventHandler(this.toolStripButtonClear_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // toolStripButtonError
     //
     this.toolStripButtonError.Checked               = true;
     this.toolStripButtonError.CheckOnClick          = true;
     this.toolStripButtonError.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.toolStripButtonError.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonError.Image                 = global::ZForge.Controls.Logs.Properties.Resources.scroll_error_24;
     this.toolStripButtonError.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonError.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonError.Name            = "toolStripButtonError";
     this.toolStripButtonError.Size            = new System.Drawing.Size(28, 28);
     this.toolStripButtonError.Text            = "显示报警日志";
     this.toolStripButtonError.CheckedChanged += new System.EventHandler(this.toolStripButtonError_CheckedChanged);
     //
     // toolStripButtonWarning
     //
     this.toolStripButtonWarning.Checked               = true;
     this.toolStripButtonWarning.CheckOnClick          = true;
     this.toolStripButtonWarning.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.toolStripButtonWarning.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonWarning.Image                 = global::ZForge.Controls.Logs.Properties.Resources.scroll_warning_24;
     this.toolStripButtonWarning.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonWarning.Name            = "toolStripButtonWarning";
     this.toolStripButtonWarning.Size            = new System.Drawing.Size(28, 28);
     this.toolStripButtonWarning.Text            = "显示警告日志";
     this.toolStripButtonWarning.CheckedChanged += new System.EventHandler(this.toolStripButtonWarning_CheckedChanged);
     //
     // toolStripButtonInfo
     //
     this.toolStripButtonInfo.Checked               = true;
     this.toolStripButtonInfo.CheckOnClick          = true;
     this.toolStripButtonInfo.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.toolStripButtonInfo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonInfo.Image                 = global::ZForge.Controls.Logs.Properties.Resources.scroll_information_24;
     this.toolStripButtonInfo.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonInfo.Name            = "toolStripButtonInfo";
     this.toolStripButtonInfo.Size            = new System.Drawing.Size(28, 28);
     this.toolStripButtonInfo.Text            = "显示普通信息";
     this.toolStripButtonInfo.CheckedChanged += new System.EventHandler(this.toolStripButtonInfo_CheckedChanged);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
     //
     // toolStripButtonCopy
     //
     this.toolStripButtonCopy.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCopy.Image                 = global::ZForge.Controls.Logs.Properties.Resources.copy_24;
     this.toolStripButtonCopy.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonCopy.Name   = "toolStripButtonCopy";
     this.toolStripButtonCopy.Size   = new System.Drawing.Size(28, 28);
     this.toolStripButtonCopy.Text   = "拷贝当前日志到剪贴板";
     this.toolStripButtonCopy.Click += new System.EventHandler(this.toolStripButtonCopy_Click);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabelError,
         this.toolStripStatusLabelWarning,
         this.toolStripStatusLabelInfo
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 202);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Padding  = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusStrip.Size     = new System.Drawing.Size(381, 22);
     this.statusStrip.TabIndex = 4;
     this.statusStrip.Text     = "statusStrip1";
     //
     // toolStripStatusLabelError
     //
     this.toolStripStatusLabelError.Name = "toolStripStatusLabelError";
     this.toolStripStatusLabelError.Size = new System.Drawing.Size(70, 17);
     this.toolStripStatusLabelError.Text = "错误日志: 0";
     //
     // toolStripStatusLabelWarning
     //
     this.toolStripStatusLabelWarning.Name = "toolStripStatusLabelWarning";
     this.toolStripStatusLabelWarning.Size = new System.Drawing.Size(70, 17);
     this.toolStripStatusLabelWarning.Text = "警告日志: 0";
     //
     // toolStripStatusLabelInfo
     //
     this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
     this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(70, 17);
     this.toolStripStatusLabelInfo.Text = "普通日志: 0";
     //
     // tableList
     //
     this.tableList.BorderColor            = System.Drawing.Color.Black;
     this.tableList.DataMember             = null;
     this.tableList.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.tableList.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tableList.Location             = new System.Drawing.Point(0, 31);
     this.tableList.Name                 = "tableList";
     this.tableList.Size                 = new System.Drawing.Size(381, 171);
     this.tableList.TabIndex             = 5;
     this.tableList.TopIndex             = -1;
     this.tableList.TopItem              = null;
     this.tableList.UnfocusedBorderColor = System.Drawing.Color.Black;
     this.tableList.FontChanged         += new System.EventHandler(this.tableList_FontChanged);
     //
     // LogViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableList);
     this.Controls.Add(this.toolStripMaster);
     this.Controls.Add(this.statusStrip);
     this.Name = "LogViewer";
     this.Size = new System.Drawing.Size(381, 224);
     this.toolStripMaster.ResumeLayout(false);
     this.toolStripMaster.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tableList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #8
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
			this.toolStripMaster = new System.Windows.Forms.ToolStrip();
			this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripButtonError = new System.Windows.Forms.ToolStripButton();
			this.toolStripButtonWarning = new System.Windows.Forms.ToolStripButton();
			this.toolStripButtonInfo = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripButtonCopy = new System.Windows.Forms.ToolStripButton();
			this.statusStrip = new System.Windows.Forms.StatusStrip();
			this.toolStripStatusLabelError = new System.Windows.Forms.ToolStripStatusLabel();
			this.toolStripStatusLabelWarning = new System.Windows.Forms.ToolStripStatusLabel();
			this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel();
			this.tableList = new ZForge.Controls.XPTable.Models.Table();
			this.toolStripMaster.SuspendLayout();
			this.statusStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.tableList)).BeginInit();
			this.SuspendLayout();
			// 
			// toolStripMaster
			// 
			this.toolStripMaster.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonClear,
            this.toolStripSeparator1,
            this.toolStripButtonError,
            this.toolStripButtonWarning,
            this.toolStripButtonInfo,
            this.toolStripSeparator2,
            this.toolStripButtonCopy});
			this.toolStripMaster.Location = new System.Drawing.Point(0, 0);
			this.toolStripMaster.Name = "toolStripMaster";
			this.toolStripMaster.Size = new System.Drawing.Size(381, 31);
			this.toolStripMaster.TabIndex = 3;
			this.toolStripMaster.Text = "toolStrip1";
			// 
			// toolStripButtonClear
			// 
			this.toolStripButtonClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButtonClear.Image = global::ZForge.Controls.Logs.Properties.Resources.scroll_delete_24;
			this.toolStripButtonClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonClear.Name = "toolStripButtonClear";
			this.toolStripButtonClear.Size = new System.Drawing.Size(28, 28);
			this.toolStripButtonClear.Text = "清空日志";
			this.toolStripButtonClear.Click += new System.EventHandler(this.toolStripButtonClear_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
			// 
			// toolStripButtonError
			// 
			this.toolStripButtonError.Checked = true;
			this.toolStripButtonError.CheckOnClick = true;
			this.toolStripButtonError.CheckState = System.Windows.Forms.CheckState.Checked;
			this.toolStripButtonError.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButtonError.Image = global::ZForge.Controls.Logs.Properties.Resources.scroll_error_24;
			this.toolStripButtonError.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonError.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonError.Name = "toolStripButtonError";
			this.toolStripButtonError.Size = new System.Drawing.Size(28, 28);
			this.toolStripButtonError.Text = "显示报警日志";
			this.toolStripButtonError.CheckedChanged += new System.EventHandler(this.toolStripButtonError_CheckedChanged);
			// 
			// toolStripButtonWarning
			// 
			this.toolStripButtonWarning.Checked = true;
			this.toolStripButtonWarning.CheckOnClick = true;
			this.toolStripButtonWarning.CheckState = System.Windows.Forms.CheckState.Checked;
			this.toolStripButtonWarning.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButtonWarning.Image = global::ZForge.Controls.Logs.Properties.Resources.scroll_warning_24;
			this.toolStripButtonWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonWarning.Name = "toolStripButtonWarning";
			this.toolStripButtonWarning.Size = new System.Drawing.Size(28, 28);
			this.toolStripButtonWarning.Text = "显示警告日志";
			this.toolStripButtonWarning.CheckedChanged += new System.EventHandler(this.toolStripButtonWarning_CheckedChanged);
			// 
			// toolStripButtonInfo
			// 
			this.toolStripButtonInfo.Checked = true;
			this.toolStripButtonInfo.CheckOnClick = true;
			this.toolStripButtonInfo.CheckState = System.Windows.Forms.CheckState.Checked;
			this.toolStripButtonInfo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButtonInfo.Image = global::ZForge.Controls.Logs.Properties.Resources.scroll_information_24;
			this.toolStripButtonInfo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonInfo.Name = "toolStripButtonInfo";
			this.toolStripButtonInfo.Size = new System.Drawing.Size(28, 28);
			this.toolStripButtonInfo.Text = "显示普通信息";
			this.toolStripButtonInfo.CheckedChanged += new System.EventHandler(this.toolStripButtonInfo_CheckedChanged);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
			// 
			// toolStripButtonCopy
			// 
			this.toolStripButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButtonCopy.Image = global::ZForge.Controls.Logs.Properties.Resources.copy_24;
			this.toolStripButtonCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonCopy.Name = "toolStripButtonCopy";
			this.toolStripButtonCopy.Size = new System.Drawing.Size(28, 28);
			this.toolStripButtonCopy.Text = "拷贝当前日志到剪贴板";
			this.toolStripButtonCopy.Click += new System.EventHandler(this.toolStripButtonCopy_Click);
			// 
			// statusStrip
			// 
			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabelError,
            this.toolStripStatusLabelWarning,
            this.toolStripStatusLabelInfo});
			this.statusStrip.Location = new System.Drawing.Point(0, 202);
			this.statusStrip.Name = "statusStrip";
			this.statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
			this.statusStrip.Size = new System.Drawing.Size(381, 22);
			this.statusStrip.TabIndex = 4;
			this.statusStrip.Text = "statusStrip1";
			// 
			// toolStripStatusLabelError
			// 
			this.toolStripStatusLabelError.Name = "toolStripStatusLabelError";
			this.toolStripStatusLabelError.Size = new System.Drawing.Size(70, 17);
			this.toolStripStatusLabelError.Text = "错误日志: 0";
			// 
			// toolStripStatusLabelWarning
			// 
			this.toolStripStatusLabelWarning.Name = "toolStripStatusLabelWarning";
			this.toolStripStatusLabelWarning.Size = new System.Drawing.Size(70, 17);
			this.toolStripStatusLabelWarning.Text = "警告日志: 0";
			// 
			// toolStripStatusLabelInfo
			// 
			this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
			this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(70, 17);
			this.toolStripStatusLabelInfo.Text = "普通日志: 0";
			// 
			// tableList
			// 
			this.tableList.BorderColor = System.Drawing.Color.Black;
			this.tableList.DataMember = null;
			this.tableList.DataSourceColumnBinder = dataSourceColumnBinder1;
			this.tableList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableList.Location = new System.Drawing.Point(0, 31);
			this.tableList.Name = "tableList";
			this.tableList.Size = new System.Drawing.Size(381, 171);
			this.tableList.TabIndex = 5;
			this.tableList.TopIndex = -1;
			this.tableList.TopItem = null;
			this.tableList.UnfocusedBorderColor = System.Drawing.Color.Black;
			this.tableList.FontChanged += new System.EventHandler(this.tableList_FontChanged);
			// 
			// LogViewer
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.tableList);
			this.Controls.Add(this.toolStripMaster);
			this.Controls.Add(this.statusStrip);
			this.Name = "LogViewer";
			this.Size = new System.Drawing.Size(381, 224);
			this.toolStripMaster.ResumeLayout(false);
			this.toolStripMaster.PerformLayout();
			this.statusStrip.ResumeLayout(false);
			this.statusStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.tableList)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder2 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
			this.tableModules = new ZForge.Controls.XPTable.Models.Table();
			this.tableLayoutPanelHostID = new System.Windows.Forms.TableLayoutPanel();
			this.labelHostID = new System.Windows.Forms.Label();
			this.textBoxHostID = new System.Windows.Forms.TextBox();
			this.panelMain = new System.Windows.Forms.Panel();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.toolStripButtonImport = new System.Windows.Forms.ToolStripButton();
			((System.ComponentModel.ISupportInitialize)(this.tableModules)).BeginInit();
			this.tableLayoutPanelHostID.SuspendLayout();
			this.panelMain.SuspendLayout();
			this.toolStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// tableModules
			// 
			this.tableModules.BorderColor = System.Drawing.Color.Black;
			this.tableModules.DataMember = null;
			this.tableModules.DataSourceColumnBinder = dataSourceColumnBinder2;
			this.tableModules.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableModules.Location = new System.Drawing.Point(0, 29);
			this.tableModules.Name = "tableModules";
			this.tableModules.Size = new System.Drawing.Size(349, 90);
			this.tableModules.TabIndex = 1;
			this.tableModules.TopIndex = -1;
			this.tableModules.TopItem = null;
			this.tableModules.UnfocusedBorderColor = System.Drawing.Color.Black;
			// 
			// tableLayoutPanelHostID
			// 
			this.tableLayoutPanelHostID.ColumnCount = 2;
			this.tableLayoutPanelHostID.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanelHostID.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanelHostID.Controls.Add(this.labelHostID, 0, 0);
			this.tableLayoutPanelHostID.Controls.Add(this.textBoxHostID, 1, 0);
			this.tableLayoutPanelHostID.Dock = System.Windows.Forms.DockStyle.Top;
			this.tableLayoutPanelHostID.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanelHostID.Name = "tableLayoutPanelHostID";
			this.tableLayoutPanelHostID.RowCount = 1;
			this.tableLayoutPanelHostID.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanelHostID.Size = new System.Drawing.Size(349, 29);
			this.tableLayoutPanelHostID.TabIndex = 0;
			// 
			// labelHostID
			// 
			this.labelHostID.AutoSize = true;
			this.labelHostID.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelHostID.Location = new System.Drawing.Point(3, 0);
			this.labelHostID.Name = "labelHostID";
			this.labelHostID.Size = new System.Drawing.Size(46, 29);
			this.labelHostID.TabIndex = 0;
			this.labelHostID.Text = "序列码:";
			this.labelHostID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textBoxHostID
			// 
			this.textBoxHostID.Dock = System.Windows.Forms.DockStyle.Fill;
			this.textBoxHostID.Location = new System.Drawing.Point(55, 3);
			this.textBoxHostID.Name = "textBoxHostID";
			this.textBoxHostID.ReadOnly = true;
			this.textBoxHostID.Size = new System.Drawing.Size(291, 20);
			this.textBoxHostID.TabIndex = 1;
			// 
			// panelMain
			// 
			this.panelMain.Controls.Add(this.tableModules);
			this.panelMain.Controls.Add(this.tableLayoutPanelHostID);
			this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelMain.Location = new System.Drawing.Point(0, 31);
			this.panelMain.Name = "panelMain";
			this.panelMain.Size = new System.Drawing.Size(349, 119);
			this.panelMain.TabIndex = 2;
			// 
			// toolStrip
			// 
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonImport});
			this.toolStrip.Location = new System.Drawing.Point(0, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Size = new System.Drawing.Size(349, 31);
			this.toolStrip.TabIndex = 2;
			this.toolStrip.Text = "toolStrip1";
			// 
			// toolStripButtonImport
			// 
			this.toolStripButtonImport.Image = global::ZForge.SA.Komponent.Properties.Resources.lock_open_24;
			this.toolStripButtonImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolStripButtonImport.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButtonImport.Name = "toolStripButtonImport";
			this.toolStripButtonImport.Size = new System.Drawing.Size(96, 28);
			this.toolStripButtonImport.Text = "导入许可证";
			this.toolStripButtonImport.Click += new System.EventHandler(this.toolStripButtonImport_Click);
			// 
			// SALicenseControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.panelMain);
			this.Controls.Add(this.toolStrip);
			this.Name = "SALicenseControl";
			this.Size = new System.Drawing.Size(349, 150);
			((System.ComponentModel.ISupportInitialize)(this.tableModules)).EndInit();
			this.tableLayoutPanelHostID.ResumeLayout(false);
			this.tableLayoutPanelHostID.PerformLayout();
			this.panelMain.ResumeLayout(false);
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ZForge.Controls.XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new ZForge.Controls.XPTable.Models.DataSourceColumnBinder();
     this.panelTop          = new System.Windows.Forms.Panel();
     this.labelTop          = new System.Windows.Forms.Label();
     this.panelBottom       = new System.Windows.Forms.Panel();
     this.buttonOk          = new System.Windows.Forms.Button();
     this.panelMain         = new System.Windows.Forms.Panel();
     this.tabControl        = new System.Windows.Forms.TabControl();
     this.tabPagePlugInList = new System.Windows.Forms.TabPage();
     this.tablePlugIns      = new ZForge.Controls.XPTable.Models.Table();
     this.panelTop.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPagePlugInList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tablePlugIns)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.labelTop);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(527, 35);
     this.panelTop.TabIndex = 0;
     //
     // labelTop
     //
     this.labelTop.AutoSize = true;
     this.labelTop.Font     = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelTop.Location = new System.Drawing.Point(3, 10);
     this.labelTop.Name     = "labelTop";
     this.labelTop.Size     = new System.Drawing.Size(92, 17);
     this.labelTop.TabIndex = 0;
     this.labelTop.Text     = "已安装的插件:";
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.buttonOk);
     this.panelBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location = new System.Drawing.Point(0, 297);
     this.panelBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelBottom.Name     = "panelBottom";
     this.panelBottom.Size     = new System.Drawing.Size(527, 73);
     this.panelBottom.TabIndex = 1;
     //
     // buttonOk
     //
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Image                   = global::ZForge.Motion.Forms.Properties.Resources.ok;
     this.buttonOk.Location                = new System.Drawing.Point(214, 7);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(86, 47);
     this.buttonOk.TabIndex                = 0;
     this.buttonOk.Text                    = "关闭";
     this.buttonOk.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonOk.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.tabControl);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 35);
     this.panelMain.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(527, 262);
     this.panelMain.TabIndex = 2;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPagePlugInList);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(527, 262);
     this.tabControl.TabIndex      = 0;
     //
     // tabPagePlugInList
     //
     this.tabPagePlugInList.Controls.Add(this.tablePlugIns);
     this.tabPagePlugInList.Location = new System.Drawing.Point(4, 26);
     this.tabPagePlugInList.Name     = "tabPagePlugInList";
     this.tabPagePlugInList.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPagePlugInList.Size     = new System.Drawing.Size(519, 232);
     this.tabPagePlugInList.TabIndex = 0;
     this.tabPagePlugInList.Text     = "插件列表";
     this.tabPagePlugInList.UseVisualStyleBackColor = true;
     //
     // tablePlugIns
     //
     this.tablePlugIns.BorderColor            = System.Drawing.Color.Black;
     this.tablePlugIns.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tablePlugIns.DataMember             = null;
     this.tablePlugIns.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.tablePlugIns.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tablePlugIns.FullRowSelect        = true;
     this.tablePlugIns.HeaderFont           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tablePlugIns.Location             = new System.Drawing.Point(3, 3);
     this.tablePlugIns.Margin               = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tablePlugIns.Name                 = "tablePlugIns";
     this.tablePlugIns.Size                 = new System.Drawing.Size(513, 226);
     this.tablePlugIns.TabIndex             = 1;
     this.tablePlugIns.TopIndex             = -1;
     this.tablePlugIns.TopItem              = null;
     this.tablePlugIns.UnfocusedBorderColor = System.Drawing.Color.Black;
     //
     // PlugInForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(527, 370);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelTop);
     this.Font            = new System.Drawing.Font("Microsoft YaHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name            = "PlugInForm";
     this.ShowInTaskbar   = false;
     this.Text            = "插件浏览";
     this.panelTop.ResumeLayout(false);
     this.panelTop.PerformLayout();
     this.panelBottom.ResumeLayout(false);
     this.panelMain.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPagePlugInList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tablePlugIns)).EndInit();
     this.ResumeLayout(false);
 }