/// <summary> /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// </summary> private void InitializeComponent() { FITOM_GUI.CustomControl.BorderWidths borderWidths1 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths2 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths3 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths4 = new FITOM_GUI.CustomControl.BorderWidths(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.customFastLabel1 = new FITOM_GUI.CustomControl.CustomFastLabel(); this.customColorButton1 = new FITOM_GUI.CustomControl.CustomColorButton(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.customFastLabel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.customColorButton1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(108, 100); this.tableLayoutPanel1.TabIndex = 0; // // customFastLabel1 // this.customFastLabel1.Dock = System.Windows.Forms.DockStyle.Fill; this.customFastLabel1.Font = new System.Drawing.Font("Meiryo UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.customFastLabel1.Location = new System.Drawing.Point(0, 0); this.customFastLabel1.Margin = new System.Windows.Forms.Padding(0); this.customFastLabel1.Name = "customFastLabel1"; this.customFastLabel1.Size = new System.Drawing.Size(108, 40); this.customFastLabel1.TabIndex = 0; this.customFastLabel1.Text = "ParamName"; this.customFastLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // customColorButton1 // this.customColorButton1.AutoToggle = false; this.customColorButton1.DisabledBackColor = System.Drawing.SystemColors.ControlLight; this.customColorButton1.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); borderWidths1.Bottom = 2; borderWidths1.Left = 2; borderWidths1.Right = 2; borderWidths1.Top = 2; this.customColorButton1.DisabledBorderWidth = borderWidths1; this.customColorButton1.DisabledForeColor = System.Drawing.SystemColors.GrayText; this.customColorButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.customColorButton1.EnabledBackColor = System.Drawing.SystemColors.Control; this.customColorButton1.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); borderWidths2.Bottom = 2; borderWidths2.Left = 2; borderWidths2.Right = 2; borderWidths2.Top = 2; this.customColorButton1.EnabledBorderWidth = borderWidths2; this.customColorButton1.EnabledForeColor = System.Drawing.SystemColors.ControlText; this.customColorButton1.Font = new System.Drawing.Font("メイリオ", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.customColorButton1.Location = new System.Drawing.Point(0, 40); this.customColorButton1.Margin = new System.Windows.Forms.Padding(0); this.customColorButton1.Name = "customColorButton1"; this.customColorButton1.PushedBackColor = System.Drawing.SystemColors.ControlDarkDark; this.customColorButton1.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); borderWidths3.Bottom = 2; borderWidths3.Left = 2; borderWidths3.Right = 2; borderWidths3.Top = 2; this.customColorButton1.PushedBorderWidth = borderWidths3; this.customColorButton1.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.customColorButton1.RoundFrame = false; this.customColorButton1.Selected = false; this.customColorButton1.SelectedBackColor = System.Drawing.SystemColors.ControlDark; this.customColorButton1.SelectedBorderColor = System.Drawing.SystemColors.ControlDark; borderWidths4.Bottom = 2; borderWidths4.Left = 2; borderWidths4.Right = 2; borderWidths4.Top = 2; this.customColorButton1.SelectedBorderWidth = borderWidths4; this.customColorButton1.SelectedForeColor = System.Drawing.SystemColors.HighlightText; this.customColorButton1.Size = new System.Drawing.Size(108, 60); this.customColorButton1.TabIndex = 1; this.customColorButton1.Text = "000"; this.customColorButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CustomInputBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "CustomInputBox"; this.Size = new System.Drawing.Size(108, 100); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// </summary> private void InitializeComponent() { FITOM_GUI.CustomControl.BorderWidths borderWidths1 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths2 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths3 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths4 = new FITOM_GUI.CustomControl.BorderWidths(); this.colorButton2 = new FITOM_GUI.CustomControl.CustomColorButton(); this.SuspendLayout(); // // colorButton2 // this.colorButton2.AutoToggle = false; this.colorButton2.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton2.DisabledBackColor = System.Drawing.SystemColors.ControlLight; this.colorButton2.DisabledBorderColor = System.Drawing.Color.Black; borderWidths1.Bottom = 1; borderWidths1.Left = 1; borderWidths1.Right = 1; borderWidths1.Top = 1; this.colorButton2.DisabledBorderWidth = borderWidths1; this.colorButton2.DisabledForeColor = System.Drawing.SystemColors.ControlText; this.colorButton2.EnabledBackColor = System.Drawing.SystemColors.Control; this.colorButton2.EnabledBorderColor = System.Drawing.Color.Maroon; borderWidths2.Bottom = 1; borderWidths2.Left = 1; borderWidths2.Right = 1; borderWidths2.Top = 1; this.colorButton2.EnabledBorderWidth = borderWidths2; this.colorButton2.EnabledForeColor = System.Drawing.SystemColors.ControlText; this.colorButton2.Location = new System.Drawing.Point(98, 46); this.colorButton2.Margin = new System.Windows.Forms.Padding(0); this.colorButton2.Name = "colorButton2"; this.colorButton2.PushedBackColor = System.Drawing.SystemColors.ControlDarkDark; this.colorButton2.PushedBorderColor = System.Drawing.SystemColors.ControlDarkDark; borderWidths3.Bottom = 0; borderWidths3.Left = 0; borderWidths3.Right = 0; borderWidths3.Top = 0; this.colorButton2.PushedBorderWidth = borderWidths3; this.colorButton2.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton2.RoundFrame = false; this.colorButton2.Selected = false; this.colorButton2.SelectedBackColor = System.Drawing.SystemColors.ControlDark; this.colorButton2.SelectedBorderColor = System.Drawing.SystemColors.ControlDark; borderWidths4.Bottom = 0; borderWidths4.Left = 0; borderWidths4.Right = 0; borderWidths4.Top = 0; this.colorButton2.SelectedBorderWidth = borderWidths4; this.colorButton2.SelectedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton2.Size = new System.Drawing.Size(452, 260); this.colorButton2.TabIndex = 0; this.colorButton2.Text = "colorButton2"; this.colorButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(776, 454); this.Controls.Add(this.colorButton2); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FITOM_GUI.CustomControl.BorderWidths borderWidths1 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths2 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths3 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths4 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths5 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths6 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths7 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths8 = new FITOM_GUI.CustomControl.BorderWidths(); this.pictureBox_CANCEL = new FITOM_GUI.CustomControl.CustomColorButton(); this.pictureBox_OK = new FITOM_GUI.CustomControl.CustomColorButton(); this.labelCaption = new System.Windows.Forms.Label(); this.SuspendLayout(); // // pictureBox_CANCEL // this.pictureBox_CANCEL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox_CANCEL.AutoToggle = false; this.pictureBox_CANCEL.BackColor = System.Drawing.Color.WhiteSmoke; this.pictureBox_CANCEL.DisabledBackColor = System.Drawing.SystemColors.ControlLight; this.pictureBox_CANCEL.DisabledBorderColor = System.Drawing.SystemColors.ControlLight; borderWidths1.Bottom = 0; borderWidths1.Left = 0; borderWidths1.Right = 0; borderWidths1.Top = 0; this.pictureBox_CANCEL.DisabledBorderWidth = borderWidths1; this.pictureBox_CANCEL.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(204)))), ((int)(((byte)(207))))); this.pictureBox_CANCEL.EnabledBackColor = System.Drawing.SystemColors.Control; this.pictureBox_CANCEL.EnabledBorderColor = System.Drawing.SystemColors.Control; borderWidths2.Bottom = 0; borderWidths2.Left = 0; borderWidths2.Right = 0; borderWidths2.Top = 0; this.pictureBox_CANCEL.EnabledBorderWidth = borderWidths2; this.pictureBox_CANCEL.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_CANCEL.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.pictureBox_CANCEL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_CANCEL.Location = new System.Drawing.Point(638, 396); this.pictureBox_CANCEL.Name = "pictureBox_CANCEL"; this.pictureBox_CANCEL.PushedBackColor = System.Drawing.SystemColors.ControlDarkDark; this.pictureBox_CANCEL.PushedBorderColor = System.Drawing.SystemColors.ControlDarkDark; borderWidths3.Bottom = 0; borderWidths3.Left = 0; borderWidths3.Right = 0; borderWidths3.Top = 0; this.pictureBox_CANCEL.PushedBorderWidth = borderWidths3; this.pictureBox_CANCEL.PushedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_CANCEL.RoundFrame = false; this.pictureBox_CANCEL.Selected = false; this.pictureBox_CANCEL.SelectedBackColor = System.Drawing.SystemColors.ControlDark; this.pictureBox_CANCEL.SelectedBorderColor = System.Drawing.SystemColors.ControlDark; borderWidths4.Bottom = 0; borderWidths4.Left = 0; borderWidths4.Right = 0; borderWidths4.Top = 0; this.pictureBox_CANCEL.SelectedBorderWidth = borderWidths4; this.pictureBox_CANCEL.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_CANCEL.Size = new System.Drawing.Size(150, 75); this.pictureBox_CANCEL.TabIndex = 65; this.pictureBox_CANCEL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.pictureBox_CANCEL.Click += new System.EventHandler(this.pictureBox_CANCEL_Click); // // pictureBox_OK // this.pictureBox_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox_OK.AutoToggle = false; this.pictureBox_OK.BackColor = System.Drawing.Color.WhiteSmoke; this.pictureBox_OK.DisabledBackColor = System.Drawing.SystemColors.ControlLight; this.pictureBox_OK.DisabledBorderColor = System.Drawing.SystemColors.ControlLight; borderWidths5.Bottom = 0; borderWidths5.Left = 0; borderWidths5.Right = 0; borderWidths5.Top = 0; this.pictureBox_OK.DisabledBorderWidth = borderWidths5; this.pictureBox_OK.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(204)))), ((int)(((byte)(207))))); this.pictureBox_OK.EnabledBackColor = System.Drawing.SystemColors.Control; this.pictureBox_OK.EnabledBorderColor = System.Drawing.SystemColors.Control; borderWidths6.Bottom = 0; borderWidths6.Left = 0; borderWidths6.Right = 0; borderWidths6.Top = 0; this.pictureBox_OK.EnabledBorderWidth = borderWidths6; this.pictureBox_OK.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_OK.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.pictureBox_OK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_OK.Location = new System.Drawing.Point(448, 396); this.pictureBox_OK.Name = "pictureBox_OK"; this.pictureBox_OK.PushedBackColor = System.Drawing.SystemColors.ControlDarkDark; this.pictureBox_OK.PushedBorderColor = System.Drawing.SystemColors.ControlDarkDark; borderWidths7.Bottom = 0; borderWidths7.Left = 0; borderWidths7.Right = 0; borderWidths7.Top = 0; this.pictureBox_OK.PushedBorderWidth = borderWidths7; this.pictureBox_OK.PushedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_OK.RoundFrame = false; this.pictureBox_OK.Selected = false; this.pictureBox_OK.SelectedBackColor = System.Drawing.SystemColors.ControlDark; this.pictureBox_OK.SelectedBorderColor = System.Drawing.SystemColors.ControlDark; borderWidths8.Bottom = 0; borderWidths8.Left = 0; borderWidths8.Right = 0; borderWidths8.Top = 0; this.pictureBox_OK.SelectedBorderWidth = borderWidths8; this.pictureBox_OK.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.pictureBox_OK.Size = new System.Drawing.Size(150, 75); this.pictureBox_OK.TabIndex = 64; this.pictureBox_OK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.pictureBox_OK.Click += new System.EventHandler(this.pictureBox_OK_Click); // // labelCaption // this.labelCaption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelCaption.BackColor = System.Drawing.Color.WhiteSmoke; this.labelCaption.Font = new System.Drawing.Font("Meiryo UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.labelCaption.Location = new System.Drawing.Point(185, 69); this.labelCaption.Name = "labelCaption"; this.labelCaption.Size = new System.Drawing.Size(450, 60); this.labelCaption.TabIndex = 66; this.labelCaption.Text = "Caption"; this.labelCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CustomDialogBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 480); this.Controls.Add(this.labelCaption); this.Controls.Add(this.pictureBox_CANCEL); this.Controls.Add(this.pictureBox_OK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "CustomDialogBase"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "CustomDialogBase"; this.TopMost = true; this.Load += new System.EventHandler(this.CustomDialogBase_Load); this.ResumeLayout(false); }
/// <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(MainForm)); FITOM_GUI.CustomControl.BorderWidths borderWidths1 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths2 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths3 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths4 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths5 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths6 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths7 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths8 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths9 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths10 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths11 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths12 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths13 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths14 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths15 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths16 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths17 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths18 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths19 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths20 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths21 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths22 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths23 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths24 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths25 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths26 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths27 = new FITOM_GUI.CustomControl.BorderWidths(); FITOM_GUI.CustomControl.BorderWidths borderWidths28 = new FITOM_GUI.CustomControl.BorderWidths(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.customPictureButton1 = new FITOM_GUI.CustomControl.CustomPictureButton(); this.customPictureButton2 = new FITOM_GUI.CustomControl.CustomPictureButton(); this.customPictureButton3 = new FITOM_GUI.CustomControl.CustomPictureButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.colorButton1 = new FITOM_GUI.CustomControl.CustomColorButton(); this.colorButton2 = new FITOM_GUI.CustomControl.CustomColorButton(); this.colorButton3 = new FITOM_GUI.CustomControl.CustomColorButton(); this.colorButton4 = new FITOM_GUI.CustomControl.CustomColorButton(); this.colorButton5 = new FITOM_GUI.CustomControl.CustomColorButton(); this.colorButton6 = new FITOM_GUI.CustomControl.CustomColorButton(); this.colorButton7 = new FITOM_GUI.CustomControl.CustomColorButton(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.tableLayoutPanel1.ColumnCount = 8; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 832F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2); this.tableLayoutPanel1.Controls.Add(this.customPictureButton1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.customPictureButton2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.customPictureButton3, 7, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 60); this.tableLayoutPanel1.TabIndex = 0; // // label1 // this.label1.BackColor = System.Drawing.Color.DodgerBlue; this.tableLayoutPanel1.SetColumnSpan(this.label1, 8); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label1.Location = new System.Drawing.Point(0, 48); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(1280, 2); this.label1.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.tableLayoutPanel1.SetColumnSpan(this.label2, 8); this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(1274, 10); this.label2.TabIndex = 3; // // customPictureButton1 // this.customPictureButton1.AutoToggle = false; this.customPictureButton1.DisabledImage = null; this.customPictureButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.customPictureButton1.EnabledImage = ((System.Drawing.Image)(resources.GetObject("customPictureButton1.EnabledImage"))); this.customPictureButton1.Image = ((System.Drawing.Image)(resources.GetObject("customPictureButton1.Image"))); this.customPictureButton1.Location = new System.Drawing.Point(16, 8); this.customPictureButton1.Margin = new System.Windows.Forms.Padding(16, 8, 16, 8); this.customPictureButton1.Name = "customPictureButton1"; this.customPictureButton1.PressedImage = null; this.customPictureButton1.Selected = false; this.customPictureButton1.SelectedImage = null; this.customPictureButton1.Size = new System.Drawing.Size(32, 32); this.customPictureButton1.TabIndex = 4; // // customPictureButton2 // this.customPictureButton2.AutoToggle = false; this.customPictureButton2.DisabledImage = null; this.customPictureButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.customPictureButton2.EnabledImage = ((System.Drawing.Image)(resources.GetObject("customPictureButton2.EnabledImage"))); this.customPictureButton2.Image = ((System.Drawing.Image)(resources.GetObject("customPictureButton2.Image"))); this.customPictureButton2.Location = new System.Drawing.Point(80, 8); this.customPictureButton2.Margin = new System.Windows.Forms.Padding(16, 8, 16, 8); this.customPictureButton2.Name = "customPictureButton2"; this.customPictureButton2.PressedImage = null; this.customPictureButton2.Selected = false; this.customPictureButton2.SelectedImage = null; this.customPictureButton2.Size = new System.Drawing.Size(32, 32); this.customPictureButton2.TabIndex = 5; // // customPictureButton3 // this.customPictureButton3.AutoToggle = false; this.customPictureButton3.DisabledImage = null; this.customPictureButton3.Dock = System.Windows.Forms.DockStyle.Fill; this.customPictureButton3.EnabledImage = ((System.Drawing.Image)(resources.GetObject("customPictureButton3.EnabledImage"))); this.customPictureButton3.Image = ((System.Drawing.Image)(resources.GetObject("customPictureButton3.Image"))); this.customPictureButton3.Location = new System.Drawing.Point(1232, 8); this.customPictureButton3.Margin = new System.Windows.Forms.Padding(16, 8, 16, 8); this.customPictureButton3.Name = "customPictureButton3"; this.customPictureButton3.PressedImage = null; this.customPictureButton3.Selected = false; this.customPictureButton3.SelectedImage = null; this.customPictureButton3.Size = new System.Drawing.Size(32, 32); this.customPictureButton3.TabIndex = 6; this.customPictureButton3.Click += new System.EventHandler(this.customPictureButton3_Click); // // panel1 // this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.tableLayoutPanel2); this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1280, 768); this.panel1.TabIndex = 1; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(108, 60); this.panel2.Margin = new System.Windows.Forms.Padding(0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1172, 708); this.panel2.TabIndex = 2; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this.colorButton1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.colorButton2, 0, 1); this.tableLayoutPanel2.Controls.Add(this.colorButton3, 0, 2); this.tableLayoutPanel2.Controls.Add(this.colorButton4, 0, 3); this.tableLayoutPanel2.Controls.Add(this.colorButton5, 0, 4); this.tableLayoutPanel2.Controls.Add(this.colorButton6, 0, 5); this.tableLayoutPanel2.Controls.Add(this.colorButton7, 0, 6); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Left; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 60); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 8; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(108, 708); this.tableLayoutPanel2.TabIndex = 1; // // colorButton1 // this.colorButton1.AutoToggle = false; this.colorButton1.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton1.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton1.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths1.Bottom = 1; borderWidths1.Left = 1; borderWidths1.Right = 1; borderWidths1.Top = 1; this.colorButton1.DisabledBorderWidth = borderWidths1; this.colorButton1.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton1.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton1.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths2.Bottom = 1; borderWidths2.Left = 1; borderWidths2.Right = 8; borderWidths2.Top = 1; this.colorButton1.EnabledBorderWidth = borderWidths2; this.colorButton1.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton1.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton1.Location = new System.Drawing.Point(0, 0); this.colorButton1.Margin = new System.Windows.Forms.Padding(0); this.colorButton1.Name = "colorButton1"; this.colorButton1.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(89)))), ((int)(((byte)(90))))); this.colorButton1.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths3.Bottom = 1; borderWidths3.Left = 1; borderWidths3.Right = 0; borderWidths3.Top = 1; this.colorButton1.PushedBorderWidth = borderWidths3; this.colorButton1.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton1.RoundFrame = false; this.colorButton1.Selected = false; this.colorButton1.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton1.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths4.Bottom = 1; borderWidths4.Left = 1; borderWidths4.Right = 0; borderWidths4.Top = 1; this.colorButton1.SelectedBorderWidth = borderWidths4; this.colorButton1.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton1.Size = new System.Drawing.Size(108, 100); this.colorButton1.TabIndex = 0; this.colorButton1.Text = "Home"; this.colorButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // colorButton2 // this.colorButton2.AutoToggle = false; this.colorButton2.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton2.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton2.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths5.Bottom = 1; borderWidths5.Left = 1; borderWidths5.Right = 1; borderWidths5.Top = 1; this.colorButton2.DisabledBorderWidth = borderWidths5; this.colorButton2.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton2.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton2.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths6.Bottom = 1; borderWidths6.Left = 1; borderWidths6.Right = 8; borderWidths6.Top = 1; this.colorButton2.EnabledBorderWidth = borderWidths6; this.colorButton2.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton2.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton2.Location = new System.Drawing.Point(0, 100); this.colorButton2.Margin = new System.Windows.Forms.Padding(0); this.colorButton2.Name = "colorButton2"; this.colorButton2.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton2.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths7.Bottom = 1; borderWidths7.Left = 1; borderWidths7.Right = 0; borderWidths7.Top = 1; this.colorButton2.PushedBorderWidth = borderWidths7; this.colorButton2.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton2.RoundFrame = false; this.colorButton2.Selected = false; this.colorButton2.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton2.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths8.Bottom = 1; borderWidths8.Left = 1; borderWidths8.Right = 0; borderWidths8.Top = 1; this.colorButton2.SelectedBorderWidth = borderWidths8; this.colorButton2.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton2.Size = new System.Drawing.Size(108, 100); this.colorButton2.TabIndex = 0; this.colorButton2.Text = "MIDI\r\nMonitor"; this.colorButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // colorButton3 // this.colorButton3.AutoToggle = false; this.colorButton3.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton3.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton3.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths9.Bottom = 1; borderWidths9.Left = 1; borderWidths9.Right = 1; borderWidths9.Top = 1; this.colorButton3.DisabledBorderWidth = borderWidths9; this.colorButton3.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton3.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton3.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton3.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths10.Bottom = 1; borderWidths10.Left = 1; borderWidths10.Right = 8; borderWidths10.Top = 1; this.colorButton3.EnabledBorderWidth = borderWidths10; this.colorButton3.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton3.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton3.Location = new System.Drawing.Point(0, 200); this.colorButton3.Margin = new System.Windows.Forms.Padding(0); this.colorButton3.Name = "colorButton3"; this.colorButton3.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton3.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths11.Bottom = 1; borderWidths11.Left = 1; borderWidths11.Right = 0; borderWidths11.Top = 1; this.colorButton3.PushedBorderWidth = borderWidths11; this.colorButton3.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton3.RoundFrame = false; this.colorButton3.Selected = false; this.colorButton3.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton3.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths12.Bottom = 1; borderWidths12.Left = 1; borderWidths12.Right = 0; borderWidths12.Top = 1; this.colorButton3.SelectedBorderWidth = borderWidths12; this.colorButton3.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton3.Size = new System.Drawing.Size(108, 100); this.colorButton3.TabIndex = 0; this.colorButton3.Text = "Device\r\nMonitor"; this.colorButton3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // colorButton4 // this.colorButton4.AutoToggle = false; this.colorButton4.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton4.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton4.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths13.Bottom = 1; borderWidths13.Left = 1; borderWidths13.Right = 1; borderWidths13.Top = 1; this.colorButton4.DisabledBorderWidth = borderWidths13; this.colorButton4.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton4.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton4.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton4.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths14.Bottom = 1; borderWidths14.Left = 1; borderWidths14.Right = 8; borderWidths14.Top = 1; this.colorButton4.EnabledBorderWidth = borderWidths14; this.colorButton4.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton4.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton4.Location = new System.Drawing.Point(0, 300); this.colorButton4.Margin = new System.Windows.Forms.Padding(0); this.colorButton4.Name = "colorButton4"; this.colorButton4.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton4.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths15.Bottom = 1; borderWidths15.Left = 1; borderWidths15.Right = 0; borderWidths15.Top = 1; this.colorButton4.PushedBorderWidth = borderWidths15; this.colorButton4.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton4.RoundFrame = false; this.colorButton4.Selected = false; this.colorButton4.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton4.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths16.Bottom = 1; borderWidths16.Left = 1; borderWidths16.Right = 0; borderWidths16.Top = 1; this.colorButton4.SelectedBorderWidth = borderWidths16; this.colorButton4.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton4.Size = new System.Drawing.Size(108, 100); this.colorButton4.TabIndex = 0; this.colorButton4.Text = "Voice\r\n"; this.colorButton4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // colorButton5 // this.colorButton5.AutoToggle = false; this.colorButton5.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton5.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton5.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths17.Bottom = 1; borderWidths17.Left = 1; borderWidths17.Right = 1; borderWidths17.Top = 1; this.colorButton5.DisabledBorderWidth = borderWidths17; this.colorButton5.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton5.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton5.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton5.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths18.Bottom = 1; borderWidths18.Left = 1; borderWidths18.Right = 8; borderWidths18.Top = 1; this.colorButton5.EnabledBorderWidth = borderWidths18; this.colorButton5.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton5.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton5.Location = new System.Drawing.Point(0, 400); this.colorButton5.Margin = new System.Windows.Forms.Padding(0); this.colorButton5.Name = "colorButton5"; this.colorButton5.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton5.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths19.Bottom = 1; borderWidths19.Left = 1; borderWidths19.Right = 0; borderWidths19.Top = 1; this.colorButton5.PushedBorderWidth = borderWidths19; this.colorButton5.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton5.RoundFrame = false; this.colorButton5.Selected = false; this.colorButton5.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton5.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths20.Bottom = 1; borderWidths20.Left = 1; borderWidths20.Right = 0; borderWidths20.Top = 1; this.colorButton5.SelectedBorderWidth = borderWidths20; this.colorButton5.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton5.Size = new System.Drawing.Size(108, 100); this.colorButton5.TabIndex = 0; this.colorButton5.Text = "Drum Set\r\n"; this.colorButton5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // colorButton6 // this.colorButton6.AutoToggle = false; this.colorButton6.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton6.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton6.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths21.Bottom = 1; borderWidths21.Left = 1; borderWidths21.Right = 1; borderWidths21.Top = 1; this.colorButton6.DisabledBorderWidth = borderWidths21; this.colorButton6.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton6.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton6.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton6.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths22.Bottom = 1; borderWidths22.Left = 1; borderWidths22.Right = 8; borderWidths22.Top = 1; this.colorButton6.EnabledBorderWidth = borderWidths22; this.colorButton6.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton6.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton6.Location = new System.Drawing.Point(0, 500); this.colorButton6.Margin = new System.Windows.Forms.Padding(0); this.colorButton6.Name = "colorButton6"; this.colorButton6.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton6.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths23.Bottom = 1; borderWidths23.Left = 1; borderWidths23.Right = 0; borderWidths23.Top = 1; this.colorButton6.PushedBorderWidth = borderWidths23; this.colorButton6.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton6.RoundFrame = false; this.colorButton6.Selected = false; this.colorButton6.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton6.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths24.Bottom = 1; borderWidths24.Left = 1; borderWidths24.Right = 0; borderWidths24.Top = 1; this.colorButton6.SelectedBorderWidth = borderWidths24; this.colorButton6.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton6.Size = new System.Drawing.Size(108, 100); this.colorButton6.TabIndex = 0; this.colorButton6.Text = "System\r\nSetting"; this.colorButton6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // colorButton7 // this.colorButton7.AutoToggle = false; this.colorButton7.BackColor = System.Drawing.Color.WhiteSmoke; this.colorButton7.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); this.colorButton7.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths25.Bottom = 1; borderWidths25.Left = 1; borderWidths25.Right = 1; borderWidths25.Top = 1; this.colorButton7.DisabledBorderWidth = borderWidths25; this.colorButton7.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton7.Dock = System.Windows.Forms.DockStyle.Fill; this.colorButton7.EnabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(52)))), ((int)(((byte)(49))))); this.colorButton7.EnabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths26.Bottom = 1; borderWidths26.Left = 1; borderWidths26.Right = 8; borderWidths26.Top = 1; this.colorButton7.EnabledBorderWidth = borderWidths26; this.colorButton7.EnabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(123)))), ((int)(((byte)(127))))); this.colorButton7.Font = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.colorButton7.Location = new System.Drawing.Point(0, 600); this.colorButton7.Margin = new System.Windows.Forms.Padding(0); this.colorButton7.Name = "colorButton7"; this.colorButton7.PushedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton7.PushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths27.Bottom = 1; borderWidths27.Left = 1; borderWidths27.Right = 0; borderWidths27.Top = 1; this.colorButton7.PushedBorderWidth = borderWidths27; this.colorButton7.PushedForeColor = System.Drawing.SystemColors.HighlightText; this.colorButton7.RoundFrame = false; this.colorButton7.Selected = false; this.colorButton7.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(78)))), ((int)(((byte)(77))))); this.colorButton7.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(35))))); borderWidths28.Bottom = 1; borderWidths28.Left = 1; borderWidths28.Right = 0; borderWidths28.Top = 1; this.colorButton7.SelectedBorderWidth = borderWidths28; this.colorButton7.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(150)))), ((int)(((byte)(176))))); this.colorButton7.Size = new System.Drawing.Size(108, 100); this.colorButton7.TabIndex = 0; this.colorButton7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // MainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1280, 768); this.ControlBox = false; this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Meiryo UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainForm"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "MainForm"; this.Load += new System.EventHandler(this.MainForm_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.panel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); }