本文整理汇总了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类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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);
}
开发者ID:andrepontesmelo,项目名称:imjoias,代码行数:64,代码来源:ListaAcertos.Designer.cs
示例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);
}
开发者ID:xeno-by,项目名称:elf4b,代码行数:64,代码来源:ScenarioPropertiesDialog.Designer.cs
示例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);
}
开发者ID:yesterday17,项目名称:DanmakuSong,代码行数:59,代码来源:frmSongList.Designer.cs
示例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);
}
开发者ID:jpann,项目名称:SSRSMigrate,代码行数:58,代码来源:SummaryForm.Designer.cs
示例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);
}
开发者ID:hitswa,项目名称:winforms,代码行数:57,代码来源:ResultForm.Designer.cs
示例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);
}
开发者ID:freelance71989,项目名称:quiz-collection,代码行数:52,代码来源:Form1.Designer.cs
示例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
//.........这里部分代码省略.........
开发者ID:bdhero,项目名称:bdhero-fat,代码行数:101,代码来源:FormFileNamerPreferences.Designer.cs
示例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
//.........这里部分代码省略.........
开发者ID:stewmc,项目名称:vixen,代码行数:101,代码来源:Vixen2xSequenceImporterChannelMapper.Designer.cs
示例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;
//.........这里部分代码省略.........
开发者ID:daywrite,项目名称:Crawler,代码行数:101,代码来源:frmPageManage.Designer.cs
示例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";
//.........这里部分代码省略.........
开发者ID:alphageek-gb,项目名称:vixen-modules,代码行数:101,代码来源:ConfigControllers.Designer.cs
示例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();
}
开发者ID:Marc21,项目名称:NetTrackLite,代码行数:87,代码来源:main.Designer.cs
示例12: InitializeComponent
-
六六分期app的软件客服如何联系?不知道吗?加qq群【895510560】即可!标题:六六分期
阅读:19174|2023-10-27
-
今天小编告诉大家如何处理win10系统火狐flash插件总是崩溃的问题,可能很多用户都不知
阅读:9985|2022-11-06
-
今天小编告诉大家如何对win10系统删除桌面回收站图标进行设置,可能很多用户都不知道
阅读:8325|2022-11-06
-
今天小编告诉大家如何对win10系统电脑设置节能降温的设置方法,想必大家都遇到过需要
阅读:8695|2022-11-06
-
我们在使用xp系统的过程中,经常需要对xp系统无线网络安装向导设置进行设置,可能很多
阅读:8638|2022-11-06
-
今天小编告诉大家如何处理win7系统玩cf老是与主机连接不稳定的问题,可能很多用户都不
阅读:9654|2022-11-06
-
电脑对日常生活的重要性小编就不多说了,可是一旦碰到win7系统设置cf烟雾头的问题,很
阅读:8621|2022-11-06
-
我们在日常使用电脑的时候,有的小伙伴们可能在打开应用的时候会遇见提示应用程序无法
阅读:7998|2022-11-06
-
今天小编告诉大家如何对win7系统打开vcf文件进行设置,可能很多用户都不知道怎么对win
阅读:8652|2022-11-06
-
今天小编告诉大家如何对win10系统s4开启USB调试模式进行设置,可能很多用户都不知道怎
阅读:7535|2022-11-06
|
请发表评论