本文整理汇总了C#中System.Windows.Forms.StatusStrip.ResumeLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.StatusStrip.ResumeLayout方法的具体用法?C# System.Windows.Forms.StatusStrip.ResumeLayout怎么用?C# System.Windows.Forms.StatusStrip.ResumeLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.StatusStrip
的用法示例。
在下文中一共展示了System.Windows.Forms.StatusStrip.ResumeLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
//.........这里部分代码省略.........
this.gemStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.gemStatusLabel.Name = "gemStatusLabel";
this.gemStatusLabel.Size = new System.Drawing.Size(104, 17);
this.gemStatusLabel.Text = "SECS GEM Status";
//
// splitContainer2
//
splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer2.Location = new System.Drawing.Point(0, 0);
splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
splitContainer2.Panel1.Controls.Add(this.listBoxSecsMessages);
//
// splitContainer2.Panel2
//
splitContainer2.Panel2.Controls.Add(groupBox1);
splitContainer2.Size = new System.Drawing.Size(150, 207);
splitContainer2.TabIndex = 0;
splitContainer2.TabStop = false;
//
// listBoxSecsMessages
//
this.listBoxSecsMessages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.listBoxSecsMessages.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxSecsMessages.ItemHeight = 12;
this.listBoxSecsMessages.Location = new System.Drawing.Point(0, 0);
this.listBoxSecsMessages.Name = "listBoxSecsMessages";
this.listBoxSecsMessages.Size = new System.Drawing.Size(50, 207);
this.listBoxSecsMessages.TabIndex = 1;
this.listBoxSecsMessages.SelectedIndexChanged += new System.EventHandler(this.listBoxSecsMessageList_SelectedIndexChanged);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(splitContainer2);
this.splitContainer1.Panel1Collapsed = true;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.rtxtScreen);
this.splitContainer1.Size = new System.Drawing.Size(642, 417);
this.splitContainer1.SplitterDistance = 207;
this.splitContainer1.TabIndex = 10;
//
// rtxtScreen
//
this.rtxtScreen.BackColor = System.Drawing.Color.White;
this.rtxtScreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.rtxtScreen.DetectUrls = false;
this.rtxtScreen.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtxtScreen.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtxtScreen.Location = new System.Drawing.Point(0, 0);
this.rtxtScreen.MaxLength = 8192;
this.rtxtScreen.Name = "rtxtScreen";
this.rtxtScreen.ReadOnly = true;
this.rtxtScreen.ShortcutsEnabled = false;
this.rtxtScreen.Size = new System.Drawing.Size(642, 417);
this.rtxtScreen.TabIndex = 8;
this.rtxtScreen.TabStop = false;
this.rtxtScreen.Text = "";
this.rtxtScreen.WordWrap = false;
//
// HostMainForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(642, 463);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(statusbar);
this.Controls.Add(menu);
this.MainMenuStrip = menu;
this.Name = "HostMainForm";
this.Text = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
menu.ResumeLayout(false);
menu.PerformLayout();
statusbar.ResumeLayout(false);
statusbar.PerformLayout();
splitContainer2.Panel1.ResumeLayout(false);
splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
splitContainer2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例2: InitializeComponent
//.........这里部分代码省略.........
this.issueListView.Location = new System.Drawing.Point(0, 38);
this.issueListView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.issueListView.MultiSelect = false;
this.issueListView.Name = "issueListView";
this.issueListView.Size = new System.Drawing.Size(848, 382);
this.issueListView.TabIndex = 5;
this.issueListView.UseCompatibleStateImageBehavior = false;
this.issueListView.View = System.Windows.Forms.View.Details;
this.issueListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.IssueListView_ItemChecked);
this.issueListView.SelectedIndexChanged += new System.EventHandler(this.IssueListView_SelectedIndexChanged);
this.issueListView.DoubleClick += new System.EventHandler(this.IssueListView_DoubleClick);
//
// idColumn
//
this.idColumn.Text = "ID";
//
// foundLabel
//
this.foundLabel.AutoSize = true;
this.foundLabel.Location = new System.Drawing.Point(490, 11);
this.foundLabel.Name = "foundLabel";
this.foundLabel.Size = new System.Drawing.Size(70, 17);
this.foundLabel.TabIndex = 4;
this.foundLabel.Text = "{0} found";
this.foundLabel.Visible = false;
//
// searchFieldBox
//
this.searchFieldBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.searchFieldBox.FormattingEnabled = true;
this.searchFieldBox.Location = new System.Drawing.Point(341, 7);
this.searchFieldBox.Name = "searchFieldBox";
this.searchFieldBox.Size = new System.Drawing.Size(121, 25);
this.searchFieldBox.TabIndex = 3;
this.searchFieldBox.SelectedIndexChanged += new System.EventHandler(this.SearchFieldBox_SelectedIndexChanged);
//
// updateNotifyIcon
//
this.updateNotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.updateNotifyIcon.BalloonTipText = "There is a new version of Gurtle available. Click here to find out more.";
this.updateNotifyIcon.BalloonTipTitle = "Gurtle Update Available";
this.updateNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("updateNotifyIcon.Icon")));
this.updateNotifyIcon.Text = "Gurtle Update Available";
this.updateNotifyIcon.BalloonTipClicked += new System.EventHandler(this.UpdateNotifyIcon_Click);
this.updateNotifyIcon.Click += new System.EventHandler(this.UpdateNotifyIcon_Click);
//
// includeClosedCheckBox
//
this.includeClosedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.includeClosedCheckBox.AutoSize = true;
this.includeClosedCheckBox.Location = new System.Drawing.Point(175, 432);
this.includeClosedCheckBox.Name = "includeClosedCheckBox";
this.includeClosedCheckBox.Size = new System.Drawing.Size(155, 21);
this.includeClosedCheckBox.TabIndex = 8;
this.includeClosedCheckBox.Text = "I&nclude closed issues";
this.includeClosedCheckBox.UseVisualStyleBackColor = true;
this.includeClosedCheckBox.CheckedChanged += new System.EventHandler(this.RefreshButton_Click);
//
// searchBox
//
this.searchBox.FormattingEnabled = true;
this.searchBox.Location = new System.Drawing.Point(76, 7);
this.searchBox.Name = "searchBox";
this.searchBox.Size = new System.Drawing.Size(233, 25);
this.searchBox.TabIndex = 1;
this.searchBox.TextChanged += new System.EventHandler(this.SearchBox_TextChanged);
//
// IssueBrowserDialog
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = cancelButton;
this.ClientSize = new System.Drawing.Size(849, 487);
this.Controls.Add(this.searchBox);
this.Controls.Add(this.includeClosedCheckBox);
this.Controls.Add(this.searchFieldBox);
this.Controls.Add(this.foundLabel);
this.Controls.Add(label2);
this.Controls.Add(label1);
this.Controls.Add(this.refreshButton);
this.Controls.Add(statusStrip);
this.Controls.Add(this.okButton);
this.Controls.Add(cancelButton);
this.Controls.Add(this.detailButton);
this.Controls.Add(this.issueListView);
this.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(570, 190);
this.Name = "IssueBrowserDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Issues for {0} ({1})";
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例3: InitializeComponent
//.........这里部分代码省略.........
this.chtKernel.Dock = System.Windows.Forms.DockStyle.Fill;
this.chtKernel.Location = new System.Drawing.Point(3, 16);
this.chtKernel.Name = "chtKernel";
series1.ChartArea = "chaChart";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
series1.Name = "dsKernelData";
this.chtKernel.Series.Add(series1);
this.chtKernel.Size = new System.Drawing.Size(288, 68);
this.chtKernel.TabIndex = 0;
this.chtKernel.Text = "chart1";
//
// gbActions
//
this.gbActions.AutoSize = true;
this.gbActions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.gbActions.Controls.Add(flpActions);
this.gbActions.Dock = System.Windows.Forms.DockStyle.Top;
this.gbActions.Location = new System.Drawing.Point(0, 415);
this.gbActions.Name = "gbActions";
this.gbActions.Size = new System.Drawing.Size(294, 48);
this.gbActions.TabIndex = 4;
this.gbActions.TabStop = false;
this.gbActions.Text = "Actions";
//
// ofdOpenFile
//
this.ofdOpenFile.FileName = "InputImage";
this.ofdOpenFile.Filter = "Image Files|*.bmp;*.jpg;*.jpeg;*.png;*.gif";
this.ofdOpenFile.RestoreDirectory = true;
this.ofdOpenFile.Title = "Select Image to resize";
//
// sfdSave
//
this.sfdSave.DefaultExt = "png";
this.sfdSave.FileName = "OutputImage";
this.sfdSave.Filter = "Portable Network Graphics|*.png|JPEG Files|*.jpg;*.jpeg|Windows Bitmap|*.bmp|Grap" +
"hics Interchange Format|*.gif|Image Files|*.bmp;*.jpg;*.jpeg;*.png;*.gif";
this.sfdSave.RestoreDirectory = true;
this.sfdSave.Title = "Enter filename";
//
// ofdOpenScript
//
this.ofdOpenScript.DefaultExt = "irs";
this.ofdOpenScript.FileName = "InputScript";
this.ofdOpenScript.Filter = "Image Resizer Script Files|*.irs|All files|*.*";
this.ofdOpenScript.RestoreDirectory = true;
this.ofdOpenScript.Title = "Select script to load";
//
// sfdSaveScript
//
this.sfdSaveScript.DefaultExt = "irs";
this.sfdSaveScript.FileName = "OutputScript";
this.sfdSaveScript.Filter = "Image Resizer Script Files|*.irs|All files|*.*";
this.sfdSaveScript.RestoreDirectory = true;
this.sfdSaveScript.Title = "Enter filename";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(889, 602);
this.Controls.Add(this.tlpMainLayout);
this.Controls.Add(ssBottom);
this.Controls.Add(this.msMain);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.msMain;
this.MinimumSize = new System.Drawing.Size(600, 600);
this.Name = "MainForm";
this.Text = "ImageResizer";
ssBottom.ResumeLayout(false);
ssBottom.PerformLayout();
gbSourceImage.ResumeLayout(false);
gbTargetImage.ResumeLayout(false);
flpActions.ResumeLayout(false);
gbAdvanced.ResumeLayout(false);
gbAdvanced.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudRadius)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudRepetitionCount)).EndInit();
gbBorderPixelHandling.ResumeLayout(false);
gbBorderPixelHandling.PerformLayout();
gbTargetResolution.ResumeLayout(false);
gbTargetResolution.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudHeight)).EndInit();
gbMethod.ResumeLayout(false);
gbDescription.ResumeLayout(false);
gbDescription.PerformLayout();
this.msMain.ResumeLayout(false);
this.msMain.PerformLayout();
this.tlpMainLayout.ResumeLayout(false);
this.pnMiddle.ResumeLayout(false);
this.pnMiddle.PerformLayout();
this.gbKernelFunction.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chtKernel)).EndInit();
this.gbActions.ResumeLayout(false);
this.gbActions.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例4: InitializeComponent
//.........这里部分代码省略.........
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
toolStripStatusLabel1,
lblNODO,
statuslabel2,
lblPUERTO,
toolStripStatusLabel2,
lblCELLID});
statusStrip1.Location = new System.Drawing.Point(0, 344);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(557, 22);
statusStrip1.TabIndex = 14;
statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
toolStripStatusLabel1.Size = new System.Drawing.Size(76, 17);
toolStripStatusLabel1.Text = "Nodo Padre: ";
//
// lblNODO
//
lblNODO.Name = "lblNODO";
lblNODO.Size = new System.Drawing.Size(0, 17);
//
// statuslabel2
//
statuslabel2.Name = "statuslabel2";
statuslabel2.Size = new System.Drawing.Size(48, 17);
statuslabel2.Text = "Puerto: ";
//
// lblPUERTO
//
lblPUERTO.Name = "lblPUERTO";
lblPUERTO.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel2
//
toolStripStatusLabel2.Name = "toolStripStatusLabel2";
toolStripStatusLabel2.Size = new System.Drawing.Size(57, 17);
toolStripStatusLabel2.Text = "ID Célula:";
//
// lblCELLID
//
lblCELLID.Name = "lblCELLID";
lblCELLID.Size = new System.Drawing.Size(0, 17);
//
// lblTextoAcuses
//
lblTextoAcuses.AutoSize = true;
lblTextoAcuses.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
lblTextoAcuses.Location = new System.Drawing.Point(401, 27);
lblTextoAcuses.Name = "lblTextoAcuses";
lblTextoAcuses.Size = new System.Drawing.Size(129, 39);
lblTextoAcuses.TabIndex = 15;
lblTextoAcuses.Text = "Acuses";
//
// lblAcuses
//
lblAcuses.AutoSize = true;
lblAcuses.Font = new System.Drawing.Font("Microsoft Sans Serif", 50F);
lblAcuses.Location = new System.Drawing.Point(433, 66);
lblAcuses.Name = "lblAcuses";
lblAcuses.Size = new System.Drawing.Size(70, 76);
lblAcuses.TabIndex = 16;
lblAcuses.Text = "0";
lblAcuses.Visible = false;
//
// FrmCelula
//
AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(557, 366);
ControlBox = false;
Controls.Add(lblAcuses);
Controls.Add(lblTextoAcuses);
Controls.Add(statusStrip1);
Controls.Add(picGUI);
Controls.Add(picRESTA);
Controls.Add(picMULT);
Controls.Add(picDIV);
Controls.Add(picSUMA);
Controls.Add(label1);
Controls.Add(lstBoxOperaciones);
MaximizeBox = false;
MinimizeBox = false;
Name = "FrmCelula";
Text = "Celula";
Shown += new System.EventHandler(FrmCelula_Shown);
((System.ComponentModel.ISupportInitialize)(picGUI)).EndInit();
((System.ComponentModel.ISupportInitialize)(picRESTA)).EndInit();
((System.ComponentModel.ISupportInitialize)(picMULT)).EndInit();
((System.ComponentModel.ISupportInitialize)(picDIV)).EndInit();
((System.ComponentModel.ISupportInitialize)(picSUMA)).EndInit();
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
示例5: InitializeComponent
//.........这里部分代码省略.........
this.useRegexFilter.AutoSize = true;
this.useRegexFilter.Location = new System.Drawing.Point(3, 93);
this.useRegexFilter.Name = "useRegexFilter";
this.useRegexFilter.Size = new System.Drawing.Size(155, 17);
this.useRegexFilter.TabIndex = 5;
this.useRegexFilter.Text = "Use regex to filter branches";
this.useRegexFilter.UseVisualStyleBackColor = true;
this.useRegexFilter.CheckedChanged += new System.EventHandler(this.useRegexFilter_CheckedChanged);
//
// Refresh
//
this.Refresh.Location = new System.Drawing.Point(380, 153);
this.Refresh.Name = "Refresh";
this.Refresh.Size = new System.Drawing.Size(124, 23);
this.Refresh.TabIndex = 7;
this.Refresh.Text = "Search branches";
this.Refresh.UseVisualStyleBackColor = true;
this.Refresh.Click += new System.EventHandler(this.Refresh_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 5);
this.label1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(168, 13);
this.label1.TabIndex = 9;
this.label1.Text = "Delete branches older than x days";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 35);
this.label2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(200, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Delete branches fully merged into branch";
//
// mergedIntoBranch
//
this.mergedIntoBranch.Location = new System.Drawing.Point(380, 33);
this.mergedIntoBranch.Name = "mergedIntoBranch";
this.mergedIntoBranch.Size = new System.Drawing.Size(218, 20);
this.mergedIntoBranch.TabIndex = 12;
this.mergedIntoBranch.TextChanged += new System.EventHandler(this.mergedIntoBranch_TextChanged);
//
// olderThanDays
//
this.olderThanDays.Location = new System.Drawing.Point(380, 3);
this.olderThanDays.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.olderThanDays.Name = "olderThanDays";
this.olderThanDays.Size = new System.Drawing.Size(120, 20);
this.olderThanDays.TabIndex = 13;
this.olderThanDays.ValueChanged += new System.EventHandler(this.olderThanDays_ValueChanged);
//
// includeUnmergedBranches
//
this.includeUnmergedBranches.AutoSize = true;
this.includeUnmergedBranches.Location = new System.Drawing.Point(3, 123);
this.includeUnmergedBranches.Name = "includeUnmergedBranches";
this.includeUnmergedBranches.Size = new System.Drawing.Size(158, 17);
this.includeUnmergedBranches.TabIndex = 14;
this.includeUnmergedBranches.Text = "Include unmerged branches";
this.includeUnmergedBranches.UseVisualStyleBackColor = true;
this.includeUnmergedBranches.CheckedChanged += new System.EventHandler(this.includeUnmergedBranches_CheckedChanged);
//
// DeleteUnusedBranchesForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.Cancel;
this.ClientSize = new System.Drawing.Size(760, 421);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(statusStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(600, 400);
this.Name = "DeleteUnusedBranchesForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Delete obsolete branches";
this.pnlBranchesArea.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.imgLoading)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BranchesGrid)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.olderThanDays)).EndInit();
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.branchBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例6: InitializeComponent
//.........这里部分代码省略.........
this.currentStatus.Name = "currentStatus";
this.currentStatus.Size = new System.Drawing.Size(518, 17);
this.currentStatus.Spring = true;
this.currentStatus.Text = "Loading status...";
this.currentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// explorerImages
//
explorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("explorerImages.ImageStream")));
explorerImages.TransparentColor = System.Drawing.Color.Transparent;
explorerImages.Images.SetKeyName(0, "Unknown");
explorerImages.Images.SetKeyName(1, "CompletedSuccess");
explorerImages.Images.SetKeyName(2, "CompletedFailed");
explorerImages.Images.SetKeyName(3, "Pending");
explorerImages.Images.SetKeyName(4, "Cancelled");
explorerImages.Images.SetKeyName(5, "Running");
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 25);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.statusExplorer);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.statusDetails);
this.splitContainer1.Panel2.Controls.Add(this.statusProgress);
this.splitContainer1.Size = new System.Drawing.Size(533, 341);
this.splitContainer1.SplitterDistance = 177;
this.splitContainer1.TabIndex = 2;
//
// statusExplorer
//
this.statusExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusExplorer.ImageKey = "Unknown";
this.statusExplorer.ImageList = explorerImages;
this.statusExplorer.Location = new System.Drawing.Point(0, 0);
this.statusExplorer.Name = "statusExplorer";
this.statusExplorer.SelectedImageIndex = 0;
this.statusExplorer.Size = new System.Drawing.Size(177, 341);
this.statusExplorer.TabIndex = 0;
this.statusExplorer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.statusExplorer_AfterSelect);
//
// statusDetails
//
this.statusDetails.CommandsVisibleIfAvailable = false;
this.statusDetails.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusDetails.Location = new System.Drawing.Point(0, 23);
this.statusDetails.Name = "statusDetails";
this.statusDetails.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
this.statusDetails.Size = new System.Drawing.Size(352, 318);
this.statusDetails.TabIndex = 0;
this.statusDetails.ToolbarVisible = false;
//
// statusProgress
//
this.statusProgress.Dock = System.Windows.Forms.DockStyle.Top;
this.statusProgress.Location = new System.Drawing.Point(0, 0);
this.statusProgress.Name = "statusProgress";
this.statusProgress.Size = new System.Drawing.Size(352, 23);
this.statusProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.statusProgress.TabIndex = 1;
//
// displayWorker
//
this.displayWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.displayWorker_DoWork);
this.displayWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.displayWorker_RunWorkerCompleted);
//
// refreshTimer
//
this.refreshTimer.Interval = 5000;
this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
//
// CurrentStatusWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(533, 388);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(statusBar);
this.Controls.Add(commands);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CurrentStatusWindow";
this.Text = "Current Status for ...";
commands.ResumeLayout(false);
commands.PerformLayout();
statusBar.ResumeLayout(false);
statusBar.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例7: InitializeComponent
//.........这里部分代码省略.........
this.tableLayoutPanel1.Controls.Add(this.lblUrl, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.cmbUrl, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.btnUpdate, 2, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(524, 43);
this.tableLayoutPanel1.TabIndex = 0;
//
// lblUrl
//
this.lblUrl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.lblUrl.AutoSize = true;
this.lblUrl.Location = new System.Drawing.Point(3, 15);
this.lblUrl.Name = "lblUrl";
this.lblUrl.Size = new System.Drawing.Size(46, 13);
this.lblUrl.TabIndex = 0;
this.lblUrl.Text = "URL:";
//
// cmbUrl
//
this.cmbUrl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.cmbUrl.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbUrl.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.RecentlyUsedList;
this.cmbUrl.FormattingEnabled = true;
this.cmbUrl.Location = new System.Drawing.Point(55, 11);
this.cmbUrl.Name = "cmbUrl";
this.cmbUrl.Size = new System.Drawing.Size(308, 21);
this.cmbUrl.TabIndex = 1;
//
// btnUpdate
//
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.btnUpdate.Location = new System.Drawing.Point(369, 10);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(152, 23);
this.btnUpdate.TabIndex = 2;
this.btnUpdate.Text = "Actualizar";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// RssTitle
//
this.RssTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.RssTitle.DataPropertyName = "Title";
this.RssTitle.HeaderText = "Título";
this.RssTitle.Name = "RssTitle";
this.RssTitle.ReadOnly = true;
//
// RssDescription
//
this.RssDescription.DataPropertyName = "Description";
this.RssDescription.HeaderText = "Descripción";
this.RssDescription.Name = "RssDescription";
this.RssDescription.ReadOnly = true;
this.RssDescription.Width = 300;
//
// RssPublishingDate
//
this.RssPublishingDate.DataPropertyName = "PublishingDate";
this.RssPublishingDate.HeaderText = "Publicación";
this.RssPublishingDate.Name = "RssPublishingDate";
this.RssPublishingDate.ReadOnly = true;
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(0, 17);
//
// bwRssReader
//
this.bwRssReader.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwRssReader_DoWork);
this.bwRssReader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwRssReader_RunWorkerCompleted);
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 261);
this.Controls.Add(this.dgRssItems);
this.Controls.Add(statusStrip);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "RSS Example";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.panel1.ResumeLayout(false);
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgRssItems)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例8: InitializeComponent
//.........这里部分代码省略.........
this.searchBox.Name = "searchBox";
this.searchBox.Size = new System.Drawing.Size(130, 20);
this.searchBox.TabIndex = 0;
this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
this.searchBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.searchBox_PreviewKeyDown);
//
// hitsBox
//
this.hitsBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.hitsBox.FormattingEnabled = true;
this.hitsBox.Location = new System.Drawing.Point(0, 0);
this.hitsBox.Name = "hitsBox";
this.hitsBox.Size = new System.Drawing.Size(130, 381);
this.hitsBox.TabIndex = 0;
this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged);
//
// webBrowser
//
this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser.Location = new System.Drawing.Point(0, 0);
this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser.Name = "webBrowser";
this.webBrowser.Size = new System.Drawing.Size(428, 405);
this.webBrowser.TabIndex = 0;
//
// statusStrip1
//
statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.searchStatusLabel});
statusStrip1.Location = new System.Drawing.Point(0, 0);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(562, 22);
statusStrip1.TabIndex = 2;
statusStrip1.Text = "statusStrip";
//
// searchStatusLabel
//
this.searchStatusLabel.Name = "searchStatusLabel";
this.searchStatusLabel.Size = new System.Drawing.Size(0, 17);
//
// timer
//
timer.Enabled = true;
timer.Tick += new System.EventHandler(this.timer_Tick);
//
// toolStripContainer1
//
//
// toolStripContainer1.BottomToolStripPanel
//
toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
//
// toolStripContainer1.ContentPanel
//
toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(562, 405);
toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
toolStripContainer1.LeftToolStripPanelVisible = false;
toolStripContainer1.Location = new System.Drawing.Point(0, 24);
toolStripContainer1.Name = "toolStripContainer1";
toolStripContainer1.RightToolStripPanelVisible = false;
toolStripContainer1.Size = new System.Drawing.Size(562, 427);
toolStripContainer1.TabIndex = 3;
toolStripContainer1.Text = "toolStripContainer1";
toolStripContainer1.TopToolStripPanelVisible = false;
//
// BrowseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(562, 451);
this.Controls.Add(toolStripContainer1);
this.Controls.Add(menuStrip);
this.MainMenuStrip = menuStrip;
this.Name = "BrowseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "BzReader";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
menuStrip.ResumeLayout(false);
menuStrip.PerformLayout();
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
splitContainer1.ResumeLayout(false);
splitContainer2.Panel1.ResumeLayout(false);
splitContainer2.Panel1.PerformLayout();
splitContainer2.Panel2.ResumeLayout(false);
splitContainer2.ResumeLayout(false);
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
toolStripContainer1.BottomToolStripPanel.PerformLayout();
toolStripContainer1.ContentPanel.ResumeLayout(false);
toolStripContainer1.ResumeLayout(false);
toolStripContainer1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例9: InitializeComponent
//.........这里部分代码省略.........
toolStripMenuItem3,
this.mnuExit});
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(37, 20);
this.mnuFile.Text = "&File";
//
// mnuOpen
//
this.mnuOpen.Name = "mnuOpen";
this.mnuOpen.Size = new System.Drawing.Size(142, 22);
this.mnuOpen.Text = "&Open...";
this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
//
// mnuSave
//
this.mnuSave.Name = "mnuSave";
this.mnuSave.Size = new System.Drawing.Size(142, 22);
this.mnuSave.Text = "&Save...";
this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click);
//
// toolStripMenuItem1
//
toolStripMenuItem1.Name = "toolStripMenuItem1";
toolStripMenuItem1.Size = new System.Drawing.Size(139, 6);
//
// mnuExportData
//
this.mnuExportData.Name = "mnuExportData";
this.mnuExportData.Size = new System.Drawing.Size(142, 22);
this.mnuExportData.Text = "Export data...";
this.mnuExportData.Click += new System.EventHandler(this.mnuExportData_Click);
//
// toolStripMenuItem3
//
toolStripMenuItem3.Name = "toolStripMenuItem3";
toolStripMenuItem3.Size = new System.Drawing.Size(139, 6);
//
// mnuExit
//
this.mnuExit.Name = "mnuExit";
this.mnuExit.Size = new System.Drawing.Size(142, 22);
this.mnuExit.Text = "&Exit";
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
//
// statusStrip1
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus,
this.prbStatus});
statusStrip1.Location = new System.Drawing.Point(0, 476);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(469, 22);
statusStrip1.TabIndex = 3;
statusStrip1.Text = "statusStrip1";
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(52, 17);
this.lblStatus.Text = "lblStatus";
//
// prbStatus
//
this.prbStatus.Name = "prbStatus";
this.prbStatus.Size = new System.Drawing.Size(100, 16);
//
// picSectionImage
//
this.picSectionImage.BackColor = System.Drawing.Color.Black;
this.picSectionImage.Dock = System.Windows.Forms.DockStyle.Fill;
this.picSectionImage.Location = new System.Drawing.Point(0, 24);
this.picSectionImage.Name = "picSectionImage";
this.picSectionImage.Size = new System.Drawing.Size(469, 474);
this.picSectionImage.TabIndex = 1;
this.picSectionImage.TabStop = false;
this.picSectionImage.Paint += new System.Windows.Forms.PaintEventHandler(this.picSectionImage_Paint);
this.picSectionImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picSectionImage_MouseDown);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 498);
this.Controls.Add(statusStrip1);
this.Controls.Add(this.picSectionImage);
this.Controls.Add(groupBox1);
this.Controls.Add(menuStrip1);
this.Name = "MainForm";
this.Text = "Sonic 3 Special Stage - Section Decoder";
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
menuStrip1.ResumeLayout(false);
menuStrip1.PerformLayout();
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例10: InitializeComponent
//.........这里部分代码省略.........
this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.backButton, "backButton");
this.backButton.Name = "backButton";
this.backButton.Click += new System.EventHandler(this.backButton_Click);
//
// nextButton
//
this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.nextButton, "nextButton");
this.nextButton.Name = "nextButton";
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// exportStripMenuItem
//
this.exportStripMenuItem.Name = "exportStripMenuItem";
resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem");
this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.setHspellPathToolStripMenuItem});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
//
// setHspellPathToolStripMenuItem
//
this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem";
resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem");
this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// timer
//
timer.Enabled = true;
timer.Tick += new System.EventHandler(this.timer_Tick);
//
// BrowseForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(toolStripContainer1);
this.Controls.Add(menuStrip);
this.MainMenuStrip = menuStrip;
this.Name = "BrowseForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing);
menuStrip.ResumeLayout(false);
menuStrip.PerformLayout();
toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
toolStripContainer1.BottomToolStripPanel.PerformLayout();
toolStripContainer1.ContentPanel.ResumeLayout(false);
toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
toolStripContainer1.TopToolStripPanel.PerformLayout();
toolStripContainer1.ResumeLayout(false);
toolStripContainer1.PerformLayout();
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
splitContainer1.ResumeLayout(false);
toolStrip1.ResumeLayout(false);
toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例11: InitializeComponent
//.........这里部分代码省略.........
this.fromKnownColorMenuItem.Name = "fromKnownColorMenuItem";
this.fromKnownColorMenuItem.Size = new System.Drawing.Size(164, 22);
this.fromKnownColorMenuItem.Text = "&System Color";
//
// alphaMenuItem
//
this.alphaMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
toolStripMenuItem3,
toolStripMenuItem4,
toolStripMenuItem5,
toolStripMenuItem6,
toolStripMenuItem7,
toolStripMenuItem8,
toolStripMenuItem9,
toolStripMenuItem10,
toolStripMenuItem11,
toolStripMenuItem12,
toolStripMenuItem13,
toolStripMenuItem14,
toolStripMenuItem15,
toolStripMenuItem16});
this.alphaMenuItem.Name = "alphaMenuItem";
this.alphaMenuItem.Size = new System.Drawing.Size(164, 22);
this.alphaMenuItem.Text = "Alp&ha";
//
// screenColorMenuItem
//
this.screenColorMenuItem.Name = "screenColorMenuItem";
this.screenColorMenuItem.Size = new System.Drawing.Size(164, 22);
this.screenColorMenuItem.Text = "Scree&n Color";
this.screenColorMenuItem.Click += new System.EventHandler(this.screenColorMenuItem_Click);
//
// colorDialog
//
this.colorDialog.FullOpen = true;
this.colorDialog.SolidColorOnly = true;
//
// openFileDialog
//
this.openFileDialog.Filter = "C# or VB.NET files|*.cs;*.vb|All files|*.*";
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "cs";
this.saveFileDialog.Filter = "C# class|*.cs|VB.NET class|*.vb|All files|*.*";
//
// searchWorker
//
this.searchWorker.WorkerReportsProgress = true;
this.searchWorker.WorkerSupportsCancellation = true;
this.searchWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.SearchWorkerDoWork);
this.searchWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.OnSearchWorkerProgressChanged);
//
// miExportColors
//
this.miExportColors.Name = "miExportColors";
this.miExportColors.Size = new System.Drawing.Size(164, 22);
this.miExportColors.Text = "Ex&port Colors";
this.miExportColors.Click += new System.EventHandler(this.miExportColors_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(597, 512);
this.Controls.Add(this.toolStripContainer);
this.Controls.Add(this.menuStrip);
this.Controls.Add(statusStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip;
this.MinimumSize = new System.Drawing.Size(350, 350);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ToolStrip Customizer for .NET WinForms";
this.Activated += new System.EventHandler(this.MainFormActivated);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainFormFormClosed);
this.Load += new System.EventHandler(this.MainFormLoad);
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
this.previewToolStrip.ResumeLayout(false);
this.previewToolStrip.PerformLayout();
this.searchToolStrip.ResumeLayout(false);
this.searchToolStrip.PerformLayout();
this.mainToolStrip.ResumeLayout(false);
this.mainToolStrip.PerformLayout();
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
this.toolStripContainer.BottomToolStripPanel.PerformLayout();
this.toolStripContainer.ContentPanel.ResumeLayout(false);
this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer.TopToolStripPanel.PerformLayout();
this.toolStripContainer.ResumeLayout(false);
this.toolStripContainer.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
this.rowContextMenu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例12: InitializeComponent
//.........这里部分代码省略.........
this.clbInputFiles.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.clbInputFiles.CheckOnClick = true;
this.clbInputFiles.FormattingEnabled = true;
this.clbInputFiles.HorizontalScrollbar = true;
this.clbInputFiles.IntegralHeight = false;
this.clbInputFiles.Location = new System.Drawing.Point(12, 103);
this.clbInputFiles.Name = "clbInputFiles";
this.clbInputFiles.Size = new System.Drawing.Size(538, 221);
this.clbInputFiles.TabIndex = 7;
//
// lnkSelectAll
//
this.lnkSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lnkSelectAll.AutoSize = true;
this.lnkSelectAll.Location = new System.Drawing.Point(58, 330);
this.lnkSelectAll.Name = "lnkSelectAll";
this.lnkSelectAll.Size = new System.Drawing.Size(17, 13);
this.lnkSelectAll.TabIndex = 9;
this.lnkSelectAll.TabStop = true;
this.lnkSelectAll.Text = "all";
this.lnkSelectAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSelectAll_LinkClicked);
//
// lnkSelectNone
//
this.lnkSelectNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lnkSelectNone.AutoSize = true;
this.lnkSelectNone.Location = new System.Drawing.Point(81, 330);
this.lnkSelectNone.Name = "lnkSelectNone";
this.lnkSelectNone.Size = new System.Drawing.Size(31, 13);
this.lnkSelectNone.TabIndex = 10;
this.lnkSelectNone.TabStop = true;
this.lnkSelectNone.Text = "none";
this.lnkSelectNone.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSelectNone_LinkClicked);
//
// lnkSelectInvert
//
this.lnkSelectInvert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lnkSelectInvert.AutoSize = true;
this.lnkSelectInvert.Location = new System.Drawing.Point(118, 330);
this.lnkSelectInvert.Name = "lnkSelectInvert";
this.lnkSelectInvert.Size = new System.Drawing.Size(33, 13);
this.lnkSelectInvert.TabIndex = 11;
this.lnkSelectInvert.TabStop = true;
this.lnkSelectInvert.Text = "invert";
this.lnkSelectInvert.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSelectInvert_LinkClicked);
//
// btnConvert
//
this.btnConvert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnConvert.Location = new System.Drawing.Point(475, 330);
this.btnConvert.Name = "btnConvert";
this.btnConvert.Size = new System.Drawing.Size(75, 23);
this.btnConvert.TabIndex = 12;
this.btnConvert.Text = "Convert";
this.btnConvert.UseVisualStyleBackColor = true;
this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
//
// backgroundWorker
//
this.backgroundWorker.WorkerReportsProgress = true;
this.backgroundWorker.WorkerSupportsCancellation = true;
this.backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork);
this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
this.backgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker_ProgressChanged);
//
// toolTip
//
this.toolTip.IsBalloon = true;
//
// MainForm
//
this.AcceptButton = this.btnConvert;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(562, 381);
this.Controls.Add(this.btnConvert);
this.Controls.Add(statusStrip);
this.Controls.Add(this.lnkSelectInvert);
this.Controls.Add(this.lnkSelectNone);
this.Controls.Add(this.lnkSelectAll);
this.Controls.Add(lblSelect);
this.Controls.Add(this.clbInputFiles);
this.Controls.Add(lblInputFiles);
this.Controls.Add(this.btnOutputFolder);
this.Controls.Add(this.txtOutputFolder);
this.Controls.Add(lblOutputFolder);
this.Controls.Add(this.btnInputFolder);
this.Controls.Add(this.txtInputFolder);
this.Controls.Add(lblInputFolder);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "XPIDL Converter";
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例13: InitializeComponent
//.........这里部分代码省略.........
// statusStrip1
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblRefreshStatus});
statusStrip1.Location = new System.Drawing.Point(0, 354);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(424, 22);
statusStrip1.TabIndex = 5;
statusStrip1.Text = "ssStatus";
//
// lblRefreshStatus
//
this.lblRefreshStatus.Name = "lblRefreshStatus";
this.lblRefreshStatus.Size = new System.Drawing.Size(145, 17);
this.lblRefreshStatus.Text = "Next update in 60 seconds";
this.lblRefreshStatus.Click += new System.EventHandler(this.lblRefreshStatus_Click);
//
// scPanels
//
this.scPanels.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.scPanels.Location = new System.Drawing.Point(12, 12);
this.scPanels.Name = "scPanels";
this.scPanels.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// scPanels.Panel1
//
this.scPanels.Panel1.Controls.Add(this.lvwGames);
//
// scPanels.Panel2
//
this.scPanels.Panel2.Controls.Add(this.gvwGame);
this.scPanels.Size = new System.Drawing.Size(400, 339);
this.scPanels.SplitterDistance = 170;
this.scPanels.TabIndex = 8;
//
// lvwGames
//
this.lvwGames.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.lvwGames.CheckBoxes = true;
this.lvwGames.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colGame,
this.colPlayers});
this.lvwGames.Location = new System.Drawing.Point(0, 0);
this.lvwGames.MultiSelect = false;
this.lvwGames.Name = "lvwGames";
this.lvwGames.Size = new System.Drawing.Size(400, 168);
this.lvwGames.TabIndex = 7;
this.lvwGames.UseCompatibleStateImageBehavior = false;
this.lvwGames.View = System.Windows.Forms.View.Details;
this.lvwGames.SelectedIndexChanged += new System.EventHandler(this.lvwGames_SelectedIndexChanged);
//
// colGame
//
this.colGame.Text = "Game";
this.colGame.Width = 220;
//
// colPlayers
//
this.colPlayers.Text = "Players";
//
// gvwGame
//
this.gvwGame.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.gvwGame.Location = new System.Drawing.Point(0, 0);
this.gvwGame.Name = "gvwGame";
this.gvwGame.Size = new System.Drawing.Size(400, 165);
this.gvwGame.TabIndex = 8;
this.gvwGame.Text = "Lobby";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(424, 376);
this.Controls.Add(this.scPanels);
this.Controls.Add(statusStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(357, 400);
this.Name = "MainForm";
this.Text = "SBFL LFG";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.cmsTrayMenu.ResumeLayout(false);
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
this.scPanels.Panel1.ResumeLayout(false);
this.scPanels.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scPanels)).EndInit();
this.scPanels.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例14: InitializeComponent
//.........这里部分代码省略.........
this.label3.Location = new System.Drawing.Point(799, 698);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(111, 15);
this.label3.TabIndex = 41;
this.label3.Text = "Destination Cords :";
this.label3.UseCustomBackColor = true;
this.label3.UseCustomForeColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.FontSize = MetroFramework.MetroLabelSize.Small;
this.label1.FontWeight = MetroFramework.MetroLabelWeight.Bold;
this.label1.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label1.Location = new System.Drawing.Point(543, 698);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(111, 15);
this.label1.TabIndex = 42;
this.label1.Text = "Current Direction :";
this.label1.UseCustomBackColor = true;
this.label1.UseCustomForeColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.FontSize = MetroFramework.MetroLabelSize.Small;
this.label4.FontWeight = MetroFramework.MetroLabelWeight.Bold;
this.label4.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label4.Location = new System.Drawing.Point(318, 698);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(90, 15);
this.label4.TabIndex = 40;
this.label4.Text = "Current Cords :";
this.label4.UseCustomBackColor = true;
this.label4.UseCustomForeColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.FontSize = MetroFramework.MetroLabelSize.Small;
this.label2.FontWeight = MetroFramework.MetroLabelWeight.Bold;
this.label2.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label2.Location = new System.Drawing.Point(111, 698);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 39;
this.label2.Text = "Start Cords :";
this.label2.UseCustomBackColor = true;
this.label2.UseCustomForeColor = true;
//
// Simulator
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1360, 720);
this.Controls.Add(this.label3);
this.Controls.Add(this.label4);
this.Controls.Add(this.label1);
this.Controls.Add(this.metroLabel2);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBoxZoom);
this.Controls.Add(this.panel2);
this.Controls.Add(this.metroLabel1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.metroLink2);
this.Controls.Add(this.metroLink1);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(statusStrip);
this.Name = "Simulator";
this.Text = "Navisys - Simulator";
this.Theme = MetroFramework.MetroThemeStyle.Dark;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.SimulaterE_Load);
scrollPanel.ResumeLayout(false);
scrollPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
this.metroContextMenu1.ResumeLayout(false);
this.metroContextMenu2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例15: InitializeComponent
//.........这里部分代码省略.........
this.picThumbnail.TabIndex = 6;
this.picThumbnail.TabStop = false;
this.picThumbnail.DoubleClick += new System.EventHandler(this.picThumbnail_DoubleClick);
//
// txtImageRDist
//
this.txtImageRDist.Location = new System.Drawing.Point(10, 116);
this.txtImageRDist.Name = "txtImageRDist";
this.txtImageRDist.ReadOnly = true;
this.txtImageRDist.Size = new System.Drawing.Size(126, 22);
this.txtImageRDist.TabIndex = 3;
//
// txtImageIndex
//
this.txtImageIndex.Location = new System.Drawing.Point(59, 53);
this.txtImageIndex.Name = "txtImageIndex";
this.txtImageIndex.ReadOnly = true;
this.txtImageIndex.Size = new System.Drawing.Size(77, 22);
this.txtImageIndex.TabIndex = 2;
//
// txtImagePath
//
this.txtImagePath.Location = new System.Drawing.Point(59, 21);
this.txtImagePath.Name = "txtImagePath";
this.txtImagePath.ReadOnly = true;
this.txtImagePath.Size = new System.Drawing.Size(468, 22);
this.txtImagePath.TabIndex = 1;
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(7, 96);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(144, 17);
label3.TabIndex = 2;
label3.Text = "Reachability Distance";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(12, 56);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(41, 17);
label2.TabIndex = 1;
label2.Text = "Index";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(16, 21);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(37, 17);
label1.TabIndex = 0;
label1.Text = "Path";
//
// statusStrip1
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblConfigPath});
statusStrip1.Location = new System.Drawing.Point(0, 893);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(1488, 25);
statusStrip1.TabIndex = 4;
statusStrip1.Text = "jo";
//
// lblConfigPath
//
this.lblConfigPath.Name = "lblConfigPath";
this.lblConfigPath.Size = new System.Drawing.Size(151, 20);
this.lblConfigPath.Text = "toolStripStatusLabel1";
//
// frmOPTICSAnalyzer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1488, 918);
this.Controls.Add(statusStrip1);
this.Controls.Add(groupBox4);
this.Controls.Add(groupBox2);
this.Controls.Add(groupBox1);
this.Name = "frmOPTICSAnalyzer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "OPTICSAnalyzer";
groupBox1.ResumeLayout(false);
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picHistogram)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSelectionB)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSelectionA)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudThreshold)).EndInit();
groupBox4.ResumeLayout(false);
groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picThumbnail)).EndInit();
statusStrip1.ResumeLayout(false);
statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}