using FastReport.Controls; namespace FastReport.Forms { partial class FormsFonts { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.buttonX1 = new System.Windows.Forms.Button(); this.formsSetComboBox = new System.Windows.Forms.ComboBox(); this.labelSettingsFor = new System.Windows.Forms.Label(); this.defaultsButton = new System.Windows.Forms.Button(); this.elementsListBox = new System.Windows.Forms.ListBox(); this.formElementLabel = new System.Windows.Forms.Label(); this.italicCheckBox = new System.Windows.Forms.CheckBox(); this.boldCheckBox = new System.Windows.Forms.CheckBox(); this.sizeComboBox = new System.Windows.Forms.ComboBox(); this.sizeLabel = new System.Windows.Forms.Label(); this.fontComboBox = new System.Windows.Forms.ComboBox(); this.fontLabel = new System.Windows.Forms.Label(); this.ExampleBox = new System.Windows.Forms.Label(); this.sampleLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnOk // this.btnOk.Location = new System.Drawing.Point(373, 285); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(453, 285); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.Location = new System.Drawing.Point(0, 0); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.TabIndex = 0; // // formsSetComboBox // this.formsSetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.formsSetComboBox.FormattingEnabled = true; this.formsSetComboBox.Location = new System.Drawing.Point(12, 29); this.formsSetComboBox.Name = "formsSetComboBox"; this.formsSetComboBox.Size = new System.Drawing.Size(339, 21); this.formsSetComboBox.TabIndex = 2; this.formsSetComboBox.SelectedIndexChanged += new System.EventHandler(this.FormSetComboBox_SelectedIndexChanged); // // labelSettingsFor // this.labelSettingsFor.AutoSize = true; this.labelSettingsFor.Location = new System.Drawing.Point(9, 13); this.labelSettingsFor.Name = "labelSettingsFor"; this.labelSettingsFor.Size = new System.Drawing.Size(91, 13); this.labelSettingsFor.TabIndex = 3; this.labelSettingsFor.Text = "Show settings for"; // // defaultsButton // this.defaultsButton.Location = new System.Drawing.Point(378, 27); this.defaultsButton.Name = "defaultsButton"; this.defaultsButton.Size = new System.Drawing.Size(150, 23); this.defaultsButton.TabIndex = 4; this.defaultsButton.Text = "Use Defaults"; this.defaultsButton.UseVisualStyleBackColor = true; this.defaultsButton.Click += new System.EventHandler(this.DefaultsButton_Click); // // elementsListBox // this.elementsListBox.FormattingEnabled = true; this.elementsListBox.Location = new System.Drawing.Point(12, 126); this.elementsListBox.Name = "elementsListBox"; this.elementsListBox.Size = new System.Drawing.Size(289, 147); this.elementsListBox.TabIndex = 5; this.elementsListBox.SelectedIndexChanged += new System.EventHandler(this.ElementsListBox_SelectedIndexChanged); // // formElementLabel // this.formElementLabel.AutoSize = true; this.formElementLabel.Location = new System.Drawing.Point(9, 110); this.formElementLabel.Name = "formElementLabel"; this.formElementLabel.Size = new System.Drawing.Size(69, 13); this.formElementLabel.TabIndex = 6; this.formElementLabel.Text = "Display items"; // // italicCheckBox // this.italicCheckBox.AutoSize = true; this.italicCheckBox.Location = new System.Drawing.Point(329, 130); this.italicCheckBox.Name = "italicCheckBox"; this.italicCheckBox.Size = new System.Drawing.Size(49, 17); this.italicCheckBox.TabIndex = 8; this.italicCheckBox.Text = "Italic"; this.italicCheckBox.UseVisualStyleBackColor = true; this.italicCheckBox.CheckedChanged += new System.EventHandler(this.OptionChanged); // // boldCheckBox // this.boldCheckBox.AutoSize = true; this.boldCheckBox.Location = new System.Drawing.Point(329, 153); this.boldCheckBox.Name = "boldCheckBox"; this.boldCheckBox.Size = new System.Drawing.Size(46, 17); this.boldCheckBox.TabIndex = 9; this.boldCheckBox.Text = "Bold"; this.boldCheckBox.UseVisualStyleBackColor = true; this.boldCheckBox.CheckedChanged += new System.EventHandler(this.OptionChanged); // // sizeComboBox // this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.sizeComboBox.FormattingEnabled = true; this.sizeComboBox.Location = new System.Drawing.Point(378, 75); this.sizeComboBox.Name = "sizeComboBox"; this.sizeComboBox.Size = new System.Drawing.Size(150, 21); this.sizeComboBox.TabIndex = 10; this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.OptionChanged); // // sizeLabel // this.sizeLabel.AutoSize = true; this.sizeLabel.Location = new System.Drawing.Point(375, 59); this.sizeLabel.Name = "sizeLabel"; this.sizeLabel.Size = new System.Drawing.Size(26, 13); this.sizeLabel.TabIndex = 11; this.sizeLabel.Text = "Size"; // // fontComboBox // this.fontComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.fontComboBox.FormattingEnabled = true; this.fontComboBox.Location = new System.Drawing.Point(12, 75); this.fontComboBox.Name = "fontComboBox"; this.fontComboBox.Size = new System.Drawing.Size(339, 21); this.fontComboBox.TabIndex = 12; this.fontComboBox.SelectedIndexChanged += new System.EventHandler(this.OptionChanged); // // fontLabel // this.fontLabel.AutoSize = true; this.fontLabel.Location = new System.Drawing.Point(9, 59); this.fontLabel.Name = "fontLabel"; this.fontLabel.Size = new System.Drawing.Size(29, 13); this.fontLabel.TabIndex = 13; this.fontLabel.Text = "Font"; // // ExampleBox // this.ExampleBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.ExampleBox.Location = new System.Drawing.Point(329, 201); this.ExampleBox.Name = "ExampleBox"; this.ExampleBox.Size = new System.Drawing.Size(199, 72); this.ExampleBox.TabIndex = 14; this.ExampleBox.Text = "Fast Report"; // // sampleLabel // this.sampleLabel.AutoSize = true; this.sampleLabel.Location = new System.Drawing.Point(326, 183); this.sampleLabel.Name = "sampleLabel"; this.sampleLabel.Size = new System.Drawing.Size(41, 13); this.sampleLabel.TabIndex = 15; this.sampleLabel.Text = "Sample"; // // FormsFonts // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(539, 320); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(FormsFonts_FormClosed); this.Controls.Add(this.sampleLabel); this.Controls.Add(this.ExampleBox); this.Controls.Add(this.fontLabel); this.Controls.Add(this.fontComboBox); this.Controls.Add(this.sizeLabel); this.Controls.Add(this.sizeComboBox); this.Controls.Add(this.boldCheckBox); this.Controls.Add(this.italicCheckBox); this.Controls.Add(this.formElementLabel); this.Controls.Add(this.elementsListBox); this.Controls.Add(this.defaultsButton); this.Controls.Add(this.labelSettingsFor); this.Controls.Add(this.formsSetComboBox); this.Name = "FormsFonts"; this.Text = "Fonts Options Form"; this.Controls.SetChildIndex(this.formsSetComboBox, 0); this.Controls.SetChildIndex(this.labelSettingsFor, 0); this.Controls.SetChildIndex(this.defaultsButton, 0); this.Controls.SetChildIndex(this.elementsListBox, 0); this.Controls.SetChildIndex(this.formElementLabel, 0); this.Controls.SetChildIndex(this.italicCheckBox, 0); this.Controls.SetChildIndex(this.boldCheckBox, 0); this.Controls.SetChildIndex(this.sizeComboBox, 0); this.Controls.SetChildIndex(this.sizeLabel, 0); this.Controls.SetChildIndex(this.fontComboBox, 0); this.Controls.SetChildIndex(this.fontLabel, 0); this.Controls.SetChildIndex(this.ExampleBox, 0); this.Controls.SetChildIndex(this.sampleLabel, 0); this.Controls.SetChildIndex(this.btnOk, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonX1; private System.Windows.Forms.ComboBox formsSetComboBox; private System.Windows.Forms.Label labelSettingsFor; private System.Windows.Forms.Button defaultsButton; private System.Windows.Forms.ListBox elementsListBox; private System.Windows.Forms.Label formElementLabel; private System.Windows.Forms.ComboBox sizeComboBox; private System.Windows.Forms.Label sizeLabel; private System.Windows.Forms.ComboBox fontComboBox; private System.Windows.Forms.Label fontLabel; private System.Windows.Forms.Label ExampleBox; private System.Windows.Forms.Label sampleLabel; private System.Windows.Forms.CheckBox italicCheckBox; private System.Windows.Forms.CheckBox boldCheckBox; } }