mirror of
https://github.com/chylex/Brotli-Builder.git
synced 2024-10-14 03:42:47 +02:00
229 lines
13 KiB
C#
229 lines
13 KiB
C#
namespace BrotliBuilder {
|
|
partial class FormMain {
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing) {
|
|
if (disposing && (components != null)) {
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <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();
|
|
this.flowPanelBlocks = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.timerRegenerationDelay = new System.Windows.Forms.Timer(this.components);
|
|
this.splitContainerRightBottom = new System.Windows.Forms.SplitContainer();
|
|
this.brotliFilePanelGenerated = new BrotliBuilder.Components.BrotliFilePanel();
|
|
this.brotliFilePanelOriginal = new BrotliBuilder.Components.BrotliFilePanel();
|
|
this.splitContainerRight = new System.Windows.Forms.SplitContainer();
|
|
this.labelFileStructure = new System.Windows.Forms.Label();
|
|
this.splitContainerMain = new System.Windows.Forms.SplitContainer();
|
|
this.brotliMarkerInfoPanel = new BrotliBuilder.Components.BrotliMarkerInfoPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerRightBottom)).BeginInit();
|
|
this.splitContainerRightBottom.Panel1.SuspendLayout();
|
|
this.splitContainerRightBottom.Panel2.SuspendLayout();
|
|
this.splitContainerRightBottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).BeginInit();
|
|
this.splitContainerRight.Panel1.SuspendLayout();
|
|
this.splitContainerRight.Panel2.SuspendLayout();
|
|
this.splitContainerRight.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
|
|
this.splitContainerMain.Panel1.SuspendLayout();
|
|
this.splitContainerMain.Panel2.SuspendLayout();
|
|
this.splitContainerMain.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// flowPanelBlocks
|
|
//
|
|
this.flowPanelBlocks.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.flowPanelBlocks.BackColor = System.Drawing.SystemColors.Control;
|
|
this.flowPanelBlocks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.flowPanelBlocks.Location = new System.Drawing.Point(14, 28);
|
|
this.flowPanelBlocks.Margin = new System.Windows.Forms.Padding(14, 6, 6, 3);
|
|
this.flowPanelBlocks.Name = "flowPanelBlocks";
|
|
this.flowPanelBlocks.Size = new System.Drawing.Size(855, 177);
|
|
this.flowPanelBlocks.TabIndex = 1;
|
|
this.flowPanelBlocks.WrapContents = false;
|
|
this.flowPanelBlocks.SizeChanged += new System.EventHandler(this.flowPanelBlocks_SizeChanged);
|
|
this.flowPanelBlocks.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.flowPanelBlocks_ControlAdded);
|
|
//
|
|
// timerRegenerationDelay
|
|
//
|
|
this.timerRegenerationDelay.Interval = 300;
|
|
this.timerRegenerationDelay.Tick += new System.EventHandler(this.timerRegenerationDelay_Tick);
|
|
//
|
|
// splitContainerRightBottom
|
|
//
|
|
this.splitContainerRightBottom.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.splitContainerRightBottom.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.splitContainerRightBottom.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerRightBottom.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
|
|
this.splitContainerRightBottom.Name = "splitContainerRightBottom";
|
|
//
|
|
// splitContainerRightBottom.Panel1
|
|
//
|
|
this.splitContainerRightBottom.Panel1.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.splitContainerRightBottom.Panel1.Controls.Add(this.brotliFilePanelGenerated);
|
|
//
|
|
// splitContainerRightBottom.Panel2
|
|
//
|
|
this.splitContainerRightBottom.Panel2.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.splitContainerRightBottom.Panel2.Controls.Add(this.brotliFilePanelOriginal);
|
|
this.splitContainerRightBottom.Size = new System.Drawing.Size(884, 375);
|
|
this.splitContainerRightBottom.SplitterDistance = 441;
|
|
this.splitContainerRightBottom.SplitterWidth = 2;
|
|
this.splitContainerRightBottom.TabIndex = 0;
|
|
//
|
|
// brotliFilePanelGenerated
|
|
//
|
|
this.brotliFilePanelGenerated.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.brotliFilePanelGenerated.Location = new System.Drawing.Point(0, 5);
|
|
this.brotliFilePanelGenerated.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
|
this.brotliFilePanelGenerated.Name = "brotliFilePanelGenerated";
|
|
this.brotliFilePanelGenerated.Size = new System.Drawing.Size(440, 365);
|
|
this.brotliFilePanelGenerated.TabIndex = 0;
|
|
this.brotliFilePanelGenerated.Title = "Generated";
|
|
this.brotliFilePanelGenerated.MarkersUpdated += new System.EventHandler<BrotliBuilder.Components.MarkedTextBox.MarkerUpdateEventArgs>(this.brotliFilePanel_MarkersUpdated);
|
|
//
|
|
// brotliFilePanelOriginal
|
|
//
|
|
this.brotliFilePanelOriginal.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.brotliFilePanelOriginal.Location = new System.Drawing.Point(0, 5);
|
|
this.brotliFilePanelOriginal.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
|
this.brotliFilePanelOriginal.Name = "brotliFilePanelOriginal";
|
|
this.brotliFilePanelOriginal.Size = new System.Drawing.Size(439, 365);
|
|
this.brotliFilePanelOriginal.TabIndex = 0;
|
|
this.brotliFilePanelOriginal.Title = "Original";
|
|
this.brotliFilePanelOriginal.MarkersUpdated += new System.EventHandler<BrotliBuilder.Components.MarkedTextBox.MarkerUpdateEventArgs>(this.brotliFilePanel_MarkersUpdated);
|
|
//
|
|
// splitContainerRight
|
|
//
|
|
this.splitContainerRight.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.splitContainerRight.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.splitContainerRight.Name = "splitContainerRight";
|
|
this.splitContainerRight.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainerRight.Panel1
|
|
//
|
|
this.splitContainerRight.Panel1.Controls.Add(this.labelFileStructure);
|
|
this.splitContainerRight.Panel1.Controls.Add(this.flowPanelBlocks);
|
|
this.splitContainerRight.Panel1MinSize = 175;
|
|
//
|
|
// splitContainerRight.Panel2
|
|
//
|
|
this.splitContainerRight.Panel2.Controls.Add(this.splitContainerRightBottom);
|
|
this.splitContainerRight.Panel2MinSize = 50;
|
|
this.splitContainerRight.Size = new System.Drawing.Size(884, 580);
|
|
this.splitContainerRight.SplitterDistance = 208;
|
|
this.splitContainerRight.SplitterWidth = 2;
|
|
this.splitContainerRight.TabIndex = 0;
|
|
//
|
|
// labelFileStructure
|
|
//
|
|
this.labelFileStructure.AutoSize = true;
|
|
this.labelFileStructure.Location = new System.Drawing.Point(11, 7);
|
|
this.labelFileStructure.Margin = new System.Windows.Forms.Padding(11, 7, 3, 0);
|
|
this.labelFileStructure.Name = "labelFileStructure";
|
|
this.labelFileStructure.Size = new System.Drawing.Size(76, 15);
|
|
this.labelFileStructure.TabIndex = 0;
|
|
this.labelFileStructure.Text = "File Structure (Generated)";
|
|
//
|
|
// splitContainerMain
|
|
//
|
|
this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerMain.Name = "splitContainerMain";
|
|
//
|
|
// splitContainerMain.Panel1
|
|
//
|
|
this.splitContainerMain.Panel1.Controls.Add(this.brotliMarkerInfoPanel);
|
|
this.splitContainerMain.Panel1MinSize = 150;
|
|
//
|
|
// splitContainerMain.Panel2
|
|
//
|
|
this.splitContainerMain.Panel2.Controls.Add(this.splitContainerRight);
|
|
this.splitContainerMain.Panel2MinSize = 275;
|
|
this.splitContainerMain.Size = new System.Drawing.Size(1264, 580);
|
|
this.splitContainerMain.SplitterDistance = 376;
|
|
this.splitContainerMain.TabIndex = 0;
|
|
//
|
|
// brotliMarkerInfoPanel
|
|
//
|
|
this.brotliMarkerInfoPanel.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.brotliMarkerInfoPanel.Location = new System.Drawing.Point(0, 5);
|
|
this.brotliMarkerInfoPanel.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
|
this.brotliMarkerInfoPanel.Name = "brotliMarkerInfoPanel";
|
|
this.brotliMarkerInfoPanel.Size = new System.Drawing.Size(377, 575);
|
|
this.brotliMarkerInfoPanel.TabIndex = 0;
|
|
//
|
|
// FormMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.ClientSize = new System.Drawing.Size(1264, 602);
|
|
this.Controls.Add(this.splitContainerMain);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.MinimumSize = new System.Drawing.Size(480, 320);
|
|
this.Name = "FormMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Resize += new System.EventHandler(this.FormMain_Resize);
|
|
this.Text = "Brotli Builder";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
|
|
this.splitContainerRightBottom.Panel1.ResumeLayout(false);
|
|
this.splitContainerRightBottom.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerRightBottom)).EndInit();
|
|
this.splitContainerRightBottom.ResumeLayout(false);
|
|
this.splitContainerRight.Panel1.ResumeLayout(false);
|
|
this.splitContainerRight.Panel1.PerformLayout();
|
|
this.splitContainerRight.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit();
|
|
this.splitContainerRight.ResumeLayout(false);
|
|
this.splitContainerMain.Panel1.ResumeLayout(false);
|
|
this.splitContainerMain.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
|
|
this.splitContainerMain.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowPanelBlocks;
|
|
private System.Windows.Forms.Timer timerRegenerationDelay;
|
|
private System.Windows.Forms.SplitContainer splitContainerRightBottom;
|
|
private Components.BrotliFilePanel brotliFilePanelGenerated;
|
|
private Components.BrotliFilePanel brotliFilePanelOriginal;
|
|
private System.Windows.Forms.SplitContainer splitContainerRight;
|
|
private System.Windows.Forms.SplitContainer splitContainerMain;
|
|
private Components.BrotliMarkerInfoPanel brotliMarkerInfoPanel;
|
|
private System.Windows.Forms.Label labelFileStructure;
|
|
}
|
|
} |