namespace KssSmaPlaLib.Forms.ContextMenuFunction.Gamen { partial class DgvColumnEditorForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ColumnDgv = new System.Windows.Forms.DataGridView(); this.CancelButton2 = new System.Windows.Forms.Button(); this.OkButton = new System.Windows.Forms.Button(); this.colPropertyName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colDefaultDisplayName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colDisplayName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpButton = new System.Windows.Forms.Button(); this.DownButton = new System.Windows.Forms.Button(); this.PopupMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.EditDisplayNameMenu = new System.Windows.Forms.ToolStripMenuItem(); this.VisibleMenu = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.ColumnDgv)).BeginInit(); this.PopupMenu.SuspendLayout(); this.SuspendLayout(); // // ColumnDgv // this.ColumnDgv.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.ColumnDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ColumnDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colPropertyName, this.colDefaultDisplayName, this.colDisplayName}); this.ColumnDgv.Location = new System.Drawing.Point(15, 16); this.ColumnDgv.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7); this.ColumnDgv.Name = "ColumnDgv"; this.ColumnDgv.RowHeadersWidth = 62; this.ColumnDgv.RowTemplate.Height = 27; this.ColumnDgv.Size = new System.Drawing.Size(505, 429); this.ColumnDgv.TabIndex = 0; this.ColumnDgv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ColumnDgv_KeyDown); // // CancelButton2 // this.CancelButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CancelButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelButton2.Location = new System.Drawing.Point(346, 455); this.CancelButton2.Name = "CancelButton2"; this.CancelButton2.Size = new System.Drawing.Size(177, 58); this.CancelButton2.TabIndex = 1; this.CancelButton2.Text = "キャンセル"; this.CancelButton2.UseVisualStyleBackColor = true; // // OkButton // this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.OkButton.Location = new System.Drawing.Point(163, 455); this.OkButton.Name = "OkButton"; this.OkButton.Size = new System.Drawing.Size(177, 58); this.OkButton.TabIndex = 2; this.OkButton.Text = "OK"; this.OkButton.UseVisualStyleBackColor = true; this.OkButton.Click += new System.EventHandler(this.OkButton_Click); // // colPropertyName // this.colPropertyName.HeaderText = "識別名"; this.colPropertyName.MinimumWidth = 8; this.colPropertyName.Name = "colPropertyName"; this.colPropertyName.Width = 150; // // colDefaultDisplayName // this.colDefaultDisplayName.HeaderText = "デフォ表示名"; this.colDefaultDisplayName.MinimumWidth = 8; this.colDefaultDisplayName.Name = "colDefaultDisplayName"; this.colDefaultDisplayName.Width = 150; // // colDisplayName // this.colDisplayName.HeaderText = "表示名"; this.colDisplayName.MinimumWidth = 8; this.colDisplayName.Name = "colDisplayName"; this.colDisplayName.Width = 150; // // UpButton // this.UpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.UpButton.Location = new System.Drawing.Point(15, 455); this.UpButton.Name = "UpButton"; this.UpButton.Size = new System.Drawing.Size(59, 58); this.UpButton.TabIndex = 3; this.UpButton.Text = "👆"; this.UpButton.UseVisualStyleBackColor = true; this.UpButton.Click += new System.EventHandler(this.UpButton_Click); // // DownButton // this.DownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DownButton.Location = new System.Drawing.Point(80, 455); this.DownButton.Name = "DownButton"; this.DownButton.Size = new System.Drawing.Size(59, 58); this.DownButton.TabIndex = 4; this.DownButton.Text = "👇"; this.DownButton.UseVisualStyleBackColor = true; this.DownButton.Click += new System.EventHandler(this.DownButton_Click); // // PopupMenu // this.PopupMenu.Font = new System.Drawing.Font("メイリオ", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.PopupMenu.ImageScalingSize = new System.Drawing.Size(24, 24); this.PopupMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.EditDisplayNameMenu, this.VisibleMenu}); this.PopupMenu.Name = "PopupMenu"; this.PopupMenu.Size = new System.Drawing.Size(394, 133); // // EditDisplayNameMenu // this.EditDisplayNameMenu.Name = "EditDisplayNameMenu"; this.EditDisplayNameMenu.Size = new System.Drawing.Size(393, 48); this.EditDisplayNameMenu.Text = "表示名の編集..."; this.EditDisplayNameMenu.Click += new System.EventHandler(this.EditDisplayNameMenu_Click); // // VisibleMenu // this.VisibleMenu.Name = "VisibleMenu"; this.VisibleMenu.Size = new System.Drawing.Size(393, 48); this.VisibleMenu.Text = "表示/非表示の切り替え"; this.VisibleMenu.Click += new System.EventHandler(this.VisibleMenu_Click); // // DgvColumnEditorForm // this.AcceptButton = this.OkButton; this.AutoScaleDimensions = new System.Drawing.SizeF(19F, 42F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.CancelButton = this.CancelButton2; this.ClientSize = new System.Drawing.Size(535, 525); this.ContextMenuStrip = this.PopupMenu; this.Controls.Add(this.DownButton); this.Controls.Add(this.UpButton); this.Controls.Add(this.OkButton); this.Controls.Add(this.CancelButton2); this.Controls.Add(this.ColumnDgv); this.Font = new System.Drawing.Font("メイリオ", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7); this.Name = "DgvColumnEditorForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "列一覧💖"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DgvColumnEditorForm_FormClosing); this.Load += new System.EventHandler(this.DgvColumnEditorForm_Load); ((System.ComponentModel.ISupportInitialize)(this.ColumnDgv)).EndInit(); this.PopupMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView ColumnDgv; private System.Windows.Forms.Button CancelButton2; private System.Windows.Forms.Button OkButton; private System.Windows.Forms.DataGridViewTextBoxColumn colPropertyName; private System.Windows.Forms.DataGridViewTextBoxColumn colDefaultDisplayName; private System.Windows.Forms.DataGridViewTextBoxColumn colDisplayName; private System.Windows.Forms.Button UpButton; private System.Windows.Forms.Button DownButton; private System.Windows.Forms.ContextMenuStrip PopupMenu; private System.Windows.Forms.ToolStripMenuItem EditDisplayNameMenu; private System.Windows.Forms.ToolStripMenuItem VisibleMenu; } }