コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Janus.Windows.GridEX.GridEXLayout managedProcessesGrid_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NuGenAttachProcessDialog));
     this.managedProcessesGrid = new Dile.Controls.NuGenCustomDataGridView();
     this.panel1        = new System.Windows.Forms.Panel();
     this.uiButton1     = new Janus.Windows.EditControls.UIButton();
     this.okButton      = new Janus.Windows.EditControls.UIButton();
     this.refreshButton = new Janus.Windows.EditControls.UIButton();
     ((System.ComponentModel.ISupportInitialize)(this.managedProcessesGrid)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // managedProcessesGrid
     //
     this.managedProcessesGrid.AllowEdit                = Janus.Windows.GridEX.InheritableBoolean.False;
     this.managedProcessesGrid.BoundMode                = Janus.Windows.GridEX.BoundMode.Unbound;
     this.managedProcessesGrid.ColumnAutoResize         = true;
     managedProcessesGrid_DesignTimeLayout.LayoutString = resources.GetString("managedProcessesGrid_DesignTimeLayout.LayoutString");
     this.managedProcessesGrid.DesignTimeLayout         = managedProcessesGrid_DesignTimeLayout;
     this.managedProcessesGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.managedProcessesGrid.GroupByBoxVisible = false;
     this.managedProcessesGrid.Location          = new System.Drawing.Point(0, 0);
     this.managedProcessesGrid.Name         = "managedProcessesGrid";
     this.managedProcessesGrid.Size         = new System.Drawing.Size(689, 266);
     this.managedProcessesGrid.TabIndex     = 6;
     this.managedProcessesGrid.VisualStyle  = Janus.Windows.GridEX.VisualStyle.Office2007;
     this.managedProcessesGrid.DoubleClick += new System.EventHandler(this.managedProcessesGrid_CellDoubleClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.uiButton1);
     this.panel1.Controls.Add(this.okButton);
     this.panel1.Controls.Add(this.refreshButton);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 266);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(689, 35);
     this.panel1.TabIndex = 7;
     //
     // uiButton1
     //
     this.uiButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.uiButton1.Location     = new System.Drawing.Point(609, 5);
     this.uiButton1.Name         = "uiButton1";
     this.uiButton1.Size         = new System.Drawing.Size(75, 23);
     this.uiButton1.TabIndex     = 10;
     this.uiButton1.Text         = "Cancel";
     this.uiButton1.Click       += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(528, 5);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 10;
     this.okButton.Text     = "OK";
     this.okButton.Click   += new System.EventHandler(this.okButton_Click);
     //
     // refreshButton
     //
     this.refreshButton.Location = new System.Drawing.Point(21, 5);
     this.refreshButton.Name     = "refreshButton";
     this.refreshButton.Size     = new System.Drawing.Size(75, 23);
     this.refreshButton.TabIndex = 9;
     this.refreshButton.Text     = "Refresh";
     this.refreshButton.Click   += new System.EventHandler(this.refreshButton_Click);
     //
     // NuGenAttachProcessDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(689, 301);
     this.Controls.Add(this.managedProcessesGrid);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "NuGenAttachProcessDialog";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Attach to process";
     this.Load         += new System.EventHandler(this.AttachProcessDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.managedProcessesGrid)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            Janus.Windows.GridEX.GridEXLayout managedProcessesGrid_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NuGenAttachProcessDialog));
            this.managedProcessesGrid = new Dile.Controls.NuGenCustomDataGridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.uiButton1 = new Janus.Windows.EditControls.UIButton();
            this.okButton = new Janus.Windows.EditControls.UIButton();
            this.refreshButton = new Janus.Windows.EditControls.UIButton();
            ((System.ComponentModel.ISupportInitialize)(this.managedProcessesGrid)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // managedProcessesGrid
            // 
            this.managedProcessesGrid.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.managedProcessesGrid.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.managedProcessesGrid.ColumnAutoResize = true;
            managedProcessesGrid_DesignTimeLayout.LayoutString = resources.GetString("managedProcessesGrid_DesignTimeLayout.LayoutString");
            this.managedProcessesGrid.DesignTimeLayout = managedProcessesGrid_DesignTimeLayout;
            this.managedProcessesGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.managedProcessesGrid.GroupByBoxVisible = false;
            this.managedProcessesGrid.Location = new System.Drawing.Point(0, 0);
            this.managedProcessesGrid.Name = "managedProcessesGrid";
            this.managedProcessesGrid.Size = new System.Drawing.Size(689, 266);
            this.managedProcessesGrid.TabIndex = 6;
            this.managedProcessesGrid.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            this.managedProcessesGrid.DoubleClick += new System.EventHandler(this.managedProcessesGrid_CellDoubleClick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.uiButton1);
            this.panel1.Controls.Add(this.okButton);
            this.panel1.Controls.Add(this.refreshButton);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 266);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(689, 35);
            this.panel1.TabIndex = 7;
            // 
            // uiButton1
            // 
            this.uiButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.uiButton1.Location = new System.Drawing.Point(609, 5);
            this.uiButton1.Name = "uiButton1";
            this.uiButton1.Size = new System.Drawing.Size(75, 23);
            this.uiButton1.TabIndex = 10;
            this.uiButton1.Text = "Cancel";
            this.uiButton1.Click += new System.EventHandler(this.cancelButton_Click);
            // 
            // okButton
            // 
            this.okButton.Location = new System.Drawing.Point(528, 5);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 10;
            this.okButton.Text = "OK";
            this.okButton.Click += new System.EventHandler(this.okButton_Click);
            // 
            // refreshButton
            // 
            this.refreshButton.Location = new System.Drawing.Point(21, 5);
            this.refreshButton.Name = "refreshButton";
            this.refreshButton.Size = new System.Drawing.Size(75, 23);
            this.refreshButton.TabIndex = 9;
            this.refreshButton.Text = "Refresh";
            this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
            // 
            // NuGenAttachProcessDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(689, 301);
            this.Controls.Add(this.managedProcessesGrid);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "NuGenAttachProcessDialog";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Attach to process";
            this.Load += new System.EventHandler(this.AttachProcessDialog_Load);
            ((System.ComponentModel.ISupportInitialize)(this.managedProcessesGrid)).EndInit();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
