diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications/Shifter.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shifter.Designer.cs | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Shifter.Designer.cs b/ShiftOS.WinForms/Applications/Shifter.Designer.cs new file mode 100644 index 0000000..b4a45ea --- /dev/null +++ b/ShiftOS.WinForms/Applications/Shifter.Designer.cs @@ -0,0 +1,164 @@ +namespace ShiftOS.WinForms.Applications +{ + partial class Shifter + { + /// <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.panel1 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.flbody = new System.Windows.Forms.FlowLayoutPanel(); + this.flcategory = new System.Windows.Forms.FlowLayoutPanel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); + this.panel2 = new System.Windows.Forms.Panel(); + this.flmeta = new System.Windows.Forms.FlowLayoutPanel(); + this.btnapply = new System.Windows.Forms.Button(); + this.panel1.SuspendLayout(); + this.panel4.SuspendLayout(); + this.panel3.SuspendLayout(); + this.panel2.SuspendLayout(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.Controls.Add(this.panel4); + this.panel1.Controls.Add(this.panel3); + this.panel1.Controls.Add(this.panel2); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(893, 539); + this.panel1.TabIndex = 0; + // + // panel4 + // + this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.panel4.Controls.Add(this.flbody); + this.panel4.Controls.Add(this.flcategory); + this.panel4.Location = new System.Drawing.Point(154, 283); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(734, 253); + this.panel4.TabIndex = 2; + // + // flbody + // + this.flbody.AutoScroll = true; + this.flbody.Dock = System.Windows.Forms.DockStyle.Fill; + this.flbody.Location = new System.Drawing.Point(126, 0); + this.flbody.Name = "flbody"; + this.flbody.Size = new System.Drawing.Size(608, 253); + this.flbody.TabIndex = 3; + // + // flcategory + // + this.flcategory.Dock = System.Windows.Forms.DockStyle.Left; + this.flcategory.Location = new System.Drawing.Point(0, 0); + this.flcategory.Name = "flcategory"; + this.flcategory.Size = new System.Drawing.Size(126, 253); + this.flcategory.TabIndex = 2; + // + // panel3 + // + this.panel3.Controls.Add(this.label1); + this.panel3.Location = new System.Drawing.Point(155, 12); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(640, 360); + this.panel3.TabIndex = 1; + // + // label1 + // + this.label1.Dock = System.Windows.Forms.DockStyle.Fill; + this.label1.Location = new System.Drawing.Point(0, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(640, 360); + this.label1.TabIndex = 0; + this.label1.Text = "Preview not available."; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // panel2 + // + this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.panel2.Controls.Add(this.flmeta); + this.panel2.Controls.Add(this.btnapply); + this.panel2.Location = new System.Drawing.Point(12, 12); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(136, 511); + this.panel2.TabIndex = 0; + // + // flmeta + // + this.flmeta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.flmeta.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; + this.flmeta.Location = new System.Drawing.Point(4, 4); + this.flmeta.Name = "flmeta"; + this.flmeta.Size = new System.Drawing.Size(126, 450); + this.flmeta.TabIndex = 1; + // + // btnapply + // + this.btnapply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.btnapply.Location = new System.Drawing.Point(3, 460); + this.btnapply.Name = "btnapply"; + this.btnapply.Size = new System.Drawing.Size(127, 48); + this.btnapply.TabIndex = 0; + this.btnapply.Text = "Apply"; + this.btnapply.UseVisualStyleBackColor = true; + this.btnapply.Click += new System.EventHandler(this.btnapply_Click); + // + // Shifter + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.panel1); + this.Name = "Shifter"; + this.Text = "Shifter"; + this.Size = new System.Drawing.Size(893, 539); + this.Load += new System.EventHandler(this.Shifter_Load); + this.panel1.ResumeLayout(false); + this.panel4.ResumeLayout(false); + this.panel3.ResumeLayout(false); + this.panel2.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.FlowLayoutPanel flmeta; + private System.Windows.Forms.Button btnapply; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.FlowLayoutPanel flbody; + private System.Windows.Forms.FlowLayoutPanel flcategory; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Label label1; + } +}
\ No newline at end of file |
