本文整理汇总了C#中System.Windows.Forms.ListViewGroup类的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.ListViewGroup类的具体用法?C# System.Windows.Forms.ListViewGroup怎么用?C# System.Windows.Forms.ListViewGroup使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
System.Windows.Forms.ListViewGroup类属于命名空间,在下文中一共展示了System.Windows.Forms.ListViewGroup类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Sem previsão", System.Windows.Forms.HorizontalAlignment.Left);
this.lst = new System.Windows.Forms.ListView();
this.colAcerto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colPessoa = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colMarcação = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colPrevisão = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout();
//
// lst
//
this.lst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colAcerto,
this.colPessoa,
this.colMarcação,
this.colPrevisão});
this.lst.Dock = System.Windows.Forms.DockStyle.Fill;
this.lst.FullRowSelect = true;
listViewGroup1.Header = "Sem previsão";
listViewGroup1.Name = "grpSemPrevisão";
this.lst.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1});
this.lst.Location = new System.Drawing.Point(0, 0);
this.lst.Name = "lst";
this.lst.Size = new System.Drawing.Size(355, 150);
this.lst.TabIndex = 0;
this.lst.UseCompatibleStateImageBehavior = false;
this.lst.View = System.Windows.Forms.View.Details;
this.lst.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lst_ColumnClick);
this.lst.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
this.lst.DoubleClick += new System.EventHandler(this.ListaAcertos_DoubleClick);
//
// colAcerto
//
this.colAcerto.Text = "Acerto";
//
// colPessoa
//
this.colPessoa.Text = "Pessoa";
//
// colMarcação
//
this.colMarcação.Text = "Marcado em";
//
// colPrevisão
//
this.colPrevisão.Text = "Previsão";
//
// ListaAcertos
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lst);
this.Name = "ListaAcertos";
this.Size = new System.Drawing.Size(355, 150);
this.DoubleClick += new System.EventHandler(this.ListaAcertos_DoubleClick);
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Свойства документа", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Пространство", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ColumnHeader columnHeader1;
System.Windows.Forms.ColumnHeader columnHeader2;
this.listView = new System.Windows.Forms.ListView();
columnHeader1 = new System.Windows.Forms.ColumnHeader();
columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.SuspendLayout();
//
// listView
//
this.listView.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.listView.CausesValidation = false;
this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader1,
columnHeader2});
this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
listViewGroup1.Header = "Свойства документа";
listViewGroup1.Name = "common";
listViewGroup2.Header = "Пространство";
listViewGroup2.Name = "bytes";
this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2});
this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView.Location = new System.Drawing.Point(0, 0);
this.listView.MultiSelect = false;
this.listView.Name = "listView";
this.listView.Size = new System.Drawing.Size(365, 302);
this.listView.TabIndex = 0;
this.listView.UseCompatibleStateImageBehavior = false;
this.listView.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
columnHeader1.Text = "";
columnHeader1.Width = 200;
//
// columnHeader2
//
columnHeader2.Text = "";
columnHeader2.Width = 100;
//
// ScenarioPropertiesDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(365, 302);
this.Controls.Add(this.listView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MinimizeBox = false;
this.Name = "ScenarioPropertiesDialog";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Свойства сценария";
this.ResumeLayout(false);
}
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup(" ", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("歌曲名称", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("点歌人", System.Windows.Forms.HorizontalAlignment.Left);
this.listView1 = new System.Windows.Forms.ListView();
this.t = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// listView1
//
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
listViewGroup4.Header = " ";
listViewGroup4.Name = "now";
listViewGroup5.Header = "歌曲名称";
listViewGroup5.Name = "songName";
listViewGroup6.Header = "点歌人";
listViewGroup6.Name = "by";
this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup4,
listViewGroup5,
listViewGroup6});
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(232, 375);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// t
//
this.t.Enabled = true;
this.t.Interval = 5000;
this.t.Tick += new System.EventHandler(this.t_Tick);
//
// frmSongList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(232, 375);
this.Controls.Add(this.listView1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSongList";
this.Opacity = 0.8D;
this.ShowInTaskbar = false;
this.Text = "frmSongList";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSongList_FormClosing);
this.Load += new System.EventHandler(this.frmSongList_Load);
this.ResumeLayout(false);
}
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Summary", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Failed", System.Windows.Forms.HorizontalAlignment.Left);
this.lstSummary = new System.Windows.Forms.ListView();
this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colMessage = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout();
//
// lstSummary
//
this.lstSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colItem,
this.colMessage});
listViewGroup1.Header = "Summary";
listViewGroup1.Name = "lstGrpSummary";
listViewGroup2.Header = "Failed";
listViewGroup2.Name = "lstGrpFailed";
this.lstSummary.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2});
this.lstSummary.Location = new System.Drawing.Point(12, 12);
this.lstSummary.Name = "lstSummary";
this.lstSummary.Size = new System.Drawing.Size(870, 294);
this.lstSummary.TabIndex = 0;
this.lstSummary.UseCompatibleStateImageBehavior = false;
this.lstSummary.View = System.Windows.Forms.View.Details;
//
// colItem
//
this.colItem.Text = "Item";
this.colItem.Width = 348;
//
// colMessage
//
this.colMessage.Text = "";
this.colMessage.Width = 516;
//
// SummaryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(894, 318);
this.Controls.Add(this.lstSummary);
this.Name = "SummaryForm";
this.ShowIcon = false;
this.Text = "Summary";
this.Load += new System.EventHandler(this.SummaryForm_Load);
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup ("ListView information", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup ("Time", System.Windows.Forms.HorizontalAlignment.Left);
this.listView1 = new System.Windows.Forms.ListView ();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader ();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader ();
this.SuspendLayout ();
//
// listView1
//
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView1.Columns.AddRange (new System.Windows.Forms.ColumnHeader [] {
this.columnHeader1,
this.columnHeader2});
listViewGroup1.Header = "ListView information";
listViewGroup1.Name = "listviewGroup";
listViewGroup2.Header = "Time";
listViewGroup2.Name = "timeGroup";
this.listView1.Groups.AddRange (new System.Windows.Forms.ListViewGroup [] {
listViewGroup1,
listViewGroup2});
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listView1.Location = new System.Drawing.Point (6, 6);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size (195, 203);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Property";
//
// columnHeader2
//
this.columnHeader2.Text = "Value";
//
// ResultForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF (6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size (205, 213);
this.Controls.Add (this.listView1);
this.Name = "ResultForm";
this.ShowInTaskbar = false;
this.Text = "ResultForm";
this.Load += new System.EventHandler (this.ResultForm_Load);
this.ResumeLayout (false);
}
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
listViewGroup1.Header = "ListViewGroup";
listViewGroup1.Name = "listViewGroup1";
this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1});
this.listView1.Location = new System.Drawing.Point(12, 97);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(466, 160);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Width = 206;
//
// button1
//
this.button1.Location = new System.Drawing.Point(306, 37);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 269);
this.Controls.Add(this.button1);
this.Controls.Add(this.listView1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Video", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Audio", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("Subtitles", System.Windows.Forms.HorizontalAlignment.Left);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.selectableLabel1 = new DotNetUtils.Controls.SelectableLabel();
this.textBoxMovieFileNameExample = new DotNetUtils.Controls.SelectableLabel();
this.textBoxMovieDirectoryExample = new DotNetUtils.Controls.SelectableLabel();
this.label5 = new System.Windows.Forms.Label();
this.textBoxMovieDirectory = new DotNetUtils.Controls.FileTextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBoxMovieFileName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.linkLabelTVShowReleaseDateFormat = new DotNetUtils.Controls.LinkLabel2();
this.label15 = new System.Windows.Forms.Label();
this.textBoxTVShowReleaseDateFormat = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.comboBoxEpisodeNumberFormat = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.comboBoxSeasonNumberFormat = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.selectableLabel4 = new DotNetUtils.Controls.SelectableLabel();
this.textBoxTVShowFileNameExample = new DotNetUtils.Controls.SelectableLabel();
this.textBoxTVShowDirectoryExample = new DotNetUtils.Controls.SelectableLabel();
this.label9 = new System.Windows.Forms.Label();
this.textBoxTVShowDirectory = new DotNetUtils.Controls.FileTextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.textBoxTVShowFileName = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBoxReplaceSpacesWith = new System.Windows.Forms.TextBox();
this.checkBoxReplaceSpaces = new System.Windows.Forms.CheckBox();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.listViewCodecNames = new DotNetUtils.Controls.ListView2();
this.columnHeaderLabel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderCodec = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.buttonDefault = new System.Windows.Forms.Button();
this.buttonRevert = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.selectableLabel1);
this.groupBox1.Controls.Add(this.textBoxMovieFileNameExample);
this.groupBox1.Controls.Add(this.textBoxMovieDirectoryExample);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.textBoxMovieDirectory);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBoxMovieFileName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 306);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(769, 140);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Movies";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.SystemColors.GrayText;
this.label6.Location = new System.Drawing.Point(61, 113);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(50, 13);
this.label6.TabIndex = 9;
this.label6.Text = "Example:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(40, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 13);
this.label4.TabIndex = 1;
this.label4.Text = "Placeholders:";
//
// selectableLabel1
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("group1", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("group2", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("group3", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("qwerqewr");
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new System.Windows.Forms.ListViewItem.ListViewSubItem[] {
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "asdfasdf"),
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "sub1", System.Drawing.SystemColors.Info, System.Drawing.SystemColors.HotTrack, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)))),
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "sub2")}, -1);
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("jjjjjjjjjjjjjj");
System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("hhhhhhhhhhhhhh");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vixen2xSequenceImporterChannelMapper));
this.listViewMapping = new System.Windows.Forms.ListView();
this.v2Channel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.v2ChannelOutput = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.v2ChannelName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.v2ChannelColor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.destinationElement = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.destinationColor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.RGBPixelColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.multiSelectTreeview1 = new Common.Controls.MultiSelectTreeview();
this.destinationColorButton = new System.Windows.Forms.Button();
this.mappingNameLabel = new System.Windows.Forms.Label();
this.mappingNameTextBox = new System.Windows.Forms.TextBox();
this.numericUpDownRepeatElements = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.checkBoxRGB = new System.Windows.Forms.CheckBox();
this.comboBoxColorOrder = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownRepeatElements)).BeginInit();
this.SuspendLayout();
//
// listViewMapping
//
this.listViewMapping.AllowDrop = true;
this.listViewMapping.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.listViewMapping.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.v2Channel,
this.v2ChannelOutput,
this.v2ChannelName,
this.v2ChannelColor,
this.destinationElement,
this.destinationColor,
this.RGBPixelColumn});
this.listViewMapping.FullRowSelect = true;
this.listViewMapping.GridLines = true;
listViewGroup1.Header = "group1";
listViewGroup1.Name = "listViewGroup1";
listViewGroup2.Header = "group2";
listViewGroup2.Name = "listViewGroup2";
listViewGroup3.Header = "group3";
listViewGroup3.Name = "listViewGroup3";
this.listViewMapping.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2,
listViewGroup3});
this.listViewMapping.HideSelection = false;
this.listViewMapping.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2,
listViewItem3,
listViewItem4});
this.listViewMapping.Location = new System.Drawing.Point(12, 12);
this.listViewMapping.Name = "listViewMapping";
this.listViewMapping.ShowGroups = false;
this.listViewMapping.Size = new System.Drawing.Size(628, 488);
this.listViewMapping.TabIndex = 0;
this.listViewMapping.UseCompatibleStateImageBehavior = false;
this.listViewMapping.View = System.Windows.Forms.View.Details;
this.listViewMapping.DragDrop += new System.Windows.Forms.DragEventHandler(this.listViewMapping_DragDrop);
this.listViewMapping.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewMapping_DragEnter);
//
// v2Channel
//
this.v2Channel.Text = "V2 Channel";
this.v2Channel.Width = 68;
//
// v2ChannelOutput
//
this.v2ChannelOutput.Text = "V2 Output";
this.v2ChannelOutput.Width = 68;
//
// v2ChannelName
//
this.v2ChannelName.Text = "V2 Name";
this.v2ChannelName.Width = 130;
//
// v2ChannelColor
//
this.v2ChannelColor.Text = "V2 Color";
this.v2ChannelColor.Width = 70;
//
// destinationElement
//.........这里部分代码省略.........
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPageManage));
CCWin.SkinControl.Animation animation1 = new CCWin.SkinControl.Animation();
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("网页生产线", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("下载生产线", System.Windows.Forms.HorizontalAlignment.Left);
CCWin.SkinControl.Animation animation2 = new CCWin.SkinControl.Animation();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeV = new System.Windows.Forms.TreeView();
this.treeView = new System.Windows.Forms.ImageList(this.components);
this.tabPlot = new CCWin.SkinControl.SkinTabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.listView1 = new System.Windows.Forms.ListView();
this.column生产线名称 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column基础网址 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column方法 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column字符集 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column动态页数 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column自动调度 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column最早启动时刻 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column循环周期 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column常规待发 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column已发待收 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column本缓待处 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column已收待处 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column累计完成 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column已处待存 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column最近提交任务时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column诊断信息 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageListPlotLine = new System.Windows.Forms.ImageList(this.components);
this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.MenuPlotGroup = new CCWin.SkinControl.SkinContextMenuStrip();
this.MenuGroupPlotNew = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.MenuGroupFloderNew = new System.Windows.Forms.ToolStripMenuItem();
this.MenuGroupFloderDelete = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine = new CCWin.SkinControl.SkinContextMenuStrip();
this.MenuPlotLine添加 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine添加网页生产线 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine添加下载生产线 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine修改提取配置 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.MenuPlotLine编辑 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine任务 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine批量注入 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine手动生成 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.MenuPlotLine启动 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine停止 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine重置 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.MenuPlotLine全部启动 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuPlotLine全部停止 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.MenuPlotLine删除 = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabPlot.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.skinTabControl1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.MenuPlotGroup.SuspendLayout();
this.MenuPlotLine.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeV);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabPlot);
this.splitContainer1.Size = new System.Drawing.Size(1023, 638);
this.splitContainer1.SplitterDistance = 177;
this.splitContainer1.TabIndex = 0;
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigControllers));
this.listViewControllers = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.buttonAddController = new System.Windows.Forms.Button();
this.buttonDeleteController = new System.Windows.Forms.Button();
this.buttonOk = new System.Windows.Forms.Button();
this.groupBoxSelectedController = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.buttonConfigureOutputs = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.numericUpDownOutputCount = new System.Windows.Forms.NumericUpDown();
this.buttonUpdate = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.buttonConfigureController = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.groupBoxSelectedController.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownOutputCount)).BeginInit();
this.SuspendLayout();
//
// listViewControllers
//
this.listViewControllers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listViewControllers.CheckBoxes = true;
this.listViewControllers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.listViewControllers.FullRowSelect = true;
listViewGroup1.Header = "ListViewGroup";
listViewGroup1.Name = "listViewGroup1";
this.listViewControllers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1});
this.listViewControllers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listViewControllers.HideSelection = false;
this.listViewControllers.Location = new System.Drawing.Point(12, 12);
this.listViewControllers.Name = "listViewControllers";
this.listViewControllers.ShowGroups = false;
this.listViewControllers.Size = new System.Drawing.Size(395, 207);
this.listViewControllers.TabIndex = 0;
this.listViewControllers.UseCompatibleStateImageBehavior = false;
this.listViewControllers.View = System.Windows.Forms.View.Details;
this.listViewControllers.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewControllers_ItemChecked);
this.listViewControllers.SelectedIndexChanged += new System.EventHandler(this.listViewControllers_SelectedIndexChanged);
this.listViewControllers.DoubleClick += new System.EventHandler(this.listViewControllers_DoubleClick);
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 160;
//
// columnHeader2
//
this.columnHeader2.Text = "Type";
this.columnHeader2.Width = 153;
//
// columnHeader3
//
this.columnHeader3.Text = "Channels";
//
// buttonAddController
//
this.buttonAddController.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonAddController.Location = new System.Drawing.Point(62, 236);
this.buttonAddController.Name = "buttonAddController";
this.buttonAddController.Size = new System.Drawing.Size(120, 25);
this.buttonAddController.TabIndex = 17;
this.buttonAddController.Text = "Add New Controller";
this.buttonAddController.UseVisualStyleBackColor = true;
this.buttonAddController.Click += new System.EventHandler(this.buttonAddController_Click);
//
// buttonDeleteController
//
this.buttonDeleteController.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonDeleteController.Location = new System.Drawing.Point(237, 236);
this.buttonDeleteController.Name = "buttonDeleteController";
this.buttonDeleteController.Size = new System.Drawing.Size(120, 25);
this.buttonDeleteController.TabIndex = 19;
this.buttonDeleteController.Text = "Delete Selected";
this.buttonDeleteController.UseVisualStyleBackColor = true;
this.buttonDeleteController.Click += new System.EventHandler(this.buttonDeleteController_Click);
//
// buttonOk
//
this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOk.Location = new System.Drawing.Point(221, 445);
this.buttonOk.Name = "buttonOk";
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
this.DllPathTextBox = new System.Windows.Forms.TextBox();
this.LoadDllButton = new System.Windows.Forms.Button();
this.ProcessListView = new System.Windows.Forms.ListView();
this.RefreshButton = new System.Windows.Forms.Button();
this.InjectButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// DllPathTextBox
//
this.DllPathTextBox.BackColor = System.Drawing.Color.White;
this.DllPathTextBox.Location = new System.Drawing.Point(12, 12);
this.DllPathTextBox.Name = "DllPathTextBox";
this.DllPathTextBox.Size = new System.Drawing.Size(213, 20);
this.DllPathTextBox.TabIndex = 0;
//
// LoadDllButton
//
this.LoadDllButton.Location = new System.Drawing.Point(231, 10);
this.LoadDllButton.Name = "LoadDllButton";
this.LoadDllButton.Size = new System.Drawing.Size(55, 23);
this.LoadDllButton.TabIndex = 1;
this.LoadDllButton.Text = "Charger";
this.LoadDllButton.UseVisualStyleBackColor = true;
this.LoadDllButton.Click += new System.EventHandler(this.LoadDllButton_Click);
//
// ProcessListView
//
this.ProcessListView.BackColor = System.Drawing.Color.White;
listViewGroup3.Header = "ListViewGroup";
listViewGroup3.Name = "listViewGroup3";
this.ProcessListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup3});
this.ProcessListView.Location = new System.Drawing.Point(12, 65);
this.ProcessListView.MultiSelect = false;
this.ProcessListView.Name = "ProcessListView";
this.ProcessListView.Size = new System.Drawing.Size(268, 192);
this.ProcessListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.ProcessListView.TabIndex = 2;
this.ProcessListView.UseCompatibleStateImageBehavior = false;
this.ProcessListView.View = System.Windows.Forms.View.List;
//
// RefreshButton
//
this.RefreshButton.Location = new System.Drawing.Point(12, 36);
this.RefreshButton.Name = "RefreshButton";
this.RefreshButton.Size = new System.Drawing.Size(74, 23);
this.RefreshButton.TabIndex = 3;
this.RefreshButton.Text = "Rafraîchir processus";
this.RefreshButton.UseVisualStyleBackColor = true;
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
//
// InjectButton
//
this.InjectButton.Location = new System.Drawing.Point(92, 36);
this.InjectButton.Name = "InjectButton";
this.InjectButton.Size = new System.Drawing.Size(75, 23);
this.InjectButton.TabIndex = 4;
this.InjectButton.Text = "Injecter";
this.InjectButton.UseVisualStyleBackColor = true;
this.InjectButton.Click += new System.EventHandler(this.InjectButton_Click);
//
// main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 269);
this.Controls.Add(this.InjectButton);
this.Controls.Add(this.RefreshButton);
this.Controls.Add(this.ProcessListView);
this.Controls.Add(this.LoadDllButton);
this.Controls.Add(this.DllPathTextBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "main";
this.Text = "Injection de dll par Misugi";
this.Load += new System.EventHandler(this.main_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
示例12: InitializeComponent
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent() {
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Administratoren", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Benutzer", System.Windows.Forms.HorizontalAlignment.Left);
this.pnlUsrBase = new System.Windows.Forms.Panel();
this.lvwUser = new updateSystemDotNet.Administration.UI.Controls.extendedListView();
this.clmName = new System.Windows.Forms.ColumnHeader();
this.clmMaxProjects = new System.Windows.Forms.ColumnHeader();
this.clmIsActive = new System.Windows.Forms.ColumnHeader();
this.bgwRefreshUser = new System.ComponentModel.BackgroundWorker();
this.bgwDeleteUser = new System.ComponentModel.BackgroundWorker();
this.pnlUsrBase.SuspendLayout();
this.SuspendLayout();
//
// pnlUsrBase
//
this.pnlUsrBase.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlUsrBase.Controls.Add(this.lvwUser);
this.pnlUsrBase.Location = new System.Drawing.Point(5, 28);
this.pnlUsrBase.Name = "pnlUsrBase";
this.pnlUsrBase.Size = new System.Drawing.Size(443, 124);
this.pnlUsrBase.TabIndex = 1;
//
// lvwUser
//
this.lvwUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clmName,
this.clmMaxProjects,
this.clmIsActive});
this.lvwUser.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvwUser.FullRowSelect = true;
listViewGroup1.Header = "Administratoren";
listViewGroup1.Name = "grpAdmins";
listViewGroup2.Header = "Benutzer";
listViewGroup2.Name = "grpUser";
this.lvwUser.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2});
this.lvwUser.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvwUser.Location = new System.Drawing.Point(0, 0);
this.lvwUser.MultiSelect = false;
this.lvwUser.Name = "lvwUser";
this.lvwUser.Size = new System.Drawing.Size(443, 124);
this.lvwUser.TabIndex = 1;
this.lvwUser.UseCompatibleStateImageBehavior = false;
this.lvwUser.View = System.Windows.Forms.View.Details;
this.lvwUser.SelectedIndexChanged += new System.EventHandler(this.lvwUser_SelectedIndexChanged);
//
// clmName
//
this.clmName.Text = "Benutzername";
this.clmName.Width = 269;
//
// clmMaxProjects
//
this.clmMaxProjects.Text = "Max. Projekte";
this.clmMaxProjects.Width = 100;
//
// clmIsActive
//
this.clmIsActive.Text = "Aktiv";
this.clmIsActive.Width = 50;
//
// bgwRefreshUser
//
this.bgwRefreshUser.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwRefreshUser_DoWork);
//
// bgwDeleteUser
//
this.bgwDeleteUser.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwDeleteUser_DoWork);
this.bgwDeleteUser.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwDeleteUser_RunWorkerCompleted);
//
// statisticUsersSubPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pnlUsrBase);
this.Name = "statisticUsersSubPage";
this.Size = new System.Drawing.Size(451, 155);
this.Controls.SetChildIndex(this.pnlUsrBase, 0);
this.pnlUsrBase.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Description", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
"Replay Version",
"1.21"}, -1);
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
"Map Name",
"DotA Allstars v6.48b.w3x"}, -1);
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
"Map Location",
"Maps\\Download\\"}, -1);
System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
"Host Name",
"MYM^S1rro"}, -1);
System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
"Game Mode",
"-ap"}, -1);
System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
"Game Length",
"1:56:43"}, -1);
System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
"Sentinel Players",
"5"}, -1);
System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
"Scourge Players",
"5"}, -1);
System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new System.Windows.Forms.ListViewItem.ListViewSubItem[] {
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "Winner", System.Drawing.SystemColors.WindowText, System.Drawing.Color.Ivory, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)))),
new System.Windows.Forms.ListViewItem.ListViewSubItem(null, "Sentinel", System.Drawing.SystemColors.WindowText, System.Drawing.Color.Ivory, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))))}, -1);
this.tabControl = new System.Windows.Forms.TabControl();
this.browseTabPage = new System.Windows.Forms.TabPage();
this.browser = new DotaHIT.Extras.FileBrowser();
this.fixedSplitter = new System.Windows.Forms.Splitter();
this.previewPanel = new System.Windows.Forms.Panel();
this.playerColorsLL = new System.Windows.Forms.LinkLabel();
this.scourgeRTB = new System.Windows.Forms.RichTextBox();
this.sentinelRTB = new System.Windows.Forms.RichTextBox();
this.hostTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.mapTextBox = new System.Windows.Forms.TextBox();
this.userInfoPanel = new System.Windows.Forms.Panel();
this.parseB = new System.Windows.Forms.Button();
this.userInfoBLabel = new System.Windows.Forms.Label();
this.userInfoALabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.browserMenu = new System.Windows.Forms.MenuStrip();
this.replayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.parseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.extractToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.replayFinderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.parseTabPage = new System.Windows.Forms.TabPage();
this.panel13 = new System.Windows.Forms.Panel();
this.panel15 = new System.Windows.Forms.Panel();
this.replayTabControl = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.chatlogRTB = new System.Windows.Forms.RichTextBox();
this.killLogTabPage = new System.Windows.Forms.TabPage();
this.killLogRTB = new System.Windows.Forms.RichTextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.statisticsLV = new System.Windows.Forms.ListView();
this.slotColumn = new System.Windows.Forms.ColumnHeader();
this.playerColumn = new System.Windows.Forms.ColumnHeader();
this.heroColumn = new System.Windows.Forms.ColumnHeader();
this.apmColumn = new System.Windows.Forms.ColumnHeader();
this.killsColumn = new System.Windows.Forms.ColumnHeader();
this.deathsColumn = new System.Windows.Forms.ColumnHeader();
this.creepKDColumn = new System.Windows.Forms.ColumnHeader();
this.wardsColumn = new System.Windows.Forms.ColumnHeader();
this.exportTabPage = new System.Windows.Forms.TabPage();
this.namesCmbB = new System.Windows.Forms.ComboBox();
this.includeNamesCB = new System.Windows.Forms.CheckBox();
this.chooseFontB = new System.Windows.Forms.Button();
this.fontTextBox = new System.Windows.Forms.TextBox();
this.layoutCmbB = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.shortLaneNamesCB = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.exportIconWidthNumUD = new System.Windows.Forms.NumericUpDown();
this.exportPreviewB = new System.Windows.Forms.CheckBox();
this.heroTagB = new System.Windows.Forms.Button();
this.replayExportRTB = new System.Windows.Forms.RichTextBox();
this.label9 = new System.Windows.Forms.Label();
this.panel12 = new System.Windows.Forms.Panel();
this.openBuildsInFormLL = new System.Windows.Forms.LinkLabel();
this.closeReplayB = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.scourgeTeamToolStrip = new System.Windows.Forms.ToolStrip();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Installed Templates", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Custom Templates", System.Windows.Forms.HorizontalAlignment.Left);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectDialog));
this.label1 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Templates:";
//
// listView1
//
listViewGroup1.Header = "Installed Templates";
listViewGroup1.Name = "Installed Templates";
listViewGroup2.Header = "Custom Templates";
listViewGroup2.Name = "Custom Templates";
this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2});
this.listView1.HideSelection = false;
this.listView1.LargeImageList = this.imageList1;
this.listView1.Location = new System.Drawing.Point(12, 25);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(564, 207);
this.listView1.TabIndex = 1;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(32, 32);
this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(501, 381);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 8;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(420, 381);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "OK";
this.button1.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(12, 373);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(564, 2);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 271);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Name:";
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Saved", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Frequent", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Recent", System.Windows.Forms.HorizontalAlignment.Left);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.listView = new System.Windows.Forms.ListView();
this.indexColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.countCoppiedColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.countPastedColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.textColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.timer = new System.Windows.Forms.Timer(this.components);
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.labelClipBoardManager = new System.Windows.Forms.Label();
this.linkLabelGitHub = new System.Windows.Forms.LinkLabel();
this.labelMinimize = new System.Windows.Forms.Label();
this.contextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// listView
//
this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView.BackColor = System.Drawing.Color.WhiteSmoke;
this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.indexColumnHeader,
this.countCoppiedColumnHeader,
this.countPastedColumnHeader,
this.textColumnHeader});
this.listView.ForeColor = System.Drawing.Color.Black;
this.listView.FullRowSelect = true;
this.listView.GridLines = true;
listViewGroup1.Header = "Saved";
listViewGroup1.Name = "savedListViewGroup";
listViewGroup2.Header = "Frequent";
listViewGroup2.Name = "frequentListViewGroup";
listViewGroup3.Header = "Recent";
listViewGroup3.Name = "recentListViewGroup";
this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2,
listViewGroup3});
this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listView.Location = new System.Drawing.Point(9, 46);
this.listView.MultiSelect = false;
this.listView.Name = "listView";
this.listView.Scrollable = false;
this.listView.Size = new System.Drawing.Size(265, 276);
this.listView.TabIndex = 0;
this.listView.UseCompatibleStateImageBehavior = false;
this.listView.View = System.Windows.Forms.View.Details;
this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
this.listView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listView_KeyDown);
this.listView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseClick);
//
// indexColumnHeader
//
this.indexColumnHeader.Text = "Index";
this.indexColumnHeader.Width = 20;
//
// countCoppiedColumnHeader
//
this.countCoppiedColumnHeader.Text = "Copy Count";
this.countCoppiedColumnHeader.Width = 0;
//
// countPastedColumnHeader
//
this.countPastedColumnHeader.Text = "Paste Count";
this.countPastedColumnHeader.Width = 0;
//
// textColumnHeader
//
this.textColumnHeader.Text = "Content";
this.textColumnHeader.Width = 242;
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveToolStripMenuItem,
this.removeToolStripMenuItem});
this.contextMenuStrip.Name = "contextMenuStrip";
this.contextMenuStrip.Size = new System.Drawing.Size(118, 48);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// removeToolStripMenuItem
//.........这里部分代码省略.........