/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl             = new DevExpress.DXCore.Controls.XtraTab.XtraTabControl();
     this.tabCustomInputShortcut = new DevExpress.DXCore.Controls.XtraTab.XtraTabPage();
     this.edCustomInput          = new CR_XkeysEngine.XkeysEditControl();
     this.tabFolder    = new DevExpress.DXCore.Controls.XtraTab.XtraTabPage();
     this.edFolderName = new DevExpress.DXCore.Controls.XtraEditors.TextEdit();
     this.label1       = new System.Windows.Forms.Label();
     this.tabCommand   = new DevExpress.DXCore.Controls.XtraTab.XtraTabPage();
     this.cmbCommands  = new DevExpress.DXCore.Controls.XtraEditors.ComboBoxEdit();
     this.label2       = new System.Windows.Forms.Label();
     this.btnFindNext  = new DevExpress.DXCore.Controls.XtraEditors.SimpleButton();
     this.btnFind      = new DevExpress.DXCore.Controls.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.Images16x16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabCustomInputShortcut.SuspendLayout();
     this.tabFolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.edFolderName.Properties)).BeginInit();
     this.tabCommand.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCommands.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Location        = new System.Drawing.Point(-4, 0);
     this.tabControl.Margin          = new System.Windows.Forms.Padding(0);
     this.tabControl.Name            = "tabControl";
     this.tabControl.SelectedTabPage = this.tabCustomInputShortcut;
     this.tabControl.Size            = new System.Drawing.Size(316, 217);
     this.tabControl.TabIndex        = 0;
     this.tabControl.TabPages.AddRange(new DevExpress.DXCore.Controls.XtraTab.XtraTabPage[] {
         this.tabFolder,
         this.tabCustomInputShortcut,
         this.tabCommand
     });
     //
     // tabCustomInputShortcut
     //
     this.tabCustomInputShortcut.Controls.Add(this.edCustomInput);
     this.tabCustomInputShortcut.Name = "tabCustomInputShortcut";
     this.tabCustomInputShortcut.Size = new System.Drawing.Size(314, 192);
     this.tabCustomInputShortcut.Text = "X-keys";
     //
     // edCustomInput
     //
     this.edCustomInput.AltKeyDown          = false;
     this.edCustomInput.AnyShiftModifier    = false;
     this.edCustomInput.CtrlKeyDown         = false;
     this.edCustomInput.Location            = new System.Drawing.Point(8, 9);
     this.edCustomInput.Name                = "edCustomInput";
     this.edCustomInput.ShiftKeyDown        = false;
     this.edCustomInput.Size                = new System.Drawing.Size(288, 180);
     this.edCustomInput.TabIndex            = 17;
     this.edCustomInput.CustomInputChanged += new CR_XkeysEngine.CustomInputChangedEventHandler(this.edCustomInput_CustomInputChanged);
     //
     // tabFolder
     //
     this.tabFolder.Controls.Add(this.edFolderName);
     this.tabFolder.Controls.Add(this.label1);
     this.tabFolder.Margin = new System.Windows.Forms.Padding(0);
     this.tabFolder.Name   = "tabFolder";
     this.tabFolder.Size   = new System.Drawing.Size(314, 192);
     this.tabFolder.Text   = "Folder";
     //
     // edFolderName
     //
     this.edFolderName.EditValue = "";
     this.edFolderName.Location  = new System.Drawing.Point(84, 16);
     this.edFolderName.Name      = "edFolderName";
     this.edFolderName.Size      = new System.Drawing.Size(213, 20);
     this.edFolderName.TabIndex  = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 25);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Folder name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tabCommand
     //
     this.tabCommand.Controls.Add(this.cmbCommands);
     this.tabCommand.Controls.Add(this.label2);
     this.tabCommand.Name = "tabCommand";
     this.tabCommand.Size = new System.Drawing.Size(314, 192);
     this.tabCommand.Text = "Command";
     //
     // cmbCommands
     //
     this.cmbCommands.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbCommands.EditValue = "";
     this.cmbCommands.Location  = new System.Drawing.Point(76, 10);
     this.cmbCommands.Name      = "cmbCommands";
     this.cmbCommands.Properties.Buttons.AddRange(new DevExpress.DXCore.Controls.XtraEditors.Controls.EditorButton[] {
         new DevExpress.DXCore.Controls.XtraEditors.Controls.EditorButton(DevExpress.DXCore.Controls.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbCommands.Properties.CycleOnDblClick = false;
     this.cmbCommands.Properties.DropDownRows    = 24;
     this.cmbCommands.Size     = new System.Drawing.Size(228, 20);
     this.cmbCommands.TabIndex = 9;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 9);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 24);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Command";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnFindNext
     //
     this.btnFindNext.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFindNext.ImageIndex = 387;
     this.btnFindNext.ImageList  = this.Images16x16;
     this.btnFindNext.Location   = new System.Drawing.Point(211, 220);
     this.btnFindNext.Name       = "btnFindNext";
     this.btnFindNext.Size       = new System.Drawing.Size(88, 25);
     this.btnFindNext.TabIndex   = 2;
     this.btnFindNext.Text       = "&Find Next";
     this.btnFindNext.Click     += new System.EventHandler(this.btnFindNext_Click);
     //
     // btnFind
     //
     this.btnFind.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFind.ImageIndex = 388;
     this.btnFind.ImageList  = this.Images16x16;
     this.btnFind.Location   = new System.Drawing.Point(139, 220);
     this.btnFind.Name       = "btnFind";
     this.btnFind.Size       = new System.Drawing.Size(68, 25);
     this.btnFind.TabIndex   = 3;
     this.btnFind.Text       = "&Find";
     this.btnFind.Click     += new System.EventHandler(this.btnFind_Click);
     //
     // frmFind
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(306, 251);
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.btnFindNext);
     this.Controls.Add(this.tabControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmFind";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Find";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmFind_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.Images16x16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabCustomInputShortcut.ResumeLayout(false);
     this.tabFolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.edFolderName.Properties)).EndInit();
     this.tabCommand.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbCommands.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.edFolderName = new DevExpress.DXCore.Controls.XtraEditors.TextEdit();
     this.label2       = new System.Windows.Forms.Label();
     this.btnApply     = new DevExpress.DXCore.Controls.XtraEditors.SimpleButton();
     this.btnCancel    = new DevExpress.DXCore.Controls.XtraEditors.SimpleButton();
     this.lblInfo      = new System.Windows.Forms.Label();
     this.lblParent    = new System.Windows.Forms.Label();
     this.chkRoot      = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.Images16x16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edFolderName.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // edFolderName
     //
     this.edFolderName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.edFolderName.EditValue    = "";
     this.edFolderName.Location     = new System.Drawing.Point(84, 11);
     this.edFolderName.Name         = "edFolderName";
     this.edFolderName.Size         = new System.Drawing.Size(196, 20);
     this.edFolderName.TabIndex     = 0;
     this.edFolderName.TextChanged += new System.EventHandler(this.edFolderName_TextChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 9);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(152, 24);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Folder name:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnApply
     //
     this.btnApply.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnApply.Enabled      = false;
     this.btnApply.Location     = new System.Drawing.Point(124, 88);
     this.btnApply.Name         = "btnApply";
     this.btnApply.Size         = new System.Drawing.Size(75, 25);
     this.btnApply.TabIndex     = 1;
     this.btnApply.Text         = "&OK";
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(204, 88);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 25);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "&Cancel";
     //
     // lblInfo
     //
     this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblInfo.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblInfo.Location  = new System.Drawing.Point(4, 39);
     this.lblInfo.Name      = "lblInfo";
     this.lblInfo.Size      = new System.Drawing.Size(276, 21);
     this.lblInfo.TabIndex  = 3;
     this.lblInfo.Text      = "(Please type a name without \"_\")";
     this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lblInfo.Visible   = false;
     //
     // lblParent
     //
     this.lblParent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.lblParent.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblParent.Location  = new System.Drawing.Point(4, 39);
     this.lblParent.Name      = "lblParent";
     this.lblParent.Size      = new System.Drawing.Size(276, 21);
     this.lblParent.TabIndex  = 5;
     this.lblParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkRoot
     //
     this.chkRoot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.chkRoot.Location        = new System.Drawing.Point(4, 65);
     this.chkRoot.Name            = "chkRoot";
     this.chkRoot.Size            = new System.Drawing.Size(276, 25);
     this.chkRoot.TabIndex        = 6;
     this.chkRoot.Text            = "Make this a top-level folder";
     this.chkRoot.CheckedChanged += new System.EventHandler(this.chkRoot_CheckedChanged);
     //
     // NewFolderName
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(286, 117);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.edFolderName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.chkRoot);
     this.Controls.Add(this.lblParent);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NewFolderName";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.NewFolderName_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.Images16x16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edFolderName.Properties)).EndInit();
     this.ResumeLayout(false);
 }