Click here to Skip to main content
15,895,796 members
Articles / Mobile Apps / iPhone

Tip: iOS Look in Windows Mobile

1 Feb 2012CPOL3 min read 19.5K   4  
An overview of the new features of MobileForms Toolkit

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

namespace OrderDetails
{
    partial class Form1
    {
        /// <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();
            this.uiElementPanelControl = new Resco.UIElements.Controls.UIElementPanelControl();
            this.uiGridPanel3 = new Resco.UIElements.UIGridPanel();
            this.uiOptionView = new Resco.UIElements.UIOptionView();
            this.optionSectionOrder = new Resco.UIElements.OptionSection();
            this.optionENotifyCustomer = new Resco.UIElements.OptionSwitchButton();
            this.optionEComment = new Resco.UIElements.OptionSwitchButton();
            this.optionSectionBillTo = new Resco.UIElements.OptionSection();
            this.optionPageShipInf = new Resco.UIElements.OptionPage();
            this.optionSectionShipAdr = new Resco.UIElements.OptionSection();
            this.optionEPhone = new Resco.UIElements.OptionSwitchButton();
            this.optionEFAX = new Resco.UIElements.OptionSwitchButton();
            this.optionEEmail = new Resco.UIElements.OptionSwitchButton();
            this.optionSectionLanguage = new Resco.UIElements.OptionSection();
            this.optionEQuantity = new Resco.UIElements.OptionCheckBox();
            this.optionEColor = new Resco.UIElements.OptionCheckBox();
            this.optionELanguage = new Resco.UIElements.OptionPage();
            this.optionSectionLang = new Resco.UIElements.OptionSection();
            this.optionRadioEnglish = new Resco.UIElements.OptionRadioBox();
            this.optionRadioGerman = new Resco.UIElements.OptionRadioBox();
            this.optionRadioFrench = new Resco.UIElements.OptionRadioBox();
            this.optionRadioRussian = new Resco.UIElements.OptionRadioBox();
            this.optionRadioSpanish = new Resco.UIElements.OptionRadioBox();
            this.uiBtnDone = new Resco.UIElements.UIButton();
            this.uiBtnBack = new Resco.UIElements.UIButton();
            this.uiGridPanel1 = new Resco.UIElements.UIGridPanel();
            this.uiGridPanel2 = new Resco.UIElements.UIGridPanel();
            this.uiLabelOrderStatus = new Resco.UIElements.UILabel();
            this.uiLabelStatus = new Resco.UIElements.UILabel();
            this.uiLabelComment = new Resco.UIElements.UILabel();
            this.uiLabelNotify = new Resco.UIElements.UILabel();
            this.uiTxtBoxComment = new Resco.UIElements.UITextBox();
            this.uiCheckBoxNotify = new Resco.UIElements.UICheckBox();
            this.uiLabelPurchaseOrder = new Resco.UIElements.UILabel();
            this.uiLabelBillToAddress = new Resco.UIElements.UILabel();
            this.uiLabelColor = new Resco.UIElements.UILabel();
            this.uiLabelDate = new Resco.UIElements.UILabel();
            this.uiLabelID = new Resco.UIElements.UILabel();
            this.uiLabelQuantity = new Resco.UIElements.UILabel();
            this.uiDateTimePicker = new Resco.UIElements.UIDateTimePicker();
            this.uiTextBoxID = new Resco.UIElements.UITextBox();
            this.uiNumericQuantity = new Resco.UIElements.UINumericUpDown();
            this.uiColorPicker = new Resco.UIElements.UIColorPicker();
            this.uiComboStatus = new Resco.UIElements.UIComboBox();
            this.uiLabelName = new Resco.UIElements.UILabel();
            this.uiLabelCompany = new Resco.UIElements.UILabel();
            this.uiLabelAddress = new Resco.UIElements.UILabel();
            this.uiLabelCountry = new Resco.UIElements.UILabel();
            this.uiLabelPhone = new Resco.UIElements.UILabel();
            this.uiLabelFAX = new Resco.UIElements.UILabel();
            this.uiLabelEmail = new Resco.UIElements.UILabel();
            this.uiTextBoxName = new Resco.UIElements.UITextBox();
            this.uiTextBoxCompany = new Resco.UIElements.UITextBox();
            this.uiTextBoxStreet = new Resco.UIElements.UITextBox();
            this.uiTextBoxCity = new Resco.UIElements.UITextBox();
            this.uiTextBoxState = new Resco.UIElements.UITextBox();
            this.uiTextBoxCountry = new Resco.UIElements.UITextBox();
            this.uiTextBoxPhone = new Resco.UIElements.UITextBox();
            this.uiTextBoxFAX = new Resco.UIElements.UITextBox();
            this.uiTextBoxEmail = new Resco.UIElements.UITextBox();
            this.uiLabelLanguage = new Resco.UIElements.UILabel();
            this.uiComboLanguage = new Resco.UIElements.UIComboBox();
            this.uiBtnSave = new Resco.UIElements.UIButton();
            this.uiBtnCancel = new Resco.UIElements.UIButton();
            this.uiBtnKeyboard = new Resco.UIElements.UIButton();
            this.uiGridPanel4 = new Resco.UIElements.UIGridPanel();
            this.uiBtnSettings = new Resco.UIElements.UIButton();
            this.uiLabelOrderDetails = new Resco.UIElements.UILabel();
            this.keyboardPro = new Resco.Controls.KeyboardPro.KeyboardPro(this, this.components);
            this.panelKeyboard = new System.Windows.Forms.Panel();
            this.uiElementPanelControl.SuspendElementLayout();
            this.SuspendLayout();
            // 
            // uiElementPanelControl
            // 
            this.uiElementPanelControl.Children.Add(this.uiGridPanel3);
            this.uiElementPanelControl.Children.Add(this.uiGridPanel1);
            this.uiElementPanelControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiElementPanelControl.Name = "uiElementPanelControl";
            this.uiElementPanelControl.Size = new System.Drawing.Size(240, 320);
            // 
            // uiGridPanel3
            // 
            this.uiGridPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.uiGridPanel3.Children.Add(this.uiOptionView, 0, 0, 3, 1);
            this.uiGridPanel3.Children.Add(this.uiBtnDone, 0, 1);
            this.uiGridPanel3.Children.Add(this.uiBtnBack, 2, 1);
            this.uiGridPanel3.Columns.Add(new Resco.UIElements.GridLinePosition(40, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel3.Columns.Add(new Resco.UIElements.GridLinePosition(20, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel3.Columns.Add(new Resco.UIElements.GridLinePosition(40, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel3.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 240, 320);
            this.uiGridPanel3.Name = "uiGridPanel3";
            this.uiGridPanel3.Padding = new Resco.UIElements.Thickness(5);
            this.uiGridPanel3.Rows.Add(new Resco.UIElements.GridLinePosition(100, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel3.Rows.Add(new Resco.UIElements.GridLinePosition(25, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel3.Visible = false;
            // 
            // uiOptionView
            // 
            this.uiOptionView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.uiOptionView.HeaderForeColor = System.Drawing.Color.White;
            this.uiOptionView.Name = "uiOptionView";
            this.uiOptionView.Sections.Add(this.optionSectionOrder);
            this.uiOptionView.Sections.Add(this.optionSectionBillTo);
            this.uiOptionView.Sections.Add(this.optionSectionLanguage);
            this.uiOptionView.TabIndex = 1;
            // 
            // optionSectionOrder
            // 
            this.optionSectionOrder.Items.Add(this.optionENotifyCustomer);
            this.optionSectionOrder.Items.Add(this.optionEComment);
            this.optionSectionOrder.Text = "Allow to modify";
            // 
            // optionENotifyCustomer
            // 
            this.optionENotifyCustomer.Checked = true;
            this.optionENotifyCustomer.Text = "Notify customer";
            // 
            // optionEComment
            // 
            this.optionEComment.Checked = true;
            this.optionEComment.Text = "Comment";
            // 
            // optionSectionBillTo
            // 
            this.optionSectionBillTo.Items.Add(this.optionPageShipInf);
            this.optionSectionBillTo.Text = "Bill To";
            // 
            // optionPageShipInf
            // 
            this.optionPageShipInf.Sections.Add(this.optionSectionShipAdr);
            this.optionPageShipInf.Text = "Shipping information";
            // 
            // optionSectionShipAdr
            // 
            this.optionSectionShipAdr.Items.Add(this.optionEPhone);
            this.optionSectionShipAdr.Items.Add(this.optionEFAX);
            this.optionSectionShipAdr.Items.Add(this.optionEEmail);
            this.optionSectionShipAdr.Text = "Shipping address";
            // 
            // optionEPhone
            // 
            this.optionEPhone.Checked = true;
            this.optionEPhone.Text = "Phone";
            // 
            // optionEFAX
            // 
            this.optionEFAX.Checked = true;
            this.optionEFAX.Text = "FAX";
            // 
            // optionEEmail
            // 
            this.optionEEmail.Checked = true;
            this.optionEEmail.Text = "Email";
            // 
            // optionSectionLanguage
            // 
            this.optionSectionLanguage.Items.Add(this.optionEQuantity);
            this.optionSectionLanguage.Items.Add(this.optionEColor);
            this.optionSectionLanguage.Items.Add(this.optionELanguage);
            this.optionSectionLanguage.Text = "Product";
            // 
            // optionEQuantity
            // 
            this.optionEQuantity.Checked = true;
            this.optionEQuantity.Text = "Quantity";
            // 
            // optionEColor
            // 
            this.optionEColor.Checked = true;
            this.optionEColor.Text = "Color";
            // 
            // optionELanguage
            // 
            this.optionELanguage.OptionLabelType = Resco.UIElements.OptionLabelType.LeftTextAndRightLabel;
            this.optionELanguage.Sections.Add(this.optionSectionLang);
            this.optionELanguage.Text = "Default language";
            // 
            // optionSectionLang
            // 
            this.optionSectionLang.Items.Add(this.optionRadioEnglish);
            this.optionSectionLang.Items.Add(this.optionRadioGerman);
            this.optionSectionLang.Items.Add(this.optionRadioFrench);
            this.optionSectionLang.Items.Add(this.optionRadioRussian);
            this.optionSectionLang.Items.Add(this.optionRadioSpanish);
            this.optionSectionLang.Text = "Language";
            // 
            // optionRadioEnglish
            // 
            this.optionRadioEnglish.AutoBackOnPrevPage = true;
            this.optionRadioEnglish.Checked = true;
            this.optionRadioEnglish.ModifyParentsLabel = true;
            this.optionRadioEnglish.Text = "English";
            // 
            // optionRadioGerman
            // 
            this.optionRadioGerman.AutoBackOnPrevPage = true;
            this.optionRadioGerman.ModifyParentsLabel = true;
            this.optionRadioGerman.Text = "German";
            // 
            // optionRadioFrench
            // 
            this.optionRadioFrench.AutoBackOnPrevPage = true;
            this.optionRadioFrench.ModifyParentsLabel = true;
            this.optionRadioFrench.Text = "French";
            // 
            // optionRadioRussian
            // 
            this.optionRadioRussian.AutoBackOnPrevPage = true;
            this.optionRadioRussian.ModifyParentsLabel = true;
            this.optionRadioRussian.Text = "Russian";
            // 
            // optionRadioSpanish
            // 
            this.optionRadioSpanish.AutoBackOnPrevPage = true;
            this.optionRadioSpanish.ModifyParentsLabel = true;
            this.optionRadioSpanish.Text = "Spanish";
            // 
            // uiBtnDone
            // 
            this.uiBtnDone.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnDone.BorderThickness = 0;
            this.uiBtnDone.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.uiBtnDone.ForeColor = System.Drawing.Color.White;
            this.uiBtnDone.IsFocusable = false;
            this.uiBtnDone.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 92, 25);
            this.uiBtnDone.Name = "uiBtnDone";
            this.uiBtnDone.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnDone.TabIndex = 2;
            this.uiBtnDone.Text = "Done";
            this.uiBtnDone.Click += new Resco.UIElements.UIMouseEventHandler(this.uiBtnDone_Click);
            // 
            // uiBtnBack
            // 
            this.uiBtnBack.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnBack.BorderThickness = 0;
            this.uiBtnBack.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.uiBtnBack.ForeColor = System.Drawing.Color.White;
            this.uiBtnBack.IsFocusable = false;
            this.uiBtnBack.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Right, Resco.UIElements.VAlignment.Stretch, -4, 0, 0, 0, 96, 25);
            this.uiBtnBack.Name = "uiBtnBack";
            this.uiBtnBack.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnBack.TabIndex = 3;
            this.uiBtnBack.Text = "Back";
            this.uiBtnBack.Click += new Resco.UIElements.UIMouseEventHandler(this.uiBtnBack_Click);
            // 
            // uiGridPanel1
            // 
            this.uiGridPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.uiGridPanel1.Children.Add(this.uiGridPanel2, 0, 1, 3, 1);
            this.uiGridPanel1.Children.Add(this.uiBtnSave, 0, 2);
            this.uiGridPanel1.Children.Add(this.uiBtnCancel, 2, 2);
            this.uiGridPanel1.Children.Add(this.uiBtnKeyboard, 1, 2);
            this.uiGridPanel1.Children.Add(this.uiGridPanel4, 0, 0, 3, 1);
            this.uiGridPanel1.Columns.Add(new Resco.UIElements.GridLinePosition(40, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel1.Columns.Add(new Resco.UIElements.GridLinePosition(20, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel1.Columns.Add(new Resco.UIElements.GridLinePosition(40, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel1.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 240, 320);
            this.uiGridPanel1.Name = "uiGridPanel1";
            this.uiGridPanel1.Rows.Add(new Resco.UIElements.GridLinePosition(37, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel1.Rows.Add(new Resco.UIElements.GridLinePosition(100, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel1.Rows.Add(new Resco.UIElements.GridLinePosition(25, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel1.TabIndex = 1;
            // 
            // uiGridPanel2
            // 
            this.uiGridPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.uiGridPanel2.Children.Add(this.uiLabelOrderStatus, 0, 0, 3, 1);
            this.uiGridPanel2.Children.Add(this.uiLabelStatus, 0, 1);
            this.uiGridPanel2.Children.Add(this.uiLabelComment, 0, 2);
            this.uiGridPanel2.Children.Add(this.uiLabelNotify, 0, 3, 2, 1);
            this.uiGridPanel2.Children.Add(this.uiTxtBoxComment, 2, 2);
            this.uiGridPanel2.Children.Add(this.uiCheckBoxNotify, 2, 3);
            this.uiGridPanel2.Children.Add(this.uiLabelPurchaseOrder, 0, 4, 3, 1);
            this.uiGridPanel2.Children.Add(this.uiLabelBillToAddress, 0, 10, 3, 1);
            this.uiGridPanel2.Children.Add(this.uiLabelColor, 0, 9);
            this.uiGridPanel2.Children.Add(this.uiLabelDate, 0, 6);
            this.uiGridPanel2.Children.Add(this.uiLabelID, 0, 5);
            this.uiGridPanel2.Children.Add(this.uiLabelQuantity, 0, 7);
            this.uiGridPanel2.Children.Add(this.uiDateTimePicker, 2, 6);
            this.uiGridPanel2.Children.Add(this.uiTextBoxID, 2, 5);
            this.uiGridPanel2.Children.Add(this.uiNumericQuantity, 2, 7);
            this.uiGridPanel2.Children.Add(this.uiColorPicker, 2, 9);
            this.uiGridPanel2.Children.Add(this.uiComboStatus, 2, 1);
            this.uiGridPanel2.Children.Add(this.uiLabelName, 0, 11);
            this.uiGridPanel2.Children.Add(this.uiLabelCompany, 0, 12);
            this.uiGridPanel2.Children.Add(this.uiLabelAddress, 0, 13);
            this.uiGridPanel2.Children.Add(this.uiLabelCountry, 0, 14);
            this.uiGridPanel2.Children.Add(this.uiLabelPhone, 0, 15);
            this.uiGridPanel2.Children.Add(this.uiLabelFAX, 0, 16);
            this.uiGridPanel2.Children.Add(this.uiLabelEmail, 0, 17);
            this.uiGridPanel2.Children.Add(this.uiTextBoxName, 2, 11);
            this.uiGridPanel2.Children.Add(this.uiTextBoxCompany, 2, 12);
            this.uiGridPanel2.Children.Add(this.uiTextBoxStreet, 2, 13);
            this.uiGridPanel2.Children.Add(this.uiTextBoxCity, 2, 13);
            this.uiGridPanel2.Children.Add(this.uiTextBoxState, 2, 13);
            this.uiGridPanel2.Children.Add(this.uiTextBoxCountry, 2, 14);
            this.uiGridPanel2.Children.Add(this.uiTextBoxPhone, 2, 15);
            this.uiGridPanel2.Children.Add(this.uiTextBoxFAX, 2, 16);
            this.uiGridPanel2.Children.Add(this.uiTextBoxEmail, 2, 17);
            this.uiGridPanel2.Children.Add(this.uiLabelLanguage, 0, 8);
            this.uiGridPanel2.Children.Add(this.uiComboLanguage, 2, 8);
            this.uiGridPanel2.Columns.Add(new Resco.UIElements.GridLinePosition(40, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel2.Columns.Add(new Resco.UIElements.GridLinePosition(0, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel2.Columns.Add(new Resco.UIElements.GridLinePosition(58, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel2.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 240, 258);
            this.uiGridPanel2.Name = "uiGridPanel2";
            this.uiGridPanel2.Padding = new Resco.UIElements.Thickness(5, 0, 5, 0);
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(60, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(90, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.Rows.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Absolute, true));
            this.uiGridPanel2.TabIndex = 5;
            // 
            // uiLabelOrderStatus
            // 
            this.uiLabelOrderStatus.AutoSize = false;
            this.uiLabelOrderStatus.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.uiLabelOrderStatus.ForeColor = System.Drawing.Color.White;
            this.uiLabelOrderStatus.Name = "uiLabelOrderStatus";
            this.uiLabelOrderStatus.Padding = new Resco.UIElements.Thickness(5, 0, 0, 3);
            this.uiLabelOrderStatus.Text = "ORDER STATUS";
            this.uiLabelOrderStatus.TextAlignment = Resco.Drawing.Alignment.BottomLeft;
            // 
            // uiLabelStatus
            // 
            this.uiLabelStatus.AutoSize = false;
            this.uiLabelStatus.ForeColor = System.Drawing.Color.White;
            this.uiLabelStatus.Name = "uiLabelStatus";
            this.uiLabelStatus.TabIndex = 1;
            this.uiLabelStatus.Text = "Status";
            this.uiLabelStatus.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelComment
            // 
            this.uiLabelComment.AutoSize = false;
            this.uiLabelComment.ForeColor = System.Drawing.Color.White;
            this.uiLabelComment.Name = "uiLabelComment";
            this.uiLabelComment.Padding = new Resco.UIElements.Thickness(0, 5, 0, 0);
            this.uiLabelComment.TabIndex = 2;
            this.uiLabelComment.Text = "Commnent";
            this.uiLabelComment.TextAlignment = Resco.Drawing.Alignment.TopRight;
            // 
            // uiLabelNotify
            // 
            this.uiLabelNotify.AutoSize = false;
            this.uiLabelNotify.ForeColor = System.Drawing.Color.White;
            this.uiLabelNotify.Name = "uiLabelNotify";
            this.uiLabelNotify.TabIndex = 3;
            this.uiLabelNotify.Text = "Notify customer";
            this.uiLabelNotify.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiTxtBoxComment
            // 
            this.uiTxtBoxComment.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Comment", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTxtBoxComment.DefaultText = "add a commnet";
            this.uiTxtBoxComment.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 56);
            this.uiTxtBoxComment.Multiline = true;
            this.uiTxtBoxComment.Name = "uiTxtBoxComment";
            this.uiTxtBoxComment.Padding = new Resco.UIElements.Thickness(5, 2, 0, 2);
            this.uiTxtBoxComment.RoundedCornerRadius = 3;
            this.uiTxtBoxComment.TabIndex = 5;
            this.uiTxtBoxComment.TextAlignment = Resco.Drawing.Alignment.TopLeft;
            // 
            // uiCheckBoxNotify
            // 
            this.uiCheckBoxNotify.AutoSize = false;
            this.uiCheckBoxNotify.DataBindings.Add(new Resco.UIElements.ElementBinding("Checked", "NotifyCustomer", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiCheckBoxNotify.FocusedBackground.BorderThickness = 0;
            this.uiCheckBoxNotify.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Right, Resco.UIElements.VAlignment.Stretch, -5, -1, 0, 0, 138, 31);
            this.uiCheckBoxNotify.Name = "uiCheckBoxNotify";
            this.uiCheckBoxNotify.Padding = new Resco.UIElements.Thickness(10, 2, 2, 2);
            this.uiCheckBoxNotify.TabIndex = 6;
            // 
            // uiLabelPurchaseOrder
            // 
            this.uiLabelPurchaseOrder.AutoSize = false;
            this.uiLabelPurchaseOrder.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.uiLabelPurchaseOrder.ForeColor = System.Drawing.Color.White;
            this.uiLabelPurchaseOrder.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Left, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 225, 30);
            this.uiLabelPurchaseOrder.Name = "uiLabelPurchaseOrder";
            this.uiLabelPurchaseOrder.Padding = new Resco.UIElements.Thickness(5, 0, 0, 3);
            this.uiLabelPurchaseOrder.TabIndex = 7;
            this.uiLabelPurchaseOrder.Text = "PURCHASE ORDER";
            this.uiLabelPurchaseOrder.TextAlignment = Resco.Drawing.Alignment.BottomLeft;
            // 
            // uiLabelBillToAddress
            // 
            this.uiLabelBillToAddress.AutoSize = false;
            this.uiLabelBillToAddress.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.uiLabelBillToAddress.ForeColor = System.Drawing.Color.White;
            this.uiLabelBillToAddress.Name = "uiLabelBillToAddress";
            this.uiLabelBillToAddress.Padding = new Resco.UIElements.Thickness(5, 0, 0, 3);
            this.uiLabelBillToAddress.TabIndex = 8;
            this.uiLabelBillToAddress.Text = "BILL TO ADDRESS";
            this.uiLabelBillToAddress.TextAlignment = Resco.Drawing.Alignment.BottomLeft;
            // 
            // uiLabelColor
            // 
            this.uiLabelColor.AutoSize = false;
            this.uiLabelColor.ForeColor = System.Drawing.Color.White;
            this.uiLabelColor.Name = "uiLabelColor";
            this.uiLabelColor.TabIndex = 9;
            this.uiLabelColor.Text = "Color";
            this.uiLabelColor.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelDate
            // 
            this.uiLabelDate.AutoSize = false;
            this.uiLabelDate.ForeColor = System.Drawing.Color.White;
            this.uiLabelDate.Name = "uiLabelDate";
            this.uiLabelDate.TabIndex = 10;
            this.uiLabelDate.Text = "Delivery Date";
            this.uiLabelDate.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelID
            // 
            this.uiLabelID.AutoSize = false;
            this.uiLabelID.ForeColor = System.Drawing.Color.White;
            this.uiLabelID.Name = "uiLabelID";
            this.uiLabelID.TabIndex = 11;
            this.uiLabelID.Text = "Product ID";
            this.uiLabelID.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelQuantity
            // 
            this.uiLabelQuantity.AutoSize = false;
            this.uiLabelQuantity.ForeColor = System.Drawing.Color.White;
            this.uiLabelQuantity.Name = "uiLabelQuantity";
            this.uiLabelQuantity.TabIndex = 12;
            this.uiLabelQuantity.Text = "Quantity";
            this.uiLabelQuantity.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiDateTimePicker
            // 
            // 
            // 
            // 
            this.uiDateTimePicker.ArrowElement.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDown");
            this.uiDateTimePicker.ArrowElement.BackgroundImageLayout = Resco.UIElements.ImageLayout.Center;
            this.uiDateTimePicker.ArrowElement.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDownbtn-push");
            this.uiDateTimePicker.ArrowElement.ShowTriangle = false;
            this.uiDateTimePicker.ArrowElementWidth = 26;
            this.uiDateTimePicker.BackColor = System.Drawing.SystemColors.Window;
            this.uiDateTimePicker.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiDateTimePicker.Name = "uiDateTimePicker";
            this.uiDateTimePicker.RoundedCornerRadius = 3;
            this.uiDateTimePicker.TabIndex = 13;
            // 
            // uiTextBoxID
            // 
            this.uiTextBoxID.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Product", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxID.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxID.Name = "uiTextBoxID";
            this.uiTextBoxID.RoundedCornerRadius = 3;
            this.uiTextBoxID.TabIndex = 14;
            // 
            // uiNumericQuantity
            // 
            this.uiNumericQuantity.DataBindings.Add(new Resco.UIElements.ElementBinding("Value", "Quantity", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiNumericQuantity.FocusedBackground.BorderThickness = 1;
            this.uiNumericQuantity.FormatString = "";
            this.uiNumericQuantity.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            // 
            // 
            // 
            this.uiNumericQuantity.MinusButton.AdornmentType = Resco.UIElements.AdornmentType.None;
            this.uiNumericQuantity.MinusButton.BackColor = System.Drawing.Color.Transparent;
            this.uiNumericQuantity.MinusButton.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.UpDownBtnLeft");
            this.uiNumericQuantity.MinusButton.BackgroundImageLayout = Resco.UIElements.ImageLayout.Center;
            this.uiNumericQuantity.MinusButton.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiNumericQuantity.MinusButton.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.UpDownBtnLeft-push");
            this.uiNumericQuantity.Name = "uiNumericQuantity";
            // 
            // 
            // 
            this.uiNumericQuantity.PlusButton.AdornmentType = Resco.UIElements.AdornmentType.None;
            this.uiNumericQuantity.PlusButton.BackColor = System.Drawing.Color.Transparent;
            this.uiNumericQuantity.PlusButton.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.UpDownBtnright");
            this.uiNumericQuantity.PlusButton.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiNumericQuantity.PlusButton.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.UpDownBtnright-push");
            this.uiNumericQuantity.RoundedCornerRadius = 3;
            this.uiNumericQuantity.TabIndex = 15;
            this.uiNumericQuantity.UpDownAlign = Resco.UIElements.UpDownAlignment.HorizontalSplit;
            this.uiNumericQuantity.UpDownBorderThickness = 0;
            this.uiNumericQuantity.UpDownWidth = 26;
            // 
            // uiColorPicker
            // 
            // 
            // 
            // 
            this.uiColorPicker.ArrowElement.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDown");
            this.uiColorPicker.ArrowElement.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDownbtn-push");
            this.uiColorPicker.ArrowElement.ShowTriangle = false;
            this.uiColorPicker.ArrowElementWidth = 26;
            this.uiColorPicker.BackColor = System.Drawing.SystemColors.Window;
            this.uiColorPicker.DataBindings.Add(new Resco.UIElements.ElementBinding("Color", "Color", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiColorPicker.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiColorPicker.Name = "uiColorPicker";
            this.uiColorPicker.RoundedCornerRadius = 3;
            this.uiColorPicker.TabIndex = 16;
            this.uiColorPicker.Text = "uiColorPicker1";
            // 
            // uiComboStatus
            // 
            // 
            // 
            // 
            this.uiComboStatus.ArrowElement.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDown");
            this.uiComboStatus.ArrowElement.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDownbtn-push");
            this.uiComboStatus.ArrowElement.ShowTriangle = false;
            this.uiComboStatus.ArrowElementWidth = 26;
            this.uiComboStatus.BackColor = System.Drawing.SystemColors.Window;
            this.uiComboStatus.DataBindings.Add(new Resco.UIElements.ElementBinding("SelectedItem", "Status", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiComboStatus.DropDownHeight = 80;
            this.uiComboStatus.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiComboStatus.Name = "uiComboStatus";
            this.uiComboStatus.RoundedCornerRadius = 3;
            this.uiComboStatus.TabIndex = 17;
            this.uiComboStatus.Tag = "";
            // 
            // uiLabelName
            // 
            this.uiLabelName.AutoSize = false;
            this.uiLabelName.ForeColor = System.Drawing.Color.White;
            this.uiLabelName.Name = "uiLabelName";
            this.uiLabelName.TabIndex = 18;
            this.uiLabelName.Text = "Name";
            this.uiLabelName.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelCompany
            // 
            this.uiLabelCompany.AutoSize = false;
            this.uiLabelCompany.ForeColor = System.Drawing.Color.White;
            this.uiLabelCompany.Name = "uiLabelCompany";
            this.uiLabelCompany.TabIndex = 19;
            this.uiLabelCompany.Text = "Company";
            this.uiLabelCompany.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelAddress
            // 
            this.uiLabelAddress.AutoSize = false;
            this.uiLabelAddress.ForeColor = System.Drawing.Color.White;
            this.uiLabelAddress.Name = "uiLabelAddress";
            this.uiLabelAddress.TabIndex = 20;
            this.uiLabelAddress.Text = "Address";
            this.uiLabelAddress.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelCountry
            // 
            this.uiLabelCountry.AutoSize = false;
            this.uiLabelCountry.ForeColor = System.Drawing.Color.White;
            this.uiLabelCountry.Name = "uiLabelCountry";
            this.uiLabelCountry.TabIndex = 21;
            this.uiLabelCountry.Text = "Country";
            this.uiLabelCountry.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelPhone
            // 
            this.uiLabelPhone.AutoSize = false;
            this.uiLabelPhone.ForeColor = System.Drawing.Color.White;
            this.uiLabelPhone.Name = "uiLabelPhone";
            this.uiLabelPhone.TabIndex = 22;
            this.uiLabelPhone.Text = "Phone";
            this.uiLabelPhone.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelFAX
            // 
            this.uiLabelFAX.AutoSize = false;
            this.uiLabelFAX.ForeColor = System.Drawing.Color.White;
            this.uiLabelFAX.Name = "uiLabelFAX";
            this.uiLabelFAX.TabIndex = 23;
            this.uiLabelFAX.Text = "FAX";
            this.uiLabelFAX.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiLabelEmail
            // 
            this.uiLabelEmail.AutoSize = false;
            this.uiLabelEmail.ForeColor = System.Drawing.Color.White;
            this.uiLabelEmail.Name = "uiLabelEmail";
            this.uiLabelEmail.TabIndex = 24;
            this.uiLabelEmail.Text = "Email";
            this.uiLabelEmail.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiTextBoxName
            // 
            this.uiTextBoxName.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "name", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxName.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxName.Name = "uiTextBoxName";
            this.uiTextBoxName.RoundedCornerRadius = 3;
            this.uiTextBoxName.TabIndex = 25;
            // 
            // uiTextBoxCompany
            // 
            this.uiTextBoxCompany.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Company", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxCompany.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxCompany.Name = "uiTextBoxCompany";
            this.uiTextBoxCompany.RoundedCornerRadius = 3;
            this.uiTextBoxCompany.TabIndex = 26;
            // 
            // uiTextBoxStreet
            // 
            this.uiTextBoxStreet.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Address.Street", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxStreet.DefaultText = "street";
            this.uiTextBoxStreet.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 62, 129, 26);
            this.uiTextBoxStreet.Name = "uiTextBoxStreet";
            this.uiTextBoxStreet.RoundedCornerRadius = 3;
            this.uiTextBoxStreet.TabIndex = 27;
            // 
            // uiTextBoxCity
            // 
            this.uiTextBoxCity.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Address.City", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxCity.DefaultText = "city";
            this.uiTextBoxCity.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 32, 0, 32, 129, 26);
            this.uiTextBoxCity.Name = "uiTextBoxCity";
            this.uiTextBoxCity.RoundedCornerRadius = 3;
            this.uiTextBoxCity.TabIndex = 28;
            // 
            // uiTextBoxState
            // 
            this.uiTextBoxState.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Address.State", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxState.DefaultText = "state";
            this.uiTextBoxState.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Bottom, 3, 62, 0, 2, 130, 26);
            this.uiTextBoxState.Name = "uiTextBoxState";
            this.uiTextBoxState.RoundedCornerRadius = 3;
            this.uiTextBoxState.TabIndex = 29;
            // 
            // uiTextBoxCountry
            // 
            this.uiTextBoxCountry.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Country", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxCountry.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxCountry.Name = "uiTextBoxCountry";
            this.uiTextBoxCountry.RoundedCornerRadius = 3;
            this.uiTextBoxCountry.TabIndex = 30;
            // 
            // uiTextBoxPhone
            // 
            this.uiTextBoxPhone.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Phone", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxPhone.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxPhone.Name = "uiTextBoxPhone";
            this.uiTextBoxPhone.RoundedCornerRadius = 3;
            this.uiTextBoxPhone.TabIndex = 31;
            // 
            // uiTextBoxFAX
            // 
            this.uiTextBoxFAX.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "FAX", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxFAX.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxFAX.Name = "uiTextBoxFAX";
            this.uiTextBoxFAX.RoundedCornerRadius = 3;
            this.uiTextBoxFAX.TabIndex = 32;
            // 
            // uiTextBoxEmail
            // 
            this.uiTextBoxEmail.DataBindings.Add(new Resco.UIElements.ElementBinding("Text", "Email", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiTextBoxEmail.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiTextBoxEmail.Name = "uiTextBoxEmail";
            this.uiTextBoxEmail.RoundedCornerRadius = 3;
            this.uiTextBoxEmail.TabIndex = 33;
            // 
            // uiLabelLanguage
            // 
            this.uiLabelLanguage.AutoSize = false;
            this.uiLabelLanguage.ForeColor = System.Drawing.Color.White;
            this.uiLabelLanguage.Name = "uiLabelLanguage";
            this.uiLabelLanguage.TabIndex = 34;
            this.uiLabelLanguage.Text = "OS language";
            this.uiLabelLanguage.TextAlignment = Resco.Drawing.Alignment.MiddleRight;
            // 
            // uiComboLanguage
            // 
            // 
            // 
            // 
            this.uiComboLanguage.ArrowElement.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDown");
            this.uiComboLanguage.ArrowElement.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.DropDownbtn-push");
            this.uiComboLanguage.ArrowElement.ShowTriangle = false;
            this.uiComboLanguage.ArrowElementWidth = 26;
            this.uiComboLanguage.BackColor = System.Drawing.SystemColors.Window;
            this.uiComboLanguage.DataBindings.Add(new Resco.UIElements.ElementBinding("SelectedItem", "Language", System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, false));
            this.uiComboLanguage.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 4, 2, 0, 2, 129, 26);
            this.uiComboLanguage.Name = "uiComboLanguage";
            this.uiComboLanguage.RoundedCornerRadius = 3;
            this.uiComboLanguage.TabIndex = 35;
            // 
            // uiBtnSave
            // 
            this.uiBtnSave.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnSave.BorderThickness = 0;
            this.uiBtnSave.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.uiBtnSave.ForeColor = System.Drawing.Color.White;
            this.uiBtnSave.IsFocusable = false;
            this.uiBtnSave.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Left, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 96, 25);
            this.uiBtnSave.Name = "uiBtnSave";
            this.uiBtnSave.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnSave.TabIndex = 2;
            this.uiBtnSave.Text = "Save";
            this.uiBtnSave.Click += new Resco.UIElements.UIMouseEventHandler(this.uiButton2_Click);
            // 
            // uiBtnCancel
            // 
            this.uiBtnCancel.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnCancel.BorderThickness = 0;
            this.uiBtnCancel.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            this.uiBtnCancel.ForeColor = System.Drawing.Color.White;
            this.uiBtnCancel.IsFocusable = false;
            this.uiBtnCancel.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Right, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 96, 25);
            this.uiBtnCancel.Name = "uiBtnCancel";
            this.uiBtnCancel.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnCancel.TabIndex = 3;
            this.uiBtnCancel.Text = "Cancel";
            this.uiBtnCancel.Click += new Resco.UIElements.UIMouseEventHandler(this.uiBtnCancel_Click);
            // 
            // uiBtnKeyboard
            // 
            this.uiBtnKeyboard.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnKeyboard.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.Keyboard");
            this.uiBtnKeyboard.BackgroundImageLayout = Resco.UIElements.ImageLayout.Center;
            this.uiBtnKeyboard.BorderThickness = 0;
            this.uiBtnKeyboard.FocusedBackground.BorderThickness = 0;
            this.uiBtnKeyboard.IsFocusable = false;
            this.uiBtnKeyboard.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Stretch, Resco.UIElements.VAlignment.Stretch, 0, 0, 0, 0, 48, 25);
            this.uiBtnKeyboard.Name = "uiBtnKeyboard";
            this.uiBtnKeyboard.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnKeyboard.TabIndex = 4;
            this.uiBtnKeyboard.Click += new Resco.UIElements.UIMouseEventHandler(this.uiBtnKeyboard_Click);
            // 
            // uiGridPanel4
            // 
            this.uiGridPanel4.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.TitleBar");
            this.uiGridPanel4.Children.Add(this.uiBtnSettings, 1, 0);
            this.uiGridPanel4.Children.Add(this.uiLabelOrderDetails, 0, 0);
            this.uiGridPanel4.Columns.Add(new Resco.UIElements.GridLinePosition(70, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel4.Columns.Add(new Resco.UIElements.GridLinePosition(30, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel4.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Center, Resco.UIElements.VAlignment.Stretch, 0, 2, 0, 0, 240, 35);
            this.uiGridPanel4.Name = "uiGridPanel4";
            this.uiGridPanel4.Rows.Add(new Resco.UIElements.GridLinePosition(100, Resco.UIElements.GridLineValueType.Percentage, true));
            this.uiGridPanel4.TabIndex = 7;
            // 
            // uiBtnSettings
            // 
            this.uiBtnSettings.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnSettings.BackgroundImage = global::OrderDetails.ImageManager1.GetImage("Folder1.Settings");
            this.uiBtnSettings.BorderThickness = 0;
            this.uiBtnSettings.FocusedBackground.BorderColor = System.Drawing.Color.Transparent;
            this.uiBtnSettings.FocusedBackground.BorderThickness = 0;
            this.uiBtnSettings.FocusedBackground.ImageLayout = Resco.UIElements.ImageLayout.Center;
            this.uiBtnSettings.Layout = new Resco.UIElements.ElementLayout(Resco.UIElements.HAlignment.Center, Resco.UIElements.VAlignment.Center, 18, 2, 19, 3, 35, 30);
            this.uiBtnSettings.Name = "uiBtnSettings";
            this.uiBtnSettings.PressedBackground.BackColor = System.Drawing.Color.Transparent;
            this.uiBtnSettings.PressedBackground.BorderThickness = 0;
            this.uiBtnSettings.PressedBackground.Image = global::OrderDetails.ImageManager1.GetImage("Folder1.Settings-over");
            this.uiBtnSettings.Click += new Resco.UIElements.UIMouseEventHandler(this.uiBtnSettings_Click);
            // 
            // uiLabelOrderDetails
            // 
            this.uiLabelOrderDetails.AutoSize = false;
            this.uiLabelOrderDetails.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
            this.uiLabelOrderDetails.ForeColor = System.Drawing.Color.White;
            this.uiLabelOrderDetails.Name = "uiLabelOrderDetails";
            this.uiLabelOrderDetails.Padding = new Resco.UIElements.Thickness(15, 0, 0, 0);
            this.uiLabelOrderDetails.TabIndex = 1;
            this.uiLabelOrderDetails.Text = "Orders Details";
            this.uiLabelOrderDetails.TextAlignment = Resco.Drawing.Alignment.MiddleLeft;
            // 
            // keyboardPro
            // 
            this.keyboardPro.VisibilityChanged += new System.EventHandler(this.keyboardPro1_VisibilityChanged);
            // 
            // panelKeyboard
            // 
            this.panelKeyboard.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelKeyboard.Location = new System.Drawing.Point(0, 320);
            this.panelKeyboard.Name = "panelKeyboard";
            this.panelKeyboard.Size = new System.Drawing.Size(240, 0);
            this.panelKeyboard.Visible = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.ClientSize = new System.Drawing.Size(240, 320);
            this.Controls.Add(this.uiElementPanelControl);
            this.Controls.Add(this.panelKeyboard);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form1";
            this.Text = "Form1";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.uiElementPanelControl.ResumeElementLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private Resco.UIElements.Controls.UIElementPanelControl uiElementPanelControl;
        private Resco.UIElements.UIGridPanel uiGridPanel1;
        private Resco.UIElements.UIButton uiBtnSave;
        private Resco.UIElements.UIButton uiBtnCancel;
        private Resco.UIElements.UIButton uiBtnKeyboard;
        private Resco.UIElements.UIGridPanel uiGridPanel2;
        private Resco.UIElements.UILabel uiLabelOrderStatus;
        private Resco.UIElements.UILabel uiLabelStatus;
        private Resco.UIElements.UILabel uiLabelComment;
        private Resco.UIElements.UILabel uiLabelNotify;
        private Resco.UIElements.UITextBox uiTxtBoxComment;
        private Resco.UIElements.UICheckBox uiCheckBoxNotify;
        private Resco.UIElements.UILabel uiLabelPurchaseOrder;
        private Resco.UIElements.UILabel uiLabelBillToAddress;
        private Resco.UIElements.UILabel uiLabelColor;
        private Resco.UIElements.UILabel uiLabelDate;
        private Resco.UIElements.UILabel uiLabelID;
        private Resco.UIElements.UILabel uiLabelQuantity;
        private Resco.UIElements.UIDateTimePicker uiDateTimePicker;
        private Resco.UIElements.UITextBox uiTextBoxID;
        private Resco.UIElements.UINumericUpDown uiNumericQuantity;
        private Resco.UIElements.UIColorPicker uiColorPicker;
        private Resco.UIElements.UIComboBox uiComboStatus;
        private Resco.UIElements.UILabel uiLabelName;
        private Resco.UIElements.UILabel uiLabelCompany;
        private Resco.UIElements.UILabel uiLabelAddress;
        private Resco.UIElements.UILabel uiLabelCountry;
        private Resco.UIElements.UILabel uiLabelPhone;
        private Resco.UIElements.UILabel uiLabelFAX;
        private Resco.UIElements.UILabel uiLabelEmail;
        private Resco.UIElements.UITextBox uiTextBoxName;
        private Resco.UIElements.UITextBox uiTextBoxCompany;
        private Resco.UIElements.UITextBox uiTextBoxStreet;
        private Resco.UIElements.UITextBox uiTextBoxCity;
        private Resco.UIElements.UITextBox uiTextBoxState;
        private Resco.UIElements.UITextBox uiTextBoxCountry;
        private Resco.UIElements.UITextBox uiTextBoxPhone;
        private Resco.UIElements.UITextBox uiTextBoxFAX;
        private Resco.UIElements.UITextBox uiTextBoxEmail;
        private Resco.UIElements.UIGridPanel uiGridPanel3;
        private Resco.UIElements.UIOptionView uiOptionView;
        private Resco.UIElements.OptionSection optionSectionOrder;
        private Resco.UIElements.OptionSwitchButton optionENotifyCustomer;
        private Resco.UIElements.OptionSwitchButton optionEComment;
        private Resco.UIElements.OptionSection optionSectionBillTo;
        private Resco.UIElements.OptionPage optionPageShipInf;
        private Resco.UIElements.OptionSection optionSectionShipAdr;
        private Resco.UIElements.OptionSwitchButton optionEPhone;
        private Resco.UIElements.OptionSwitchButton optionEFAX;
        private Resco.UIElements.OptionSwitchButton optionEEmail;
        private Resco.UIElements.OptionSection optionSectionLanguage;
        private Resco.UIElements.OptionCheckBox optionEQuantity;
        private Resco.UIElements.OptionCheckBox optionEColor;
        private Resco.UIElements.OptionPage optionELanguage;
        private Resco.UIElements.OptionSection optionSectionLang;
        private Resco.UIElements.OptionRadioBox optionRadioEnglish;
        private Resco.UIElements.OptionRadioBox optionRadioGerman;
        private Resco.UIElements.OptionRadioBox optionRadioFrench;
        private Resco.UIElements.OptionRadioBox optionRadioRussian;
        private Resco.UIElements.OptionRadioBox optionRadioSpanish;
        private Resco.UIElements.UIButton uiBtnDone;
        private Resco.UIElements.UIButton uiBtnBack;
        private Resco.UIElements.UILabel uiLabelLanguage;
        private Resco.UIElements.UIComboBox uiComboLanguage;
        private Resco.UIElements.UIGridPanel uiGridPanel4;
        private Resco.UIElements.UIButton uiBtnSettings;
        private Resco.UIElements.UILabel uiLabelOrderDetails;
        private Resco.Controls.KeyboardPro.KeyboardPro keyboardPro;
        private System.Windows.Forms.Panel panelKeyboard;

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Marketing Resco
Slovakia Slovakia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions