/// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.colorPage = new XDrawing.TestLab.FormPages.ColorPage();
      this.btnOK = new System.Windows.Forms.Button();
      this.btnCancel = new System.Windows.Forms.Button();
      this.SuspendLayout();
      // 
      // colorPage
      // 
      this.colorPage.BackColor = System.Drawing.SystemColors.Control;
      this.colorPage.ColorProperty = null;
      this.colorPage.Location = new System.Drawing.Point(0, 0);
      this.colorPage.Name = "colorPage";
      this.colorPage.Size = new System.Drawing.Size(380, 148);
      this.colorPage.TabIndex = 0;
      // 
      // btnOK
      // 
      this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnOK.Location = new System.Drawing.Point(208, 156);
      this.btnOK.Name = "btnOK";
      this.btnOK.TabIndex = 1;
      this.btnOK.Text = "OK";
      this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
      // 
      // btnCancel
      // 
      this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnCancel.Location = new System.Drawing.Point(292, 156);
      this.btnCancel.Name = "btnCancel";
      this.btnCancel.TabIndex = 1;
      this.btnCancel.Text = "Cancel";
      // 
      // ChooseColorDialog
      // 
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
      this.CancelButton = this.btnCancel;
      this.ClientSize = new System.Drawing.Size(374, 188);
      this.Controls.Add(this.btnOK);
      this.Controls.Add(this.colorPage);
      this.Controls.Add(this.btnCancel);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "ChooseColorDialog";
      this.ShowInTaskbar = false;
      this.Text = "Choose Color";
      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()
 {
     this.colorPage = new XDrawing.TestLab.FormPages.ColorPage();
     this.btnOK     = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // colorPage
     //
     this.colorPage.BackColor     = System.Drawing.SystemColors.Control;
     this.colorPage.ColorProperty = null;
     this.colorPage.Location      = new System.Drawing.Point(0, 0);
     this.colorPage.Name          = "colorPage";
     this.colorPage.Size          = new System.Drawing.Size(380, 148);
     this.colorPage.TabIndex      = 0;
     //
     // btnOK
     //
     this.btnOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Location  = new System.Drawing.Point(208, 156);
     this.btnOK.Name      = "btnOK";
     this.btnOK.TabIndex  = 1;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(292, 156);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "Cancel";
     //
     // ChooseColorDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(374, 188);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.colorPage);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChooseColorDialog";
     this.ShowInTaskbar   = false;
     this.Text            = "Choose Color";
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.colorPage = new XDrawing.TestLab.FormPages.ColorPage();
     this.SuspendLayout();
     //
     // colorPage
     //
     this.colorPage.ColorProperty = null;
     this.colorPage.Location      = new System.Drawing.Point(0, 0);
     this.colorPage.Name          = "colorPage";
     this.colorPage.Size          = new System.Drawing.Size(380, 150);
     this.colorPage.TabIndex      = 0;
     //
     // BrushPage
     //
     this.Controls.Add(this.colorPage);
     this.Name = "BrushPage";
     this.Size = new System.Drawing.Size(380, 240);
     this.ResumeLayout(false);
 }
Beispiel #4
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.colorPage = new XDrawing.TestLab.FormPages.ColorPage();
      this.SuspendLayout();
      // 
      // colorPage
      // 
      this.colorPage.ColorProperty = null;
      this.colorPage.Location = new System.Drawing.Point(0, 0);
      this.colorPage.Name = "colorPage";
      this.colorPage.Size = new System.Drawing.Size(380, 150);
      this.colorPage.TabIndex = 0;
      // 
      // BrushPage
      // 
      this.Controls.Add(this.colorPage);
      this.Name = "BrushPage";
      this.Size = new System.Drawing.Size(380, 240);
      this.ResumeLayout(false);

    }
