/// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this._titleLabel              = new System.Windows.Forms.Label();
     this._title                   = new TextBox();
     this._pathLabel               = new System.Windows.Forms.Label();
     this._path                    = new TextBox();
     this._selectFileButton        = new System.Windows.Forms.Button();
     this._additionalAssemblyLabel = new System.Windows.Forms.Label();
     this._additionalAssembly      = new TextBox();
     this._shortcutLabel           = new System.Windows.Forms.Label();
     this._shortcut                = new Poderosa.Forms.HotKey();
     this._debugOption             = new System.Windows.Forms.CheckBox();
     this._okButton                = new System.Windows.Forms.Button();
     this._cancelButton            = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // _titleLabel
     //
     this._titleLabel.Location  = new System.Drawing.Point(8, 8);
     this._titleLabel.Name      = "_titleLabel";
     this._titleLabel.TabIndex  = 0;
     this._titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _title
     //
     this._title.Location = new System.Drawing.Point(120, 8);
     this._title.Name     = "_title";
     this._title.Size     = new System.Drawing.Size(200, 19);
     this._title.TabIndex = 1;
     this._title.Text     = "";
     //
     // _pathLabel
     //
     this._pathLabel.Location  = new System.Drawing.Point(8, 32);
     this._pathLabel.Name      = "_pathLabel";
     this._pathLabel.TabIndex  = 2;
     this._pathLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _path
     //
     this._path.Location = new System.Drawing.Point(120, 32);
     this._path.Name     = "_path";
     this._path.Size     = new System.Drawing.Size(181, 19);
     this._path.TabIndex = 3;
     this._path.Text     = "";
     //
     // _selectFileButton
     //
     this._selectFileButton.Location  = new System.Drawing.Point(301, 32);
     this._selectFileButton.Name      = "_selectFileButton";
     this._selectFileButton.FlatStyle = FlatStyle.System;
     this._selectFileButton.Size      = new System.Drawing.Size(19, 19);
     this._selectFileButton.TabIndex  = 4;
     this._selectFileButton.Text      = "...";
     this._selectFileButton.Click    += new System.EventHandler(this.OnSelectFile);
     //
     // _additionalAssemblyLabel
     //
     this._additionalAssemblyLabel.Location  = new System.Drawing.Point(8, 56);
     this._additionalAssemblyLabel.Name      = "_additionalAssemblyLabel";
     this._additionalAssemblyLabel.Size      = new System.Drawing.Size(100, 32);
     this._additionalAssemblyLabel.TabIndex  = 5;
     this._additionalAssemblyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _additionalAssembly
     //
     this._additionalAssembly.Location = new System.Drawing.Point(120, 64);
     this._additionalAssembly.Name     = "_additionalAssembly";
     this._additionalAssembly.Size     = new System.Drawing.Size(200, 19);
     this._additionalAssembly.TabIndex = 6;
     this._additionalAssembly.Text     = "";
     //
     // _shortcutLabel
     //
     this._shortcutLabel.Location  = new System.Drawing.Point(8, 88);
     this._shortcutLabel.Name      = "_shortcutLabel";
     this._shortcutLabel.TabIndex  = 7;
     this._shortcutLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _shortcut
     //
     this._shortcut.DebugTextBox = null;
     this._shortcut.ImeMode      = System.Windows.Forms.ImeMode.Disable;
     this._shortcut.Key          = System.Windows.Forms.Keys.None;
     this._shortcut.Location     = new System.Drawing.Point(120, 88);
     this._shortcut.Name         = "_shortcut";
     this._shortcut.Size         = new System.Drawing.Size(80, 19);
     this._shortcut.TabIndex     = 8;
     this._shortcut.Text         = "";
     //
     // _debugOption
     //
     this._debugOption.Location  = new System.Drawing.Point(8, 112);
     this._debugOption.Name      = "_debugOption";
     this._debugOption.FlatStyle = FlatStyle.System;
     this._debugOption.Size      = new System.Drawing.Size(296, 24);
     this._debugOption.TabIndex  = 9;
     //
     // _okButton
     //
     this._okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this._okButton.Location     = new System.Drawing.Point(168, 136);
     this._okButton.Name         = "_okButton";
     this._okButton.FlatStyle    = FlatStyle.System;
     this._okButton.TabIndex     = 10;
     this._okButton.Click       += new System.EventHandler(this.OnOK);
     //
     // _cancelButton
     //
     this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._cancelButton.Location     = new System.Drawing.Point(248, 136);
     this._cancelButton.Name         = "_cancelButton";
     this._cancelButton.FlatStyle    = FlatStyle.System;
     this._cancelButton.TabIndex     = 11;
     //
     // ModuleProperty
     //
     this.AcceptButton      = this._okButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.CancelButton      = this._cancelButton;
     this.ClientSize        = new System.Drawing.Size(330, 167);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._titleLabel,
         this._title,
         this._pathLabel,
         this._path,
         this._selectFileButton,
         this._additionalAssemblyLabel,
         this._additionalAssembly,
         this._shortcutLabel,
         this._shortcut,
         this._debugOption,
         this._cancelButton,
         this._okButton
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ModuleProperty";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// �f�U�C�i �T�|�[�g�ɕK�v�ȃ��\�b�h�ł��B���̃��\�b�h�̓�e��
 /// �R�[�h �G�f�B�^�ŕύX���Ȃ��ł��������B
 /// </summary>
 private void InitializeComponent()
 {
     this._titleLabel = new System.Windows.Forms.Label();
     this._title = new TextBox();
     this._pathLabel = new System.Windows.Forms.Label();
     this._path = new TextBox();
     this._selectFileButton = new System.Windows.Forms.Button();
     this._additionalAssemblyLabel = new System.Windows.Forms.Label();
     this._additionalAssembly = new TextBox();
     this._shortcutLabel = new System.Windows.Forms.Label();
     this._shortcut = new Poderosa.Forms.HotKey();
     this._debugOption = new System.Windows.Forms.CheckBox();
     this._okButton = new System.Windows.Forms.Button();
     this._cancelButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // _titleLabel
     //
     this._titleLabel.Location = new System.Drawing.Point(8, 8);
     this._titleLabel.Name = "_titleLabel";
     this._titleLabel.TabIndex = 0;
     this._titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _title
     //
     this._title.Location = new System.Drawing.Point(120, 8);
     this._title.Name = "_title";
     this._title.Size = new System.Drawing.Size(200, 19);
     this._title.TabIndex = 1;
     this._title.Text = "";
     //
     // _pathLabel
     //
     this._pathLabel.Location = new System.Drawing.Point(8, 32);
     this._pathLabel.Name = "_pathLabel";
     this._pathLabel.TabIndex = 2;
     this._pathLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _path
     //
     this._path.Location = new System.Drawing.Point(120, 32);
     this._path.Name = "_path";
     this._path.Size = new System.Drawing.Size(181, 19);
     this._path.TabIndex = 3;
     this._path.Text = "";
     //
     // _selectFileButton
     //
     this._selectFileButton.Location = new System.Drawing.Point(301, 32);
     this._selectFileButton.Name = "_selectFileButton";
     this._selectFileButton.FlatStyle = FlatStyle.System;
     this._selectFileButton.Size = new System.Drawing.Size(19, 19);
     this._selectFileButton.TabIndex = 4;
     this._selectFileButton.Text = "...";
     this._selectFileButton.Click += new System.EventHandler(this.OnSelectFile);
     //
     // _additionalAssemblyLabel
     //
     this._additionalAssemblyLabel.Location = new System.Drawing.Point(8, 56);
     this._additionalAssemblyLabel.Name = "_additionalAssemblyLabel";
     this._additionalAssemblyLabel.Size = new System.Drawing.Size(100, 32);
     this._additionalAssemblyLabel.TabIndex = 5;
     this._additionalAssemblyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _additionalAssembly
     //
     this._additionalAssembly.Location = new System.Drawing.Point(120, 64);
     this._additionalAssembly.Name = "_additionalAssembly";
     this._additionalAssembly.Size = new System.Drawing.Size(200, 19);
     this._additionalAssembly.TabIndex = 6;
     this._additionalAssembly.Text = "";
     //
     // _shortcutLabel
     //
     this._shortcutLabel.Location = new System.Drawing.Point(8, 88);
     this._shortcutLabel.Name = "_shortcutLabel";
     this._shortcutLabel.TabIndex = 7;
     this._shortcutLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _shortcut
     //
     this._shortcut.DebugTextBox = null;
     this._shortcut.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this._shortcut.Key = System.Windows.Forms.Keys.None;
     this._shortcut.Location = new System.Drawing.Point(120, 88);
     this._shortcut.Name = "_shortcut";
     this._shortcut.Size = new System.Drawing.Size(80, 19);
     this._shortcut.TabIndex = 8;
     this._shortcut.Text = "";
     //
     // _debugOption
     //
     this._debugOption.Location = new System.Drawing.Point(8, 112);
     this._debugOption.Name = "_debugOption";
     this._debugOption.FlatStyle = FlatStyle.System;
     this._debugOption.Size = new System.Drawing.Size(296, 24);
     this._debugOption.TabIndex = 9;
     //
     // _okButton
     //
     this._okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this._okButton.Location = new System.Drawing.Point(168, 136);
     this._okButton.Name = "_okButton";
     this._okButton.FlatStyle = FlatStyle.System;
     this._okButton.TabIndex = 10;
     this._okButton.Click += new System.EventHandler(this.OnOK);
     //
     // _cancelButton
     //
     this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._cancelButton.Location = new System.Drawing.Point(248, 136);
     this._cancelButton.Name = "_cancelButton";
     this._cancelButton.FlatStyle = FlatStyle.System;
     this._cancelButton.TabIndex = 11;
     //
     // ModuleProperty
     //
     this.AcceptButton = this._okButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.CancelButton = this._cancelButton;
     this.ClientSize = new System.Drawing.Size(330, 167);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this._titleLabel,
                                                                   this._title,
                                                                   this._pathLabel,
                                                                   this._path,
                                                                   this._selectFileButton,
                                                                   this._additionalAssemblyLabel,
                                                                   this._additionalAssembly,
                                                                   this._shortcutLabel,
                                                                   this._shortcut,
                                                                   this._debugOption,
                                                                   this._cancelButton,
                                                                   this._okButton});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ModuleProperty";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.ResumeLayout(false);
 }
