| 1 | namespace Eraser |
|---|
| 2 | { |
|---|
| 3 | partial class BasePanel |
|---|
| 4 | { |
|---|
| 5 | /// <summary> |
|---|
| 6 | /// Required designer variable. |
|---|
| 7 | /// </summary> |
|---|
| 8 | private System.ComponentModel.IContainer components = null; |
|---|
| 9 | |
|---|
| 10 | /// <summary> |
|---|
| 11 | /// Clean up any resources being used. |
|---|
| 12 | /// </summary> |
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 14 | protected override void Dispose(bool disposing) |
|---|
| 15 | { |
|---|
| 16 | if (disposing && (components != null)) |
|---|
| 17 | { |
|---|
| 18 | components.Dispose(); |
|---|
| 19 | } |
|---|
| 20 | base.Dispose(disposing); |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | #region Component Designer generated code |
|---|
| 24 | |
|---|
| 25 | /// <summary> |
|---|
| 26 | /// Required method for Designer support - do not modify |
|---|
| 27 | /// the contents of this method with the code editor. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private void InitializeComponent() |
|---|
| 30 | { |
|---|
| 31 | this.titleLbl = new System.Windows.Forms.Label(); |
|---|
| 32 | this.content = new System.Windows.Forms.Panel(); |
|---|
| 33 | this.titleIcon = new System.Windows.Forms.PictureBox(); |
|---|
| 34 | ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); |
|---|
| 35 | this.SuspendLayout(); |
|---|
| 36 | // |
|---|
| 37 | // titleLbl |
|---|
| 38 | // |
|---|
| 39 | this.titleLbl.AutoSize = true; |
|---|
| 40 | this.titleLbl.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 41 | this.titleLbl.Location = new System.Drawing.Point(50, 17); |
|---|
| 42 | this.titleLbl.Name = "titleLbl"; |
|---|
| 43 | this.titleLbl.Size = new System.Drawing.Size(119, 32); |
|---|
| 44 | this.titleLbl.TabIndex = 0; |
|---|
| 45 | this.titleLbl.Text = "PanelTitle"; |
|---|
| 46 | // |
|---|
| 47 | // content |
|---|
| 48 | // |
|---|
| 49 | this.content.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|---|
| 50 | | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 51 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 52 | this.content.Location = new System.Drawing.Point(20, 52); |
|---|
| 53 | this.content.Name = "content"; |
|---|
| 54 | this.content.Size = new System.Drawing.Size(712, 377); |
|---|
| 55 | this.content.TabIndex = 3; |
|---|
| 56 | // |
|---|
| 57 | // titleIcon |
|---|
| 58 | // |
|---|
| 59 | this.titleIcon.Location = new System.Drawing.Point(20, 21); |
|---|
| 60 | this.titleIcon.Name = "titleIcon"; |
|---|
| 61 | this.titleIcon.Size = new System.Drawing.Size(24, 24); |
|---|
| 62 | this.titleIcon.TabIndex = 1; |
|---|
| 63 | this.titleIcon.TabStop = false; |
|---|
| 64 | // |
|---|
| 65 | // BasePanel |
|---|
| 66 | // |
|---|
| 67 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; |
|---|
| 68 | this.Controls.Add(this.content); |
|---|
| 69 | this.Controls.Add(this.titleIcon); |
|---|
| 70 | this.Controls.Add(this.titleLbl); |
|---|
| 71 | this.Name = "BasePanel"; |
|---|
| 72 | this.Padding = new System.Windows.Forms.Padding(17); |
|---|
| 73 | this.Size = new System.Drawing.Size(752, 449); |
|---|
| 74 | ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).EndInit(); |
|---|
| 75 | this.ResumeLayout(false); |
|---|
| 76 | this.PerformLayout(); |
|---|
| 77 | |
|---|
| 78 | } |
|---|
| 79 | |
|---|
| 80 | #endregion |
|---|
| 81 | |
|---|
| 82 | protected System.Windows.Forms.Label titleLbl; |
|---|
| 83 | protected System.Windows.Forms.PictureBox titleIcon; |
|---|
| 84 | protected System.Windows.Forms.Panel content; |
|---|
| 85 | } |
|---|
| 86 | } |
|---|