152 lines
7.5 KiB
C#
152 lines
7.5 KiB
C#
|
|
namespace JRCookbookControls
|
|
{
|
|
partial class JRCookbookEditRecipeIngredient
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
txtIngredientText = new JRCookbookAutoVerticalGrowTextBox();
|
|
btnHeading = new System.Windows.Forms.Button();
|
|
btnDelete = new System.Windows.Forms.Button();
|
|
btnIngredientLink = new System.Windows.Forms.Button();
|
|
txtUnitText = new JRCookbookAutoVerticalGrowTextBox();
|
|
txtQuantityText = new JRCookbookAutoVerticalGrowTextBox();
|
|
toolTip1 = new System.Windows.Forms.ToolTip(components);
|
|
SuspendLayout();
|
|
//
|
|
// txtIngredientText
|
|
//
|
|
txtIngredientText.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
txtIngredientText.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
txtIngredientText.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
txtIngredientText.Location = new System.Drawing.Point(487, 8);
|
|
txtIngredientText.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
txtIngredientText.MinCharactersToMultiLine = 60;
|
|
txtIngredientText.Name = "txtIngredientText";
|
|
txtIngredientText.PlaceholderText = "Ingredient";
|
|
txtIngredientText.Size = new System.Drawing.Size(1025, 47);
|
|
txtIngredientText.TabIndex = 2;
|
|
txtIngredientText.TextChanged += txtIngredientText_TextChanged;
|
|
//
|
|
// btnHeading
|
|
//
|
|
btnHeading.ImageKey = "(none)";
|
|
btnHeading.Location = new System.Drawing.Point(43, 0);
|
|
btnHeading.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
btnHeading.Name = "btnHeading";
|
|
btnHeading.Size = new System.Drawing.Size(56, 63);
|
|
btnHeading.TabIndex = 5;
|
|
toolTip1.SetToolTip(btnHeading, "Toggle Header");
|
|
btnHeading.UseVisualStyleBackColor = true;
|
|
btnHeading.Click += btnHeading_Click;
|
|
//
|
|
// btnDelete
|
|
//
|
|
btnDelete.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
btnDelete.ImageKey = "(none)";
|
|
btnDelete.Location = new System.Drawing.Point(1593, 3);
|
|
btnDelete.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
btnDelete.Name = "btnDelete";
|
|
btnDelete.Size = new System.Drawing.Size(56, 63);
|
|
btnDelete.TabIndex = 4;
|
|
toolTip1.SetToolTip(btnDelete, "Delete");
|
|
btnDelete.UseVisualStyleBackColor = true;
|
|
btnDelete.Visible = false;
|
|
btnDelete.Click += btnDelete_Click;
|
|
//
|
|
// btnIngredientLink
|
|
//
|
|
btnIngredientLink.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
btnIngredientLink.ImageKey = "(none)";
|
|
btnIngredientLink.Location = new System.Drawing.Point(1535, 3);
|
|
btnIngredientLink.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
btnIngredientLink.Name = "btnIngredientLink";
|
|
btnIngredientLink.Size = new System.Drawing.Size(56, 63);
|
|
btnIngredientLink.TabIndex = 3;
|
|
toolTip1.SetToolTip(btnIngredientLink, "Link Ingredient");
|
|
btnIngredientLink.UseVisualStyleBackColor = true;
|
|
btnIngredientLink.Visible = false;
|
|
btnIngredientLink.Click += btnIngredientLink_Click;
|
|
//
|
|
// txtUnitText
|
|
//
|
|
txtUnitText.AutoCompleteCustomSource.AddRange(new string[] { "10 oz", "11-oz", "15-oz", "8-ounce", "8-oz", "can", "can (11 oz)", "can (15 oz)", "can (6 oz)", "cans", "cup", "cups", "dash", "dashes", "gallon", "gallons", "lb", "lbs", "ounces", "oz", "pinch", "pinches", "pint", "pints", "quart", "quarts", "recipe", "slices", "small", "Tbs", "Tbsp", "teaspoon", "tsp" });
|
|
txtUnitText.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
txtUnitText.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
txtUnitText.Location = new System.Drawing.Point(278, 8);
|
|
txtUnitText.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
txtUnitText.MinCharactersToMultiLine = 8;
|
|
txtUnitText.Name = "txtUnitText";
|
|
txtUnitText.PlaceholderText = "Unit";
|
|
txtUnitText.Size = new System.Drawing.Size(198, 47);
|
|
txtUnitText.TabIndex = 1;
|
|
txtUnitText.TextChanged += txtUnitText_TextChanged;
|
|
//
|
|
// txtQuantityText
|
|
//
|
|
txtQuantityText.Location = new System.Drawing.Point(116, 8);
|
|
txtQuantityText.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
txtQuantityText.MinCharactersToMultiLine = 0;
|
|
txtQuantityText.Multiline = true;
|
|
txtQuantityText.Name = "txtQuantityText";
|
|
txtQuantityText.PlaceholderText = "Qty";
|
|
txtQuantityText.Size = new System.Drawing.Size(150, 47);
|
|
txtQuantityText.TabIndex = 0;
|
|
txtQuantityText.TextChanged += txtQuantityText_TextChanged;
|
|
//
|
|
// JRCookbookEditRecipeIngredient
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(17F, 41F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
AutoSize = true;
|
|
BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
Controls.Add(btnDelete);
|
|
Controls.Add(btnHeading);
|
|
Controls.Add(btnIngredientLink);
|
|
Controls.Add(txtIngredientText);
|
|
Controls.Add(txtUnitText);
|
|
Controls.Add(txtQuantityText);
|
|
Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
Name = "JRCookbookEditRecipeIngredient";
|
|
Size = new System.Drawing.Size(1647, 134);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private JRCookbookAutoVerticalGrowTextBox txtIngredientText;
|
|
private System.Windows.Forms.Button btnHeading;
|
|
private System.Windows.Forms.Button btnDelete;
|
|
private System.Windows.Forms.Button btnIngredientLink;
|
|
private JRCookbookControls.JRCookbookAutoVerticalGrowTextBox txtUnitText;
|
|
private JRCookbookAutoVerticalGrowTextBox txtQuantityText;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
}
|
|
}
|