Cyotek.Spriter.Addin.ProjectPropertiesEditor/PropertiesDialog.designer.cs
Download
Donate
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Contents of spriteraddinsample.zip/Cyotek.Spriter.Addin.ProjectPropertiesEditor/PropertiesDialog.designer.cs
namespace Cyotek.Spriter.Addin.ProjectPropertiesEditor
{
partial class PropertiesDialog
{
/// <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()
{
System.Windows.Forms.Label label1;
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.closeButton = new System.Windows.Forms.Button();
label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(9, 9);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(57, 13);
label1.TabIndex = 0;
label1.Text = "&Properties:";
//
// propertyGrid
//
this.propertyGrid.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.propertyGrid.Location = new System.Drawing.Point(12, 25);
this.propertyGrid.Name = "propertyGrid";
this.propertyGrid.Size = new System.Drawing.Size(582, 378);
this.propertyGrid.TabIndex = 1;
//
// closeButton
//
this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.closeButton.Location = new System.Drawing.Point(519, 409);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(75, 23);
this.closeButton.TabIndex = 2;
this.closeButton.Text = "Close";
this.closeButton.UseVisualStyleBackColor = true;
this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
//
// PropertiesDialog
//
this.AcceptButton = this.closeButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.closeButton;
this.ClientSize = new System.Drawing.Size(606, 444);
this.Controls.Add(this.closeButton);
this.Controls.Add(this.propertyGrid);
this.Controls.Add(label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PropertiesDialog";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Advanced Properties";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PropertyGrid propertyGrid;
private System.Windows.Forms.Button closeButton;
}
}
Files
- Cyotek.Spriter.Addin.ProjectPropertiesEditor
