本文整理汇总了C#中System.Windows.Forms.FlowLayoutPanel.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.FlowLayoutPanel.SuspendLayout方法的具体用法?C# System.Windows.Forms.FlowLayoutPanel.SuspendLayout怎么用?C# System.Windows.Forms.FlowLayoutPanel.SuspendLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System.Windows.Forms.FlowLayoutPanel
的用法示例。
在下文中一共展示了System.Windows.Forms.FlowLayoutPanel.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() {
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Panel _pnlContent;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExternalsConfigurationComponentControl));
System.Windows.Forms.FlowLayoutPanel _pnlButtons;
this._listExternals = new System.Windows.Forms.ListView();
this.colLabel = new System.Windows.Forms.ColumnHeader();
this.colDescription = new System.Windows.Forms.ColumnHeader();
this._btnAdd = new System.Windows.Forms.Button();
this._btnRemove = new System.Windows.Forms.Button();
this._btnEdit = new System.Windows.Forms.Button();
this._mnuExternalTypes = new System.Windows.Forms.ContextMenuStrip(this.components);
_pnlContent = new System.Windows.Forms.Panel();
_pnlButtons = new System.Windows.Forms.FlowLayoutPanel();
_pnlContent.SuspendLayout();
_pnlButtons.SuspendLayout();
this.SuspendLayout();
//
// _pnlContent
//
_pnlContent.Controls.Add(this._listExternals);
_pnlContent.Controls.Add(_pnlButtons);
resources.ApplyResources(_pnlContent, "_pnlContent");
_pnlContent.Name = "_pnlContent";
//
// _listExternals
//
this._listExternals.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colLabel,
this.colDescription});
resources.ApplyResources(this._listExternals, "_listExternals");
this._listExternals.FullRowSelect = true;
this._listExternals.GridLines = true;
this._listExternals.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this._listExternals.HideSelection = false;
this._listExternals.LabelEdit = true;
this._listExternals.MultiSelect = false;
this._listExternals.Name = "_listExternals";
this._listExternals.UseCompatibleStateImageBehavior = false;
this._listExternals.View = System.Windows.Forms.View.Details;
this._listExternals.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this._listExternals_AfterLabelEdit);
this._listExternals.SelectedIndexChanged += new System.EventHandler(this._listExternals_SelectedIndexChanged);
this._listExternals.DoubleClick += new System.EventHandler(this._listExternals_DoubleClick);
//
// colLabel
//
resources.ApplyResources(this.colLabel, "colLabel");
//
// colDescription
//
resources.ApplyResources(this.colDescription, "colDescription");
//
// _pnlButtons
//
_pnlButtons.Controls.Add(this._btnAdd);
_pnlButtons.Controls.Add(this._btnRemove);
_pnlButtons.Controls.Add(this._btnEdit);
resources.ApplyResources(_pnlButtons, "_pnlButtons");
_pnlButtons.Name = "_pnlButtons";
//
// _btnAdd
//
resources.ApplyResources(this._btnAdd, "_btnAdd");
this._btnAdd.Name = "_btnAdd";
this._btnAdd.UseVisualStyleBackColor = true;
this._btnAdd.Click += new System.EventHandler(this._btnAdd_Click);
//
// _btnRemove
//
resources.ApplyResources(this._btnRemove, "_btnRemove");
this._btnRemove.Name = "_btnRemove";
this._btnRemove.UseVisualStyleBackColor = true;
this._btnRemove.Click += new System.EventHandler(this._btnRemove_Click);
//
// _btnEdit
//
resources.ApplyResources(this._btnEdit, "_btnEdit");
this._btnEdit.Name = "_btnEdit";
this._btnEdit.UseVisualStyleBackColor = true;
this._btnEdit.Click += new System.EventHandler(this._btnEdit_Click);
//
// _mnuExternalTypes
//
this._mnuExternalTypes.Name = "_mnuExternalTypes";
resources.ApplyResources(this._mnuExternalTypes, "_mnuExternalTypes");
//
// ExternalsConfigurationComponentControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(_pnlContent);
this.Name = "ExternalsConfigurationComponentControl";
_pnlContent.ResumeLayout(false);
_pnlButtons.ResumeLayout(false);
this.ResumeLayout(false);
//.........这里部分代码省略.........
示例2: InitializeComponent
//.........这里部分代码省略.........
lblHTTP = new System.Windows.Forms.Label();
lblEmailNotificationPage = new System.Windows.Forms.Label();
lblEmailServer = new System.Windows.Forms.Label();
lblFromAddress = new System.Windows.Forms.Label();
lblToAddress = new System.Windows.Forms.Label();
lblEmailPassword = new System.Windows.Forms.Label();
lblEmailUsername = new System.Windows.Forms.Label();
lblPortNumber = new System.Windows.Forms.Label();
lblNotificationsPage = new System.Windows.Forms.Label();
lblTrayIconPage = new System.Windows.Forms.Label();
systemTrayIconGroupBox = new System.Windows.Forms.GroupBox();
lblSchedulerUIPage = new System.Windows.Forms.Label();
lblText = new System.Windows.Forms.Label();
lblBlockingEvents = new System.Windows.Forms.Label();
lblRecurringEvents = new System.Windows.Forms.Label();
lblSimpleEvents = new System.Windows.Forms.Label();
lblReminder = new System.Windows.Forms.Label();
lblURI = new System.Windows.Forms.Label();
lblPassword = new System.Windows.Forms.Label();
lblGoogleEmail = new System.Windows.Forms.Label();
lblEarlyReminder = new System.Windows.Forms.Label();
lblLateReminder = new System.Windows.Forms.Label();
lblExternalCalendarPage = new System.Windows.Forms.Label();
lblG15Page = new System.Windows.Forms.Label();
lblCycleTrainingSeconds = new System.Windows.Forms.Label();
lblG15CycleCharSeconds = new System.Windows.Forms.Label();
lblIgbServerPage = new System.Windows.Forms.Label();
lblIGBPort = new System.Windows.Forms.Label();
flowLayoutPanel28 = new System.Windows.Forms.FlowLayoutPanel();
igbHelpLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
gbSkillBrowserIconSet = new System.Windows.Forms.GroupBox();
label2 = new System.Windows.Forms.Label();
bottomPanel.SuspendLayout();
groupBox15.SuspendLayout();
groupBox7.SuspendLayout();
systemTrayIconGroupBox.SuspendLayout();
flowLayoutPanel28.SuspendLayout();
gbSkillBrowserIconSet.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanel9.SuspendLayout();
this.leftPanel.SuspendLayout();
this.multiPanel.SuspendLayout();
this.mainWindowPage.SuspendLayout();
this.groupBox2.SuspendLayout();
this.overviewPanel.SuspendLayout();
this.generalPage.SuspendLayout();
this.skillPlannerPage.SuspendLayout();
this.networkPage.SuspendLayout();
this.ApiProxyGroupBox.SuspendLayout();
this.ProxyServerGroupBox.SuspendLayout();
this.customProxyPanel.SuspendLayout();
this.emailNotificationsPage.SuspendLayout();
this.mailNotificationPanel.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tlpEmailSettings.SuspendLayout();
this.tlpEmailAuthTable.SuspendLayout();
this.notificationsPage.SuspendLayout();
this.trayIconPage.SuspendLayout();
this.mainWindowBehaviourGroupBox.SuspendLayout();
this.trayIconPopupGroupBox.SuspendLayout();
this.updatesPage.SuspendLayout();
this.groupBox1.SuspendLayout();
this.schedulerUIPage.SuspendLayout();
this.externalCalendarPage.SuspendLayout();
示例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.TableLayoutPanel tableLayoutPanel1;
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label5;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
System.Windows.Forms.GroupBox groupBox2;
System.Windows.Forms.Button browse;
this.fileFormat = new System.Windows.Forms.ComboBox();
this.jpegCompression = new System.Windows.Forms.NumericUpDown();
this.ok = new System.Windows.Forms.Button();
this.cancel = new System.Windows.Forms.Button();
this.alphaLDRGroup = new System.Windows.Forms.GroupBox();
this.alphaMap = new System.Windows.Forms.ComboBox();
this.alphaCol = new System.Windows.Forms.Button();
this.blackPoint = new System.Windows.Forms.TextBox();
this.whitePoint = new System.Windows.Forms.TextBox();
this.sliceGroup = new System.Windows.Forms.GroupBox();
this.exportAllSlices = new System.Windows.Forms.CheckBox();
this.oneSlice = new System.Windows.Forms.CheckBox();
this.sliceSelect = new System.Windows.Forms.ComboBox();
this.mapSlicesToGrid = new System.Windows.Forms.CheckBox();
this.gridWidth = new System.Windows.Forms.NumericUpDown();
this.cubeCruciform = new System.Windows.Forms.CheckBox();
this.mipGroup = new System.Windows.Forms.GroupBox();
this.exportAllMips = new System.Windows.Forms.CheckBox();
this.oneMip = new System.Windows.Forms.CheckBox();
this.mipSelect = new System.Windows.Forms.ComboBox();
this.sampleGroup = new System.Windows.Forms.GroupBox();
this.oneSample = new System.Windows.Forms.CheckBox();
this.sampleSelect = new System.Windows.Forms.ComboBox();
this.mapSampleArray = new System.Windows.Forms.CheckBox();
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.resolveSamples = new System.Windows.Forms.CheckBox();
this.filename = new System.Windows.Forms.TextBox();
this.saveTexDialog = new System.Windows.Forms.SaveFileDialog();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
groupBox1 = new System.Windows.Forms.GroupBox();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
label3 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
groupBox2 = new System.Windows.Forms.GroupBox();
browse = new System.Windows.Forms.Button();
tableLayoutPanel1.SuspendLayout();
groupBox1.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).BeginInit();
flowLayoutPanel2.SuspendLayout();
this.alphaLDRGroup.SuspendLayout();
flowLayoutPanel3.SuspendLayout();
this.sliceGroup.SuspendLayout();
flowLayoutPanel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridWidth)).BeginInit();
this.mipGroup.SuspendLayout();
flowLayoutPanel4.SuspendLayout();
this.sampleGroup.SuspendLayout();
flowLayoutPanel5.SuspendLayout();
groupBox2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
tableLayoutPanel1.Controls.Add(flowLayoutPanel2, 0, 6);
tableLayoutPanel1.Controls.Add(this.alphaLDRGroup, 0, 5);
tableLayoutPanel1.Controls.Add(this.sliceGroup, 0, 4);
tableLayoutPanel1.Controls.Add(this.mipGroup, 0, 2);
tableLayoutPanel1.Controls.Add(this.sampleGroup, 0, 3);
tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 7;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
//.........这里部分代码省略.........
示例4: 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.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.PictureBox pictureBox1;
System.Windows.Forms.Panel panel1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.Panel panel2;
System.Windows.Forms.Panel panel3;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Launcher));
this.password = new System.Windows.Forms.TextBox();
this.username = new System.Windows.Forms.TextBox();
this.register = new System.Windows.Forms.Button();
this.login = new System.Windows.Forms.Button();
this.info = new System.Windows.Forms.Label();
this.timer = new System.Windows.Forms.Timer(this.components);
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
pictureBox1 = new System.Windows.Forms.PictureBox();
panel1 = new System.Windows.Forms.Panel();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
panel2 = new System.Windows.Forms.Panel();
panel3 = new System.Windows.Forms.Panel();
flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
panel1.SuspendLayout();
panel2.SuspendLayout();
panel3.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
flowLayoutPanel1.Controls.Add(pictureBox1);
flowLayoutPanel1.Controls.Add(panel1);
flowLayoutPanel1.Controls.Add(panel2);
flowLayoutPanel1.Controls.Add(panel3);
flowLayoutPanel1.Location = new System.Drawing.Point(12, 12);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Size = new System.Drawing.Size(760, 527);
flowLayoutPanel1.TabIndex = 0;
//
// pictureBox1
//
flowLayoutPanel1.SetFlowBreak(pictureBox1, true);
pictureBox1.Image = global::Launcher.Properties.Resources.banner;
pictureBox1.InitialImage = null;
pictureBox1.Location = new System.Drawing.Point(3, 3);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new System.Drawing.Size(750, 444);
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
//
// panel1
//
panel1.Controls.Add(this.password);
panel1.Controls.Add(this.username);
panel1.Controls.Add(label2);
panel1.Controls.Add(label1);
panel1.Location = new System.Drawing.Point(3, 453);
panel1.Name = "panel1";
panel1.Size = new System.Drawing.Size(174, 71);
panel1.TabIndex = 3;
//
// password
//
this.password.Location = new System.Drawing.Point(67, 38);
this.password.MaxLength = 255;
this.password.Name = "password";
this.password.Size = new System.Drawing.Size(100, 20);
this.password.TabIndex = 5;
this.password.UseSystemPasswordChar = true;
//
// username
//
this.username.Location = new System.Drawing.Point(67, 10);
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);
//.........这里部分代码省略.........
示例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.FlowLayoutPanel _lytButtons;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubscribeForm));
this._applyButton = new System.Windows.Forms.Button();
this._cancelButton = new System.Windows.Forms.Button();
this._okButton = new System.Windows.Forms.Button();
this._forumListView = new System.Windows.Forms.ListView();
this._typeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this._forumColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this._descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this._formImages = new System.Windows.Forms.ImageList(this.components);
this._messageLabel = new System.Windows.Forms.Label();
this._syncForumsButton = new System.Windows.Forms.Button();
this._priority = new System.Windows.Forms.NumericUpDown();
_lytButtons = new System.Windows.Forms.FlowLayoutPanel();
_lytButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._priority)).BeginInit();
this.SuspendLayout();
//
// _lytButtons
//
resources.ApplyResources(_lytButtons, "_lytButtons");
_lytButtons.Controls.Add(this._applyButton);
_lytButtons.Controls.Add(this._cancelButton);
_lytButtons.Controls.Add(this._okButton);
_lytButtons.Name = "_lytButtons";
//
// _applyButton
//
resources.ApplyResources(this._applyButton, "_applyButton");
this._applyButton.Name = "_applyButton";
this._applyButton.Click += new System.EventHandler(this.BtnApplyClick);
//
// _cancelButton
//
resources.ApplyResources(this._cancelButton, "_cancelButton");
this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this._cancelButton.Name = "_cancelButton";
//
// _okButton
//
resources.ApplyResources(this._okButton, "_okButton");
this._okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this._okButton.Name = "_okButton";
this._okButton.Click += new System.EventHandler(this.BtnOkClick);
//
// _forumListView
//
resources.ApplyResources(this._forumListView, "_forumListView");
this._forumListView.CheckBoxes = true;
this._forumListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this._typeColumnHeader,
this._forumColumnHeader,
this._descriptionColumnHeader});
this._forumListView.FullRowSelect = true;
this._forumListView.GridLines = true;
this._forumListView.HideSelection = false;
this._forumListView.Name = "_forumListView";
this._forumListView.SmallImageList = this._formImages;
this._forumListView.UseCompatibleStateImageBehavior = false;
this._forumListView.View = System.Windows.Forms.View.Details;
this._forumListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ForumListViewColumnClick);
this._forumListView.SelectedIndexChanged += new System.EventHandler(this.ForumListViewSelectedIndexChanged);
//
// _typeColumnHeader
//
resources.ApplyResources(this._typeColumnHeader, "_typeColumnHeader");
//
// _forumColumnHeader
//
resources.ApplyResources(this._forumColumnHeader, "_forumColumnHeader");
//
// _descriptionColumnHeader
//
resources.ApplyResources(this._descriptionColumnHeader, "_descriptionColumnHeader");
//
// _formImages
//
this._formImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_formImages.ImageStream")));
this._formImages.TransparentColor = System.Drawing.Color.Transparent;
this._formImages.Images.SetKeyName(0, "");
this._formImages.Images.SetKeyName(1, "");
//
// _messageLabel
//
resources.ApplyResources(this._messageLabel, "_messageLabel");
this._messageLabel.Name = "_messageLabel";
//
// _syncForumsButton
//
resources.ApplyResources(this._syncForumsButton, "_syncForumsButton");
this._syncForumsButton.Name = "_syncForumsButton";
this._syncForumsButton.Click += new System.EventHandler(this.BtnSyncForumsClick);
//
//.........这里部分代码省略.........
示例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.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label5;
this.lblTitle = new System.Windows.Forms.Label();
this.lblArtist = new System.Windows.Forms.Label();
this.lblAlbum = new System.Windows.Forms.Label();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.pnlScroll = new System.Windows.Forms.Panel();
this.lblLyrics = new System.Windows.Forms.Label();
this.pbAlbumArt = new System.Windows.Forms.PictureBox();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
label3 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.pnlScroll.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbAlbumArt)).BeginInit();
this.SuspendLayout();
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.Controls.Add(this.lblTitle);
flowLayoutPanel1.Controls.Add(label3);
flowLayoutPanel1.Controls.Add(this.lblArtist);
flowLayoutPanel1.Controls.Add(label5);
flowLayoutPanel1.Controls.Add(this.lblAlbum);
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Size = new System.Drawing.Size(776, 13);
flowLayoutPanel1.TabIndex = 2;
//
// lblTitle
//
this.lblTitle.AutoSize = true;
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);
//
//.........这里部分代码省略.........
示例7: 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 nameLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListBuilder));
System.Windows.Forms.Label authorLabel;
System.Windows.Forms.Label urlLabel;
System.Windows.Forms.FlowLayoutPanel metaFlow;
System.Windows.Forms.ToolStripMenuItem fileMenu;
System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
System.Windows.Forms.ToolStripMenuItem practiceMenu;
System.Windows.Forms.ToolStripSeparator editSep2;
System.Windows.Forms.ToolStripSeparator contextSep1;
this.namePanel = new System.Windows.Forms.Panel();
this.name = new System.Windows.Forms.TextBox();
this.authorPanel = new System.Windows.Forms.Panel();
this.author = new System.Windows.Forms.TextBox();
this.urlPanel = new System.Windows.Forms.Panel();
this.url = new System.Windows.Forms.TextBox();
this.entriesPanel = new System.Windows.Forms.Panel();
this.entriesLabel = new System.Windows.Forms.Label();
this.showStartPage = new System.Windows.Forms.ToolStripMenuItem();
this.close = new System.Windows.Forms.ToolStripMenuItem();
this.deleteList = new System.Windows.Forms.ToolStripMenuItem();
this.flashcards = new System.Windows.Forms.ToolStripMenuItem();
this.learn = new System.Windows.Forms.ToolStripMenuItem();
this.editMenu = new System.Windows.Forms.ToolStripMenuItem();
this.undo = new System.Windows.Forms.ToolStripMenuItem();
this.redo = new System.Windows.Forms.ToolStripMenuItem();
this.editSep1 = new System.Windows.Forms.ToolStripSeparator();
this.cutMI = new System.Windows.Forms.ToolStripMenuItem();
this.copyMI = new System.Windows.Forms.ToolStripMenuItem();
this.pasteMI = new System.Windows.Forms.ToolStripMenuItem();
this.deleteMI = new System.Windows.Forms.ToolStripMenuItem();
this.copyAsCsv = new System.Windows.Forms.ToolStripMenuItem();
this.pasteCSV = new System.Windows.Forms.ToolStripMenuItem();
this.editSep3 = new System.Windows.Forms.ToolStripSeparator();
this.sort = new System.Windows.Forms.ToolStripMenuItem();
this.editMetadata = new System.Windows.Forms.ToolStripMenuItem();
this.swapAll = new System.Windows.Forms.ToolStripMenuItem();
this.mainMenu = new System.Windows.Forms.MenuStrip();
this.itemContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cutCM = new System.Windows.Forms.ToolStripMenuItem();
this.copyCM = new System.Windows.Forms.ToolStripMenuItem();
this.pasteCM = new System.Windows.Forms.ToolStripMenuItem();
this.swap = new System.Windows.Forms.ToolStripMenuItem();
this.deleteCM = new System.Windows.Forms.ToolStripMenuItem();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.meta = new System.Windows.Forms.Panel();
this.shadow = new System.Windows.Forms.PictureBox();
this.icon = new System.Windows.Forms.PictureBox();
this.grid = new Szotar.WindowsForms.Controls.DictionaryGrid();
nameLabel = new System.Windows.Forms.Label();
authorLabel = new System.Windows.Forms.Label();
urlLabel = new System.Windows.Forms.Label();
metaFlow = new System.Windows.Forms.FlowLayoutPanel();
fileMenu = new System.Windows.Forms.ToolStripMenuItem();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
practiceMenu = new System.Windows.Forms.ToolStripMenuItem();
editSep2 = new System.Windows.Forms.ToolStripSeparator();
contextSep1 = new System.Windows.Forms.ToolStripSeparator();
metaFlow.SuspendLayout();
this.namePanel.SuspendLayout();
this.authorPanel.SuspendLayout();
this.urlPanel.SuspendLayout();
this.entriesPanel.SuspendLayout();
this.mainMenu.SuspendLayout();
this.itemContextMenu.SuspendLayout();
this.meta.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.shadow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.icon)).BeginInit();
this.SuspendLayout();
//
// nameLabel
//
resources.ApplyResources(nameLabel, "nameLabel");
nameLabel.ForeColor = System.Drawing.SystemColors.GrayText;
nameLabel.Name = "nameLabel";
//
// authorLabel
//
resources.ApplyResources(authorLabel, "authorLabel");
authorLabel.ForeColor = System.Drawing.SystemColors.GrayText;
authorLabel.Name = "authorLabel";
//
// urlLabel
//
resources.ApplyResources(urlLabel, "urlLabel");
urlLabel.ForeColor = System.Drawing.SystemColors.GrayText;
urlLabel.Name = "urlLabel";
//
// metaFlow
//
resources.ApplyResources(metaFlow, "metaFlow");
metaFlow.Controls.Add(this.namePanel);
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.TabControl tabControl1;
System.Windows.Forms.TabPage tabPage1;
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
System.Windows.Forms.Label label1;
System.Windows.Forms.CheckBox headerCheckBox;
System.Windows.Forms.Button cancelButton;
System.Windows.Forms.Button okButton;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
this.namespaceTextBox = new System.Windows.Forms.TextBox();
tabControl1 = new System.Windows.Forms.TabControl();
tabPage1 = new System.Windows.Forms.TabPage();
groupBox1 = new System.Windows.Forms.GroupBox();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
label1 = new System.Windows.Forms.Label();
headerCheckBox = new System.Windows.Forms.CheckBox();
cancelButton = new System.Windows.Forms.Button();
okButton = new System.Windows.Forms.Button();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
groupBox1.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
tabControl1.Location = new System.Drawing.Point(5, 5);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new System.Drawing.Size(284, 308);
tabControl1.TabIndex = 0;
//
// tabPage1
//
tabPage1.Controls.Add(groupBox1);
tabPage1.Location = new System.Drawing.Point(4, 24);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new System.Windows.Forms.Padding(8, 5, 8, 5);
tabPage1.Size = new System.Drawing.Size(276, 280);
tabPage1.TabIndex = 0;
tabPage1.Text = "Options";
tabPage1.UseVisualStyleBackColor = true;
//
// groupBox1
//
groupBox1.AutoSize = true;
groupBox1.Controls.Add(tableLayoutPanel1);
groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
groupBox1.Location = new System.Drawing.Point(8, 5);
groupBox1.Name = "groupBox1";
groupBox1.Padding = new System.Windows.Forms.Padding(5, 3, 5, 5);
groupBox1.Size = new System.Drawing.Size(260, 97);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Code generation";
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(label1, 0, 0);
tableLayoutPanel1.Controls.Add(headerCheckBox, 0, 2);
tableLayoutPanel1.Controls.Add(this.namespaceTextBox, 0, 1);
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
tableLayoutPanel1.Location = new System.Drawing.Point(5, 19);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 3;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.Size = new System.Drawing.Size(250, 73);
tableLayoutPanel1.TabIndex = 0;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(0, 0);
label1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(72, 15);
label1.TabIndex = 0;
label1.Text = "&Namespace:";
//
// headerCheckBox
//
headerCheckBox.AutoSize = true;
headerCheckBox.Checked = global::ToolStripCustomizer.Properties.Settings.Default.IncludeHeader;
headerCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
headerCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::ToolStripCustomizer.Properties.Settings.Default, "IncludeHeader", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
//.........这里部分代码省略.........
示例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.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);
//.........这里部分代码省略.........
示例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.Panel FormatNamePanel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OutputFormatForm));
System.Windows.Forms.Panel ButtonPanel;
System.Windows.Forms.FlowLayoutPanel OkCancelButtonPanel;
System.Windows.Forms.TableLayoutPanel FormatLayout;
System.Windows.Forms.GroupBox HeaderGroup;
System.Windows.Forms.GroupBox EachItemGroup;
System.Windows.Forms.GroupBox EachItemOddGroup;
System.Windows.Forms.GroupBox FooterGroup;
this.ComboFormatName = new System.Windows.Forms.ComboBox();
this.BtnRemove = new System.Windows.Forms.Button();
this.BtnSave = new System.Windows.Forms.Button();
this.BtnOK = new System.Windows.Forms.Button();
this.BtnCancel = new System.Windows.Forms.Button();
this.TextHeader = new System.Windows.Forms.TextBox();
this.TextEachItem = new System.Windows.Forms.TextBox();
this.TextEachItemAlternate = new System.Windows.Forms.TextBox();
this.TextFooter = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.ContantSplitPane = new System.Windows.Forms.SplitContainer();
this.VariableItemList = new System.Windows.Forms.ListBox();
this.BtnInsertVariable = new System.Windows.Forms.Button();
this.outputFormatBindingSource = new System.Windows.Forms.BindingSource(this.components);
FormatNamePanel = new System.Windows.Forms.Panel();
ButtonPanel = new System.Windows.Forms.Panel();
OkCancelButtonPanel = new System.Windows.Forms.FlowLayoutPanel();
FormatLayout = new System.Windows.Forms.TableLayoutPanel();
HeaderGroup = new System.Windows.Forms.GroupBox();
EachItemGroup = new System.Windows.Forms.GroupBox();
EachItemOddGroup = new System.Windows.Forms.GroupBox();
FooterGroup = new System.Windows.Forms.GroupBox();
FormatNamePanel.SuspendLayout();
ButtonPanel.SuspendLayout();
OkCancelButtonPanel.SuspendLayout();
FormatLayout.SuspendLayout();
HeaderGroup.SuspendLayout();
EachItemGroup.SuspendLayout();
EachItemOddGroup.SuspendLayout();
FooterGroup.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ContantSplitPane)).BeginInit();
this.ContantSplitPane.Panel1.SuspendLayout();
this.ContantSplitPane.Panel2.SuspendLayout();
this.ContantSplitPane.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.outputFormatBindingSource)).BeginInit();
this.SuspendLayout();
//
// FormatNamePanel
//
FormatNamePanel.Controls.Add(this.ComboFormatName);
FormatNamePanel.Controls.Add(ButtonPanel);
resources.ApplyResources(FormatNamePanel, "FormatNamePanel");
FormatNamePanel.Name = "FormatNamePanel";
//
// ComboFormatName
//
resources.ApplyResources(this.ComboFormatName, "ComboFormatName");
this.ComboFormatName.FormattingEnabled = true;
this.ComboFormatName.Name = "ComboFormatName";
this.ComboFormatName.SelectedIndexChanged += new System.EventHandler(this.ComboFormatName_SelectedIndexChanged);
//
// ButtonPanel
//
resources.ApplyResources(ButtonPanel, "ButtonPanel");
ButtonPanel.Controls.Add(this.BtnRemove);
ButtonPanel.Controls.Add(this.BtnSave);
ButtonPanel.Name = "ButtonPanel";
//
// BtnRemove
//
resources.ApplyResources(this.BtnRemove, "BtnRemove");
this.BtnRemove.Name = "BtnRemove";
this.BtnRemove.UseVisualStyleBackColor = true;
this.BtnRemove.Click += new System.EventHandler(this.BtnRemove_Click);
//
// BtnSave
//
this.BtnSave.Cursor = System.Windows.Forms.Cursors.Arrow;
resources.ApplyResources(this.BtnSave, "BtnSave");
this.BtnSave.Name = "BtnSave";
this.BtnSave.UseVisualStyleBackColor = true;
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// OkCancelButtonPanel
//
OkCancelButtonPanel.Controls.Add(this.BtnOK);
OkCancelButtonPanel.Controls.Add(this.BtnCancel);
resources.ApplyResources(OkCancelButtonPanel, "OkCancelButtonPanel");
OkCancelButtonPanel.Name = "OkCancelButtonPanel";
//
// BtnOK
//
resources.ApplyResources(this.BtnOK, "BtnOK");
//.........这里部分代码省略.........
示例11: InitializeComponent
private void InitializeComponent()
{
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label1;
System.Windows.Forms.ColumnHeader columnHeader2;
System.Windows.Forms.ColumnHeader columnHeader1;
System.Windows.Forms.ColumnHeader columnHeader3;
System.Windows.Forms.ColumnHeader columnHeader4;
System.Windows.Forms.ColumnHeader columnHeader5;
System.Windows.Forms.Label label2;
System.Windows.Forms.Button button2;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
System.Windows.Forms.ColumnHeader columnHeader6;
this.button1 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.ErrorsLabel = new System.Windows.Forms.Label();
this.ErrorsButton = new System.Windows.Forms.Button();
this.listView1 = new System.Windows.Forms.ListView();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
label5 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
label2 = new System.Windows.Forms.Label();
button2 = new System.Windows.Forms.Button();
flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
flowLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Size = new System.Drawing.Size(786, 0);
flowLayoutPanel1.TabIndex = 1;
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(3, 67);
label5.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(140, 26);
label5.TabIndex = 6;
label5.Text = "Deletes files according to the selected categories.";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(3, 134);
label1.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(143, 39);
label1.TabIndex = 10;
label1.Text = "Tells Steam to redownload deleted files for the highlighted game.";
//
// columnHeader2
//
columnHeader2.Text = "AppId";
//
// columnHeader1
//
columnHeader1.Text = "Game name";
columnHeader1.Width = 200;
//
// columnHeader3
//
columnHeader3.Text = "Size";
//
// columnHeader4
//
columnHeader4.Text = "Deletable";
columnHeader4.Width = 95;
//
// columnHeader5
//
columnHeader5.Text = "Not selected";
columnHeader5.Width = 85;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(3, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(144, 26);
label2.TabIndex = 13;
label2.Text = "Select which categories of files to delete.";
//
// button2
//
flowLayoutPanel2.SetFlowBreak(button2, true);
button2.Location = new System.Drawing.Point(3, 29);
button2.Name = "button2";
//.........这里部分代码省略.........
示例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.FlowLayoutPanel flowLayoutPanel1;
this.unitSummaryTree1 = new StarCraftBot9KClient.Controls.UnitSummaryTree();
this.ssBotStatus = new System.Windows.Forms.StatusStrip();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.gameStateControl = new StarCraftBot9KClient.Controls.GameState();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnIssueCommand = new System.Windows.Forms.Button();
this.cbEnableEconomyAI = new System.Windows.Forms.CheckBox();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.ssBotStatus.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// unitSummaryTree1
//
this.unitSummaryTree1.Dock = System.Windows.Forms.DockStyle.Fill;
this.unitSummaryTree1.Location = new System.Drawing.Point(3, 3);
this.unitSummaryTree1.Name = "unitSummaryTree1";
this.unitSummaryTree1.Size = new System.Drawing.Size(232, 353);
this.unitSummaryTree1.TabIndex = 0;
//
// ssBotStatus
//
this.ssBotStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel});
this.ssBotStatus.Location = new System.Drawing.Point(0, 439);
this.ssBotStatus.Name = "ssBotStatus";
this.ssBotStatus.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.ssBotStatus.Size = new System.Drawing.Size(714, 22);
this.ssBotStatus.TabIndex = 0;
//
// statusLabel
//
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(135, 17);
this.statusLabel.Text = "<StarCraftBot9K Status>";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.gameStateControl);
this.splitContainer1.Size = new System.Drawing.Size(714, 439);
this.splitContainer1.SplitterDistance = 238;
this.splitContainer1.TabIndex = 7;
//
// gameStateControl
//
this.gameStateControl.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.gameStateControl.Dock = System.Windows.Forms.DockStyle.Top;
this.gameStateControl.Location = new System.Drawing.Point(0, 0);
this.gameStateControl.Name = "gameStateControl";
this.gameStateControl.Size = new System.Drawing.Size(472, 439);
this.gameStateControl.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.unitSummaryTree1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.cbEnableEconomyAI, 0, 2);
this.tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
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, 55F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(238, 439);
this.tableLayoutPanel1.TabIndex = 1;
//
// btnIssueCommand
//
this.btnIssueCommand.Location = new System.Drawing.Point(3, 3);
this.btnIssueCommand.Name = "btnIssueCommand";
this.btnIssueCommand.Size = new System.Drawing.Size(75, 23);
this.btnIssueCommand.TabIndex = 0;
this.btnIssueCommand.Text = "Send Cmd";
this.btnIssueCommand.UseVisualStyleBackColor = true;
this.btnIssueCommand.Click += new System.EventHandler(this.btnIssueCommand_Click);
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label8;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label11;
System.Windows.Forms.Label label12;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportWizardDialog));
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
this.backButton = new System.Windows.Forms.Button();
this.step1Panel = new System.Windows.Forms.TableLayoutPanel();
this.sourcePathTextBox = new System.Windows.Forms.TextBox();
this.browsePathButton = new System.Windows.Forms.Button();
this.browseSearchPathButton = new System.Windows.Forms.Button();
this.searchPathTextBox = new System.Windows.Forms.TextBox();
this.filterTextBox = new System.Windows.Forms.TextBox();
this.iconPanel = new System.Windows.Forms.Panel();
this.jImage = new System.Windows.Forms.PictureBox();
this.step2Panel = new System.Windows.Forms.TableLayoutPanel();
this.interpreterCombo = new System.Windows.Forms.ComboBox();
this.startupFileList = new System.Windows.Forms.ListView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label9 = new System.Windows.Forms.Label();
label10 = new System.Windows.Forms.Label();
label11 = new System.Windows.Forms.Label();
label12 = new System.Windows.Forms.Label();
flowLayoutPanel1.SuspendLayout();
this.step1Panel.SuspendLayout();
this.iconPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.jImage)).BeginInit();
this.step2Panel.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
flowLayoutPanel1.Controls.Add(this.cancelButton);
flowLayoutPanel1.Controls.Add(this.okButton);
flowLayoutPanel1.Controls.Add(this.nextButton);
flowLayoutPanel1.Controls.Add(this.backButton);
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
flowLayoutPanel1.Location = new System.Drawing.Point(125, 385);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(3, 3, 6, 3);
flowLayoutPanel1.Size = new System.Drawing.Size(504, 41);
flowLayoutPanel1.TabIndex = 3;
//
// cancelButton
//
this.cancelButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(422, 6);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(70, 29);
this.cancelButton.TabIndex = 3;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
this.okButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(346, 6);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(70, 29);
this.okButton.TabIndex = 2;
this.okButton.Text = "&Finish";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Visible = false;
//
// nextButton
//
this.nextButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.nextButton.Location = new System.Drawing.Point(270, 6);
this.nextButton.Name = "nextButton";
//.........这里部分代码省略.........
示例14: 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();
}
示例15: 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 flowLayoutPanel1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExceptionBox));
this.lblDescription = new System.Windows.Forms.Label();
this.lblMessage = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.btnDetails = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.txtWholeText = new System.Windows.Forms.TextBox();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
flowLayoutPanel1.AutoSize = true;
flowLayoutPanel1.Controls.Add(this.lblDescription);
flowLayoutPanel1.Controls.Add(this.lblMessage);
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
//.........这里部分代码省略.........