for Push.

This commit is contained in:
nobobo
2026-06-01 17:45:18 +09:00
parent 8e1ff69845
commit 1686197dd9
104 changed files with 12293 additions and 0 deletions
+251
View File
@@ -0,0 +1,251 @@
namespace ReiaSanTool.Gamen
{
partial class NewMainForm
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.IniDgv = new System.Windows.Forms.DataGridView();
this.colNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colNaiyo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colComment = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.OpenMenu = new System.Windows.Forms.ToolStripMenuItem();
this.SetteiMenu = new System.Windows.Forms.ToolStripMenuItem();
this.MenuFontMenu = new System.Windows.Forms.ToolStripMenuItem();
this.TitleMenu = new System.Windows.Forms.ToolStripMenuItem();
this.VersionMenu = new System.Windows.Forms.ToolStripMenuItem();
this.RowMoveMenu = new System.Windows.Forms.ToolStripMenuItem();
this.RowUpMenu = new System.Windows.Forms.ToolStripMenuItem();
this.RowDownMenu = new System.Windows.Forms.ToolStripMenuItem();
this.SaveMenu = new System.Windows.Forms.ToolStripMenuItem();
this.ExcelViewMenu = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.IniDgv)).BeginInit();
this.ContextMenu.SuspendLayout();
this.SuspendLayout();
//
// IniDgv
//
this.IniDgv.AllowUserToAddRows = false;
this.IniDgv.AllowUserToDeleteRows = false;
this.IniDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.IniDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colNo,
this.colName,
this.colType,
this.colNaiyo,
this.colComment});
this.IniDgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.IniDgv.Location = new System.Drawing.Point(0, 0);
this.IniDgv.Name = "IniDgv";
this.IniDgv.ReadOnly = true;
this.IniDgv.RowHeadersVisible = false;
this.IniDgv.RowHeadersWidth = 62;
this.IniDgv.RowTemplate.Height = 27;
this.IniDgv.Size = new System.Drawing.Size(617, 168);
this.IniDgv.TabIndex = 0;
//
// colNo
//
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.colNo.DefaultCellStyle = dataGridViewCellStyle1;
this.colNo.HeaderText = "No";
this.colNo.MinimumWidth = 8;
this.colNo.Name = "colNo";
this.colNo.ReadOnly = true;
this.colNo.Width = 150;
//
// colName
//
this.colName.HeaderText = "名前";
this.colName.MinimumWidth = 8;
this.colName.Name = "colName";
this.colName.ReadOnly = true;
this.colName.Width = 150;
//
// colType
//
this.colType.HeaderText = "タイプ";
this.colType.MinimumWidth = 8;
this.colType.Name = "colType";
this.colType.ReadOnly = true;
this.colType.Width = 150;
//
// colNaiyo
//
this.colNaiyo.HeaderText = "内容";
this.colNaiyo.MinimumWidth = 8;
this.colNaiyo.Name = "colNaiyo";
this.colNaiyo.ReadOnly = true;
this.colNaiyo.Width = 150;
//
// colComment
//
this.colComment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.colComment.HeaderText = "コメント";
this.colComment.MinimumWidth = 8;
this.colComment.Name = "colComment";
this.colComment.ReadOnly = true;
//
// ContextMenu
//
this.ContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
this.ContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.OpenMenu,
this.SetteiMenu,
this.RowMoveMenu,
this.SaveMenu,
this.VersionMenu,
this.ExcelViewMenu});
this.ContextMenu.Name = "ContextMenu";
this.ContextMenu.Size = new System.Drawing.Size(241, 229);
this.ContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenu_Opening);
//
// OpenMenu
//
this.OpenMenu.Name = "OpenMenu";
this.OpenMenu.Size = new System.Drawing.Size(240, 32);
this.OpenMenu.Text = "開く...";
this.OpenMenu.Click += new System.EventHandler(this.OpenMenu_Click);
//
// SetteiMenu
//
this.SetteiMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuFontMenu,
this.TitleMenu});
this.SetteiMenu.Name = "SetteiMenu";
this.SetteiMenu.Size = new System.Drawing.Size(240, 32);
this.SetteiMenu.Text = "設定";
//
// MenuFontMenu
//
this.MenuFontMenu.Name = "MenuFontMenu";
this.MenuFontMenu.Size = new System.Drawing.Size(240, 34);
this.MenuFontMenu.Text = "メニューのフォント...";
this.MenuFontMenu.Click += new System.EventHandler(this.MenuFontMenu_Click);
//
// TitleMenu
//
this.TitleMenu.Name = "TitleMenu";
this.TitleMenu.Size = new System.Drawing.Size(240, 34);
this.TitleMenu.Text = "タイトル...";
this.TitleMenu.Click += new System.EventHandler(this.TitleMenu_Click);
//
// VersionMenu
//
this.VersionMenu.Name = "VersionMenu";
this.VersionMenu.Size = new System.Drawing.Size(240, 32);
this.VersionMenu.Text = "バージョン";
//
// RowMoveMenu
//
this.RowMoveMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.RowUpMenu,
this.RowDownMenu});
this.RowMoveMenu.Name = "RowMoveMenu";
this.RowMoveMenu.Size = new System.Drawing.Size(240, 32);
this.RowMoveMenu.Text = "行移動";
this.RowMoveMenu.DropDownOpening += new System.EventHandler(this.RowMoveMenu_DropDownOpening);
//
// RowUpMenu
//
this.RowUpMenu.Name = "RowUpMenu";
this.RowUpMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Up)));
this.RowUpMenu.Size = new System.Drawing.Size(312, 34);
this.RowUpMenu.Text = "👆行UP";
this.RowUpMenu.Click += new System.EventHandler(this.RowUpMenu_Click);
//
// RowDownMenu
//
this.RowDownMenu.Name = "RowDownMenu";
this.RowDownMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Down)));
this.RowDownMenu.Size = new System.Drawing.Size(312, 34);
this.RowDownMenu.Text = "👇行DOWN";
this.RowDownMenu.Click += new System.EventHandler(this.RowDownMenu_Click);
//
// SaveMenu
//
this.SaveMenu.Name = "SaveMenu";
this.SaveMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.SaveMenu.Size = new System.Drawing.Size(240, 32);
this.SaveMenu.Text = "保存";
this.SaveMenu.Click += new System.EventHandler(this.SaveMenu_Click);
//
// ExcelViewMenu
//
this.ExcelViewMenu.Name = "ExcelViewMenu";
this.ExcelViewMenu.Size = new System.Drawing.Size(240, 32);
this.ExcelViewMenu.Text = "Excelビュー...";
this.ExcelViewMenu.Click += new System.EventHandler(this.ExcelViewMenu_Click);
//
// NewMainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(19F, 42F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(617, 168);
this.ContextMenuStrip = this.ContextMenu;
this.Controls.Add(this.IniDgv);
this.Font = new System.Drawing.Font("メイリオ", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
this.Name = "NewMainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "れいあさんツールズ💖";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewMainForm_FormClosing);
this.Load += new System.EventHandler(this.NewMainForm_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NewMainForm_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.IniDgv)).EndInit();
this.ContextMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView IniDgv;
private System.Windows.Forms.ContextMenuStrip ContextMenu;
private System.Windows.Forms.ToolStripMenuItem SetteiMenu;
private System.Windows.Forms.ToolStripMenuItem MenuFontMenu;
private System.Windows.Forms.ToolStripMenuItem VersionMenu;
private System.Windows.Forms.ToolStripMenuItem TitleMenu;
private System.Windows.Forms.ToolStripMenuItem OpenMenu;
private System.Windows.Forms.DataGridViewTextBoxColumn colNo;
private System.Windows.Forms.DataGridViewTextBoxColumn colName;
private System.Windows.Forms.DataGridViewTextBoxColumn colType;
private System.Windows.Forms.DataGridViewTextBoxColumn colNaiyo;
private System.Windows.Forms.DataGridViewTextBoxColumn colComment;
private System.Windows.Forms.ToolStripMenuItem RowMoveMenu;
private System.Windows.Forms.ToolStripMenuItem RowUpMenu;
private System.Windows.Forms.ToolStripMenuItem RowDownMenu;
private System.Windows.Forms.ToolStripMenuItem SaveMenu;
private System.Windows.Forms.ToolStripMenuItem ExcelViewMenu;
}
}