PKHeX.SAV_Pokepuff.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        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.L_Count = 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);
            // 
            // L_Count
            // 
            this.L_Count.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.L_Count.AutoSize = true;
            this.L_Count.Location = new System.Drawing.Point(12, 240);
            this.L_Count.Name = "L_Count";
            this.L_Count.Size = new System.Drawing.Size(32, 13);
            this.L_Count.TabIndex = 17;
            this.L_Count.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.L_Count);
            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();

        }