224 lines
12 KiB
C#
224 lines
12 KiB
C#
|
namespace bzit.bomg
|
||
|
{
|
||
|
partial class BookmarkEditForm
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Required designer variable.
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Clean up any resources being used.
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Windows Form Designer generated code
|
||
|
|
||
|
/// <summary>
|
||
|
/// Required method for Designer support - do not modify
|
||
|
/// the contents of this method with the code editor.
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
this.components = new System.ComponentModel.Container();
|
||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BookmarkEditForm));
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.tbxAddress = new System.Windows.Forms.TextBox();
|
||
|
this.tbxName = new System.Windows.Forms.TextBox();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.tbxDescription = new System.Windows.Forms.TextBox();
|
||
|
this.oToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.pbxIcon = new System.Windows.Forms.PictureBox();
|
||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
|
this.button1 = new RyzStudio.Windows.Forms.BigButton();
|
||
|
this.btnSave = new RyzStudio.Windows.Forms.BigButton();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pbxIcon)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Location = new System.Drawing.Point(12, 12);
|
||
|
this.label1.Margin = new System.Windows.Forms.Padding(3);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(39, 13);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "Name:";
|
||
|
//
|
||
|
// tbxAddress
|
||
|
//
|
||
|
this.tbxAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.tbxAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
|
this.tbxAddress.Location = new System.Drawing.Point(12, 78);
|
||
|
this.tbxAddress.MaxLength = 4096;
|
||
|
this.tbxAddress.Name = "tbxAddress";
|
||
|
this.tbxAddress.Size = new System.Drawing.Size(240, 22);
|
||
|
this.tbxAddress.TabIndex = 0;
|
||
|
this.tbxAddress.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.textBox_PreviewKeyDown);
|
||
|
//
|
||
|
// tbxName
|
||
|
//
|
||
|
this.tbxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.tbxName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
|
this.tbxName.Location = new System.Drawing.Point(12, 31);
|
||
|
this.tbxName.MaxLength = 4096;
|
||
|
this.tbxName.Name = "tbxName";
|
||
|
this.tbxName.Size = new System.Drawing.Size(212, 22);
|
||
|
this.tbxName.TabIndex = 1;
|
||
|
this.tbxName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.textBox_PreviewKeyDown);
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Location = new System.Drawing.Point(12, 59);
|
||
|
this.label2.Margin = new System.Windows.Forms.Padding(3);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(51, 13);
|
||
|
this.label2.TabIndex = 4;
|
||
|
this.label2.Text = "Address:";
|
||
|
//
|
||
|
// tbxDescription
|
||
|
//
|
||
|
this.tbxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.tbxDescription.BackColor = System.Drawing.SystemColors.Window;
|
||
|
this.tbxDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
|
this.tbxDescription.Location = new System.Drawing.Point(12, 125);
|
||
|
this.tbxDescription.MaxLength = 4096;
|
||
|
this.tbxDescription.Multiline = true;
|
||
|
this.tbxDescription.Name = "tbxDescription";
|
||
|
this.tbxDescription.Size = new System.Drawing.Size(240, 84);
|
||
|
this.tbxDescription.TabIndex = 2;
|
||
|
this.tbxDescription.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.textBox_PreviewKeyDown);
|
||
|
//
|
||
|
// oToolTip
|
||
|
//
|
||
|
this.oToolTip.Active = false;
|
||
|
this.oToolTip.BackColor = System.Drawing.Color.IndianRed;
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Location = new System.Drawing.Point(12, 106);
|
||
|
this.label3.Margin = new System.Windows.Forms.Padding(3);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(69, 13);
|
||
|
this.label3.TabIndex = 55;
|
||
|
this.label3.Text = "Description:";
|
||
|
//
|
||
|
// pbxIcon
|
||
|
//
|
||
|
this.pbxIcon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.pbxIcon.BackColor = System.Drawing.SystemColors.Window;
|
||
|
this.pbxIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
|
this.pbxIcon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.pbxIcon.ErrorImage = null;
|
||
|
this.pbxIcon.InitialImage = null;
|
||
|
this.pbxIcon.Location = new System.Drawing.Point(230, 31);
|
||
|
this.pbxIcon.Name = "pbxIcon";
|
||
|
this.pbxIcon.Size = new System.Drawing.Size(22, 22);
|
||
|
this.pbxIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
|
this.pbxIcon.TabIndex = 57;
|
||
|
this.pbxIcon.TabStop = false;
|
||
|
//
|
||
|
// pictureBox1
|
||
|
//
|
||
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
|
this.pictureBox1.ErrorImage = null;
|
||
|
this.pictureBox1.InitialImage = null;
|
||
|
this.pictureBox1.Location = new System.Drawing.Point(12, 227);
|
||
|
this.pictureBox1.Name = "pictureBox1";
|
||
|
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
|
this.pictureBox1.TabIndex = 60;
|
||
|
this.pictureBox1.TabStop = false;
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.button1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
|
this.button1.Location = new System.Drawing.Point(118, 227);
|
||
|
this.button1.MaximumSize = new System.Drawing.Size(120, 32);
|
||
|
this.button1.MinimumSize = new System.Drawing.Size(32, 32);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Padding = new System.Windows.Forms.Padding(4);
|
||
|
this.button1.Size = new System.Drawing.Size(32, 32);
|
||
|
this.button1.TabIndex = 4;
|
||
|
this.button1.Value = "";
|
||
|
this.button1.Click += new System.EventHandler(this.btnRetrievePage_Click);
|
||
|
//
|
||
|
// btnSave
|
||
|
//
|
||
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.btnSave.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
|
this.btnSave.Location = new System.Drawing.Point(156, 227);
|
||
|
this.btnSave.MaximumSize = new System.Drawing.Size(120, 32);
|
||
|
this.btnSave.MinimumSize = new System.Drawing.Size(32, 32);
|
||
|
this.btnSave.Name = "btnSave";
|
||
|
this.btnSave.Padding = new System.Windows.Forms.Padding(4);
|
||
|
this.btnSave.Size = new System.Drawing.Size(96, 32);
|
||
|
this.btnSave.TabIndex = 3;
|
||
|
this.btnSave.Value = "&OK";
|
||
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||
|
//
|
||
|
// BookmarkEditForm
|
||
|
//
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||
|
this.BackColor = System.Drawing.Color.White;
|
||
|
this.ClientSize = new System.Drawing.Size(264, 271);
|
||
|
this.Controls.Add(this.button1);
|
||
|
this.Controls.Add(this.pictureBox1);
|
||
|
this.Controls.Add(this.pbxIcon);
|
||
|
this.Controls.Add(this.tbxDescription);
|
||
|
this.Controls.Add(this.label3);
|
||
|
this.Controls.Add(this.tbxName);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.tbxAddress);
|
||
|
this.Controls.Add(this.btnSave);
|
||
|
this.Controls.Add(this.label2);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.MaximizeBox = false;
|
||
|
this.MinimizeBox = false;
|
||
|
this.Name = "BookmarkEditForm";
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.Text = "Edit Bookmark";
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pbxIcon)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.TextBox tbxAddress;
|
||
|
private System.Windows.Forms.TextBox tbxName;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.TextBox tbxDescription;
|
||
|
private System.Windows.Forms.ToolTip oToolTip;
|
||
|
private RyzStudio.Windows.Forms.BigButton btnSave;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.PictureBox pbxIcon;
|
||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||
|
private RyzStudio.Windows.Forms.BigButton button1;
|
||
|
}
|
||
|
}
|