Beispiel #3
0
        private void InitializeComponent()
        {
            this._keyConfigList         = new System.Windows.Forms.ListView();
            this._commandCategoryHeader = new System.Windows.Forms.ColumnHeader();
            this._commandNameHeader     = new System.Windows.Forms.ColumnHeader();
            this._commandConfigHeader   = new System.Windows.Forms.ColumnHeader();
            this._resetKeyConfigButton  = new System.Windows.Forms.Button();
            this._clearKeyConfigButton  = new System.Windows.Forms.Button();
            this._commandConfigGroup    = new System.Windows.Forms.GroupBox();
            this._commandNameLabel      = new System.Windows.Forms.Label();
            this._commandName           = new System.Windows.Forms.Label();
            this._currentConfigLabel    = new System.Windows.Forms.Label();
            this._currentCommand        = new System.Windows.Forms.Label();
            this._hotKey             = new Poderosa.Forms.HotKey();
            this._newAllocationLabel = new System.Windows.Forms.Label();
            this._allocateKeyButton  = new System.Windows.Forms.Button();

            this._commandConfigGroup.SuspendLayout();

            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                this._keyConfigList,
                this._resetKeyConfigButton,
                this._clearKeyConfigButton,
                this._commandConfigGroup
            });
            //
            // _keyConfigList
            //
            this._keyConfigList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this._commandCategoryHeader,
                this._commandNameHeader,
                this._commandConfigHeader
            });
            this._keyConfigList.FullRowSelect         = true;
            this._keyConfigList.GridLines             = true;
            this._keyConfigList.HeaderStyle           = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this._keyConfigList.MultiSelect           = false;
            this._keyConfigList.Name                  = "_keyConfigList";
            this._keyConfigList.Size                  = new System.Drawing.Size(432, 172);
            this._keyConfigList.TabIndex              = 0;
            this._keyConfigList.View                  = System.Windows.Forms.View.Details;
            this._keyConfigList.SelectedIndexChanged += new System.EventHandler(this.OnKeyMapItemActivated);
            //
            // _commandCategoryHeader
            //
            this._commandCategoryHeader.Width = 80;
            //
            // _commandNameHeader
            //
            this._commandNameHeader.Width = 188;
            //
            // _commandConfigHeader
            //
            this._commandConfigHeader.Width = 136;
            //
            // _resetKeyConfigButton
            //
            this._resetKeyConfigButton.Location  = new System.Drawing.Point(216, 172);
            this._resetKeyConfigButton.Name      = "_resetKeyConfigButton";
            this._resetKeyConfigButton.FlatStyle = FlatStyle.System;
            this._resetKeyConfigButton.Size      = new System.Drawing.Size(104, 23);
            this._resetKeyConfigButton.TabIndex  = 1;
            this._resetKeyConfigButton.Click    += new System.EventHandler(this.OnResetKeyConfig);
            //
            // _clearKeyConfigButton
            //
            this._clearKeyConfigButton.Location  = new System.Drawing.Point(336, 172);
            this._clearKeyConfigButton.Name      = "_clearKeyConfigButton";
            this._clearKeyConfigButton.FlatStyle = FlatStyle.System;
            this._clearKeyConfigButton.Size      = new System.Drawing.Size(88, 23);
            this._clearKeyConfigButton.TabIndex  = 2;
            this._clearKeyConfigButton.Click    += new System.EventHandler(this.OnClearKeyConfig);
            //
            // _commandConfigGroup
            //
            this._commandConfigGroup.Controls.AddRange(new System.Windows.Forms.Control[] {
                this._commandNameLabel,
                this._commandName,
                this._currentConfigLabel,
                this._currentCommand,
                this._hotKey,
                this._newAllocationLabel,
                this._allocateKeyButton
            });
            this._commandConfigGroup.Location  = new System.Drawing.Point(8, 196);
            this._commandConfigGroup.Name      = "_commandConfigGroup";
            this._commandConfigGroup.FlatStyle = FlatStyle.System;
            this._commandConfigGroup.Size      = new System.Drawing.Size(416, 96);
            this._commandConfigGroup.TabIndex  = 3;
            this._commandConfigGroup.TabStop   = false;
            //
            // _commandNameLabel
            //
            this._commandNameLabel.Location  = new System.Drawing.Point(8, 16);
            this._commandNameLabel.Name      = "_commandNameLabel";
            this._commandNameLabel.Size      = new System.Drawing.Size(88, 23);
            this._commandNameLabel.TabIndex  = 4;
            this._commandNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _commandName
            //
            this._commandName.Location  = new System.Drawing.Point(112, 16);
            this._commandName.Name      = "_commandName";
            this._commandName.Size      = new System.Drawing.Size(248, 23);
            this._commandName.TabIndex  = 5;
            this._commandName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _currentConfigLabel
            //
            this._currentConfigLabel.Location  = new System.Drawing.Point(8, 40);
            this._currentConfigLabel.Name      = "_currentConfigLabel";
            this._currentConfigLabel.Size      = new System.Drawing.Size(88, 23);
            this._currentConfigLabel.TabIndex  = 6;
            this._currentConfigLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _currentCommand
            //
            this._currentCommand.Location  = new System.Drawing.Point(112, 40);
            this._currentCommand.Name      = "_currentCommand";
            this._currentCommand.Size      = new System.Drawing.Size(248, 23);
            this._currentCommand.TabIndex  = 7;
            this._currentCommand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _hotKey
            //
            this._hotKey.DebugTextBox = null;
            this._hotKey.ImeMode      = System.Windows.Forms.ImeMode.Disable;
            this._hotKey.Key          = System.Windows.Forms.Keys.None;
            this._hotKey.Location     = new System.Drawing.Point(112, 64);
            this._hotKey.Name         = "_hotKey";
            this._hotKey.Size         = new System.Drawing.Size(168, 19);
            this._hotKey.TabIndex     = 8;
            this._hotKey.Text         = "";
            //
            // _newAllocationLabel
            //
            this._newAllocationLabel.Location  = new System.Drawing.Point(8, 64);
            this._newAllocationLabel.Name      = "_newAllocationLabel";
            this._newAllocationLabel.Size      = new System.Drawing.Size(88, 23);
            this._newAllocationLabel.TabIndex  = 9;
            this._newAllocationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _allocateKeyButton
            //
            this._allocateKeyButton.Enabled   = false;
            this._allocateKeyButton.Location  = new System.Drawing.Point(288, 64);
            this._allocateKeyButton.Name      = "_allocateKeyButton";
            this._allocateKeyButton.FlatStyle = FlatStyle.System;
            this._allocateKeyButton.Size      = new System.Drawing.Size(75, 24);
            this._allocateKeyButton.TabIndex  = 10;
            this._allocateKeyButton.Click    += new System.EventHandler(this.OnAllocateKey);

            this.BackColor = ThemeUtil.TabPaneBackColor;
            this._commandConfigGroup.ResumeLayout();
        }