mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
177 lines
No EOL
8.3 KiB
C#
177 lines
No EOL
8.3 KiB
C#
namespace PKHeX
|
||
{
|
||
partial class SAV_Pokepuff
|
||
{
|
||
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_Pokepuff));
|
||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.B_Save = new System.Windows.Forms.Button();
|
||
this.B_Cancel = new System.Windows.Forms.Button();
|
||
this.B_All = new System.Windows.Forms.Button();
|
||
this.B_Sort = new System.Windows.Forms.Button();
|
||
this.B_None = new System.Windows.Forms.Button();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.MT_CNT = new System.Windows.Forms.MaskedTextBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// dataGridView1
|
||
//
|
||
this.dataGridView1.AllowUserToAddRows = false;
|
||
this.dataGridView1.AllowUserToDeleteRows = false;
|
||
this.dataGridView1.AllowUserToResizeColumns = false;
|
||
this.dataGridView1.AllowUserToResizeRows = false;
|
||
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
||
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
||
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView1.ColumnHeadersVisible = false;
|
||
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
||
this.dataGridView1.Location = new System.Drawing.Point(12, 43);
|
||
this.dataGridView1.MultiSelect = false;
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.RowHeadersVisible = false;
|
||
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||
this.dataGridView1.ShowEditingIcon = false;
|
||
this.dataGridView1.Size = new System.Drawing.Size(200, 186);
|
||
this.dataGridView1.TabIndex = 11;
|
||
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dropclick);
|
||
//
|
||
// B_Save
|
||
//
|
||
this.B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
||
this.B_Save.Location = new System.Drawing.Point(162, 235);
|
||
this.B_Save.Name = "B_Save";
|
||
this.B_Save.Size = new System.Drawing.Size(50, 23);
|
||
this.B_Save.TabIndex = 12;
|
||
this.B_Save.Text = "Save";
|
||
this.B_Save.UseVisualStyleBackColor = true;
|
||
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
||
//
|
||
// B_Cancel
|
||
//
|
||
this.B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
||
this.B_Cancel.Location = new System.Drawing.Point(106, 235);
|
||
this.B_Cancel.Name = "B_Cancel";
|
||
this.B_Cancel.Size = new System.Drawing.Size(50, 23);
|
||
this.B_Cancel.TabIndex = 13;
|
||
this.B_Cancel.Text = "Cancel";
|
||
this.B_Cancel.UseVisualStyleBackColor = true;
|
||
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
||
//
|
||
// B_All
|
||
//
|
||
this.B_All.Location = new System.Drawing.Point(12, 14);
|
||
this.B_All.Name = "B_All";
|
||
this.B_All.Size = new System.Drawing.Size(60, 23);
|
||
this.B_All.TabIndex = 14;
|
||
this.B_All.Text = "All";
|
||
this.B_All.UseVisualStyleBackColor = true;
|
||
this.B_All.Click += new System.EventHandler(this.B_All_Click);
|
||
//
|
||
// B_Sort
|
||
//
|
||
this.B_Sort.Location = new System.Drawing.Point(152, 14);
|
||
this.B_Sort.Name = "B_Sort";
|
||
this.B_Sort.Size = new System.Drawing.Size(60, 23);
|
||
this.B_Sort.TabIndex = 15;
|
||
this.B_Sort.Text = "Sort";
|
||
this.B_Sort.UseVisualStyleBackColor = true;
|
||
this.B_Sort.Click += new System.EventHandler(this.B_Sort_Click);
|
||
//
|
||
// B_None
|
||
//
|
||
this.B_None.Location = new System.Drawing.Point(82, 14);
|
||
this.B_None.Name = "B_None";
|
||
this.B_None.Size = new System.Drawing.Size(60, 23);
|
||
this.B_None.TabIndex = 16;
|
||
this.B_None.Text = "None";
|
||
this.B_None.UseVisualStyleBackColor = true;
|
||
this.B_None.Click += new System.EventHandler(this.B_None_Click);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 240);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(32, 13);
|
||
this.label1.TabIndex = 17;
|
||
this.label1.Text = "CNT:";
|
||
//
|
||
// MT_CNT
|
||
//
|
||
this.MT_CNT.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
||
this.MT_CNT.Location = new System.Drawing.Point(50, 237);
|
||
this.MT_CNT.Mask = "00000";
|
||
this.MT_CNT.Name = "MT_CNT";
|
||
this.MT_CNT.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.MT_CNT.Size = new System.Drawing.Size(39, 20);
|
||
this.MT_CNT.TabIndex = 18;
|
||
this.MT_CNT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// SAV_Pokepuff
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(224, 272);
|
||
this.Controls.Add(this.MT_CNT);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.B_None);
|
||
this.Controls.Add(this.B_Sort);
|
||
this.Controls.Add(this.B_All);
|
||
this.Controls.Add(this.B_Cancel);
|
||
this.Controls.Add(this.B_Save);
|
||
this.Controls.Add(this.dataGridView1);
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MaximumSize = new System.Drawing.Size(240, 750);
|
||
this.MinimizeBox = false;
|
||
this.MinimumSize = new System.Drawing.Size(240, 300);
|
||
this.Name = "SAV_Pokepuff";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "Poké Puffs Editor";
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.DataGridView dataGridView1;
|
||
private System.Windows.Forms.Button B_Save;
|
||
private System.Windows.Forms.Button B_Cancel;
|
||
private System.Windows.Forms.Button B_All;
|
||
private System.Windows.Forms.Button B_Sort;
|
||
private System.Windows.Forms.Button B_None;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.MaskedTextBox MT_CNT;
|
||
}
|
||
} |