/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblAnchorName = new System.Windows.Forms.Label(); this.lblDiplayText = new System.Windows.Forms.Label(); this.lblLvSelectedAnchor = new System.Windows.Forms.Label(); this.lvSelectedAnchor = new System.Windows.Forms.ListView(); this.txtDisplayText = new WLWStaticAnchorManager.ExtendedTextbox(); this.txtAnchorName = new WLWStaticAnchorManager.ExtendedTextbox(); this.SuspendLayout(); // // lblAnchorName // this.lblAnchorName.AutoSize = true; this.lblAnchorName.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FONT; this.lblAnchorName.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FORECOLOR; this.lblAnchorName.Location = new System.Drawing.Point(12, 60); this.lblAnchorName.Name = "lblAnchorName"; this.lblAnchorName.Size = new System.Drawing.Size(92, 18); this.lblAnchorName.TabIndex = 10; this.lblAnchorName.Text = "Anchor Name"; // // lblDiplayText // this.lblDiplayText.AutoSize = true; this.lblDiplayText.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FONT; this.lblDiplayText.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FORECOLOR; this.lblDiplayText.Location = new System.Drawing.Point(12, 8); this.lblDiplayText.Name = "lblDiplayText"; this.lblDiplayText.Size = new System.Drawing.Size(82, 18); this.lblDiplayText.TabIndex = 12; this.lblDiplayText.Text = "Display Text"; // // lblLvSelectedAnchor // this.lblLvSelectedAnchor.AutoSize = true; this.lblLvSelectedAnchor.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FONT; this.lblLvSelectedAnchor.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FORECOLOR; this.lblLvSelectedAnchor.Location = new System.Drawing.Point(12, 113); this.lblLvSelectedAnchor.Name = "lblLvSelectedAnchor"; this.lblLvSelectedAnchor.Size = new System.Drawing.Size(93, 18); this.lblLvSelectedAnchor.TabIndex = 14; this.lblLvSelectedAnchor.Text = "Select Anchor"; // // lvSelectedAnchor // this.lvSelectedAnchor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvSelectedAnchor.Location = new System.Drawing.Point(15, 133); this.lvSelectedAnchor.Name = "lvSelectedAnchor"; this.lvSelectedAnchor.Size = new System.Drawing.Size(521, 169); this.lvSelectedAnchor.TabIndex = 2; this.lvSelectedAnchor.UseCompatibleStateImageBehavior = false; // // txtDisplayText // this.txtDisplayText.AutoSize = true; this.txtDisplayText.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.txtDisplayText.BackColor = System.Drawing.Color.Silver; this.txtDisplayText.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDisplayText.Location = new System.Drawing.Point(15, 26); this.txtDisplayText.Margin = new System.Windows.Forms.Padding(1); this.txtDisplayText.Name = "txtDisplayText"; this.txtDisplayText.Size = new System.Drawing.Size(521, 21); this.txtDisplayText.TabIndex = 15; this.txtDisplayText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDisplayText.TextBoxBackColor = System.Drawing.SystemColors.Window; this.txtDisplayText.TextBoxBorderColor = System.Drawing.Color.Silver; // // txtAnchorName // this.txtAnchorName.AutoSize = true; this.txtAnchorName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.txtAnchorName.BackColor = System.Drawing.Color.Silver; this.txtAnchorName.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAnchorName.Location = new System.Drawing.Point(15, 78); this.txtAnchorName.Margin = new System.Windows.Forms.Padding(1); this.txtAnchorName.Name = "txtAnchorName"; this.txtAnchorName.Size = new System.Drawing.Size(521, 21); this.txtAnchorName.TabIndex = 16; this.txtAnchorName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtAnchorName.TextBoxBackColor = System.Drawing.SystemColors.Window; this.txtAnchorName.TextBoxBorderColor = System.Drawing.Color.Silver; // // pnlLinkEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtAnchorName); this.Controls.Add(this.txtDisplayText); this.Controls.Add(this.lblLvSelectedAnchor); this.Controls.Add(this.lvSelectedAnchor); this.Controls.Add(this.lblDiplayText); this.Controls.Add(this.lblAnchorName); this.Name = "pnlLinkEditor"; this.Size = new System.Drawing.Size(620, 315); 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.chkShowAnchorText = new System.Windows.Forms.CheckBox(); this.lblDiplayText = new System.Windows.Forms.Label(); this.lblAnchorName = new System.Windows.Forms.Label(); this.txtAnchorName = new WLWStaticAnchorManager.ExtendedTextbox(); this.txtDisplayText = new WLWStaticAnchorManager.ExtendedTextbox(); this.SuspendLayout(); // // chkShowAnchorText // this.chkShowAnchorText.AutoSize = true; this.chkShowAnchorText.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FONT; this.chkShowAnchorText.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FORECOLOR; this.chkShowAnchorText.Location = new System.Drawing.Point(15, 106); this.chkShowAnchorText.Name = "chkShowAnchorText"; this.chkShowAnchorText.Size = new System.Drawing.Size(148, 22); this.chkShowAnchorText.TabIndex = 13; this.chkShowAnchorText.Text = "Include Visible Text"; this.chkShowAnchorText.UseVisualStyleBackColor = true; // // lblDiplayText // this.lblDiplayText.AutoSize = true; this.lblDiplayText.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FONT; this.lblDiplayText.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FORECOLOR; this.lblDiplayText.Location = new System.Drawing.Point(12, 60); this.lblDiplayText.Name = "lblDiplayText"; this.lblDiplayText.Size = new System.Drawing.Size(82, 18); this.lblDiplayText.TabIndex = 12; this.lblDiplayText.Text = "Display Text"; // // lblAnchorName // this.lblAnchorName.AutoSize = true; this.lblAnchorName.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FONT; this.lblAnchorName.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.FORM_LABEL_FORECOLOR; this.lblAnchorName.Location = new System.Drawing.Point(12, 8); this.lblAnchorName.Name = "lblAnchorName"; this.lblAnchorName.Size = new System.Drawing.Size(92, 18); this.lblAnchorName.TabIndex = 10; this.lblAnchorName.Text = "Anchor Name"; // // txtAnchorName // this.txtAnchorName.AutoSize = true; this.txtAnchorName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.txtAnchorName.BackColor = System.Drawing.Color.Silver; this.txtAnchorName.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.STANDARD_USER_FONT; this.txtAnchorName.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.STANDARD_TEXTBOX_FORECOLOR; this.txtAnchorName.Location = new System.Drawing.Point(15, 26); this.txtAnchorName.Margin = new System.Windows.Forms.Padding(1); this.txtAnchorName.Name = "txtAnchorName"; this.txtAnchorName.Size = new System.Drawing.Size(521, 21); this.txtAnchorName.TabIndex = 20; this.txtAnchorName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtAnchorName.TextBoxBackColor = System.Drawing.SystemColors.Window; this.txtAnchorName.TextBoxBorderColor = System.Drawing.Color.Silver; // // txtDisplayText // this.txtDisplayText.AutoSize = true; this.txtDisplayText.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.txtDisplayText.BackColor = System.Drawing.Color.Silver; this.txtDisplayText.Font = global::WLWStaticAnchorManager.Properties.Settings.Default.STANDARD_USER_FONT; this.txtDisplayText.ForeColor = global::WLWStaticAnchorManager.Properties.Settings.Default.STANDARD_TEXTBOX_FORECOLOR; this.txtDisplayText.Location = new System.Drawing.Point(15, 78); this.txtDisplayText.Margin = new System.Windows.Forms.Padding(1); this.txtDisplayText.Name = "txtDisplayText"; this.txtDisplayText.Size = new System.Drawing.Size(521, 21); this.txtDisplayText.TabIndex = 21; this.txtDisplayText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDisplayText.TextBoxBackColor = System.Drawing.SystemColors.Window; this.txtDisplayText.TextBoxBorderColor = System.Drawing.Color.Silver; // // pnlAnchorEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtDisplayText); this.Controls.Add(this.txtAnchorName); this.Controls.Add(this.chkShowAnchorText); this.Controls.Add(this.lblDiplayText); this.Controls.Add(this.lblAnchorName); this.Name = "pnlAnchorEditor"; this.Size = new System.Drawing.Size(582, 315); this.ResumeLayout(false); this.PerformLayout(); }