本文整理汇总了C#中System.Windows.Forms.StatusStrip.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.StatusStrip.SuspendLayout方法的具体用法?C# System.Windows.Forms.StatusStrip.SuspendLayout怎么用?C# System.Windows.Forms.StatusStrip.SuspendLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.StatusStrip
的用法示例。
在下文中一共展示了System.Windows.Forms.StatusStrip.SuspendLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.Button btnSend;
System.Windows.Forms.MenuStrip menu;
System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem menuItemClearScreen;
System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
System.Windows.Forms.ToolStripMenuItem reloadSpecialControlFileToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem menuItemReloadGemXml;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripMenuItem publishZServiceToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem menuItemExit;
System.Windows.Forms.ToolStripMenuItem sECSToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem menuItemSECSMessageList;
System.Windows.Forms.ToolStripMenuItem defineLinkToolStripMenuItem;
System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
System.Windows.Forms.ToolStripMenuItem menuItemEnableLinkTest;
System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
System.Windows.Forms.ToolStripMenuItem configToolStripMenuItem;
System.Windows.Forms.ToolStripMenuItem menuItemEapConfig;
System.Windows.Forms.ToolStripMenuItem menuItemGemConfig;
System.Windows.Forms.StatusStrip statusbar;
System.Windows.Forms.SplitContainer splitContainer2;
this.txtMsg = new System.Windows.Forms.TextBox();
this.menuItemGemEnable = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemGemDisable = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSecsTrace = new System.Windows.Forms.ToolStripMenuItem();
this.eqpAddressStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.eapDriverLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.gemStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.listBoxSecsMessages = new System.Windows.Forms.ListBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.rtxtScreen = new System.Windows.Forms.RichTextBox();
groupBox1 = new System.Windows.Forms.GroupBox();
btnSend = new System.Windows.Forms.Button();
menu = new System.Windows.Forms.MenuStrip();
fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuItemClearScreen = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
reloadSpecialControlFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuItemReloadGemXml = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
publishZServiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuItemExit = new System.Windows.Forms.ToolStripMenuItem();
sECSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuItemSECSMessageList = new System.Windows.Forms.ToolStripMenuItem();
defineLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
menuItemEnableLinkTest = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuItemEapConfig = new System.Windows.Forms.ToolStripMenuItem();
menuItemGemConfig = new System.Windows.Forms.ToolStripMenuItem();
statusbar = new System.Windows.Forms.StatusStrip();
splitContainer2 = new System.Windows.Forms.SplitContainer();
groupBox1.SuspendLayout();
menu.SuspendLayout();
statusbar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
groupBox1.Controls.Add(this.txtMsg);
groupBox1.Controls.Add(btnSend);
groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
groupBox1.Location = new System.Drawing.Point(0, 0);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(96, 207);
groupBox1.TabIndex = 5;
groupBox1.TabStop = false;
groupBox1.Text = "Message";
//
// txtMsg
//
this.txtMsg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMsg.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtMsg.Location = new System.Drawing.Point(3, 18);
this.txtMsg.Multiline = true;
this.txtMsg.Name = "txtMsg";
this.txtMsg.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtMsg.Size = new System.Drawing.Size(90, 162);
this.txtMsg.TabIndex = 2;
this.txtMsg.WordWrap = false;
//
// btnSend
//.........这里部分代码省略.........
示例2: 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.Button cancelButton;
System.Windows.Forms.StatusStrip statusStrip;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IssueBrowserDialog));
System.Windows.Forms.ToolTip toolTip;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.workStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.detailButton = new System.Windows.Forms.Button();
this.refreshButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.issueListView = new System.Windows.Forms.ListView();
this.idColumn = new System.Windows.Forms.ColumnHeader();
this.foundLabel = new System.Windows.Forms.Label();
this.searchFieldBox = new System.Windows.Forms.ComboBox();
this.updateNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.includeClosedCheckBox = new System.Windows.Forms.CheckBox();
this.searchBox = new System.Windows.Forms.ComboBox();
cancelButton = new System.Windows.Forms.Button();
statusStrip = new System.Windows.Forms.StatusStrip();
toolTip = new System.Windows.Forms.ToolTip(this.components);
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
statusStrip.SuspendLayout();
this.SuspendLayout();
//
// cancelButton
//
cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
cancelButton.Location = new System.Drawing.Point(761, 427);
cancelButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
cancelButton.Name = "cancelButton";
cancelButton.Size = new System.Drawing.Size(75, 30);
cancelButton.TabIndex = 10;
cancelButton.Text = "Cancel";
cancelButton.UseVisualStyleBackColor = true;
//
// statusStrip
//
statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel,
this.workStatus});
statusStrip.Location = new System.Drawing.Point(0, 462);
statusStrip.Name = "statusStrip";
statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 13, 0);
statusStrip.Size = new System.Drawing.Size(849, 25);
statusStrip.TabIndex = 11;
//
// statusLabel
//
this.statusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(835, 20);
this.statusLabel.Spring = true;
this.statusLabel.Text = "Ready";
this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// workStatus
//
this.workStatus.AutoSize = false;
this.workStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.workStatus.Image = ((System.Drawing.Image)(resources.GetObject("workStatus.Image")));
this.workStatus.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.workStatus.Name = "workStatus";
this.workStatus.Size = new System.Drawing.Size(45, 20);
this.workStatus.Visible = false;
//
// detailButton
//
this.detailButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.detailButton.Location = new System.Drawing.Point(12, 427);
this.detailButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.detailButton.Name = "detailButton";
this.detailButton.Size = new System.Drawing.Size(75, 30);
this.detailButton.TabIndex = 6;
this.detailButton.Text = "&Details";
toolTip.SetToolTip(this.detailButton, "Open details of selected issue in the browser");
this.detailButton.UseVisualStyleBackColor = true;
this.detailButton.Click += new System.EventHandler(this.DetailButton_Click);
//
// refreshButton
//
this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.refreshButton.Enabled = false;
this.refreshButton.Location = new System.Drawing.Point(93, 427);
this.refreshButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(75, 30);
this.refreshButton.TabIndex = 7;
this.refreshButton.Text = "&Refresh";
toolTip.SetToolTip(this.refreshButton, "Reload the issue list");
this.refreshButton.UseVisualStyleBackColor = true;
//.........这里部分代码省略.........
示例3: 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.StatusStrip ssBottom;
System.Windows.Forms.GroupBox gbSourceImage;
System.Windows.Forms.GroupBox gbTargetImage;
System.Windows.Forms.FlowLayoutPanel flpActions;
System.Windows.Forms.GroupBox gbAdvanced;
System.Windows.Forms.GroupBox gbBorderPixelHandling;
System.Windows.Forms.Label label7;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label4;
System.Windows.Forms.GroupBox gbTargetResolution;
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label8;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.GroupBox gbMethod;
System.Windows.Forms.GroupBox gbDescription;
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.tssBusy = new System.Windows.Forms.ToolStripStatusLabel();
this.tssBenchmark = new System.Windows.Forms.ToolStripStatusLabel();
this.iwhSourceImage = new ImageResizer.UserControls.ImageWithDetails();
this.iwhTargetImage = new ImageResizer.UserControls.ImageWithDetails();
this.butResize = new System.Windows.Forms.Button();
this.butSwitch = new System.Windows.Forms.Button();
this.butRepeat = new System.Windows.Forms.Button();
this.nudRadius = new System.Windows.Forms.NumericUpDown();
this.lblRadius = new System.Windows.Forms.Label();
this.lblRepititionCount = new System.Windows.Forms.Label();
this.nudRepetitionCount = new System.Windows.Forms.NumericUpDown();
this.chkUseCenteredGrid = new System.Windows.Forms.CheckBox();
this.chkUseThresholds = new System.Windows.Forms.CheckBox();
this.cmbVerticalBPH = new System.Windows.Forms.ComboBox();
this.cmbHorizontalBPH = new System.Windows.Forms.ComboBox();
this.chkKeepAspect = new System.Windows.Forms.CheckBox();
this.nudWidth = new System.Windows.Forms.NumericUpDown();
this.nudHeight = new System.Windows.Forms.NumericUpDown();
this.cmbResizeMethod = new System.Windows.Forms.ComboBox();
this.txtDescription = new System.Windows.Forms.TextBox();
this.msMain = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sourceImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.stretchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.centerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.targetImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.stretchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.centerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.zoomToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.executeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.wikiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tlpMainLayout = new System.Windows.Forms.TableLayoutPanel();
this.pnMiddle = new System.Windows.Forms.Panel();
this.gbKernelFunction = new System.Windows.Forms.GroupBox();
this.chtKernel = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.gbActions = new System.Windows.Forms.GroupBox();
this.ofdOpenFile = new System.Windows.Forms.OpenFileDialog();
this.sfdSave = new System.Windows.Forms.SaveFileDialog();
this.ofdOpenScript = new System.Windows.Forms.OpenFileDialog();
this.sfdSaveScript = new System.Windows.Forms.SaveFileDialog();
ssBottom = new System.Windows.Forms.StatusStrip();
gbSourceImage = new System.Windows.Forms.GroupBox();
gbTargetImage = new System.Windows.Forms.GroupBox();
flpActions = new System.Windows.Forms.FlowLayoutPanel();
gbAdvanced = new System.Windows.Forms.GroupBox();
gbBorderPixelHandling = new System.Windows.Forms.GroupBox();
label7 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
gbTargetResolution = new System.Windows.Forms.GroupBox();
label9 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
gbMethod = new System.Windows.Forms.GroupBox();
gbDescription = new System.Windows.Forms.GroupBox();
ssBottom.SuspendLayout();
//.........这里部分代码省略.........
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
lstBoxOperaciones = new System.Windows.Forms.ListBox();
label1 = new System.Windows.Forms.Label();
picGUI = new System.Windows.Forms.PictureBox();
picRESTA = new System.Windows.Forms.PictureBox();
picMULT = new System.Windows.Forms.PictureBox();
picDIV = new System.Windows.Forms.PictureBox();
picSUMA = new System.Windows.Forms.PictureBox();
statusStrip1 = new System.Windows.Forms.StatusStrip();
toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
lblNODO = new System.Windows.Forms.ToolStripStatusLabel();
statuslabel2 = new System.Windows.Forms.ToolStripStatusLabel();
lblPUERTO = new System.Windows.Forms.ToolStripStatusLabel();
toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
lblCELLID = new System.Windows.Forms.ToolStripStatusLabel();
lblTextoAcuses = new System.Windows.Forms.Label();
lblAcuses = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(picGUI)).BeginInit();
((System.ComponentModel.ISupportInitialize)(picRESTA)).BeginInit();
((System.ComponentModel.ISupportInitialize)(picMULT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(picDIV)).BeginInit();
((System.ComponentModel.ISupportInitialize)(picSUMA)).BeginInit();
statusStrip1.SuspendLayout();
SuspendLayout();
//
// lstBoxOperaciones
//
lstBoxOperaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
lstBoxOperaciones.FormattingEnabled = true;
lstBoxOperaciones.ItemHeight = 16;
lstBoxOperaciones.Location = new System.Drawing.Point(1, 164);
lstBoxOperaciones.Name = "lstBoxOperaciones";
lstBoxOperaciones.Size = new System.Drawing.Size(545, 180);
lstBoxOperaciones.TabIndex = 0;
//
// label1
//
label1.AutoSize = true;
label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
label1.Location = new System.Drawing.Point(12, 9);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(161, 25);
label1.TabIndex = 1;
label1.Text = "Servicios Activos";
//
// picGUI
//
picGUI.BackColor = System.Drawing.Color.Transparent;
picGUI.Image = global::CELULA.Properties.Resources.calc;
picGUI.Location = new System.Drawing.Point(128, 31);
picGUI.Name = "picGUI";
picGUI.Size = new System.Drawing.Size(97, 124);
picGUI.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
picGUI.TabIndex = 11;
picGUI.TabStop = false;
picGUI.Visible = false;
//
// picRESTA
//
picRESTA.Image = global::CELULA.Properties.Resources.minus;
picRESTA.Location = new System.Drawing.Point(73, 37);
picRESTA.Name = "picRESTA";
picRESTA.Size = new System.Drawing.Size(50, 50);
picRESTA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
picRESTA.TabIndex = 10;
picRESTA.TabStop = false;
picRESTA.Visible = false;
//
// picMULT
//
picMULT.Image = global::CELULA.Properties.Resources.mult;
picMULT.Location = new System.Drawing.Point(17, 93);
picMULT.Name = "picMULT";
picMULT.Size = new System.Drawing.Size(50, 50);
picMULT.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
picMULT.TabIndex = 9;
picMULT.TabStop = false;
picMULT.Visible = false;
//
// picDIV
//
picDIV.Image = global::CELULA.Properties.Resources.div3;
picDIV.Location = new System.Drawing.Point(73, 93);
picDIV.Name = "picDIV";
picDIV.Size = new System.Drawing.Size(50, 50);
picDIV.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
picDIV.TabIndex = 8;
picDIV.TabStop = false;
picDIV.Visible = false;
//
// picSUMA
//
picSUMA.Image = global::CELULA.Properties.Resources.plus2;
picSUMA.Location = new System.Drawing.Point(17, 38);
picSUMA.Name = "picSUMA";
//.........这里部分代码省略.........
示例5: 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.StatusStrip statusStrip1;
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeleteUnusedBranchesForm));
this.pnlBranchesArea = new System.Windows.Forms.Panel();
this.imgLoading = new System.Windows.Forms.PictureBox();
this.BranchesGrid = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.buttonSettings = new System.Windows.Forms.Button();
this.Cancel = new System.Windows.Forms.Button();
this.Delete = new System.Windows.Forms.Button();
this.instructionLabel = new System.Windows.Forms.Label();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.regexFilter = new System.Windows.Forms.TextBox();
this.IncludeRemoteBranches = new System.Windows.Forms.CheckBox();
this.remote = new System.Windows.Forms.TextBox();
this.useRegexFilter = new System.Windows.Forms.CheckBox();
this.Refresh = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.mergedIntoBranch = new System.Windows.Forms.TextBox();
this.olderThanDays = new System.Windows.Forms.NumericUpDown();
this.includeUnmergedBranches = new System.Windows.Forms.CheckBox();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.branchBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.deleteDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Author = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Message = new System.Windows.Forms.DataGridViewTextBoxColumn();
statusStrip1 = new System.Windows.Forms.StatusStrip();
this.pnlBranchesArea.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgLoading)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BranchesGrid)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.olderThanDays)).BeginInit();
statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.branchBindingSource)).BeginInit();
this.SuspendLayout();
//
// statusStrip1
//
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus});
statusStrip1.Location = new System.Drawing.Point(0, 399);
statusStrip1.Name = "statusStrip1";
statusStrip1.Size = new System.Drawing.Size(760, 22);
statusStrip1.TabIndex = 2;
statusStrip1.Text = "statusStrip1";
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(0, 17);
//
// pnlBranchesArea
//
this.pnlBranchesArea.Controls.Add(this.imgLoading);
this.pnlBranchesArea.Controls.Add(this.BranchesGrid);
this.pnlBranchesArea.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBranchesArea.Location = new System.Drawing.Point(3, 218);
this.pnlBranchesArea.Name = "pnlBranchesArea";
this.pnlBranchesArea.Size = new System.Drawing.Size(754, 141);
this.pnlBranchesArea.TabIndex = 2;
//
// imgLoading
//
this.imgLoading.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.imgLoading.Dock = System.Windows.Forms.DockStyle.Fill;
this.imgLoading.Location = new System.Drawing.Point(0, 0);
this.imgLoading.Name = "imgLoading";
this.imgLoading.Size = new System.Drawing.Size(754, 141);
this.imgLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.imgLoading.TabIndex = 1;
this.imgLoading.TabStop = false;
this.imgLoading.Visible = false;
//
// BranchesGrid
//
this.BranchesGrid.AllowUserToAddRows = false;
this.BranchesGrid.AllowUserToDeleteRows = false;
this.BranchesGrid.AutoGenerateColumns = false;
this.BranchesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.BranchesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.deleteDataGridViewCheckBoxColumn,
this.nameDataGridViewTextBoxColumn,
this.dateDataGridViewTextBoxColumn,
this.Author,
this.Message});
this.BranchesGrid.DataSource = this.branchBindingSource;
//.........这里部分代码省略.........
示例6: 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.ToolStrip commands;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurrentStatusWindow));
System.Windows.Forms.StatusStrip statusBar;
System.Windows.Forms.ImageList explorerImages;
this.refreshCommand = new System.Windows.Forms.ToolStripButton();
this.currentStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.statusExplorer = new System.Windows.Forms.TreeView();
this.statusDetails = new System.Windows.Forms.PropertyGrid();
this.statusProgress = new System.Windows.Forms.ProgressBar();
this.displayWorker = new System.ComponentModel.BackgroundWorker();
this.refreshTimer = new System.Windows.Forms.Timer(this.components);
commands = new System.Windows.Forms.ToolStrip();
statusBar = new System.Windows.Forms.StatusStrip();
explorerImages = new System.Windows.Forms.ImageList(this.components);
commands.SuspendLayout();
statusBar.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// commands
//
commands.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
commands.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.refreshCommand});
commands.Location = new System.Drawing.Point(0, 0);
commands.Name = "commands";
commands.Size = new System.Drawing.Size(533, 25);
commands.TabIndex = 0;
commands.Text = "toolStrip1";
//
// refreshCommand
//
this.refreshCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.refreshCommand.Image = ((System.Drawing.Image)(resources.GetObject("refreshCommand.Image")));
this.refreshCommand.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refreshCommand.Name = "refreshCommand";
this.refreshCommand.Size = new System.Drawing.Size(23, 22);
this.refreshCommand.Text = "Refresh";
this.refreshCommand.Click += new System.EventHandler(this.refreshCommand_Click);
//
// statusBar
//
statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.currentStatus});
statusBar.Location = new System.Drawing.Point(0, 366);
statusBar.Name = "statusBar";
statusBar.Size = new System.Drawing.Size(533, 22);
statusBar.TabIndex = 1;
statusBar.Text = "statusStrip1";
//
// currentStatus
//
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;
//.........这里部分代码省略.........
示例7: InitializeComponent
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.StatusStrip statusStrip;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.panel1 = new System.Windows.Forms.Panel();
this.dgRssItems = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.lblUrl = new System.Windows.Forms.Label();
this.cmbUrl = new System.Windows.Forms.ComboBox();
this.btnUpdate = new System.Windows.Forms.Button();
this.RssTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RssDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RssPublishingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.bwRssReader = new System.ComponentModel.BackgroundWorker();
statusStrip = new System.Windows.Forms.StatusStrip();
this.panel1.SuspendLayout();
statusStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgRssItems)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.tableLayoutPanel1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(524, 43);
this.panel1.TabIndex = 0;
//
// statusStrip
//
statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus});
statusStrip.Location = new System.Drawing.Point(0, 239);
statusStrip.Name = "statusStrip";
statusStrip.Size = new System.Drawing.Size(524, 22);
statusStrip.TabIndex = 1;
//
// dgRssItems
//
this.dgRssItems.AllowUserToAddRows = false;
this.dgRssItems.AllowUserToDeleteRows = false;
this.dgRssItems.AllowUserToOrderColumns = true;
this.dgRssItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgRssItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.RssTitle,
this.RssDescription,
this.RssPublishingDate});
this.dgRssItems.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgRssItems.Location = new System.Drawing.Point(0, 43);
this.dgRssItems.MultiSelect = false;
this.dgRssItems.Name = "dgRssItems";
this.dgRssItems.ReadOnly = true;
this.dgRssItems.RowHeadersVisible = false;
this.dgRssItems.ShowEditingIcon = false;
this.dgRssItems.Size = new System.Drawing.Size(524, 196);
this.dgRssItems.TabIndex = 2;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
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";
//.........这里部分代码省略.........
示例8: 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.MenuStrip menuStrip;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.StatusStrip statusStrip1;
System.Windows.Forms.Timer timer;
System.Windows.Forms.ToolStripContainer toolStripContainer1;
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.searchBox = new System.Windows.Forms.TextBox();
this.hitsBox = new System.Windows.Forms.ListBox();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
menuStrip = new System.Windows.Forms.MenuStrip();
splitContainer1 = new System.Windows.Forms.SplitContainer();
splitContainer2 = new System.Windows.Forms.SplitContainer();
statusStrip1 = new System.Windows.Forms.StatusStrip();
timer = new System.Windows.Forms.Timer(this.components);
toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
menuStrip.SuspendLayout();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
statusStrip1.SuspendLayout();
toolStripContainer1.BottomToolStripPanel.SuspendLayout();
toolStripContainer1.ContentPanel.SuspendLayout();
toolStripContainer1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.helpToolStripMenuItem});
menuStrip.Location = new System.Drawing.Point(0, 0);
menuStrip.Name = "menuStrip";
menuStrip.Size = new System.Drawing.Size(562, 24);
menuStrip.TabIndex = 0;
menuStrip.Text = "menuStrip";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.closeToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.openToolStripMenuItem.Text = "&Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.closeToolStripMenuItem.Text = "&Close";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Text = "&Help";
//
// aboutToolStripMenuItem
//
//.........这里部分代码省略.........
示例9: 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.GroupBox groupBox1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.MenuStrip menuStrip1;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
System.Windows.Forms.StatusStrip statusStrip1;
this.txtMaxRings = new System.Windows.Forms.TextBox();
this.cmoSelectedSection = new System.Windows.Forms.ComboBox();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSave = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExportData = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.prbStatus = new System.Windows.Forms.ToolStripProgressBar();
this.picSectionImage = new System.Windows.Forms.PictureBox();
groupBox1 = new System.Windows.Forms.GroupBox();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
menuStrip1 = new System.Windows.Forms.MenuStrip();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
statusStrip1 = new System.Windows.Forms.StatusStrip();
groupBox1.SuspendLayout();
menuStrip1.SuspendLayout();
statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
groupBox1.Controls.Add(this.txtMaxRings);
groupBox1.Controls.Add(label2);
groupBox1.Controls.Add(this.cmoSelectedSection);
groupBox1.Controls.Add(label1);
groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
groupBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
groupBox1.Location = new System.Drawing.Point(469, 24);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(200, 474);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Sections";
//
// txtMaxRings
//
this.txtMaxRings.Location = new System.Drawing.Point(94, 62);
this.txtMaxRings.Name = "txtMaxRings";
this.txtMaxRings.Size = new System.Drawing.Size(44, 20);
this.txtMaxRings.TabIndex = 4;
this.txtMaxRings.Leave += new System.EventHandler(this.txtMaxRings_Leave);
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(6, 65);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(57, 14);
label2.TabIndex = 3;
label2.Text = "Max Rings";
//
// cmoSelectedSection
//
this.cmoSelectedSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmoSelectedSection.FormattingEnabled = true;
this.cmoSelectedSection.Location = new System.Drawing.Point(94, 26);
this.cmoSelectedSection.Name = "cmoSelectedSection";
this.cmoSelectedSection.Size = new System.Drawing.Size(90, 22);
this.cmoSelectedSection.TabIndex = 1;
this.cmoSelectedSection.SelectedIndexChanged += new System.EventHandler(this.cmoSelectedSection_SelectedIndexChanged);
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(6, 29);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(82, 14);
label1.TabIndex = 0;
label1.Text = "Current Section";
//
// menuStrip1
//
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile});
menuStrip1.Location = new System.Drawing.Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Size = new System.Drawing.Size(669, 24);
menuStrip1.TabIndex = 2;
menuStrip1.Text = "menuStrip1";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
//.........这里部分代码省略.........
示例10: 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.MenuStrip menuStrip;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm));
System.Windows.Forms.ToolStripContainer toolStripContainer1;
System.Windows.Forms.StatusStrip statusStrip1;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.ToolStrip toolStrip1;
System.Windows.Forms.Timer timer;
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.hitsBox = new System.Windows.Forms.ListBox();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.searchBox = new System.Windows.Forms.ToolStripTextBox();
this.goButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.backButton = new System.Windows.Forms.ToolStripButton();
this.nextButton = new System.Windows.Forms.ToolStripButton();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
menuStrip = new System.Windows.Forms.MenuStrip();
toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
statusStrip1 = new System.Windows.Forms.StatusStrip();
splitContainer1 = new System.Windows.Forms.SplitContainer();
toolStrip1 = new System.Windows.Forms.ToolStrip();
timer = new System.Windows.Forms.Timer(this.components);
menuStrip.SuspendLayout();
toolStripContainer1.BottomToolStripPanel.SuspendLayout();
toolStripContainer1.ContentPanel.SuspendLayout();
toolStripContainer1.TopToolStripPanel.SuspendLayout();
toolStripContainer1.SuspendLayout();
statusStrip1.SuspendLayout();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.optionsToolStripMenuItem,
this.helpToolStripMenuItem});
resources.ApplyResources(menuStrip, "menuStrip");
menuStrip.Name = "menuStrip";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.closeToolStripMenuItem,
this.toolStripSeparator1,
this.exportStripMenuItem,
this.toolStripSeparator4,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripContainer1
//
//
// toolStripContainer1.BottomToolStripPanel
//
toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1);
//
// toolStripContainer1.ContentPanel
//
toolStripContainer1.ContentPanel.Controls.Add(splitContainer1);
resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
resources.ApplyResources(toolStripContainer1, "toolStripContainer1");
toolStripContainer1.LeftToolStripPanelVisible = false;
toolStripContainer1.Name = "toolStripContainer1";
toolStripContainer1.RightToolStripPanelVisible = false;
//
// toolStripContainer1.TopToolStripPanel
//
toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
//
// statusStrip1
//
//.........这里部分代码省略.........
示例11: InitializeComponent
//.........这里部分代码省略.........
toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
optionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
statusStrip = new System.Windows.Forms.StatusStrip();
openToolStripButton = new System.Windows.Forms.ToolStripButton();
saveToolStripButton = new System.Windows.Forms.ToolStripButton();
toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
helpToolStripButton = new System.Windows.Forms.ToolStripButton();
toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
clearMenuItem = new System.Windows.Forms.ToolStripMenuItem();
resetMenuItem = new System.Windows.Forms.ToolStripMenuItem();
searchLabel = new System.Windows.Forms.ToolStripLabel();
findMenuItem = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
statusStrip.SuspendLayout();
this.previewToolStrip.SuspendLayout();
this.searchToolStrip.SuspendLayout();
this.mainToolStrip.SuspendLayout();
this.menuStrip.SuspendLayout();
this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
this.toolStripContainer.ContentPanel.SuspendLayout();
this.toolStripContainer.TopToolStripPanel.SuspendLayout();
this.toolStripContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
this.rowContextMenu.SuspendLayout();
this.SuspendLayout();
//
// toolStripSeparator
//
toolStripSeparator.Name = "toolStripSeparator";
toolStripSeparator.Size = new System.Drawing.Size(161, 6);
//
// toolStripSeparator1
//
toolStripSeparator1.Name = "toolStripSeparator1";
toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
//
// toolStripSeparator4
//
toolStripSeparator4.Name = "toolStripSeparator4";
toolStripSeparator4.Size = new System.Drawing.Size(161, 6);
//
// toolStripMenuItem1
//
toolStripMenuItem1.Name = "toolStripMenuItem1";
toolStripMenuItem1.Size = new System.Drawing.Size(161, 6);
//
示例12: 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.Label lblInputFolder;
System.Windows.Forms.Label lblOutputFolder;
System.Windows.Forms.Label lblInputFiles;
System.Windows.Forms.Label lblSelect;
System.Windows.Forms.StatusStrip statusStrip;
this.prbProgress = new System.Windows.Forms.ToolStripProgressBar();
this.lblCurrentFile = new System.Windows.Forms.ToolStripStatusLabel();
this.txtInputFolder = new System.Windows.Forms.TextBox();
this.btnInputFolder = new System.Windows.Forms.Button();
this.txtOutputFolder = new System.Windows.Forms.TextBox();
this.btnOutputFolder = new System.Windows.Forms.Button();
this.clbInputFiles = new System.Windows.Forms.CheckedListBox();
this.lnkSelectAll = new System.Windows.Forms.LinkLabel();
this.lnkSelectNone = new System.Windows.Forms.LinkLabel();
this.lnkSelectInvert = new System.Windows.Forms.LinkLabel();
this.btnConvert = new System.Windows.Forms.Button();
this.backgroundWorker = new System.ComponentModel.BackgroundWorker();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
lblInputFolder = new System.Windows.Forms.Label();
lblOutputFolder = new System.Windows.Forms.Label();
lblInputFiles = new System.Windows.Forms.Label();
lblSelect = new System.Windows.Forms.Label();
statusStrip = new System.Windows.Forms.StatusStrip();
statusStrip.SuspendLayout();
this.SuspendLayout();
//
// lblInputFolder
//
lblInputFolder.AutoSize = true;
lblInputFolder.Location = new System.Drawing.Point(12, 9);
lblInputFolder.Name = "lblInputFolder";
lblInputFolder.Size = new System.Drawing.Size(94, 13);
lblInputFolder.TabIndex = 0;
lblInputFolder.Text = "Gecko IDL Folder:";
//
// lblOutputFolder
//
lblOutputFolder.AutoSize = true;
lblOutputFolder.Location = new System.Drawing.Point(12, 48);
lblOutputFolder.Name = "lblOutputFolder";
lblOutputFolder.Size = new System.Drawing.Size(74, 13);
lblOutputFolder.TabIndex = 3;
lblOutputFolder.Text = "Output Folder:";
//
// lblInputFiles
//
lblInputFiles.AutoSize = true;
lblInputFiles.Location = new System.Drawing.Point(12, 87);
lblInputFiles.Name = "lblInputFiles";
lblInputFiles.Size = new System.Drawing.Size(58, 13);
lblInputFiles.TabIndex = 6;
lblInputFiles.Text = "Input Files:";
//
// lblSelect
//
lblSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
lblSelect.AutoSize = true;
lblSelect.Location = new System.Drawing.Point(12, 330);
lblSelect.Name = "lblSelect";
lblSelect.Size = new System.Drawing.Size(40, 13);
lblSelect.TabIndex = 8;
lblSelect.Text = "Select:";
//
// statusStrip
//
statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.prbProgress,
this.lblCurrentFile});
statusStrip.Location = new System.Drawing.Point(0, 359);
statusStrip.Name = "statusStrip";
statusStrip.Size = new System.Drawing.Size(562, 22);
statusStrip.TabIndex = 13;
//
// prbProgress
//
this.prbProgress.Name = "prbProgress";
this.prbProgress.Size = new System.Drawing.Size(100, 16);
//
// lblCurrentFile
//
this.lblCurrentFile.Name = "lblCurrentFile";
this.lblCurrentFile.Size = new System.Drawing.Size(445, 17);
this.lblCurrentFile.Spring = true;
this.lblCurrentFile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtInputFolder
//
this.txtInputFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtInputFolder.Location = new System.Drawing.Point(12, 25);
this.txtInputFolder.Name = "txtInputFolder";
this.txtInputFolder.ReadOnly = true;
this.txtInputFolder.Size = new System.Drawing.Size(497, 20);
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.StatusStrip statusStrip1;
this.nicTrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.cmsTrayMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmPlay = new System.Windows.Forms.ToolStripMenuItem();
this.tsmSettings = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmQuit = new System.Windows.Forms.ToolStripMenuItem();
this.tmrUpdate = new System.Windows.Forms.Timer(this.components);
this.lblRefreshStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.scPanels = new System.Windows.Forms.SplitContainer();
this.lvwGames = new System.Windows.Forms.ListView();
this.colGame = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colPlayers = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.gvwGame = new sbfl_lfg.GameView();
statusStrip1 = new System.Windows.Forms.StatusStrip();
this.cmsTrayMenu.SuspendLayout();
statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scPanels)).BeginInit();
this.scPanels.Panel1.SuspendLayout();
this.scPanels.Panel2.SuspendLayout();
this.scPanels.SuspendLayout();
this.SuspendLayout();
//
// nicTrayIcon
//
this.nicTrayIcon.BalloonTipTitle = "SBFL LFG";
this.nicTrayIcon.ContextMenuStrip = this.cmsTrayMenu;
this.nicTrayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("nicTrayIcon.Icon")));
this.nicTrayIcon.Text = "SBFL LFG";
this.nicTrayIcon.Visible = true;
this.nicTrayIcon.DoubleClick += new System.EventHandler(this.tsmPlay_Click);
//
// cmsTrayMenu
//
this.cmsTrayMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmPlay,
this.tsmSettings,
this.toolStripMenuItem1,
this.tsmQuit});
this.cmsTrayMenu.Name = "cmsTrayMenu";
this.cmsTrayMenu.Size = new System.Drawing.Size(139, 76);
//
// tsmPlay
//
this.tsmPlay.Name = "tsmPlay";
this.tsmPlay.Size = new System.Drawing.Size(138, 22);
this.tsmPlay.Text = "&Play game...";
this.tsmPlay.Click += new System.EventHandler(this.tsmPlay_Click);
//
// tsmSettings
//
this.tsmSettings.Name = "tsmSettings";
this.tsmSettings.Size = new System.Drawing.Size(138, 22);
this.tsmSettings.Text = "&Settings...";
this.tsmSettings.Click += new System.EventHandler(this.tsmSettings_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(135, 6);
//
// tsmQuit
//
this.tsmQuit.Name = "tsmQuit";
this.tsmQuit.Size = new System.Drawing.Size(138, 22);
this.tsmQuit.Text = "&Quit";
this.tsmQuit.Click += new System.EventHandler(this.tsmQuit_Click);
//
// tmrUpdate
//
this.tmrUpdate.Enabled = true;
this.tmrUpdate.Interval = 5000;
this.tmrUpdate.Tick += new System.EventHandler(this.tmrUpdate_Tick);
//
// 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
//
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Panel scrollPanel;
System.Windows.Forms.StatusStrip statusStrip;
this.button10 = new MetroFramework.Controls.MetroButton();
this.metroToggle1 = new MetroFramework.Controls.MetroToggle();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.button11 = new MetroFramework.Controls.MetroButton();
this.textBox1 = new System.Windows.Forms.TextBox();
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.button8 = new MetroFramework.Controls.MetroButton();
this.button2 = new MetroFramework.Controls.MetroButton();
this.button3 = new MetroFramework.Controls.MetroButton();
this.button5 = new MetroFramework.Controls.MetroButton();
this.button4 = new MetroFramework.Controls.MetroButton();
this.button9 = new MetroFramework.Controls.MetroButton();
this.button7 = new MetroFramework.Controls.MetroButton();
this.button6 = new MetroFramework.Controls.MetroButton();
this.button1 = new MetroFramework.Controls.MetroButton();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.comboBoxZoom = new MetroFramework.Controls.MetroComboBox();
this.metroStyleManager1 = new MetroFramework.Components.MetroStyleManager(this.components);
this.metroLink1 = new MetroFramework.Controls.MetroLink();
this.metroLink2 = new MetroFramework.Controls.MetroLink();
this.metroContextMenu1 = new MetroFramework.Controls.MetroContextMenu(this.components);
this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.metroContextMenu2 = new MetroFramework.Controls.MetroContextMenu(this.components);
this.configureToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.panel3 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
this.label3 = new MetroFramework.Controls.MetroLabel();
this.label1 = new MetroFramework.Controls.MetroLabel();
this.label4 = new MetroFramework.Controls.MetroLabel();
this.label2 = new MetroFramework.Controls.MetroLabel();
scrollPanel = new System.Windows.Forms.Panel();
statusStrip = new System.Windows.Forms.StatusStrip();
scrollPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
statusStrip.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
this.metroContextMenu1.SuspendLayout();
this.metroContextMenu2.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox7.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// scrollPanel
//
scrollPanel.AutoScroll = true;
scrollPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tableLayoutPanel1.SetColumnSpan(scrollPanel, 3);
scrollPanel.Controls.Add(this.button10);
scrollPanel.Controls.Add(this.metroToggle1);
scrollPanel.Controls.Add(this.textBox6);
scrollPanel.Controls.Add(this.textBox7);
scrollPanel.Controls.Add(this.pictureBox);
scrollPanel.Controls.Add(this.textBox5);
scrollPanel.Controls.Add(this.button11);
scrollPanel.Controls.Add(this.textBox1);
scrollPanel.Location = new System.Drawing.Point(3, 3);
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.GroupBox groupBox1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOPTICSAnalyzer));
System.Windows.Forms.GroupBox groupBox2;
System.Windows.Forms.Panel panel1;
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label8;
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label6;
System.Windows.Forms.GroupBox groupBox4;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.StatusStrip statusStrip1;
this.lvImages = new System.Windows.Forms.ListView();
this.imgListStatus = new System.Windows.Forms.ImageList(this.components);
this.btnRefresh = new System.Windows.Forms.Button();
this.picHistogram = new System.Windows.Forms.PictureBox();
this.nudSelectionB = new System.Windows.Forms.NumericUpDown();
this.nudSelectionA = new System.Windows.Forms.NumericUpDown();
this.cmbWidth = new System.Windows.Forms.ComboBox();
this.cmbHeight = new System.Windows.Forms.ComboBox();
this.nudThreshold = new System.Windows.Forms.NumericUpDown();
this.lblUnreachable = new System.Windows.Forms.Label();
this.lblNotReachable = new System.Windows.Forms.Label();
this.picThumbnail = new System.Windows.Forms.PictureBox();
this.txtImageRDist = new System.Windows.Forms.TextBox();
this.txtImageIndex = new System.Windows.Forms.TextBox();
this.txtImagePath = new System.Windows.Forms.TextBox();
this.lblConfigPath = new System.Windows.Forms.ToolStripStatusLabel();
groupBox1 = new System.Windows.Forms.GroupBox();
groupBox2 = new System.Windows.Forms.GroupBox();
panel1 = new System.Windows.Forms.Panel();
label10 = new System.Windows.Forms.Label();
label9 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
groupBox4 = new System.Windows.Forms.GroupBox();
label3 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
statusStrip1 = new System.Windows.Forms.StatusStrip();
groupBox1.SuspendLayout();
groupBox2.SuspendLayout();
panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picHistogram)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSelectionB)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSelectionA)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudThreshold)).BeginInit();
groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picThumbnail)).BeginInit();
statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
groupBox1.Controls.Add(this.lvImages);
groupBox1.Location = new System.Drawing.Point(12, 9);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(873, 462);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Selected Images";
//
// lvImages
//
this.lvImages.BackColor = System.Drawing.SystemColors.ControlDark;
this.lvImages.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvImages.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lvImages.Location = new System.Drawing.Point(3, 18);
this.lvImages.MultiSelect = false;
this.lvImages.Name = "lvImages";
this.lvImages.ShowGroups = false;
this.lvImages.Size = new System.Drawing.Size(867, 441);
this.lvImages.StateImageList = this.imgListStatus;
this.lvImages.TabIndex = 0;
this.lvImages.TileSize = new System.Drawing.Size(128, 128);
this.lvImages.UseCompatibleStateImageBehavior = false;
this.lvImages.SelectedIndexChanged += new System.EventHandler(this.lvImages_SelectedIndexChanged);
this.lvImages.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvImages_KeyDown);
//
// imgListStatus
//
this.imgListStatus.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListStatus.ImageStream")));
this.imgListStatus.TransparentColor = System.Drawing.Color.Transparent;
this.imgListStatus.Images.SetKeyName(0, "green.png");
this.imgListStatus.Images.SetKeyName(1, "red.png");
//
// groupBox2
//
groupBox2.Controls.Add(this.btnRefresh);
groupBox2.Controls.Add(panel1);
//.........这里部分代码省略.........