コード例 #3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Janus.Windows.GridEX.GridEXLayout gridEXLayout1 = new Janus.Windows.GridEX.GridEXLayout();
            this.getFeatureHistoryEditBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.getFeatureHistoryButton = new System.Windows.Forms.Button();
            this.showBlame = new System.Windows.Forms.Button();
            this.copyForExcelButton = new System.Windows.Forms.Button();
            this.diffButton = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider( this.components );
            this.versionGrid = new Janus.Windows.GridEX.GridEX();
            this.gridContextMenu = new System.Windows.Forms.ContextMenu();
            this.diffContextMenuItem = new System.Windows.Forms.MenuItem();
            this.viewContextMenuItem = new System.Windows.Forms.MenuItem();
            this.markContextMenuItem = new System.Windows.Forms.MenuItem();
            this.unmarkContextMenuItem = new System.Windows.Forms.MenuItem();
            this.comments = new System.Windows.Forms.CheckBox();
            this.showFullRepositoryPath = new System.Windows.Forms.CheckBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip( this.components );
            this.viewButton = new System.Windows.Forms.Button();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.label6 = new System.Windows.Forms.Label();
            this.scmSystem = new System.Windows.Forms.ComboBox();
            this.viewTraceButton = new System.Windows.Forms.Button();
            this.makeArchiveButton = new System.Windows.Forms.Button();
            this.setToolsButton = new System.Windows.Forms.Button();
            this.makeArchiveFileDialog = new System.Windows.Forms.SaveFileDialog();
            ((System.ComponentModel.ISupportInitialize) (this.errorProvider1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize) (this.versionGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // getFeatureHistoryEditBox
            // 
            this.getFeatureHistoryEditBox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.getFeatureHistoryEditBox.Location = new System.Drawing.Point( 8, 164 );
            this.getFeatureHistoryEditBox.Name = "getFeatureHistoryEditBox";
            this.getFeatureHistoryEditBox.Size = new System.Drawing.Size( 419, 20 );
            this.getFeatureHistoryEditBox.TabIndex = 11;
            this.getFeatureHistoryEditBox.Enter += new System.EventHandler( this.getFeatureHistoryEditBox_Enter );
            this.getFeatureHistoryEditBox.Leave += new System.EventHandler( this.DoNotUseGoForAcceptButton );
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point( 8, 140 );
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size( 256, 16 );
            this.label1.TabIndex = 10;
            this.label1.Text = "&Feature #\'s (split with commas), or feature branch";
            // 
            // getFeatureHistoryButton
            // 
            this.getFeatureHistoryButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.getFeatureHistoryButton.Location = new System.Drawing.Point( 435, 164 );
            this.getFeatureHistoryButton.Name = "getFeatureHistoryButton";
            this.getFeatureHistoryButton.Size = new System.Drawing.Size( 40, 24 );
            this.getFeatureHistoryButton.TabIndex = 12;
            this.getFeatureHistoryButton.Text = "&Go!";
            this.getFeatureHistoryButton.Click += new System.EventHandler( this.getFeatureHistoryButton_Click );
            // 
            // showBlame
            // 
            this.showBlame.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.showBlame.Location = new System.Drawing.Point( 507, 286 );
            this.showBlame.Name = "showBlame";
            this.showBlame.Size = new System.Drawing.Size( 96, 32 );
            this.showBlame.TabIndex = 17;
            this.showBlame.Text = "&Blame";
            this.showBlame.Click += new System.EventHandler( this.showBlame_Click );
            // 
            // copyForExcelButton
            // 
            this.copyForExcelButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.copyForExcelButton.Location = new System.Drawing.Point( 507, 234 );
            this.copyForExcelButton.Name = "copyForExcelButton";
            this.copyForExcelButton.Size = new System.Drawing.Size( 96, 32 );
            this.copyForExcelButton.TabIndex = 16;
            this.copyForExcelButton.Text = "&Copy for Excel";
            this.copyForExcelButton.Click += new System.EventHandler( this.copyForExcelButton_Click );
            // 
            // diffButton
            // 
            this.diffButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.diffButton.Location = new System.Drawing.Point( 507, 324 );
            this.diffButton.Name = "diffButton";
            this.diffButton.Size = new System.Drawing.Size( 96, 32 );
            this.diffButton.TabIndex = 18;
            this.diffButton.Text = "&Diff";
            this.diffButton.Click += new System.EventHandler( this.diffButton_Click );
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Location = new System.Drawing.Point( 8, 34 );
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size( 595, 88 );
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "C&onnection Settings";
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // versionGrid
            // 
            this.versionGrid.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.versionGrid.ContextMenu = this.gridContextMenu;
            gridEXLayout1.LayoutString = "<GridEXLayoutData><FormatStyles Collection=\"true\"><Style0 ID=\"Highlighted\"><BackC" +
                "olor>255, 255, 192</BackColor><Key>Highlighted</Key></Style0></FormatStyles></Gr" +
                "idEXLayoutData>";
            this.versionGrid.DesignTimeLayout = gridEXLayout1;
            this.versionGrid.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.versionGrid.Font = new System.Drawing.Font( "Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0)) );
            this.versionGrid.GroupByBoxVisible = false;
            this.versionGrid.HideSelection = Janus.Windows.GridEX.HideSelection.HighlightInactive;
            this.versionGrid.Location = new System.Drawing.Point( 8, 196 );
            this.versionGrid.Name = "versionGrid";
            this.versionGrid.Size = new System.Drawing.Size( 485, 356 );
            this.versionGrid.TabIndex = 15;
            this.versionGrid.TabKeyBehavior = Janus.Windows.GridEX.TabKeyBehavior.ControlNavigation;
            this.versionGrid.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
            this.versionGrid.ColumnHeaderClick += new Janus.Windows.GridEX.ColumnActionEventHandler( this.versionGrid_ColumnHeaderClick );
            this.versionGrid.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler( this.versionGrid_FormattingRow );
            this.versionGrid.KeyDown += new System.Windows.Forms.KeyEventHandler( this.versionGrid_KeyDown );
            this.versionGrid.CellValueChanged += new Janus.Windows.GridEX.ColumnActionEventHandler( this.versionGrid_CellValueChanged );
            // 
            // gridContextMenu
            // 
            this.gridContextMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.diffContextMenuItem,
            this.viewContextMenuItem,
            this.markContextMenuItem,
            this.unmarkContextMenuItem} );
            this.gridContextMenu.Popup += new System.EventHandler( this.gridContextMenu_Popup );
            // 
            // diffContextMenuItem
            // 
            this.diffContextMenuItem.Index = 0;
            this.diffContextMenuItem.Text = "Diff";
            // 
            // viewContextMenuItem
            // 
            this.viewContextMenuItem.Index = 1;
            this.viewContextMenuItem.Text = "View";
            // 
            // markContextMenuItem
            // 
            this.markContextMenuItem.Index = 2;
            this.markContextMenuItem.Text = "Mark";
            this.markContextMenuItem.Click += new System.EventHandler( this.markContextMenuItem_Click );
            // 
            // unmarkContextMenuItem
            // 
            this.unmarkContextMenuItem.Index = 3;
            this.unmarkContextMenuItem.Text = "Unmark";
            this.unmarkContextMenuItem.Visible = false;
            this.unmarkContextMenuItem.Click += new System.EventHandler( this.markContextMenuItem_Click );
            // 
            // comments
            // 
            this.comments.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comments.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.comments.Checked = true;
            this.comments.CheckState = System.Windows.Forms.CheckState.Checked;
            this.comments.Location = new System.Drawing.Point( 499, 156 );
            this.comments.Name = "comments";
            this.comments.Size = new System.Drawing.Size( 104, 32 );
            this.comments.TabIndex = 13;
            this.comments.Text = "&Show Change Comments";
            this.comments.CheckedChanged += new System.EventHandler( this.SetCommentsRowVisibility );
            // 
            // showFullRepositoryPath
            // 
            this.showFullRepositoryPath.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.showFullRepositoryPath.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
            this.showFullRepositoryPath.Checked = true;
            this.showFullRepositoryPath.CheckState = System.Windows.Forms.CheckState.Checked;
            this.showFullRepositoryPath.Location = new System.Drawing.Point( 499, 196 );
            this.showFullRepositoryPath.Name = "showFullRepositoryPath";
            this.showFullRepositoryPath.Size = new System.Drawing.Size( 104, 32 );
            this.showFullRepositoryPath.TabIndex = 14;
            this.showFullRepositoryPath.Text = "Show Ful&l Repository Path";
            this.showFullRepositoryPath.CheckedChanged += new System.EventHandler( this.showFullRepositoryPath_CheckedChanged );
            // 
            // viewButton
            // 
            this.viewButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.viewButton.Location = new System.Drawing.Point( 507, 362 );
            this.viewButton.Name = "viewButton";
            this.viewButton.Size = new System.Drawing.Size( 96, 32 );
            this.viewButton.TabIndex = 19;
            this.viewButton.Text = "&View";
            this.viewButton.Click += new System.EventHandler( this.viewButton_Click );
            // 
            // progressBar1
            // 
            this.progressBar1.Location = new System.Drawing.Point( 280, 132 );
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size( 328, 16 );
            this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            this.progressBar1.TabIndex = 20;
            this.progressBar1.Visible = false;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point( 10, 16 );
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size( 70, 13 );
            this.label6.TabIndex = 21;
            this.label6.Text = "SCM S&ystem:";
            // 
            // scmSystem
            // 
            this.scmSystem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.scmSystem.FormattingEnabled = true;
            this.scmSystem.Location = new System.Drawing.Point( 86, 12 );
            this.scmSystem.Name = "scmSystem";
            this.scmSystem.Size = new System.Drawing.Size( 178, 21 );
            this.scmSystem.TabIndex = 22;
            this.scmSystem.SelectedIndexChanged += new System.EventHandler( this.scmSystem_SelectedIndexChanged );
            // 
            // viewTraceButton
            // 
            this.viewTraceButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.viewTraceButton.Location = new System.Drawing.Point( 507, 520 );
            this.viewTraceButton.Name = "viewTraceButton";
            this.viewTraceButton.Size = new System.Drawing.Size( 96, 32 );
            this.viewTraceButton.TabIndex = 23;
            this.viewTraceButton.Text = "View &Trace";
            this.viewTraceButton.UseVisualStyleBackColor = true;
            this.viewTraceButton.Click += new System.EventHandler( this.viewTraceButton_Click );
            // 
            // makeArchiveButton
            // 
            this.makeArchiveButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.makeArchiveButton.Location = new System.Drawing.Point( 507, 400 );
            this.makeArchiveButton.Name = "makeArchiveButton";
            this.makeArchiveButton.Size = new System.Drawing.Size( 96, 32 );
            this.makeArchiveButton.TabIndex = 24;
            this.makeArchiveButton.Text = "Make &Archive";
            this.makeArchiveButton.UseVisualStyleBackColor = true;
            this.makeArchiveButton.Click += new System.EventHandler( this.makeArchiveButton_Click );
            // 
            // setToolsButton
            // 
            this.setToolsButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.setToolsButton.Location = new System.Drawing.Point( 507, 482 );
            this.setToolsButton.Name = "setToolsButton";
            this.setToolsButton.Size = new System.Drawing.Size( 96, 32 );
            this.setToolsButton.TabIndex = 25;
            this.setToolsButton.Text = "&Set Tools...";
            this.setToolsButton.UseVisualStyleBackColor = true;
            this.setToolsButton.Click += new System.EventHandler( this.setToolsButton_Click );
            // 
            // makeArchiveFileDialog
            // 
            this.makeArchiveFileDialog.DefaultExt = "zip";
            this.makeArchiveFileDialog.Filter = "Zip files|*.zip|All files|*.*";
            // 
            // FeatureReviewForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
            this.ClientSize = new System.Drawing.Size( 611, 558 );
            this.Controls.Add( this.setToolsButton );
            this.Controls.Add( this.makeArchiveButton );
            this.Controls.Add( this.viewTraceButton );
            this.Controls.Add( this.scmSystem );
            this.Controls.Add( this.label6 );
            this.Controls.Add( this.progressBar1 );
            this.Controls.Add( this.viewButton );
            this.Controls.Add( this.showFullRepositoryPath );
            this.Controls.Add( this.comments );
            this.Controls.Add( this.getFeatureHistoryEditBox );
            this.Controls.Add( this.versionGrid );
            this.Controls.Add( this.groupBox1 );
            this.Controls.Add( this.diffButton );
            this.Controls.Add( this.copyForExcelButton );
            this.Controls.Add( this.showBlame );
            this.Controls.Add( this.getFeatureHistoryButton );
            this.Controls.Add( this.label1 );
            this.Name = "FeatureReviewForm";
            this.Text = "SEP Feature Review Support Tool";
            this.Closing += new System.ComponentModel.CancelEventHandler( this.FeatureReviewForm_Closing );
            ((System.ComponentModel.ISupportInitialize) (this.errorProvider1)).EndInit();
            ((System.ComponentModel.ISupportInitialize) (this.versionGrid)).EndInit();
            this.ResumeLayout( false );
            this.PerformLayout();

        }
