コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private new void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SwarmReviewsToolWindowControl));
     this.gridLayoutPanel1    = new Perforce.I18nControls.GridLayoutPanel();
     this.ReviewsLV           = new Perforce.I18nControls.GridTreeListView();
     this.ReviewIdClm         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DescriptionClm      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.gridLayoutSubpanel1 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.dividerGB           = new Perforce.I18nControls.GridGroupBox();
     this.pathLbl             = new Perforce.I18nControls.GridLabel();
     this.changesCB           = new Perforce.I18nControls.GridFilterComboBox();
     this.participantsLbl     = new Perforce.I18nControls.GridLabel();
     this.reviewsCB           = new Perforce.I18nControls.GridFilterComboBox();
     this.filterBtn           = new Perforce.I18nControls.GridButton();
     this.changesLbl          = new Perforce.I18nControls.GridLabel();
     this.participantsCB      = new Perforce.I18nControls.GridFilterComboBox();
     this.matchesLbl          = new Perforce.I18nControls.GridLabel();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.gridLayoutPanel1.SuspendLayout();
     this.gridLayoutSubpanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gridLayoutPanel1
     //
     this.gridLayoutPanel1.Controls.Add(this.ReviewsLV);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel1);
     resources.ApplyResources(this.gridLayoutPanel1, "gridLayoutPanel1");
     this.gridLayoutPanel1.EnableDesignerGrid   = false;
     this.gridLayoutPanel1.EnableDesignerLayout = false;
     this.gridLayoutPanel1.EnableParentResize   = false;
     this.gridLayoutPanel1.MinimumColumnWidth   = 10;
     this.gridLayoutPanel1.MinimumRowHeight     = 10;
     this.gridLayoutPanel1.Name = "gridLayoutPanel1";
     //
     // ReviewsLV
     //
     this.ReviewsLV._maxLineOffset     = 0;
     this.ReviewsLV.ActionColumn       = -1;
     this.ReviewsLV.AllowColumnReorder = true;
     resources.ApplyResources(this.ReviewsLV, "ReviewsLV");
     this.ReviewsLV.BackColor  = System.Drawing.SystemColors.ControlLight;
     this.ReviewsLV.CellHeight = 230;
     this.ReviewsLV.CellWidth  = 594;
     this.ReviewsLV.Column     = 0;
     this.ReviewsLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ReviewIdClm,
         this.DescriptionClm
     });
     this.ReviewsLV.ColumnsSpanned     = 0;
     this.ReviewsLV.EnableIconOverlays = false;
     this.ReviewsLV.EnableSorting      = true;
     this.ReviewsLV.Name                            = "ReviewsLV";
     this.ReviewsLV.OverlayOffset                   = 0;
     this.ReviewsLV.RootCheckBoxes                  = false;
     this.ReviewsLV.Row                             = 1;
     this.ReviewsLV.RowsSpanned                     = 0;
     this.ReviewsLV.ScrollPosition                  = 0;
     this.ReviewsLV.TreeView                        = true;
     this.ReviewsLV.UseClassicImageList             = false;
     this.ReviewsLV.UseCompatibleStateImageBehavior = false;
     this.ReviewsLV.View                            = System.Windows.Forms.View.Details;
     this.ReviewsLV.YOffset                         = 0;
     this.ReviewsLV.DoubleClick                    += new System.EventHandler(this.ReviewsLV_DoubleClick);
     //
     // ReviewIdClm
     //
     resources.ApplyResources(this.ReviewIdClm, "ReviewIdClm");
     //
     // DescriptionClm
     //
     resources.ApplyResources(this.DescriptionClm, "DescriptionClm");
     //
     // gridLayoutSubpanel1
     //
     resources.ApplyResources(this.gridLayoutSubpanel1, "gridLayoutSubpanel1");
     this.gridLayoutSubpanel1.CellHeight     = 62;
     this.gridLayoutSubpanel1.CellWidth      = 594;
     this.gridLayoutSubpanel1.Column         = 0;
     this.gridLayoutSubpanel1.ColumnsSpanned = 0;
     this.gridLayoutSubpanel1.Controls.Add(this.dividerGB);
     this.gridLayoutSubpanel1.Controls.Add(this.pathLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.changesCB);
     this.gridLayoutSubpanel1.Controls.Add(this.participantsLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.reviewsCB);
     this.gridLayoutSubpanel1.Controls.Add(this.filterBtn);
     this.gridLayoutSubpanel1.Controls.Add(this.changesLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.participantsCB);
     this.gridLayoutSubpanel1.Controls.Add(this.matchesLbl);
     this.gridLayoutSubpanel1.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel1.EnableDesignerLayout = false;
     this.gridLayoutSubpanel1.EnableParentResize   = false;
     this.gridLayoutSubpanel1.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel1.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel1.Name        = "gridLayoutSubpanel1";
     this.gridLayoutSubpanel1.Row         = 0;
     this.gridLayoutSubpanel1.RowsSpanned = 0;
     this.gridLayoutSubpanel1.YOffset     = 0;
     //
     // dividerGB
     //
     resources.ApplyResources(this.dividerGB, "dividerGB");
     this.dividerGB.CellHeight     = 61;
     this.dividerGB.CellWidth      = 10;
     this.dividerGB.Column         = 4;
     this.dividerGB.ColumnsSpanned = 0;
     this.dividerGB.Name           = "dividerGB";
     this.dividerGB.Row            = 0;
     this.dividerGB.RowsSpanned    = 1;
     this.dividerGB.TabStop        = false;
     this.dividerGB.YOffset        = 0;
     //
     // pathLbl
     //
     resources.ApplyResources(this.pathLbl, "pathLbl");
     this.pathLbl.CellHeight     = 33;
     this.pathLbl.CellWidth      = 77;
     this.pathLbl.Column         = 0;
     this.pathLbl.ColumnsSpanned = 0;
     this.pathLbl.Name           = "pathLbl";
     this.pathLbl.Row            = 0;
     this.pathLbl.RowsSpanned    = 0;
     this.toolTip1.SetToolTip(this.pathLbl, resources.GetString("pathLbl.ToolTip"));
     this.pathLbl.YOffset = 7;
     //
     // changesCB
     //
     resources.ApplyResources(this.changesCB, "changesCB");
     this.changesCB.CellHeight        = 28;
     this.changesCB.CellWidth         = 182;
     this.changesCB.Column            = 3;
     this.changesCB.ColumnsSpanned    = 0;
     this.changesCB.FormattingEnabled = true;
     this.changesCB.Name        = "changesCB";
     this.changesCB.Row         = 1;
     this.changesCB.RowsSpanned = 0;
     this.toolTip1.SetToolTip(this.changesCB, resources.GetString("changesCB.ToolTip"));
     this.changesCB.YOffset = 0;
     //
     // participantsLbl
     //
     resources.ApplyResources(this.participantsLbl, "participantsLbl");
     this.participantsLbl.CellHeight     = 28;
     this.participantsLbl.CellWidth      = 77;
     this.participantsLbl.Column         = 0;
     this.participantsLbl.ColumnsSpanned = 0;
     this.participantsLbl.Name           = "participantsLbl";
     this.participantsLbl.Row            = 1;
     this.participantsLbl.RowsSpanned    = 0;
     this.toolTip1.SetToolTip(this.participantsLbl, resources.GetString("participantsLbl.ToolTip"));
     this.participantsLbl.YOffset = 4;
     //
     // reviewsCB
     //
     resources.ApplyResources(this.reviewsCB, "reviewsCB");
     this.reviewsCB.CellHeight        = 33;
     this.reviewsCB.CellWidth         = 426;
     this.reviewsCB.Column            = 1;
     this.reviewsCB.ColumnsSpanned    = 2;
     this.reviewsCB.FormattingEnabled = true;
     this.reviewsCB.Name        = "reviewsCB";
     this.reviewsCB.Row         = 0;
     this.reviewsCB.RowsSpanned = 0;
     this.toolTip1.SetToolTip(this.reviewsCB, resources.GetString("reviewsCB.ToolTip"));
     this.reviewsCB.YOffset = 3;
     //
     // filterBtn
     //
     resources.ApplyResources(this.filterBtn, "filterBtn");
     this.filterBtn.CellHeight              = 33;
     this.filterBtn.CellWidth               = 81;
     this.filterBtn.Column                  = 5;
     this.filterBtn.ColumnsSpanned          = 0;
     this.filterBtn.Name                    = "filterBtn";
     this.filterBtn.Row                     = 0;
     this.filterBtn.RowsSpanned             = 0;
     this.filterBtn.UseVisualStyleBackColor = true;
     this.filterBtn.YOffset                 = 2;
     this.filterBtn.Click                  += new System.EventHandler(this.filterBtn_Click);
     //
     // changesLbl
     //
     resources.ApplyResources(this.changesLbl, "changesLbl");
     this.changesLbl.CellHeight     = 28;
     this.changesLbl.CellWidth      = 61;
     this.changesLbl.Column         = 2;
     this.changesLbl.ColumnsSpanned = 0;
     this.changesLbl.Name           = "changesLbl";
     this.changesLbl.Row            = 1;
     this.changesLbl.RowsSpanned    = 0;
     this.toolTip1.SetToolTip(this.changesLbl, resources.GetString("changesLbl.ToolTip"));
     this.changesLbl.YOffset = 4;
     //
     // participantsCB
     //
     resources.ApplyResources(this.participantsCB, "participantsCB");
     this.participantsCB.CellHeight        = 28;
     this.participantsCB.CellWidth         = 183;
     this.participantsCB.Column            = 1;
     this.participantsCB.ColumnsSpanned    = 0;
     this.participantsCB.FormattingEnabled = true;
     this.participantsCB.Name        = "participantsCB";
     this.participantsCB.Row         = 1;
     this.participantsCB.RowsSpanned = 0;
     this.toolTip1.SetToolTip(this.participantsCB, resources.GetString("participantsCB.ToolTip"));
     this.participantsCB.YOffset = 0;
     //
     // matchesLbl
     //
     resources.ApplyResources(this.matchesLbl, "matchesLbl");
     this.matchesLbl.AutoEllipsis   = true;
     this.matchesLbl.CellHeight     = 28;
     this.matchesLbl.CellWidth      = 81;
     this.matchesLbl.Column         = 5;
     this.matchesLbl.ColumnsSpanned = 0;
     this.matchesLbl.Name           = "matchesLbl";
     this.matchesLbl.Row            = 1;
     this.matchesLbl.RowsSpanned    = 0;
     this.matchesLbl.YOffset        = 4;
     //
     // SwarmReviewsToolWindowControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.gridLayoutPanel1);
     this.Name = "SwarmReviewsToolWindowControl";
     this.gridLayoutPanel1.ResumeLayout(false);
     this.gridLayoutSubpanel1.ResumeLayout(false);
     this.gridLayoutSubpanel1.PerformLayout();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(P4DiffMergePreferencesControl));
     this.diffFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.mergeFileDialog2    = new System.Windows.Forms.OpenFileDialog();
     this.gridLayoutPanel1    = new Perforce.I18nControls.GridLayoutPanel();
     this.reviewsChkBox       = new Perforce.I18nControls.GridCheckBox();
     this.gridLayoutSubpanel5 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.reviewsLbl          = new Perforce.I18nControls.GridLabel();
     this.groupBox3           = new Perforce.I18nControls.GridGroupBox();
     this.gridLayoutSubpanel3 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.gridPanel3          = new Perforce.I18nControls.GridPanel();
     this.p4MergeRB           = new Perforce.I18nControls.GridRadioButton();
     this.otherAppRB          = new Perforce.I18nControls.GridRadioButton();
     this.gridPanel2          = new Perforce.I18nControls.GridPanel();
     this.gridPanel1          = new Perforce.I18nControls.GridPanel();
     this.gridLayoutSubpanel2 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.mergeAppLbl         = new Perforce.I18nControls.GridLabel();
     this.groupBox1           = new Perforce.I18nControls.GridGroupBox();
     this.gridLayoutSubpanel1 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.diffLbl             = new Perforce.I18nControls.GridLabel();
     this.diffAppLbl          = new Perforce.I18nControls.GridLabel();
     this.groupBox2           = new Perforce.I18nControls.GridGroupBox();
     this.diffLocationLbl     = new Perforce.I18nControls.GridLabel();
     this.mergeLocationTB     = new Perforce.I18nControls.GridTextBox();
     this.diffArgumentsTB     = new Perforce.I18nControls.GridTextBox();
     this.mergeBrowseBtn      = new Perforce.I18nControls.GridButton();
     this.diffArgumentsLbl    = new Perforce.I18nControls.GridLabel();
     this.mergeArgumentsTB    = new Perforce.I18nControls.GridTextBox();
     this.diffBrowseBtn       = new Perforce.I18nControls.GridButton();
     this.mergeArgumentsLbl   = new Perforce.I18nControls.GridLabel();
     this.mergeLocationLbl    = new Perforce.I18nControls.GridLabel();
     this.diffLocationTB      = new Perforce.I18nControls.GridTextBox();
     this.gridLayoutSubpanel4 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.gridPanel4          = new Perforce.I18nControls.GridPanel();
     this.p4Merge2RB          = new Perforce.I18nControls.GridRadioButton();
     this.otherApp2RB         = new Perforce.I18nControls.GridRadioButton();
     this.mergeAppGB          = new Perforce.I18nControls.GridGroupBox();
     this.gridLayoutPanel1.SuspendLayout();
     this.gridLayoutSubpanel5.SuspendLayout();
     this.gridLayoutSubpanel3.SuspendLayout();
     this.gridLayoutSubpanel2.SuspendLayout();
     this.gridLayoutSubpanel1.SuspendLayout();
     this.gridLayoutSubpanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // diffFileDialog1
     //
     this.diffFileDialog1.FileName = "openFileDialog1";
     //
     // mergeFileDialog2
     //
     this.mergeFileDialog2.FileName = "openFileDialog1";
     //
     // gridLayoutPanel1
     //
     this.gridLayoutPanel1.Controls.Add(this.reviewsChkBox);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel5);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel3);
     this.gridLayoutPanel1.Controls.Add(this.gridPanel2);
     this.gridLayoutPanel1.Controls.Add(this.gridPanel1);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel2);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel1);
     this.gridLayoutPanel1.Controls.Add(this.diffLocationLbl);
     this.gridLayoutPanel1.Controls.Add(this.mergeLocationTB);
     this.gridLayoutPanel1.Controls.Add(this.diffArgumentsTB);
     this.gridLayoutPanel1.Controls.Add(this.mergeBrowseBtn);
     this.gridLayoutPanel1.Controls.Add(this.diffArgumentsLbl);
     this.gridLayoutPanel1.Controls.Add(this.mergeArgumentsTB);
     this.gridLayoutPanel1.Controls.Add(this.diffBrowseBtn);
     this.gridLayoutPanel1.Controls.Add(this.mergeArgumentsLbl);
     this.gridLayoutPanel1.Controls.Add(this.mergeLocationLbl);
     this.gridLayoutPanel1.Controls.Add(this.diffLocationTB);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel4);
     resources.ApplyResources(this.gridLayoutPanel1, "gridLayoutPanel1");
     this.gridLayoutPanel1.EnableDesignerGrid   = false;
     this.gridLayoutPanel1.EnableDesignerLayout = true;
     this.gridLayoutPanel1.EnableParentResize   = false;
     this.gridLayoutPanel1.MinimumColumnWidth   = 10;
     this.gridLayoutPanel1.MinimumRowHeight     = 10;
     this.gridLayoutPanel1.Name = "gridLayoutPanel1";
     //
     // reviewsChkBox
     //
     resources.ApplyResources(this.reviewsChkBox, "reviewsChkBox");
     this.reviewsChkBox.CellHeight              = 23;
     this.reviewsChkBox.CellWidth               = 440;
     this.reviewsChkBox.Column                  = 1;
     this.reviewsChkBox.ColumnsSpanned          = 3;
     this.reviewsChkBox.Name                    = "reviewsChkBox";
     this.reviewsChkBox.Row                     = 9;
     this.reviewsChkBox.RowsSpanned             = 0;
     this.reviewsChkBox.UseVisualStyleBackColor = true;
     this.reviewsChkBox.YOffset                 = 0;
     //
     // gridLayoutSubpanel5
     //
     resources.ApplyResources(this.gridLayoutSubpanel5, "gridLayoutSubpanel5");
     this.gridLayoutSubpanel5.CellHeight     = 19;
     this.gridLayoutSubpanel5.CellWidth      = 440;
     this.gridLayoutSubpanel5.Column         = 0;
     this.gridLayoutSubpanel5.ColumnsSpanned = 4;
     this.gridLayoutSubpanel5.Controls.Add(this.reviewsLbl);
     this.gridLayoutSubpanel5.Controls.Add(this.groupBox3);
     this.gridLayoutSubpanel5.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel5.EnableDesignerLayout = true;
     this.gridLayoutSubpanel5.EnableParentResize   = false;
     this.gridLayoutSubpanel5.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel5.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel5.Name        = "gridLayoutSubpanel5";
     this.gridLayoutSubpanel5.Row         = 8;
     this.gridLayoutSubpanel5.RowsSpanned = 0;
     this.gridLayoutSubpanel5.YOffset     = 0;
     //
     // reviewsLbl
     //
     resources.ApplyResources(this.reviewsLbl, "reviewsLbl");
     this.reviewsLbl.CellHeight     = 0;
     this.reviewsLbl.CellWidth      = 0;
     this.reviewsLbl.Column         = 0;
     this.reviewsLbl.ColumnsSpanned = 0;
     this.reviewsLbl.Name           = "reviewsLbl";
     this.reviewsLbl.Row            = 0;
     this.reviewsLbl.RowsSpanned    = 0;
     this.reviewsLbl.YOffset        = 0;
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.CellHeight     = 11;
     this.groupBox3.CellWidth      = 434;
     this.groupBox3.Column         = 0;
     this.groupBox3.ColumnsSpanned = 0;
     this.groupBox3.Name           = "groupBox3";
     this.groupBox3.Row            = 0;
     this.groupBox3.RowsSpanned    = 0;
     this.groupBox3.TabStop        = false;
     this.groupBox3.YOffset        = 0;
     //
     // gridLayoutSubpanel3
     //
     resources.ApplyResources(this.gridLayoutSubpanel3, "gridLayoutSubpanel3");
     this.gridLayoutSubpanel3.CellHeight     = 49;
     this.gridLayoutSubpanel3.CellWidth      = 430;
     this.gridLayoutSubpanel3.Column         = 1;
     this.gridLayoutSubpanel3.ColumnsSpanned = 3;
     this.gridLayoutSubpanel3.Controls.Add(this.gridPanel3);
     this.gridLayoutSubpanel3.Controls.Add(this.p4MergeRB);
     this.gridLayoutSubpanel3.Controls.Add(this.otherAppRB);
     this.gridLayoutSubpanel3.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel3.EnableDesignerLayout = false;
     this.gridLayoutSubpanel3.EnableParentResize   = false;
     this.gridLayoutSubpanel3.MinimumColumnWidth   = 0;
     this.gridLayoutSubpanel3.MinimumRowHeight     = 0;
     this.gridLayoutSubpanel3.Name        = "gridLayoutSubpanel3";
     this.gridLayoutSubpanel3.Row         = 1;
     this.gridLayoutSubpanel3.RowsSpanned = 0;
     this.gridLayoutSubpanel3.YOffset     = 0;
     //
     // gridPanel3
     //
     resources.ApplyResources(this.gridPanel3, "gridPanel3");
     this.gridPanel3.CellHeight     = 23;
     this.gridPanel3.CellWidth      = 312;
     this.gridPanel3.Column         = 1;
     this.gridPanel3.ColumnsSpanned = 0;
     this.gridPanel3.Name           = "gridPanel3";
     this.gridPanel3.Row            = 0;
     this.gridPanel3.RowsSpanned    = 0;
     this.gridPanel3.YOffset        = 2;
     //
     // p4MergeRB
     //
     resources.ApplyResources(this.p4MergeRB, "p4MergeRB");
     this.p4MergeRB.CellHeight              = 23;
     this.p4MergeRB.CellWidth               = 112;
     this.p4MergeRB.Checked                 = true;
     this.p4MergeRB.Column                  = 0;
     this.p4MergeRB.ColumnsSpanned          = 0;
     this.p4MergeRB.Name                    = "p4MergeRB";
     this.p4MergeRB.Row                     = 0;
     this.p4MergeRB.RowsSpanned             = 0;
     this.p4MergeRB.TabStop                 = true;
     this.p4MergeRB.UseVisualStyleBackColor = true;
     this.p4MergeRB.YOffset                 = 0;
     this.p4MergeRB.Click                  += new System.EventHandler(this.p4MergeRB_Click);
     //
     // otherAppRB
     //
     resources.ApplyResources(this.otherAppRB, "otherAppRB");
     this.otherAppRB.CellHeight              = 20;
     this.otherAppRB.CellWidth               = 112;
     this.otherAppRB.Column                  = 0;
     this.otherAppRB.ColumnsSpanned          = 0;
     this.otherAppRB.Name                    = "otherAppRB";
     this.otherAppRB.Row                     = 1;
     this.otherAppRB.RowsSpanned             = 0;
     this.otherAppRB.UseVisualStyleBackColor = true;
     this.otherAppRB.YOffset                 = 0;
     this.otherAppRB.Click                  += new System.EventHandler(this.otherAppRB_Click);
     //
     // gridPanel2
     //
     this.gridPanel2.CellHeight     = 31;
     this.gridPanel2.CellWidth      = 16;
     this.gridPanel2.Column         = 1;
     this.gridPanel2.ColumnsSpanned = 0;
     resources.ApplyResources(this.gridPanel2, "gridPanel2");
     this.gridPanel2.Name        = "gridPanel2";
     this.gridPanel2.Row         = 2;
     this.gridPanel2.RowsSpanned = 0;
     this.gridPanel2.YOffset     = 0;
     //
     // gridPanel1
     //
     resources.ApplyResources(this.gridPanel1, "gridPanel1");
     this.gridPanel1.CellHeight     = 69;
     this.gridPanel1.CellWidth      = 252;
     this.gridPanel1.Column         = 3;
     this.gridPanel1.ColumnsSpanned = 0;
     this.gridPanel1.Name           = "gridPanel1";
     this.gridPanel1.Row            = 10;
     this.gridPanel1.RowsSpanned    = 0;
     this.gridPanel1.YOffset        = 0;
     //
     // gridLayoutSubpanel2
     //
     resources.ApplyResources(this.gridLayoutSubpanel2, "gridLayoutSubpanel2");
     this.gridLayoutSubpanel2.CellHeight     = 19;
     this.gridLayoutSubpanel2.CellWidth      = 440;
     this.gridLayoutSubpanel2.Column         = 0;
     this.gridLayoutSubpanel2.ColumnsSpanned = 4;
     this.gridLayoutSubpanel2.Controls.Add(this.mergeAppLbl);
     this.gridLayoutSubpanel2.Controls.Add(this.groupBox1);
     this.gridLayoutSubpanel2.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel2.EnableDesignerLayout = true;
     this.gridLayoutSubpanel2.EnableParentResize   = false;
     this.gridLayoutSubpanel2.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel2.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel2.Name        = "gridLayoutSubpanel2";
     this.gridLayoutSubpanel2.Row         = 4;
     this.gridLayoutSubpanel2.RowsSpanned = 0;
     this.gridLayoutSubpanel2.YOffset     = 0;
     //
     // mergeAppLbl
     //
     resources.ApplyResources(this.mergeAppLbl, "mergeAppLbl");
     this.mergeAppLbl.CellHeight     = 0;
     this.mergeAppLbl.CellWidth      = 0;
     this.mergeAppLbl.Column         = 0;
     this.mergeAppLbl.ColumnsSpanned = 0;
     this.mergeAppLbl.Name           = "mergeAppLbl";
     this.mergeAppLbl.Row            = 0;
     this.mergeAppLbl.RowsSpanned    = 0;
     this.mergeAppLbl.YOffset        = 0;
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.CellHeight     = 11;
     this.groupBox1.CellWidth      = 434;
     this.groupBox1.Column         = 0;
     this.groupBox1.ColumnsSpanned = 0;
     this.groupBox1.Name           = "groupBox1";
     this.groupBox1.Row            = 0;
     this.groupBox1.RowsSpanned    = 0;
     this.groupBox1.TabStop        = false;
     this.groupBox1.YOffset        = 0;
     //
     // gridLayoutSubpanel1
     //
     resources.ApplyResources(this.gridLayoutSubpanel1, "gridLayoutSubpanel1");
     this.gridLayoutSubpanel1.CellHeight     = 19;
     this.gridLayoutSubpanel1.CellWidth      = 440;
     this.gridLayoutSubpanel1.Column         = 0;
     this.gridLayoutSubpanel1.ColumnsSpanned = 4;
     this.gridLayoutSubpanel1.Controls.Add(this.diffLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.diffAppLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.groupBox2);
     this.gridLayoutSubpanel1.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel1.EnableDesignerLayout = true;
     this.gridLayoutSubpanel1.EnableParentResize   = false;
     this.gridLayoutSubpanel1.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel1.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel1.Name        = "gridLayoutSubpanel1";
     this.gridLayoutSubpanel1.Row         = 0;
     this.gridLayoutSubpanel1.RowsSpanned = 0;
     this.gridLayoutSubpanel1.YOffset     = 0;
     //
     // diffLbl
     //
     resources.ApplyResources(this.diffLbl, "diffLbl");
     this.diffLbl.CellHeight     = 0;
     this.diffLbl.CellWidth      = 0;
     this.diffLbl.Column         = 0;
     this.diffLbl.ColumnsSpanned = 0;
     this.diffLbl.Name           = "diffLbl";
     this.diffLbl.Row            = 0;
     this.diffLbl.RowsSpanned    = 0;
     this.diffLbl.YOffset        = 0;
     //
     // diffAppLbl
     //
     resources.ApplyResources(this.diffAppLbl, "diffAppLbl");
     this.diffAppLbl.CellHeight     = 13;
     this.diffAppLbl.CellWidth      = 118;
     this.diffAppLbl.Column         = 0;
     this.diffAppLbl.ColumnsSpanned = 0;
     this.diffAppLbl.Name           = "diffAppLbl";
     this.diffAppLbl.Row            = 0;
     this.diffAppLbl.RowsSpanned    = 0;
     this.diffAppLbl.YOffset        = 0;
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.CellHeight     = 13;
     this.groupBox2.CellWidth      = 316;
     this.groupBox2.Column         = 1;
     this.groupBox2.ColumnsSpanned = 0;
     this.groupBox2.Name           = "groupBox2";
     this.groupBox2.Row            = 0;
     this.groupBox2.RowsSpanned    = 0;
     this.groupBox2.TabStop        = false;
     this.groupBox2.YOffset        = 5;
     //
     // diffLocationLbl
     //
     resources.ApplyResources(this.diffLocationLbl, "diffLocationLbl");
     this.diffLocationLbl.AutoEllipsis   = true;
     this.diffLocationLbl.CellHeight     = 31;
     this.diffLocationLbl.CellWidth      = 66;
     this.diffLocationLbl.Column         = 2;
     this.diffLocationLbl.ColumnsSpanned = 0;
     this.diffLocationLbl.Name           = "diffLocationLbl";
     this.diffLocationLbl.Row            = 2;
     this.diffLocationLbl.RowsSpanned    = 0;
     this.diffLocationLbl.YOffset        = 9;
     //
     // mergeLocationTB
     //
     resources.ApplyResources(this.mergeLocationTB, "mergeLocationTB");
     this.mergeLocationTB.CellHeight     = 31;
     this.mergeLocationTB.CellWidth      = 252;
     this.mergeLocationTB.Column         = 3;
     this.mergeLocationTB.ColumnsSpanned = 0;
     this.mergeLocationTB.Name           = "mergeLocationTB";
     this.mergeLocationTB.Row            = 6;
     this.mergeLocationTB.RowsSpanned    = 0;
     this.mergeLocationTB.YOffset        = 2;
     //
     // diffArgumentsTB
     //
     resources.ApplyResources(this.diffArgumentsTB, "diffArgumentsTB");
     this.diffArgumentsTB.CellHeight     = 33;
     this.diffArgumentsTB.CellWidth      = 252;
     this.diffArgumentsTB.Column         = 3;
     this.diffArgumentsTB.ColumnsSpanned = 0;
     this.diffArgumentsTB.Name           = "diffArgumentsTB";
     this.diffArgumentsTB.Row            = 3;
     this.diffArgumentsTB.RowsSpanned    = 0;
     this.diffArgumentsTB.YOffset        = 0;
     //
     // mergeBrowseBtn
     //
     resources.ApplyResources(this.mergeBrowseBtn, "mergeBrowseBtn");
     this.mergeBrowseBtn.CellHeight              = 31;
     this.mergeBrowseBtn.CellWidth               = 96;
     this.mergeBrowseBtn.Column                  = 4;
     this.mergeBrowseBtn.ColumnsSpanned          = 0;
     this.mergeBrowseBtn.Name                    = "mergeBrowseBtn";
     this.mergeBrowseBtn.Row                     = 6;
     this.mergeBrowseBtn.RowsSpanned             = 0;
     this.mergeBrowseBtn.UseVisualStyleBackColor = true;
     this.mergeBrowseBtn.YOffset                 = 0;
     this.mergeBrowseBtn.Click                  += new System.EventHandler(this.mergeBrowseBtn_Click);
     //
     // diffArgumentsLbl
     //
     resources.ApplyResources(this.diffArgumentsLbl, "diffArgumentsLbl");
     this.diffArgumentsLbl.AutoEllipsis   = true;
     this.diffArgumentsLbl.CellHeight     = 33;
     this.diffArgumentsLbl.CellWidth      = 66;
     this.diffArgumentsLbl.Column         = 2;
     this.diffArgumentsLbl.ColumnsSpanned = 0;
     this.diffArgumentsLbl.Name           = "diffArgumentsLbl";
     this.diffArgumentsLbl.Row            = 3;
     this.diffArgumentsLbl.RowsSpanned    = 0;
     this.diffArgumentsLbl.YOffset        = 7;
     //
     // mergeArgumentsTB
     //
     resources.ApplyResources(this.mergeArgumentsTB, "mergeArgumentsTB");
     this.mergeArgumentsTB.CellHeight     = 26;
     this.mergeArgumentsTB.CellWidth      = 252;
     this.mergeArgumentsTB.Column         = 3;
     this.mergeArgumentsTB.ColumnsSpanned = 0;
     this.mergeArgumentsTB.Name           = "mergeArgumentsTB";
     this.mergeArgumentsTB.Row            = 7;
     this.mergeArgumentsTB.RowsSpanned    = 0;
     this.mergeArgumentsTB.YOffset        = 0;
     //
     // diffBrowseBtn
     //
     resources.ApplyResources(this.diffBrowseBtn, "diffBrowseBtn");
     this.diffBrowseBtn.CellHeight              = 31;
     this.diffBrowseBtn.CellWidth               = 96;
     this.diffBrowseBtn.Column                  = 4;
     this.diffBrowseBtn.ColumnsSpanned          = 0;
     this.diffBrowseBtn.Name                    = "diffBrowseBtn";
     this.diffBrowseBtn.Row                     = 2;
     this.diffBrowseBtn.RowsSpanned             = 0;
     this.diffBrowseBtn.UseVisualStyleBackColor = true;
     this.diffBrowseBtn.YOffset                 = 3;
     this.diffBrowseBtn.Click                  += new System.EventHandler(this.diffBrowseBtn_Click);
     //
     // mergeArgumentsLbl
     //
     resources.ApplyResources(this.mergeArgumentsLbl, "mergeArgumentsLbl");
     this.mergeArgumentsLbl.AutoEllipsis   = true;
     this.mergeArgumentsLbl.CellHeight     = 26;
     this.mergeArgumentsLbl.CellWidth      = 66;
     this.mergeArgumentsLbl.Column         = 2;
     this.mergeArgumentsLbl.ColumnsSpanned = 0;
     this.mergeArgumentsLbl.Name           = "mergeArgumentsLbl";
     this.mergeArgumentsLbl.Row            = 7;
     this.mergeArgumentsLbl.RowsSpanned    = 0;
     this.mergeArgumentsLbl.YOffset        = 3;
     //
     // mergeLocationLbl
     //
     resources.ApplyResources(this.mergeLocationLbl, "mergeLocationLbl");
     this.mergeLocationLbl.AutoEllipsis   = true;
     this.mergeLocationLbl.CellHeight     = 31;
     this.mergeLocationLbl.CellWidth      = 66;
     this.mergeLocationLbl.Column         = 2;
     this.mergeLocationLbl.ColumnsSpanned = 0;
     this.mergeLocationLbl.Name           = "mergeLocationLbl";
     this.mergeLocationLbl.Row            = 6;
     this.mergeLocationLbl.RowsSpanned    = 0;
     this.mergeLocationLbl.YOffset        = 6;
     //
     // diffLocationTB
     //
     resources.ApplyResources(this.diffLocationTB, "diffLocationTB");
     this.diffLocationTB.CellHeight     = 31;
     this.diffLocationTB.CellWidth      = 252;
     this.diffLocationTB.Column         = 3;
     this.diffLocationTB.ColumnsSpanned = 0;
     this.diffLocationTB.Name           = "diffLocationTB";
     this.diffLocationTB.Row            = 2;
     this.diffLocationTB.RowsSpanned    = 0;
     this.diffLocationTB.YOffset        = 5;
     //
     // gridLayoutSubpanel4
     //
     resources.ApplyResources(this.gridLayoutSubpanel4, "gridLayoutSubpanel4");
     this.gridLayoutSubpanel4.CellHeight     = 49;
     this.gridLayoutSubpanel4.CellWidth      = 430;
     this.gridLayoutSubpanel4.Column         = 1;
     this.gridLayoutSubpanel4.ColumnsSpanned = 3;
     this.gridLayoutSubpanel4.Controls.Add(this.gridPanel4);
     this.gridLayoutSubpanel4.Controls.Add(this.p4Merge2RB);
     this.gridLayoutSubpanel4.Controls.Add(this.otherApp2RB);
     this.gridLayoutSubpanel4.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel4.EnableDesignerLayout = false;
     this.gridLayoutSubpanel4.EnableParentResize   = false;
     this.gridLayoutSubpanel4.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel4.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel4.Name        = "gridLayoutSubpanel4";
     this.gridLayoutSubpanel4.Row         = 5;
     this.gridLayoutSubpanel4.RowsSpanned = 0;
     this.gridLayoutSubpanel4.YOffset     = 0;
     //
     // gridPanel4
     //
     resources.ApplyResources(this.gridPanel4, "gridPanel4");
     this.gridPanel4.CellHeight     = 23;
     this.gridPanel4.CellWidth      = 309;
     this.gridPanel4.Column         = 1;
     this.gridPanel4.ColumnsSpanned = 0;
     this.gridPanel4.Name           = "gridPanel4";
     this.gridPanel4.Row            = 0;
     this.gridPanel4.RowsSpanned    = 0;
     this.gridPanel4.YOffset        = 2;
     //
     // p4Merge2RB
     //
     resources.ApplyResources(this.p4Merge2RB, "p4Merge2RB");
     this.p4Merge2RB.CellHeight              = 23;
     this.p4Merge2RB.CellWidth               = 112;
     this.p4Merge2RB.Checked                 = true;
     this.p4Merge2RB.Column                  = 0;
     this.p4Merge2RB.ColumnsSpanned          = 0;
     this.p4Merge2RB.Name                    = "p4Merge2RB";
     this.p4Merge2RB.Row                     = 0;
     this.p4Merge2RB.RowsSpanned             = 0;
     this.p4Merge2RB.TabStop                 = true;
     this.p4Merge2RB.UseVisualStyleBackColor = true;
     this.p4Merge2RB.YOffset                 = 0;
     this.p4Merge2RB.Click                  += new System.EventHandler(this.p4Merge2RB_Click);
     //
     // otherApp2RB
     //
     resources.ApplyResources(this.otherApp2RB, "otherApp2RB");
     this.otherApp2RB.CellHeight              = 20;
     this.otherApp2RB.CellWidth               = 112;
     this.otherApp2RB.Column                  = 0;
     this.otherApp2RB.ColumnsSpanned          = 0;
     this.otherApp2RB.Name                    = "otherApp2RB";
     this.otherApp2RB.Row                     = 1;
     this.otherApp2RB.RowsSpanned             = 0;
     this.otherApp2RB.UseVisualStyleBackColor = true;
     this.otherApp2RB.YOffset                 = 0;
     this.otherApp2RB.Click                  += new System.EventHandler(this.otherApp2RB_Click);
     //
     // mergeAppGB
     //
     this.mergeAppGB.CellHeight     = 0;
     this.mergeAppGB.CellWidth      = 0;
     this.mergeAppGB.Column         = 0;
     this.mergeAppGB.ColumnsSpanned = 0;
     resources.ApplyResources(this.mergeAppGB, "mergeAppGB");
     this.mergeAppGB.Name        = "mergeAppGB";
     this.mergeAppGB.Row         = 0;
     this.mergeAppGB.RowsSpanned = 0;
     this.mergeAppGB.TabStop     = false;
     this.mergeAppGB.YOffset     = 0;
     //
     // P4DiffMergePreferencesControl
     //
     this.AllowDrop = true;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridLayoutPanel1);
     this.Name  = "P4DiffMergePreferencesControl";
     this.Load += new System.EventHandler(this.P4DiffMergePreferencesControl_Load);
     this.gridLayoutPanel1.ResumeLayout(false);
     this.gridLayoutPanel1.PerformLayout();
     this.gridLayoutSubpanel5.ResumeLayout(false);
     this.gridLayoutSubpanel5.PerformLayout();
     this.gridLayoutSubpanel3.ResumeLayout(false);
     this.gridLayoutSubpanel3.PerformLayout();
     this.gridLayoutSubpanel2.ResumeLayout(false);
     this.gridLayoutSubpanel2.PerformLayout();
     this.gridLayoutSubpanel1.ResumeLayout(false);
     this.gridLayoutSubpanel1.PerformLayout();
     this.gridLayoutSubpanel4.ResumeLayout(false);
     this.gridLayoutSubpanel4.PerformLayout();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(P4LoggingPreferencesControl));
     this.gridLayoutPanel1    = new Perforce.I18nControls.GridLayoutPanel();
     this.gridPanel1          = new Perforce.I18nControls.GridPanel();
     this.gridLayoutSubpanel1 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.loggingLbl          = new Perforce.I18nControls.GridLabel();
     this.groupBox2           = new Perforce.I18nControls.GridGroupBox();
     this.reportingChk        = new Perforce.I18nControls.GridCheckBox();
     this.commandChk          = new Perforce.I18nControls.GridCheckBox();
     this.loggingChk          = new Perforce.I18nControls.GridCheckBox();
     this.nameLbl             = new Perforce.I18nControls.GridLabel();
     this.pathTB    = new Perforce.I18nControls.GridTextBox();
     this.sizeLbl   = new Perforce.I18nControls.GridLabel();
     this.selectBtn = new Perforce.I18nControls.GridButton();
     this.sizeTB    = new Perforce.I18nControls.GridTextBox();
     this.gridLayoutPanel1.SuspendLayout();
     this.gridLayoutSubpanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gridLayoutPanel1
     //
     this.gridLayoutPanel1.Controls.Add(this.gridPanel1);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel1);
     this.gridLayoutPanel1.Controls.Add(this.reportingChk);
     this.gridLayoutPanel1.Controls.Add(this.commandChk);
     this.gridLayoutPanel1.Controls.Add(this.loggingChk);
     this.gridLayoutPanel1.Controls.Add(this.nameLbl);
     this.gridLayoutPanel1.Controls.Add(this.pathTB);
     this.gridLayoutPanel1.Controls.Add(this.sizeLbl);
     this.gridLayoutPanel1.Controls.Add(this.selectBtn);
     this.gridLayoutPanel1.Controls.Add(this.sizeTB);
     resources.ApplyResources(this.gridLayoutPanel1, "gridLayoutPanel1");
     this.gridLayoutPanel1.EnableDesignerGrid   = false;
     this.gridLayoutPanel1.EnableDesignerLayout = true;
     this.gridLayoutPanel1.EnableParentResize   = false;
     this.gridLayoutPanel1.MinimumColumnWidth   = 20;
     this.gridLayoutPanel1.MinimumRowHeight     = 0;
     this.gridLayoutPanel1.Name = "gridLayoutPanel1";
     //
     // gridPanel1
     //
     resources.ApplyResources(this.gridPanel1, "gridPanel1");
     this.gridPanel1.Column         = 3;
     this.gridPanel1.ColumnsSpanned = 0;
     this.gridPanel1.Name           = "gridPanel1";
     this.gridPanel1.Row            = 6;
     this.gridPanel1.RowsSpanned    = 0;
     this.gridPanel1.YOffset        = 0;
     //
     // gridLayoutSubpanel1
     //
     resources.ApplyResources(this.gridLayoutSubpanel1, "gridLayoutSubpanel1");
     this.gridLayoutSubpanel1.Column         = 0;
     this.gridLayoutSubpanel1.ColumnsSpanned = 4;
     this.gridLayoutSubpanel1.Controls.Add(this.loggingLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.groupBox2);
     this.gridLayoutSubpanel1.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel1.EnableDesignerLayout = true;
     this.gridLayoutSubpanel1.EnableParentResize   = false;
     this.gridLayoutSubpanel1.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel1.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel1.Name        = "gridLayoutSubpanel1";
     this.gridLayoutSubpanel1.Row         = 0;
     this.gridLayoutSubpanel1.RowsSpanned = 0;
     this.gridLayoutSubpanel1.YOffset     = 0;
     //
     // loggingLbl
     //
     resources.ApplyResources(this.loggingLbl, "loggingLbl");
     this.loggingLbl.Column         = 0;
     this.loggingLbl.ColumnsSpanned = 0;
     this.loggingLbl.Name           = "loggingLbl";
     this.loggingLbl.Row            = 0;
     this.loggingLbl.RowsSpanned    = 0;
     this.loggingLbl.YOffset        = 0;
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Column         = 1;
     this.groupBox2.ColumnsSpanned = 0;
     this.groupBox2.Name           = "groupBox2";
     this.groupBox2.Row            = 0;
     this.groupBox2.RowsSpanned    = 0;
     this.groupBox2.TabStop        = false;
     this.groupBox2.YOffset        = 0;
     //
     // reportingChk
     //
     resources.ApplyResources(this.reportingChk, "reportingChk");
     this.reportingChk.Column                  = 1;
     this.reportingChk.ColumnsSpanned          = 3;
     this.reportingChk.Name                    = "reportingChk";
     this.reportingChk.Row                     = 1;
     this.reportingChk.RowsSpanned             = 0;
     this.reportingChk.UseVisualStyleBackColor = true;
     this.reportingChk.YOffset                 = 0;
     //
     // commandChk
     //
     resources.ApplyResources(this.commandChk, "commandChk");
     this.commandChk.Column                  = 1;
     this.commandChk.ColumnsSpanned          = 3;
     this.commandChk.Name                    = "commandChk";
     this.commandChk.Row                     = 2;
     this.commandChk.RowsSpanned             = 0;
     this.commandChk.UseVisualStyleBackColor = true;
     this.commandChk.YOffset                 = 0;
     //
     // loggingChk
     //
     resources.ApplyResources(this.loggingChk, "loggingChk");
     this.loggingChk.Column                  = 1;
     this.loggingChk.ColumnsSpanned          = 3;
     this.loggingChk.Name                    = "loggingChk";
     this.loggingChk.Row                     = 3;
     this.loggingChk.RowsSpanned             = 0;
     this.loggingChk.UseVisualStyleBackColor = true;
     this.loggingChk.YOffset                 = 0;
     this.loggingChk.CheckedChanged         += new System.EventHandler(this.loggingChk_CheckedChanged);
     //
     // nameLbl
     //
     resources.ApplyResources(this.nameLbl, "nameLbl");
     this.nameLbl.Column         = 2;
     this.nameLbl.ColumnsSpanned = 0;
     this.nameLbl.Name           = "nameLbl";
     this.nameLbl.Row            = 4;
     this.nameLbl.RowsSpanned    = 0;
     this.nameLbl.YOffset        = 0;
     //
     // pathTB
     //
     resources.ApplyResources(this.pathTB, "pathTB");
     this.pathTB.Column         = 3;
     this.pathTB.ColumnsSpanned = 0;
     this.pathTB.Name           = "pathTB";
     this.pathTB.Row            = 4;
     this.pathTB.RowsSpanned    = 0;
     this.pathTB.YOffset        = 0;
     //
     // sizeLbl
     //
     resources.ApplyResources(this.sizeLbl, "sizeLbl");
     this.sizeLbl.Column         = 2;
     this.sizeLbl.ColumnsSpanned = 0;
     this.sizeLbl.Name           = "sizeLbl";
     this.sizeLbl.Row            = 5;
     this.sizeLbl.RowsSpanned    = 0;
     this.sizeLbl.YOffset        = 0;
     //
     // selectBtn
     //
     resources.ApplyResources(this.selectBtn, "selectBtn");
     this.selectBtn.Column                  = 4;
     this.selectBtn.ColumnsSpanned          = 0;
     this.selectBtn.Name                    = "selectBtn";
     this.selectBtn.Row                     = 4;
     this.selectBtn.RowsSpanned             = 0;
     this.selectBtn.UseVisualStyleBackColor = true;
     this.selectBtn.YOffset                 = 0;
     this.selectBtn.Click                  += new System.EventHandler(this.selectBtn_Click);
     //
     // sizeTB
     //
     resources.ApplyResources(this.sizeTB, "sizeTB");
     this.sizeTB.Column         = 3;
     this.sizeTB.ColumnsSpanned = 0;
     this.sizeTB.Name           = "sizeTB";
     this.sizeTB.Row            = 5;
     this.sizeTB.RowsSpanned    = 0;
     this.sizeTB.YOffset        = 0;
     this.sizeTB.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.sizeTB_KeyPress);
     //
     // P4LoggingPreferencesControl
     //
     this.AllowDrop = true;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridLayoutPanel1);
     this.Name  = "P4LoggingPreferencesControl";
     this.Load += new System.EventHandler(this.P4LoggingPreferencesControl_Load);
     this.gridLayoutPanel1.ResumeLayout(false);
     this.gridLayoutPanel1.PerformLayout();
     this.gridLayoutSubpanel1.ResumeLayout(false);
     this.gridLayoutSubpanel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #4
0
 /// <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(P4ConnectionPreferencesControl));
     this.gridLayoutPanel1    = new Perforce.I18nControls.GridLayoutPanel();
     this.gridLayoutSubpanel3 = new Perforce.I18nControls.GridLayoutSubpanel();
     this.savedLbl            = new Perforce.I18nControls.GridLabel();
     this.savedGB             = new Perforce.I18nControls.GridGroupBox();
     this.mruLB                = new Perforce.I18nControls.GridListBox();
     this.removeBtn            = new Perforce.I18nControls.GridButton();
     this.gridPanel1           = new Perforce.I18nControls.GridPanel();
     this.ConnectDialogRB      = new Perforce.I18nControls.GridRadioButton();
     this.ConnectRecentRB      = new Perforce.I18nControls.GridRadioButton();
     this.ConnectSolutionRB    = new Perforce.I18nControls.GridRadioButton();
     this.ConnectEnvironmentRB = new Perforce.I18nControls.GridRadioButton();
     this.useIPChk             = new Perforce.I18nControls.GridCheckBox();
     this.autoLogoffChk        = new Perforce.I18nControls.GridCheckBox();
     this.gridLayoutSubpanel1  = new Perforce.I18nControls.GridLayoutSubpanel();
     this.connectLbl           = new Perforce.I18nControls.GridLabel();
     this.connectGB            = new Perforce.I18nControls.GridGroupBox();
     this.gridLayoutSubpanel2  = new Perforce.I18nControls.GridLayoutSubpanel();
     this.openCloseLbl         = new Perforce.I18nControls.GridLabel();
     this.opencCloseGB         = new Perforce.I18nControls.GridGroupBox();
     this.gridLayoutPanel1.SuspendLayout();
     this.gridLayoutSubpanel3.SuspendLayout();
     this.gridLayoutSubpanel1.SuspendLayout();
     this.gridLayoutSubpanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridLayoutPanel1
     //
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel3);
     this.gridLayoutPanel1.Controls.Add(this.mruLB);
     this.gridLayoutPanel1.Controls.Add(this.removeBtn);
     this.gridLayoutPanel1.Controls.Add(this.gridPanel1);
     this.gridLayoutPanel1.Controls.Add(this.ConnectDialogRB);
     this.gridLayoutPanel1.Controls.Add(this.ConnectRecentRB);
     this.gridLayoutPanel1.Controls.Add(this.ConnectSolutionRB);
     this.gridLayoutPanel1.Controls.Add(this.ConnectEnvironmentRB);
     this.gridLayoutPanel1.Controls.Add(this.useIPChk);
     this.gridLayoutPanel1.Controls.Add(this.autoLogoffChk);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel1);
     this.gridLayoutPanel1.Controls.Add(this.gridLayoutSubpanel2);
     resources.ApplyResources(this.gridLayoutPanel1, "gridLayoutPanel1");
     this.gridLayoutPanel1.EnableDesignerGrid   = false;
     this.gridLayoutPanel1.EnableDesignerLayout = true;
     this.gridLayoutPanel1.EnableParentResize   = false;
     this.gridLayoutPanel1.MinimumColumnWidth   = 0;
     this.gridLayoutPanel1.MinimumRowHeight     = 0;
     this.gridLayoutPanel1.Name = "gridLayoutPanel1";
     //
     // gridLayoutSubpanel3
     //
     resources.ApplyResources(this.gridLayoutSubpanel3, "gridLayoutSubpanel3");
     this.gridLayoutSubpanel3.CellHeight     = 25;
     this.gridLayoutSubpanel3.CellWidth      = 453;
     this.gridLayoutSubpanel3.Column         = 0;
     this.gridLayoutSubpanel3.ColumnsSpanned = 1;
     this.gridLayoutSubpanel3.Controls.Add(this.savedLbl);
     this.gridLayoutSubpanel3.Controls.Add(this.savedGB);
     this.gridLayoutSubpanel3.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel3.EnableDesignerLayout = true;
     this.gridLayoutSubpanel3.EnableParentResize   = false;
     this.gridLayoutSubpanel3.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel3.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel3.Name        = "gridLayoutSubpanel3";
     this.gridLayoutSubpanel3.Row         = 8;
     this.gridLayoutSubpanel3.RowsSpanned = 0;
     this.gridLayoutSubpanel3.YOffset     = 0;
     //
     // savedLbl
     //
     resources.ApplyResources(this.savedLbl, "savedLbl");
     this.savedLbl.CellHeight     = 16;
     this.savedLbl.CellWidth      = 102;
     this.savedLbl.Column         = 0;
     this.savedLbl.ColumnsSpanned = 0;
     this.savedLbl.Name           = "savedLbl";
     this.savedLbl.Row            = 0;
     this.savedLbl.RowsSpanned    = 0;
     this.savedLbl.YOffset        = 0;
     //
     // savedGB
     //
     resources.ApplyResources(this.savedGB, "savedGB");
     this.savedGB.CellHeight     = 16;
     this.savedGB.CellWidth      = 351;
     this.savedGB.Column         = 1;
     this.savedGB.ColumnsSpanned = 0;
     this.savedGB.Name           = "savedGB";
     this.savedGB.Row            = 0;
     this.savedGB.RowsSpanned    = 0;
     this.savedGB.TabStop        = false;
     this.savedGB.YOffset        = 6;
     //
     // mruLB
     //
     resources.ApplyResources(this.mruLB, "mruLB");
     this.mruLB.CellHeight        = 75;
     this.mruLB.CellWidth         = 372;
     this.mruLB.Column            = 0;
     this.mruLB.ColumnsSpanned    = 0;
     this.mruLB.FormattingEnabled = true;
     this.mruLB.Name        = "mruLB";
     this.mruLB.Row         = 9;
     this.mruLB.RowsSpanned = 0;
     this.mruLB.YOffset     = 0;
     //
     // removeBtn
     //
     resources.ApplyResources(this.removeBtn, "removeBtn");
     this.removeBtn.CellHeight              = 75;
     this.removeBtn.CellWidth               = 81;
     this.removeBtn.Column                  = 1;
     this.removeBtn.ColumnsSpanned          = 0;
     this.removeBtn.Name                    = "removeBtn";
     this.removeBtn.Row                     = 9;
     this.removeBtn.RowsSpanned             = 0;
     this.removeBtn.UseVisualStyleBackColor = true;
     this.removeBtn.YOffset                 = 0;
     this.removeBtn.Click                  += new System.EventHandler(this.removeBtn_Click);
     //
     // gridPanel1
     //
     resources.ApplyResources(this.gridPanel1, "gridPanel1");
     this.gridPanel1.CellHeight     = 125;
     this.gridPanel1.CellWidth      = 453;
     this.gridPanel1.Column         = 0;
     this.gridPanel1.ColumnsSpanned = 1;
     this.gridPanel1.Name           = "gridPanel1";
     this.gridPanel1.Row            = 11;
     this.gridPanel1.RowsSpanned    = 0;
     this.gridPanel1.YOffset        = 0;
     //
     // ConnectDialogRB
     //
     resources.ApplyResources(this.ConnectDialogRB, "ConnectDialogRB");
     this.ConnectDialogRB.CellHeight              = 23;
     this.ConnectDialogRB.CellWidth               = 372;
     this.ConnectDialogRB.Checked                 = true;
     this.ConnectDialogRB.Column                  = 0;
     this.ConnectDialogRB.ColumnsSpanned          = 0;
     this.ConnectDialogRB.Name                    = "ConnectDialogRB";
     this.ConnectDialogRB.Row                     = 1;
     this.ConnectDialogRB.RowsSpanned             = 0;
     this.ConnectDialogRB.TabStop                 = true;
     this.ConnectDialogRB.UseVisualStyleBackColor = true;
     this.ConnectDialogRB.YOffset                 = 0;
     //
     // ConnectRecentRB
     //
     resources.ApplyResources(this.ConnectRecentRB, "ConnectRecentRB");
     this.ConnectRecentRB.CellHeight              = 23;
     this.ConnectRecentRB.CellWidth               = 372;
     this.ConnectRecentRB.Column                  = 0;
     this.ConnectRecentRB.ColumnsSpanned          = 0;
     this.ConnectRecentRB.Name                    = "ConnectRecentRB";
     this.ConnectRecentRB.Row                     = 2;
     this.ConnectRecentRB.RowsSpanned             = 0;
     this.ConnectRecentRB.TabStop                 = true;
     this.ConnectRecentRB.UseVisualStyleBackColor = true;
     this.ConnectRecentRB.YOffset                 = 0;
     //
     // ConnectSolutionRB
     //
     resources.ApplyResources(this.ConnectSolutionRB, "ConnectSolutionRB");
     this.ConnectSolutionRB.CellHeight              = 23;
     this.ConnectSolutionRB.CellWidth               = 372;
     this.ConnectSolutionRB.Column                  = 0;
     this.ConnectSolutionRB.ColumnsSpanned          = 0;
     this.ConnectSolutionRB.Name                    = "ConnectSolutionRB";
     this.ConnectSolutionRB.Row                     = 3;
     this.ConnectSolutionRB.RowsSpanned             = 0;
     this.ConnectSolutionRB.TabStop                 = true;
     this.ConnectSolutionRB.UseVisualStyleBackColor = true;
     this.ConnectSolutionRB.YOffset                 = 0;
     //
     // ConnectEnvironmentRB
     //
     resources.ApplyResources(this.ConnectEnvironmentRB, "ConnectEnvironmentRB");
     this.ConnectEnvironmentRB.CellHeight              = 23;
     this.ConnectEnvironmentRB.CellWidth               = 372;
     this.ConnectEnvironmentRB.Column                  = 0;
     this.ConnectEnvironmentRB.ColumnsSpanned          = 0;
     this.ConnectEnvironmentRB.Name                    = "ConnectEnvironmentRB";
     this.ConnectEnvironmentRB.Row                     = 4;
     this.ConnectEnvironmentRB.RowsSpanned             = 0;
     this.ConnectEnvironmentRB.TabStop                 = true;
     this.ConnectEnvironmentRB.UseVisualStyleBackColor = true;
     this.ConnectEnvironmentRB.YOffset                 = 0;
     //
     // useIPChk
     //
     resources.ApplyResources(this.useIPChk, "useIPChk");
     this.useIPChk.CellHeight              = 23;
     this.useIPChk.CellWidth               = 372;
     this.useIPChk.Column                  = 0;
     this.useIPChk.ColumnsSpanned          = 0;
     this.useIPChk.Name                    = "useIPChk";
     this.useIPChk.Row                     = 6;
     this.useIPChk.RowsSpanned             = 0;
     this.useIPChk.UseVisualStyleBackColor = true;
     this.useIPChk.YOffset                 = 0;
     //
     // autoLogoffChk
     //
     resources.ApplyResources(this.autoLogoffChk, "autoLogoffChk");
     this.autoLogoffChk.CellHeight              = 23;
     this.autoLogoffChk.CellWidth               = 372;
     this.autoLogoffChk.Column                  = 0;
     this.autoLogoffChk.ColumnsSpanned          = 0;
     this.autoLogoffChk.Name                    = "autoLogoffChk";
     this.autoLogoffChk.Row                     = 7;
     this.autoLogoffChk.RowsSpanned             = 0;
     this.autoLogoffChk.UseVisualStyleBackColor = true;
     this.autoLogoffChk.YOffset                 = 0;
     //
     // gridLayoutSubpanel1
     //
     resources.ApplyResources(this.gridLayoutSubpanel1, "gridLayoutSubpanel1");
     this.gridLayoutSubpanel1.CellHeight     = 26;
     this.gridLayoutSubpanel1.CellWidth      = 453;
     this.gridLayoutSubpanel1.Column         = 0;
     this.gridLayoutSubpanel1.ColumnsSpanned = 1;
     this.gridLayoutSubpanel1.Controls.Add(this.connectLbl);
     this.gridLayoutSubpanel1.Controls.Add(this.connectGB);
     this.gridLayoutSubpanel1.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel1.EnableDesignerLayout = true;
     this.gridLayoutSubpanel1.EnableParentResize   = false;
     this.gridLayoutSubpanel1.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel1.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel1.Name        = "gridLayoutSubpanel1";
     this.gridLayoutSubpanel1.Row         = 0;
     this.gridLayoutSubpanel1.RowsSpanned = 0;
     this.gridLayoutSubpanel1.YOffset     = 0;
     //
     // connectLbl
     //
     resources.ApplyResources(this.connectLbl, "connectLbl");
     this.connectLbl.CellHeight     = 17;
     this.connectLbl.CellWidth      = 224;
     this.connectLbl.Column         = 0;
     this.connectLbl.ColumnsSpanned = 0;
     this.connectLbl.Name           = "connectLbl";
     this.connectLbl.Row            = 0;
     this.connectLbl.RowsSpanned    = 0;
     this.connectLbl.YOffset        = 0;
     //
     // connectGB
     //
     resources.ApplyResources(this.connectGB, "connectGB");
     this.connectGB.CellHeight     = 17;
     this.connectGB.CellWidth      = 229;
     this.connectGB.Column         = 1;
     this.connectGB.ColumnsSpanned = 0;
     this.connectGB.Name           = "connectGB";
     this.connectGB.Row            = 0;
     this.connectGB.RowsSpanned    = 0;
     this.connectGB.TabStop        = false;
     this.connectGB.YOffset        = 5;
     //
     // gridLayoutSubpanel2
     //
     resources.ApplyResources(this.gridLayoutSubpanel2, "gridLayoutSubpanel2");
     this.gridLayoutSubpanel2.CellHeight     = 28;
     this.gridLayoutSubpanel2.CellWidth      = 453;
     this.gridLayoutSubpanel2.Column         = 0;
     this.gridLayoutSubpanel2.ColumnsSpanned = 1;
     this.gridLayoutSubpanel2.Controls.Add(this.openCloseLbl);
     this.gridLayoutSubpanel2.Controls.Add(this.opencCloseGB);
     this.gridLayoutSubpanel2.EnableDesignerGrid   = false;
     this.gridLayoutSubpanel2.EnableDesignerLayout = true;
     this.gridLayoutSubpanel2.EnableParentResize   = false;
     this.gridLayoutSubpanel2.MinimumColumnWidth   = 10;
     this.gridLayoutSubpanel2.MinimumRowHeight     = 10;
     this.gridLayoutSubpanel2.Name        = "gridLayoutSubpanel2";
     this.gridLayoutSubpanel2.Row         = 5;
     this.gridLayoutSubpanel2.RowsSpanned = 0;
     this.gridLayoutSubpanel2.YOffset     = 0;
     //
     // openCloseLbl
     //
     resources.ApplyResources(this.openCloseLbl, "openCloseLbl");
     this.openCloseLbl.CellHeight     = 13;
     this.openCloseLbl.CellWidth      = 168;
     this.openCloseLbl.Column         = 0;
     this.openCloseLbl.ColumnsSpanned = 0;
     this.openCloseLbl.Name           = "openCloseLbl";
     this.openCloseLbl.Row            = 0;
     this.openCloseLbl.RowsSpanned    = 0;
     this.openCloseLbl.YOffset        = 0;
     //
     // opencCloseGB
     //
     resources.ApplyResources(this.opencCloseGB, "opencCloseGB");
     this.opencCloseGB.CellHeight     = 13;
     this.opencCloseGB.CellWidth      = 285;
     this.opencCloseGB.Column         = 1;
     this.opencCloseGB.ColumnsSpanned = 0;
     this.opencCloseGB.Name           = "opencCloseGB";
     this.opencCloseGB.Row            = 0;
     this.opencCloseGB.RowsSpanned    = 0;
     this.opencCloseGB.TabStop        = false;
     this.opencCloseGB.YOffset        = 5;
     //
     // P4ConnectionPreferencesControl
     //
     this.AllowDrop = true;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridLayoutPanel1);
     this.Name  = "P4ConnectionPreferencesControl";
     this.Load += new System.EventHandler(this.P4ConnectionPreferencesControl_Load);
     this.gridLayoutPanel1.ResumeLayout(false);
     this.gridLayoutPanel1.PerformLayout();
     this.gridLayoutSubpanel3.ResumeLayout(false);
     this.gridLayoutSubpanel3.PerformLayout();
     this.gridLayoutSubpanel1.ResumeLayout(false);
     this.gridLayoutSubpanel1.PerformLayout();
     this.gridLayoutSubpanel2.ResumeLayout(false);
     this.gridLayoutSubpanel2.PerformLayout();
     this.ResumeLayout(false);
 }