protected override void InitPanel()
 {
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.textEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     this.dataTextFieldCombo = new UnsettableComboBox();
     this.dataTextFieldEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     this.dataTextFormatStringEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     this.commandEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     this.buttonTypeCombo = new ComboBox();
     label.SetBounds(0, 0, 160, 14);
     label.Text = System.Design.SR.GetString("DGCol_BC_Text");
     label.TabStop = false;
     label.TabIndex = 1;
     label.Name = "ButtonColumnTextLabel";
     this.textEdit.SetBounds(0, 0x10, 0xb6, 0x18);
     this.textEdit.TabIndex = 2;
     this.textEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.textEdit.Name = "ButtonColumnTextEdit";
     label2.SetBounds(0, 40, 160, 14);
     label2.Text = System.Design.SR.GetString("DGCol_BC_DataTextField");
     label2.TabStop = false;
     label2.TabIndex = 3;
     label2.Name = "ButtonColumnDataTextFieldLabel";
     this.dataTextFieldCombo.SetBounds(0, 0x38, 0xb6, 0x15);
     this.dataTextFieldCombo.TabIndex = 4;
     this.dataTextFieldCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.dataTextFieldCombo.SelectedIndexChanged += new EventHandler(this.OnColumnChanged);
     this.dataTextFieldCombo.Name = "ButtonColumnDataTextFieldCombo";
     this.dataTextFieldEdit.SetBounds(0, 0x38, 0xb6, 14);
     this.dataTextFieldEdit.TabIndex = 4;
     this.dataTextFieldEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.dataTextFieldEdit.Name = "ButtonColumnDataTextFieldEdit";
     label3.SetBounds(0, 0x52, 0xb6, 14);
     label3.Text = System.Design.SR.GetString("DGCol_BC_DataTextFormat");
     label3.TabIndex = 5;
     label3.TabStop = false;
     label3.Name = "ButtonColumnDataTextFormatStringLabel";
     this.dataTextFormatStringEdit.SetBounds(0, 0x62, 0xb6, 14);
     this.dataTextFormatStringEdit.TabIndex = 6;
     this.dataTextFormatStringEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.dataTextFormatStringEdit.Name = "ButtonColumDataTextFormatStringEdit";
     label4.SetBounds(200, 0, 160, 14);
     label4.Text = System.Design.SR.GetString("DGCol_BC_Command");
     label4.TabStop = false;
     label4.TabIndex = 8;
     label4.Name = "ButtonColumnCommandLabel";
     this.commandEdit.SetBounds(200, 0x10, 0xb6, 0x18);
     this.commandEdit.TabIndex = 9;
     this.commandEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.commandEdit.Name = "ButtonColumnCommandEdit";
     label5.SetBounds(200, 40, 160, 14);
     label5.Text = System.Design.SR.GetString("DGCol_BC_ButtonType");
     label5.TabStop = false;
     label5.TabIndex = 10;
     label5.Name = "ButtonColumnButtonTypeLabel";
     this.buttonTypeCombo.SetBounds(200, 0x38, 0xb6, 0x15);
     this.buttonTypeCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.buttonTypeCombo.Items.AddRange(new object[] { System.Design.SR.GetString("DGCol_BC_BT_Link"), System.Design.SR.GetString("DGCol_BC_BT_Push") });
     this.buttonTypeCombo.TabIndex = 11;
     this.buttonTypeCombo.SelectedIndexChanged += new EventHandler(this.OnColumnChanged);
     this.buttonTypeCombo.Name = "ButtonColumnButtonTypeCombo";
     base.Controls.Clear();
     base.Controls.AddRange(new System.Windows.Forms.Control[] { this.buttonTypeCombo, label5, this.commandEdit, label4, this.dataTextFormatStringEdit, label3, this.dataTextFieldEdit, this.dataTextFieldCombo, label2, this.textEdit, label });
 }
 protected override void InitPanel()
 {
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.textEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     this.dataTextFieldCombo = new UnsettableComboBox();
     this.dataTextFieldEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     this.dataTextFormatStringEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     this.targetCombo = new ComboBox();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     this.urlEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     this.dataUrlFieldCombo = new UnsettableComboBox();
     this.dataUrlFieldEdit = new System.Windows.Forms.TextBox();
     System.Windows.Forms.Label label7 = new System.Windows.Forms.Label();
     this.dataUrlFormatStringEdit = new System.Windows.Forms.TextBox();
     label.SetBounds(0, 0, 160, 14);
     label.Text = System.Design.SR.GetString("DGCol_HC_Text");
     label.TabStop = false;
     label.TabIndex = 1;
     label.Name = "HyperlinkColumnTextLabel";
     this.textEdit.SetBounds(0, 0x10, 0xb6, 0x18);
     this.textEdit.TabIndex = 2;
     this.textEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.textEdit.Name = "HyperlinkColumnTextEdit";
     label2.SetBounds(0, 40, 160, 14);
     label2.Text = System.Design.SR.GetString("DGCol_HC_DataTextField");
     label2.TabStop = false;
     label2.TabIndex = 3;
     label2.Name = "HyperlinkColumnDataTextFieldLabel";
     this.dataTextFieldCombo.SetBounds(0, 0x38, 0xb6, 0x15);
     this.dataTextFieldCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.dataTextFieldCombo.TabIndex = 4;
     this.dataTextFieldCombo.SelectedIndexChanged += new EventHandler(this.OnColumnChanged);
     this.dataTextFieldCombo.Name = "HyperlinkColumnDataTextFieldCombo";
     this.dataTextFieldEdit.SetBounds(0, 0x38, 0xb6, 14);
     this.dataTextFieldEdit.TabIndex = 4;
     this.dataTextFieldEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.dataTextFieldEdit.Name = "HyperlinkColumnDataTextFieldEdit";
     label3.SetBounds(0, 0x52, 160, 14);
     label3.Text = System.Design.SR.GetString("DGCol_HC_DataTextFormat");
     label3.TabStop = false;
     label3.TabIndex = 5;
     label3.Name = "HyperlinkColumnDataTextFormatStringLabel";
     this.dataTextFormatStringEdit.SetBounds(0, 0x62, 0xb6, 0x15);
     this.dataTextFormatStringEdit.TabIndex = 6;
     this.dataTextFormatStringEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.dataTextFormatStringEdit.Name = "HyperlinkColumnDataTextFormatStringEdit";
     label4.SetBounds(0, 0x7b, 160, 14);
     label4.Text = System.Design.SR.GetString("DGCol_HC_Target");
     label4.TabStop = false;
     label4.TabIndex = 7;
     label4.Name = "HyperlinkColumnTargetLabel";
     this.targetCombo.SetBounds(0, 0x8b, 0xb6, 0x15);
     this.targetCombo.TabIndex = 8;
     this.targetCombo.Items.AddRange(new object[] { "_blank", "_parent", "_search", "_self", "_top" });
     this.targetCombo.SelectedIndexChanged += new EventHandler(this.OnColumnChanged);
     this.targetCombo.TextChanged += new EventHandler(this.OnColumnChanged);
     this.targetCombo.Name = "HyperlinkColumnTargetCombo";
     label5.SetBounds(200, 0, 160, 14);
     label5.Text = System.Design.SR.GetString("DGCol_HC_URL");
     label5.TabStop = false;
     label5.TabIndex = 10;
     label5.Name = "HyperlinkColumnUrlLabel";
     this.urlEdit.SetBounds(200, 0x10, 0xb6, 0x18);
     this.urlEdit.TabIndex = 11;
     this.urlEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.urlEdit.Name = "HyperlinkColumnUrlEdit";
     label6.SetBounds(200, 40, 160, 14);
     label6.Text = System.Design.SR.GetString("DGCol_HC_DataURLField");
     label6.TabStop = false;
     label6.TabIndex = 12;
     label6.Name = "HyperlinkColumnDataUrlFieldLabel";
     this.dataUrlFieldCombo.SetBounds(200, 0x38, 0xb6, 0x15);
     this.dataUrlFieldCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.dataUrlFieldCombo.TabIndex = 13;
     this.dataUrlFieldCombo.SelectedIndexChanged += new EventHandler(this.OnColumnChanged);
     this.dataUrlFieldCombo.Name = "HyperlinkColumnDataUrlFieldCombo";
     this.dataUrlFieldEdit.SetBounds(200, 0x38, 0xb6, 14);
     this.dataUrlFieldEdit.TabIndex = 13;
     this.dataUrlFieldEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.dataUrlFieldEdit.Name = "HyperlinkColumnDataUrlFieldEdit";
     label7.SetBounds(200, 0x52, 160, 14);
     label7.Text = System.Design.SR.GetString("DGCol_HC_DataURLFormat");
     label7.TabStop = false;
     label7.TabIndex = 14;
     label7.Name = "HyperlinkColumnDataUrlFormatStringLabel";
     this.dataUrlFormatStringEdit.SetBounds(200, 0x62, 0xb6, 0x15);
     this.dataUrlFormatStringEdit.TabIndex = 15;
     this.dataUrlFormatStringEdit.TextChanged += new EventHandler(this.OnColumnChanged);
     this.dataUrlFormatStringEdit.Name = "HyperlinkColumnDataUrlFormatStringEdit";
     base.Controls.Clear();
     base.Controls.AddRange(new System.Windows.Forms.Control[] { this.dataUrlFormatStringEdit, label7, this.dataUrlFieldEdit, this.dataUrlFieldCombo, label6, this.urlEdit, label5, this.targetCombo, label4, this.dataTextFormatStringEdit, label3, this.dataTextFieldEdit, this.dataTextFieldCombo, label2, this.textEdit, label });
 }
 private void InitForm()
 {
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.formatTree = new System.Windows.Forms.TreeView();
     this.stylePanel = new System.Windows.Forms.Panel();
     GroupLabel label2 = new GroupLabel();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     this.foreColorCombo = new ColorComboBox();
     this.foreColorPickerButton = new System.Windows.Forms.Button();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     this.backColorCombo = new ColorComboBox();
     this.backColorPickerButton = new System.Windows.Forms.Button();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     this.fontNameCombo = new ComboBox();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     this.fontSizeCombo = new UnsettableComboBox();
     this.fontSizeUnit = new UnitControl();
     this.boldCheck = new System.Windows.Forms.CheckBox();
     this.italicCheck = new System.Windows.Forms.CheckBox();
     this.underlineCheck = new System.Windows.Forms.CheckBox();
     this.strikeOutCheck = new System.Windows.Forms.CheckBox();
     this.overlineCheck = new System.Windows.Forms.CheckBox();
     GroupLabel label7 = new GroupLabel();
     System.Windows.Forms.Label label8 = new System.Windows.Forms.Label();
     this.horzAlignCombo = new UnsettableComboBox();
     this.vertAlignLabel = new System.Windows.Forms.Label();
     this.vertAlignCombo = new UnsettableComboBox();
     this.allowWrappingCheck = new System.Windows.Forms.CheckBox();
     GroupLabel label9 = null;
     System.Windows.Forms.Label label10 = null;
     if (base.IsDataGridMode)
     {
         this.columnPanel = new System.Windows.Forms.Panel();
         label9 = new GroupLabel();
         label10 = new System.Windows.Forms.Label();
         this.widthUnit = new UnitControl();
     }
     label.SetBounds(4, 4, 0x6f, 14);
     label.Text = System.Design.SR.GetString("BDLFmt_Objects");
     label.TabStop = false;
     label.TabIndex = 2;
     this.formatTree.SetBounds(4, 20, 0xa2, 350);
     this.formatTree.HideSelection = false;
     this.formatTree.TabIndex = 3;
     this.formatTree.AfterSelect += new TreeViewEventHandler(this.OnSelChangedFormatObject);
     this.stylePanel.SetBounds(0xb1, 4, 230, 370);
     this.stylePanel.TabIndex = 6;
     this.stylePanel.Visible = false;
     label2.SetBounds(0, 2, 0xe0, 14);
     label2.Text = System.Design.SR.GetString("BDLFmt_AppearanceGroup");
     label2.TabStop = false;
     label2.TabIndex = 1;
     label3.SetBounds(8, 0x13, 160, 14);
     label3.Text = System.Design.SR.GetString("BDLFmt_ForeColor");
     label3.TabStop = false;
     label3.TabIndex = 2;
     this.foreColorCombo.SetBounds(8, 0x25, 0x66, 0x16);
     this.foreColorCombo.TabIndex = 3;
     this.foreColorCombo.TextChanged += new EventHandler(this.OnFormatChanged);
     this.foreColorCombo.SelectedIndexChanged += new EventHandler(this.OnFormatChanged);
     this.foreColorPickerButton.SetBounds(0x72, 0x24, 0x18, 0x16);
     this.foreColorPickerButton.TabIndex = 4;
     this.foreColorPickerButton.Text = "...";
     this.foreColorPickerButton.FlatStyle = FlatStyle.System;
     this.foreColorPickerButton.Click += new EventHandler(this.OnClickForeColorPicker);
     this.foreColorPickerButton.AccessibleName = System.Design.SR.GetString("BDLFmt_ChooseColorButton");
     this.foreColorPickerButton.AccessibleDescription = System.Design.SR.GetString("BDLFmt_ChooseForeColorDesc");
     label4.SetBounds(8, 0x3e, 160, 14);
     label4.Text = System.Design.SR.GetString("BDLFmt_BackColor");
     label4.TabStop = false;
     label4.TabIndex = 5;
     this.backColorCombo.SetBounds(8, 0x4e, 0x66, 0x16);
     this.backColorCombo.TabIndex = 6;
     this.backColorCombo.TextChanged += new EventHandler(this.OnFormatChanged);
     this.backColorCombo.SelectedIndexChanged += new EventHandler(this.OnFormatChanged);
     this.backColorPickerButton.SetBounds(0x72, 0x4d, 0x18, 0x16);
     this.backColorPickerButton.TabIndex = 7;
     this.backColorPickerButton.Text = "...";
     this.backColorPickerButton.FlatStyle = FlatStyle.System;
     this.backColorPickerButton.Click += new EventHandler(this.OnClickBackColorPicker);
     this.backColorPickerButton.AccessibleName = System.Design.SR.GetString("BDLFmt_ChooseColorButton");
     this.backColorPickerButton.AccessibleDescription = System.Design.SR.GetString("BDLFmt_ChooseBackColorDesc");
     label5.SetBounds(8, 0x68, 160, 14);
     label5.Text = System.Design.SR.GetString("BDLFmt_FontName");
     label5.TabStop = false;
     label5.TabIndex = 8;
     this.fontNameCombo.SetBounds(8, 120, 200, 0x16);
     this.fontNameCombo.Sorted = true;
     this.fontNameCombo.TabIndex = 9;
     this.fontNameCombo.SelectedIndexChanged += new EventHandler(this.OnFontNameChanged);
     this.fontNameCombo.TextChanged += new EventHandler(this.OnFontNameChanged);
     label6.SetBounds(8, 0x92, 160, 14);
     label6.Text = System.Design.SR.GetString("BDLFmt_FontSize");
     label6.TabStop = false;
     label6.TabIndex = 10;
     this.fontSizeCombo.SetBounds(8, 0xa2, 100, 0x16);
     this.fontSizeCombo.TabIndex = 11;
     this.fontSizeCombo.MaxDropDownItems = 11;
     this.fontSizeCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.fontSizeCombo.Items.AddRange(new object[] { System.Design.SR.GetString("BDLFmt_FS_Smaller"), System.Design.SR.GetString("BDLFmt_FS_Larger"), System.Design.SR.GetString("BDLFmt_FS_XXSmall"), System.Design.SR.GetString("BDLFmt_FS_XSmall"), System.Design.SR.GetString("BDLFmt_FS_Small"), System.Design.SR.GetString("BDLFmt_FS_Medium"), System.Design.SR.GetString("BDLFmt_FS_Large"), System.Design.SR.GetString("BDLFmt_FS_XLarge"), System.Design.SR.GetString("BDLFmt_FS_XXLarge"), System.Design.SR.GetString("BDLFmt_FS_Custom") });
     this.fontSizeCombo.SelectedIndexChanged += new EventHandler(this.OnFontSizeChanged);
     this.fontSizeUnit.SetBounds(0x70, 0xa2, 0x60, 0x16);
     this.fontSizeUnit.AllowNegativeValues = false;
     this.fontSizeUnit.TabIndex = 12;
     this.fontSizeUnit.Changed += new EventHandler(this.OnFormatChanged);
     this.fontSizeUnit.ValueAccessibleDescription = System.Design.SR.GetString("BDLFmt_FontSizeValueDesc");
     this.fontSizeUnit.ValueAccessibleName = System.Design.SR.GetString("BDLFmt_FontSizeValueName");
     this.fontSizeUnit.UnitAccessibleDescription = System.Design.SR.GetString("BDLFmt_FontSizeUnitDesc");
     this.fontSizeUnit.UnitAccessibleName = System.Design.SR.GetString("BDLFmt_FontSizeUnitName");
     this.boldCheck.SetBounds(8, 0xba, 0x6a, 20);
     this.boldCheck.Text = System.Design.SR.GetString("BDLFmt_FontBold");
     this.boldCheck.TabIndex = 13;
     this.boldCheck.TextAlign = ContentAlignment.MiddleLeft;
     this.boldCheck.FlatStyle = FlatStyle.System;
     this.boldCheck.CheckedChanged += new EventHandler(this.OnFormatChanged);
     this.italicCheck.SetBounds(8, 0xcc, 0x6a, 20);
     this.italicCheck.Text = System.Design.SR.GetString("BDLFmt_FontItalic");
     this.italicCheck.TabIndex = 14;
     this.italicCheck.TextAlign = ContentAlignment.MiddleLeft;
     this.italicCheck.FlatStyle = FlatStyle.System;
     this.italicCheck.CheckedChanged += new EventHandler(this.OnFormatChanged);
     this.underlineCheck.SetBounds(8, 0xde, 0x6a, 20);
     this.underlineCheck.Text = System.Design.SR.GetString("BDLFmt_FontUnderline");
     this.underlineCheck.TabIndex = 15;
     this.underlineCheck.TextAlign = ContentAlignment.MiddleLeft;
     this.underlineCheck.FlatStyle = FlatStyle.System;
     this.underlineCheck.CheckedChanged += new EventHandler(this.OnFormatChanged);
     this.strikeOutCheck.SetBounds(120, 0xba, 0x6a, 20);
     this.strikeOutCheck.Text = System.Design.SR.GetString("BDLFmt_FontStrikeout");
     this.strikeOutCheck.TabIndex = 0x10;
     this.strikeOutCheck.TextAlign = ContentAlignment.MiddleLeft;
     this.strikeOutCheck.FlatStyle = FlatStyle.System;
     this.strikeOutCheck.CheckedChanged += new EventHandler(this.OnFormatChanged);
     this.overlineCheck.SetBounds(120, 0xcc, 0x6a, 20);
     this.overlineCheck.Text = System.Design.SR.GetString("BDLFmt_FontOverline");
     this.overlineCheck.TabIndex = 0x11;
     this.overlineCheck.TextAlign = ContentAlignment.MiddleLeft;
     this.overlineCheck.FlatStyle = FlatStyle.System;
     this.overlineCheck.CheckedChanged += new EventHandler(this.OnFormatChanged);
     label7.SetBounds(0, 0xf6, 0xe0, 14);
     label7.Text = System.Design.SR.GetString("BDLFmt_AlignmentGroup");
     label7.TabStop = false;
     label7.TabIndex = 0x12;
     label8.SetBounds(8, 0x108, 160, 14);
     label8.Text = System.Design.SR.GetString("BDLFmt_HorzAlign");
     label8.TabStop = false;
     label8.TabIndex = 0x13;
     this.horzAlignCombo.SetBounds(8, 280, 190, 0x16);
     this.horzAlignCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.horzAlignCombo.Items.AddRange(new object[] { System.Design.SR.GetString("BDLFmt_HA_Left"), System.Design.SR.GetString("BDLFmt_HA_Center"), System.Design.SR.GetString("BDLFmt_HA_Right"), System.Design.SR.GetString("BDLFmt_HA_Justify") });
     this.horzAlignCombo.TabIndex = 20;
     this.horzAlignCombo.SelectedIndexChanged += new EventHandler(this.OnFormatChanged);
     this.vertAlignLabel.SetBounds(8, 0x132, 160, 14);
     this.vertAlignLabel.Text = System.Design.SR.GetString("BDLFmt_VertAlign");
     this.vertAlignLabel.TabStop = false;
     this.vertAlignLabel.TabIndex = 0x15;
     this.vertAlignCombo.SetBounds(8, 0x142, 190, 0x16);
     this.vertAlignCombo.DropDownStyle = ComboBoxStyle.DropDownList;
     this.vertAlignCombo.Items.AddRange(new object[] { System.Design.SR.GetString("BDLFmt_VA_Top"), System.Design.SR.GetString("BDLFmt_VA_Middle"), System.Design.SR.GetString("BDLFmt_VA_Bottom") });
     this.vertAlignCombo.TabIndex = 0x16;
     this.vertAlignCombo.SelectedIndexChanged += new EventHandler(this.OnFormatChanged);
     this.allowWrappingCheck.SetBounds(8, 0x15c, 200, 0x11);
     this.allowWrappingCheck.Text = System.Design.SR.GetString("BDLFmt_AllowWrapping");
     this.allowWrappingCheck.TabIndex = 0x18;
     this.allowWrappingCheck.FlatStyle = FlatStyle.System;
     this.allowWrappingCheck.CheckedChanged += new EventHandler(this.OnFormatChanged);
     if (base.IsDataGridMode)
     {
         this.columnPanel.SetBounds(0xb1, 4, 0x117, 350);
         this.columnPanel.TabIndex = 7;
         this.columnPanel.Visible = false;
         label9.SetBounds(0, 0, 0x117, 14);
         label9.Text = System.Design.SR.GetString("BDLFmt_LayoutGroup");
         label9.TabStop = false;
         label9.TabIndex = 0;
         label10.SetBounds(8, 20, 0x40, 14);
         label10.Text = System.Design.SR.GetString("BDLFmt_Width");
         label10.TabStop = false;
         label10.TabIndex = 1;
         this.widthUnit.SetBounds(80, 0x11, 0x66, 0x16);
         this.widthUnit.AllowNegativeValues = false;
         this.widthUnit.DefaultUnit = 0;
         this.widthUnit.TabIndex = 2;
         this.widthUnit.Changed += new EventHandler(this.OnFormatChanged);
         this.widthUnit.ValueAccessibleName = System.Design.SR.GetString("BDLFmt_WidthValueName");
         this.widthUnit.ValueAccessibleDescription = System.Design.SR.GetString("BDLFmt_WidthValueDesc");
         this.widthUnit.UnitAccessibleName = System.Design.SR.GetString("BDLFmt_WidthUnitName");
         this.widthUnit.UnitAccessibleDescription = System.Design.SR.GetString("BDLFmt_WidthUnitDesc");
     }
     this.Text = System.Design.SR.GetString("BDLFmt_Text");
     base.AccessibleDescription = System.Design.SR.GetString("BDLFmt_Desc");
     base.Size = new Size(0x198, 370);
     base.CommitOnDeactivate = true;
     base.Icon = new Icon(base.GetType(), "FormatPage.ico");
     this.stylePanel.Controls.Clear();
     this.stylePanel.Controls.AddRange(new Control[] { 
         this.allowWrappingCheck, this.vertAlignCombo, this.vertAlignLabel, this.horzAlignCombo, label8, label7, this.overlineCheck, this.strikeOutCheck, this.underlineCheck, this.italicCheck, this.boldCheck, this.fontSizeUnit, this.fontSizeCombo, label6, this.fontNameCombo, label5, 
         this.backColorPickerButton, this.backColorCombo, label4, this.foreColorPickerButton, this.foreColorCombo, label3, label2
      });
     if (base.IsDataGridMode)
     {
         this.columnPanel.Controls.Clear();
         this.columnPanel.Controls.AddRange(new Control[] { this.widthUnit, label10, label9 });
         base.Controls.Clear();
         base.Controls.AddRange(new Control[] { this.columnPanel, this.stylePanel, this.formatTree, label });
     }
     else
     {
         base.Controls.Clear();
         base.Controls.AddRange(new Control[] { this.stylePanel, this.formatTree, label });
     }
 }