コード例 #4
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Janus.Windows.GridEX.GridEXLayout jsgConditions_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFormatConditions));
            this.explorerBarGroup2 = new System.Windows.Forms.Panel();
            this.jsgConditions = new Janus.Windows.GridEX.GridEX();
            this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
            this.excConditionName = new System.Windows.Forms.Panel();
            this.txtConditionName = new Janus.Windows.GridEX.EditControls.EditBox();
            this.lblName = new System.Windows.Forms.Label();
            this.excConditionCriteria = new System.Windows.Forms.Panel();
            this.lblFields = new System.Windows.Forms.Label();
            this.txtValue2 = new Janus.Windows.GridEX.EditControls.EditBox();
            this.txtValue1 = new Janus.Windows.GridEX.EditControls.EditBox();
            this.cboCondition = new System.Windows.Forms.ComboBox();
            this.lblCondition = new System.Windows.Forms.Label();
            this.lblValue1 = new System.Windows.Forms.Label();
            this.lblValue2 = new System.Windows.Forms.Label();
            this.cboFields = new System.Windows.Forms.ComboBox();
            this.UiTab1 = new System.Windows.Forms.TabControl();
            this.fontPage = new System.Windows.Forms.TabPage();
            this.UiGroupBox2 = new System.Windows.Forms.GroupBox();
            this.chkStrikeout = new System.Windows.Forms.CheckBox();
            this.chkUnderline = new System.Windows.Forms.CheckBox();
            this.chkItalic = new System.Windows.Forms.CheckBox();
            this.chkBold = new System.Windows.Forms.CheckBox();
            this.colorsPage = new System.Windows.Forms.TabPage();
            this.btnBackColor = new System.Windows.Forms.Button();
            this.btnForeColor = new System.Windows.Forms.Button();
            this.lblBackColor = new System.Windows.Forms.Label();
            this.lblForeColor = new System.Windows.Forms.Label();
            this.UiGroupBox1 = new System.Windows.Forms.GroupBox();
            this.ExplorerBar1 = new System.Windows.Forms.Panel();
            this.btnMoveDown = new System.Windows.Forms.Button();
            this.btnMoveUp = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnNew = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.panel1 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.jsgConditions)).BeginInit();
            this.excConditionName.SuspendLayout();
            this.excConditionCriteria.SuspendLayout();
            this.UiTab1.SuspendLayout();
            this.fontPage.SuspendLayout();
            this.UiGroupBox2.SuspendLayout();
            this.colorsPage.SuspendLayout();
            this.UiGroupBox1.SuspendLayout();
            this.ExplorerBar1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // explorerBarGroup2
            // 
            this.explorerBarGroup2.Location = new System.Drawing.Point(0, 0);
            this.explorerBarGroup2.Name = "explorerBarGroup2";
            this.explorerBarGroup2.Size = new System.Drawing.Size(311, 45);
            this.explorerBarGroup2.TabIndex = 4;
            this.explorerBarGroup2.Text = "New Group";
            // 
            // jsgConditions
            // 
            this.jsgConditions.BorderStyle = Janus.Windows.GridEX.BorderStyle.None;
            this.jsgConditions.ColumnAutoResize = true;
            jsgConditions_DesignTimeLayout.LayoutString = resources.GetString("jsgConditions_DesignTimeLayout.LayoutString");
            this.jsgConditions.DesignTimeLayout = jsgConditions_DesignTimeLayout;
            this.jsgConditions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.jsgConditions.GroupByBoxVisible = false;
            this.jsgConditions.ImageList = this.ImageList1;
            this.jsgConditions.Location = new System.Drawing.Point(3, 17);
            this.jsgConditions.Name = "jsgConditions";
            this.jsgConditions.ScrollBarWidth = 17;
            this.jsgConditions.Size = new System.Drawing.Size(276, 364);
            this.jsgConditions.TabIndex = 0;
            this.jsgConditions.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2003;
            this.jsgConditions.CurrentCellChanging += new Janus.Windows.GridEX.CurrentCellChangingEventHandler(this.jsgConditions_CurrentCellChanging);
            this.jsgConditions.UpdatingRecord += new System.ComponentModel.CancelEventHandler(this.jsgConditions_UpdatingRecord);
            this.jsgConditions.SelectionChanged += new System.EventHandler(this.jsgConditions_SelectionChanged);
            this.jsgConditions.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.jsgConditions_FormattingRow);
            // 
            // ImageList1
            // 
            this.ImageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream")));
            this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList1.Images.SetKeyName(0, "");
            this.ImageList1.Images.SetKeyName(1, "");
            this.ImageList1.Images.SetKeyName(2, "");
            this.ImageList1.Images.SetKeyName(3, "");
            this.ImageList1.Images.SetKeyName(4, "");
            this.ImageList1.Images.SetKeyName(5, "");
            // 
            // excConditionName
            // 
            this.excConditionName.Controls.Add(this.txtConditionName);
            this.excConditionName.Controls.Add(this.lblName);
            this.excConditionName.Location = new System.Drawing.Point(8, 7);
            this.excConditionName.Name = "excConditionName";
            this.excConditionName.Size = new System.Drawing.Size(295, 27);
            this.excConditionName.TabIndex = 1;
            // 
            // txtConditionName
            // 
            this.txtConditionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtConditionName.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.txtConditionName.Location = new System.Drawing.Point(104, 4);
            this.txtConditionName.Name = "txtConditionName";
            this.txtConditionName.Size = new System.Drawing.Size(185, 21);
            this.txtConditionName.TabIndex = 0;
            this.txtConditionName.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
            this.txtConditionName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2003;
            this.txtConditionName.TextChanged += new System.EventHandler(this.txtConditionName_TextChanged);
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.BackColor = System.Drawing.Color.Transparent;
            this.lblName.Location = new System.Drawing.Point(8, 8);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(85, 13);
            this.lblName.TabIndex = 4;
            this.lblName.Text = "Condition name:";
            // 
            // excConditionCriteria
            // 
            this.excConditionCriteria.Controls.Add(this.lblFields);
            this.excConditionCriteria.Controls.Add(this.txtValue2);
            this.excConditionCriteria.Controls.Add(this.txtValue1);
            this.excConditionCriteria.Controls.Add(this.cboCondition);
            this.excConditionCriteria.Controls.Add(this.lblCondition);
            this.excConditionCriteria.Controls.Add(this.lblValue1);
            this.excConditionCriteria.Controls.Add(this.lblValue2);
            this.excConditionCriteria.Controls.Add(this.cboFields);
            this.excConditionCriteria.Location = new System.Drawing.Point(8, 61);
            this.excConditionCriteria.Name = "excConditionCriteria";
            this.excConditionCriteria.Size = new System.Drawing.Size(295, 101);
            this.excConditionCriteria.TabIndex = 2;
            // 
            // lblFields
            // 
            this.lblFields.AutoSize = true;
            this.lblFields.BackColor = System.Drawing.Color.Transparent;
            this.lblFields.Location = new System.Drawing.Point(8, 7);
            this.lblFields.Name = "lblFields";
            this.lblFields.Size = new System.Drawing.Size(38, 13);
            this.lblFields.TabIndex = 4;
            this.lblFields.Text = "Fields:";
            // 
            // txtValue2
            // 
            this.txtValue2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtValue2.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.txtValue2.Location = new System.Drawing.Point(72, 76);
            this.txtValue2.Name = "txtValue2";
            this.txtValue2.Size = new System.Drawing.Size(215, 21);
            this.txtValue2.TabIndex = 3;
            this.txtValue2.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
            this.txtValue2.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2003;
            // 
            // txtValue1
            // 
            this.txtValue1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtValue1.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.txtValue1.Location = new System.Drawing.Point(72, 52);
            this.txtValue1.Name = "txtValue1";
            this.txtValue1.Size = new System.Drawing.Size(215, 21);
            this.txtValue1.TabIndex = 2;
            this.txtValue1.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
            this.txtValue1.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2003;
            // 
            // cboCondition
            // 
            this.cboCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboCondition.Location = new System.Drawing.Point(72, 28);
            this.cboCondition.Name = "cboCondition";
            this.cboCondition.Size = new System.Drawing.Size(215, 21);
            this.cboCondition.TabIndex = 1;
            this.cboCondition.SelectedIndexChanged += new System.EventHandler(this.cboCondition_SelectedIndexChanged);
            // 
            // lblCondition
            // 
            this.lblCondition.AutoSize = true;
            this.lblCondition.BackColor = System.Drawing.Color.Transparent;
            this.lblCondition.Location = new System.Drawing.Point(8, 32);
            this.lblCondition.Name = "lblCondition";
            this.lblCondition.Size = new System.Drawing.Size(56, 13);
            this.lblCondition.TabIndex = 4;
            this.lblCondition.Text = "Condition:";
            // 
            // lblValue1
            // 
            this.lblValue1.AutoSize = true;
            this.lblValue1.BackColor = System.Drawing.Color.Transparent;
            this.lblValue1.Location = new System.Drawing.Point(8, 56);
            this.lblValue1.Name = "lblValue1";
            this.lblValue1.Size = new System.Drawing.Size(46, 13);
            this.lblValue1.TabIndex = 4;
            this.lblValue1.Text = "Value 1:";
            // 
            // lblValue2
            // 
            this.lblValue2.AutoSize = true;
            this.lblValue2.BackColor = System.Drawing.Color.Transparent;
            this.lblValue2.Location = new System.Drawing.Point(8, 80);
            this.lblValue2.Name = "lblValue2";
            this.lblValue2.Size = new System.Drawing.Size(46, 13);
            this.lblValue2.TabIndex = 4;
            this.lblValue2.Text = "Value 2:";
            // 
            // cboFields
            // 
            this.cboFields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboFields.Location = new System.Drawing.Point(72, 4);
            this.cboFields.Name = "cboFields";
            this.cboFields.Size = new System.Drawing.Size(215, 21);
            this.cboFields.TabIndex = 0;
            // 
            // UiTab1
            // 
            this.UiTab1.Controls.Add(this.fontPage);
            this.UiTab1.Controls.Add(this.colorsPage);
            this.UiTab1.ImageList = this.ImageList1;
            this.UiTab1.Location = new System.Drawing.Point(8, 164);
            this.UiTab1.Name = "UiTab1";
            this.UiTab1.SelectedIndex = 0;
            this.UiTab1.Size = new System.Drawing.Size(295, 196);
            this.UiTab1.TabIndex = 0;
            // 
            // fontPage
            // 
            this.fontPage.Controls.Add(this.UiGroupBox2);
            this.fontPage.ImageIndex = 0;
            this.fontPage.Location = new System.Drawing.Point(4, 23);
            this.fontPage.Name = "fontPage";
            this.fontPage.Size = new System.Drawing.Size(287, 169);
            this.fontPage.TabIndex = 0;
            this.fontPage.TabStop = true;
            this.fontPage.Text = "Font";
            // 
            // UiGroupBox2
            // 
            this.UiGroupBox2.BackColor = System.Drawing.Color.Transparent;
            this.UiGroupBox2.Controls.Add(this.chkStrikeout);
            this.UiGroupBox2.Controls.Add(this.chkUnderline);
            this.UiGroupBox2.Controls.Add(this.chkItalic);
            this.UiGroupBox2.Controls.Add(this.chkBold);
            this.UiGroupBox2.Location = new System.Drawing.Point(8, 8);
            this.UiGroupBox2.Name = "UiGroupBox2";
            this.UiGroupBox2.Size = new System.Drawing.Size(248, 40);
            this.UiGroupBox2.TabIndex = 0;
            this.UiGroupBox2.TabStop = false;
            this.UiGroupBox2.Text = "Font Style";
            // 
            // chkStrikeout
            // 
            this.chkStrikeout.BackColor = System.Drawing.Color.Transparent;
            this.chkStrikeout.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkStrikeout.Location = new System.Drawing.Point(176, 16);
            this.chkStrikeout.Name = "chkStrikeout";
            this.chkStrikeout.Size = new System.Drawing.Size(64, 16);
            this.chkStrikeout.TabIndex = 7;
            this.chkStrikeout.Text = "Strikeout";
            this.chkStrikeout.UseVisualStyleBackColor = false;
            // 
            // chkUnderline
            // 
            this.chkUnderline.BackColor = System.Drawing.Color.Transparent;
            this.chkUnderline.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkUnderline.Location = new System.Drawing.Point(104, 16);
            this.chkUnderline.Name = "chkUnderline";
            this.chkUnderline.Size = new System.Drawing.Size(72, 16);
            this.chkUnderline.TabIndex = 6;
            this.chkUnderline.Text = "Underline";
            this.chkUnderline.UseVisualStyleBackColor = false;
            // 
            // chkItalic
            // 
            this.chkItalic.BackColor = System.Drawing.Color.Transparent;
            this.chkItalic.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkItalic.Location = new System.Drawing.Point(56, 16);
            this.chkItalic.Name = "chkItalic";
            this.chkItalic.Size = new System.Drawing.Size(48, 16);
            this.chkItalic.TabIndex = 5;
            this.chkItalic.Text = "Italic";
            this.chkItalic.UseVisualStyleBackColor = false;
            // 
            // chkBold
            // 
            this.chkBold.BackColor = System.Drawing.Color.Transparent;
            this.chkBold.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkBold.Location = new System.Drawing.Point(8, 16);
            this.chkBold.Name = "chkBold";
            this.chkBold.Size = new System.Drawing.Size(48, 16);
            this.chkBold.TabIndex = 4;
            this.chkBold.Text = "Bold";
            this.chkBold.UseVisualStyleBackColor = false;
            // 
            // colorsPage
            // 
            this.colorsPage.Controls.Add(this.btnBackColor);
            this.colorsPage.Controls.Add(this.btnForeColor);
            this.colorsPage.Controls.Add(this.lblBackColor);
            this.colorsPage.Controls.Add(this.lblForeColor);
            this.colorsPage.ImageIndex = 3;
            this.colorsPage.Location = new System.Drawing.Point(4, 23);
            this.colorsPage.Name = "colorsPage";
            this.colorsPage.Size = new System.Drawing.Size(287, 508);
            this.colorsPage.TabIndex = 1;
            this.colorsPage.TabStop = true;
            this.colorsPage.Text = "Colors";
            // 
            // btnBackColor
            // 
            this.btnBackColor.Location = new System.Drawing.Point(88, 44);
            this.btnBackColor.Name = "btnBackColor";
            this.btnBackColor.Size = new System.Drawing.Size(128, 23);
            this.btnBackColor.TabIndex = 3;
            this.btnBackColor.Text = "(none)";
            this.btnBackColor.UseVisualStyleBackColor = true;
            this.btnBackColor.Click += new System.EventHandler(this.btnBackColor_Click);
            // 
            // btnForeColor
            // 
            this.btnForeColor.Location = new System.Drawing.Point(88, 12);
            this.btnForeColor.Name = "btnForeColor";
            this.btnForeColor.Size = new System.Drawing.Size(128, 23);
            this.btnForeColor.TabIndex = 2;
            this.btnForeColor.Text = "(none)";
            this.btnForeColor.UseVisualStyleBackColor = true;
            this.btnForeColor.Click += new System.EventHandler(this.btnForeColor_Click_1);
            // 
            // lblBackColor
            // 
            this.lblBackColor.AutoSize = true;
            this.lblBackColor.Location = new System.Drawing.Point(8, 44);
            this.lblBackColor.Name = "lblBackColor";
            this.lblBackColor.Size = new System.Drawing.Size(67, 13);
            this.lblBackColor.TabIndex = 1;
            this.lblBackColor.Text = "Background:";
            // 
            // lblForeColor
            // 
            this.lblForeColor.AutoSize = true;
            this.lblForeColor.Location = new System.Drawing.Point(8, 12);
            this.lblForeColor.Name = "lblForeColor";
            this.lblForeColor.Size = new System.Drawing.Size(33, 13);
            this.lblForeColor.TabIndex = 1;
            this.lblForeColor.Text = "Text:";
            // 
            // UiGroupBox1
            // 
            this.UiGroupBox1.Controls.Add(this.jsgConditions);
            this.UiGroupBox1.Controls.Add(this.ExplorerBar1);
            this.UiGroupBox1.Controls.Add(this.btnCancel);
            this.UiGroupBox1.Controls.Add(this.btnOK);
            this.UiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.UiGroupBox1.Location = new System.Drawing.Point(0, 30);
            this.UiGroupBox1.Name = "UiGroupBox1";
            this.UiGroupBox1.Size = new System.Drawing.Size(593, 384);
            this.UiGroupBox1.TabIndex = 0;
            this.UiGroupBox1.TabStop = false;
            // 
            // ExplorerBar1
            // 
            this.ExplorerBar1.Controls.Add(this.UiTab1);
            this.ExplorerBar1.Controls.Add(this.excConditionName);
            this.ExplorerBar1.Controls.Add(this.excConditionCriteria);
            this.ExplorerBar1.Controls.Add(this.explorerBarGroup2);
            this.ExplorerBar1.Dock = System.Windows.Forms.DockStyle.Right;
            this.ExplorerBar1.Location = new System.Drawing.Point(279, 17);
            this.ExplorerBar1.Name = "ExplorerBar1";
            this.ExplorerBar1.Size = new System.Drawing.Size(311, 364);
            this.ExplorerBar1.TabIndex = 7;
            this.ExplorerBar1.Text = "ExplorerBar1";
            // 
            // btnMoveDown
            // 
            this.btnMoveDown.Enabled = false;
            this.btnMoveDown.Location = new System.Drawing.Point(257, 3);
            this.btnMoveDown.Name = "btnMoveDown";
            this.btnMoveDown.Size = new System.Drawing.Size(80, 24);
            this.btnMoveDown.TabIndex = 6;
            this.btnMoveDown.Text = "Move Down";
            this.btnMoveDown.Click += new System.EventHandler(this.btnMoveDown_Click);
            // 
            // btnMoveUp
            // 
            this.btnMoveUp.Enabled = false;
            this.btnMoveUp.Location = new System.Drawing.Point(171, 3);
            this.btnMoveUp.Name = "btnMoveUp";
            this.btnMoveUp.Size = new System.Drawing.Size(80, 24);
            this.btnMoveUp.TabIndex = 5;
            this.btnMoveUp.Text = "Move Up";
            this.btnMoveUp.Click += new System.EventHandler(this.btnMoveUp_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.Location = new System.Drawing.Point(85, 3);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(80, 24);
            this.btnDelete.TabIndex = 3;
            this.btnDelete.Text = "Delete";
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnNew
            // 
            this.btnNew.Location = new System.Drawing.Point(3, 3);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(80, 24);
            this.btnNew.TabIndex = 2;
            this.btnNew.Text = "New";
            this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
            // 
            // 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(887, 770);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(80, 24);
            this.btnCancel.TabIndex = 10;
            this.btnCancel.Text = "Cancel";
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOK.Location = new System.Drawing.Point(799, 770);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(80, 24);
            this.btnOK.TabIndex = 9;
            this.btnOK.Text = "OK";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnDelete);
            this.panel1.Controls.Add(this.btnNew);
            this.panel1.Controls.Add(this.btnMoveDown);
            this.panel1.Controls.Add(this.btnMoveUp);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(593, 30);
            this.panel1.TabIndex = 1;
            // 
            // frmFormatConditions
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(593, 414);
            this.Controls.Add(this.UiGroupBox1);
            this.Controls.Add(this.panel1);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmFormatConditions";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Automatic Formatting";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FormatsForm_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.jsgConditions)).EndInit();
            this.excConditionName.ResumeLayout(false);
            this.excConditionName.PerformLayout();
            this.excConditionCriteria.ResumeLayout(false);
            this.excConditionCriteria.PerformLayout();
            this.UiTab1.ResumeLayout(false);
            this.fontPage.ResumeLayout(false);
            this.UiGroupBox2.ResumeLayout(false);
            this.colorsPage.ResumeLayout(false);
            this.colorsPage.PerformLayout();
            this.UiGroupBox1.ResumeLayout(false);
            this.ExplorerBar1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }