/// <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(CurrencyFormatForm)); this.buttonClose = new System.Windows.Forms.Button(); this.groupCurrency = new System.Windows.Forms.GroupBox(); this.labelPositivePattern = new System.Windows.Forms.Label(); this.labelNegativePattern = new System.Windows.Forms.Label(); this.labelGroupSeparator = new System.Windows.Forms.Label(); this.labelGroupSizes = new System.Windows.Forms.Label(); this.labelDecimalSeparator = new System.Windows.Forms.Label(); this.labelDecimalDigits = new System.Windows.Forms.Label(); this.labelSymbol = new System.Windows.Forms.Label(); this.NegativePattern = new CultureExplorer20.CultureExplorerLabel(); this.PositivePattern = new CultureExplorer20.CultureExplorerLabel(); this.GroupSeparator = new CultureExplorer20.CultureExplorerLabel(); this.GroupSizes = new CultureExplorer20.CultureExplorerLabel(); this.DecimalSeparator = new CultureExplorer20.CultureExplorerLabel(); this.DecimalDigits = new CultureExplorer20.CultureExplorerLabel(); this.Symbol = new CultureExplorer20.CultureExplorerLabel(); this.groupCurrency.SuspendLayout(); this.SuspendLayout(); // // buttonClose // resources.ApplyResources(this.buttonClose, "buttonClose"); this.buttonClose.Name = "buttonClose"; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // groupCurrency // this.groupCurrency.Controls.Add(this.NegativePattern); this.groupCurrency.Controls.Add(this.PositivePattern); this.groupCurrency.Controls.Add(this.GroupSeparator); this.groupCurrency.Controls.Add(this.GroupSizes); this.groupCurrency.Controls.Add(this.DecimalSeparator); this.groupCurrency.Controls.Add(this.DecimalDigits); this.groupCurrency.Controls.Add(this.Symbol); this.groupCurrency.Controls.Add(this.labelPositivePattern); this.groupCurrency.Controls.Add(this.labelNegativePattern); this.groupCurrency.Controls.Add(this.labelGroupSeparator); this.groupCurrency.Controls.Add(this.labelGroupSizes); this.groupCurrency.Controls.Add(this.labelDecimalSeparator); this.groupCurrency.Controls.Add(this.labelDecimalDigits); this.groupCurrency.Controls.Add(this.labelSymbol); this.groupCurrency.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.groupCurrency, "groupCurrency"); this.groupCurrency.Name = "groupCurrency"; this.groupCurrency.TabStop = false; // // labelPositivePattern // this.labelPositivePattern.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelPositivePattern, "labelPositivePattern"); this.labelPositivePattern.Name = "labelPositivePattern"; // // labelNegativePattern // this.labelNegativePattern.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelNegativePattern, "labelNegativePattern"); this.labelNegativePattern.Name = "labelNegativePattern"; // // labelGroupSeparator // this.labelGroupSeparator.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelGroupSeparator, "labelGroupSeparator"); this.labelGroupSeparator.Name = "labelGroupSeparator"; // // labelGroupSizes // this.labelGroupSizes.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelGroupSizes, "labelGroupSizes"); this.labelGroupSizes.Name = "labelGroupSizes"; // // labelDecimalSeparator // this.labelDecimalSeparator.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelDecimalSeparator, "labelDecimalSeparator"); this.labelDecimalSeparator.Name = "labelDecimalSeparator"; // // labelDecimalDigits // this.labelDecimalDigits.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelDecimalDigits, "labelDecimalDigits"); this.labelDecimalDigits.Name = "labelDecimalDigits"; // // labelSymbol // this.labelSymbol.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelSymbol, "labelSymbol"); this.labelSymbol.Name = "labelSymbol"; // // NegativePattern // this.NegativePattern.BackColor = System.Drawing.SystemColors.Info; this.NegativePattern.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.NegativePattern.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.NegativePattern, "NegativePattern"); this.NegativePattern.Name = "NegativePattern"; // // PositivePattern // this.PositivePattern.BackColor = System.Drawing.SystemColors.Info; this.PositivePattern.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PositivePattern.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.PositivePattern, "PositivePattern"); this.PositivePattern.Name = "PositivePattern"; // // GroupSeparator // this.GroupSeparator.BackColor = System.Drawing.SystemColors.Info; this.GroupSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.GroupSeparator.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.GroupSeparator, "GroupSeparator"); this.GroupSeparator.Name = "GroupSeparator"; // // GroupSizes // this.GroupSizes.BackColor = System.Drawing.SystemColors.Info; this.GroupSizes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.GroupSizes.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.GroupSizes, "GroupSizes"); this.GroupSizes.Name = "GroupSizes"; // // DecimalSeparator // this.DecimalSeparator.BackColor = System.Drawing.SystemColors.Info; this.DecimalSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.DecimalSeparator.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.DecimalSeparator, "DecimalSeparator"); this.DecimalSeparator.Name = "DecimalSeparator"; // // DecimalDigits // this.DecimalDigits.BackColor = System.Drawing.SystemColors.Info; this.DecimalDigits.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.DecimalDigits.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.DecimalDigits, "DecimalDigits"); this.DecimalDigits.Name = "DecimalDigits"; // // Symbol // this.Symbol.BackColor = System.Drawing.SystemColors.Info; this.Symbol.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Symbol.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.Symbol, "Symbol"); this.Symbol.Name = "Symbol"; // // CurrencyFormatForm // resources.ApplyResources(this, "$this"); this.Controls.Add(this.groupCurrency); this.Controls.Add(this.buttonClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "CurrencyFormatForm"; this.ShowInTaskbar = false; this.Closing += new System.ComponentModel.CancelEventHandler(this.OnClosing); this.groupCurrency.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(CalendarForm)); this.buttonClose = new System.Windows.Forms.Button(); this.labelFirstDay = new System.Windows.Forms.Label(); this.groupBoxDays = new System.Windows.Forms.GroupBox(); this.labelDays = new System.Windows.Forms.Label(); this.groupBoxMonths = new System.Windows.Forms.GroupBox(); this.checkGenitiveMonths = new System.Windows.Forms.CheckBox(); this.labelMonths = new System.Windows.Forms.Label(); this.labelMonthsPerYear = new System.Windows.Forms.Label(); this.groupBoxTime = new System.Windows.Forms.GroupBox(); this.labelPM = new System.Windows.Forms.Label(); this.labelAM = new System.Windows.Forms.Label(); this.labelAlgorithm = new System.Windows.Forms.Label(); this.groupBoxCalendar = new System.Windows.Forms.GroupBox(); this.labelEra = new System.Windows.Forms.Label(); this.labelNativeName = new System.Windows.Forms.Label(); this.CurrentEra = new CultureExplorer20.CultureExplorerLabel(); this.NativeName = new CultureExplorer20.CultureExplorerLabel(); this.Algorithm = new CultureExplorer20.CultureExplorerLabel(); this.PM = new CultureExplorer20.CultureExplorerLabel(); this.AM = new CultureExplorer20.CultureExplorerLabel(); this.listMonths = new CultureExplorer20.CultureExplorerListView(); this.columnMonth = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnMonthAbbr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.MonthsPerYear = new CultureExplorer20.CultureExplorerLabel(); this.FirstDay = new CultureExplorer20.CultureExplorerLabel(); this.listDays = new CultureExplorer20.CultureExplorerListView(); this.columnDay = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnDayAbbr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnDayShortest = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.groupBoxDays.SuspendLayout(); this.groupBoxMonths.SuspendLayout(); this.groupBoxTime.SuspendLayout(); this.groupBoxCalendar.SuspendLayout(); this.SuspendLayout(); // // buttonClose // resources.ApplyResources(this.buttonClose, "buttonClose"); this.buttonClose.Name = "buttonClose"; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // labelFirstDay // resources.ApplyResources(this.labelFirstDay, "labelFirstDay"); this.labelFirstDay.Name = "labelFirstDay"; // // groupBoxDays // this.groupBoxDays.Controls.Add(this.labelDays); this.groupBoxDays.Controls.Add(this.FirstDay); this.groupBoxDays.Controls.Add(this.listDays); this.groupBoxDays.Controls.Add(this.labelFirstDay); this.groupBoxDays.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.groupBoxDays, "groupBoxDays"); this.groupBoxDays.Name = "groupBoxDays"; this.groupBoxDays.TabStop = false; // // labelDays // resources.ApplyResources(this.labelDays, "labelDays"); this.labelDays.Name = "labelDays"; // // groupBoxMonths // this.groupBoxMonths.Controls.Add(this.checkGenitiveMonths); this.groupBoxMonths.Controls.Add(this.labelMonths); this.groupBoxMonths.Controls.Add(this.listMonths); this.groupBoxMonths.Controls.Add(this.MonthsPerYear); this.groupBoxMonths.Controls.Add(this.labelMonthsPerYear); this.groupBoxMonths.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.groupBoxMonths, "groupBoxMonths"); this.groupBoxMonths.Name = "groupBoxMonths"; this.groupBoxMonths.TabStop = false; // // checkGenitiveMonths // resources.ApplyResources(this.checkGenitiveMonths, "checkGenitiveMonths"); this.checkGenitiveMonths.Name = "checkGenitiveMonths"; this.checkGenitiveMonths.UseVisualStyleBackColor = true; this.checkGenitiveMonths.CheckedChanged += new System.EventHandler(this.checkGenitiveMonths_CheckedChanged); // // labelMonths // resources.ApplyResources(this.labelMonths, "labelMonths"); this.labelMonths.Name = "labelMonths"; // // labelMonthsPerYear // resources.ApplyResources(this.labelMonthsPerYear, "labelMonthsPerYear"); this.labelMonthsPerYear.Name = "labelMonthsPerYear"; // // groupBoxTime // resources.ApplyResources(this.groupBoxTime, "groupBoxTime"); this.groupBoxTime.Controls.Add(this.PM); this.groupBoxTime.Controls.Add(this.labelPM); this.groupBoxTime.Controls.Add(this.AM); this.groupBoxTime.Controls.Add(this.labelAM); this.groupBoxTime.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBoxTime.Name = "groupBoxTime"; this.groupBoxTime.TabStop = false; // // labelPM // resources.ApplyResources(this.labelPM, "labelPM"); this.labelPM.Name = "labelPM"; // // labelAM // resources.ApplyResources(this.labelAM, "labelAM"); this.labelAM.Name = "labelAM"; // // labelAlgorithm // resources.ApplyResources(this.labelAlgorithm, "labelAlgorithm"); this.labelAlgorithm.Name = "labelAlgorithm"; // // groupBoxCalendar // resources.ApplyResources(this.groupBoxCalendar, "groupBoxCalendar"); this.groupBoxCalendar.Controls.Add(this.CurrentEra); this.groupBoxCalendar.Controls.Add(this.labelEra); this.groupBoxCalendar.Controls.Add(this.NativeName); this.groupBoxCalendar.Controls.Add(this.labelNativeName); this.groupBoxCalendar.Controls.Add(this.labelAlgorithm); this.groupBoxCalendar.Controls.Add(this.Algorithm); this.groupBoxCalendar.Name = "groupBoxCalendar"; this.groupBoxCalendar.TabStop = false; // // labelEra // resources.ApplyResources(this.labelEra, "labelEra"); this.labelEra.Name = "labelEra"; // // labelNativeName // resources.ApplyResources(this.labelNativeName, "labelNativeName"); this.labelNativeName.Name = "labelNativeName"; // // CurrentEra // resources.ApplyResources(this.CurrentEra, "CurrentEra"); this.CurrentEra.BackColor = System.Drawing.SystemColors.Info; this.CurrentEra.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.CurrentEra.Cursor = System.Windows.Forms.Cursors.Hand; this.CurrentEra.Name = "CurrentEra"; // // NativeName // resources.ApplyResources(this.NativeName, "NativeName"); this.NativeName.BackColor = System.Drawing.SystemColors.Info; this.NativeName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.NativeName.Cursor = System.Windows.Forms.Cursors.Hand; this.NativeName.Name = "NativeName"; // // Algorithm // resources.ApplyResources(this.Algorithm, "Algorithm"); this.Algorithm.BackColor = System.Drawing.SystemColors.Info; this.Algorithm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Algorithm.Cursor = System.Windows.Forms.Cursors.Hand; this.Algorithm.Name = "Algorithm"; // // PM // resources.ApplyResources(this.PM, "PM"); this.PM.BackColor = System.Drawing.SystemColors.Info; this.PM.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PM.Cursor = System.Windows.Forms.Cursors.Hand; this.PM.Name = "PM"; // // AM // resources.ApplyResources(this.AM, "AM"); this.AM.BackColor = System.Drawing.SystemColors.Info; this.AM.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.AM.Cursor = System.Windows.Forms.Cursors.Hand; this.AM.Name = "AM"; // // listMonths // this.listMonths.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnMonth, this.columnMonthAbbr }); this.listMonths.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.listMonths, "listMonths"); this.listMonths.FullRowSelect = true; this.listMonths.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listMonths.HideSelection = false; this.listMonths.Name = "listMonths"; this.listMonths.UseCompatibleStateImageBehavior = false; this.listMonths.View = System.Windows.Forms.View.Details; // // columnMonth // resources.ApplyResources(this.columnMonth, "columnMonth"); // // columnMonthAbbr // resources.ApplyResources(this.columnMonthAbbr, "columnMonthAbbr"); // // MonthsPerYear // resources.ApplyResources(this.MonthsPerYear, "MonthsPerYear"); this.MonthsPerYear.BackColor = System.Drawing.SystemColors.Info; this.MonthsPerYear.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.MonthsPerYear.Cursor = System.Windows.Forms.Cursors.Hand; this.MonthsPerYear.Name = "MonthsPerYear"; // // FirstDay // resources.ApplyResources(this.FirstDay, "FirstDay"); this.FirstDay.BackColor = System.Drawing.SystemColors.Info; this.FirstDay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.FirstDay.Cursor = System.Windows.Forms.Cursors.Hand; this.FirstDay.Name = "FirstDay"; // // listDays // this.listDays.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnDay, this.columnDayAbbr, this.columnDayShortest }); this.listDays.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.listDays, "listDays"); this.listDays.FullRowSelect = true; this.listDays.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listDays.HideSelection = false; this.listDays.Name = "listDays"; this.listDays.UseCompatibleStateImageBehavior = false; this.listDays.View = System.Windows.Forms.View.Details; // // columnDay // resources.ApplyResources(this.columnDay, "columnDay"); // // columnDayAbbr // resources.ApplyResources(this.columnDayAbbr, "columnDayAbbr"); // // columnDayShortest // resources.ApplyResources(this.columnDayShortest, "columnDayShortest"); // // CalendarForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.groupBoxCalendar); this.Controls.Add(this.groupBoxTime); this.Controls.Add(this.groupBoxMonths); this.Controls.Add(this.groupBoxDays); this.Controls.Add(this.buttonClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "CalendarForm"; this.ShowInTaskbar = false; this.Closing += new System.ComponentModel.CancelEventHandler(this.OnClosing); this.groupBoxDays.ResumeLayout(false); this.groupBoxDays.PerformLayout(); this.groupBoxMonths.ResumeLayout(false); this.groupBoxMonths.PerformLayout(); this.groupBoxTime.ResumeLayout(false); this.groupBoxTime.PerformLayout(); this.groupBoxCalendar.ResumeLayout(false); this.groupBoxCalendar.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(NumberFormatForm)); this.labelPositiveInfinity = new System.Windows.Forms.Label(); this.labelGroupSizes = new System.Windows.Forms.Label(); this.DecimalDigits = new CultureExplorer20.CultureExplorerLabel(); this.PositiveSign = new CultureExplorer20.CultureExplorerLabel(); this.DecimalSeparator = new CultureExplorer20.CultureExplorerLabel(); this.labelNegativePattern = new System.Windows.Forms.Label(); this.labelPositiveSign = new System.Windows.Forms.Label(); this.labelNAN = new System.Windows.Forms.Label(); this.labelGroupSeparator = new System.Windows.Forms.Label(); this.NAN = new CultureExplorer20.CultureExplorerLabel(); this.labelDecimalDigits = new System.Windows.Forms.Label(); this.groupDigits = new System.Windows.Forms.GroupBox(); this.NegativePattern = new CultureExplorer20.CultureExplorerLabel(); this.GroupSeparator = new CultureExplorer20.CultureExplorerLabel(); this.GroupSizes = new CultureExplorer20.CultureExplorerLabel(); this.labelDecimalSeparator = new System.Windows.Forms.Label(); this.groupSymbols = new System.Windows.Forms.GroupBox(); this.NegativeInfinity = new CultureExplorer20.CultureExplorerLabel(); this.NegativeSign = new CultureExplorer20.CultureExplorerLabel(); this.PositiveInfinity = new CultureExplorer20.CultureExplorerLabel(); this.labelNegativeSign = new System.Windows.Forms.Label(); this.labelNegativeInfinity = new System.Windows.Forms.Label(); this.buttonClose = new System.Windows.Forms.Button(); this.labelDigitSubstitution = new System.Windows.Forms.Label(); this.DigitSubstitution = new CultureExplorer20.CultureExplorerLabel(); this.groupDigits.SuspendLayout(); this.groupSymbols.SuspendLayout(); this.SuspendLayout(); // // labelPositiveInfinity // this.labelPositiveInfinity.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelPositiveInfinity, "labelPositiveInfinity"); this.labelPositiveInfinity.Name = "labelPositiveInfinity"; // // labelGroupSizes // this.labelGroupSizes.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelGroupSizes, "labelGroupSizes"); this.labelGroupSizes.Name = "labelGroupSizes"; // // DecimalDigits // this.DecimalDigits.BackColor = System.Drawing.SystemColors.Info; this.DecimalDigits.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.DecimalDigits.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.DecimalDigits, "DecimalDigits"); this.DecimalDigits.Name = "DecimalDigits"; // // PositiveSign // this.PositiveSign.BackColor = System.Drawing.SystemColors.Info; this.PositiveSign.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PositiveSign.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.PositiveSign, "PositiveSign"); this.PositiveSign.Name = "PositiveSign"; // // DecimalSeparator // this.DecimalSeparator.BackColor = System.Drawing.SystemColors.Info; this.DecimalSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.DecimalSeparator.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.DecimalSeparator, "DecimalSeparator"); this.DecimalSeparator.Name = "DecimalSeparator"; // // labelNegativePattern // this.labelNegativePattern.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelNegativePattern, "labelNegativePattern"); this.labelNegativePattern.Name = "labelNegativePattern"; // // labelPositiveSign // this.labelPositiveSign.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelPositiveSign, "labelPositiveSign"); this.labelPositiveSign.Name = "labelPositiveSign"; // // labelNAN // this.labelNAN.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelNAN, "labelNAN"); this.labelNAN.Name = "labelNAN"; // // labelGroupSeparator // this.labelGroupSeparator.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelGroupSeparator, "labelGroupSeparator"); this.labelGroupSeparator.Name = "labelGroupSeparator"; // // NAN // this.NAN.BackColor = System.Drawing.SystemColors.Info; this.NAN.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.NAN.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.NAN, "NAN"); this.NAN.Name = "NAN"; // // labelDecimalDigits // this.labelDecimalDigits.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelDecimalDigits, "labelDecimalDigits"); this.labelDecimalDigits.Name = "labelDecimalDigits"; // // groupDigits // this.groupDigits.Controls.Add(this.DigitSubstitution); this.groupDigits.Controls.Add(this.labelDigitSubstitution); this.groupDigits.Controls.Add(this.NegativePattern); this.groupDigits.Controls.Add(this.labelNegativePattern); this.groupDigits.Controls.Add(this.GroupSeparator); this.groupDigits.Controls.Add(this.GroupSizes); this.groupDigits.Controls.Add(this.labelGroupSizes); this.groupDigits.Controls.Add(this.labelGroupSeparator); this.groupDigits.Controls.Add(this.DecimalSeparator); this.groupDigits.Controls.Add(this.labelDecimalSeparator); this.groupDigits.Controls.Add(this.DecimalDigits); this.groupDigits.Controls.Add(this.labelDecimalDigits); this.groupDigits.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.groupDigits, "groupDigits"); this.groupDigits.Name = "groupDigits"; this.groupDigits.TabStop = false; // // NegativePattern // this.NegativePattern.BackColor = System.Drawing.SystemColors.Info; this.NegativePattern.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.NegativePattern.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.NegativePattern, "NegativePattern"); this.NegativePattern.Name = "NegativePattern"; // // GroupSeparator // this.GroupSeparator.BackColor = System.Drawing.SystemColors.Info; this.GroupSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.GroupSeparator.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.GroupSeparator, "GroupSeparator"); this.GroupSeparator.Name = "GroupSeparator"; // // GroupSizes // this.GroupSizes.BackColor = System.Drawing.SystemColors.Info; this.GroupSizes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.GroupSizes.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.GroupSizes, "GroupSizes"); this.GroupSizes.Name = "GroupSizes"; // // labelDecimalSeparator // this.labelDecimalSeparator.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelDecimalSeparator, "labelDecimalSeparator"); this.labelDecimalSeparator.Name = "labelDecimalSeparator"; // // groupSymbols // this.groupSymbols.Controls.Add(this.NAN); this.groupSymbols.Controls.Add(this.NegativeInfinity); this.groupSymbols.Controls.Add(this.NegativeSign); this.groupSymbols.Controls.Add(this.PositiveInfinity); this.groupSymbols.Controls.Add(this.PositiveSign); this.groupSymbols.Controls.Add(this.labelNAN); this.groupSymbols.Controls.Add(this.labelPositiveSign); this.groupSymbols.Controls.Add(this.labelPositiveInfinity); this.groupSymbols.Controls.Add(this.labelNegativeSign); this.groupSymbols.Controls.Add(this.labelNegativeInfinity); this.groupSymbols.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.groupSymbols, "groupSymbols"); this.groupSymbols.Name = "groupSymbols"; this.groupSymbols.TabStop = false; // // NegativeInfinity // this.NegativeInfinity.BackColor = System.Drawing.SystemColors.Info; this.NegativeInfinity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.NegativeInfinity.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.NegativeInfinity, "NegativeInfinity"); this.NegativeInfinity.Name = "NegativeInfinity"; // // NegativeSign // this.NegativeSign.BackColor = System.Drawing.SystemColors.Info; this.NegativeSign.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.NegativeSign.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.NegativeSign, "NegativeSign"); this.NegativeSign.Name = "NegativeSign"; // // PositiveInfinity // this.PositiveInfinity.BackColor = System.Drawing.SystemColors.Info; this.PositiveInfinity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PositiveInfinity.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.PositiveInfinity, "PositiveInfinity"); this.PositiveInfinity.Name = "PositiveInfinity"; // // labelNegativeSign // this.labelNegativeSign.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelNegativeSign, "labelNegativeSign"); this.labelNegativeSign.Name = "labelNegativeSign"; // // labelNegativeInfinity // this.labelNegativeInfinity.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.labelNegativeInfinity, "labelNegativeInfinity"); this.labelNegativeInfinity.Name = "labelNegativeInfinity"; // // buttonClose // resources.ApplyResources(this.buttonClose, "buttonClose"); this.buttonClose.Name = "buttonClose"; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // labelDigitSubstitution // resources.ApplyResources(this.labelDigitSubstitution, "labelDigitSubstitution"); this.labelDigitSubstitution.Name = "labelDigitSubstitution"; // // DigitSubstitution // this.DigitSubstitution.BackColor = System.Drawing.SystemColors.Info; this.DigitSubstitution.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.DigitSubstitution.Cursor = System.Windows.Forms.Cursors.Hand; resources.ApplyResources(this.DigitSubstitution, "DigitSubstitution"); this.DigitSubstitution.Name = "DigitSubstitution"; // // NumberFormatForm // resources.ApplyResources(this, "$this"); this.Controls.Add(this.buttonClose); this.Controls.Add(this.groupSymbols); this.Controls.Add(this.groupDigits); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "NumberFormatForm"; this.ShowInTaskbar = false; this.Closing += new System.ComponentModel.CancelEventHandler(this.OnClosing); this.groupDigits.ResumeLayout(false); this.groupDigits.PerformLayout(); this.groupSymbols.ResumeLayout(false); this.ResumeLayout(false); }