From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。
---
HotelPms.WinForm.Common/MasterBase.Designer.cs | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 355 insertions(+), 0 deletions(-)
diff --git a/HotelPms.WinForm.Common/MasterBase.Designer.cs b/HotelPms.WinForm.Common/MasterBase.Designer.cs
new file mode 100644
index 0000000..e22b285
--- /dev/null
+++ b/HotelPms.WinForm.Common/MasterBase.Designer.cs
@@ -0,0 +1,355 @@
+namespace HotelPms.WinForm.Common
+{
+ partial class MasterBase
+ {
+ /// <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.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ this.pnlBar = new HotelPms.Share.Windows.Component.PanelEx();
+ this.btnMsg = new HotelPms.Share.Windows.Component.CountButton();
+ this.btnLogin = new HotelPms.Share.Windows.Component.ButtonFlat();
+ this.btnExit = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.txtSearchKey = new HotelPms.Share.Windows.Component.CTextBox();
+ this.btnEdit = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.btnNew = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.lblStatus = new HotelPms.Share.Windows.Component.AntLabel();
+ this.pnlInput = new HotelPms.Share.Windows.Component.PanelEx();
+ this.btnSave = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.pnlList = new HotelPms.Share.Windows.Component.PanelEx();
+ this.dgvData = new System.Windows.Forms.DataGridView();
+ this.pnlMain.SuspendLayout();
+ this.pnlBar.SuspendLayout();
+ this.pnlInput.SuspendLayout();
+ this.pnlList.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
+ this.SuspendLayout();
+ //
+ // pnlMain
+ //
+ this.pnlMain.BackColor = System.Drawing.Color.White;
+ this.pnlMain.Controls.Add(this.pnlList);
+ this.pnlMain.Controls.Add(this.pnlInput);
+ this.pnlMain.Controls.Add(this.pnlBar);
+ this.pnlMain.Size = new System.Drawing.Size(1018, 629);
+ //
+ // LoadingObj
+ //
+ this.LoadingObj.Size = new System.Drawing.Size(1018, 629);
+ //
+ // pnlBar
+ //
+ this.pnlBar.ActiveName = "";
+ this.pnlBar.ArcWidth = 16;
+ this.pnlBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.pnlBar.Blur = 15;
+ this.pnlBar.Controls.Add(this.btnMsg);
+ this.pnlBar.Controls.Add(this.btnLogin);
+ this.pnlBar.Controls.Add(this.btnExit);
+ this.pnlBar.Controls.Add(this.txtSearchKey);
+ this.pnlBar.Controls.Add(this.btnEdit);
+ this.pnlBar.Controls.Add(this.btnNew);
+ this.pnlBar.Controls.Add(this.lblStatus);
+ this.pnlBar.Dock = System.Windows.Forms.DockStyle.Top;
+ this.pnlBar.Expan = true;
+ this.pnlBar.Location = new System.Drawing.Point(0, 0);
+ this.pnlBar.MaxHeight = -1;
+ this.pnlBar.Name = "pnlBar";
+ this.pnlBar.OffsetX = 0;
+ this.pnlBar.OffsetY = 0;
+ this.pnlBar.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2);
+ this.pnlBar.SignFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.pnlBar.Size = new System.Drawing.Size(1018, 48);
+ this.pnlBar.Spread = 15;
+ this.pnlBar.TabIndex = 1;
+ this.pnlBar.Title = "";
+ this.pnlBar.TitleBackColor = System.Drawing.Color.Gainsboro;
+ this.pnlBar.TitleBookMarkColor = System.Drawing.Color.Pink;
+ this.pnlBar.TitleFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.pnlBar.TitleForeColor = System.Drawing.Color.Black;
+ this.pnlBar.TitleHeight = 0;
+ this.pnlBar.UseTitleBookMark = true;
+ //
+ // btnMsg
+ //
+ this.btnMsg.Count = 99;
+ this.btnMsg.CountBackColor = System.Drawing.Color.Red;
+ this.btnMsg.CountForeColor = System.Drawing.Color.White;
+ this.btnMsg.Dock = System.Windows.Forms.DockStyle.Right;
+ this.btnMsg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnMsg.GradientColor = System.Drawing.Color.Empty;
+ this.btnMsg.Image = global::HotelPms.WinForm.Common.Properties.Resources.ooopic_1462956507;
+ this.btnMsg.Location = new System.Drawing.Point(716, 2);
+ this.btnMsg.Name = "btnMsg";
+ this.btnMsg.Size = new System.Drawing.Size(56, 44);
+ this.btnMsg.TabIndex = 4;
+ this.btnMsg.Text = "99";
+ this.btnMsg.UseVisualStyleBackColor = true;
+ //
+ // btnLogin
+ //
+ this.btnLogin.Dock = System.Windows.Forms.DockStyle.Right;
+ this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnLogin.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.btnLogin.ForeColor = System.Drawing.Color.White;
+ this.btnLogin.GradientColor = System.Drawing.Color.Empty;
+ this.btnLogin.Image = global::HotelPms.WinForm.Common.Properties.Resources.avatar5;
+ this.btnLogin.Location = new System.Drawing.Point(772, 2);
+ this.btnLogin.Name = "btnLogin";
+ this.btnLogin.Size = new System.Drawing.Size(140, 44);
+ this.btnLogin.TabIndex = 6;
+ this.btnLogin.Text = "担当者 一郎";
+ this.btnLogin.UseVisualStyleBackColor = true;
+ //
+ // btnExit
+ //
+ this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.btnExit.Dock = System.Windows.Forms.DockStyle.Right;
+ this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnExit.Font = new System.Drawing.Font("Yu Gothic UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.btnExit.ForeColor = System.Drawing.Color.White;
+ this.btnExit.Location = new System.Drawing.Point(912, 2);
+ this.btnExit.Name = "btnExit";
+ this.btnExit.Radius = 5F;
+ this.btnExit.Size = new System.Drawing.Size(106, 44);
+ this.btnExit.TabIndex = 5;
+ this.btnExit.Text = "終了[Esc]";
+ this.btnExit.UseVisualStyleBackColor = false;
+ this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
+ //
+ // txtSearchKey
+ //
+ this.txtSearchKey.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtSearchKey.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
+ this.txtSearchKey.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtSearchKey.Font = new System.Drawing.Font("Yu Gothic UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtSearchKey.ForeImage = global::HotelPms.WinForm.Common.Properties.Resources.find;
+ this.txtSearchKey.InputType = "0x1";
+ this.txtSearchKey.Location = new System.Drawing.Point(459, 13);
+ this.txtSearchKey.MstNameCtrl = null;
+ this.txtSearchKey.Name = "txtSearchKey";
+ this.txtSearchKey.OrgText = "";
+ this.txtSearchKey.PanelExEnabled = true;
+ this.txtSearchKey.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
+ this.txtSearchKey.Size = new System.Drawing.Size(231, 22);
+ this.txtSearchKey.TabIndex = 3;
+ this.txtSearchKey.TipText = "";
+ this.txtSearchKey.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.txtSearchKey.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtSearchKey.TitleForeColor = System.Drawing.Color.White;
+ this.txtSearchKey.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Icon;
+ this.txtSearchKey.TitleText = "";
+ this.txtSearchKey.TitleWidth = 50;
+ this.txtSearchKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearchKey_KeyDown);
+ //
+ // btnEdit
+ //
+ this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.btnEdit.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnEdit.Dock = System.Windows.Forms.DockStyle.Left;
+ this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnEdit.Font = new System.Drawing.Font("Yu Gothic UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.btnEdit.ForeColor = System.Drawing.Color.White;
+ this.btnEdit.Location = new System.Drawing.Point(232, 2);
+ this.btnEdit.Name = "btnEdit";
+ this.btnEdit.Radius = 5F;
+ this.btnEdit.Size = new System.Drawing.Size(116, 44);
+ this.btnEdit.TabIndex = 2;
+ this.btnEdit.Text = "変更[F2]";
+ this.btnEdit.UseVisualStyleBackColor = false;
+ this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
+ //
+ // btnNew
+ //
+ this.btnNew.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.btnNew.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnNew.Dock = System.Windows.Forms.DockStyle.Left;
+ this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnNew.Font = new System.Drawing.Font("Yu Gothic UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.btnNew.ForeColor = System.Drawing.Color.White;
+ this.btnNew.Location = new System.Drawing.Point(116, 2);
+ this.btnNew.Name = "btnNew";
+ this.btnNew.Radius = 5F;
+ this.btnNew.Size = new System.Drawing.Size(116, 44);
+ this.btnNew.TabIndex = 1;
+ this.btnNew.Text = "新規[F1]";
+ this.btnNew.UseVisualStyleBackColor = false;
+ this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
+ //
+ // lblStatus
+ //
+ this.lblStatus.AnimationEnabled = false;
+ this.lblStatus.Dock = System.Windows.Forms.DockStyle.Left;
+ this.lblStatus.EndBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.lblStatus.Font = new System.Drawing.Font("Yu Gothic UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.lblStatus.ForeColor = System.Drawing.Color.Lime;
+ this.lblStatus.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
+ this.lblStatus.Interval = 300;
+ this.lblStatus.Location = new System.Drawing.Point(0, 2);
+ this.lblStatus.Name = "lblStatus";
+ this.lblStatus.Size = new System.Drawing.Size(116, 44);
+ this.lblStatus.TabIndex = 0;
+ this.lblStatus.Text = "新規";
+ //
+ // pnlInput
+ //
+ this.pnlInput.ActiveName = "";
+ this.pnlInput.ArcWidth = 16;
+ this.pnlInput.Blur = 15;
+ this.pnlInput.Controls.Add(this.btnSave);
+ this.pnlInput.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.pnlInput.Expan = true;
+ this.pnlInput.Location = new System.Drawing.Point(0, 336);
+ this.pnlInput.MaxHeight = -1;
+ this.pnlInput.Name = "pnlInput";
+ this.pnlInput.OffsetX = 0;
+ this.pnlInput.OffsetY = 0;
+ this.pnlInput.SignFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.pnlInput.Size = new System.Drawing.Size(1018, 293);
+ this.pnlInput.Spread = 15;
+ this.pnlInput.TabIndex = 2;
+ this.pnlInput.Title = "";
+ this.pnlInput.TitleBackColor = System.Drawing.Color.Gainsboro;
+ this.pnlInput.TitleBookMarkColor = System.Drawing.Color.Pink;
+ this.pnlInput.TitleFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.pnlInput.TitleForeColor = System.Drawing.Color.Black;
+ this.pnlInput.TitleHeight = 0;
+ this.pnlInput.UseTitleBookMark = true;
+ //
+ // btnSave
+ //
+ this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
+ this.btnSave.FlatAppearance.BorderSize = 0;
+ this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnSave.Font = new System.Drawing.Font("Yu Gothic UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.btnSave.ForeColor = System.Drawing.Color.White;
+ this.btnSave.Location = new System.Drawing.Point(861, 14);
+ this.btnSave.Name = "btnSave";
+ this.btnSave.Radius = 10F;
+ this.btnSave.Size = new System.Drawing.Size(144, 45);
+ this.btnSave.TabIndex = 0;
+ this.btnSave.Text = "登録[F12]";
+ this.btnSave.UseVisualStyleBackColor = false;
+ this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
+ //
+ // pnlList
+ //
+ this.pnlList.ActiveName = "";
+ this.pnlList.ArcWidth = 16;
+ this.pnlList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.pnlList.Blur = 15;
+ this.pnlList.Controls.Add(this.dgvData);
+ this.pnlList.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pnlList.Expan = true;
+ this.pnlList.Location = new System.Drawing.Point(0, 48);
+ this.pnlList.MaxHeight = -1;
+ this.pnlList.Name = "pnlList";
+ this.pnlList.OffsetX = 0;
+ this.pnlList.OffsetY = 0;
+ this.pnlList.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
+ this.pnlList.SignFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.pnlList.Size = new System.Drawing.Size(1018, 288);
+ this.pnlList.Spread = 15;
+ this.pnlList.TabIndex = 3;
+ this.pnlList.Title = "";
+ this.pnlList.TitleBackColor = System.Drawing.Color.Gainsboro;
+ this.pnlList.TitleBookMarkColor = System.Drawing.Color.Pink;
+ this.pnlList.TitleFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.pnlList.TitleForeColor = System.Drawing.Color.Black;
+ this.pnlList.TitleHeight = 0;
+ this.pnlList.UseTitleBookMark = true;
+ //
+ // dgvData
+ //
+ this.dgvData.AllowUserToAddRows = false;
+ this.dgvData.AllowUserToDeleteRows = false;
+ this.dgvData.BackgroundColor = System.Drawing.Color.White;
+ this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ButtonFace;
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
+ this.dgvData.ColumnHeadersHeight = 30;
+ this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dgvData.EnableHeadersVisualStyles = false;
+ this.dgvData.Location = new System.Drawing.Point(0, 0);
+ this.dgvData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.dgvData.MultiSelect = false;
+ this.dgvData.Name = "dgvData";
+ this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
+ this.dgvData.RowHeadersVisible = false;
+ this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.dgvData.Size = new System.Drawing.Size(1018, 287);
+ this.dgvData.TabIndex = 0;
+ this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick);
+ this.dgvData.SelectionChanged += new System.EventHandler(this.dgvData_SelectionChanged);
+ //
+ // MasterBase
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(1020, 666);
+ this.Name = "MasterBase";
+ this.ShowHelpIcon = true;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "マスタ設定";
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MasterBase_FormClosing);
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MasterBase_FormClosed);
+ this.Load += new System.EventHandler(this.MasterBase_Load);
+ this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterBase_KeyDown);
+ this.pnlMain.ResumeLayout(false);
+ this.pnlBar.ResumeLayout(false);
+ this.pnlBar.PerformLayout();
+ this.pnlInput.ResumeLayout(false);
+ this.pnlList.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ public Share.Windows.Component.PanelEx pnlBar;
+ public Share.Windows.Component.MaterialButton btnEdit;
+ public Share.Windows.Component.MaterialButton btnNew;
+ public Share.Windows.Component.AntLabel lblStatus;
+ public Share.Windows.Component.PanelEx pnlList;
+ public Share.Windows.Component.PanelEx pnlInput;
+ public Share.Windows.Component.MaterialButton btnSave;
+ public Share.Windows.Component.CTextBox txtSearchKey;
+ public DataGridView dgvData;
+ public Share.Windows.Component.CountButton btnMsg;
+ public Share.Windows.Component.ButtonFlat btnLogin;
+ public Share.Windows.Component.MaterialButton btnExit;
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0