本文整理汇总了C#中System.Windows.Forms.FlowLayoutPanel.PerformLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.FlowLayoutPanel.PerformLayout方法的具体用法?C# System.Windows.Forms.FlowLayoutPanel.PerformLayout怎么用?C# System.Windows.Forms.FlowLayoutPanel.PerformLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.FlowLayoutPanel
的用法示例。
在下文中一共展示了System.Windows.Forms.FlowLayoutPanel.PerformLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
//.........这里部分代码省略.........
resources.ApplyResources(this.itemContextMenu, "itemContextMenu");
this.itemContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cutCM,
this.copyCM,
this.pasteCM,
contextSep1,
this.swap,
this.deleteCM});
this.itemContextMenu.Name = "itemContextMenu";
//
// cutCM
//
resources.ApplyResources(this.cutCM, "cutCM");
this.cutCM.Name = "cutCM";
//
// copyCM
//
resources.ApplyResources(this.copyCM, "copyCM");
this.copyCM.Name = "copyCM";
//
// pasteCM
//
resources.ApplyResources(this.pasteCM, "pasteCM");
this.pasteCM.Name = "pasteCM";
//
// swap
//
resources.ApplyResources(this.swap, "swap");
this.swap.Name = "swap";
//
// deleteCM
//
resources.ApplyResources(this.deleteCM, "deleteCM");
this.deleteCM.Name = "deleteCM";
//
// saveFileDialog
//
resources.ApplyResources(this.saveFileDialog, "saveFileDialog");
//
// meta
//
resources.ApplyResources(this.meta, "meta");
this.meta.Controls.Add(metaFlow);
this.meta.Controls.Add(this.shadow);
this.meta.Controls.Add(this.icon);
this.meta.Name = "meta";
//
// shadow
//
resources.ApplyResources(this.shadow, "shadow");
this.shadow.Cursor = System.Windows.Forms.Cursors.SizeNS;
this.shadow.Image = global::Szotar.WindowsForms.Properties.Resources.TopInwardShadow;
this.shadow.Name = "shadow";
this.shadow.TabStop = false;
//
// icon
//
resources.ApplyResources(this.icon, "icon");
this.icon.Image = global::Szotar.WindowsForms.Properties.Resources.GenericDocument96;
this.icon.Name = "icon";
this.icon.TabStop = false;
//
// grid
//
resources.ApplyResources(this.grid, "grid");
this.grid.AllowNewItems = true;
this.grid.ColumnRatio = 0.5F;
this.grid.DataSource = null;
this.grid.ItemContextMenu = this.itemContextMenu;
this.grid.Name = "grid";
this.grid.ShowMutableRows = false;
//
// ListBuilder
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.grid);
this.Controls.Add(this.meta);
this.Controls.Add(this.mainMenu);
this.Name = "ListBuilder";
metaFlow.ResumeLayout(false);
metaFlow.PerformLayout();
this.namePanel.ResumeLayout(false);
this.namePanel.PerformLayout();
this.authorPanel.ResumeLayout(false);
this.authorPanel.PerformLayout();
this.urlPanel.ResumeLayout(false);
this.urlPanel.PerformLayout();
this.entriesPanel.ResumeLayout(false);
this.entriesPanel.PerformLayout();
this.mainMenu.ResumeLayout(false);
this.mainMenu.PerformLayout();
this.itemContextMenu.ResumeLayout(false);
this.meta.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.shadow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.icon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例2: InitializeComponent
//.........这里部分代码省略.........
this.showEmpty.Image = global::renderdocui.Properties.Resources.page_white_database;
this.showEmpty.Name = "showEmpty";
this.showEmpty.Size = new System.Drawing.Size(143, 22);
this.showEmpty.Text = "Show Empty";
this.showEmpty.Click += new System.EventHandler(this.hideEmpty_Click);
//
// toolTip
//
this.toolTip.UseAnimation = false;
this.toolTip.UseFading = false;
//
// pipeExportDialog
//
this.pipeExportDialog.DefaultExt = "html";
this.pipeExportDialog.Filter = "HTML Files (*.html)|*.html";
this.pipeExportDialog.Title = "Export pipeline state as HTML";
//
// shaderSaveDialog
//
this.shaderSaveDialog.DefaultExt = "dxbc";
this.shaderSaveDialog.Filter = "DXBC Shader Files (*.dxbc)|*.dxbc|Shader Binary Files (*.bin)|*.bin|All Files (*." +
"*)|*.*";
this.shaderSaveDialog.Title = "Save shader bytecode to file";
//
// D3D11PipelineStateViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(toolstripTable);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "D3D11PipelineStateViewer";
this.Size = new System.Drawing.Size(1023, 738);
toolstripTable.ResumeLayout(false);
toolstripTable.PerformLayout();
this.flowLayoutPanel6.ResumeLayout(false);
this.flowLayoutPanel6.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.stageTabControl.ResumeLayout(false);
this.tabIA.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.tableLayoutPanel13.ResumeLayout(false);
this.tableLayoutPanel13.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).EndInit();
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.iabuffers)).EndInit();
groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.inputLayouts)).EndInit();
groupBox39.ResumeLayout(false);
flowLayoutPanel9.ResumeLayout(false);
flowLayoutPanel9.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.iaBytecodeCog)).EndInit();
groupBox44.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.meshView)).EndInit();
this.tabVS.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vsShaderSave)).EndInit();
this.groupBox5.ResumeLayout(false);
示例3: InitializeComponent
//.........这里部分代码省略.........
this.lblTitle.Location = new System.Drawing.Point(3, 0);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(51, 13);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "Song title";
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(60, 0);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(18, 13);
label3.TabIndex = 1;
label3.Text = "by";
//
// lblArtist
//
this.lblArtist.AutoSize = true;
this.lblArtist.Location = new System.Drawing.Point(84, 0);
this.lblArtist.Name = "lblArtist";
this.lblArtist.Size = new System.Drawing.Size(57, 13);
this.lblArtist.TabIndex = 2;
this.lblArtist.Text = "Song artist";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(147, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(27, 13);
label5.TabIndex = 3;
label5.Text = "from";
//
// lblAlbum
//
this.lblAlbum.AutoSize = true;
this.lblAlbum.Location = new System.Drawing.Point(180, 0);
this.lblAlbum.Name = "lblAlbum";
this.lblAlbum.Size = new System.Drawing.Size(63, 13);
this.lblAlbum.TabIndex = 4;
this.lblAlbum.Text = "Song album";
//
// pnlScroll
//
this.pnlScroll.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.pnlScroll.AutoScroll = true;
this.pnlScroll.Controls.Add(this.lblLyrics);
this.pnlScroll.Location = new System.Drawing.Point(0, 19);
this.pnlScroll.Name = "pnlScroll";
this.pnlScroll.Size = new System.Drawing.Size(375, 372);
this.pnlScroll.TabIndex = 4;
this.pnlScroll.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblLyrics_MouseDown);
this.pnlScroll.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblLyrics_MouseMove);
this.pnlScroll.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblLyrics_MouseUp);
//
// lblLyrics
//
this.lblLyrics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblLyrics.AutoSize = true;
this.lblLyrics.Location = new System.Drawing.Point(8, 8);
this.lblLyrics.Name = "lblLyrics";
this.lblLyrics.Size = new System.Drawing.Size(0, 13);
this.lblLyrics.TabIndex = 5;
this.lblLyrics.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblLyrics_MouseDown);
this.lblLyrics.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblLyrics_MouseMove);
this.lblLyrics.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblLyrics_MouseUp);
//
// pbAlbumArt
//
this.pbAlbumArt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pbAlbumArt.Location = new System.Drawing.Point(381, 19);
this.pbAlbumArt.Name = "pbAlbumArt";
this.pbAlbumArt.Size = new System.Drawing.Size(395, 372);
this.pbAlbumArt.TabIndex = 5;
this.pbAlbumArt.TabStop = false;
//
// DisplayForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(776, 393);
this.Controls.Add(this.pbAlbumArt);
this.Controls.Add(this.pnlScroll);
this.Controls.Add(flowLayoutPanel1);
this.Name = "DisplayForm";
this.Text = "DisplayForm";
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.pnlScroll.ResumeLayout(false);
this.pnlScroll.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbAlbumArt)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.FlowLayoutPanel _lytMessage;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RateForm));
System.Windows.Forms.FlowLayoutPanel _lytButtons;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
this._pbxRateImage = new System.Windows.Forms.PictureBox();
this._lblInfo = new System.Windows.Forms.Label();
this._btnYes = new System.Windows.Forms.Button();
this._btnCancel = new System.Windows.Forms.Button();
_lytMessage = new System.Windows.Forms.FlowLayoutPanel();
_lytButtons = new System.Windows.Forms.FlowLayoutPanel();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
_lytMessage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._pbxRateImage)).BeginInit();
_lytButtons.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// _lytMessage
//
resources.ApplyResources(_lytMessage, "_lytMessage");
_lytMessage.Controls.Add(this._pbxRateImage);
_lytMessage.Controls.Add(this._lblInfo);
_lytMessage.Name = "_lytMessage";
//
// _pbxRateImage
//
resources.ApplyResources(this._pbxRateImage, "_pbxRateImage");
this._pbxRateImage.Name = "_pbxRateImage";
this._pbxRateImage.TabStop = false;
//
// _lblInfo
//
resources.ApplyResources(this._lblInfo, "_lblInfo");
_lytMessage.SetFlowBreak(this._lblInfo, true);
this._lblInfo.Name = "_lblInfo";
//
// _lytButtons
//
resources.ApplyResources(_lytButtons, "_lytButtons");
_lytButtons.Controls.Add(this._btnYes);
_lytButtons.Controls.Add(this._btnCancel);
_lytButtons.Name = "_lytButtons";
//
// _btnYes
//
resources.ApplyResources(this._btnYes, "_btnYes");
this._btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
this._btnYes.Name = "_btnYes";
//
// _btnCancel
//
resources.ApplyResources(this._btnCancel, "_btnCancel");
this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.No;
this._btnCancel.Name = "_btnCancel";
//
// tableLayoutPanel1
//
resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
tableLayoutPanel1.Controls.Add(_lytMessage, 0, 0);
tableLayoutPanel1.Controls.Add(_lytButtons, 0, 1);
tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// RateForm
//
this.AcceptButton = this._btnYes;
resources.ApplyResources(this, "$this");
this.BackColor = System.Drawing.SystemColors.ControlLight;
this.CancelButton = this._btnCancel;
this.ControlBox = false;
this.Controls.Add(tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RateForm";
this.ShowInTaskbar = false;
_lytMessage.ResumeLayout(false);
_lytMessage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this._pbxRateImage)).EndInit();
_lytButtons.ResumeLayout(false);
_lytButtons.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例5: InitializeComponent
//.........这里部分代码省略.........
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Size = new System.Drawing.Size(458, 69);
flowLayoutPanel1.TabIndex = 5;
//
// lblDescription
//
this.lblDescription.AutoSize = true;
this.lblDescription.Dock = System.Windows.Forms.DockStyle.Top;
this.lblDescription.Location = new System.Drawing.Point(0, 0);
this.lblDescription.Margin = new System.Windows.Forms.Padding(0);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Padding = new System.Windows.Forms.Padding(10, 10, 10, 0);
this.lblDescription.Size = new System.Drawing.Size(414, 36);
this.lblDescription.TabIndex = 3;
this.lblDescription.Text = "Unhandled exception has occurred in a component in your application. If you click" +
" Continue, the application will ignore this error and attempt to continue.\r\n";
this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblMessage
//
this.lblMessage.AutoSize = true;
this.lblMessage.Dock = System.Windows.Forms.DockStyle.Top;
this.lblMessage.Location = new System.Drawing.Point(3, 36);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Padding = new System.Windows.Forms.Padding(10);
this.lblMessage.Size = new System.Drawing.Size(118, 33);
this.lblMessage.TabIndex = 0;
this.lblMessage.Text = "exception message";
//
// panel1
//
this.panel1.Controls.Add(this.btnDetails);
this.panel1.Controls.Add(this.btnClose);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 67);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(458, 47);
this.panel1.TabIndex = 4;
//
// btnDetails
//
this.btnDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnDetails.Location = new System.Drawing.Point(12, 12);
this.btnDetails.Name = "btnDetails";
this.btnDetails.Size = new System.Drawing.Size(108, 23);
this.btnDetails.TabIndex = 4;
this.btnDetails.Text = "Details";
this.btnDetails.UseVisualStyleBackColor = true;
this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnClose.Location = new System.Drawing.Point(338, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(108, 23);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "Resume";
this.btnClose.UseVisualStyleBackColor = true;
//
// txtWholeText
//
this.txtWholeText.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtWholeText.Location = new System.Drawing.Point(0, 69);
this.txtWholeText.Multiline = true;
this.txtWholeText.Name = "txtWholeText";
this.txtWholeText.ReadOnly = true;
this.txtWholeText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtWholeText.Size = new System.Drawing.Size(458, 0);
this.txtWholeText.TabIndex = 0;
this.txtWholeText.Visible = false;
//
// frmExceptionBox
//
this.AcceptButton = this.btnClose;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(458, 114);
this.Controls.Add(this.txtWholeText);
this.Controls.Add(flowLayoutPanel1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmExceptionBox";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Exception";
this.Resize += new System.EventHandler(this.frmExceptionBox_Resize);
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例6: InitializeComponent
//.........这里部分代码省略.........
System.Windows.Forms.Panel _upperPannel;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.Label _tallyField_LBL;
System.Windows.Forms.Label _title_LBL;
this._tallyField_CmbB = new System.Windows.Forms.ComboBox();
this._BS_TallyClass = new System.Windows.Forms.BindingSource(this.components);
this._lowerPanel = new System.Windows.Forms.FlowLayoutPanel();
_upperPannel = new System.Windows.Forms.Panel();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
_tallyField_LBL = new System.Windows.Forms.Label();
_title_LBL = new System.Windows.Forms.Label();
_upperPannel.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._BS_TallyClass)).BeginInit();
this.SuspendLayout();
//
// _upperPannel
//
_upperPannel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
_upperPannel.Controls.Add(flowLayoutPanel1);
_upperPannel.Controls.Add(_title_LBL);
_upperPannel.Dock = System.Windows.Forms.DockStyle.Top;
_upperPannel.Location = new System.Drawing.Point(0, 0);
_upperPannel.Name = "_upperPannel";
_upperPannel.Size = new System.Drawing.Size(313, 71);
_upperPannel.TabIndex = 0;
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
flowLayoutPanel1.Controls.Add(_tallyField_LBL);
flowLayoutPanel1.Controls.Add(this._tallyField_CmbB);
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
flowLayoutPanel1.Location = new System.Drawing.Point(0, 25);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Size = new System.Drawing.Size(313, 27);
flowLayoutPanel1.TabIndex = 0;
//
// _tallyField_LBL
//
_tallyField_LBL.AutoSize = true;
_tallyField_LBL.Dock = System.Windows.Forms.DockStyle.Left;
_tallyField_LBL.Location = new System.Drawing.Point(3, 0);
_tallyField_LBL.Name = "_tallyField_LBL";
_tallyField_LBL.Size = new System.Drawing.Size(54, 27);
_tallyField_LBL.TabIndex = 1;
_tallyField_LBL.Text = "Tally Field";
_tallyField_LBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// _tallyField_CmbB
//
this._tallyField_CmbB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this._BS_TallyClass, "Field", true));
this._tallyField_CmbB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this._tallyField_CmbB.FormattingEnabled = true;
this._tallyField_CmbB.Location = new System.Drawing.Point(63, 3);
this._tallyField_CmbB.Name = "_tallyField_CmbB";
this._tallyField_CmbB.Size = new System.Drawing.Size(121, 21);
this._tallyField_CmbB.TabIndex = 2;
//
// _BS_TallyClass
//
this._BS_TallyClass.DataSource = typeof(CruiseManager.Core.CruiseCustomize.FixCNTTallyClass);
//
// _title_LBL
//
_title_LBL.AutoSize = true;
_title_LBL.Dock = System.Windows.Forms.DockStyle.Top;
_title_LBL.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
_title_LBL.Location = new System.Drawing.Point(0, 0);
_title_LBL.Name = "_title_LBL";
_title_LBL.Size = new System.Drawing.Size(168, 25);
_title_LBL.TabIndex = 0;
_title_LBL.Text = "FixCNT Tally Setup";
//
// _lowerPanel
//
this._lowerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this._lowerPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this._lowerPanel.Location = new System.Drawing.Point(0, 71);
this._lowerPanel.Name = "_lowerPanel";
this._lowerPanel.Size = new System.Drawing.Size(313, 216);
this._lowerPanel.TabIndex = 1;
//
// FixCNTTallyEditPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this._lowerPanel);
this.Controls.Add(_upperPannel);
this.Name = "FixCNTTallyEditPanel";
this.Size = new System.Drawing.Size(313, 287);
_upperPannel.ResumeLayout(false);
_upperPannel.PerformLayout();
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this._BS_TallyClass)).EndInit();
this.ResumeLayout(false);
}
示例7: InitializeComponent
//.........这里部分代码省略.........
this.Warnings.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.columnIsLostObjectSelected,
this.columnDate,
this.columnType,
this.columnSubject,
this.columnAuthor,
this.columnHash});
this.Warnings.Dock = System.Windows.Forms.DockStyle.Fill;
this.Warnings.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.Warnings.Location = new System.Drawing.Point(0, 138);
this.Warnings.MultiSelect = false;
this.Warnings.Name = "Warnings";
this.Warnings.RowHeadersVisible = false;
this.Warnings.RowTemplate.ContextMenuStrip = this.mnuLostObjects;
this.Warnings.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.Warnings.ShowEditingIcon = false;
this.Warnings.Size = new System.Drawing.Size(859, 376);
this.Warnings.TabIndex = 4;
this.Warnings.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.Warnings_CellMouseDoubleClick);
this.Warnings.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.Warnings_CellMouseDown);
//
// columnIsLostObjectSelected
//
this.columnIsLostObjectSelected.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.columnIsLostObjectSelected.DataPropertyName = "IsSelected";
this.columnIsLostObjectSelected.HeaderText = "";
this.columnIsLostObjectSelected.MinimumWidth = 20;
this.columnIsLostObjectSelected.Name = "columnIsLostObjectSelected";
this.columnIsLostObjectSelected.Width = 20;
//
// columnDate
//
this.columnDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.columnDate.DataPropertyName = "Date";
this.columnDate.HeaderText = "Date";
this.columnDate.Name = "columnDate";
this.columnDate.ReadOnly = true;
this.columnDate.Width = 56;
//
// columnType
//
this.columnType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.columnType.DataPropertyName = "RawType";
this.columnType.HeaderText = "Type";
this.columnType.Name = "columnType";
this.columnType.ReadOnly = true;
this.columnType.Width = 58;
//
// columnSubject
//
this.columnSubject.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.columnSubject.DataPropertyName = "Subject";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.columnSubject.DefaultCellStyle = dataGridViewCellStyle1;
this.columnSubject.HeaderText = "Subject";
this.columnSubject.Name = "columnSubject";
this.columnSubject.ReadOnly = true;
//
// columnAuthor
//
this.columnAuthor.DataPropertyName = "Author";
this.columnAuthor.HeaderText = "Author";
this.columnAuthor.Name = "columnAuthor";
this.columnAuthor.ReadOnly = true;
this.columnAuthor.Width = 150;
//
// columnHash
//
this.columnHash.DataPropertyName = "Hash";
this.columnHash.HeaderText = "Hash";
this.columnHash.Name = "columnHash";
this.columnHash.ReadOnly = true;
this.columnHash.Width = 80;
//
// FormVerify
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCloseDialog;
this.ClientSize = new System.Drawing.Size(859, 575);
this.Controls.Add(this.Warnings);
this.Controls.Add(panel2);
this.Controls.Add(panel1);
this.MinimizeBox = false;
this.Name = "FormVerify";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Verify database";
this.Shown += new System.EventHandler(this.FormVerifyShown);
panel1.ResumeLayout(false);
panel2.ResumeLayout(false);
panel2.PerformLayout();
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
this.mnuLostObjects.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Warnings)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例8: InitializeComponent
//.........这里部分代码省略.........
this.tabPlots.Enabled = false;
this.tabPlots.Location = new System.Drawing.Point(1, 0);
this.tabPlots.Margin = new System.Windows.Forms.Padding(0);
this.tabPlots.Name = "tabPlots";
this.tabPlots.Padding = new System.Drawing.Point(0, 0);
this.tabPlots.SelectedIndex = 0;
this.tabPlots.Size = new System.Drawing.Size(804, 517);
this.tabPlots.TabIndex = 1;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
this.tableLayoutPanel2.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.AutoSize = true;
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(lblName, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 20);
this.tableLayoutPanel1.TabIndex = 5;
//
// tblDidgeComments
//
this.tblDidgeComments.ColumnCount = 2;
this.tblDidgeComments.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tblDidgeComments.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tblDidgeComments.Controls.Add(lblComments, 1, 0);
this.tblDidgeComments.Dock = System.Windows.Forms.DockStyle.Fill;
this.tblDidgeComments.Location = new System.Drawing.Point(0, 23);
this.tblDidgeComments.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.tblDidgeComments.Name = "tblDidgeComments";
this.tblDidgeComments.RowCount = 2;
this.tblDidgeComments.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblDidgeComments.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblDidgeComments.Size = new System.Drawing.Size(200, 77);
this.tblDidgeComments.TabIndex = 6;
//
// DidjImpApp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(976, 542);
this.Controls.Add(this.splitMain);
this.Controls.Add(menuMain);
this.Name = "DidjImpApp";
this.Padding = new System.Windows.Forms.Padding(2, 0, 0, 1);
this.Text = "DidjImp";
this.Load += new System.EventHandler(this.DidjImpApp_Load);
tblTreeAndDimension.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
this.splitContainer1.ResumeLayout(false);
tabPageImpedance.ResumeLayout(false);
tabPageImpedance.PerformLayout();
pnlImpedancePlot.ResumeLayout(false);
pnlImpedanceTools.ResumeLayout(false);
pnlImpedanceTools.PerformLayout();
pnlImpedanceShowHarmonics.ResumeLayout(false);
pnlImpedanceShowHarmonics.PerformLayout();
pnlImpedanceGraphType.ResumeLayout(false);
pnlImpedanceGraphType.PerformLayout();
tabBore.ResumeLayout(false);
tabBore.PerformLayout();
pnlBoreTools.ResumeLayout(false);
menuMain.ResumeLayout(false);
menuMain.PerformLayout();
this.splitMain.Panel1.ResumeLayout(false);
this.splitMain.Panel2.ResumeLayout(false);
this.splitMain.ResumeLayout(false);
this.tabPlots.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tblDidgeComments.ResumeLayout(false);
this.tblDidgeComments.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例9: InitializeComponent
//.........这里部分代码省略.........
//
// lblErrorMessage
//
this.lblErrorMessage.AutoSize = true;
this.lblErrorMessage.Location = new System.Drawing.Point(3, 23);
this.lblErrorMessage.Name = "lblErrorMessage";
this.lblErrorMessage.Size = new System.Drawing.Size(70, 13);
this.lblErrorMessage.TabIndex = 1;
this.lblErrorMessage.Text = "Message: {0}";
//
// label4
//
label4.Location = new System.Drawing.Point(3, 36);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(144, 10);
label4.TabIndex = 4;
//
// label5
//
label5.AutoSize = true;
label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
label5.Location = new System.Drawing.Point(3, 46);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(197, 13);
label5.TabIndex = 5;
label5.Text = "Please, attach the log located at:";
//
// lblLogFilePath
//
this.lblLogFilePath.AutoSize = true;
this.lblLogFilePath.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLogFilePath.Location = new System.Drawing.Point(3, 59);
this.lblLogFilePath.Name = "lblLogFilePath";
this.lblLogFilePath.Size = new System.Drawing.Size(71, 13);
this.lblLogFilePath.TabIndex = 6;
this.lblLogFilePath.Text = "{LogFilePath}";
//
// panel1
//
panel1.Controls.Add(this.btnClose);
panel1.Controls.Add(this.btnSeeLog);
panel1.Controls.Add(this.btnReport);
panel1.Location = new System.Drawing.Point(3, 75);
panel1.Name = "panel1";
panel1.Size = new System.Drawing.Size(496, 36);
panel1.TabIndex = 7;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(301, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(100, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "No thanks";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSeeLog
//
this.btnSeeLog.Location = new System.Drawing.Point(195, 8);
this.btnSeeLog.Name = "btnSeeLog";
this.btnSeeLog.Size = new System.Drawing.Size(100, 23);
this.btnSeeLog.TabIndex = 1;
this.btnSeeLog.Text = "See log";
this.btnSeeLog.UseVisualStyleBackColor = true;
this.btnSeeLog.Click += new System.EventHandler(this.btnSeeLog_Click);
//
// btnReport
//
this.btnReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnReport.Location = new System.Drawing.Point(89, 8);
this.btnReport.Name = "btnReport";
this.btnReport.Size = new System.Drawing.Size(100, 23);
this.btnReport.TabIndex = 0;
this.btnReport.Text = "Report";
this.btnReport.UseVisualStyleBackColor = true;
this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
//
// ReportIssueWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(526, 130);
this.Controls.Add(flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ReportIssueWindow";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "{Window_Caption}";
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
示例10: InitializeComponent
//.........这里部分代码省略.........
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.91122F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.08878F));
this.tableLayoutPanel3.Controls.Add(this.groupBox5, 0, 2);
this.tableLayoutPanel3.Controls.Add(groupBox1, 0, 0);
this.tableLayoutPanel3.Controls.Add(gpRegex, 1, 1);
this.tableLayoutPanel3.Controls.Add(gbCasing, 1, 0);
this.tableLayoutPanel3.Controls.Add(groupBox6, 0, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 3;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 144F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(745, 250);
this.tableLayoutPanel3.TabIndex = 2;
//
// groupBox5
//
this.tableLayoutPanel3.SetColumnSpan(this.groupBox5, 2);
this.groupBox5.Controls.Add(this.tableLayoutPanel2);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Location = new System.Drawing.Point(3, 200);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(739, 47);
this.groupBox5.TabIndex = 11;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Preview";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 4;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.003601F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.29172F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.963985F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.98079F));
this.tableLayoutPanel2.Controls.Add(this.lbFormattedName, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.ddExamples, 1, 0);
this.tableLayoutPanel2.Controls.Add(lbExample, 0, 0);
this.tableLayoutPanel2.Controls.Add(lbResultHeading, 2, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(733, 28);
this.tableLayoutPanel2.TabIndex = 13;
//
// lbFormattedName
//
this.lbFormattedName.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lbFormattedName.AutoSize = true;
this.lbFormattedName.Location = new System.Drawing.Point(354, 7);
this.lbFormattedName.Name = "lbFormattedName";
this.lbFormattedName.Size = new System.Drawing.Size(108, 13);
this.lbFormattedName.TabIndex = 4;
this.lbFormattedName.Text = "Transformed example";
//
// ddExamples
//
this.ddExamples.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.ddExamples.FormattingEnabled = true;
this.ddExamples.Location = new System.Drawing.Point(68, 3);
this.ddExamples.Name = "ddExamples";
this.ddExamples.Size = new System.Drawing.Size(198, 21);
this.ddExamples.TabIndex = 5;
this.ddExamples.TextUpdate += new System.EventHandler(this.UpdateResult);
//
// EdmxConfigGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.Controls.Add(this.tableLayoutPanel3);
this.Name = "EdmxConfigGroup";
this.Size = new System.Drawing.Size(745, 250);
groupBox1.ResumeLayout(false);
this.flexingPanel.ResumeLayout(false);
this.flexingPanel.PerformLayout();
gpRegex.ResumeLayout(false);
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsContextOptions)).EndInit();
gbCasing.ResumeLayout(false);
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
groupBox6.ResumeLayout(false);
tableLayoutPanel9.ResumeLayout(false);
tableLayoutPanel9.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
示例11: InitializeComponent
//.........这里部分代码省略.........
labelServerAddress.Name = "labelServerAddress";
labelServerAddress.Size = new System.Drawing.Size(96, 31);
labelServerAddress.TabIndex = 0;
labelServerAddress.Text = "Server Address";
labelServerAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// flowLayoutPanel
//
flowLayoutPanel.AutoSize = true;
flowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
tableLayoutPanel.SetColumnSpan(flowLayoutPanel, 2);
flowLayoutPanel.Controls.Add(this.buttonConnect);
flowLayoutPanel.Controls.Add(this.buttonExit);
flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Right;
flowLayoutPanel.Location = new System.Drawing.Point(175, 62);
flowLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel.Name = "flowLayoutPanel";
flowLayoutPanel.Size = new System.Drawing.Size(134, 40);
flowLayoutPanel.TabIndex = 1;
//
// buttonConnect
//
this.buttonConnect.AutoSize = true;
this.buttonConnect.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonConnect.Location = new System.Drawing.Point(3, 3);
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Padding = new System.Windows.Forms.Padding(5);
this.buttonConnect.Size = new System.Drawing.Size(74, 33);
this.buttonConnect.TabIndex = 1;
this.buttonConnect.Text = "Connect";
this.buttonConnect.UseVisualStyleBackColor = true;
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
//
// buttonExit
//
this.buttonExit.AutoSize = true;
this.buttonExit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonExit.Location = new System.Drawing.Point(83, 3);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Padding = new System.Windows.Forms.Padding(5);
this.buttonExit.Size = new System.Drawing.Size(48, 33);
this.buttonExit.TabIndex = 2;
this.buttonExit.Text = "Exit";
this.buttonExit.UseVisualStyleBackColor = true;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// textBoxServerAddress
//
this.textBoxServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.textBoxServerAddress.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.textBoxServerAddress.Location = new System.Drawing.Point(105, 3);
this.textBoxServerAddress.Name = "textBoxServerAddress";
this.textBoxServerAddress.Size = new System.Drawing.Size(201, 26);
this.textBoxServerAddress.TabIndex = 2;
//
// labelChatName
//
labelChatName.AutoSize = true;
labelChatName.Dock = System.Windows.Forms.DockStyle.Fill;
labelChatName.Location = new System.Drawing.Point(3, 31);
labelChatName.Name = "labelChatName";
labelChatName.Size = new System.Drawing.Size(96, 31);
labelChatName.TabIndex = 3;
labelChatName.Text = "Name in chat";
labelChatName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textBoxChatName
//
this.textBoxChatName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.textBoxChatName.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.textBoxChatName.Location = new System.Drawing.Point(105, 34);
this.textBoxChatName.Name = "textBoxChatName";
this.textBoxChatName.Size = new System.Drawing.Size(201, 26);
this.textBoxChatName.TabIndex = 4;
//
// ConnectionDialog
//
this.AcceptButton = this.buttonConnect;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonExit;
this.ClientSize = new System.Drawing.Size(319, 112);
this.Controls.Add(tableLayoutPanel);
this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ConnectionDialog";
this.Padding = new System.Windows.Forms.Padding(5);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Connect...";
tableLayoutPanel.ResumeLayout(false);
tableLayoutPanel.PerformLayout();
flowLayoutPanel.ResumeLayout(false);
flowLayoutPanel.PerformLayout();
this.ResumeLayout(false);
}
示例12: 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.TableLayoutPanel table;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewer));
System.Windows.Forms.FlowLayoutPanel checkboxes;
System.Windows.Forms.ColumnHeader columnHeader1;
System.Windows.Forms.ColumnHeader columnHeader2;
System.Windows.Forms.ColumnHeader columnHeader3;
this.metrics = new System.Windows.Forms.CheckBox();
this.debug = new System.Windows.Forms.CheckBox();
this.warning = new System.Windows.Forms.CheckBox();
this.error = new System.Windows.Forms.CheckBox();
this.list = new Szotar.WindowsForms.Controls.ListViewNF();
table = new System.Windows.Forms.TableLayoutPanel();
checkboxes = new System.Windows.Forms.FlowLayoutPanel();
columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
table.SuspendLayout();
checkboxes.SuspendLayout();
this.SuspendLayout();
//
// table
//
resources.ApplyResources(table, "table");
table.Controls.Add(checkboxes, 0, 0);
table.Controls.Add(this.list, 0, 1);
table.Name = "table";
//
// checkboxes
//
resources.ApplyResources(checkboxes, "checkboxes");
checkboxes.Controls.Add(this.metrics);
checkboxes.Controls.Add(this.debug);
checkboxes.Controls.Add(this.warning);
checkboxes.Controls.Add(this.error);
checkboxes.Name = "checkboxes";
//
// metrics
//
resources.ApplyResources(this.metrics, "metrics");
this.metrics.Name = "metrics";
this.metrics.UseVisualStyleBackColor = true;
//
// debug
//
resources.ApplyResources(this.debug, "debug");
this.debug.Name = "debug";
this.debug.UseVisualStyleBackColor = true;
//
// warning
//
resources.ApplyResources(this.warning, "warning");
this.warning.Name = "warning";
this.warning.UseVisualStyleBackColor = true;
//
// error
//
resources.ApplyResources(this.error, "error");
this.error.Name = "error";
this.error.UseVisualStyleBackColor = true;
//
// list
//
resources.ApplyResources(this.list, "list");
this.list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader1,
columnHeader2,
columnHeader3});
this.list.Name = "list";
this.list.UseCompatibleStateImageBehavior = false;
this.list.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
resources.ApplyResources(columnHeader1, "columnHeader1");
//
// columnHeader2
//
resources.ApplyResources(columnHeader2, "columnHeader2");
//
// columnHeader3
//
resources.ApplyResources(columnHeader3, "columnHeader3");
//
// LogViewer
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(table);
this.Name = "LogViewer";
table.ResumeLayout(false);
table.PerformLayout();
checkboxes.ResumeLayout(false);
checkboxes.PerformLayout();
this.ResumeLayout(false);
//.........这里部分代码省略.........
示例13: InitializeComponent
//.........这里部分代码省略.........
flowLayoutPanel2.Name = "flowLayoutPanel2";
flowLayoutPanel2.Size = new System.Drawing.Size(150, 566);
flowLayoutPanel2.TabIndex = 5;
//
// button1
//
this.button1.Enabled = false;
flowLayoutPanel2.SetFlowBreak(this.button1, true);
this.button1.Location = new System.Drawing.Point(3, 96);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(142, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Delete!";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.DeleteFilesClicked);
//
// button6
//
this.button6.Enabled = false;
flowLayoutPanel2.SetFlowBreak(this.button6, true);
this.button6.Location = new System.Drawing.Point(3, 176);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(142, 23);
this.button6.TabIndex = 11;
this.button6.Text = "Restore deleted files";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.ValidateClicked);
//
// ErrorsLabel
//
this.ErrorsLabel.AutoSize = true;
this.ErrorsLabel.Location = new System.Drawing.Point(3, 202);
this.ErrorsLabel.Name = "ErrorsLabel";
this.ErrorsLabel.Size = new System.Drawing.Size(143, 39);
this.ErrorsLabel.TabIndex = 14;
this.ErrorsLabel.Text = "Errors were encountered when loading information for some games.";
this.ErrorsLabel.Visible = false;
//
// ErrorsButton
//
flowLayoutPanel2.SetFlowBreak(this.ErrorsButton, true);
this.ErrorsButton.Location = new System.Drawing.Point(3, 244);
this.ErrorsButton.Name = "ErrorsButton";
this.ErrorsButton.Size = new System.Drawing.Size(142, 23);
this.ErrorsButton.TabIndex = 16;
this.ErrorsButton.Text = "Show errors";
this.ErrorsButton.UseVisualStyleBackColor = true;
this.ErrorsButton.Visible = false;
this.ErrorsButton.Click += new System.EventHandler(this.ErrorsButton_Click);
//
// columnHeader6
//
columnHeader6.Text = "Saved";
columnHeader6.Width = 85;
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader1,
columnHeader2,
columnHeader3,
columnHeader4,
columnHeader5,
columnHeader6});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.FullRowSelect = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(636, 566);
this.listView1.Sorting = System.Windows.Forms.SortOrder.Descending;
this.listView1.TabIndex = 4;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.HeaderClicked);
this.listView1.SelectedIndexChanged += new System.EventHandler(this.ItemSelected);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(786, 566);
this.Controls.Add(this.listView1);
this.Controls.Add(flowLayoutPanel2);
this.Controls.Add(flowLayoutPanel1);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Steam Disk Saver";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
this.Load += new System.EventHandler(this.MainForm_Load);
flowLayoutPanel2.ResumeLayout(false);
flowLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
示例14: InitializeComponent
//.........这里部分代码省略.........
//
// EachItemOddGroup
//
EachItemOddGroup.Controls.Add(this.TextEachItemAlternate);
resources.ApplyResources(EachItemOddGroup, "EachItemOddGroup");
EachItemOddGroup.Name = "EachItemOddGroup";
EachItemOddGroup.TabStop = false;
//
// TextEachItemAlternate
//
this.TextEachItemAlternate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.outputFormatBindingSource, "EachItemAlternate", true));
resources.ApplyResources(this.TextEachItemAlternate, "TextEachItemAlternate");
this.TextEachItemAlternate.Name = "TextEachItemAlternate";
//
// FooterGroup
//
FooterGroup.Controls.Add(this.TextFooter);
resources.ApplyResources(FooterGroup, "FooterGroup");
FooterGroup.Name = "FooterGroup";
FooterGroup.TabStop = false;
//
// TextFooter
//
this.TextFooter.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.outputFormatBindingSource, "Footer", true));
resources.ApplyResources(this.TextFooter, "TextFooter");
this.TextFooter.Name = "TextFooter";
//
// panel1
//
this.panel1.Controls.Add(OkCancelButtonPanel);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// ContantSplitPane
//
resources.ApplyResources(this.ContantSplitPane, "ContantSplitPane");
this.ContantSplitPane.Name = "ContantSplitPane";
//
// ContantSplitPane.Panel1
//
this.ContantSplitPane.Panel1.Controls.Add(FormatLayout);
//
// ContantSplitPane.Panel2
//
this.ContantSplitPane.Panel2.Controls.Add(this.VariableItemList);
this.ContantSplitPane.Panel2.Controls.Add(this.BtnInsertVariable);
//
// VariableItemList
//
resources.ApplyResources(this.VariableItemList, "VariableItemList");
this.VariableItemList.FormattingEnabled = true;
this.VariableItemList.Name = "VariableItemList";
//
// BtnInsertVariable
//
resources.ApplyResources(this.BtnInsertVariable, "BtnInsertVariable");
this.BtnInsertVariable.Name = "BtnInsertVariable";
this.BtnInsertVariable.UseVisualStyleBackColor = true;
//
// outputFormatBindingSource
//
this.outputFormatBindingSource.DataSource = typeof(EnumFiles.Model.OutputFormat);
//
// OutputFormatForm
//
this.AcceptButton = this.BtnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.BtnCancel;
this.ControlBox = false;
this.Controls.Add(this.ContantSplitPane);
this.Controls.Add(this.panel1);
this.Controls.Add(FormatNamePanel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OutputFormatForm";
this.Load += new System.EventHandler(this.OutputFormatForm_Load);
FormatNamePanel.ResumeLayout(false);
FormatNamePanel.PerformLayout();
ButtonPanel.ResumeLayout(false);
OkCancelButtonPanel.ResumeLayout(false);
OkCancelButtonPanel.PerformLayout();
FormatLayout.ResumeLayout(false);
HeaderGroup.ResumeLayout(false);
HeaderGroup.PerformLayout();
EachItemGroup.ResumeLayout(false);
EachItemGroup.PerformLayout();
EachItemOddGroup.ResumeLayout(false);
EachItemOddGroup.PerformLayout();
FooterGroup.ResumeLayout(false);
FooterGroup.PerformLayout();
this.panel1.ResumeLayout(false);
this.ContantSplitPane.Panel1.ResumeLayout(false);
this.ContantSplitPane.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ContantSplitPane)).EndInit();
this.ContantSplitPane.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.outputFormatBindingSource)).EndInit();
this.ResumeLayout(false);
}
示例15: InitializeComponent
//.........这里部分代码省略.........
this.username.MaxLength = 255;
this.username.Name = "username";
this.username.Size = new System.Drawing.Size(100, 20);
this.username.TabIndex = 4;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(3, 41);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(56, 13);
label2.TabIndex = 3;
label2.Text = "Password:";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(3, 13);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(58, 13);
label1.TabIndex = 1;
label1.Text = "Username:";
//
// panel2
//
panel2.Controls.Add(this.register);
panel2.Controls.Add(this.login);
panel2.Location = new System.Drawing.Point(183, 453);
panel2.Name = "panel2";
panel2.Size = new System.Drawing.Size(99, 71);
panel2.TabIndex = 4;
//
// register
//
this.register.Location = new System.Drawing.Point(12, 38);
this.register.Name = "register";
this.register.Size = new System.Drawing.Size(75, 23);
this.register.TabIndex = 1;
this.register.Text = "Website";
this.register.UseVisualStyleBackColor = true;
this.register.Click += new System.EventHandler(this.register_Click);
//
// login
//
this.login.Location = new System.Drawing.Point(12, 10);
this.login.Name = "login";
this.login.Size = new System.Drawing.Size(75, 23);
this.login.TabIndex = 0;
this.login.Text = "Login";
this.login.UseVisualStyleBackColor = true;
this.login.Click += new System.EventHandler(this.login_Click);
//
// panel3
//
panel3.Controls.Add(this.info);
panel3.Location = new System.Drawing.Point(288, 453);
panel3.Name = "panel3";
panel3.Size = new System.Drawing.Size(465, 71);
panel3.TabIndex = 5;
//
// info
//
this.info.Location = new System.Drawing.Point(9, 12);
this.info.Name = "info";
this.info.Size = new System.Drawing.Size(451, 13);
this.info.TabIndex = 0;
this.info.Text = "__________________________________________________________________________";
this.info.Visible = false;
//
// timer
//
this.timer.Interval = 1000;
this.timer.Tick += new System.EventHandler(this.timer_Tick);
//
// Launcher
//
this.AcceptButton = this.login;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(794, 559);
this.Controls.Add(flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(800, 588);
this.MinimumSize = new System.Drawing.Size(800, 588);
this.Name = "Launcher";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Accelerated Delivery";
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
panel1.ResumeLayout(false);
panel1.PerformLayout();
panel2.ResumeLayout(false);
panel3.ResumeLayout(false);
this.ResumeLayout(false);
}