Beispiel #5
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.colorPage = new XDrawing.TestLab.FormPages.ColorPage();
      this.lblFamily = new System.Windows.Forms.Label();
      this.cbxFamily = new System.Windows.Forms.ComboBox();
      this.btnBold = new System.Windows.Forms.CheckBox();
      this.btnItalic = new System.Windows.Forms.CheckBox();
      this.udSize = new System.Windows.Forms.NumericUpDown();
      this.lblSize = new System.Windows.Forms.Label();
      this.tbxText = new System.Windows.Forms.TextBox();
      this.lblSupportedStyles = new System.Windows.Forms.Label();
      this.btnUnderline = new System.Windows.Forms.CheckBox();
      this.btnStrikeout = new System.Windows.Forms.CheckBox();
      this.btnUnicode = new System.Windows.Forms.CheckBox();
      this.btnEmbed = new System.Windows.Forms.CheckBox();
      ((System.ComponentModel.ISupportInitialize)(this.udSize)).BeginInit();
      this.SuspendLayout();
      // 
      // colorPage
      // 
      this.colorPage.ColorProperty = null;
      this.colorPage.Location = new System.Drawing.Point(0, 0);
      this.colorPage.Name = "colorPage";
      this.colorPage.Size = new System.Drawing.Size(380, 148);
      this.colorPage.TabIndex = 4;
      // 
      // lblFamily
      // 
      this.lblFamily.Location = new System.Drawing.Point(8, 156);
      this.lblFamily.Name = "lblFamily";
      this.lblFamily.Size = new System.Drawing.Size(48, 16);
      this.lblFamily.TabIndex = 1;
      this.lblFamily.Text = "Family";
      // 
      // cbxFamily
      // 
      this.cbxFamily.Location = new System.Drawing.Point(60, 152);
      this.cbxFamily.Name = "cbxFamily";
      this.cbxFamily.Size = new System.Drawing.Size(192, 21);
      this.cbxFamily.TabIndex = 2;
      this.cbxFamily.SelectedIndexChanged += new System.EventHandler(this.cbxFamily_SelectedIndexChanged);
      // 
      // btnBold
      // 
      this.btnBold.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnBold.Location = new System.Drawing.Point(260, 152);
      this.btnBold.Name = "btnBold";
      this.btnBold.Size = new System.Drawing.Size(52, 20);
      this.btnBold.TabIndex = 3;
      this.btnBold.Text = "Bold";
      this.btnBold.CheckedChanged += new System.EventHandler(this.btnBold_CheckedChanged);
      // 
      // btnItalic
      // 
      this.btnItalic.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnItalic.Location = new System.Drawing.Point(320, 152);
      this.btnItalic.Name = "btnItalic";
      this.btnItalic.Size = new System.Drawing.Size(48, 20);
      this.btnItalic.TabIndex = 3;
      this.btnItalic.Text = "Italic";
      this.btnItalic.CheckedChanged += new System.EventHandler(this.btnItalic_CheckedChanged);
      // 
      // udSize
      // 
      this.udSize.ContextMenu = null;
      this.udSize.DecimalPlaces = 1;
      this.udSize.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
      this.udSize.Location = new System.Drawing.Point(60, 200);
      this.udSize.Name = "udSize";
      this.udSize.Size = new System.Drawing.Size(52, 20);
      this.udSize.TabIndex = 5;
      this.udSize.ValueChanged += new System.EventHandler(this.udSize_ValueChanged);
      // 
      // lblSize
      // 
      this.lblSize.Location = new System.Drawing.Point(8, 204);
      this.lblSize.Name = "lblSize";
      this.lblSize.Size = new System.Drawing.Size(40, 16);
      this.lblSize.TabIndex = 1;
      this.lblSize.Text = "Size";
      // 
      // tbxText
      // 
      this.tbxText.Location = new System.Drawing.Point(8, 220);
      this.tbxText.Name = "tbxText";
      this.tbxText.Size = new System.Drawing.Size(364, 20);
      this.tbxText.TabIndex = 6;
      this.tbxText.Text = "AaBbCcfgâÂÄÖÜ";
      this.tbxText.TextChanged += new System.EventHandler(this.tbxText_TextChanged);
      // 
      // lblSupportedStyles
      // 
      this.lblSupportedStyles.Location = new System.Drawing.Point(4, 180);
      this.lblSupportedStyles.Name = "lblSupportedStyles";
      this.lblSupportedStyles.Size = new System.Drawing.Size(364, 16);
      this.lblSupportedStyles.TabIndex = 7;
      this.lblSupportedStyles.Text = "<SupportedStyles>";
      // 
      // btnUnderline
      // 
      this.btnUnderline.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnUnderline.Location = new System.Drawing.Point(116, 200);
      this.btnUnderline.Name = "btnUnderline";
      this.btnUnderline.Size = new System.Drawing.Size(72, 20);
      this.btnUnderline.TabIndex = 3;
      this.btnUnderline.Text = "Underline";
      this.btnUnderline.CheckedChanged += new System.EventHandler(this.btnUnderline_CheckedChanged);
      // 
      // btnStrikeout
      // 
      this.btnStrikeout.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnStrikeout.Location = new System.Drawing.Point(184, 200);
      this.btnStrikeout.Name = "btnStrikeout";
      this.btnStrikeout.Size = new System.Drawing.Size(68, 20);
      this.btnStrikeout.TabIndex = 3;
      this.btnStrikeout.Text = "Strikeout";
      this.btnStrikeout.CheckedChanged += new System.EventHandler(this.btnStrikeout_CheckedChanged);
      // 
      // btnUnicode
      // 
      this.btnUnicode.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnUnicode.Location = new System.Drawing.Point(258, 200);
      this.btnUnicode.Name = "btnUnicode";
      this.btnUnicode.Size = new System.Drawing.Size(68, 20);
      this.btnUnicode.TabIndex = 3;
      this.btnUnicode.Text = "Unicode";
      this.btnUnicode.CheckedChanged += new System.EventHandler(this.btnUnicode_CheckedChanged);
      // 
      // btnEmbed
      // 
      this.btnEmbed.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.btnEmbed.Location = new System.Drawing.Point(332, 200);
      this.btnEmbed.Name = "btnEmbed";
      this.btnEmbed.Size = new System.Drawing.Size(68, 20);
      this.btnEmbed.TabIndex = 3;
      this.btnEmbed.Text = "Embed";
      this.btnEmbed.CheckedChanged += new System.EventHandler(this.btnEmbed_CheckedChanged);
      // 
      // FontPage
      // 
      this.Controls.Add(this.lblSupportedStyles);
      this.Controls.Add(this.tbxText);
      this.Controls.Add(this.udSize);
      this.Controls.Add(this.colorPage);
      this.Controls.Add(this.btnBold);
      this.Controls.Add(this.cbxFamily);
      this.Controls.Add(this.lblFamily);
      this.Controls.Add(this.btnItalic);
      this.Controls.Add(this.lblSize);
      this.Controls.Add(this.btnUnderline);
      this.Controls.Add(this.btnStrikeout);
      this.Controls.Add(this.btnEmbed);
      this.Controls.Add(this.btnUnicode);
      this.Name = "FontPage";
      this.Size = new System.Drawing.Size(380, 248);
      ((System.ComponentModel.ISupportInitialize)(this.udSize)).EndInit();
      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()
 {
     this.colorPage   = new XDrawing.TestLab.FormPages.ColorPage();
     this.lblWidth    = new System.Windows.Forms.Label();
     this.udWidth     = new System.Windows.Forms.NumericUpDown();
     this.lblStyle    = new System.Windows.Forms.Label();
     this.cbxStyle    = new System.Windows.Forms.ComboBox();
     this.lblLineCap  = new System.Windows.Forms.Label();
     this.cbxLineCap  = new System.Windows.Forms.ComboBox();
     this.lblLineJoin = new System.Windows.Forms.Label();
     this.cbxLineJoin = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.udWidth)).BeginInit();
     this.SuspendLayout();
     //
     // colorPage
     //
     this.colorPage.ColorProperty = null;
     this.colorPage.Location      = new System.Drawing.Point(0, 0);
     this.colorPage.Name          = "colorPage";
     this.colorPage.Size          = new System.Drawing.Size(380, 148);
     this.colorPage.TabIndex      = 0;
     //
     // lblWidth
     //
     this.lblWidth.Location = new System.Drawing.Point(12, 164);
     this.lblWidth.Name     = "lblWidth";
     this.lblWidth.Size     = new System.Drawing.Size(52, 16);
     this.lblWidth.TabIndex = 1;
     this.lblWidth.Text     = "&Width:";
     //
     // udWidth
     //
     this.udWidth.DecimalPlaces = 1;
     this.udWidth.Increment     = new System.Decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.udWidth.Location      = new System.Drawing.Point(72, 160);
     this.udWidth.Name          = "udWidth";
     this.udWidth.Size          = new System.Drawing.Size(56, 20);
     this.udWidth.TabIndex      = 2;
     this.udWidth.ValueChanged += new System.EventHandler(this.udWidth_ValueChanged);
     //
     // lblStyle
     //
     this.lblStyle.Location = new System.Drawing.Point(12, 192);
     this.lblStyle.Name     = "lblStyle";
     this.lblStyle.Size     = new System.Drawing.Size(52, 16);
     this.lblStyle.TabIndex = 1;
     this.lblStyle.Text     = "&Style:";
     //
     // cbxStyle
     //
     this.cbxStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxStyle.Items.AddRange(new object[] {
         "Solid (0)",
         "Dash (1)",
         "Dot (2)",
         "DashDot (3)",
         "DashDotDot (4)"
     });
     this.cbxStyle.Location              = new System.Drawing.Point(72, 188);
     this.cbxStyle.Name                  = "cbxStyle";
     this.cbxStyle.Size                  = new System.Drawing.Size(92, 21);
     this.cbxStyle.TabIndex              = 3;
     this.cbxStyle.SelectedIndexChanged += new System.EventHandler(this.cbxStyle_SelectedIndexChanged);
     //
     // lblLineCap
     //
     this.lblLineCap.Location = new System.Drawing.Point(200, 160);
     this.lblLineCap.Name     = "lblLineCap";
     this.lblLineCap.Size     = new System.Drawing.Size(52, 16);
     this.lblLineCap.TabIndex = 1;
     this.lblLineCap.Text     = "LineCap:";
     //
     // cbxLineCap
     //
     this.cbxLineCap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxLineCap.Items.AddRange(new object[] {
         "Flat (0)",
         "Round (1)",
         "Square (2)"
     });
     this.cbxLineCap.Location              = new System.Drawing.Point(260, 156);
     this.cbxLineCap.Name                  = "cbxLineCap";
     this.cbxLineCap.Size                  = new System.Drawing.Size(92, 21);
     this.cbxLineCap.TabIndex              = 3;
     this.cbxLineCap.SelectedIndexChanged += new System.EventHandler(this.cbxLineCap_SelectedIndexChanged);
     //
     // lblLineJoin
     //
     this.lblLineJoin.Location = new System.Drawing.Point(200, 188);
     this.lblLineJoin.Name     = "lblLineJoin";
     this.lblLineJoin.Size     = new System.Drawing.Size(52, 16);
     this.lblLineJoin.TabIndex = 1;
     this.lblLineJoin.Text     = "&LineJoin:";
     //
     // cbxLineJoin
     //
     this.cbxLineJoin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxLineJoin.Items.AddRange(new object[] {
         "Miter (0)",
         "Round (1)",
         "Bevel (2)"
     });
     this.cbxLineJoin.Location              = new System.Drawing.Point(260, 184);
     this.cbxLineJoin.Name                  = "cbxLineJoin";
     this.cbxLineJoin.Size                  = new System.Drawing.Size(92, 21);
     this.cbxLineJoin.TabIndex              = 3;
     this.cbxLineJoin.SelectedIndexChanged += new System.EventHandler(this.cbxLineJoin_SelectedIndexChanged);
     //
     // PenPage
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.cbxStyle);
     this.Controls.Add(this.udWidth);
     this.Controls.Add(this.lblWidth);
     this.Controls.Add(this.colorPage);
     this.Controls.Add(this.lblStyle);
     this.Controls.Add(this.lblLineCap);
     this.Controls.Add(this.cbxLineCap);
     this.Controls.Add(this.lblLineJoin);
     this.Controls.Add(this.cbxLineJoin);
     this.Name = "PenPage";
     this.Size = new System.Drawing.Size(380, 240);
     ((System.ComponentModel.ISupportInitialize)(this.udWidth)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.colorPage          = new XDrawing.TestLab.FormPages.ColorPage();
     this.lblFamily          = new System.Windows.Forms.Label();
     this.cbxFamily          = new System.Windows.Forms.ComboBox();
     this.btnBold            = new System.Windows.Forms.CheckBox();
     this.btnItalic          = new System.Windows.Forms.CheckBox();
     this.udSize             = new System.Windows.Forms.NumericUpDown();
     this.lblSize            = new System.Windows.Forms.Label();
     this.tbxText            = new System.Windows.Forms.TextBox();
     this.lblSupportedStyles = new System.Windows.Forms.Label();
     this.btnUnderline       = new System.Windows.Forms.CheckBox();
     this.btnStrikeout       = new System.Windows.Forms.CheckBox();
     this.btnUnicode         = new System.Windows.Forms.CheckBox();
     this.btnEmbed           = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.udSize)).BeginInit();
     this.SuspendLayout();
     //
     // colorPage
     //
     this.colorPage.ColorProperty = null;
     this.colorPage.Location      = new System.Drawing.Point(0, 0);
     this.colorPage.Name          = "colorPage";
     this.colorPage.Size          = new System.Drawing.Size(380, 148);
     this.colorPage.TabIndex      = 4;
     //
     // lblFamily
     //
     this.lblFamily.Location = new System.Drawing.Point(8, 156);
     this.lblFamily.Name     = "lblFamily";
     this.lblFamily.Size     = new System.Drawing.Size(48, 16);
     this.lblFamily.TabIndex = 1;
     this.lblFamily.Text     = "Family";
     //
     // cbxFamily
     //
     this.cbxFamily.Location              = new System.Drawing.Point(60, 152);
     this.cbxFamily.Name                  = "cbxFamily";
     this.cbxFamily.Size                  = new System.Drawing.Size(192, 21);
     this.cbxFamily.TabIndex              = 2;
     this.cbxFamily.SelectedIndexChanged += new System.EventHandler(this.cbxFamily_SelectedIndexChanged);
     //
     // btnBold
     //
     this.btnBold.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.btnBold.Location        = new System.Drawing.Point(260, 152);
     this.btnBold.Name            = "btnBold";
     this.btnBold.Size            = new System.Drawing.Size(52, 20);
     this.btnBold.TabIndex        = 3;
     this.btnBold.Text            = "Bold";
     this.btnBold.CheckedChanged += new System.EventHandler(this.btnBold_CheckedChanged);
     //
     // btnItalic
     //
     this.btnItalic.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.btnItalic.Location        = new System.Drawing.Point(320, 152);
     this.btnItalic.Name            = "btnItalic";
     this.btnItalic.Size            = new System.Drawing.Size(48, 20);
     this.btnItalic.TabIndex        = 3;
     this.btnItalic.Text            = "Italic";
     this.btnItalic.CheckedChanged += new System.EventHandler(this.btnItalic_CheckedChanged);
     //
     // udSize
     //
     this.udSize.ContextMenu   = null;
     this.udSize.DecimalPlaces = 1;
     this.udSize.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.udSize.Location      = new System.Drawing.Point(60, 200);
     this.udSize.Name          = "udSize";
     this.udSize.Size          = new System.Drawing.Size(52, 20);
     this.udSize.TabIndex      = 5;
     this.udSize.ValueChanged += new System.EventHandler(this.udSize_ValueChanged);
     //
     // lblSize
     //
     this.lblSize.Location = new System.Drawing.Point(8, 204);
     this.lblSize.Name     = "lblSize";
     this.lblSize.Size     = new System.Drawing.Size(40, 16);
     this.lblSize.TabIndex = 1;
     this.lblSize.Text     = "Size";
     //
     // tbxText
     //
     this.tbxText.Location     = new System.Drawing.Point(8, 220);
     this.tbxText.Name         = "tbxText";
     this.tbxText.Size         = new System.Drawing.Size(364, 20);
     this.tbxText.TabIndex     = 6;
     this.tbxText.Text         = "AaBbCcfgâÂÄÖÜ";
     this.tbxText.TextChanged += new System.EventHandler(this.tbxText_TextChanged);
     //
     // lblSupportedStyles
     //
     this.lblSupportedStyles.Location = new System.Drawing.Point(4, 180);
     this.lblSupportedStyles.Name     = "lblSupportedStyles";
     this.lblSupportedStyles.Size     = new System.Drawing.Size(364, 16);
     this.lblSupportedStyles.TabIndex = 7;
     this.lblSupportedStyles.Text     = "<SupportedStyles>";
     //
     // btnUnderline
     //
     this.btnUnderline.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.btnUnderline.Location        = new System.Drawing.Point(116, 200);
     this.btnUnderline.Name            = "btnUnderline";
     this.btnUnderline.Size            = new System.Drawing.Size(72, 20);
     this.btnUnderline.TabIndex        = 3;
     this.btnUnderline.Text            = "Underline";
     this.btnUnderline.CheckedChanged += new System.EventHandler(this.btnUnderline_CheckedChanged);
     //
     // btnStrikeout
     //
     this.btnStrikeout.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.btnStrikeout.Location        = new System.Drawing.Point(184, 200);
     this.btnStrikeout.Name            = "btnStrikeout";
     this.btnStrikeout.Size            = new System.Drawing.Size(68, 20);
     this.btnStrikeout.TabIndex        = 3;
     this.btnStrikeout.Text            = "Strikeout";
     this.btnStrikeout.CheckedChanged += new System.EventHandler(this.btnStrikeout_CheckedChanged);
     //
     // btnUnicode
     //
     this.btnUnicode.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.btnUnicode.Location        = new System.Drawing.Point(258, 200);
     this.btnUnicode.Name            = "btnUnicode";
     this.btnUnicode.Size            = new System.Drawing.Size(68, 20);
     this.btnUnicode.TabIndex        = 3;
     this.btnUnicode.Text            = "Unicode";
     this.btnUnicode.CheckedChanged += new System.EventHandler(this.btnUnicode_CheckedChanged);
     //
     // btnEmbed
     //
     this.btnEmbed.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.btnEmbed.Location        = new System.Drawing.Point(332, 200);
     this.btnEmbed.Name            = "btnEmbed";
     this.btnEmbed.Size            = new System.Drawing.Size(68, 20);
     this.btnEmbed.TabIndex        = 3;
     this.btnEmbed.Text            = "Embed";
     this.btnEmbed.CheckedChanged += new System.EventHandler(this.btnEmbed_CheckedChanged);
     //
     // FontPage
     //
     this.Controls.Add(this.lblSupportedStyles);
     this.Controls.Add(this.tbxText);
     this.Controls.Add(this.udSize);
     this.Controls.Add(this.colorPage);
     this.Controls.Add(this.btnBold);
     this.Controls.Add(this.cbxFamily);
     this.Controls.Add(this.lblFamily);
     this.Controls.Add(this.btnItalic);
     this.Controls.Add(this.lblSize);
     this.Controls.Add(this.btnUnderline);
     this.Controls.Add(this.btnStrikeout);
     this.Controls.Add(this.btnEmbed);
     this.Controls.Add(this.btnUnicode);
     this.Name = "FontPage";
     this.Size = new System.Drawing.Size(380, 248);
     ((System.ComponentModel.ISupportInitialize)(this.udSize)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #8
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.colorPage = new XDrawing.TestLab.FormPages.ColorPage();
      this.lblWidth = new System.Windows.Forms.Label();
      this.udWidth = new System.Windows.Forms.NumericUpDown();
      this.lblStyle = new System.Windows.Forms.Label();
      this.cbxStyle = new System.Windows.Forms.ComboBox();
      this.lblLineCap = new System.Windows.Forms.Label();
      this.cbxLineCap = new System.Windows.Forms.ComboBox();
      this.lblLineJoin = new System.Windows.Forms.Label();
      this.cbxLineJoin = new System.Windows.Forms.ComboBox();
      ((System.ComponentModel.ISupportInitialize)(this.udWidth)).BeginInit();
      this.SuspendLayout();
      // 
      // colorPage
      // 
      this.colorPage.ColorProperty = null;
      this.colorPage.Location = new System.Drawing.Point(0, 0);
      this.colorPage.Name = "colorPage";
      this.colorPage.Size = new System.Drawing.Size(380, 148);
      this.colorPage.TabIndex = 0;
      // 
      // lblWidth
      // 
      this.lblWidth.Location = new System.Drawing.Point(12, 164);
      this.lblWidth.Name = "lblWidth";
      this.lblWidth.Size = new System.Drawing.Size(52, 16);
      this.lblWidth.TabIndex = 1;
      this.lblWidth.Text = "&Width:";
      // 
      // udWidth
      // 
      this.udWidth.DecimalPlaces = 1;
      this.udWidth.Increment = new System.Decimal(new int[] {
                                                              1,
                                                              0,
                                                              0,
                                                              65536});
      this.udWidth.Location = new System.Drawing.Point(72, 160);
      this.udWidth.Name = "udWidth";
      this.udWidth.Size = new System.Drawing.Size(56, 20);
      this.udWidth.TabIndex = 2;
      this.udWidth.ValueChanged += new System.EventHandler(this.udWidth_ValueChanged);
      // 
      // lblStyle
      // 
      this.lblStyle.Location = new System.Drawing.Point(12, 192);
      this.lblStyle.Name = "lblStyle";
      this.lblStyle.Size = new System.Drawing.Size(52, 16);
      this.lblStyle.TabIndex = 1;
      this.lblStyle.Text = "&Style:";
      // 
      // cbxStyle
      // 
      this.cbxStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cbxStyle.Items.AddRange(new object[] {
                                                  "Solid (0)",
                                                  "Dash (1)",
                                                  "Dot (2)",
                                                  "DashDot (3)",
                                                  "DashDotDot (4)"});
      this.cbxStyle.Location = new System.Drawing.Point(72, 188);
      this.cbxStyle.Name = "cbxStyle";
      this.cbxStyle.Size = new System.Drawing.Size(92, 21);
      this.cbxStyle.TabIndex = 3;
      this.cbxStyle.SelectedIndexChanged += new System.EventHandler(this.cbxStyle_SelectedIndexChanged);
      // 
      // lblLineCap
      // 
      this.lblLineCap.Location = new System.Drawing.Point(200, 160);
      this.lblLineCap.Name = "lblLineCap";
      this.lblLineCap.Size = new System.Drawing.Size(52, 16);
      this.lblLineCap.TabIndex = 1;
      this.lblLineCap.Text = "LineCap:";
      // 
      // cbxLineCap
      // 
      this.cbxLineCap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cbxLineCap.Items.AddRange(new object[] {
                                                    "Flat (0)",
                                                    "Round (1)",
                                                    "Square (2)"});
      this.cbxLineCap.Location = new System.Drawing.Point(260, 156);
      this.cbxLineCap.Name = "cbxLineCap";
      this.cbxLineCap.Size = new System.Drawing.Size(92, 21);
      this.cbxLineCap.TabIndex = 3;
      this.cbxLineCap.SelectedIndexChanged += new System.EventHandler(this.cbxLineCap_SelectedIndexChanged);
      // 
      // lblLineJoin
      // 
      this.lblLineJoin.Location = new System.Drawing.Point(200, 188);
      this.lblLineJoin.Name = "lblLineJoin";
      this.lblLineJoin.Size = new System.Drawing.Size(52, 16);
      this.lblLineJoin.TabIndex = 1;
      this.lblLineJoin.Text = "&LineJoin:";
      // 
      // cbxLineJoin
      // 
      this.cbxLineJoin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cbxLineJoin.Items.AddRange(new object[] {
                                                     "Miter (0)",
                                                     "Round (1)",
                                                     "Bevel (2)"});
      this.cbxLineJoin.Location = new System.Drawing.Point(260, 184);
      this.cbxLineJoin.Name = "cbxLineJoin";
      this.cbxLineJoin.Size = new System.Drawing.Size(92, 21);
      this.cbxLineJoin.TabIndex = 3;
      this.cbxLineJoin.SelectedIndexChanged += new System.EventHandler(this.cbxLineJoin_SelectedIndexChanged);
      // 
      // PenPage
      // 
      this.BackColor = System.Drawing.SystemColors.Control;
      this.Controls.Add(this.cbxStyle);
      this.Controls.Add(this.udWidth);
      this.Controls.Add(this.lblWidth);
      this.Controls.Add(this.colorPage);
      this.Controls.Add(this.lblStyle);
      this.Controls.Add(this.lblLineCap);
      this.Controls.Add(this.cbxLineCap);
      this.Controls.Add(this.lblLineJoin);
      this.Controls.Add(this.cbxLineJoin);
      this.Name = "PenPage";
      this.Size = new System.Drawing.Size(380, 240);
      ((System.ComponentModel.ISupportInitialize)(this.udWidth)).EndInit();
      this.ResumeLayout(false);

    }