public BodyElementPropertyConverter(BodyElement bodyElement, System.Windows.Forms.ListViewItem viewItem,CoronaObject objectParent,Form1 mainForm)
 {
     this.bodyElement = bodyElement;
     this.viewItem = viewItem;
     this.selectedObject = objectParent;
     this.mainForm = mainForm;
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Node");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Leaf");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Connect");
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Repository");
            this.listView1 = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(309, 386);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Tile;
            this.listView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView1_ItemDrag);
            // 
            // ToolBoxControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.listView1);
            this.Name = "ToolBoxControl";
            this.Size = new System.Drawing.Size(309, 386);
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("sdfsadfadsf");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("sdfsdf");
            this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
            this.SuspendLayout();
            // 
            // listViewEx1
            // 
            // 
            // 
            // 
            this.listViewEx1.Border.Class = "ListViewBorder";
            listViewItem2.ToolTipText = "ddf";
            this.listViewEx1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2});
            this.listViewEx1.Location = new System.Drawing.Point(31, 22);
            this.listViewEx1.Name = "listViewEx1";
            this.listViewEx1.Size = new System.Drawing.Size(371, 343);
            this.listViewEx1.TabIndex = 0;
            this.listViewEx1.UseCompatibleStateImageBehavior = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(581, 457);
            this.Controls.Add(this.listViewEx1);
            this.Name = "Form1";
            this.Text = "Form1";
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("hi");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Hello");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("jlk");
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Alignment = System.Windows.Forms.ListViewAlignment.Left;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(1249, 436);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // CustomListView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.listView1);
            this.Name = "CustomListView";
            this.Size = new System.Drawing.Size(1249, 436);
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem();
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menu = new System.Windows.Forms.ListView();
            this.mainMenu2 = new System.Windows.Forms.MainMenu();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuItem1);
            this.mainMenu1.MenuItems.Add(this.menuItem2);
            // 
            // menuItem1
            // 
            this.menuItem1.Text = "Exit";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Text = "Select";
            // 
            // menu
            // 
            listViewItem1.Text = "- Notrufe weltweit -";
            listViewItem2.Text = "Allgemeines";
            this.menu.Items.Add(listViewItem1);
            this.menu.Items.Add(listViewItem2);
            this.menu.Location = new System.Drawing.Point(0, 0);
            this.menu.Name = "menu";
            this.menu.Size = new System.Drawing.Size(240, 320);
            this.menu.TabIndex = 0;
            this.menu.View = System.Windows.Forms.View.List;
            this.menu.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // mainMenu2
            // 
            this.mainMenu2.MenuItems.Add(this.menuItem3);
            // 
            // menuItem3
            // 
            this.menuItem3.Text = "";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(131F, 131F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(230, 256);
            this.Controls.Add(this.menu);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        private void InitializeAssemblies()
        {
            string FileName;
            string[] AssemblyProperties;
            string NameSpace;
            string Version;
            string Culture;
            string Key;
            System.Windows.Forms.ListViewItem listViewItem;

            foreach (Assembly AssemblyObject in AppDomain.CurrentDomain.GetAssemblies())
            {
                //FileName = QIT.Common.Assemblies.AssemblyManager.GetFileName(i);
                //NameSpace = QIT.Common.Assemblies.AssemblyManager.GetNameSpace(i);
                FileName = AssemblyObject.Location.ToString();

                AssemblyProperties = AssemblyObject.FullName.Split(',');
                NameSpace = AssemblyProperties[0];
                Version = AssemblyProperties[1].Split('=')[1];
                Culture = AssemblyProperties[2].Split('=')[1];
                Key = AssemblyProperties[3].Split('=')[1];

                listViewItem = new System.Windows.Forms.ListViewItem(
                    new string[] { FileName, NameSpace, Version, Culture, Key },
                    -1);
                this.listViewComponents.Items.Add(listViewItem);
            }
        }
Beispiel #7
0
 internal System.Windows.Forms.ListViewItem getListViewItem()
 {
     if (li == null)
     {
         li = new System.Windows.Forms.ListViewItem(Process.MainWindowTitle, IconIndex);
     }
     return li;
 }
 private void addButton_Click(object sender, EventArgs e)
 {
     CommandMode mode = (CommandMode)comboBox1.SelectedIndex;
     System.Windows.Forms.ListViewItem item =
         new System.Windows.Forms.ListViewItem(new string[] { nameTextBox.Text, CommandModeString.GetText(mode), commandControl.Text });
     item.Tag = mode;
     listView1.Items.Add(item);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("1)");
            System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("2)");
            System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("3)");
            System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("4)");
            System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("5)");
            System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem("6)");
            System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem("7)");
            System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem("8)");
            System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem("9)");
            this.highScoreList = new System.Windows.Forms.ListView();
            this.highScoreLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // highScoreList
            // 
            this.highScoreList.Alignment = System.Windows.Forms.ListViewAlignment.Left;
            this.highScoreList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem10,
            listViewItem11,
            listViewItem12,
            listViewItem13,
            listViewItem14,
            listViewItem15,
            listViewItem16,
            listViewItem17,
            listViewItem18});
            this.highScoreList.Location = new System.Drawing.Point(12, 82);
            this.highScoreList.Name = "highScoreList";
            this.highScoreList.Size = new System.Drawing.Size(599, 396);
            this.highScoreList.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.highScoreList.TabIndex = 0;
            this.highScoreList.UseCompatibleStateImageBehavior = false;
            // 
            // highScoreLabel
            // 
            this.highScoreLabel.AutoSize = true;
            this.highScoreLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.highScoreLabel.Location = new System.Drawing.Point(167, 9);
            this.highScoreLabel.Name = "highScoreLabel";
            this.highScoreLabel.Size = new System.Drawing.Size(297, 55);
            this.highScoreLabel.TabIndex = 1;
            this.highScoreLabel.Text = "High Scores";
            // 
            // HighScores
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 483);
            this.Controls.Add(this.highScoreLabel);
            this.Controls.Add(this.highScoreList);
            this.Name = "HighScores";
            this.Text = "HighScores";
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "FolderContent"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))));
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.button1 = new System.Windows.Forms.Button();
            this.listView1 = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // treeView1
            // 
            this.treeView1.Location = new System.Drawing.Point(-2, 56);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(173, 307);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            this.treeView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDoubleClick);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Open";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // listView1
            // 
            this.listView1.GridLines = true;
            listViewItem1.Checked = true;
            listViewItem1.StateImageIndex = 1;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.listView1.Location = new System.Drawing.Point(192, 56);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(393, 307);
            this.listView1.TabIndex = 2;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.List;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(621, 363);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.treeView1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
 void Subreach_Excel_OnSubreachCompleted(string worksheet_name, string subreach_name, string elapsed)
 {
     //if (_worksheet_name == worksheet_name)
     //{
         System.Windows.Forms.ListViewItem item = new System.Windows.Forms.ListViewItem(worksheet_name + " " + subreach_name);
         item.SubItems.Add(elapsed);
         Items.Add(item);
     //}
 }
Beispiel #12
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("是伏伽", "temp");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("换个方式的话", "temp");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.panel1 = new System.Windows.Forms.Panel();
            this.listView1 = new System.Windows.Forms.ListView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.listView1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(771, 342);
            this.panel1.TabIndex = 0;
            // 
            // listView1
            // 
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            listViewItem1.StateImageIndex = 0;
            listViewItem2.StateImageIndex = 0;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2});
            this.listView1.LargeImageList = this.imageList1;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(771, 342);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Tile;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "temp");
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(771, 342);
            this.Controls.Add(this.panel1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.panel1.ResumeLayout(false);
            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()
		{
			System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Unsinged Short");
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVariablePreview));
			this.LstValues = new System.Windows.Forms.ListView();
			this.ColType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.ColValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.SuspendLayout();
			// 
			// LstValues
			// 
			this.LstValues.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.LstValues.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ColType,
            this.ColValue});
			this.LstValues.Dock = System.Windows.Forms.DockStyle.Fill;
			this.LstValues.FullRowSelect = true;
			this.LstValues.GridLines = true;
			this.LstValues.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
			this.LstValues.Location = new System.Drawing.Point(0, 0);
			this.LstValues.Name = "LstValues";
			this.LstValues.Size = new System.Drawing.Size(262, 253);
			this.LstValues.TabIndex = 0;
			this.LstValues.UseCompatibleStateImageBehavior = false;
			this.LstValues.View = System.Windows.Forms.View.Details;
			// 
			// ColType
			// 
			this.ColType.Text = "Type";
			this.ColType.Width = 100;
			// 
			// ColValue
			// 
			this.ColValue.Text = "Value";
			this.ColValue.Width = 150;
			// 
			// FrmVariablePreview
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(262, 253);
			this.Controls.Add(this.LstValues);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.Name = "FrmVariablePreview";
			this.Text = "Variable Preview";
			this.TopMost = true;
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmVariablePreview_FormClosing);
			this.Load += new System.EventHandler(this.FrmVariablePreview_Load);
			this.ResumeLayout(false);

		}
        public System.Windows.Forms.ListViewItem GenerarListViewItem(object Objeto)
        {
            System.Windows.Forms.ListViewItem item = new System.Windows.Forms.ListViewItem();

            item.Text = ((GI.BR.InmobiliariaExterna)Objeto).Nombre;
            item.SubItems.Add(((GI.BR.InmobiliariaExterna)Objeto).PersonaResponsable);
            item.SubItems.Add(((GI.BR.InmobiliariaExterna)Objeto).Telefono);
            item.Tag = ((GI.BR.InmobiliariaExterna)Objeto);

            return item;
        }
 public override void Set(DeanCCCore.Core.Options.OptionItems source)
 {
     foreach (Command command in source.CommandOptions.CommandList)
     {
         System.Windows.Forms.ListViewItem item =
             new System.Windows.Forms.ListViewItem(new string[] { command.Name, CommandModeString.GetText(command.CommandMode), command.Value });
         item.Tag = command.CommandMode;
         listView1.Items.Add(item);
     }
     base.Set(source);
 }
Beispiel #16
0
        /// <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.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Demo", 0);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SkypeStats));
            this.listView1 = new System.Windows.Forms.ListView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.StatHolder = new System.Windows.Forms.Panel();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem2});
            this.listView1.LargeImageList = this.imageList1;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(152, 512);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "1366756874_skype.png");
            this.imageList1.Images.SetKeyName(1, "1366756724_award.png");
            // 
            // StatHolder
            // 
            this.StatHolder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.StatHolder.Location = new System.Drawing.Point(151, 0);
            this.StatHolder.Name = "StatHolder";
            this.StatHolder.Size = new System.Drawing.Size(673, 512);
            this.StatHolder.TabIndex = 1;
            // 
            // SkypeStats
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(824, 512);
            this.Controls.Add(this.StatHolder);
            this.Controls.Add(this.listView1);
            this.Name = "SkypeStats";
            this.Text = "SkypeStats";
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("商品名");
            this.lvw本日の売上 = new System.Windows.Forms.ListView();
            this.btn商品登録 = new System.Windows.Forms.Button();
            this.btn仕入処理 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lvw本日の売上
            // 
            this.lvw本日の売上.FullRowSelect = true;
            this.lvw本日の売上.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem2});
            this.lvw本日の売上.Location = new System.Drawing.Point(12, 39);
            this.lvw本日の売上.Name = "lvw本日の売上";
            this.lvw本日の売上.Size = new System.Drawing.Size(312, 399);
            this.lvw本日の売上.TabIndex = 0;
            this.lvw本日の売上.UseCompatibleStateImageBehavior = false;
            this.lvw本日の売上.View = System.Windows.Forms.View.Details;
            // 
            // btn商品登録
            // 
            this.btn商品登録.Location = new System.Drawing.Point(341, 12);
            this.btn商品登録.Name = "btn商品登録";
            this.btn商品登録.Size = new System.Drawing.Size(158, 76);
            this.btn商品登録.TabIndex = 1;
            this.btn商品登録.Text = "商品登録";
            this.btn商品登録.UseVisualStyleBackColor = true;
            this.btn商品登録.Click += new System.EventHandler(this.btn商品登録_Click);
            // 
            // btn仕入処理
            // 
            this.btn仕入処理.Location = new System.Drawing.Point(341, 94);
            this.btn仕入処理.Name = "btn仕入処理";
            this.btn仕入処理.Size = new System.Drawing.Size(158, 76);
            this.btn仕入処理.TabIndex = 2;
            this.btn仕入処理.Text = "仕入処理";
            this.btn仕入処理.UseVisualStyleBackColor = true;
            this.btn仕入処理.Click += new System.EventHandler(this.btn仕入処理_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(515, 450);
            this.Controls.Add(this.btn仕入処理);
            this.Controls.Add(this.btn商品登録);
            this.Controls.Add(this.lvw本日の売上);
            this.Name = "MainForm";
            this.Text = "MainForm";
            this.ResumeLayout(false);

        }
Beispiel #18
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("商品B", 0);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("商品A", 1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("商品C", 2);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("商品D", 3);
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("商品E", 4);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Main));
     this.listView1 = new System.Windows.Forms.ListView();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.AllowDrop = true;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4,
     listViewItem5});
     this.listView1.LargeImageList = this.imageList1;
     this.listView1.Location = new System.Drawing.Point(1, -1);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(301, 180);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
     this.listView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
     this.listView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView1_ItemDrag);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "1.bmp");
     this.imageList1.Images.SetKeyName(1, "2.bmp");
     this.imageList1.Images.SetKeyName(2, "3.bmp");
     this.imageList1.Images.SetKeyName(3, "4.bmp");
     this.imageList1.Images.SetKeyName(4, "5.bmp");
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(303, 179);
     this.Controls.Add(this.listView1);
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "在列表视图中拖动视图项";
     this.ResumeLayout(false);
 }
Beispiel #19
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Student A");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Student B");
            this.lvwStudentsInCourse = new System.Windows.Forms.ListView();
            this.lvwAllStudents = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // lblMessage
            // 
            this.lblMessage.Size = new System.Drawing.Size(675, 55);
            this.lblMessage.Text = "Students";
            // 
            // lvwStudentsInCourse
            // 
            this.lvwStudentsInCourse.Dock = System.Windows.Forms.DockStyle.Left;
            this.lvwStudentsInCourse.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.lvwStudentsInCourse.Location = new System.Drawing.Point(0, 55);
            this.lvwStudentsInCourse.Name = "lvwStudentsInCourse";
            this.lvwStudentsInCourse.Size = new System.Drawing.Size(283, 507);
            this.lvwStudentsInCourse.TabIndex = 2;
            this.lvwStudentsInCourse.UseCompatibleStateImageBehavior = false;
            this.lvwStudentsInCourse.View = System.Windows.Forms.View.List;
            // 
            // lvwAllStudents
            // 
            this.lvwAllStudents.Dock = System.Windows.Forms.DockStyle.Right;
            this.lvwAllStudents.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem2});
            this.lvwAllStudents.Location = new System.Drawing.Point(360, 55);
            this.lvwAllStudents.Name = "lvwAllStudents";
            this.lvwAllStudents.Size = new System.Drawing.Size(315, 507);
            this.lvwAllStudents.TabIndex = 3;
            this.lvwAllStudents.UseCompatibleStateImageBehavior = false;
            this.lvwAllStudents.View = System.Windows.Forms.View.List;
            // 
            // StudentsView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lvwAllStudents);
            this.Controls.Add(this.lvwStudentsInCourse);
            this.Name = "StudentsView";
            this.Size = new System.Drawing.Size(675, 562);
            this.Controls.SetChildIndex(this.lblMessage, 0);
            this.Controls.SetChildIndex(this.lvwStudentsInCourse, 0);
            this.Controls.SetChildIndex(this.lvwAllStudents, 0);
            this.ResumeLayout(false);

        }
Beispiel #20
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("a");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("b");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("c");
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("d");
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("e");
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("f");
            this.panel1 = new System.Windows.Forms.Panel();
            this.listView1 = new System.Windows.Forms.ListView();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.listView1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(200, 369);
            this.panel1.TabIndex = 0;
            // 
            // listView1
            // 
            this.listView1.Alignment = System.Windows.Forms.ListViewAlignment.Left;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(200, 369);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(598, 369);
            this.Controls.Add(this.panel1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.panel1.ResumeLayout(false);
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "aaaa",
            "bbbb"}, -1);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "cccc",
            "dddd"}, -1);
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.listView1 = new System.Windows.Forms.ListView();
            this.NameCol = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Famly = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.NameCol,
            this.Famly});
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2});
            this.listView1.Location = new System.Drawing.Point(70, 84);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(688, 341);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // NameCol
            // 
            this.NameCol.Text = "Name";
            this.NameCol.Width = 146;
            // 
            // Famly
            // 
            this.Famly.Text = "Famly";
            this.Famly.Width = 104;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(935, 583);
            this.Controls.Add(this.listView1);
            this.Name = "Form1";
            this.Text = "w";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.listViewAdherents = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // columnHeader4
            // 
            this.columnHeader4.Width = 100;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Width = 115;
            // 
            // listViewAdherents
            // 
            this.listViewAdherents.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6});
            this.listViewAdherents.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.listViewAdherents.Location = new System.Drawing.Point(132, 47);
            this.listViewAdherents.Name = "listViewAdherents";
            this.listViewAdherents.Size = new System.Drawing.Size(465, 97);
            this.listViewAdherents.TabIndex = 0;
            this.listViewAdherents.UseCompatibleStateImageBehavior = false;
            this.listViewAdherents.View = System.Windows.Forms.View.Details;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(657, 261);
            this.Controls.Add(this.listViewAdherents);
            this.Name = "Form1";
            this.Text = "La liste des adhérents";
            this.Load += new System.EventHandler(this.Form1_Load);
            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()
        {
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("");
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem5});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(461, 231);
            this.listView1.TabIndex = 1;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 122;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Description";
            this.columnHeader2.Width = 167;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Panel";
            this.columnHeader3.Width = 148;
            // 
            // listVariable
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.listView1);
            this.Name = "listVariable";
            this.Size = new System.Drawing.Size(461, 231);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem();
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.CheckBoxes = true;
            this.listView1.Columns.Add(this.columnHeader1);
            this.listView1.Columns.Add(this.columnHeader2);
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            listViewItem1.Text = "q111";
            listViewItem1.SubItems.Add("1111");
            listViewItem2.Text = "2222";
            this.listView1.Items.Add(listViewItem1);
            this.listView1.Items.Add(listViewItem2);
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(240, 268);
            this.listView1.TabIndex = 0;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "ColumnHeader1";
            this.columnHeader1.Width = 110;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "ColumnHeader2";
            this.columnHeader2.Width = 125;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.listView1);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        public System.Windows.Forms.ListViewItem GenerarListViewItem(object Objeto)
        {
            GI.BR.Propiedades.Propiedad p = (GI.BR.Propiedades.Propiedad)Objeto;

            System.Windows.Forms.ListViewItem item = new System.Windows.Forms.ListViewItem();

            item.Text = p.Codigo;
            item.SubItems.Add(p.Direccion.ToString());
            item.SubItems.Add(p.Estado.ToString());
            item.SubItems.Add(p.CantidadAmbientes.ToString());
            item.SubItems.Add(p.Ubicacion.Localidad.ToString());
            item.SubItems.Add(p.Ubicacion.Barrio.ToString());
            item.Tag = p;

            return item;
        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Item 1");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Item 2");
            this.List = new Common.Data.FasterListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // List
            // 
            this.List.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.List.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2});
            this.List.FullRowSelect = true;
            this.List.GridLines = true;
            this.List.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.List.HideSelection = false;
            this.List.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2});
            this.List.LabelWrap = false;
            this.List.Location = new System.Drawing.Point(3, 3);
            this.List.MultiSelect = false;
            this.List.Name = "List";
            this.List.Size = new System.Drawing.Size(713, 400);
            this.List.TabIndex = 5;
            this.List.UseCompatibleStateImageBehavior = false;
            this.List.View = System.Windows.Forms.View.Details;
            this.List.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.List_ItemSelectionChanged);
            this.List.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.List_MouseDoubleClick);
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Name";
            this.columnHeader2.Width = 252;
            // 
            // DbRecordSelector
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.List);
            this.Name = "DbRecordSelector";
            this.Size = new System.Drawing.Size(719, 406);
            this.ResumeLayout(false);

        }
Beispiel #27
0
        /// <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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("CSE325", 0);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassesView));
            this.lvwCourses = new System.Windows.Forms.ListView();
            this.imlMain = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // lblMessage
            // 
            this.lblMessage.Size = new System.Drawing.Size(751, 55);
            this.lblMessage.Text = "Select a Course";
            // 
            // lvwCourses
            // 
            this.lvwCourses.AutoArrange = false;
            this.lvwCourses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvwCourses.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.lvwCourses.LargeImageList = this.imlMain;
            this.lvwCourses.Location = new System.Drawing.Point(0, 55);
            this.lvwCourses.MultiSelect = false;
            this.lvwCourses.Name = "lvwCourses";
            this.lvwCourses.Size = new System.Drawing.Size(751, 439);
            this.lvwCourses.TabIndex = 2;
            this.lvwCourses.UseCompatibleStateImageBehavior = false;
            this.lvwCourses.ItemActivate += new System.EventHandler(this.lvwCourses_ItemActivate);
            // 
            // imlMain
            // 
            this.imlMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlMain.ImageStream")));
            this.imlMain.TransparentColor = System.Drawing.Color.Transparent;
            this.imlMain.Images.SetKeyName(0, "class.png");
            // 
            // ClassesView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lvwCourses);
            this.Name = "ClassesView";
            this.Size = new System.Drawing.Size(751, 494);
            this.Controls.SetChildIndex(this.lblMessage, 0);
            this.Controls.SetChildIndex(this.lvwCourses, 0);
            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()
    {
      System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
      System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
      this.listView1 = new System.Windows.Forms.ListView();
      this.LayerName = new System.Windows.Forms.ColumnHeader();
      this.FeatureCount = new System.Windows.Forms.ColumnHeader();
      this.SuspendLayout();
      // 
      // listView1
      // 
      this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.LayerName,
            this.FeatureCount});
      this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2});
      this.listView1.Location = new System.Drawing.Point(0, 0);
      this.listView1.Name = "listView1";
      this.listView1.Size = new System.Drawing.Size(344, 287);
      this.listView1.TabIndex = 1;
      this.listView1.UseCompatibleStateImageBehavior = false;
      // 
      // LayerName
      // 
      this.LayerName.Text = "Layer Name";
      this.LayerName.Width = 120;
      // 
      // FeatureCount
      // 
      this.FeatureCount.Text = "Selected Features Count";
      this.FeatureCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.FeatureCount.Width = 200;
      // 
      // SelectionCountDockWin
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.listView1);
      this.Name = "SelectionCountDockWin";
      this.Size = new System.Drawing.Size(344, 287);
      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.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Adobe Flash", 0);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Patch 1.6.776", 1);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModForm));
            this.listView = new System.Windows.Forms.ListView();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // listView
            // 
            this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2});
            this.listView.LargeImageList = this.imageList;
            this.listView.Location = new System.Drawing.Point(12, 12);
            this.listView.Name = "listView";
            this.listView.Size = new System.Drawing.Size(362, 214);
            this.listView.TabIndex = 0;
            this.listView.UseCompatibleStateImageBehavior = false;
            // 
            // imageList
            // 
            this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "Flash_32.png");
            this.imageList.Images.SetKeyName(1, "16.png");
            // 
            // ModForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(386, 238);
            this.Controls.Add(this.listView);
            this.Name = "ModForm";
            this.ShowIcon = false;
            this.Text = "Virtual Modules";
            this.ResumeLayout(false);

        }
        public System.Windows.Forms.ListViewItem GenerarListViewItem(object Objeto)
        {
            GI.BR.Clientes.Cliente cliente = (GI.BR.Clientes.Cliente)Objeto;

            System.Windows.Forms.ListViewItem item = new System.Windows.Forms.ListViewItem();

            item.Text = cliente.Nombres + " " + cliente.Apellido;

            item.SubItems.Add(cliente.GetTelefonoPpal);

            if(cliente.Email == "")
                item.SubItems.Add("SIN MAIL");
            else
                item.SubItems.Add(cliente.Email);

            item.SubItems.Add(cliente.Direccion.Calle + " " + cliente.Direccion.Numero.ToString());

            item.Tag = cliente;

            return item;
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "Example Item",
         "DD/MM/YYYY HH:MM:SS XX",
         "d4a607a0d"
     }, -1);
     this.buttonTable      = new System.Windows.Forms.TableLayoutPanel();
     this.buttonCancel     = new System.Windows.Forms.Button();
     this.buttonOK         = new System.Windows.Forms.Button();
     this.columnHeaderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.backupView       = new System.Windows.Forms.ListView();
     this.columnHeaderDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderHash = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.buttonTable.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonTable
     //
     this.buttonTable.AutoSize     = true;
     this.buttonTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.buttonTable.ColumnCount  = 3;
     this.buttonTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.buttonTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.buttonTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.buttonTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.buttonTable.Controls.Add(this.buttonCancel, 1, 0);
     this.buttonTable.Controls.Add(this.buttonOK, 2, 0);
     this.buttonTable.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.buttonTable.Location = new System.Drawing.Point(0, 327);
     this.buttonTable.Name     = "buttonTable";
     this.buttonTable.Padding  = new System.Windows.Forms.Padding(3);
     this.buttonTable.RowCount = 1;
     this.buttonTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.buttonTable.Size     = new System.Drawing.Size(484, 35);
     this.buttonTable.TabIndex = 3;
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(322, 6);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 0;
     this.buttonCancel.Text                    = "&Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonOK
     //
     this.buttonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location                = new System.Drawing.Point(403, 6);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.Size                    = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex                = 1;
     this.buttonOK.Text                    = "&OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click                  += new System.EventHandler(this.buttonOK_Click);
     //
     // columnHeaderName
     //
     this.columnHeaderName.Text  = "Backup Name";
     this.columnHeaderName.Width = 216;
     //
     // backupView
     //
     this.backupView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.backupView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderName,
         this.columnHeaderDate,
         this.columnHeaderHash
     });
     this.backupView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.backupView.Location = new System.Drawing.Point(12, 12);
     this.backupView.Name     = "backupView";
     this.backupView.Size     = new System.Drawing.Size(460, 309);
     this.backupView.TabIndex = 2;
     this.backupView.UseCompatibleStateImageBehavior = false;
     this.backupView.View          = System.Windows.Forms.View.Details;
     this.backupView.ItemActivate += new System.EventHandler(this.backupView_ItemActivate);
     //
     // columnHeaderDate
     //
     this.columnHeaderDate.Text  = "Date";
     this.columnHeaderDate.Width = 158;
     //
     // columnHeaderHash
     //
     this.columnHeaderHash.Text  = "Hash";
     this.columnHeaderHash.Width = 78;
     //
     // RestoreBackupDialog
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(484, 362);
     this.Controls.Add(this.buttonTable);
     this.Controls.Add(this.backupView);
     this.Name  = "RestoreBackupDialog";
     this.Text  = "Restore backup";
     this.Title = "Restore backup";
     this.buttonTable.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "Vietnam",
         "verybig",
         "vn",
         "02/09/1945"
     }, -1);
     this.listView1            = new System.Windows.Forms.ListView();
     this.columnHeader1        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.button1              = new System.Windows.Forms.Button();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView1.FullRowSelect = true;
     this.listView1.HideSelection = false;
     listViewItem2.IndentCount    = 2;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem2
     });
     this.listView1.Location = new System.Drawing.Point(2, 75);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(644, 308);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Tên File";
     this.columnHeader1.Width = 282;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Kích thước";
     this.columnHeader2.Width = 87;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Đuôi mở rộng";
     this.columnHeader3.Width = 127;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Ngày tạo";
     this.columnHeader4.Width = 140;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(249, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(159, 56);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Choose Folder";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(650, 387);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.listView1);
     this.Name = "Form1";
     this.Text = "FileExplorer";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportTeacherV2));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("教師系統編號");
     System.Windows.Forms.ListViewItem listViewItem2          = new System.Windows.Forms.ListViewItem("姓名");
     this.wizard1     = new DevComponents.DotNetBar.Wizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     this.listViewEx1 = new System.Windows.Forms.ListView();
     this.wizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // wizard1
     //
     this.wizard1.BackColor            = System.Drawing.Color.Transparent;
     this.wizard1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("wizard1.BackgroundImage")));
     this.wizard1.ButtonStyle          = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.wizard1.CancelButtonText     = "關閉";
     this.wizard1.Cursor               = System.Windows.Forms.Cursors.Default;
     this.wizard1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.wizard1.FinishButtonTabIndex = 3;
     this.wizard1.FinishButtonText     = "匯出";
     this.wizard1.FooterHeight         = 33;
     //
     //
     //
     this.wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.wizard1.HeaderCaptionFont     = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.wizard1.HeaderImage           = ((System.Drawing.Image)(resources.GetObject("wizard1.HeaderImage")));
     //
     //
     //
     this.wizard1.HeaderStyle.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(215)))), ((int)(((byte)(243)))));
     this.wizard1.HeaderStyle.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
     this.wizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.wizard1.HeaderStyle.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.wizard1.HeaderStyle.BorderBottomColor      = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.wizard1.HeaderStyle.BorderBottomWidth      = 1;
     this.wizard1.HeaderStyle.BorderColor            = System.Drawing.SystemColors.Control;
     this.wizard1.HeaderStyle.BorderLeftWidth        = 1;
     this.wizard1.HeaderStyle.BorderRightWidth       = 1;
     this.wizard1.HeaderStyle.BorderTopWidth         = 1;
     this.wizard1.HeaderStyle.TextAlignment          = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.wizard1.HeaderStyle.TextColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.wizard1.HelpButtonVisible = false;
     this.wizard1.LicenseKey        = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.wizard1.Location          = new System.Drawing.Point(0, 0);
     this.wizard1.Name     = "wizard1";
     this.wizard1.Size     = new System.Drawing.Size(464, 323);
     this.wizard1.TabIndex = 0;
     this.wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
         this.wizardPage1
     });
     this.wizard1.CancelButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_CancelButtonClick);
     this.wizard1.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_FinishButtonClick);
     //
     // wizardPage1
     //
     this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage1.AntiAlias         = false;
     this.wizardPage1.BackButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.BackColor         = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.checkBox1);
     this.wizardPage1.Controls.Add(this.listViewEx1);
     this.wizardPage1.HelpButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.Location          = new System.Drawing.Point(7, 72);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.NextButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.PageDescription   = "選擇匯出欄位";
     this.wizardPage1.Size     = new System.Drawing.Size(450, 206);
     this.wizardPage1.TabIndex = 7;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(0, 1);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(79, 21);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.Text     = "選取全部";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // listViewEx1
     //
     this.listViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewEx1.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.listViewEx1.CheckBoxes    = true;
     this.listViewEx1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewEx1.HideSelection = false;
     listViewItem1.Checked          = true;
     listViewItem1.StateImageIndex  = 1;
     listViewItem2.Checked          = true;
     listViewItem2.StateImageIndex  = 1;
     this.listViewEx1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.listViewEx1.Location   = new System.Drawing.Point(0, 27);
     this.listViewEx1.Name       = "listViewEx1";
     this.listViewEx1.ShowGroups = false;
     this.listViewEx1.Size       = new System.Drawing.Size(450, 179);
     this.listViewEx1.TabIndex   = 1;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View         = System.Windows.Forms.View.List;
     this.listViewEx1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewEx1_ItemChecked);
     //
     // ExportTeacherV2
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(464, 323);
     this.Controls.Add(this.wizard1);
     this.Font            = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "ExportTeacherV2";
     this.wizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
     this.listView1   = new System.Windows.Forms.ListView();
     this.studentNo   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.studentName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.score       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.button1     = new System.Windows.Forms.Button();
     this.textBox2    = new System.Windows.Forms.TextBox();
     this.textBox3    = new System.Windows.Forms.TextBox();
     this.button2     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.studentNo,
         this.studentName,
         this.score
     });
     this.listView1.GridLines = true;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.listView1.Location = new System.Drawing.Point(35, 70);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(359, 158);
     this.listView1.TabIndex = 5;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // studentNo
     //
     this.studentNo.Text  = "学号";
     this.studentNo.Width = 96;
     //
     // studentName
     //
     this.studentName.Text  = "学生姓名";
     this.studentName.Width = 89;
     //
     // score
     //
     this.score.Text  = "成绩";
     this.score.Width = 69;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(181, 22);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 9;
     this.label2.Text     = "课程名";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(33, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 8;
     this.label1.Text     = "课程号";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(342, 22);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 13;
     this.label3.Text     = "人数";
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(91, 19);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(71, 21);
     this.textBox1.TabIndex     = 12;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(117, 249);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 14;
     this.button1.Text     = "成绩分析";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox2
     //
     this.textBox2.Enabled  = false;
     this.textBox2.Location = new System.Drawing.Point(228, 19);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(86, 21);
     this.textBox2.TabIndex = 15;
     //
     // textBox3
     //
     this.textBox3.Enabled  = false;
     this.textBox3.Location = new System.Drawing.Point(377, 19);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(53, 21);
     this.textBox3.TabIndex = 16;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(473, 17);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 17;
     this.button2.Text     = "确认";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(271, 249);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 18;
     this.button3.Text     = "关闭";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // ScoreAnalysis
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(626, 293);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listView1);
     this.Name = "ScoreAnalysis";
     this.Text = "成绩分析";
     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()
 {
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
     this.tabPage3       = new System.Windows.Forms.TabPage();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.label11        = new System.Windows.Forms.Label();
     this.label10        = new System.Windows.Forms.Label();
     this.label9         = new System.Windows.Forms.Label();
     this.textBox11      = new System.Windows.Forms.TextBox();
     this.textBox10      = new System.Windows.Forms.TextBox();
     this.textBox9       = new System.Windows.Forms.TextBox();
     this.label8         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.textBox8       = new System.Windows.Forms.TextBox();
     this.textBox7       = new System.Windows.Forms.TextBox();
     this.textBox6       = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.textBox5       = new System.Windows.Forms.TextBox();
     this.button7        = new System.Windows.Forms.Button();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.textBox12      = new System.Windows.Forms.TextBox();
     this.label12        = new System.Windows.Forms.Label();
     this.button8        = new System.Windows.Forms.Button();
     this.listView2      = new System.Windows.Forms.ListView();
     this.columnHeader6  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader9  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabPage2       = new System.Windows.Forms.TabPage();
     this.groupBox4      = new System.Windows.Forms.GroupBox();
     this.button2        = new System.Windows.Forms.Button();
     this.button4        = new System.Windows.Forms.Button();
     this.tabPage1       = new System.Windows.Forms.TabPage();
     this.button5        = new System.Windows.Forms.Button();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.comboBox2      = new System.Windows.Forms.ComboBox();
     this.label4         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader0  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader1  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColumnHeader3  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColumnHeader4  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColumnHeader5  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.button3        = new System.Windows.Forms.Button();
     this.button1        = new System.Windows.Forms.Button();
     this.TabControl1    = new System.Windows.Forms.TabControl();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.tabPage3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.TabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.groupBox3);
     this.tabPage3.Controls.Add(this.groupBox2);
     this.tabPage3.Location = new System.Drawing.Point(4, 29);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(1310, 579);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Рекламная рассылка";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.textBox11);
     this.groupBox3.Controls.Add(this.textBox10);
     this.groupBox3.Controls.Add(this.textBox9);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.textBox8);
     this.groupBox3.Controls.Add(this.textBox7);
     this.groupBox3.Controls.Add(this.textBox6);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.textBox5);
     this.groupBox3.Controls.Add(this.button7);
     this.groupBox3.Location = new System.Drawing.Point(777, 57);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(493, 423);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Информация о клиенте для рассылки";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(13, 363);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(156, 40);
     this.label11.TabIndex = 14;
     this.label11.Text     = "Количество \r\nсделанных заказов\r\n";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(15, 272);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(213, 20);
     this.label10.TabIndex = 13;
     this.label10.Text     = "Наличие активного заказа";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(15, 314);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(154, 40);
     this.label9.TabIndex = 12;
     this.label9.Text     = "Дата выполнения \r\nпоследнего заказа";
     //
     // textBox11
     //
     this.textBox11.Location = new System.Drawing.Point(252, 363);
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new System.Drawing.Size(171, 26);
     this.textBox11.TabIndex = 11;
     //
     // textBox10
     //
     this.textBox10.Location = new System.Drawing.Point(252, 314);
     this.textBox10.Name     = "textBox10";
     this.textBox10.Size     = new System.Drawing.Size(171, 26);
     this.textBox10.TabIndex = 10;
     //
     // textBox9
     //
     this.textBox9.Location     = new System.Drawing.Point(252, 266);
     this.textBox9.Name         = "textBox9";
     this.textBox9.Size         = new System.Drawing.Size(171, 26);
     this.textBox9.TabIndex     = 9;
     this.textBox9.TextChanged += new System.EventHandler(this.textBox9_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(32, 146);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(83, 20);
     this.label8.TabIndex = 8;
     this.label8.Text     = "Отчество";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(32, 114);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(40, 20);
     this.label7.TabIndex = 7;
     this.label7.Text     = "Имя";
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(252, 138);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(171, 26);
     this.textBox8.TabIndex = 6;
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(252, 106);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(171, 26);
     this.textBox7.TabIndex = 5;
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(252, 74);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(171, 26);
     this.textBox6.TabIndex = 4;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(32, 77);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(129, 20);
     this.label6.TabIndex = 3;
     this.label6.Text     = "/либо Фамилию";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(28, 44);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(164, 20);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Введите ID клиента";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(252, 42);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(171, 26);
     this.textBox5.TabIndex = 1;
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(252, 194);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(127, 52);
     this.button7.TabIndex = 0;
     this.button7.Text     = "Получить информацию";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBox12);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.button8);
     this.groupBox2.Controls.Add(this.listView2);
     this.groupBox2.Location = new System.Drawing.Point(23, 57);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(734, 423);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "БД клиентов";
     //
     // textBox12
     //
     this.textBox12.Location  = new System.Drawing.Point(395, 334);
     this.textBox12.Multiline = true;
     this.textBox12.Name      = "textBox12";
     this.textBox12.Size      = new System.Drawing.Size(321, 26);
     this.textBox12.TabIndex  = 4;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(202, 320);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(187, 40);
     this.label12.TabIndex = 3;
     this.label12.Text     = "Введите текст \r\nрекламного сообщения";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(574, 375);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(142, 32);
     this.button8.TabIndex = 2;
     this.button8.Text     = "Отправить рекламу";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // listView2
     //
     this.listView2.CheckBoxes = true;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10
     });
     this.listView2.GridLines = true;
     this.listView2.Location  = new System.Drawing.Point(16, 34);
     this.listView2.Name      = "listView2";
     this.listView2.Size      = new System.Drawing.Size(700, 212);
     this.listView2.TabIndex  = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "ID клиента";
     this.columnHeader6.Width = 50;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Фамилия";
     this.columnHeader7.Width = 80;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Имя";
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Отчество";
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "email";
     this.columnHeader10.Width = 100;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Location = new System.Drawing.Point(4, 29);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(1310, 579);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Другие позиции";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.button2);
     this.groupBox4.Controls.Add(this.button4);
     this.groupBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox4.Location = new System.Drawing.Point(94, 59);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(377, 252);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Menu";
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.Location = new System.Drawing.Point(24, 66);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(193, 49);
     this.button2.TabIndex = 0;
     this.button2.Text     = "Позиция - бухгалтера";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button4
     //
     this.button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button4.Location = new System.Drawing.Point(24, 145);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(193, 49);
     this.button4.TabIndex = 1;
     this.button4.Text     = "Позиция - продавца";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.button5);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.listView1);
     this.tabPage1.Controls.Add(this.button3);
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Location = new System.Drawing.Point(4, 29);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(1310, 579);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Контроль заказов";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
     //
     // button5
     //
     this.button5.BackColor = System.Drawing.Color.White;
     this.button5.Location  = new System.Drawing.Point(1010, 493);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(136, 46);
     this.button5.TabIndex  = 16;
     this.button5.Text      = "Выход";
     this.button5.UseVisualStyleBackColor = false;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(538, 314);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(319, 233);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Редактирование";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(6, 40);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(100, 28);
     this.comboBox2.TabIndex              = 16;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(146, 179);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(93, 20);
     this.label4.TabIndex = 14;
     this.label4.Text     = "ID клиента";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(146, 136);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(143, 20);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Номер квитанции";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(146, 91);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(129, 20);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Номер костюма";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(146, 43);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(114, 20);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Номер заказа";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader0,
         this.columnHeader1,
         this.columnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5
     });
     this.listView1.FullRowSelect  = true;
     this.listView1.GridLines      = true;
     listViewItem3.StateImageIndex = 0;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem3
     });
     this.listView1.Location = new System.Drawing.Point(49, 24);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(902, 274);
     this.listView1.TabIndex = 6;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // columnHeader0
     //
     this.columnHeader0.Text  = "№";
     this.columnHeader0.Width = 30;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Номер костюма";
     this.columnHeader1.Width = 110;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Номер квитанции ";
     this.columnHeader2.Width = 120;
     //
     // ColumnHeader3
     //
     this.ColumnHeader3.Text  = "ID клиента";
     this.ColumnHeader3.Width = 100;
     //
     // ColumnHeader4
     //
     this.ColumnHeader4.Text  = "Дата выполнения";
     this.ColumnHeader4.Width = 150;
     //
     // ColumnHeader5
     //
     this.ColumnHeader5.Text  = "Дата готовности";
     this.ColumnHeader5.Width = 150;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(314, 321);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(159, 63);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Отредактировать заказ";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(49, 321);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(149, 63);
     this.button1.TabIndex = 4;
     this.button1.Text     = "Посмотреть таблицу заказов";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // TabControl1
     //
     this.TabControl1.Controls.Add(this.tabPage1);
     this.TabControl1.Controls.Add(this.tabPage2);
     this.TabControl1.Controls.Add(this.tabPage3);
     this.TabControl1.Location      = new System.Drawing.Point(-1, -1);
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     this.TabControl1.Size          = new System.Drawing.Size(1318, 612);
     this.TabControl1.TabIndex      = 0;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(6, 91);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 26);
     this.textBox1.TabIndex = 17;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(6, 136);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(100, 26);
     this.textBox2.TabIndex = 18;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(6, 179);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(100, 26);
     this.textBox3.TabIndex = 19;
     //
     // admin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1313, 612);
     this.Controls.Add(this.TabControl1);
     this.Name  = "admin";
     this.Text  = "admin";
     this.Load += new System.EventHandler(this.admin_Load);
     this.tabPage3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.TabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "dp2library",
         "dp2图书馆集成系统"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "DTLP",
         "dt1000/dt1500图书馆集成系统"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Z39.50",
         "通用信息检索协议"
     }, -1);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectProtocolDialog));
     this.listView_protocol    = new System.Windows.Forms.ListView();
     this.columnHeader_name    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader_comment = new System.Windows.Forms.ColumnHeader();
     this.button_Cancel        = new System.Windows.Forms.Button();
     this.button_OK            = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // listView_protocol
     //
     this.listView_protocol.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.listView_protocol.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader_name,
         this.columnHeader_comment
     });
     this.listView_protocol.FullRowSelect = true;
     this.listView_protocol.HideSelection = false;
     this.listView_protocol.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.listView_protocol.Location    = new System.Drawing.Point(13, 13);
     this.listView_protocol.MultiSelect = false;
     this.listView_protocol.Name        = "listView_protocol";
     this.listView_protocol.Size        = new System.Drawing.Size(477, 117);
     this.listView_protocol.TabIndex    = 0;
     this.listView_protocol.UseCompatibleStateImageBehavior = false;
     this.listView_protocol.View                  = System.Windows.Forms.View.Details;
     this.listView_protocol.DoubleClick          += new System.EventHandler(this.listView_protocol_DoubleClick);
     this.listView_protocol.SelectedIndexChanged += new System.EventHandler(this.listView_protocol_SelectedIndexChanged);
     //
     // columnHeader_name
     //
     this.columnHeader_name.Text  = "协议名";
     this.columnHeader_name.Width = 161;
     //
     // columnHeader_comment
     //
     this.columnHeader_comment.Text  = "说明";
     this.columnHeader_comment.Width = 300;
     //
     // button_Cancel
     //
     this.button_Cancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button_Cancel.Location     = new System.Drawing.Point(390, 136);
     this.button_Cancel.Name         = "button_Cancel";
     this.button_Cancel.Size         = new System.Drawing.Size(100, 28);
     this.button_Cancel.TabIndex     = 13;
     this.button_Cancel.Text         = "取消";
     this.button_Cancel.Click       += new System.EventHandler(this.button_Cancel_Click);
     //
     // button_OK
     //
     this.button_OK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button_OK.Enabled  = false;
     this.button_OK.Location = new System.Drawing.Point(284, 136);
     this.button_OK.Name     = "button_OK";
     this.button_OK.Size     = new System.Drawing.Size(100, 28);
     this.button_OK.TabIndex = 12;
     this.button_OK.Text     = "确定";
     this.button_OK.Click   += new System.EventHandler(this.button_OK_Click);
     //
     // SelectProtocolDialog
     //
     this.AcceptButton        = this.button_OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.button_Cancel;
     this.ClientSize          = new System.Drawing.Size(502, 176);
     this.Controls.Add(this.button_Cancel);
     this.Controls.Add(this.button_OK);
     this.Controls.Add(this.listView_protocol);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "SelectProtocolDialog";
     this.ShowInTaskbar = false;
     this.Text          = "请选择一个图书馆应用协议";
     this.Load         += new System.EventHandler(this.SelectProtocolDialog_Load);
     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.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Most Recent", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Less Recent", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Other", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem(new string[] {
         "C:\\Users\\russkie\\AppData\\Roaming\\GitExtensions\\GitExtensions",
         "refs/heads/master",
         "Favourite"
     }, 0);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserRepositoriesList));
     this.toolStripMenuItem1             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripSeparator();
     this.pnlHeader                      = new System.Windows.Forms.Panel();
     this.pnlBody                        = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1              = new System.Windows.Forms.TableLayoutPanel();
     this.lblRecentRepositories          = new System.Windows.Forms.Label();
     this.tsmiCategories                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryNone               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryAdd                = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripRepository     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.contextMenuStripCategory       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiRemoveFromList             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiRemoveMissingReposFromList = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOpenFolder                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryRename             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryDelete             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCategoryClear              = new System.Windows.Forms.ToolStripMenuItem();
     this.listView1                      = new ExListView();
     this.clmhdrPath                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmhdrBranch                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmhdrCategory                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList1                     = new System.Windows.Forms.ImageList(this.components);
     this.menuStripRecentMenu            = new System.Windows.Forms.MenuStrip();
     this.mnuTop       = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuConfigure = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlHeader.SuspendLayout();
     this.pnlBody.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.contextMenuStripRepository.SuspendLayout();
     this.contextMenuStripCategory.SuspendLayout();
     this.menuStripRecentMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(221, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(221, 6);
     //
     // pnlHeader
     //
     this.pnlHeader.Controls.Add(this.tableLayoutPanel1);
     this.pnlHeader.Dock        = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location    = new System.Drawing.Point(0, 0);
     this.pnlHeader.Margin      = new System.Windows.Forms.Padding(0);
     this.pnlHeader.MinimumSize = new System.Drawing.Size(450, 0);
     this.pnlHeader.Name        = "pnlHeader";
     this.pnlHeader.Padding     = new System.Windows.Forms.Padding(20, 0, 20, 11);
     this.pnlHeader.Size        = new System.Drawing.Size(451, 73);
     this.pnlHeader.TabIndex    = 0;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.listView1);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Padding  = new System.Windows.Forms.Padding(20);
     this.pnlBody.Size     = new System.Drawing.Size(451, 73);
     this.pnlBody.TabIndex = 1;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize     = true;
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.lblRecentRepositories, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(20, 30);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(411, 32);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // lblRecentRepositories
     //
     this.lblRecentRepositories.AutoSize  = true;
     this.lblRecentRepositories.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblRecentRepositories.Font      = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblRecentRepositories.ForeColor = System.Drawing.Color.DimGray;
     this.lblRecentRepositories.Location  = new System.Drawing.Point(0, 0);
     this.lblRecentRepositories.Margin    = new System.Windows.Forms.Padding(0);
     this.lblRecentRepositories.Name      = "lblRecentRepositories";
     this.lblRecentRepositories.Size      = new System.Drawing.Size(411, 32);
     this.lblRecentRepositories.TabIndex  = 1;
     this.lblRecentRepositories.Text      = "Recent Repositories";
     //
     // tsmiCategories
     //
     this.tsmiCategories.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiCategoryNone,
         this.tsmiCategoryAdd
     });
     this.tsmiCategories.Name             = "tsmiCategories";
     this.tsmiCategories.Size             = new System.Drawing.Size(224, 22);
     this.tsmiCategories.Text             = "Categories";
     this.tsmiCategories.DropDownOpening += new System.EventHandler(this.tsmiCategories_DropDownOpening);
     //
     // tsmiCategoryNone
     //
     this.tsmiCategoryNone.Name   = "tsmiCategoryNone";
     this.tsmiCategoryNone.Size   = new System.Drawing.Size(130, 22);
     this.tsmiCategoryNone.Text   = "(none)";
     this.tsmiCategoryNone.Click += new System.EventHandler(this.tsmiCategory_Click);
     //
     // tsmiCategoryAdd
     //
     this.tsmiCategoryAdd.Image  = global::GitUI.Properties.Images.BulletAdd;
     this.tsmiCategoryAdd.Name   = "tsmiCategoryAdd";
     this.tsmiCategoryAdd.Size   = new System.Drawing.Size(130, 22);
     this.tsmiCategoryAdd.Text   = "Add new...";
     this.tsmiCategoryAdd.Click += new System.EventHandler(this.tsmiCategoryAdd_Click);
     //
     // contextMenuStripRepository
     //
     this.contextMenuStripRepository.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiOpenFolder,
         this.toolStripMenuItem1,
         this.tsmiCategories,
         this.toolStripMenuItem2,
         this.tsmiRemoveFromList,
         this.tsmiRemoveMissingReposFromList
     });
     this.contextMenuStripRepository.Name     = "contextMenuStripRepository";
     this.contextMenuStripRepository.Size     = new System.Drawing.Size(225, 126);
     this.contextMenuStripRepository.Closed  += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStrip_Closed);
     this.contextMenuStripRepository.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // contextMenuStripCategory
     //
     this.contextMenuStripCategory.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiCategoryRename,
         this.tsmiCategoryDelete,
         this.tsmiCategoryClear
     });
     this.contextMenuStripCategory.Name   = "contextMenuStripCategory";
     this.contextMenuStripRepository.Size = new System.Drawing.Size(225, 66);
     //
     // tsmiRemoveFromList
     //
     this.tsmiRemoveFromList.Name   = "tsmiRemoveFromList";
     this.tsmiRemoveFromList.Size   = new System.Drawing.Size(224, 22);
     this.tsmiRemoveFromList.Text   = "Remove project from the list";
     this.tsmiRemoveFromList.Click += new System.EventHandler(this.tsmiRemoveFromList_Click);
     //
     // tsmiRemoveMissingReposFromList
     //
     this.tsmiRemoveMissingReposFromList.Name   = "tsmiRemoveMissingReposFromList";
     this.tsmiRemoveMissingReposFromList.Size   = new System.Drawing.Size(224, 22);
     this.tsmiRemoveMissingReposFromList.Text   = "Remove missing projects from the list";
     this.tsmiRemoveMissingReposFromList.Click += new System.EventHandler(this.tsmiRemoveMissingReposFromList_Click);
     //
     // tsmiOpenFolder
     //
     this.tsmiOpenFolder.Image  = global::GitUI.Properties.Images.BrowseFileExplorer;
     this.tsmiOpenFolder.Name   = "tsmiOpenFolder";
     this.tsmiOpenFolder.Size   = new System.Drawing.Size(224, 22);
     this.tsmiOpenFolder.Text   = "Show in folder";
     this.tsmiOpenFolder.Click += new System.EventHandler(this.tsmiOpenFolder_Click);
     //
     // tsmiCategoryRename
     //
     this.tsmiCategoryRename.Image  = global::GitUI.Properties.Images.FileStatusModified;
     this.tsmiCategoryRename.Name   = "tsmiCategoryRename";
     this.tsmiCategoryRename.Size   = new System.Drawing.Size(224, 22);
     this.tsmiCategoryRename.Text   = "Rename category";
     this.tsmiCategoryRename.Click += new System.EventHandler(this.tsmiCategoryRename_Click);
     //
     // tsmiCategoryClear
     //
     this.tsmiCategoryClear.Image  = global::GitUI.Properties.Images.CleanupRepo;
     this.tsmiCategoryClear.Name   = "tsmiCategoryClear";
     this.tsmiCategoryClear.Size   = new System.Drawing.Size(224, 22);
     this.tsmiCategoryClear.Text   = "Clear all recent repositories";
     this.tsmiCategoryClear.Click += new System.EventHandler(this.tsmiCategoryClear_Click);
     //
     // tsmiCategoryDelete
     //
     this.tsmiCategoryDelete.Image  = global::GitUI.Properties.Images.StarRemove;
     this.tsmiCategoryDelete.Name   = "tsmiCategoryDelete";
     this.tsmiCategoryDelete.Size   = new System.Drawing.Size(224, 22);
     this.tsmiCategoryDelete.Text   = "Delete category";
     this.tsmiCategoryDelete.Click += new System.EventHandler(this.tsmiCategoryDelete_Click);
     //
     // listView1
     //
     this.listView1.Activation  = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmhdrPath,
         this.clmhdrBranch,
         this.clmhdrCategory
     });
     this.listView1.ContextMenuStrip = this.contextMenuStripRepository;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     listViewGroup1.Header           = "Most Recent";
     listViewGroup1.Name             = "lvgMostRecent";
     listViewGroup2.Header           = "Less Recent";
     listViewGroup2.Name             = "lvgLessRecent";
     listViewGroup3.Header           = "Other";
     listViewGroup3.Name             = "lvgOther";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listView1.HideSelection = false;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(24, 80);
     this.listView1.Margin           = new System.Windows.Forms.Padding(24, 3, 24, 3);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.OwnerDraw        = true;
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(403, 195);
     this.listView1.TabIndex         = 2;
     this.listView1.TileSize         = new System.Drawing.Size(350, 50);
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View          = System.Windows.Forms.View.Tile;
     this.listView1.DrawItem     += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView1_DrawItem);
     this.listView1.MouseClick   += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseClick);
     this.listView1.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseMove);
     this.listView1.MouseLeave   += new System.EventHandler(this.listView1_MouseLeave);
     this.listView1.GroupMouseUp += new System.EventHandler <ListViewGroupMouseEventArgs>(this.listView1_GroupMouseUp);
     //
     // clmhdrPath
     //
     this.clmhdrPath.Text = "Path";
     //
     // clmhdrBranch
     //
     this.clmhdrBranch.Text = "Branch";
     //
     // clmhdrCategory
     //
     this.clmhdrCategory.Text = "Category";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "source_code.png");
     //
     // menuStripRecentMenu
     //
     this.menuStripRecentMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuTop
     });
     this.menuStripRecentMenu.Location = new System.Drawing.Point(0, 73);
     this.menuStripRecentMenu.Name     = "menuStripRecentMenu";
     this.menuStripRecentMenu.Size     = new System.Drawing.Size(451, 24);
     this.menuStripRecentMenu.TabIndex = 3;
     this.menuStripRecentMenu.Visible  = false;
     //
     // mnuTop
     //
     this.mnuTop.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuConfigure
     });
     this.mnuTop.Name = "mnuTop";
     this.mnuTop.Size = new System.Drawing.Size(71, 20);
     //
     // mnuConfigure
     //
     this.mnuConfigure.Image  = global::GitUI.Properties.Images.Settings;
     this.mnuConfigure.Name   = "mnuConfigure";
     this.mnuConfigure.Size   = new System.Drawing.Size(218, 22);
     this.mnuConfigure.Text   = "&Recent repositories settings";
     this.mnuConfigure.Click += new System.EventHandler(this.mnuConfigure_Click);
     //
     // RecentRepositoriesList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.menuStripRecentMenu);
     this.Controls.Add(this.pnlBody);
     this.Controls.Add(this.pnlHeader);
     this.DoubleBuffered = true;
     this.Name           = "RecentRepositoriesList";
     this.Size           = new System.Drawing.Size(451, 283);
     this.Load          += new System.EventHandler(this.RecentRepositoriesList_Load);
     this.pnlHeader.ResumeLayout(false);
     this.pnlHeader.PerformLayout();
     this.pnlBody.ResumeLayout(false);
     this.pnlBody.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.contextMenuStripRepository.ResumeLayout(false);
     this.contextMenuStripCategory.ResumeLayout(false);
     this.menuStripRecentMenu.ResumeLayout(false);
     this.menuStripRecentMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #38
0
 /// <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.Windows.Forms.ListViewGroup listViewGroup7 = new System.Windows.Forms.ListViewGroup("Спецификация (Вариант А)", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup listViewGroup8 = new System.Windows.Forms.ListViewGroup("Спецификация (Вариант Б)", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewItem  listViewItem13 = new System.Windows.Forms.ListViewItem("Форма 1 и 1а");
     System.Windows.Forms.ListViewItem  listViewItem14 = new System.Windows.Forms.ListViewItem("Форма 5");
     System.Windows.Forms.ListViewItem  listViewItem15 = new System.Windows.Forms.ListViewItem("Форма 1 и 1а");
     System.Windows.Forms.ListViewItem  listViewItem16 = new System.Windows.Forms.ListViewItem("Форма 1 и 1б");
     this.BtnAddin       = new System.Windows.Forms.Button();
     this.BtCreate       = new System.Windows.Forms.Button();
     this.GroupBox1      = new System.Windows.Forms.GroupBox();
     this.ListView1      = new System.Windows.Forms.ListView();
     this.Button2        = new System.Windows.Forms.Button();
     this.DataGridConfig = new System.Windows.Forms.DataGridView();
     this.ColChB         = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Col2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.timer1         = new System.Windows.Forms.Timer(this.components);
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridConfig)).BeginInit();
     this.SuspendLayout();
     //
     // BtnAddin
     //
     this.BtnAddin.BackColor = System.Drawing.Color.Linen;
     this.BtnAddin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.BtnAddin.Location  = new System.Drawing.Point(7, 366);
     this.BtnAddin.Name      = "BtnAddin";
     this.BtnAddin.Size      = new System.Drawing.Size(100, 27);
     this.BtnAddin.TabIndex  = 26;
     this.BtnAddin.Text      = "Добавления";
     this.BtnAddin.UseVisualStyleBackColor = false;
     this.BtnAddin.Click += new System.EventHandler(this.BtnAddin_Click);
     //
     // BtCreate
     //
     this.BtCreate.BackColor = System.Drawing.Color.Linen;
     this.BtCreate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.BtCreate.Location  = new System.Drawing.Point(256, 366);
     this.BtCreate.Name      = "BtCreate";
     this.BtCreate.Size      = new System.Drawing.Size(100, 27);
     this.BtCreate.TabIndex  = 24;
     this.BtCreate.Text      = "Создать";
     this.BtCreate.UseVisualStyleBackColor = false;
     this.BtCreate.Click += new System.EventHandler(this.BtCreate_Click);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.ListView1);
     this.GroupBox1.Location = new System.Drawing.Point(7, 7);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(243, 353);
     this.GroupBox1.TabIndex = 28;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "Список шаблонов:";
     //
     // ListView1
     //
     this.ListView1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     listViewGroup7.Header          = "Спецификация (Вариант А)";
     listViewGroup7.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup7.Name            = "1";
     listViewGroup8.Header          = "Спецификация (Вариант Б)";
     listViewGroup8.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup8.Name            = "2";
     this.ListView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup7,
         listViewGroup8
     });
     listViewItem13.Group = listViewGroup7;
     listViewItem14.Group = listViewGroup8;
     listViewItem15.Group = listViewGroup8;
     listViewItem16.Group = listViewGroup8;
     this.ListView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem13,
         listViewItem14,
         listViewItem15,
         listViewItem16
     });
     this.ListView1.Location = new System.Drawing.Point(1, 14);
     this.ListView1.Name     = "ListView1";
     this.ListView1.Size     = new System.Drawing.Size(230, 325);
     this.ListView1.TabIndex = 2;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View = System.Windows.Forms.View.Tile;
     //
     // Button2
     //
     this.Button2.BackColor = System.Drawing.Color.Linen;
     this.Button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Button2.Location  = new System.Drawing.Point(376, 366);
     this.Button2.Name      = "Button2";
     this.Button2.Size      = new System.Drawing.Size(100, 27);
     this.Button2.TabIndex  = 25;
     this.Button2.Text      = "Отмена";
     this.Button2.UseVisualStyleBackColor = false;
     this.Button2.Click += new System.EventHandler(this.Button2_Click);
     //
     // DataGridConfig
     //
     this.DataGridConfig.AllowUserToAddRows          = false;
     this.DataGridConfig.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.DataGridConfig.BackgroundColor             = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(224)))));
     this.DataGridConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DataGridConfig.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColChB,
         this.Col2
     });
     this.DataGridConfig.GridColor         = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(224)))));
     this.DataGridConfig.Location          = new System.Drawing.Point(256, 7);
     this.DataGridConfig.Name              = "DataGridConfig";
     this.DataGridConfig.RowHeadersVisible = false;
     this.DataGridConfig.Size              = new System.Drawing.Size(220, 344);
     this.DataGridConfig.TabIndex          = 27;
     //
     // ColChB
     //
     this.ColChB.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.ColChB.HeaderText   = "";
     this.ColChB.Name         = "ColChB";
     this.ColChB.Resizable    = System.Windows.Forms.DataGridViewTriState.True;
     this.ColChB.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.ColChB.Width        = 19;
     //
     // Col2
     //
     this.Col2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Col2.HeaderText   = "Конфигурации";
     this.Col2.Name         = "Col2";
     //
     // timer1
     //
     this.timer1.Interval = 30;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // NewDoc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Linen;
     this.ClientSize          = new System.Drawing.Size(484, 400);
     this.Controls.Add(this.BtnAddin);
     this.Controls.Add(this.BtCreate);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.DataGridConfig);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "NewDoc";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Создать отчет";
     this.Load           += new System.EventHandler(this.NewDoc_Load);
     this.GroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DataGridConfig)).EndInit();
     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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChooseExtractablesUI));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("Not Launched", 0);
     System.Windows.Forms.ListViewItem listViewItem2          = new System.Windows.Forms.ListViewItem("Awaiting Execution", 8);
     System.Windows.Forms.ListViewItem listViewItem3          = new System.Windows.Forms.ListViewItem("Waiting for SQL Server", 3);
     System.Windows.Forms.ListViewItem listViewItem4          = new System.Windows.Forms.ListViewItem("Writing to File", 4);
     System.Windows.Forms.ListViewItem listViewItem5          = new System.Windows.Forms.ListViewItem("Crashed", 1);
     System.Windows.Forms.ListViewItem listViewItem6          = new System.Windows.Forms.ListViewItem("User Aborted", 2);
     System.Windows.Forms.ListViewItem listViewItem7          = new System.Windows.Forms.ListViewItem("Completed", "tick.bmp");
     System.Windows.Forms.ListViewItem listViewItem8          = new System.Windows.Forms.ListViewItem("Warning", "warning.bmp");
     System.Windows.Forms.ListViewItem listViewItem9          = new System.Windows.Forms.ListViewItem("Writing Metadata", "word.bmp");
     System.Windows.Forms.ListViewItem listViewItem10         = new System.Windows.Forms.ListViewItem("Supporting SQL/Lookups", 9);
     System.Windows.Forms.ListViewItem listViewItem11         = new System.Windows.Forms.ListViewItem("Supporting Document", "supportingdocument.bmp");
     System.Windows.Forms.ListViewItem listViewItem12         = new System.Windows.Forms.ListViewItem("Bundle", 12);
     System.Windows.Forms.ListViewItem listViewItem13         = new System.Windows.Forms.ListViewItem("Extractable Dataset", 13);
     this.imageList1  = new System.Windows.Forms.ImageList(this.components);
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.lvKey       = new System.Windows.Forms.ListView();
     this.tlvDatasets = new BrightIdeasSoftware.TreeListView();
     this.olvColumn1  = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.timer1      = new System.Windows.Forms.Timer(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tlvDatasets)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "none.bmp");
     this.imageList1.Images.SetKeyName(1, "failed.bmp");
     this.imageList1.Images.SetKeyName(2, "stopped.bmp");
     this.imageList1.Images.SetKeyName(3, "talkingtoSQL.bmp");
     this.imageList1.Images.SetKeyName(4, "writing.bmp");
     this.imageList1.Images.SetKeyName(5, "tick.bmp");
     this.imageList1.Images.SetKeyName(6, "warning.bmp");
     this.imageList1.Images.SetKeyName(7, "word.bmp");
     this.imageList1.Images.SetKeyName(8, "sleeping.bmp");
     this.imageList1.Images.SetKeyName(9, "sql.bmp");
     this.imageList1.Images.SetKeyName(10, "supportingdocument.bmp");
     this.imageList1.Images.SetKeyName(11, "folder.bmp");
     this.imageList1.Images.SetKeyName(12, "bundle.bmp");
     this.imageList1.Images.SetKeyName(13, "extractabledataset.bmp");
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.lvKey);
     this.groupBox1.Location = new System.Drawing.Point(3, 625);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(430, 122);
     this.groupBox1.TabIndex = 24;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Key";
     //
     // lvKey
     //
     this.lvKey.Dock = System.Windows.Forms.DockStyle.Fill;
     listViewItem1.StateImageIndex = 0;
     listViewItem3.StateImageIndex = 0;
     listViewItem4.StateImageIndex = 0;
     listViewItem5.StateImageIndex = 0;
     listViewItem6.StateImageIndex = 0;
     listViewItem7.StateImageIndex = 0;
     listViewItem8.StateImageIndex = 0;
     listViewItem9.StateImageIndex = 0;
     this.lvKey.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7,
         listViewItem8,
         listViewItem9,
         listViewItem10,
         listViewItem11,
         listViewItem12,
         listViewItem13
     });
     this.lvKey.Location       = new System.Drawing.Point(3, 16);
     this.lvKey.Name           = "lvKey";
     this.lvKey.Size           = new System.Drawing.Size(424, 103);
     this.lvKey.SmallImageList = this.imageList1;
     this.lvKey.TabIndex       = 22;
     this.lvKey.UseCompatibleStateImageBehavior = false;
     this.lvKey.View = System.Windows.Forms.View.SmallIcon;
     //
     // tlvDatasets
     //
     this.tlvDatasets.AllColumns.Add(this.olvColumn1);
     this.tlvDatasets.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tlvDatasets.CellEditUseWholeCell = false;
     this.tlvDatasets.CheckBoxes           = true;
     this.tlvDatasets.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.olvColumn1
     });
     this.tlvDatasets.HierarchicalCheckboxes = true;
     this.tlvDatasets.Location                        = new System.Drawing.Point(3, 3);
     this.tlvDatasets.Name                            = "tlvDatasets";
     this.tlvDatasets.ShowGroups                      = false;
     this.tlvDatasets.ShowImagesOnSubItems            = true;
     this.tlvDatasets.Size                            = new System.Drawing.Size(427, 616);
     this.tlvDatasets.SmallImageList                  = this.imageList1;
     this.tlvDatasets.TabIndex                        = 25;
     this.tlvDatasets.Text                            = "label1";
     this.tlvDatasets.UseCompatibleStateImageBehavior = false;
     this.tlvDatasets.View                            = System.Windows.Forms.View.Details;
     this.tlvDatasets.VirtualMode                     = true;
     this.tlvDatasets.ItemChecked                    += new System.Windows.Forms.ItemCheckedEventHandler(this.tlvDatasets_ItemChecked);
     this.tlvDatasets.ItemSelectionChanged           += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.tlvDatasets_ItemSelectionChanged);
     this.tlvDatasets.MouseDoubleClick               += new System.Windows.Forms.MouseEventHandler(this.lvDatasets_MouseDoubleClick);
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName     = "ToString";
     this.olvColumn1.FillsFreeSpace = true;
     this.olvColumn1.MinimumWidth   = 100;
     this.olvColumn1.Text           = "Extractables";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // ChooseExtractablesUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.Controls.Add(this.tlvDatasets);
     this.Controls.Add(this.groupBox1);
     this.Name = "ChooseExtractablesUI";
     this.Size = new System.Drawing.Size(436, 750);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tlvDatasets)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #40
0
 /// <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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
     this.button1         = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.button2         = new System.Windows.Forms.Button();
     this.button6         = new System.Windows.Forms.Button();
     this.listView1       = new System.Windows.Forms.ListView();
     this.columnHeader1   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listView2       = new System.Windows.Forms.ListView();
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Add";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(12, 40);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(214, 188);
     this.textBox1.TabIndex  = 1;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(92, 12);
     this.button2.Margin   = new System.Windows.Forms.Padding(2);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "setting";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(172, 11);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(115, 23);
     this.button6.TabIndex = 9;
     this.button6.Text     = "Start captcha solver";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.Button6_Click);
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.HideSelection = false;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.Location = new System.Drawing.Point(232, 40);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(209, 188);
     this.listView1.TabIndex = 11;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View         = System.Windows.Forms.View.List;
     this.listView1.DoubleClick += new System.EventHandler(this.ListView1_DoubleClick);
     //
     // listView2
     //
     this.listView2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.listView2.HideSelection = false;
     this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem2
     });
     this.listView2.Location = new System.Drawing.Point(12, 235);
     this.listView2.Name     = "listView2";
     this.listView2.Size     = new System.Drawing.Size(214, 214);
     this.listView2.TabIndex = 12;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.List;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
     //
     // checkedListBox1
     //
     this.checkedListBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Location          = new System.Drawing.Point(233, 235);
     this.checkedListBox1.Name     = "checkedListBox1";
     this.checkedListBox1.Size     = new System.Drawing.Size(208, 214);
     this.checkedListBox1.TabIndex = 13;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(542, 461);
     this.Controls.Add(this.checkedListBox1);
     this.Controls.Add(this.listView2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.MinimumSize  = new System.Drawing.Size(558, 500);
     this.Name         = "Main";
     this.Text         = "main";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.Shown       += new System.EventHandler(this.Main_Shown);
     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.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("ㅇㄴㄴㄴㅇ", 0);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(xFormPrinterList));
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.listView1     = new System.Windows.Forms.ListView();
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Appearance.Font                   = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl1.Appearance.Options.UseFont        = true;
     this.groupControl1.AppearanceCaption.Font            = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl1.AppearanceCaption.Options.UseFont = true;
     this.groupControl1.Controls.Add(this.listView1);
     this.groupControl1.Location = new System.Drawing.Point(12, 12);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(538, 231);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "프린터 선택";
     //
     // listView1
     //
     this.listView1.Dock = System.Windows.Forms.DockStyle.Top;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.Location       = new System.Drawing.Point(2, 22);
     this.listView1.MultiSelect    = false;
     this.listView1.Name           = "listView1";
     this.listView1.Size           = new System.Drawing.Size(534, 99);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.TabIndex       = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.SmallIcon;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Print_16x16.png");
     //
     // xFormPrinterList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(562, 348);
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "xFormPrinterList";
     this.Text            = "Select Printer";
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     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.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "",
         "wwwww",
         "111",
         "222"
     }, -1);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParamFileMamagerForm));
     this.splitContainer1             = new System.Windows.Forms.SplitContainer();
     this.listView1                   = new System.Windows.Forms.ListView();
     this.paramEditControl1           = new Gnsser.Winform.ParamEditControl();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonDelete       = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonRefresh      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton_openOutSide = new System.Windows.Forms.ToolStripButton();
     this.name                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.referCount           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip1    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.除DToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.刷新FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.导入OToolStripButton   = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.listView1);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.paramEditControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(847, 511);
     this.splitContainer1.SplitterDistance = 305;
     this.splitContainer1.TabIndex         = 7;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.name,
         this.referCount
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.Location = new System.Drawing.Point(0, 25);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(305, 486);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.List;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // paramEditControl1
     //
     this.paramEditControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.paramEditControl1.IsChangeSaved = true;
     this.paramEditControl1.Location      = new System.Drawing.Point(0, 0);
     this.paramEditControl1.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.paramEditControl1.Name          = "paramEditControl1";
     this.paramEditControl1.ParamTypeName = null;
     this.paramEditControl1.Size          = new System.Drawing.Size(538, 511);
     this.paramEditControl1.TabIndex      = 0;
     this.paramEditControl1.Type          = null;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton_openOutSide,
         this.toolStripSeparator1,
         this.toolStripButtonDelete,
         this.toolStripSeparator2,
         this.toolStripButtonRefresh,
         this.导入OToolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(305, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonDelete.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonRefresh
     //
     this.toolStripButtonRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonRefresh.Image                 = global::Gnsser.Winform.Properties.Resources.refresh_16x16;
     this.toolStripButtonRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonRefresh.Name   = "toolStripButtonRefresh";
     this.toolStripButtonRefresh.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButtonRefresh.Text   = "刷新";
     this.toolStripButtonRefresh.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
     //
     // toolStripButton_openOutSide
     //
     this.toolStripButton_openOutSide.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton_openOutSide.Image                 = global::Gnsser.Winform.Properties.Resources.view_txt_16x16;
     this.toolStripButton_openOutSide.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_openOutSide.Name   = "toolStripButton_openOutSide";
     this.toolStripButton_openOutSide.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton_openOutSide.Text   = "外部程序打开";
     this.toolStripButton_openOutSide.Click += new System.EventHandler(this.toolStripButton_openOutSide_Click);
     //
     // name
     //
     this.name.Text  = "名称";
     this.name.Width = 300;
     //
     // referCount
     //
     this.referCount.Text = "引用次数";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.打开OToolStripMenuItem,
         this.除DToolStripMenuItem,
         this.刷新FToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(119, 70);
     //
     // 打开OToolStripMenuItem
     //
     this.打开OToolStripMenuItem.Name   = "打开OToolStripMenuItem";
     this.打开OToolStripMenuItem.Size   = new System.Drawing.Size(118, 22);
     this.打开OToolStripMenuItem.Text   = "打开(&O)";
     this.打开OToolStripMenuItem.Click += new System.EventHandler(this.toolStripButton_openOutSide_Click);
     //
     // 删除DToolStripMenuItem
     //
     this.除DToolStripMenuItem.Name   = "删除DToolStripMenuItem";
     this.除DToolStripMenuItem.Size   = new System.Drawing.Size(118, 22);
     this.除DToolStripMenuItem.Text   = "删除(&D)";
     this.除DToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // 刷新FToolStripMenuItem
     //
     this.刷新FToolStripMenuItem.Name   = "刷新FToolStripMenuItem";
     this.刷新FToolStripMenuItem.Size   = new System.Drawing.Size(118, 22);
     this.刷新FToolStripMenuItem.Text   = "刷新(&F)";
     this.刷新FToolStripMenuItem.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
     //
     // 导入OToolStripButton
     //
     this.导入OToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.导入OToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("导入OToolStripButton.Image")));
     this.导入OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.导入OToolStripButton.Name   = "导入OToolStripButton";
     this.导入OToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.导入OToolStripButton.Text   = "打开目录(&O)";
     this.导入OToolStripButton.Click += new System.EventHandler(this.外部打开OToolStripButton_Click);
     //
     // ParamFileMamagerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(847, 511);
     this.Controls.Add(this.splitContainer1);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "ParamFileMamagerForm";
     this.Text   = "参数文件管理器";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     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()
 {
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Meals", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Drinks", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Sides", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem(new string[] {
         "Burger",
         "$6.99"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "  +Lettuce",
         "$0.00"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Lemonade",
         "$0.99"
     }, -1);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderForm));
     this.pnl_summary        = new System.Windows.Forms.Panel();
     this.pnl_payment        = new System.Windows.Forms.Panel();
     this.btn_cancel         = new System.Windows.Forms.Button();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.mTB_cvc            = new System.Windows.Forms.MaskedTextBox();
     this.rchTxtBx_Comments  = new System.Windows.Forms.RichTextBox();
     this.lbl_comment        = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.trckBr_review      = new System.Windows.Forms.TrackBar();
     this.maskedTextBox1     = new System.Windows.Forms.MaskedTextBox();
     this.btnPay             = new System.Windows.Forms.Button();
     this.btnPercentTwenty   = new System.Windows.Forms.Button();
     this.btnPercentFifteen  = new System.Windows.Forms.Button();
     this.btnPercentTen      = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.btnPercentZero     = new System.Windows.Forms.Button();
     this.totalLabel         = new System.Windows.Forms.Label();
     this.orderLabel         = new System.Windows.Forms.Label();
     this.btn_ArrowDown      = new System.Windows.Forms.Button();
     this.btn_removeCart     = new System.Windows.Forms.Button();
     this.btn_editCart       = new System.Windows.Forms.Button();
     this.btn_ArrowUp        = new System.Windows.Forms.Button();
     this.txt_subTotal       = new System.Windows.Forms.TextBox();
     this.btn_checkout       = new System.Windows.Forms.Button();
     this.lstVw_cartSummary  = new System.Windows.Forms.ListView();
     this.cHdr_menuItem      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.cHdr_price         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lbl_cartSummary    = new System.Windows.Forms.Label();
     this.btn_logout         = new System.Windows.Forms.Button();
     this.txtbox_description = new System.Windows.Forms.RichTextBox();
     this.txtbox_Item        = new System.Windows.Forms.RichTextBox();
     this.pnl_summary.SuspendLayout();
     this.pnl_payment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trckBr_review)).BeginInit();
     this.SuspendLayout();
     //
     // pnl_summary
     //
     this.pnl_summary.Controls.Add(this.pnl_payment);
     this.pnl_summary.Controls.Add(this.btn_ArrowDown);
     this.pnl_summary.Controls.Add(this.btn_removeCart);
     this.pnl_summary.Controls.Add(this.btn_editCart);
     this.pnl_summary.Controls.Add(this.btn_ArrowUp);
     this.pnl_summary.Controls.Add(this.txt_subTotal);
     this.pnl_summary.Controls.Add(this.btn_checkout);
     this.pnl_summary.Controls.Add(this.lstVw_cartSummary);
     this.pnl_summary.Controls.Add(this.lbl_cartSummary);
     this.pnl_summary.Location = new System.Drawing.Point(710, 12);
     this.pnl_summary.Name     = "pnl_summary";
     this.pnl_summary.Size     = new System.Drawing.Size(466, 939);
     this.pnl_summary.TabIndex = 5;
     this.pnl_summary.Paint   += new System.Windows.Forms.PaintEventHandler(this.pnl_summary_Paint);
     //
     // pnl_payment
     //
     this.pnl_payment.BackColor = System.Drawing.Color.Teal;
     this.pnl_payment.Controls.Add(this.btn_cancel);
     this.pnl_payment.Controls.Add(this.label8);
     this.pnl_payment.Controls.Add(this.label7);
     this.pnl_payment.Controls.Add(this.mTB_cvc);
     this.pnl_payment.Controls.Add(this.rchTxtBx_Comments);
     this.pnl_payment.Controls.Add(this.lbl_comment);
     this.pnl_payment.Controls.Add(this.label6);
     this.pnl_payment.Controls.Add(this.label5);
     this.pnl_payment.Controls.Add(this.label4);
     this.pnl_payment.Controls.Add(this.label3);
     this.pnl_payment.Controls.Add(this.label2);
     this.pnl_payment.Controls.Add(this.trckBr_review);
     this.pnl_payment.Controls.Add(this.maskedTextBox1);
     this.pnl_payment.Controls.Add(this.btnPay);
     this.pnl_payment.Controls.Add(this.btnPercentTwenty);
     this.pnl_payment.Controls.Add(this.btnPercentFifteen);
     this.pnl_payment.Controls.Add(this.btnPercentTen);
     this.pnl_payment.Controls.Add(this.label1);
     this.pnl_payment.Controls.Add(this.btnPercentZero);
     this.pnl_payment.Controls.Add(this.totalLabel);
     this.pnl_payment.Controls.Add(this.orderLabel);
     this.pnl_payment.Location = new System.Drawing.Point(607, 3);
     this.pnl_payment.Name     = "pnl_payment";
     this.pnl_payment.Size     = new System.Drawing.Size(346, 616);
     this.pnl_payment.TabIndex = 10;
     //
     // btn_cancel
     //
     this.btn_cancel.BackColor = System.Drawing.Color.DarkSlateGray;
     this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_cancel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_cancel.ForeColor = System.Drawing.Color.White;
     this.btn_cancel.Location  = new System.Drawing.Point(228, 487);
     this.btn_cancel.Name      = "btn_cancel";
     this.btn_cancel.Size      = new System.Drawing.Size(104, 52);
     this.btn_cancel.TabIndex  = 21;
     this.btn_cancel.Text      = "Cancel";
     this.btn_cancel.UseVisualStyleBackColor = false;
     this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label8.Location  = new System.Drawing.Point(252, 421);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(39, 18);
     this.label8.TabIndex  = 19;
     this.label8.Text      = "CVC";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label7.Location  = new System.Drawing.Point(29, 421);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(95, 18);
     this.label7.TabIndex  = 18;
     this.label7.Text      = "Credit Card #";
     //
     // mTB_cvc
     //
     this.mTB_cvc.Font          = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mTB_cvc.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite;
     this.mTB_cvc.Location      = new System.Drawing.Point(255, 447);
     this.mTB_cvc.Mask          = "000";
     this.mTB_cvc.Name          = "mTB_cvc";
     this.mTB_cvc.Size          = new System.Drawing.Size(36, 24);
     this.mTB_cvc.TabIndex      = 17;
     //
     // rchTxtBx_Comments
     //
     this.rchTxtBx_Comments.Location = new System.Drawing.Point(32, 316);
     this.rchTxtBx_Comments.Name     = "rchTxtBx_Comments";
     this.rchTxtBx_Comments.Size     = new System.Drawing.Size(270, 73);
     this.rchTxtBx_Comments.TabIndex = 16;
     this.rchTxtBx_Comments.Text     = "";
     //
     // lbl_comment
     //
     this.lbl_comment.AutoSize  = true;
     this.lbl_comment.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_comment.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lbl_comment.Location  = new System.Drawing.Point(32, 294);
     this.lbl_comment.Name      = "lbl_comment";
     this.lbl_comment.Size      = new System.Drawing.Size(170, 18);
     this.lbl_comment.TabIndex  = 15;
     this.lbl_comment.Text      = "Any Recommendations?";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label6.Location  = new System.Drawing.Point(263, 251);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(45, 18);
     this.label6.TabIndex  = 14;
     this.label6.Text      = "Great";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label5.Location  = new System.Drawing.Point(173, 251);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(37, 18);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Meh";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label4.Location  = new System.Drawing.Point(76, 251);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(34, 18);
     this.label4.TabIndex  = 12;
     this.label4.Text      = "Bad";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label3.Location  = new System.Drawing.Point(29, 251);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(32, 18);
     this.label3.TabIndex  = 11;
     this.label3.Text      = "N/A";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label2.Location  = new System.Drawing.Point(32, 205);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(169, 18);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "How Did We Do Today?";
     //
     // trckBr_review
     //
     this.trckBr_review.LargeChange = 1;
     this.trckBr_review.Location    = new System.Drawing.Point(32, 224);
     this.trckBr_review.Maximum     = 6;
     this.trckBr_review.Name        = "trckBr_review";
     this.trckBr_review.Size        = new System.Drawing.Size(270, 45);
     this.trckBr_review.TabIndex    = 9;
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maskedTextBox1.Location  = new System.Drawing.Point(32, 447);
     this.maskedTextBox1.Mask      = "0000-0000-0000-0000";
     this.maskedTextBox1.Name      = "maskedTextBox1";
     this.maskedTextBox1.Size      = new System.Drawing.Size(151, 24);
     this.maskedTextBox1.TabIndex  = 8;
     this.maskedTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // btnPay
     //
     this.btnPay.BackColor = System.Drawing.Color.DarkSlateGray;
     this.btnPay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPay.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPay.ForeColor = System.Drawing.Color.White;
     this.btnPay.Location  = new System.Drawing.Point(15, 487);
     this.btnPay.Name      = "btnPay";
     this.btnPay.Size      = new System.Drawing.Size(201, 52);
     this.btnPay.TabIndex  = 7;
     this.btnPay.Text      = "Process Payment";
     this.btnPay.UseVisualStyleBackColor = false;
     this.btnPay.Click += new System.EventHandler(this.btnPay_Click);
     //
     // btnPercentTwenty
     //
     this.btnPercentTwenty.BackColor = System.Drawing.Color.Lime;
     this.btnPercentTwenty.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPercentTwenty.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPercentTwenty.Location  = new System.Drawing.Point(239, 126);
     this.btnPercentTwenty.Name      = "btnPercentTwenty";
     this.btnPercentTwenty.Size      = new System.Drawing.Size(63, 52);
     this.btnPercentTwenty.TabIndex  = 6;
     this.btnPercentTwenty.Text      = "20%";
     this.btnPercentTwenty.UseVisualStyleBackColor = false;
     this.btnPercentTwenty.Click += new System.EventHandler(this.percentage_Click);
     //
     // btnPercentFifteen
     //
     this.btnPercentFifteen.BackColor = System.Drawing.Color.Yellow;
     this.btnPercentFifteen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPercentFifteen.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPercentFifteen.Location  = new System.Drawing.Point(170, 126);
     this.btnPercentFifteen.Name      = "btnPercentFifteen";
     this.btnPercentFifteen.Size      = new System.Drawing.Size(63, 52);
     this.btnPercentFifteen.TabIndex  = 5;
     this.btnPercentFifteen.Text      = "15%";
     this.btnPercentFifteen.UseVisualStyleBackColor = false;
     this.btnPercentFifteen.Click += new System.EventHandler(this.percentage_Click);
     //
     // btnPercentTen
     //
     this.btnPercentTen.BackColor = System.Drawing.Color.OrangeRed;
     this.btnPercentTen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPercentTen.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPercentTen.Location  = new System.Drawing.Point(101, 126);
     this.btnPercentTen.Name      = "btnPercentTen";
     this.btnPercentTen.Size      = new System.Drawing.Size(63, 52);
     this.btnPercentTen.TabIndex  = 20;
     this.btnPercentTen.Text      = "10%";
     this.btnPercentTen.UseVisualStyleBackColor = false;
     this.btnPercentTen.Click += new System.EventHandler(this.percentage_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(29, 105);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 18);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Select Tip Amount";
     //
     // btnPercentZero
     //
     this.btnPercentZero.BackColor = System.Drawing.Color.Firebrick;
     this.btnPercentZero.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPercentZero.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPercentZero.Location  = new System.Drawing.Point(32, 126);
     this.btnPercentZero.Name      = "btnPercentZero";
     this.btnPercentZero.Size      = new System.Drawing.Size(63, 52);
     this.btnPercentZero.TabIndex  = 2;
     this.btnPercentZero.Text      = "0%";
     this.btnPercentZero.UseVisualStyleBackColor = false;
     this.btnPercentZero.Click += new System.EventHandler(this.percentage_Click);
     //
     // totalLabel
     //
     this.totalLabel.AutoSize  = true;
     this.totalLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totalLabel.ForeColor = System.Drawing.Color.White;
     this.totalLabel.Location  = new System.Drawing.Point(159, 47);
     this.totalLabel.Name      = "totalLabel";
     this.totalLabel.Size      = new System.Drawing.Size(66, 25);
     this.totalLabel.TabIndex  = 1;
     this.totalLabel.Text      = "$0.00";
     //
     // orderLabel
     //
     this.orderLabel.AutoSize  = true;
     this.orderLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.orderLabel.ForeColor = System.Drawing.Color.White;
     this.orderLabel.Location  = new System.Drawing.Point(38, 47);
     this.orderLabel.Name      = "orderLabel";
     this.orderLabel.Size      = new System.Drawing.Size(126, 25);
     this.orderLabel.TabIndex  = 0;
     this.orderLabel.Text      = "Order Total:";
     //
     // btn_ArrowDown
     //
     this.btn_ArrowDown.BackColor = System.Drawing.Color.White;
     this.btn_ArrowDown.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_ArrowDown.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_ArrowDown.Location  = new System.Drawing.Point(74, 658);
     this.btn_ArrowDown.Name      = "btn_ArrowDown";
     this.btn_ArrowDown.Size      = new System.Drawing.Size(371, 45);
     this.btn_ArrowDown.TabIndex  = 7;
     this.btn_ArrowDown.Text      = "Down";
     this.btn_ArrowDown.UseVisualStyleBackColor = false;
     this.btn_ArrowDown.Click += new System.EventHandler(this.btn_ArrowDown_Click);
     //
     // btn_removeCart
     //
     this.btn_removeCart.BackColor = System.Drawing.Color.White;
     this.btn_removeCart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_removeCart.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_removeCart.Location  = new System.Drawing.Point(308, 709);
     this.btn_removeCart.Name      = "btn_removeCart";
     this.btn_removeCart.Size      = new System.Drawing.Size(137, 56);
     this.btn_removeCart.TabIndex  = 5;
     this.btn_removeCart.Text      = "Remove";
     this.btn_removeCart.UseVisualStyleBackColor = false;
     this.btn_removeCart.Click += new System.EventHandler(this.btn_removeCart_Click);
     //
     // btn_editCart
     //
     this.btn_editCart.BackColor = System.Drawing.Color.White;
     this.btn_editCart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_editCart.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_editCart.Location  = new System.Drawing.Point(74, 709);
     this.btn_editCart.Name      = "btn_editCart";
     this.btn_editCart.Size      = new System.Drawing.Size(134, 56);
     this.btn_editCart.TabIndex  = 4;
     this.btn_editCart.Text      = "Edit";
     this.btn_editCart.UseVisualStyleBackColor = false;
     this.btn_editCart.Click += new System.EventHandler(this.btn_editCart_Click);
     //
     // btn_ArrowUp
     //
     this.btn_ArrowUp.AutoSize  = true;
     this.btn_ArrowUp.BackColor = System.Drawing.Color.White;
     this.btn_ArrowUp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_ArrowUp.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_ArrowUp.Location  = new System.Drawing.Point(74, 35);
     this.btn_ArrowUp.Name      = "btn_ArrowUp";
     this.btn_ArrowUp.Size      = new System.Drawing.Size(371, 45);
     this.btn_ArrowUp.TabIndex  = 6;
     this.btn_ArrowUp.Text      = "Up";
     this.btn_ArrowUp.UseVisualStyleBackColor = false;
     this.btn_ArrowUp.Click += new System.EventHandler(this.btn_ArrowUp_Click);
     //
     // txt_subTotal
     //
     this.txt_subTotal.BackColor    = System.Drawing.Color.White;
     this.txt_subTotal.Font         = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_subTotal.Location     = new System.Drawing.Point(74, 776);
     this.txt_subTotal.Name         = "txt_subTotal";
     this.txt_subTotal.ReadOnly     = true;
     this.txt_subTotal.Size         = new System.Drawing.Size(371, 35);
     this.txt_subTotal.TabIndex     = 3;
     this.txt_subTotal.Text         = "Sub-Total: To Be Calculated";
     this.txt_subTotal.TextChanged += new System.EventHandler(this.txt_subTotal_TextChanged);
     //
     // btn_checkout
     //
     this.btn_checkout.BackColor = System.Drawing.Color.Teal;
     this.btn_checkout.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_checkout.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_checkout.Location  = new System.Drawing.Point(74, 817);
     this.btn_checkout.Name      = "btn_checkout";
     this.btn_checkout.Size      = new System.Drawing.Size(371, 102);
     this.btn_checkout.TabIndex  = 2;
     this.btn_checkout.Text      = "Checkout";
     this.btn_checkout.UseVisualStyleBackColor = false;
     this.btn_checkout.Click += new System.EventHandler(this.btn_checkout_Click);
     //
     // lstVw_cartSummary
     //
     this.lstVw_cartSummary.BackColor = System.Drawing.Color.White;
     this.lstVw_cartSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.cHdr_menuItem,
         this.cHdr_price
     });
     this.lstVw_cartSummary.Font          = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstVw_cartSummary.FullRowSelect = true;
     listViewGroup1.Header = "Meals";
     listViewGroup1.Name   = "Meals";
     listViewGroup2.Header = "Drinks";
     listViewGroup2.Name   = "Drinks";
     listViewGroup3.Header = "Sides";
     listViewGroup3.Name   = "Sides";
     this.lstVw_cartSummary.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2,
         listViewGroup3
     });
     this.lstVw_cartSummary.HideSelection  = false;
     listViewItem1.UseItemStyleForSubItems = false;
     listViewItem2.StateImageIndex         = 0;
     this.lstVw_cartSummary.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.lstVw_cartSummary.Location = new System.Drawing.Point(74, 85);
     this.lstVw_cartSummary.Name     = "lstVw_cartSummary";
     this.lstVw_cartSummary.Size     = new System.Drawing.Size(371, 568);
     this.lstVw_cartSummary.TabIndex = 1;
     this.lstVw_cartSummary.UseCompatibleStateImageBehavior = false;
     this.lstVw_cartSummary.View = System.Windows.Forms.View.Details;
     this.lstVw_cartSummary.SelectedIndexChanged += new System.EventHandler(this.lstVw_cartSummary_SelectedIndexChanged);
     //
     // cHdr_menuItem
     //
     this.cHdr_menuItem.Text  = "Menu Item";
     this.cHdr_menuItem.Width = 275;
     //
     // cHdr_price
     //
     this.cHdr_price.Text      = "Price";
     this.cHdr_price.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.cHdr_price.Width     = 89;
     //
     // lbl_cartSummary
     //
     this.lbl_cartSummary.AutoSize  = true;
     this.lbl_cartSummary.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_cartSummary.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lbl_cartSummary.Location  = new System.Drawing.Point(160, 4);
     this.lbl_cartSummary.Name      = "lbl_cartSummary";
     this.lbl_cartSummary.Size      = new System.Drawing.Size(204, 33);
     this.lbl_cartSummary.TabIndex  = 0;
     this.lbl_cartSummary.Text      = "Cart Summary";
     this.lbl_cartSummary.Visible   = false;
     //
     // btn_logout
     //
     this.btn_logout.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.btn_logout.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_logout.Location  = new System.Drawing.Point(10, 117);
     this.btn_logout.Name      = "btn_logout";
     this.btn_logout.Size      = new System.Drawing.Size(57, 26);
     this.btn_logout.TabIndex  = 0;
     this.btn_logout.Text      = "Logout";
     this.btn_logout.UseVisualStyleBackColor = false;
     this.btn_logout.Click += new System.EventHandler(this.btn_logout_Click);
     //
     // txtbox_description
     //
     this.txtbox_description.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtbox_description.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtbox_description.Cursor      = System.Windows.Forms.Cursors.Default;
     this.txtbox_description.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtbox_description.ForeColor   = System.Drawing.Color.DarkSlateGray;
     this.txtbox_description.Location    = new System.Drawing.Point(380, 68);
     this.txtbox_description.Name        = "txtbox_description";
     this.txtbox_description.ReadOnly    = true;
     this.txtbox_description.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.txtbox_description.Size        = new System.Drawing.Size(250, 50);
     this.txtbox_description.TabIndex    = 0;
     this.txtbox_description.TabStop     = false;
     this.txtbox_description.Text        = "";
     //
     // txtbox_Item
     //
     this.txtbox_Item.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtbox_Item.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtbox_Item.Cursor      = System.Windows.Forms.Cursors.Default;
     this.txtbox_Item.Font        = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtbox_Item.ForeColor   = System.Drawing.Color.DarkSlateGray;
     this.txtbox_Item.Location    = new System.Drawing.Point(259, 12);
     this.txtbox_Item.Name        = "txtbox_Item";
     this.txtbox_Item.ReadOnly    = true;
     this.txtbox_Item.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.txtbox_Item.Size        = new System.Drawing.Size(250, 50);
     this.txtbox_Item.TabIndex    = 9;
     this.txtbox_Item.TabStop     = false;
     this.txtbox_Item.Text        = "";
     //
     // OrderForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ClientSize          = new System.Drawing.Size(1148, 837);
     this.Controls.Add(this.txtbox_Item);
     this.Controls.Add(this.txtbox_description);
     this.Controls.Add(this.btn_logout);
     this.Controls.Add(this.pnl_summary);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OrderForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.TopMost         = true;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.OrderForm_FormClosing);
     this.Load           += new System.EventHandler(this.OrderForm_Load);
     this.Resize         += new System.EventHandler(this.OrderForm_Resize);
     this.pnl_summary.ResumeLayout(false);
     this.pnl_summary.PerformLayout();
     this.pnl_payment.ResumeLayout(false);
     this.pnl_payment.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trckBr_review)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #44
0
 /// <summary>
 /// Método necessário para suporte ao Designer - não modifique
 /// o conteúdo deste método com o editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("");
     this.lblPaciente            = new System.Windows.Forms.Label();
     this.txtPaciente            = new System.Windows.Forms.TextBox();
     this.lblHorario             = new System.Windows.Forms.Label();
     this.txtHora                = new System.Windows.Forms.TextBox();
     this.btnSetaCimaHora        = new System.Windows.Forms.PictureBox();
     this.btnSetaBaixoHora       = new System.Windows.Forms.PictureBox();
     this.txtMinutos             = new System.Windows.Forms.TextBox();
     this.btnSetaCimaMinuto      = new System.Windows.Forms.PictureBox();
     this.btnSetaBaixoMinutos    = new System.Windows.Forms.PictureBox();
     this.btnCancelarAgendamento = new System.Windows.Forms.Button();
     this.btnSalvarAgendamento   = new System.Windows.Forms.Button();
     this.txtConsultaData        = new System.Windows.Forms.MaskedTextBox();
     this.selecionaConsulta      = new System.Windows.Forms.DateTimePicker();
     this.listaPaciente          = new System.Windows.Forms.ListView();
     this.columnHeader1          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.nome      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lblCodigo = new System.Windows.Forms.Label();
     this.sinal     = new System.Windows.Forms.Label();
     this.btnCalcenlarAgendamento = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaCimaHora)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaBaixoHora)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaCimaMinuto)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaBaixoMinutos)).BeginInit();
     this.SuspendLayout();
     //
     // lblPaciente
     //
     this.lblPaciente.AutoSize  = true;
     this.lblPaciente.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPaciente.ForeColor = System.Drawing.Color.Black;
     this.lblPaciente.Location  = new System.Drawing.Point(6, 81);
     this.lblPaciente.Name      = "lblPaciente";
     this.lblPaciente.Size      = new System.Drawing.Size(84, 20);
     this.lblPaciente.TabIndex  = 57;
     this.lblPaciente.Text      = "Paciente:";
     //
     // txtPaciente
     //
     this.txtPaciente.BackColor = System.Drawing.SystemColors.Window;
     this.txtPaciente.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPaciente.Location  = new System.Drawing.Point(85, 65);
     this.txtPaciente.Multiline = true;
     this.txtPaciente.Name      = "txtPaciente";
     this.txtPaciente.Size      = new System.Drawing.Size(236, 36);
     this.txtPaciente.TabIndex  = 58;
     this.txtPaciente.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.digitarPaciente);
     //
     // lblHorario
     //
     this.lblHorario.AutoSize  = true;
     this.lblHorario.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHorario.ForeColor = System.Drawing.Color.Black;
     this.lblHorario.Location  = new System.Drawing.Point(6, 128);
     this.lblHorario.Name      = "lblHorario";
     this.lblHorario.Size      = new System.Drawing.Size(73, 20);
     this.lblHorario.TabIndex  = 59;
     this.lblHorario.Text      = "Horário:";
     //
     // txtHora
     //
     this.txtHora.BackColor = System.Drawing.SystemColors.Window;
     this.txtHora.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora.Location  = new System.Drawing.Point(97, 118);
     this.txtHora.Multiline = true;
     this.txtHora.Name      = "txtHora";
     this.txtHora.Size      = new System.Drawing.Size(39, 30);
     this.txtHora.TabIndex  = 60;
     this.txtHora.Text      = "00";
     //
     // btnSetaCimaHora
     //
     this.btnSetaCimaHora.BackColor = System.Drawing.Color.White;
     this.btnSetaCimaHora.Image     = global::GE_FISIO.Properties.Resources.seta_cima;
     this.btnSetaCimaHora.Location  = new System.Drawing.Point(131, 107);
     this.btnSetaCimaHora.Name      = "btnSetaCimaHora";
     this.btnSetaCimaHora.Size      = new System.Drawing.Size(17, 24);
     this.btnSetaCimaHora.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnSetaCimaHora.TabIndex  = 61;
     this.btnSetaCimaHora.TabStop   = false;
     this.btnSetaCimaHora.Click    += new System.EventHandler(this.BtnSetaCimaHora_Click);
     //
     // btnSetaBaixoHora
     //
     this.btnSetaBaixoHora.BackColor = System.Drawing.Color.White;
     this.btnSetaBaixoHora.Image     = global::GE_FISIO.Properties.Resources.seta_baixo;
     this.btnSetaBaixoHora.Location  = new System.Drawing.Point(131, 128);
     this.btnSetaBaixoHora.Name      = "btnSetaBaixoHora";
     this.btnSetaBaixoHora.Size      = new System.Drawing.Size(17, 24);
     this.btnSetaBaixoHora.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnSetaBaixoHora.TabIndex  = 63;
     this.btnSetaBaixoHora.TabStop   = false;
     this.btnSetaBaixoHora.Click    += new System.EventHandler(this.BtnSetaBaixoHora_Click);
     //
     // txtMinutos
     //
     this.txtMinutos.BackColor = System.Drawing.SystemColors.Window;
     this.txtMinutos.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMinutos.Location  = new System.Drawing.Point(154, 118);
     this.txtMinutos.Multiline = true;
     this.txtMinutos.Name      = "txtMinutos";
     this.txtMinutos.Size      = new System.Drawing.Size(32, 30);
     this.txtMinutos.TabIndex  = 64;
     this.txtMinutos.Text      = "00";
     //
     // btnSetaCimaMinuto
     //
     this.btnSetaCimaMinuto.BackColor = System.Drawing.Color.White;
     this.btnSetaCimaMinuto.Image     = global::GE_FISIO.Properties.Resources.seta_cima;
     this.btnSetaCimaMinuto.Location  = new System.Drawing.Point(181, 107);
     this.btnSetaCimaMinuto.Name      = "btnSetaCimaMinuto";
     this.btnSetaCimaMinuto.Size      = new System.Drawing.Size(17, 24);
     this.btnSetaCimaMinuto.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnSetaCimaMinuto.TabIndex  = 65;
     this.btnSetaCimaMinuto.TabStop   = false;
     this.btnSetaCimaMinuto.Click    += new System.EventHandler(this.BtnSetaCimaMinuto_Click);
     //
     // btnSetaBaixoMinutos
     //
     this.btnSetaBaixoMinutos.BackColor = System.Drawing.Color.White;
     this.btnSetaBaixoMinutos.Image     = global::GE_FISIO.Properties.Resources.seta_baixo1;
     this.btnSetaBaixoMinutos.Location  = new System.Drawing.Point(181, 130);
     this.btnSetaBaixoMinutos.Name      = "btnSetaBaixoMinutos";
     this.btnSetaBaixoMinutos.Size      = new System.Drawing.Size(17, 24);
     this.btnSetaBaixoMinutos.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnSetaBaixoMinutos.TabIndex  = 66;
     this.btnSetaBaixoMinutos.TabStop   = false;
     this.btnSetaBaixoMinutos.Click    += new System.EventHandler(this.BtnSetaBaixoMinutos_Click);
     //
     // btnCancelarAgendamento
     //
     this.btnCancelarAgendamento.BackColor = System.Drawing.Color.Firebrick;
     this.btnCancelarAgendamento.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCancelarAgendamento.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancelarAgendamento.ForeColor = System.Drawing.Color.White;
     this.btnCancelarAgendamento.Location  = new System.Drawing.Point(10, 185);
     this.btnCancelarAgendamento.Name      = "btnCancelarAgendamento";
     this.btnCancelarAgendamento.Size      = new System.Drawing.Size(114, 35);
     this.btnCancelarAgendamento.TabIndex  = 67;
     this.btnCancelarAgendamento.Text      = "Cancelar";
     this.btnCancelarAgendamento.UseVisualStyleBackColor = false;
     this.btnCancelarAgendamento.Click += new System.EventHandler(this.BtnCancelarAgendamento_Click);
     //
     // btnSalvarAgendamento
     //
     this.btnSalvarAgendamento.BackColor = System.Drawing.Color.Green;
     this.btnSalvarAgendamento.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSalvarAgendamento.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSalvarAgendamento.ForeColor = System.Drawing.Color.White;
     this.btnSalvarAgendamento.Location  = new System.Drawing.Point(130, 185);
     this.btnSalvarAgendamento.Name      = "btnSalvarAgendamento";
     this.btnSalvarAgendamento.Size      = new System.Drawing.Size(191, 35);
     this.btnSalvarAgendamento.TabIndex  = 68;
     this.btnSalvarAgendamento.Text      = "Salvar Agendamento";
     this.btnSalvarAgendamento.UseVisualStyleBackColor = false;
     this.btnSalvarAgendamento.Click += new System.EventHandler(this.BtnSalvarAgendamento_Click);
     //
     // txtConsultaData
     //
     this.txtConsultaData.Font           = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtConsultaData.Location       = new System.Drawing.Point(96, 10);
     this.txtConsultaData.Mask           = "00/00/0000";
     this.txtConsultaData.Name           = "txtConsultaData";
     this.txtConsultaData.Size           = new System.Drawing.Size(131, 31);
     this.txtConsultaData.TabIndex       = 69;
     this.txtConsultaData.ValidatingType = typeof(System.DateTime);
     //
     // selecionaConsulta
     //
     this.selecionaConsulta.CalendarForeColor       = System.Drawing.SystemColors.ActiveCaption;
     this.selecionaConsulta.CalendarMonthBackground = System.Drawing.Color.Green;
     this.selecionaConsulta.CalendarTitleBackColor  = System.Drawing.Color.Green;
     this.selecionaConsulta.CalendarTitleForeColor  = System.Drawing.Color.DarkRed;
     this.selecionaConsulta.Font          = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.selecionaConsulta.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.selecionaConsulta.Location      = new System.Drawing.Point(233, 10);
     this.selecionaConsulta.Name          = "selecionaConsulta";
     this.selecionaConsulta.Size          = new System.Drawing.Size(19, 31);
     this.selecionaConsulta.TabIndex      = 70;
     this.selecionaConsulta.ValueChanged += new System.EventHandler(this.SelecionaConsulta_ValueChanged);
     //
     // listaPaciente
     //
     this.listaPaciente.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.nome
     });
     this.listaPaciente.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listaPaciente.FullRowSelect = true;
     this.listaPaciente.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listaPaciente.HideSelection = false;
     listViewItem4.IndentCount        = 1;
     this.listaPaciente.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem3,
         listViewItem4
     });
     this.listaPaciente.Location    = new System.Drawing.Point(85, 94);
     this.listaPaciente.MultiSelect = false;
     this.listaPaciente.Name        = "listaPaciente";
     this.listaPaciente.Scrollable  = false;
     this.listaPaciente.Size        = new System.Drawing.Size(236, 85);
     this.listaPaciente.TabIndex    = 76;
     this.listaPaciente.UseCompatibleStateImageBehavior = false;
     this.listaPaciente.View = System.Windows.Forms.View.Details;
     this.listaPaciente.SelectedIndexChanged += new System.EventHandler(this.ListaPaciente_SelectedIndexChanged);
     this.listaPaciente.DoubleClick          += new System.EventHandler(this.duplo_clique_Paciente);
     this.listaPaciente.MouseLeave           += new System.EventHandler(this.ListaPaciente_MouseLeave);
     //
     // columnHeader1
     //
     this.columnHeader1.Tag   = "00";
     this.columnHeader1.Text  = "Código";
     this.columnHeader1.Width = 67;
     //
     // nome
     //
     this.nome.Tag   = "01";
     this.nome.Text  = "Paciente";
     this.nome.Width = 708;
     //
     // lblCodigo
     //
     this.lblCodigo.AutoSize  = true;
     this.lblCodigo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCodigo.ForeColor = System.Drawing.Color.Black;
     this.lblCodigo.Location  = new System.Drawing.Point(263, 301);
     this.lblCodigo.Name      = "lblCodigo";
     this.lblCodigo.Size      = new System.Drawing.Size(62, 20);
     this.lblCodigo.TabIndex  = 77;
     this.lblCodigo.Text      = "codigo";
     this.lblCodigo.Visible   = false;
     //
     // sinal
     //
     this.sinal.AutoSize  = true;
     this.sinal.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sinal.ForeColor = System.Drawing.Color.Black;
     this.sinal.Location  = new System.Drawing.Point(177, 301);
     this.sinal.Name      = "sinal";
     this.sinal.Size      = new System.Drawing.Size(46, 20);
     this.sinal.TabIndex  = 78;
     this.sinal.Text      = "sinal";
     this.sinal.Visible   = false;
     //
     // btnCalcenlarAgendamento
     //
     this.btnCalcenlarAgendamento.BackColor = System.Drawing.Color.Gold;
     this.btnCalcenlarAgendamento.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCalcenlarAgendamento.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCalcenlarAgendamento.ForeColor = System.Drawing.Color.White;
     this.btnCalcenlarAgendamento.Location  = new System.Drawing.Point(131, 226);
     this.btnCalcenlarAgendamento.Name      = "btnCalcenlarAgendamento";
     this.btnCalcenlarAgendamento.Size      = new System.Drawing.Size(190, 35);
     this.btnCalcenlarAgendamento.TabIndex  = 79;
     this.btnCalcenlarAgendamento.Text      = "Cancelar Agendamento";
     this.btnCalcenlarAgendamento.UseVisualStyleBackColor = false;
     this.btnCalcenlarAgendamento.Click += new System.EventHandler(this.BtnCalcenlarAgendamento_Click);
     //
     // agendamento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnCalcenlarAgendamento);
     this.Controls.Add(this.sinal);
     this.Controls.Add(this.lblCodigo);
     this.Controls.Add(this.listaPaciente);
     this.Controls.Add(this.selecionaConsulta);
     this.Controls.Add(this.txtConsultaData);
     this.Controls.Add(this.btnSalvarAgendamento);
     this.Controls.Add(this.btnCancelarAgendamento);
     this.Controls.Add(this.btnSetaBaixoMinutos);
     this.Controls.Add(this.btnSetaCimaMinuto);
     this.Controls.Add(this.txtMinutos);
     this.Controls.Add(this.btnSetaBaixoHora);
     this.Controls.Add(this.btnSetaCimaHora);
     this.Controls.Add(this.txtHora);
     this.Controls.Add(this.lblHorario);
     this.Controls.Add(this.txtPaciente);
     this.Controls.Add(this.lblPaciente);
     this.Name  = "agendamento";
     this.Size  = new System.Drawing.Size(350, 321);
     this.Load += new System.EventHandler(this.Agendamento_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaCimaHora)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaBaixoHora)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaCimaMinuto)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSetaBaixoMinutos)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #45
0
 /// <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(frmConsola));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("", 0);
     System.Windows.Forms.ListViewItem listViewItem2          = new System.Windows.Forms.ListViewItem("", 1);
     System.Windows.Forms.ListViewItem listViewItem3          = new System.Windows.Forms.ListViewItem("", 1);
     System.Windows.Forms.ListViewItem listViewItem4          = new System.Windows.Forms.ListViewItem("", 1);
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.lstwConsola   = new System.Windows.Forms.ListView();
     this.imlConsola    = new System.Windows.Forms.ImageList(this.components);
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.label1        = new System.Windows.Forms.Label();
     this.lookUpEdit1   = new DevExpress.XtraEditors.LookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.vpValidador)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "chart-line-2d-dots.png");
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.lstwConsola);
     this.panelControl1.Location = new System.Drawing.Point(12, 66);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(973, 193);
     this.panelControl1.TabIndex = 0;
     //
     // lstwConsola
     //
     this.lstwConsola.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lstwConsola.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4
     });
     this.lstwConsola.LargeImageList = this.imlConsola;
     this.lstwConsola.Location       = new System.Drawing.Point(5, 5);
     this.lstwConsola.Name           = "lstwConsola";
     this.lstwConsola.Size           = new System.Drawing.Size(963, 188);
     this.lstwConsola.TabIndex       = 0;
     this.lstwConsola.UseCompatibleStateImageBehavior = false;
     //
     // imlConsola
     //
     this.imlConsola.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlConsola.ImageStream")));
     this.imlConsola.TransparentColor = System.Drawing.Color.Transparent;
     this.imlConsola.Images.SetKeyName(0, "vehicle-car-convertible.png");
     this.imlConsola.Images.SetKeyName(1, "vehicle-car-convertible_2.png");
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.lookUpEdit1);
     this.groupControl1.Location = new System.Drawing.Point(12, 1);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(973, 64);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "Estacion";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(53, 37);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Estacion";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(106, 34);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Size     = new System.Drawing.Size(226, 20);
     this.lookUpEdit1.TabIndex = 0;
     //
     // frmConsola
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(997, 492);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.panelControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmConsola";
     this.Text = "Consola";
     ((System.ComponentModel.ISupportInitialize)(this.vpValidador)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "Econômica",
         "35.95",
         "32.75",
         "28.95",
         "24.95"
     }, -1, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))), new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "Compacto",
         "39.95",
         "35.75",
         "32.95",
         "28.95"
     }, -1, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Padrão",
         "45.95",
         "39.75",
         "35.95",
         "32.95"
     }, -1, System.Drawing.Color.Yellow, System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))), new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
         "Grande",
         "49.95",
         "42.75",
         "38.95",
         "35.95"
     }, -1, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
         "Mini Van",
         "55.95",
         "50.75",
         "45.95",
         "42.95"
     }, -1, System.Drawing.Color.Yellow, System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))), new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
         "SUV",
         "55.95",
         "50.75",
         "45.95",
         "42.95"
     }, -1, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), null);
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
         "Truck",
         "42.75",
         "38.75",
         "35.95",
         "32.95"
     }, -1, System.Drawing.Color.Yellow, System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))), null);
     System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
         "Van",
         "69.95",
         "62.75",
         "55.95",
         "52.95"
     }, -1, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), null);
     this.lvTaxas     = new System.Windows.Forms.ListView();
     this.colCategory = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDaily    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colWeekly   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colMonthly  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colWeekend  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // lvTaxas
     //
     this.lvTaxas.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colCategory,
         this.colDaily,
         this.colWeekly,
         this.colMonthly,
         this.colWeekend
     });
     this.lvTaxas.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvTaxas.FullRowSelect = true;
     this.lvTaxas.GridLines     = true;
     this.lvTaxas.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7,
         listViewItem8
     });
     this.lvTaxas.Location = new System.Drawing.Point(0, -1);
     this.lvTaxas.Name     = "lvTaxas";
     this.lvTaxas.Size     = new System.Drawing.Size(400, 186);
     this.lvTaxas.TabIndex = 1;
     this.lvTaxas.UseCompatibleStateImageBehavior = false;
     this.lvTaxas.View = System.Windows.Forms.View.Details;
     //
     // colCategory
     //
     this.colCategory.Text  = "Categoria";
     this.colCategory.Width = 80;
     //
     // colDaily
     //
     this.colDaily.Text      = "Diária";
     this.colDaily.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colWeekly
     //
     this.colWeekly.Text      = "Semanal";
     this.colWeekly.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colWeekly.Width     = 80;
     //
     // colMonthly
     //
     this.colMonthly.Text      = "Mensal";
     this.colMonthly.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colMonthly.Width     = 70;
     //
     // colWeekend
     //
     this.colWeekend.Text      = "Fim de Semana";
     this.colWeekend.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colWeekend.Width     = 85;
     //
     // TaxasLocacao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(403, 187);
     this.Controls.Add(this.lvTaxas);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "TaxasLocacao";
     this.Text            = "Taxas para Locação";
     this.ResumeLayout(false);
 }
Beispiel #47
0
 /// <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(FormPupil));
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Полученные", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Доступные", System.Windows.Forms.HorizontalAlignment.Center);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Первые Шаги", 0);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("То что не убивает", 3);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("На Вершине", 3);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Гиперактивность", "Activity");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Добро пожаловать", 2);
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.panelME             = new System.Windows.Forms.Panel();
     this.panelLatestActivity = new System.Windows.Forms.Panel();
     this.listBox1            = new System.Windows.Forms.ListBox();
     this.Activitylabel       = new System.Windows.Forms.Label();
     this.panelProfileInfo    = new System.Windows.Forms.Panel();
     this.ProfileBirthDate    = new System.Windows.Forms.Label();
     this.ProfileClass        = new System.Windows.Forms.Label();
     this.ProfileName         = new System.Windows.Forms.Label();
     this.Avatar                                    = new System.Windows.Forms.PictureBox();
     this.panelAchievements                         = new System.Windows.Forms.Panel();
     this.label1                                    = new System.Windows.Forms.Label();
     this.listAchievements                          = new System.Windows.Forms.ListView();
     this.panelRATING                               = new System.Windows.Forms.Panel();
     this.dataTopStudents                           = new System.Windows.Forms.DataGridView();
     this.panelMenuHolder                           = new System.Windows.Forms.Panel();
     this.Achievements                              = new System.Windows.Forms.Button();
     this.LogOut                                    = new System.Windows.Forms.Button();
     this.Rating                                    = new System.Windows.Forms.Button();
     this.MyProfile                                 = new System.Windows.Forms.Button();
     this.kektoriumDataSet                          = new Project_K.KektoriumDataSet();
     this.рейтингBindingSource                      = new System.Windows.Forms.BindingSource(this.components);
     this.рейтингTableAdapter                       = new Project_K.KektoriumDataSetTableAdapters.ейтингTableAdapter();
     this.местоDataGridViewTextBoxColumn            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.фИОDataGridViewTextBoxColumn              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.группаDataGridViewTextBoxColumn           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.количествоБалловDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label2                                    = new System.Windows.Forms.Label();
     this.panelME.SuspendLayout();
     this.panelLatestActivity.SuspendLayout();
     this.panelProfileInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Avatar)).BeginInit();
     this.panelAchievements.SuspendLayout();
     this.panelRATING.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataTopStudents)).BeginInit();
     this.panelMenuHolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kektoriumDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.рейтингBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Foot");
     this.imageList1.Images.SetKeyName(1, "Activity");
     this.imageList1.Images.SetKeyName(2, "Welcome");
     this.imageList1.Images.SetKeyName(3, "Lock");
     //
     // panelME
     //
     this.panelME.BackColor       = System.Drawing.Color.CadetBlue;
     this.panelME.BackgroundImage = global::Project_K.Properties.Resources.bg;
     this.panelME.Controls.Add(this.panelLatestActivity);
     this.panelME.Controls.Add(this.panelProfileInfo);
     this.panelME.Controls.Add(this.Avatar);
     this.panelME.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelME.Location = new System.Drawing.Point(97, 0);
     this.panelME.Name     = "panelME";
     this.panelME.Size     = new System.Drawing.Size(1087, 561);
     this.panelME.TabIndex = 1;
     //
     // panelLatestActivity
     //
     this.panelLatestActivity.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.panelLatestActivity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelLatestActivity.Controls.Add(this.listBox1);
     this.panelLatestActivity.Controls.Add(this.Activitylabel);
     this.panelLatestActivity.Location = new System.Drawing.Point(182, 256);
     this.panelLatestActivity.Name     = "panelLatestActivity";
     this.panelLatestActivity.Size     = new System.Drawing.Size(717, 293);
     this.panelLatestActivity.TabIndex = 4;
     //
     // listBox1
     //
     this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 20;
     this.listBox1.Items.AddRange(new object[] {
         "Активничал (+2)",
         "Активничал (+2)",
         "Пропустил (-1)",
         "Задирал (-5)",
         "Активничал (+2)"
     });
     this.listBox1.Location    = new System.Drawing.Point(18, 45);
     this.listBox1.Name        = "listBox1";
     this.listBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.listBox1.Size        = new System.Drawing.Size(679, 224);
     this.listBox1.TabIndex    = 2;
     //
     // Activitylabel
     //
     this.Activitylabel.AutoSize = true;
     this.Activitylabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Activitylabel.Location = new System.Drawing.Point(14, 9);
     this.Activitylabel.Name     = "Activitylabel";
     this.Activitylabel.Size     = new System.Drawing.Size(191, 20);
     this.Activitylabel.TabIndex = 1;
     this.Activitylabel.Text     = "Последняя активность:";
     //
     // panelProfileInfo
     //
     this.panelProfileInfo.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.panelProfileInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelProfileInfo.Controls.Add(this.ProfileBirthDate);
     this.panelProfileInfo.Controls.Add(this.ProfileClass);
     this.panelProfileInfo.Controls.Add(this.ProfileName);
     this.panelProfileInfo.Location = new System.Drawing.Point(368, 70);
     this.panelProfileInfo.Name     = "panelProfileInfo";
     this.panelProfileInfo.Size     = new System.Drawing.Size(531, 180);
     this.panelProfileInfo.TabIndex = 3;
     //
     // ProfileBirthDate
     //
     this.ProfileBirthDate.AutoSize = true;
     this.ProfileBirthDate.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ProfileBirthDate.Location = new System.Drawing.Point(25, 91);
     this.ProfileBirthDate.Name     = "ProfileBirthDate";
     this.ProfileBirthDate.Size     = new System.Drawing.Size(109, 20);
     this.ProfileBirthDate.TabIndex = 3;
     this.ProfileBirthDate.Text     = "No birth found";
     //
     // ProfileClass
     //
     this.ProfileClass.AutoSize = true;
     this.ProfileClass.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ProfileClass.Location = new System.Drawing.Point(25, 56);
     this.ProfileClass.Name     = "ProfileClass";
     this.ProfileClass.Size     = new System.Drawing.Size(120, 20);
     this.ProfileClass.TabIndex = 2;
     this.ProfileClass.Text     = "Class not found";
     //
     // ProfileName
     //
     this.ProfileName.AutoSize = true;
     this.ProfileName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ProfileName.Location = new System.Drawing.Point(25, 19);
     this.ProfileName.Name     = "ProfileName";
     this.ProfileName.Size     = new System.Drawing.Size(152, 24);
     this.ProfileName.TabIndex = 1;
     this.ProfileName.Text     = "No Name Found";
     //
     // Avatar
     //
     this.Avatar.BackgroundImage       = global::Project_K.Properties.Resources.logotip;
     this.Avatar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Avatar.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Avatar.Location = new System.Drawing.Point(182, 70);
     this.Avatar.Name     = "Avatar";
     this.Avatar.Size     = new System.Drawing.Size(180, 180);
     this.Avatar.TabIndex = 2;
     this.Avatar.TabStop  = false;
     //
     // panelAchievements
     //
     this.panelAchievements.BackColor       = System.Drawing.Color.YellowGreen;
     this.panelAchievements.BackgroundImage = global::Project_K.Properties.Resources.bg;
     this.panelAchievements.Controls.Add(this.label1);
     this.panelAchievements.Controls.Add(this.listAchievements);
     this.panelAchievements.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelAchievements.Enabled  = false;
     this.panelAchievements.Location = new System.Drawing.Point(97, 0);
     this.panelAchievements.Name     = "panelAchievements";
     this.panelAchievements.Size     = new System.Drawing.Size(1087, 561);
     this.panelAchievements.TabIndex = 2;
     this.panelAchievements.Visible  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location  = new System.Drawing.Point(449, 43);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(166, 24);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Мои Достижения";
     //
     // listAchievements
     //
     this.listAchievements.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     listViewGroup1.Header          = "Полученные";
     listViewGroup1.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup1.Name            = "Unlocked";
     listViewGroup2.Header          = "Доступные";
     listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     listViewGroup2.Name            = "Locked";
     this.listAchievements.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listAchievements.HideSelection = false;
     listViewItem1.Group = listViewGroup1;
     listViewItem2.Group = listViewGroup2;
     listViewItem3.Group = listViewGroup2;
     listViewItem4.Group = listViewGroup1;
     listViewItem5.Group = listViewGroup1;
     this.listAchievements.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5
     });
     this.listAchievements.LargeImageList = this.imageList1;
     this.listAchievements.Location       = new System.Drawing.Point(55, 76);
     this.listAchievements.Name           = "listAchievements";
     this.listAchievements.Size           = new System.Drawing.Size(977, 449);
     this.listAchievements.TabIndex       = 0;
     this.listAchievements.TileSize       = new System.Drawing.Size(150, 150);
     this.listAchievements.UseCompatibleStateImageBehavior = false;
     //
     // panelRATING
     //
     this.panelRATING.BackColor       = System.Drawing.Color.Chocolate;
     this.panelRATING.BackgroundImage = global::Project_K.Properties.Resources.bg;
     this.panelRATING.Controls.Add(this.label2);
     this.panelRATING.Controls.Add(this.dataTopStudents);
     this.panelRATING.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelRATING.Enabled  = false;
     this.panelRATING.Location = new System.Drawing.Point(97, 0);
     this.panelRATING.Name     = "panelRATING";
     this.panelRATING.Size     = new System.Drawing.Size(1087, 561);
     this.panelRATING.TabIndex = 0;
     this.panelRATING.Visible  = false;
     //
     // dataTopStudents
     //
     this.dataTopStudents.AutoGenerateColumns         = false;
     this.dataTopStudents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataTopStudents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.местоDataGridViewTextBoxColumn,
         this.фИОDataGridViewTextBoxColumn,
         this.группаDataGridViewTextBoxColumn,
         this.количествоБалловDataGridViewTextBoxColumn
     });
     this.dataTopStudents.DataSource = this.рейтингBindingSource;
     this.dataTopStudents.Location   = new System.Drawing.Point(335, 50);
     this.dataTopStudents.Name       = "dataTopStudents";
     this.dataTopStudents.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.dataTopStudents.Size       = new System.Drawing.Size(443, 476);
     this.dataTopStudents.TabIndex   = 0;
     //
     // panelMenuHolder
     //
     this.panelMenuHolder.BackgroundImage = global::Project_K.Properties.Resources.sidemenu;
     this.panelMenuHolder.Controls.Add(this.Achievements);
     this.panelMenuHolder.Controls.Add(this.LogOut);
     this.panelMenuHolder.Controls.Add(this.Rating);
     this.panelMenuHolder.Controls.Add(this.MyProfile);
     this.panelMenuHolder.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelMenuHolder.Location = new System.Drawing.Point(0, 0);
     this.panelMenuHolder.Name     = "panelMenuHolder";
     this.panelMenuHolder.Size     = new System.Drawing.Size(97, 561);
     this.panelMenuHolder.TabIndex = 0;
     //
     // Achievements
     //
     this.Achievements.BackColor = System.Drawing.Color.White;
     this.Achievements.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.Achievements.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Achievements.Location  = new System.Drawing.Point(0, 196);
     this.Achievements.Name      = "Achievements";
     this.Achievements.Size      = new System.Drawing.Size(97, 54);
     this.Achievements.TabIndex  = 1;
     this.Achievements.Text      = "Достижения";
     this.Achievements.UseVisualStyleBackColor = false;
     this.Achievements.Click += new System.EventHandler(this.Achievements_Click);
     //
     // LogOut
     //
     this.LogOut.BackColor = System.Drawing.Color.White;
     this.LogOut.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.LogOut.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.LogOut.Location  = new System.Drawing.Point(0, 495);
     this.LogOut.Name      = "LogOut";
     this.LogOut.Size      = new System.Drawing.Size(97, 54);
     this.LogOut.TabIndex  = 0;
     this.LogOut.Text      = "Выйти";
     this.LogOut.UseVisualStyleBackColor = false;
     this.LogOut.Click += new System.EventHandler(this.LogOut_Click);
     //
     // Rating
     //
     this.Rating.BackColor = System.Drawing.Color.White;
     this.Rating.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.Rating.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Rating.ForeColor = System.Drawing.Color.Black;
     this.Rating.Location  = new System.Drawing.Point(0, 136);
     this.Rating.Name      = "Rating";
     this.Rating.Size      = new System.Drawing.Size(97, 54);
     this.Rating.TabIndex  = 0;
     this.Rating.Text      = "Рейтинг";
     this.Rating.UseVisualStyleBackColor = false;
     this.Rating.Click += new System.EventHandler(this.Rating_Click);
     //
     // MyProfile
     //
     this.MyProfile.BackColor = System.Drawing.Color.White;
     this.MyProfile.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.MyProfile.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MyProfile.Location  = new System.Drawing.Point(0, 76);
     this.MyProfile.Name      = "MyProfile";
     this.MyProfile.Size      = new System.Drawing.Size(97, 54);
     this.MyProfile.TabIndex  = 0;
     this.MyProfile.Text      = "Мой профиль";
     this.MyProfile.UseVisualStyleBackColor = false;
     this.MyProfile.Click += new System.EventHandler(this.MyProfile_Click);
     //
     // kektoriumDataSet
     //
     this.kektoriumDataSet.DataSetName             = "KektoriumDataSet";
     this.kektoriumDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // рейтингBindingSource
     //
     this.рейтингBindingSource.DataMember = "Рейтинг";
     this.рейтингBindingSource.DataSource = this.kektoriumDataSet;
     //
     // рейтингTableAdapter
     //
     this.рейтингTableAdapter.ClearBeforeFill = true;
     //
     // местоDataGridViewTextBoxColumn
     //
     this.местоDataGridViewTextBoxColumn.DataPropertyName = "Место";
     this.местоDataGridViewTextBoxColumn.HeaderText       = "Место";
     this.местоDataGridViewTextBoxColumn.Name             = "местоDataGridViewTextBoxColumn";
     //
     // фИОDataGridViewTextBoxColumn
     //
     this.фИОDataGridViewTextBoxColumn.DataPropertyName = "ФИО";
     this.фИОDataGridViewTextBoxColumn.HeaderText       = "ФИО";
     this.фИОDataGridViewTextBoxColumn.Name             = "фИОDataGridViewTextBoxColumn";
     //
     // группаDataGridViewTextBoxColumn
     //
     this.группаDataGridViewTextBoxColumn.DataPropertyName = "группа";
     this.группаDataGridViewTextBoxColumn.HeaderText       = "группа";
     this.группаDataGridViewTextBoxColumn.Name             = "группаDataGridViewTextBoxColumn";
     //
     // количествоБалловDataGridViewTextBoxColumn
     //
     this.количествоБалловDataGridViewTextBoxColumn.DataPropertyName = "Количество баллов";
     this.количествоБалловDataGridViewTextBoxColumn.HeaderText       = "Количество баллов";
     this.количествоБалловDataGridViewTextBoxColumn.Name             = "количествоБалловDataGridViewTextBoxColumn";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location  = new System.Drawing.Point(481, 23);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(134, 20);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Топ 20 Учеников";
     //
     // FormPupil
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1184, 561);
     this.Controls.Add(this.panelAchievements);
     this.Controls.Add(this.panelRATING);
     this.Controls.Add(this.panelME);
     this.Controls.Add(this.panelMenuHolder);
     this.Name          = "FormPupil";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Project K: Pupil screen";
     this.Load         += new System.EventHandler(this.FormPupil_Load);
     this.panelME.ResumeLayout(false);
     this.panelLatestActivity.ResumeLayout(false);
     this.panelLatestActivity.PerformLayout();
     this.panelProfileInfo.ResumeLayout(false);
     this.panelProfileInfo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Avatar)).EndInit();
     this.panelAchievements.ResumeLayout(false);
     this.panelAchievements.PerformLayout();
     this.panelRATING.ResumeLayout(false);
     this.panelRATING.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataTopStudents)).EndInit();
     this.panelMenuHolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kektoriumDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.рейтингBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "Cortar Tela",
         "Cortar Y Medir Tela",
         "Cafarena",
         "Corte",
         "Cortador"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "Cocer Tela",
         "Cocer Tela",
         "Cafarena",
         "Taller",
         "Costurera"
     }, -1);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModuloTareas));
     this.RegistrarUnidades = new MetroFramework.Controls.MetroTabControl();
     this.RegistrarTareas   = new MetroFramework.Controls.MetroTabPage();
     this.metroPanel1       = new MetroFramework.Controls.MetroPanel();
     this.metroTextBox6     = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel14      = new MetroFramework.Controls.MetroLabel();
     this.metroTextBox1     = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel1       = new MetroFramework.Controls.MetroLabel();
     this.metroTextBox2     = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel2       = new MetroFramework.Controls.MetroLabel();
     this.metroLabel3       = new MetroFramework.Controls.MetroLabel();
     this.metroLabel12      = new MetroFramework.Controls.MetroLabel();
     this.metroLabel13      = new MetroFramework.Controls.MetroLabel();
     this.metroTextBox3     = new MetroFramework.Controls.MetroTextBox();
     this.metroTextBox4     = new MetroFramework.Controls.MetroTextBox();
     this.metroTextBox5     = new MetroFramework.Controls.MetroTextBox();
     this.BtnRegistrar      = new MetroFramework.Controls.MetroButton();
     this.metroTabPage1     = new MetroFramework.Controls.MetroTabPage();
     this.metroPanel3       = new MetroFramework.Controls.MetroPanel();
     this.metroButton1      = new MetroFramework.Controls.MetroButton();
     this.BtnModificar      = new MetroFramework.Controls.MetroButton();
     this.metroLabel10      = new MetroFramework.Controls.MetroLabel();
     this.metroLabel6       = new MetroFramework.Controls.MetroLabel();
     this.TxtBuscarRoles    = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel5       = new MetroFramework.Controls.MetroLabel();
     this.metroPanel2       = new MetroFramework.Controls.MetroPanel();
     this.metroListView1    = new MetroFramework.Controls.MetroListView();
     this.Nombre            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Descripcion       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Empresa1          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Unidad1           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Rol1           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.metroLabel7    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel8    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel9    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel11   = new MetroFramework.Controls.MetroLabel();
     this.metroLabel16   = new MetroFramework.Controls.MetroLabel();
     this.metroLabel17   = new MetroFramework.Controls.MetroLabel();
     this.metroTextBox13 = new MetroFramework.Controls.MetroTextBox();
     this.metroTextBox14 = new MetroFramework.Controls.MetroTextBox();
     this.metroTile1     = new MetroFramework.Controls.MetroTile();
     this.metroLabel4    = new MetroFramework.Controls.MetroLabel();
     this.metroTextBox7  = new MetroFramework.Controls.MetroTextBox();
     this.metroComboBox1 = new MetroFramework.Controls.MetroComboBox();
     this.metroComboBox2 = new MetroFramework.Controls.MetroComboBox();
     this.metroComboBox3 = new MetroFramework.Controls.MetroComboBox();
     this.metroComboBox4 = new MetroFramework.Controls.MetroComboBox();
     this.RegistrarUnidades.SuspendLayout();
     this.RegistrarTareas.SuspendLayout();
     this.metroPanel1.SuspendLayout();
     this.metroTabPage1.SuspendLayout();
     this.metroPanel3.SuspendLayout();
     this.metroPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // RegistrarUnidades
     //
     this.RegistrarUnidades.Controls.Add(this.RegistrarTareas);
     this.RegistrarUnidades.Controls.Add(this.metroTabPage1);
     this.RegistrarUnidades.Location      = new System.Drawing.Point(13, 63);
     this.RegistrarUnidades.Name          = "RegistrarUnidades";
     this.RegistrarUnidades.SelectedIndex = 1;
     this.RegistrarUnidades.Size          = new System.Drawing.Size(1047, 367);
     this.RegistrarUnidades.TabIndex      = 4;
     this.RegistrarUnidades.UseSelectable = true;
     //
     // RegistrarTareas
     //
     this.RegistrarTareas.Controls.Add(this.metroPanel1);
     this.RegistrarTareas.HorizontalScrollbarBarColor         = true;
     this.RegistrarTareas.HorizontalScrollbarHighlightOnWheel = false;
     this.RegistrarTareas.HorizontalScrollbarSize             = 10;
     this.RegistrarTareas.Location = new System.Drawing.Point(4, 38);
     this.RegistrarTareas.Name     = "RegistrarTareas";
     this.RegistrarTareas.Size     = new System.Drawing.Size(770, 325);
     this.RegistrarTareas.TabIndex = 0;
     this.RegistrarTareas.Text     = "Registrar Tareas";
     this.RegistrarTareas.VerticalScrollbarBarColor         = true;
     this.RegistrarTareas.VerticalScrollbarHighlightOnWheel = false;
     this.RegistrarTareas.VerticalScrollbarSize             = 10;
     //
     // metroPanel1
     //
     this.metroPanel1.Controls.Add(this.metroTextBox7);
     this.metroPanel1.Controls.Add(this.metroLabel4);
     this.metroPanel1.Controls.Add(this.metroTextBox6);
     this.metroPanel1.Controls.Add(this.metroLabel14);
     this.metroPanel1.Controls.Add(this.metroTextBox1);
     this.metroPanel1.Controls.Add(this.metroLabel1);
     this.metroPanel1.Controls.Add(this.metroTextBox2);
     this.metroPanel1.Controls.Add(this.metroLabel2);
     this.metroPanel1.Controls.Add(this.metroLabel3);
     this.metroPanel1.Controls.Add(this.metroLabel12);
     this.metroPanel1.Controls.Add(this.metroLabel13);
     this.metroPanel1.Controls.Add(this.metroTextBox3);
     this.metroPanel1.Controls.Add(this.metroTextBox4);
     this.metroPanel1.Controls.Add(this.metroTextBox5);
     this.metroPanel1.Controls.Add(this.BtnRegistrar);
     this.metroPanel1.HorizontalScrollbarBarColor         = true;
     this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
     this.metroPanel1.HorizontalScrollbarSize             = 10;
     this.metroPanel1.Location = new System.Drawing.Point(67, 31);
     this.metroPanel1.Name     = "metroPanel1";
     this.metroPanel1.Size     = new System.Drawing.Size(511, 213);
     this.metroPanel1.TabIndex = 11;
     this.metroPanel1.VerticalScrollbarBarColor         = true;
     this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
     this.metroPanel1.VerticalScrollbarSize             = 10;
     //
     // metroTextBox6
     //
     //
     //
     //
     this.metroTextBox6.CustomButton.Image         = null;
     this.metroTextBox6.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox6.CustomButton.Name          = "";
     this.metroTextBox6.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox6.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox6.CustomButton.TabIndex      = 1;
     this.metroTextBox6.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox6.CustomButton.UseSelectable = true;
     this.metroTextBox6.CustomButton.Visible       = false;
     this.metroTextBox6.Lines            = new string[0];
     this.metroTextBox6.Location         = new System.Drawing.Point(342, 55);
     this.metroTextBox6.MaxLength        = 32767;
     this.metroTextBox6.Name             = "metroTextBox6";
     this.metroTextBox6.PasswordChar     = '\0';
     this.metroTextBox6.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox6.SelectedText     = "";
     this.metroTextBox6.SelectionLength  = 0;
     this.metroTextBox6.SelectionStart   = 0;
     this.metroTextBox6.ShortcutsEnabled = true;
     this.metroTextBox6.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox6.TabIndex         = 42;
     this.metroTextBox6.UseSelectable    = true;
     this.metroTextBox6.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox6.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroLabel14
     //
     this.metroLabel14.AutoSize = true;
     this.metroLabel14.Location = new System.Drawing.Point(268, 55);
     this.metroLabel14.Name     = "metroLabel14";
     this.metroLabel14.Size     = new System.Drawing.Size(56, 19);
     this.metroLabel14.TabIndex = 41;
     this.metroLabel14.Text     = "Usuario:";
     //
     // metroTextBox1
     //
     //
     //
     //
     this.metroTextBox1.CustomButton.Image         = null;
     this.metroTextBox1.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox1.CustomButton.Name          = "";
     this.metroTextBox1.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox1.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox1.CustomButton.TabIndex      = 1;
     this.metroTextBox1.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox1.CustomButton.UseSelectable = true;
     this.metroTextBox1.CustomButton.Visible       = false;
     this.metroTextBox1.Lines            = new string[0];
     this.metroTextBox1.Location         = new System.Drawing.Point(342, 26);
     this.metroTextBox1.MaxLength        = 32767;
     this.metroTextBox1.Name             = "metroTextBox1";
     this.metroTextBox1.PasswordChar     = '\0';
     this.metroTextBox1.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox1.SelectedText     = "";
     this.metroTextBox1.SelectionLength  = 0;
     this.metroTextBox1.SelectionStart   = 0;
     this.metroTextBox1.ShortcutsEnabled = true;
     this.metroTextBox1.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox1.TabIndex         = 40;
     this.metroTextBox1.UseSelectable    = true;
     this.metroTextBox1.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox1.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.metroLabel1.Location = new System.Drawing.Point(268, 26);
     this.metroLabel1.Name     = "metroLabel1";
     this.metroLabel1.Size     = new System.Drawing.Size(31, 19);
     this.metroLabel1.TabIndex = 39;
     this.metroLabel1.Text     = "Rol:";
     //
     // metroTextBox2
     //
     //
     //
     //
     this.metroTextBox2.CustomButton.Image         = null;
     this.metroTextBox2.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox2.CustomButton.Name          = "";
     this.metroTextBox2.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox2.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox2.CustomButton.TabIndex      = 1;
     this.metroTextBox2.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox2.CustomButton.UseSelectable = true;
     this.metroTextBox2.CustomButton.Visible       = false;
     this.metroTextBox2.Lines            = new string[0];
     this.metroTextBox2.Location         = new System.Drawing.Point(107, 113);
     this.metroTextBox2.MaxLength        = 32767;
     this.metroTextBox2.Name             = "metroTextBox2";
     this.metroTextBox2.PasswordChar     = '\0';
     this.metroTextBox2.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox2.SelectedText     = "";
     this.metroTextBox2.SelectionLength  = 0;
     this.metroTextBox2.SelectionStart   = 0;
     this.metroTextBox2.ShortcutsEnabled = true;
     this.metroTextBox2.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox2.TabIndex         = 38;
     this.metroTextBox2.UseSelectable    = true;
     this.metroTextBox2.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox2.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize = true;
     this.metroLabel2.Location = new System.Drawing.Point(17, 114);
     this.metroLabel2.Name     = "metroLabel2";
     this.metroLabel2.Size     = new System.Drawing.Size(54, 19);
     this.metroLabel2.TabIndex = 37;
     this.metroLabel2.Text     = "Unidad:";
     //
     // metroLabel3
     //
     this.metroLabel3.AutoSize = true;
     this.metroLabel3.Location = new System.Drawing.Point(17, 84);
     this.metroLabel3.Name     = "metroLabel3";
     this.metroLabel3.Size     = new System.Drawing.Size(63, 19);
     this.metroLabel3.TabIndex = 36;
     this.metroLabel3.Text     = "Empresa:";
     //
     // metroLabel12
     //
     this.metroLabel12.AutoSize = true;
     this.metroLabel12.Location = new System.Drawing.Point(17, 52);
     this.metroLabel12.Name     = "metroLabel12";
     this.metroLabel12.Size     = new System.Drawing.Size(79, 19);
     this.metroLabel12.TabIndex = 35;
     this.metroLabel12.Text     = "Descripcion:";
     //
     // metroLabel13
     //
     this.metroLabel13.AutoSize = true;
     this.metroLabel13.Location = new System.Drawing.Point(17, 26);
     this.metroLabel13.Name     = "metroLabel13";
     this.metroLabel13.Size     = new System.Drawing.Size(62, 19);
     this.metroLabel13.TabIndex = 34;
     this.metroLabel13.Text     = "Nombre:";
     //
     // metroTextBox3
     //
     //
     //
     //
     this.metroTextBox3.CustomButton.Image         = null;
     this.metroTextBox3.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox3.CustomButton.Name          = "";
     this.metroTextBox3.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox3.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox3.CustomButton.TabIndex      = 1;
     this.metroTextBox3.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox3.CustomButton.UseSelectable = true;
     this.metroTextBox3.CustomButton.Visible       = false;
     this.metroTextBox3.Lines            = new string[0];
     this.metroTextBox3.Location         = new System.Drawing.Point(107, 84);
     this.metroTextBox3.MaxLength        = 32767;
     this.metroTextBox3.Name             = "metroTextBox3";
     this.metroTextBox3.PasswordChar     = '\0';
     this.metroTextBox3.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox3.SelectedText     = "";
     this.metroTextBox3.SelectionLength  = 0;
     this.metroTextBox3.SelectionStart   = 0;
     this.metroTextBox3.ShortcutsEnabled = true;
     this.metroTextBox3.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox3.TabIndex         = 33;
     this.metroTextBox3.UseSelectable    = true;
     this.metroTextBox3.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox3.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroTextBox4
     //
     //
     //
     //
     this.metroTextBox4.CustomButton.Image         = null;
     this.metroTextBox4.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox4.CustomButton.Name          = "";
     this.metroTextBox4.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox4.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox4.CustomButton.TabIndex      = 1;
     this.metroTextBox4.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox4.CustomButton.UseSelectable = true;
     this.metroTextBox4.CustomButton.Visible       = false;
     this.metroTextBox4.Lines            = new string[0];
     this.metroTextBox4.Location         = new System.Drawing.Point(107, 55);
     this.metroTextBox4.MaxLength        = 32767;
     this.metroTextBox4.Name             = "metroTextBox4";
     this.metroTextBox4.PasswordChar     = '\0';
     this.metroTextBox4.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox4.SelectedText     = "";
     this.metroTextBox4.SelectionLength  = 0;
     this.metroTextBox4.SelectionStart   = 0;
     this.metroTextBox4.ShortcutsEnabled = true;
     this.metroTextBox4.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox4.TabIndex         = 32;
     this.metroTextBox4.UseSelectable    = true;
     this.metroTextBox4.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox4.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroTextBox5
     //
     //
     //
     //
     this.metroTextBox5.CustomButton.Image         = null;
     this.metroTextBox5.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox5.CustomButton.Name          = "";
     this.metroTextBox5.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox5.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox5.CustomButton.TabIndex      = 1;
     this.metroTextBox5.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox5.CustomButton.UseSelectable = true;
     this.metroTextBox5.CustomButton.Visible       = false;
     this.metroTextBox5.Lines            = new string[0];
     this.metroTextBox5.Location         = new System.Drawing.Point(107, 26);
     this.metroTextBox5.MaxLength        = 32767;
     this.metroTextBox5.Name             = "metroTextBox5";
     this.metroTextBox5.PasswordChar     = '\0';
     this.metroTextBox5.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox5.SelectedText     = "";
     this.metroTextBox5.SelectionLength  = 0;
     this.metroTextBox5.SelectionStart   = 0;
     this.metroTextBox5.ShortcutsEnabled = true;
     this.metroTextBox5.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox5.TabIndex         = 31;
     this.metroTextBox5.UseSelectable    = true;
     this.metroTextBox5.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox5.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // BtnRegistrar
     //
     this.BtnRegistrar.Location      = new System.Drawing.Point(224, 170);
     this.BtnRegistrar.Name          = "BtnRegistrar";
     this.BtnRegistrar.Size          = new System.Drawing.Size(75, 23);
     this.BtnRegistrar.Style         = MetroFramework.MetroColorStyle.Green;
     this.BtnRegistrar.TabIndex      = 17;
     this.BtnRegistrar.Text          = "Registrar";
     this.BtnRegistrar.UseSelectable = true;
     //
     // metroTabPage1
     //
     this.metroTabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(201)))), ((int)(((byte)(244)))));
     this.metroTabPage1.Controls.Add(this.metroTile1);
     this.metroTabPage1.Controls.Add(this.metroPanel3);
     this.metroTabPage1.Controls.Add(this.TxtBuscarRoles);
     this.metroTabPage1.Controls.Add(this.metroLabel5);
     this.metroTabPage1.Controls.Add(this.metroPanel2);
     this.metroTabPage1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(201)))), ((int)(((byte)(244)))));
     this.metroTabPage1.HorizontalScrollbarBarColor         = true;
     this.metroTabPage1.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage1.HorizontalScrollbarSize             = 10;
     this.metroTabPage1.Location                          = new System.Drawing.Point(4, 38);
     this.metroTabPage1.Name                              = "metroTabPage1";
     this.metroTabPage1.Size                              = new System.Drawing.Size(1039, 325);
     this.metroTabPage1.Style                             = MetroFramework.MetroColorStyle.Blue;
     this.metroTabPage1.TabIndex                          = 1;
     this.metroTabPage1.Text                              = "Mostrar Tareas";
     this.metroTabPage1.UseStyleColors                    = true;
     this.metroTabPage1.VerticalScrollbarBarColor         = true;
     this.metroTabPage1.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage1.VerticalScrollbarSize             = 10;
     //
     // metroPanel3
     //
     this.metroPanel3.Controls.Add(this.metroComboBox4);
     this.metroPanel3.Controls.Add(this.metroComboBox3);
     this.metroPanel3.Controls.Add(this.metroComboBox2);
     this.metroPanel3.Controls.Add(this.metroComboBox1);
     this.metroPanel3.Controls.Add(this.metroLabel7);
     this.metroPanel3.Controls.Add(this.metroLabel8);
     this.metroPanel3.Controls.Add(this.metroLabel9);
     this.metroPanel3.Controls.Add(this.metroLabel11);
     this.metroPanel3.Controls.Add(this.metroLabel16);
     this.metroPanel3.Controls.Add(this.metroLabel17);
     this.metroPanel3.Controls.Add(this.metroTextBox13);
     this.metroPanel3.Controls.Add(this.metroTextBox14);
     this.metroPanel3.Controls.Add(this.metroButton1);
     this.metroPanel3.Controls.Add(this.BtnModificar);
     this.metroPanel3.Controls.Add(this.metroLabel10);
     this.metroPanel3.Controls.Add(this.metroLabel6);
     this.metroPanel3.HorizontalScrollbarBarColor         = true;
     this.metroPanel3.HorizontalScrollbarHighlightOnWheel = false;
     this.metroPanel3.HorizontalScrollbarSize             = 10;
     this.metroPanel3.Location = new System.Drawing.Point(597, 37);
     this.metroPanel3.Name     = "metroPanel3";
     this.metroPanel3.Size     = new System.Drawing.Size(436, 249);
     this.metroPanel3.TabIndex = 5;
     this.metroPanel3.VerticalScrollbarBarColor         = true;
     this.metroPanel3.VerticalScrollbarHighlightOnWheel = false;
     this.metroPanel3.VerticalScrollbarSize             = 10;
     //
     // metroButton1
     //
     this.metroButton1.Location      = new System.Drawing.Point(98, 186);
     this.metroButton1.Name          = "metroButton1";
     this.metroButton1.Size          = new System.Drawing.Size(75, 23);
     this.metroButton1.TabIndex      = 23;
     this.metroButton1.Text          = "Eliminar";
     this.metroButton1.UseSelectable = true;
     //
     // BtnModificar
     //
     this.BtnModificar.Location      = new System.Drawing.Point(282, 186);
     this.BtnModificar.Name          = "BtnModificar";
     this.BtnModificar.Size          = new System.Drawing.Size(75, 23);
     this.BtnModificar.TabIndex      = 22;
     this.BtnModificar.Text          = "Modificar";
     this.BtnModificar.UseSelectable = true;
     //
     // metroLabel10
     //
     this.metroLabel10.AutoSize = true;
     this.metroLabel10.Location = new System.Drawing.Point(3, 43);
     this.metroLabel10.Name     = "metroLabel10";
     this.metroLabel10.Size     = new System.Drawing.Size(0, 0);
     this.metroLabel10.TabIndex = 13;
     //
     // metroLabel6
     //
     this.metroLabel6.AutoSize = true;
     this.metroLabel6.Location = new System.Drawing.Point(16, 4);
     this.metroLabel6.Name     = "metroLabel6";
     this.metroLabel6.Size     = new System.Drawing.Size(72, 19);
     this.metroLabel6.TabIndex = 2;
     this.metroLabel6.Text     = "Ver Detalle";
     //
     // TxtBuscarRoles
     //
     //
     //
     //
     this.TxtBuscarRoles.CustomButton.Image         = null;
     this.TxtBuscarRoles.CustomButton.Location      = new System.Drawing.Point(121, 1);
     this.TxtBuscarRoles.CustomButton.Name          = "";
     this.TxtBuscarRoles.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.TxtBuscarRoles.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.TxtBuscarRoles.CustomButton.TabIndex      = 1;
     this.TxtBuscarRoles.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.TxtBuscarRoles.CustomButton.UseSelectable = true;
     this.TxtBuscarRoles.CustomButton.Visible       = false;
     this.TxtBuscarRoles.Lines            = new string[0];
     this.TxtBuscarRoles.Location         = new System.Drawing.Point(133, 4);
     this.TxtBuscarRoles.MaxLength        = 32767;
     this.TxtBuscarRoles.Name             = "TxtBuscarRoles";
     this.TxtBuscarRoles.PasswordChar     = '\0';
     this.TxtBuscarRoles.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.TxtBuscarRoles.SelectedText     = "";
     this.TxtBuscarRoles.SelectionLength  = 0;
     this.TxtBuscarRoles.SelectionStart   = 0;
     this.TxtBuscarRoles.ShortcutsEnabled = true;
     this.TxtBuscarRoles.Size             = new System.Drawing.Size(143, 23);
     this.TxtBuscarRoles.TabIndex         = 4;
     this.TxtBuscarRoles.UseSelectable    = true;
     this.TxtBuscarRoles.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.TxtBuscarRoles.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroLabel5
     //
     this.metroLabel5.AutoSize = true;
     this.metroLabel5.Location = new System.Drawing.Point(18, 4);
     this.metroLabel5.Name     = "metroLabel5";
     this.metroLabel5.Size     = new System.Drawing.Size(90, 19);
     this.metroLabel5.TabIndex = 3;
     this.metroLabel5.Text     = "Buscar Tareas:";
     //
     // metroPanel2
     //
     this.metroPanel2.Controls.Add(this.metroListView1);
     this.metroPanel2.HorizontalScrollbarBarColor         = true;
     this.metroPanel2.HorizontalScrollbarHighlightOnWheel = false;
     this.metroPanel2.HorizontalScrollbarSize             = 10;
     this.metroPanel2.Location = new System.Drawing.Point(3, 33);
     this.metroPanel2.Name     = "metroPanel2";
     this.metroPanel2.Size     = new System.Drawing.Size(588, 249);
     this.metroPanel2.TabIndex = 2;
     this.metroPanel2.VerticalScrollbarBarColor         = true;
     this.metroPanel2.VerticalScrollbarHighlightOnWheel = false;
     this.metroPanel2.VerticalScrollbarSize             = 10;
     //
     // metroListView1
     //
     this.metroListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Nombre,
         this.Descripcion,
         this.Empresa1,
         this.Unidad1,
         this.Rol1
     });
     this.metroListView1.Font          = new System.Drawing.Font("Segoe UI", 12F);
     this.metroListView1.FullRowSelect = true;
     this.metroListView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.metroListView1.Location  = new System.Drawing.Point(3, 3);
     this.metroListView1.Name      = "metroListView1";
     this.metroListView1.OwnerDraw = true;
     this.metroListView1.Size      = new System.Drawing.Size(582, 242);
     this.metroListView1.TabIndex  = 2;
     this.metroListView1.UseCompatibleStateImageBehavior = false;
     this.metroListView1.UseSelectable = true;
     this.metroListView1.View          = System.Windows.Forms.View.Details;
     //
     // Nombre
     //
     this.Nombre.Text  = "Nombre";
     this.Nombre.Width = 84;
     //
     // Descripcion
     //
     this.Descripcion.Text  = "Descripcion";
     this.Descripcion.Width = 176;
     //
     // Empresa1
     //
     this.Empresa1.Text  = "Empresa";
     this.Empresa1.Width = 121;
     //
     // Unidad1
     //
     this.Unidad1.Text  = "Unidad";
     this.Unidad1.Width = 77;
     //
     // Rol1
     //
     this.Rol1.Text  = "Rol";
     this.Rol1.Width = 84;
     //
     // metroLabel7
     //
     this.metroLabel7.AutoSize = true;
     this.metroLabel7.Location = new System.Drawing.Point(240, 82);
     this.metroLabel7.Name     = "metroLabel7";
     this.metroLabel7.Size     = new System.Drawing.Size(56, 19);
     this.metroLabel7.TabIndex = 55;
     this.metroLabel7.Text     = "Usuario:";
     //
     // metroLabel8
     //
     this.metroLabel8.AutoSize = true;
     this.metroLabel8.Location = new System.Drawing.Point(240, 47);
     this.metroLabel8.Name     = "metroLabel8";
     this.metroLabel8.Size     = new System.Drawing.Size(31, 19);
     this.metroLabel8.TabIndex = 53;
     this.metroLabel8.Text     = "Rol:";
     //
     // metroLabel9
     //
     this.metroLabel9.AutoSize = true;
     this.metroLabel9.Location = new System.Drawing.Point(9, 143);
     this.metroLabel9.Name     = "metroLabel9";
     this.metroLabel9.Size     = new System.Drawing.Size(54, 19);
     this.metroLabel9.TabIndex = 51;
     this.metroLabel9.Text     = "Unidad:";
     //
     // metroLabel11
     //
     this.metroLabel11.AutoSize = true;
     this.metroLabel11.Location = new System.Drawing.Point(9, 108);
     this.metroLabel11.Name     = "metroLabel11";
     this.metroLabel11.Size     = new System.Drawing.Size(63, 19);
     this.metroLabel11.TabIndex = 50;
     this.metroLabel11.Text     = "Empresa:";
     //
     // metroLabel16
     //
     this.metroLabel16.AutoSize = true;
     this.metroLabel16.Location = new System.Drawing.Point(9, 76);
     this.metroLabel16.Name     = "metroLabel16";
     this.metroLabel16.Size     = new System.Drawing.Size(79, 19);
     this.metroLabel16.TabIndex = 49;
     this.metroLabel16.Text     = "Descripcion:";
     //
     // metroLabel17
     //
     this.metroLabel17.AutoSize = true;
     this.metroLabel17.Location = new System.Drawing.Point(9, 43);
     this.metroLabel17.Name     = "metroLabel17";
     this.metroLabel17.Size     = new System.Drawing.Size(62, 19);
     this.metroLabel17.TabIndex = 48;
     this.metroLabel17.Text     = "Nombre:";
     //
     // metroTextBox13
     //
     //
     //
     //
     this.metroTextBox13.CustomButton.Image         = null;
     this.metroTextBox13.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox13.CustomButton.Name          = "";
     this.metroTextBox13.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox13.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox13.CustomButton.TabIndex      = 1;
     this.metroTextBox13.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox13.CustomButton.UseSelectable = true;
     this.metroTextBox13.CustomButton.Visible       = false;
     this.metroTextBox13.Lines            = new string[0];
     this.metroTextBox13.Location         = new System.Drawing.Point(99, 72);
     this.metroTextBox13.MaxLength        = 32767;
     this.metroTextBox13.Name             = "metroTextBox13";
     this.metroTextBox13.PasswordChar     = '\0';
     this.metroTextBox13.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox13.SelectedText     = "";
     this.metroTextBox13.SelectionLength  = 0;
     this.metroTextBox13.SelectionStart   = 0;
     this.metroTextBox13.ShortcutsEnabled = true;
     this.metroTextBox13.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox13.TabIndex         = 46;
     this.metroTextBox13.UseSelectable    = true;
     this.metroTextBox13.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox13.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroTextBox14
     //
     //
     //
     //
     this.metroTextBox14.CustomButton.Image         = null;
     this.metroTextBox14.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox14.CustomButton.Name          = "";
     this.metroTextBox14.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox14.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox14.CustomButton.TabIndex      = 1;
     this.metroTextBox14.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox14.CustomButton.UseSelectable = true;
     this.metroTextBox14.CustomButton.Visible       = false;
     this.metroTextBox14.Lines            = new string[0];
     this.metroTextBox14.Location         = new System.Drawing.Point(99, 43);
     this.metroTextBox14.MaxLength        = 32767;
     this.metroTextBox14.Name             = "metroTextBox14";
     this.metroTextBox14.PasswordChar     = '\0';
     this.metroTextBox14.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox14.SelectedText     = "";
     this.metroTextBox14.SelectionLength  = 0;
     this.metroTextBox14.SelectionStart   = 0;
     this.metroTextBox14.ShortcutsEnabled = true;
     this.metroTextBox14.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox14.TabIndex         = 45;
     this.metroTextBox14.UseSelectable    = true;
     this.metroTextBox14.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox14.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroTile1
     //
     this.metroTile1.ActiveControl = null;
     this.metroTile1.Location      = new System.Drawing.Point(279, 4);
     this.metroTile1.Name          = "metroTile1";
     this.metroTile1.Size          = new System.Drawing.Size(26, 23);
     this.metroTile1.TabIndex      = 6;
     this.metroTile1.Text          = "Buscar";
     this.metroTile1.TextAlign     = System.Drawing.ContentAlignment.MiddleCenter;
     this.metroTile1.TileImage     = ((System.Drawing.Image)(resources.GetObject("metroTile1.TileImage")));
     this.metroTile1.UseSelectable = true;
     this.metroTile1.UseTileImage  = true;
     //
     // metroLabel4
     //
     this.metroLabel4.AutoSize = true;
     this.metroLabel4.Location = new System.Drawing.Point(268, 88);
     this.metroLabel4.Name     = "metroLabel4";
     this.metroLabel4.Size     = new System.Drawing.Size(141, 19);
     this.metroLabel4.TabIndex = 43;
     this.metroLabel4.Text     = "Tiempo De Ejecuccion:";
     //
     // metroTextBox7
     //
     //
     //
     //
     this.metroTextBox7.CustomButton.Image         = null;
     this.metroTextBox7.CustomButton.Location      = new System.Drawing.Point(113, 1);
     this.metroTextBox7.CustomButton.Name          = "";
     this.metroTextBox7.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.metroTextBox7.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.metroTextBox7.CustomButton.TabIndex      = 1;
     this.metroTextBox7.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.metroTextBox7.CustomButton.UseSelectable = true;
     this.metroTextBox7.CustomButton.Visible       = false;
     this.metroTextBox7.Lines            = new string[0];
     this.metroTextBox7.Location         = new System.Drawing.Point(268, 114);
     this.metroTextBox7.MaxLength        = 32767;
     this.metroTextBox7.Name             = "metroTextBox7";
     this.metroTextBox7.PasswordChar     = '\0';
     this.metroTextBox7.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.metroTextBox7.SelectedText     = "";
     this.metroTextBox7.SelectionLength  = 0;
     this.metroTextBox7.SelectionStart   = 0;
     this.metroTextBox7.ShortcutsEnabled = true;
     this.metroTextBox7.Size             = new System.Drawing.Size(135, 23);
     this.metroTextBox7.TabIndex         = 44;
     this.metroTextBox7.UseSelectable    = true;
     this.metroTextBox7.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.metroTextBox7.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroComboBox1
     //
     this.metroComboBox1.FormattingEnabled = true;
     this.metroComboBox1.ItemHeight        = 23;
     this.metroComboBox1.Location          = new System.Drawing.Point(98, 98);
     this.metroComboBox1.Name          = "metroComboBox1";
     this.metroComboBox1.Size          = new System.Drawing.Size(136, 29);
     this.metroComboBox1.TabIndex      = 56;
     this.metroComboBox1.UseSelectable = true;
     //
     // metroComboBox2
     //
     this.metroComboBox2.FormattingEnabled = true;
     this.metroComboBox2.ItemHeight        = 23;
     this.metroComboBox2.Location          = new System.Drawing.Point(98, 133);
     this.metroComboBox2.Name          = "metroComboBox2";
     this.metroComboBox2.Size          = new System.Drawing.Size(136, 29);
     this.metroComboBox2.TabIndex      = 57;
     this.metroComboBox2.UseSelectable = true;
     //
     // metroComboBox3
     //
     this.metroComboBox3.FormattingEnabled = true;
     this.metroComboBox3.ItemHeight        = 23;
     this.metroComboBox3.Location          = new System.Drawing.Point(297, 37);
     this.metroComboBox3.Name          = "metroComboBox3";
     this.metroComboBox3.Size          = new System.Drawing.Size(136, 29);
     this.metroComboBox3.TabIndex      = 58;
     this.metroComboBox3.UseSelectable = true;
     //
     // metroComboBox4
     //
     this.metroComboBox4.FormattingEnabled = true;
     this.metroComboBox4.ItemHeight        = 23;
     this.metroComboBox4.Location          = new System.Drawing.Point(297, 72);
     this.metroComboBox4.Name          = "metroComboBox4";
     this.metroComboBox4.Size          = new System.Drawing.Size(136, 29);
     this.metroComboBox4.TabIndex      = 59;
     this.metroComboBox4.UseSelectable = true;
     //
     // ModuloTareas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1088, 466);
     this.Controls.Add(this.RegistrarUnidades);
     this.Name = "ModuloTareas";
     this.Text = "Modulo Tareas";
     this.RegistrarUnidades.ResumeLayout(false);
     this.RegistrarTareas.ResumeLayout(false);
     this.metroPanel1.ResumeLayout(false);
     this.metroPanel1.PerformLayout();
     this.metroTabPage1.ResumeLayout(false);
     this.metroTabPage1.PerformLayout();
     this.metroPanel3.ResumeLayout(false);
     this.metroPanel3.PerformLayout();
     this.metroPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 1"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 2"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 3"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 4"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 5"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 6"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 7"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 8"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 9"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
         "Sample Item 10"
     }, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, new System.Drawing.Font("Microsoft Sans Serif", 7.8F));
     this.listView1     = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.button4       = new System.Windows.Forms.Button();
     this.button5       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5,
         listViewItem6,
         listViewItem7,
         listViewItem8,
         listViewItem9,
         listViewItem10
     });
     this.listView1.Location = new System.Drawing.Point(149, 85);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(487, 259);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.SelectedIndexChanged           += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(479, 404);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Cancel";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(639, 404);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Confirm";
     this.button1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 16F);
     this.label1.Location = new System.Drawing.Point(134, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(117, 31);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Item List";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(685, 214);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(103, 23);
     this.button4.TabIndex = 7;
     this.button4.Text     = "Remove Item";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(685, 185);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(103, 23);
     this.button5.TabIndex = 8;
     this.button5.Text     = "Add Item";
     this.button5.UseVisualStyleBackColor = true;
     //
     // List_Stock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.listView1);
     this.Name = "List_Stock";
     this.Text = "List_Stock";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup1", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("ListViewGroup2", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem("123");
     System.Windows.Forms.ListViewItem  listViewItem2  = new System.Windows.Forms.ListViewItem("4576");
     this.lbAnimals      = new System.Windows.Forms.ListBox();
     this.rbtnSmall      = new System.Windows.Forms.RadioButton();
     this.btnAddAnimal   = new System.Windows.Forms.Button();
     this.gbSize         = new System.Windows.Forms.GroupBox();
     this.rbtnCarnivore  = new System.Windows.Forms.RadioButton();
     this.rbtnHerbivore  = new System.Windows.Forms.RadioButton();
     this.lblAddAnimal   = new System.Windows.Forms.Label();
     this.rbtnLarge      = new System.Windows.Forms.RadioButton();
     this.rbtnMedium     = new System.Windows.Forms.RadioButton();
     this.gbDiet         = new System.Windows.Forms.GroupBox();
     this.btnSort        = new System.Windows.Forms.Button();
     this.lvSortedCoupes = new System.Windows.Forms.ListView();
     this.gbSize.SuspendLayout();
     this.gbDiet.SuspendLayout();
     this.SuspendLayout();
     //
     // lbAnimals
     //
     this.lbAnimals.FormattingEnabled = true;
     this.lbAnimals.Location          = new System.Drawing.Point(152, 12);
     this.lbAnimals.Name     = "lbAnimals";
     this.lbAnimals.Size     = new System.Drawing.Size(159, 199);
     this.lbAnimals.TabIndex = 0;
     //
     // rbtnSmall
     //
     this.rbtnSmall.AutoSize = true;
     this.rbtnSmall.Location = new System.Drawing.Point(6, 19);
     this.rbtnSmall.Name     = "rbtnSmall";
     this.rbtnSmall.Size     = new System.Drawing.Size(50, 17);
     this.rbtnSmall.TabIndex = 1;
     this.rbtnSmall.TabStop  = true;
     this.rbtnSmall.Text     = "Small";
     this.rbtnSmall.UseVisualStyleBackColor = true;
     this.rbtnSmall.CheckedChanged         += new System.EventHandler(this.radiobuttonsSize_CheckedChanged);
     //
     // btnAddAnimal
     //
     this.btnAddAnimal.Location = new System.Drawing.Point(71, 188);
     this.btnAddAnimal.Name     = "btnAddAnimal";
     this.btnAddAnimal.Size     = new System.Drawing.Size(75, 23);
     this.btnAddAnimal.TabIndex = 2;
     this.btnAddAnimal.Text     = "Add";
     this.btnAddAnimal.UseVisualStyleBackColor = true;
     this.btnAddAnimal.Click += new System.EventHandler(this.btnAddAnimal_Click);
     //
     // gbSize
     //
     this.gbSize.Controls.Add(this.rbtnLarge);
     this.gbSize.Controls.Add(this.rbtnMedium);
     this.gbSize.Controls.Add(this.rbtnSmall);
     this.gbSize.Location = new System.Drawing.Point(9, 25);
     this.gbSize.Name     = "gbSize";
     this.gbSize.Size     = new System.Drawing.Size(137, 88);
     this.gbSize.TabIndex = 3;
     this.gbSize.TabStop  = false;
     this.gbSize.Text     = "Size:";
     //
     // rbtnCarnivore
     //
     this.rbtnCarnivore.AutoSize = true;
     this.rbtnCarnivore.Location = new System.Drawing.Point(6, 42);
     this.rbtnCarnivore.Name     = "rbtnCarnivore";
     this.rbtnCarnivore.Size     = new System.Drawing.Size(70, 17);
     this.rbtnCarnivore.TabIndex = 6;
     this.rbtnCarnivore.TabStop  = true;
     this.rbtnCarnivore.Text     = "Carnivore";
     this.rbtnCarnivore.UseVisualStyleBackColor = true;
     //
     // rbtnHerbivore
     //
     this.rbtnHerbivore.AutoSize = true;
     this.rbtnHerbivore.Location = new System.Drawing.Point(6, 19);
     this.rbtnHerbivore.Name     = "rbtnHerbivore";
     this.rbtnHerbivore.Size     = new System.Drawing.Size(71, 17);
     this.rbtnHerbivore.TabIndex = 5;
     this.rbtnHerbivore.TabStop  = true;
     this.rbtnHerbivore.Text     = "Herbivore";
     this.rbtnHerbivore.UseVisualStyleBackColor = true;
     //
     // lblAddAnimal
     //
     this.lblAddAnimal.AutoSize = true;
     this.lblAddAnimal.Location = new System.Drawing.Point(12, 9);
     this.lblAddAnimal.Name     = "lblAddAnimal";
     this.lblAddAnimal.Size     = new System.Drawing.Size(62, 13);
     this.lblAddAnimal.TabIndex = 4;
     this.lblAddAnimal.Text     = "Add animal:";
     //
     // rbtnLarge
     //
     this.rbtnLarge.AutoSize = true;
     this.rbtnLarge.Location = new System.Drawing.Point(6, 65);
     this.rbtnLarge.Name     = "rbtnLarge";
     this.rbtnLarge.Size     = new System.Drawing.Size(52, 17);
     this.rbtnLarge.TabIndex = 3;
     this.rbtnLarge.TabStop  = true;
     this.rbtnLarge.Text     = "Large";
     this.rbtnLarge.UseVisualStyleBackColor = true;
     this.rbtnLarge.CheckedChanged         += new System.EventHandler(this.radiobuttonsSize_CheckedChanged);
     //
     // rbtnMedium
     //
     this.rbtnMedium.AutoSize = true;
     this.rbtnMedium.Location = new System.Drawing.Point(6, 42);
     this.rbtnMedium.Name     = "rbtnMedium";
     this.rbtnMedium.Size     = new System.Drawing.Size(62, 17);
     this.rbtnMedium.TabIndex = 2;
     this.rbtnMedium.TabStop  = true;
     this.rbtnMedium.Text     = "Medium";
     this.rbtnMedium.UseVisualStyleBackColor = true;
     this.rbtnMedium.CheckedChanged         += new System.EventHandler(this.radiobuttonsSize_CheckedChanged);
     //
     // gbDiet
     //
     this.gbDiet.Controls.Add(this.rbtnHerbivore);
     this.gbDiet.Controls.Add(this.rbtnCarnivore);
     this.gbDiet.Location = new System.Drawing.Point(9, 116);
     this.gbDiet.Name     = "gbDiet";
     this.gbDiet.Size     = new System.Drawing.Size(137, 67);
     this.gbDiet.TabIndex = 4;
     this.gbDiet.TabStop  = false;
     this.gbDiet.Text     = "Diet:";
     //
     // btnSort
     //
     this.btnSort.Location = new System.Drawing.Point(317, 74);
     this.btnSort.Name     = "btnSort";
     this.btnSort.Size     = new System.Drawing.Size(75, 48);
     this.btnSort.TabIndex = 5;
     this.btnSort.Text     = "Sort into coupes";
     this.btnSort.UseVisualStyleBackColor = true;
     this.btnSort.Click += new System.EventHandler(this.btnSort_Click);
     //
     // lvSortedCoupes
     //
     listViewGroup1.Header = "ListViewGroup1";
     listViewGroup1.Name   = "listViewGroup1";
     listViewGroup2.Header = "ListViewGroup2";
     listViewGroup2.Name   = "listViewGroup2";
     this.lvSortedCoupes.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     listViewItem1.Group           = listViewGroup1;
     listViewItem1.StateImageIndex = 0;
     listViewItem2.Group           = listViewGroup2;
     this.lvSortedCoupes.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.lvSortedCoupes.Location = new System.Drawing.Point(398, 12);
     this.lvSortedCoupes.Name     = "lvSortedCoupes";
     this.lvSortedCoupes.Size     = new System.Drawing.Size(200, 199);
     this.lvSortedCoupes.TabIndex = 6;
     this.lvSortedCoupes.UseCompatibleStateImageBehavior = false;
     //
     // View
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(707, 247);
     this.Controls.Add(this.lvSortedCoupes);
     this.Controls.Add(this.btnSort);
     this.Controls.Add(this.gbDiet);
     this.Controls.Add(this.lblAddAnimal);
     this.Controls.Add(this.gbSize);
     this.Controls.Add(this.btnAddAnimal);
     this.Controls.Add(this.lbAnimals);
     this.Name = "View";
     this.Text = "Form1";
     this.gbSize.ResumeLayout(false);
     this.gbSize.PerformLayout();
     this.gbDiet.ResumeLayout(false);
     this.gbDiet.PerformLayout();
     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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_FileCrypt));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem2          = new System.Windows.Forms.ListViewItem(new string[] {
         "You can drag&drop the empty folders to here"
     }, -1, System.Drawing.Color.DarkOrange, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "The encryption driver will encrypt/decrypt the files automatically"
     }, -1, System.Drawing.Color.DarkOrange, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
         "The files will be encrypted with 256 bit AES algorithm"
     }, -1, System.Drawing.Color.DarkOrange, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
         "Go to setting to configure the while list and black list processes"
     }, -1, System.Drawing.Color.DarkOrange, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 9F));
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.tabPage_Settings    = new System.Windows.Forms.TabPage();
     this.button_ApplySetting = new System.Windows.Forms.Button();
     this.groupBox5           = new System.Windows.Forms.GroupBox();
     this.textBox_BlackList   = new System.Windows.Forms.TextBox();
     this.label10             = new System.Windows.Forms.Label();
     this.textBox_WhiteList   = new System.Windows.Forms.TextBox();
     this.label9                     = new System.Windows.Forms.Label();
     this.label_user                 = new System.Windows.Forms.Label();
     this.tabPage_Help               = new System.Windows.Forms.TabPage();
     this.linkLabel_Report           = new System.Windows.Forms.LinkLabel();
     this.linkLabel_SDK              = new System.Windows.Forms.LinkLabel();
     this.linkLabel_Updates          = new System.Windows.Forms.LinkLabel();
     this.label_VersionInfo          = new System.Windows.Forms.Label();
     this.tabPage_DecryptFile        = new System.Windows.Forms.TabPage();
     this.groupBox3                  = new System.Windows.Forms.GroupBox();
     this.label4                     = new System.Windows.Forms.Label();
     this.textBox_DecryptTargetName  = new System.Windows.Forms.TextBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.button_BrowseFileToDecrypt = new System.Windows.Forms.Button();
     this.textBox_DecryptSourceName  = new System.Windows.Forms.TextBox();
     this.label2                     = new System.Windows.Forms.Label();
     this.button_StartToDecrypt      = new System.Windows.Forms.Button();
     this.tabPage_EncryptFile        = new System.Windows.Forms.TabPage();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.textBox_EncryptTargetName  = new System.Windows.Forms.TextBox();
     this.label5                     = new System.Windows.Forms.Label();
     this.textBox_EncryptSourceName  = new System.Windows.Forms.TextBox();
     this.label6                     = new System.Windows.Forms.Label();
     this.button_BrowseEncryptFile   = new System.Windows.Forms.Button();
     this.button_StartToEncrypt      = new System.Windows.Forms.Button();
     this.tabPage_Folder             = new System.Windows.Forms.TabPage();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.button_Stop                = new System.Windows.Forms.Button();
     this.button_Start               = new System.Windows.Forms.Button();
     this.button_RemoveFolder        = new System.Windows.Forms.Button();
     this.button_AddFolder           = new System.Windows.Forms.Button();
     this.listView_Folders           = new System.Windows.Forms.ListView();
     this.tabControl1                = new System.Windows.Forms.TabControl();
     this.tabPage_Settings.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tabPage_Help.SuspendLayout();
     this.tabPage_DecryptFile.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabPage_EncryptFile.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage_Folder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder_ok.png");
     //
     // tabPage_Settings
     //
     this.tabPage_Settings.Controls.Add(this.button_ApplySetting);
     this.tabPage_Settings.Controls.Add(this.groupBox5);
     this.tabPage_Settings.Location = new System.Drawing.Point(4, 22);
     this.tabPage_Settings.Name     = "tabPage_Settings";
     this.tabPage_Settings.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_Settings.Size     = new System.Drawing.Size(548, 255);
     this.tabPage_Settings.TabIndex = 5;
     this.tabPage_Settings.Text     = "Settings";
     this.tabPage_Settings.UseVisualStyleBackColor = true;
     //
     // button_ApplySetting
     //
     this.button_ApplySetting.Location = new System.Drawing.Point(431, 215);
     this.button_ApplySetting.Name     = "button_ApplySetting";
     this.button_ApplySetting.Size     = new System.Drawing.Size(97, 20);
     this.button_ApplySetting.TabIndex = 46;
     this.button_ApplySetting.Text     = "Apply settings";
     this.button_ApplySetting.UseVisualStyleBackColor = true;
     this.button_ApplySetting.Click += new System.EventHandler(this.button_ApplySetting_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.textBox_BlackList);
     this.groupBox5.Controls.Add(this.label10);
     this.groupBox5.Controls.Add(this.textBox_WhiteList);
     this.groupBox5.Controls.Add(this.label9);
     this.groupBox5.Controls.Add(this.label_user);
     this.groupBox5.Location = new System.Drawing.Point(25, 17);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(503, 153);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Access control";
     //
     // textBox_BlackList
     //
     this.textBox_BlackList.Location = new System.Drawing.Point(151, 93);
     this.textBox_BlackList.Name     = "textBox_BlackList";
     this.textBox_BlackList.Size     = new System.Drawing.Size(287, 20);
     this.textBox_BlackList.TabIndex = 51;
     this.textBox_BlackList.Text     = "explorer.exe";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(15, 96);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(119, 15);
     this.label10.TabIndex = 50;
     this.label10.Text     = "Black List Processes";
     //
     // textBox_WhiteList
     //
     this.textBox_WhiteList.Location = new System.Drawing.Point(151, 38);
     this.textBox_WhiteList.Name     = "textBox_WhiteList";
     this.textBox_WhiteList.Size     = new System.Drawing.Size(287, 20);
     this.textBox_WhiteList.TabIndex = 49;
     this.textBox_WhiteList.Text     = "*";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(15, 38);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(120, 15);
     this.label9.TabIndex = 48;
     this.label9.Text     = "White List Processes";
     //
     // label_user
     //
     this.label_user.AutoSize = true;
     this.label_user.Location = new System.Drawing.Point(148, 68);
     this.label_user.Name     = "label_user";
     this.label_user.Size     = new System.Drawing.Size(225, 15);
     this.label_user.TabIndex = 47;
     this.label_user.Text     = "(split with \';\' for multiple process names)";
     //
     // tabPage_Help
     //
     this.tabPage_Help.Controls.Add(this.linkLabel_Report);
     this.tabPage_Help.Controls.Add(this.linkLabel_SDK);
     this.tabPage_Help.Controls.Add(this.linkLabel_Updates);
     this.tabPage_Help.Controls.Add(this.label_VersionInfo);
     this.tabPage_Help.Location = new System.Drawing.Point(4, 22);
     this.tabPage_Help.Name     = "tabPage_Help";
     this.tabPage_Help.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_Help.Size     = new System.Drawing.Size(548, 255);
     this.tabPage_Help.TabIndex = 4;
     this.tabPage_Help.Text     = "Help&Support";
     this.tabPage_Help.UseVisualStyleBackColor = true;
     //
     // linkLabel_Report
     //
     this.linkLabel_Report.AutoSize     = true;
     this.linkLabel_Report.Location     = new System.Drawing.Point(24, 84);
     this.linkLabel_Report.Name         = "linkLabel_Report";
     this.linkLabel_Report.Size         = new System.Drawing.Size(199, 15);
     this.linkLabel_Report.TabIndex     = 11;
     this.linkLabel_Report.TabStop      = true;
     this.linkLabel_Report.Text         = "Report a bug or make a suggestion";
     this.linkLabel_Report.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_ReportClicked);
     //
     // linkLabel_SDK
     //
     this.linkLabel_SDK.AutoSize     = true;
     this.linkLabel_SDK.Location     = new System.Drawing.Point(24, 120);
     this.linkLabel_SDK.Name         = "linkLabel_SDK";
     this.linkLabel_SDK.Size         = new System.Drawing.Size(335, 15);
     this.linkLabel_SDK.TabIndex     = 10;
     this.linkLabel_SDK.TabStop      = true;
     this.linkLabel_SDK.Text         = "Online Transparent Encryption SDK and Example Download";
     this.linkLabel_SDK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_SDK_LinkClicked);
     //
     // linkLabel_Updates
     //
     this.linkLabel_Updates.AutoSize     = true;
     this.linkLabel_Updates.Location     = new System.Drawing.Point(24, 43);
     this.linkLabel_Updates.Name         = "linkLabel_Updates";
     this.linkLabel_Updates.Size         = new System.Drawing.Size(105, 15);
     this.linkLabel_Updates.TabIndex     = 9;
     this.linkLabel_Updates.TabStop      = true;
     this.linkLabel_Updates.Text         = "Check for updates";
     this.linkLabel_Updates.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_Report_LinkClicked);
     //
     // label_VersionInfo
     //
     this.label_VersionInfo.AutoSize = true;
     this.label_VersionInfo.Location = new System.Drawing.Point(24, 26);
     this.label_VersionInfo.Name     = "label_VersionInfo";
     this.label_VersionInfo.Size     = new System.Drawing.Size(0, 15);
     this.label_VersionInfo.TabIndex = 9;
     //
     // tabPage_DecryptFile
     //
     this.tabPage_DecryptFile.Controls.Add(this.groupBox3);
     this.tabPage_DecryptFile.Controls.Add(this.button_StartToDecrypt);
     this.tabPage_DecryptFile.Location = new System.Drawing.Point(4, 22);
     this.tabPage_DecryptFile.Name     = "tabPage_DecryptFile";
     this.tabPage_DecryptFile.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_DecryptFile.Size     = new System.Drawing.Size(548, 255);
     this.tabPage_DecryptFile.TabIndex = 2;
     this.tabPage_DecryptFile.Text     = "Decrypt File";
     this.tabPage_DecryptFile.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.textBox_DecryptTargetName);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.button_BrowseFileToDecrypt);
     this.groupBox3.Controls.Add(this.textBox_DecryptSourceName);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new System.Drawing.Point(17, 29);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(471, 152);
     this.groupBox3.TabIndex = 7;
     this.groupBox3.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(144, 73);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(297, 15);
     this.label4.TabIndex = 9;
     this.label4.Text     = "target file name can be the same as the source name";
     //
     // textBox_DecryptTargetName
     //
     this.textBox_DecryptTargetName.Location = new System.Drawing.Point(147, 98);
     this.textBox_DecryptTargetName.Name     = "textBox_DecryptTargetName";
     this.textBox_DecryptTargetName.Size     = new System.Drawing.Size(258, 20);
     this.textBox_DecryptTargetName.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 101);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 15);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Target File name";
     //
     // button_BrowseFileToDecrypt
     //
     this.button_BrowseFileToDecrypt.Location = new System.Drawing.Point(411, 39);
     this.button_BrowseFileToDecrypt.Name     = "button_BrowseFileToDecrypt";
     this.button_BrowseFileToDecrypt.Size     = new System.Drawing.Size(44, 23);
     this.button_BrowseFileToDecrypt.TabIndex = 6;
     this.button_BrowseFileToDecrypt.Text     = "...";
     this.button_BrowseFileToDecrypt.UseVisualStyleBackColor = true;
     this.button_BrowseFileToDecrypt.Click += new System.EventHandler(this.button_BrowseFileToDecrypt_Click);
     //
     // textBox_DecryptSourceName
     //
     this.textBox_DecryptSourceName.Location = new System.Drawing.Point(147, 41);
     this.textBox_DecryptSourceName.Name     = "textBox_DecryptSourceName";
     this.textBox_DecryptSourceName.Size     = new System.Drawing.Size(258, 20);
     this.textBox_DecryptSourceName.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(23, 44);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 15);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Source File name";
     //
     // button_StartToDecrypt
     //
     this.button_StartToDecrypt.Location = new System.Drawing.Point(413, 187);
     this.button_StartToDecrypt.Name     = "button_StartToDecrypt";
     this.button_StartToDecrypt.Size     = new System.Drawing.Size(75, 23);
     this.button_StartToDecrypt.TabIndex = 6;
     this.button_StartToDecrypt.Text     = "Start";
     this.button_StartToDecrypt.UseVisualStyleBackColor = true;
     this.button_StartToDecrypt.Click += new System.EventHandler(this.button_StartToDecrypt_Click);
     //
     // tabPage_EncryptFile
     //
     this.tabPage_EncryptFile.Controls.Add(this.groupBox2);
     this.tabPage_EncryptFile.Controls.Add(this.button_StartToEncrypt);
     this.tabPage_EncryptFile.Location = new System.Drawing.Point(4, 22);
     this.tabPage_EncryptFile.Name     = "tabPage_EncryptFile";
     this.tabPage_EncryptFile.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_EncryptFile.Size     = new System.Drawing.Size(548, 255);
     this.tabPage_EncryptFile.TabIndex = 1;
     this.tabPage_EncryptFile.Text     = "Encrypt File";
     this.tabPage_EncryptFile.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.textBox_EncryptTargetName);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.textBox_EncryptSourceName);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.button_BrowseEncryptFile);
     this.groupBox2.Location = new System.Drawing.Point(12, 31);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(471, 157);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(137, 70);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(297, 15);
     this.label3.TabIndex = 14;
     this.label3.Text     = "target file name can be the same as the source name";
     //
     // textBox_EncryptTargetName
     //
     this.textBox_EncryptTargetName.Location = new System.Drawing.Point(140, 95);
     this.textBox_EncryptTargetName.Name     = "textBox_EncryptTargetName";
     this.textBox_EncryptTargetName.Size     = new System.Drawing.Size(258, 20);
     this.textBox_EncryptTargetName.TabIndex = 13;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(16, 98);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 15);
     this.label5.TabIndex = 12;
     this.label5.Text     = "Target File name";
     //
     // textBox_EncryptSourceName
     //
     this.textBox_EncryptSourceName.Location = new System.Drawing.Point(140, 38);
     this.textBox_EncryptSourceName.Name     = "textBox_EncryptSourceName";
     this.textBox_EncryptSourceName.Size     = new System.Drawing.Size(258, 20);
     this.textBox_EncryptSourceName.TabIndex = 11;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(16, 41);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(104, 15);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Source File name";
     //
     // button_BrowseEncryptFile
     //
     this.button_BrowseEncryptFile.Location = new System.Drawing.Point(404, 36);
     this.button_BrowseEncryptFile.Name     = "button_BrowseEncryptFile";
     this.button_BrowseEncryptFile.Size     = new System.Drawing.Size(44, 23);
     this.button_BrowseEncryptFile.TabIndex = 6;
     this.button_BrowseEncryptFile.Text     = "...";
     this.button_BrowseEncryptFile.UseVisualStyleBackColor = true;
     this.button_BrowseEncryptFile.Click += new System.EventHandler(this.button_BrowseEncryptFile_Click);
     //
     // button_StartToEncrypt
     //
     this.button_StartToEncrypt.Location = new System.Drawing.Point(408, 204);
     this.button_StartToEncrypt.Name     = "button_StartToEncrypt";
     this.button_StartToEncrypt.Size     = new System.Drawing.Size(75, 23);
     this.button_StartToEncrypt.TabIndex = 4;
     this.button_StartToEncrypt.Text     = "Start";
     this.button_StartToEncrypt.UseVisualStyleBackColor = true;
     this.button_StartToEncrypt.Click += new System.EventHandler(this.button_StartToEncrypt_Click);
     //
     // tabPage_Folder
     //
     this.tabPage_Folder.Controls.Add(this.splitContainer1);
     this.tabPage_Folder.Location = new System.Drawing.Point(4, 22);
     this.tabPage_Folder.Name     = "tabPage_Folder";
     this.tabPage_Folder.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_Folder.Size     = new System.Drawing.Size(548, 255);
     this.tabPage_Folder.TabIndex = 0;
     this.tabPage_Folder.Text     = "Auto Folder Encrption";
     this.tabPage_Folder.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listView_Folders);
     this.splitContainer1.Size             = new System.Drawing.Size(542, 249);
     this.splitContainer1.SplitterDistance = 114;
     this.splitContainer1.TabIndex         = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button_Stop);
     this.groupBox1.Controls.Add(this.button_Start);
     this.groupBox1.Controls.Add(this.button_RemoveFolder);
     this.groupBox1.Controls.Add(this.button_AddFolder);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(114, 249);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     //
     // button_Stop
     //
     this.button_Stop.Location = new System.Drawing.Point(5, 185);
     this.button_Stop.Name     = "button_Stop";
     this.button_Stop.Size     = new System.Drawing.Size(94, 23);
     this.button_Stop.TabIndex = 3;
     this.button_Stop.Text     = "Stop Service";
     this.button_Stop.UseVisualStyleBackColor = true;
     this.button_Stop.Click += new System.EventHandler(this.button_Stop_Click);
     //
     // button_Start
     //
     this.button_Start.Location = new System.Drawing.Point(6, 143);
     this.button_Start.Name     = "button_Start";
     this.button_Start.Size     = new System.Drawing.Size(94, 23);
     this.button_Start.TabIndex = 2;
     this.button_Start.Text     = "Start Service";
     this.button_Start.UseVisualStyleBackColor = true;
     this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
     //
     // button_RemoveFolder
     //
     this.button_RemoveFolder.Location = new System.Drawing.Point(6, 72);
     this.button_RemoveFolder.Name     = "button_RemoveFolder";
     this.button_RemoveFolder.Size     = new System.Drawing.Size(94, 23);
     this.button_RemoveFolder.TabIndex = 1;
     this.button_RemoveFolder.Text     = "Remove folder";
     this.button_RemoveFolder.UseVisualStyleBackColor = true;
     this.button_RemoveFolder.Click += new System.EventHandler(this.button_RemoveFolder_Click);
     //
     // button_AddFolder
     //
     this.button_AddFolder.Location = new System.Drawing.Point(6, 34);
     this.button_AddFolder.Name     = "button_AddFolder";
     this.button_AddFolder.Size     = new System.Drawing.Size(94, 23);
     this.button_AddFolder.TabIndex = 0;
     this.button_AddFolder.Text     = "Add folder";
     this.button_AddFolder.UseVisualStyleBackColor = true;
     this.button_AddFolder.Click += new System.EventHandler(this.button_AddFolder_Click);
     //
     // listView_Folders
     //
     this.listView_Folders.AllowDrop     = true;
     this.listView_Folders.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listView_Folders.FullRowSelect = true;
     this.listView_Folders.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3,
         listViewItem4,
         listViewItem5
     });
     this.listView_Folders.Location       = new System.Drawing.Point(0, 0);
     this.listView_Folders.Name           = "listView_Folders";
     this.listView_Folders.Size           = new System.Drawing.Size(424, 249);
     this.listView_Folders.SmallImageList = this.imageList1;
     this.listView_Folders.TabIndex       = 0;
     this.listView_Folders.UseCompatibleStateImageBehavior = false;
     this.listView_Folders.View       = System.Windows.Forms.View.List;
     this.listView_Folders.DragDrop  += new System.Windows.Forms.DragEventHandler(this.listView_Folders_DragDrop);
     this.listView_Folders.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView_Folders_DragEnter);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage_Folder);
     this.tabControl1.Controls.Add(this.tabPage_EncryptFile);
     this.tabControl1.Controls.Add(this.tabPage_DecryptFile);
     this.tabControl1.Controls.Add(this.tabPage_Settings);
     this.tabControl1.Controls.Add(this.tabPage_Help);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(556, 281);
     this.tabControl1.TabIndex      = 0;
     //
     // Form_FileCrypt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(556, 281);
     this.Controls.Add(this.tabControl1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "Form_FileCrypt";
     this.Text        = "Auto FileCrypt Tool";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_FileCrypt_FormClosed);
     this.tabPage_Settings.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.tabPage_Help.ResumeLayout(false);
     this.tabPage_Help.PerformLayout();
     this.tabPage_DecryptFile.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabPage_EncryptFile.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage_Folder.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem(new string[] {
         "1",
         "11",
         "12",
         "13"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("2");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("3");
     System.Windows.Forms.TreeNode     treeNode1     = new System.Windows.Forms.TreeNode("Node0");
     System.Windows.Forms.TreeNode     treeNode2     = new System.Windows.Forms.TreeNode("Node5");
     System.Windows.Forms.TreeNode     treeNode3     = new System.Windows.Forms.TreeNode("Node6");
     System.Windows.Forms.TreeNode     treeNode4     = new System.Windows.Forms.TreeNode("Node7");
     System.Windows.Forms.TreeNode     treeNode5     = new System.Windows.Forms.TreeNode("Node8");
     System.Windows.Forms.TreeNode     treeNode6     = new System.Windows.Forms.TreeNode("Node9");
     System.Windows.Forms.TreeNode     treeNode7     = new System.Windows.Forms.TreeNode("Node1", new System.Windows.Forms.TreeNode[] {
         treeNode2,
         treeNode3,
         treeNode4,
         treeNode5,
         treeNode6
     });
     System.Windows.Forms.TreeNode treeNode8  = new System.Windows.Forms.TreeNode("Node2");
     System.Windows.Forms.TreeNode treeNode9  = new System.Windows.Forms.TreeNode("Node10");
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node11");
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Node12");
     System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Node13");
     System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Node14");
     System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Node3", new System.Windows.Forms.TreeNode[] {
         treeNode9,
         treeNode10,
         treeNode11,
         treeNode12,
         treeNode13
     });
     System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Node4");
     this.menuStrip1                                     = new System.Windows.Forms.MenuStrip();
     this.планToolStripMenuItem                          = new System.Windows.Forms.ToolStripMenuItem();
     this.создатьToolStripMenuItem                       = new System.Windows.Forms.ToolStripMenuItem();
     this.редактироватьToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьToolStripMenuItem                       = new System.Windows.Forms.ToolStripMenuItem();
     this.содержаниеToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.создатьToolStripMenuItem1                      = new System.Windows.Forms.ToolStripMenuItem();
     this.редактироватьПунктToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьПунктToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.справочникиToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.организацииToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.должностиToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.уровниРискаToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.статусыРекомендацийToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.отчетыToolStripMenuItem                        = new System.Windows.Forms.ToolStripMenuItem();
     this.планКорректирующихМероприятийToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1                                   = new System.Windows.Forms.StatusStrip();
     this.pageSSL             = new System.Windows.Forms.ToolStripStatusLabel();
     this.totalPlansSSL       = new System.Windows.Forms.ToolStripStatusLabel();
     this.expiredPlansSSL     = new System.Windows.Forms.ToolStripStatusLabel();
     this.notExpiredSSL       = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.addPlanTSBtn        = new System.Windows.Forms.ToolStripButton();
     this.editPlanTSBtn       = new System.Windows.Forms.ToolStripButton();
     this.deletePalnTSBtn     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.prev50TSBtn         = new System.Windows.Forms.ToolStripButton();
     this.next50TSBtn         = new System.Windows.Forms.ToolStripButton();
     this.allTSBtn            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.reloadTSBtn         = new System.Windows.Forms.ToolStripButton();
     this.plansLV             = new System.Windows.Forms.ListView();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.addItemTSBtn        = new System.Windows.Forms.ToolStripButton();
     this.editItemTSBtn       = new System.Windows.Forms.ToolStripButton();
     this.deleteItemTSBtn     = new System.Windows.Forms.ToolStripButton();
     this.contentTV           = new System.Windows.Forms.TreeView();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.планToolStripMenuItem,
         this.содержаниеToolStripMenuItem,
         this.справочникиToolStripMenuItem,
         this.отчетыToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(817, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // планToolStripMenuItem
     //
     this.планToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.создатьToolStripMenuItem,
         this.редактироватьToolStripMenuItem,
         this.удалитьToolStripMenuItem
     });
     this.планToolStripMenuItem.Name = "планToolStripMenuItem";
     this.планToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.планToolStripMenuItem.Text = "План";
     //
     // создатьToolStripMenuItem
     //
     this.создатьToolStripMenuItem.Name   = "создатьToolStripMenuItem";
     this.создатьToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.создатьToolStripMenuItem.Text   = "Создать";
     this.создатьToolStripMenuItem.Click += new System.EventHandler(this.создатьToolStripMenuItem_Click);
     //
     // редактироватьToolStripMenuItem
     //
     this.редактироватьToolStripMenuItem.Name   = "редактироватьToolStripMenuItem";
     this.редактироватьToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.редактироватьToolStripMenuItem.Text   = "Редактировать";
     this.редактироватьToolStripMenuItem.Click += new System.EventHandler(this.редактироватьToolStripMenuItem_Click);
     //
     // удалитьToolStripMenuItem
     //
     this.удалитьToolStripMenuItem.Name   = "удалитьToolStripMenuItem";
     this.удалитьToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.удалитьToolStripMenuItem.Text   = "Удалить";
     this.удалитьToolStripMenuItem.Click += new System.EventHandler(this.удалитьToolStripMenuItem_Click);
     //
     // содержаниеToolStripMenuItem
     //
     this.содержаниеToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.создатьToolStripMenuItem1,
         this.редактироватьПунктToolStripMenuItem,
         this.удалитьПунктToolStripMenuItem
     });
     this.содержаниеToolStripMenuItem.Name = "содержаниеToolStripMenuItem";
     this.содержаниеToolStripMenuItem.Size = new System.Drawing.Size(88, 20);
     this.содержаниеToolStripMenuItem.Text = "Содержание";
     //
     // создатьToolStripMenuItem1
     //
     this.создатьToolStripMenuItem1.Name   = "создатьToolStripMenuItem1";
     this.создатьToolStripMenuItem1.Size   = new System.Drawing.Size(188, 22);
     this.создатьToolStripMenuItem1.Text   = "Создать пункт";
     this.создатьToolStripMenuItem1.Click += new System.EventHandler(this.создатьToolStripMenuItem1_Click);
     //
     // редактироватьПунктToolStripMenuItem
     //
     this.редактироватьПунктToolStripMenuItem.Name   = "редактироватьПунктToolStripMenuItem";
     this.редактироватьПунктToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.редактироватьПунктToolStripMenuItem.Text   = "Редактировать пункт";
     this.редактироватьПунктToolStripMenuItem.Click += new System.EventHandler(this.редактироватьПунктToolStripMenuItem_Click);
     //
     // удалитьПунктToolStripMenuItem
     //
     this.удалитьПунктToolStripMenuItem.Name   = "удалитьПунктToolStripMenuItem";
     this.удалитьПунктToolStripMenuItem.Size   = new System.Drawing.Size(188, 22);
     this.удалитьПунктToolStripMenuItem.Text   = "Удалить пункт";
     this.удалитьПунктToolStripMenuItem.Click += new System.EventHandler(this.удалитьПунктToolStripMenuItem_Click);
     //
     // справочникиToolStripMenuItem
     //
     this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.организацииToolStripMenuItem,
         this.должностиToolStripMenuItem,
         this.уровниРискаToolStripMenuItem,
         this.статусыРекомендацийToolStripMenuItem
     });
     this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
     this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
     this.справочникиToolStripMenuItem.Text = "Справочники";
     //
     // организацииToolStripMenuItem
     //
     this.организацииToolStripMenuItem.Name   = "организацииToolStripMenuItem";
     this.организацииToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.организацииToolStripMenuItem.Text   = "Организации";
     this.организацииToolStripMenuItem.Click += new System.EventHandler(this.организацииToolStripMenuItem_Click);
     //
     // должностиToolStripMenuItem
     //
     this.должностиToolStripMenuItem.Name   = "должностиToolStripMenuItem";
     this.должностиToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.должностиToolStripMenuItem.Text   = "Сотрудники";
     this.должностиToolStripMenuItem.Click += new System.EventHandler(this.должностиToolStripMenuItem_Click);
     //
     // уровниРискаToolStripMenuItem
     //
     this.уровниРискаToolStripMenuItem.Name   = "уровниРискаToolStripMenuItem";
     this.уровниРискаToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.уровниРискаToolStripMenuItem.Text   = "Уровни риска";
     this.уровниРискаToolStripMenuItem.Click += new System.EventHandler(this.уровниРискаToolStripMenuItem_Click);
     //
     // статусыРекомендацийToolStripMenuItem
     //
     this.статусыРекомендацийToolStripMenuItem.Name   = "статусыРекомендацийToolStripMenuItem";
     this.статусыРекомендацийToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.статусыРекомендацийToolStripMenuItem.Text   = "Статусы рекомендаций";
     this.статусыРекомендацийToolStripMenuItem.Click += new System.EventHandler(this.статусыРекомендацийToolStripMenuItem_Click);
     //
     // отчетыToolStripMenuItem
     //
     this.отчетыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.планКорректирующихМероприятийToolStripMenuItem
     });
     this.отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
     this.отчетыToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     this.отчетыToolStripMenuItem.Text = "Отчеты";
     //
     // планКорректирующихМероприятийToolStripMenuItem
     //
     this.планКорректирующихМероприятийToolStripMenuItem.Image                 = ((System.Drawing.Image)(resources.GetObject("планКорректирующихМероприятийToolStripMenuItem.Image")));
     this.планКорректирующихМероприятийToolStripMenuItem.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.планКорректирующихМероприятийToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.планКорректирующихМероприятийToolStripMenuItem.Name   = "планКорректирующихМероприятийToolStripMenuItem";
     this.планКорректирующихМероприятийToolStripMenuItem.Size   = new System.Drawing.Size(281, 22);
     this.планКорректирующихМероприятийToolStripMenuItem.Text   = "План корректирующих мероприятий";
     this.планКорректирующихМероприятийToolStripMenuItem.Click += new System.EventHandler(this.планКорректирующихМероприятийToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pageSSL,
         this.totalPlansSSL,
         this.expiredPlansSSL,
         this.notExpiredSSL
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 435);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(817, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // pageSSL
     //
     this.pageSSL.AutoSize    = false;
     this.pageSSL.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.pageSSL.Name        = "pageSSL";
     this.pageSSL.Size        = new System.Drawing.Size(100, 17);
     this.pageSSL.Text        = "Страница: ";
     this.pageSSL.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // totalPlansSSL
     //
     this.totalPlansSSL.AutoSize    = false;
     this.totalPlansSSL.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.totalPlansSSL.Name        = "totalPlansSSL";
     this.totalPlansSSL.Size        = new System.Drawing.Size(180, 17);
     this.totalPlansSSL.Text        = "Всего планов: 0";
     this.totalPlansSSL.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.totalPlansSSL.ToolTipText = "Всего планов";
     //
     // expiredPlansSSL
     //
     this.expiredPlansSSL.AutoSize           = false;
     this.expiredPlansSSL.BorderSides        = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.expiredPlansSSL.DoubleClickEnabled = true;
     this.expiredPlansSSL.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.expiredPlansSSL.ForeColor   = System.Drawing.Color.Red;
     this.expiredPlansSSL.Name        = "expiredPlansSSL";
     this.expiredPlansSSL.Size        = new System.Drawing.Size(180, 17);
     this.expiredPlansSSL.Text        = "Просроченные планы: 0";
     this.expiredPlansSSL.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.expiredPlansSSL.ToolTipText = "Просроченные планы";
     //
     // notExpiredSSL
     //
     this.notExpiredSSL.AutoSize           = false;
     this.notExpiredSSL.BorderSides        = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.notExpiredSSL.DoubleClickEnabled = true;
     this.notExpiredSSL.ForeColor          = System.Drawing.Color.DodgerBlue;
     this.notExpiredSSL.Name        = "notExpiredSSL";
     this.notExpiredSSL.Size        = new System.Drawing.Size(180, 17);
     this.notExpiredSSL.Text        = "Осталось менее 4х дней: 0";
     this.notExpiredSSL.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.notExpiredSSL.ToolTipText = "Срок истекает через три дня";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer1.Size             = new System.Drawing.Size(817, 411);
     this.splitContainer1.SplitterDistance = 556;
     this.splitContainer1.TabIndex         = 3;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.toolStrip1);
     this.groupBox2.Controls.Add(this.plansLV);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(556, 411);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addPlanTSBtn,
         this.editPlanTSBtn,
         this.deletePalnTSBtn,
         this.toolStripSeparator1,
         this.prev50TSBtn,
         this.next50TSBtn,
         this.allTSBtn,
         this.toolStripSeparator2,
         this.reloadTSBtn
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 383);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(550, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // addPlanTSBtn
     //
     this.addPlanTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.addPlanTSBtn.Image                 = global::AuditHelper.Properties.Resources.Add_16;
     this.addPlanTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.addPlanTSBtn.Name        = "addPlanTSBtn";
     this.addPlanTSBtn.Size        = new System.Drawing.Size(23, 22);
     this.addPlanTSBtn.Text        = "Создать план";
     this.addPlanTSBtn.ToolTipText = "Создать план";
     this.addPlanTSBtn.Click      += new System.EventHandler(this.создатьToolStripMenuItem_Click);
     //
     // editPlanTSBtn
     //
     this.editPlanTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.editPlanTSBtn.Image                 = global::AuditHelper.Properties.Resources.Edit_16;
     this.editPlanTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.editPlanTSBtn.Name        = "editPlanTSBtn";
     this.editPlanTSBtn.Size        = new System.Drawing.Size(23, 22);
     this.editPlanTSBtn.Text        = "Редактировать план";
     this.editPlanTSBtn.ToolTipText = "Редактировать план";
     this.editPlanTSBtn.Click      += new System.EventHandler(this.редактироватьToolStripMenuItem_Click);
     //
     // deletePalnTSBtn
     //
     this.deletePalnTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deletePalnTSBtn.Image                 = global::AuditHelper.Properties.Resources.Delete_16;
     this.deletePalnTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.deletePalnTSBtn.Name        = "deletePalnTSBtn";
     this.deletePalnTSBtn.Size        = new System.Drawing.Size(23, 22);
     this.deletePalnTSBtn.Text        = "Удалить план";
     this.deletePalnTSBtn.ToolTipText = "Удалить план";
     this.deletePalnTSBtn.Click      += new System.EventHandler(this.удалитьToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // prev50TSBtn
     //
     this.prev50TSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.prev50TSBtn.Enabled               = false;
     this.prev50TSBtn.Image                 = global::AuditHelper.Properties.Resources.Previous_16;
     this.prev50TSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.prev50TSBtn.Name        = "prev50TSBtn";
     this.prev50TSBtn.Size        = new System.Drawing.Size(23, 22);
     this.prev50TSBtn.Text        = "toolStripButton1";
     this.prev50TSBtn.ToolTipText = "Предыдущие 50";
     this.prev50TSBtn.Click      += new System.EventHandler(this.prev50TSBtn_Click);
     //
     // next50TSBtn
     //
     this.next50TSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.next50TSBtn.Image                 = global::AuditHelper.Properties.Resources.Next_16;
     this.next50TSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.next50TSBtn.Name        = "next50TSBtn";
     this.next50TSBtn.Size        = new System.Drawing.Size(23, 22);
     this.next50TSBtn.Text        = "toolStripButton2";
     this.next50TSBtn.ToolTipText = "Следующие 50";
     this.next50TSBtn.Click      += new System.EventHandler(this.next50TSBtn_Click);
     //
     // allTSBtn
     //
     this.allTSBtn.CheckOnClick          = true;
     this.allTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.allTSBtn.Image                 = global::AuditHelper.Properties.Resources.ShowAll_16;
     this.allTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.allTSBtn.Name               = "allTSBtn";
     this.allTSBtn.Size               = new System.Drawing.Size(23, 22);
     this.allTSBtn.Text               = "toolStripButton1";
     this.allTSBtn.ToolTipText        = "Все записи";
     this.allTSBtn.CheckStateChanged += new System.EventHandler(this.allTSBtn_CheckStateChanged);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // reloadTSBtn
     //
     this.reloadTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.reloadTSBtn.Image                 = global::AuditHelper.Properties.Resources.Reload_16;
     this.reloadTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.reloadTSBtn.Name   = "reloadTSBtn";
     this.reloadTSBtn.Size   = new System.Drawing.Size(23, 22);
     this.reloadTSBtn.Text   = "Перечитать";
     this.reloadTSBtn.Click += new System.EventHandler(this.reloadTSBtn_Click);
     //
     // plansLV
     //
     this.plansLV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.plansLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.plansLV.FullRowSelect = true;
     this.plansLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.plansLV.HideSelection = false;
     this.plansLV.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.plansLV.Location    = new System.Drawing.Point(3, 16);
     this.plansLV.MultiSelect = false;
     this.plansLV.Name        = "plansLV";
     this.plansLV.ShowGroups  = false;
     this.plansLV.Size        = new System.Drawing.Size(550, 364);
     this.plansLV.TabIndex    = 0;
     this.plansLV.UseCompatibleStateImageBehavior = false;
     this.plansLV.View = System.Windows.Forms.View.Details;
     this.plansLV.SelectedIndexChanged += new System.EventHandler(this.plansLV_SelectedIndexChanged);
     this.plansLV.DoubleClick          += new System.EventHandler(this.редактироватьToolStripMenuItem_Click);
     this.plansLV.Resize += new System.EventHandler(this.plansLV_Resize);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Название";
     this.columnHeader1.Width = 194;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Организация";
     this.columnHeader2.Width = 97;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Ответственный";
     this.columnHeader3.Width = 106;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Дата ближайшего пункта";
     this.columnHeader4.Width = 146;
     //
     // groupBox1
     //
     this.groupBox1.AutoSize = true;
     this.groupBox1.Controls.Add(this.toolStrip2);
     this.groupBox1.Controls.Add(this.contentTV);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(257, 411);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Содержание";
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addItemTSBtn,
         this.editItemTSBtn,
         this.deleteItemTSBtn
     });
     this.toolStrip2.Location = new System.Drawing.Point(3, 383);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(251, 25);
     this.toolStrip2.TabIndex = 3;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // addItemTSBtn
     //
     this.addItemTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.addItemTSBtn.Image                 = global::AuditHelper.Properties.Resources.Add_16;
     this.addItemTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.addItemTSBtn.Name        = "addItemTSBtn";
     this.addItemTSBtn.Size        = new System.Drawing.Size(23, 22);
     this.addItemTSBtn.Text        = "Добавить пункт";
     this.addItemTSBtn.ToolTipText = "Добавить пункт";
     this.addItemTSBtn.Click      += new System.EventHandler(this.создатьToolStripMenuItem1_Click);
     //
     // editItemTSBtn
     //
     this.editItemTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.editItemTSBtn.Image                 = global::AuditHelper.Properties.Resources.Edit_16;
     this.editItemTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.editItemTSBtn.Name        = "editItemTSBtn";
     this.editItemTSBtn.Size        = new System.Drawing.Size(23, 22);
     this.editItemTSBtn.Text        = "Редактировать пункт";
     this.editItemTSBtn.ToolTipText = "Редактировать пункт";
     this.editItemTSBtn.Click      += new System.EventHandler(this.редактироватьПунктToolStripMenuItem_Click);
     //
     // deleteItemTSBtn
     //
     this.deleteItemTSBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteItemTSBtn.Image                 = global::AuditHelper.Properties.Resources.Delete_16;
     this.deleteItemTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.deleteItemTSBtn.Name        = "deleteItemTSBtn";
     this.deleteItemTSBtn.Size        = new System.Drawing.Size(23, 22);
     this.deleteItemTSBtn.Text        = "Удалить пункт";
     this.deleteItemTSBtn.ToolTipText = "Удалить пункт";
     this.deleteItemTSBtn.Click      += new System.EventHandler(this.удалитьПунктToolStripMenuItem_Click);
     //
     // contentTV
     //
     this.contentTV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.contentTV.Location = new System.Drawing.Point(3, 16);
     this.contentTV.Name     = "contentTV";
     treeNode1.Name          = "Node0";
     treeNode1.Text          = "Node0";
     treeNode2.Name          = "Node5";
     treeNode2.Text          = "Node5";
     treeNode3.Name          = "Node6";
     treeNode3.Text          = "Node6";
     treeNode4.Name          = "Node7";
     treeNode4.Text          = "Node7";
     treeNode5.Name          = "Node8";
     treeNode5.Text          = "Node8";
     treeNode6.Name          = "Node9";
     treeNode6.Text          = "Node9";
     treeNode7.Name          = "Node1";
     treeNode7.Text          = "Node1";
     treeNode8.Name          = "Node2";
     treeNode8.Text          = "Node2";
     treeNode9.Name          = "Node10";
     treeNode9.Text          = "Node10";
     treeNode10.Name         = "Node11";
     treeNode10.Text         = "Node11";
     treeNode11.Name         = "Node12";
     treeNode11.Text         = "Node12";
     treeNode12.Name         = "Node13";
     treeNode12.Text         = "Node13";
     treeNode13.Name         = "Node14";
     treeNode13.Text         = "Node14";
     treeNode14.Name         = "Node3";
     treeNode14.Text         = "Node3";
     treeNode15.Name         = "Node4";
     treeNode15.Text         = "Node4";
     this.contentTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode7,
         treeNode8,
         treeNode14,
         treeNode15
     });
     this.contentTV.Size                  = new System.Drawing.Size(251, 364);
     this.contentTV.TabIndex              = 2;
     this.contentTV.AfterSelect          += new System.Windows.Forms.TreeViewEventHandler(this.contentTV_AfterSelect);
     this.contentTV.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.contentTV_NodeMouseDoubleClick);
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(817, 457);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "frmMain";
     this.Text          = "Помошник аудитора";
     this.Load         += new System.EventHandler(this.frmMain_Load);
     this.Shown        += new System.EventHandler(this.frmMain_Shown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("Source");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.fileSelector           = new PFControls.FileSelector();
     this.listView               = new System.Windows.Forms.ListView();
     this.imageList              = new System.Windows.Forms.ImageList(this.components);
     this.checkBoxExcludeBpfFile = new System.Windows.Forms.CheckBox();
     this.checkBoxExcludeResFile = new System.Windows.Forms.CheckBox();
     this.labelIncluePath        = new System.Windows.Forms.Label();
     this.textBoxIncludePath     = new System.Windows.Forms.TextBox();
     this.buttonCopyIncludePath  = new System.Windows.Forms.Button();
     this.labelLibPath           = new System.Windows.Forms.Label();
     this.textBoxLibPath         = new System.Windows.Forms.TextBox();
     this.buttonCopyLibPath      = new System.Windows.Forms.Button();
     this.labelUserDefines       = new System.Windows.Forms.Label();
     this.textBoxUserDefines     = new System.Windows.Forms.TextBox();
     this.buttonCopyUserDefines  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // fileSelector
     //
     this.fileSelector.AllowDrop = true;
     this.fileSelector.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fileSelector.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
     this.fileSelector.ButtonFont         = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.fileSelector.ButtonText         = "参照(&R)";
     this.fileSelector.ComboBoxFont       = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.fileSelector.Location           = new System.Drawing.Point(12, 12);
     this.fileSelector.MaximumSize        = new System.Drawing.Size(65535, 29);
     this.fileSelector.MinimumSize        = new System.Drawing.Size(208, 29);
     this.fileSelector.Name                 = "fileSelector";
     this.fileSelector.SelectedFile         = "";
     this.fileSelector.Size                 = new System.Drawing.Size(776, 29);
     this.fileSelector.TabIndex             = 0;
     this.fileSelector.SelectedFileChanged += new System.EventHandler(this.fileSelector_SelectedFileChanged);
     //
     // listView
     //
     this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     listViewItem1.StateImageIndex = 0;
     this.listView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView.Location       = new System.Drawing.Point(12, 47);
     this.listView.Name           = "listView";
     this.listView.Size           = new System.Drawing.Size(776, 260);
     this.listView.StateImageList = this.imageList;
     this.listView.TabIndex       = 1;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "BPRMigrator.ico");
     //
     // checkBoxExcludeBpfFile
     //
     this.checkBoxExcludeBpfFile.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxExcludeBpfFile.AutoSize   = true;
     this.checkBoxExcludeBpfFile.Checked    = true;
     this.checkBoxExcludeBpfFile.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxExcludeBpfFile.Location   = new System.Drawing.Point(12, 313);
     this.checkBoxExcludeBpfFile.Name       = "checkBoxExcludeBpfFile";
     this.checkBoxExcludeBpfFile.Size       = new System.Drawing.Size(79, 16);
     this.checkBoxExcludeBpfFile.TabIndex   = 2;
     this.checkBoxExcludeBpfFile.Text       = ".&bpf を除外";
     this.checkBoxExcludeBpfFile.UseVisualStyleBackColor = true;
     //
     // checkBoxExcludeResFile
     //
     this.checkBoxExcludeResFile.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxExcludeResFile.AutoSize   = true;
     this.checkBoxExcludeResFile.Checked    = true;
     this.checkBoxExcludeResFile.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxExcludeResFile.Location   = new System.Drawing.Point(12, 335);
     this.checkBoxExcludeResFile.Name       = "checkBoxExcludeResFile";
     this.checkBoxExcludeResFile.Size       = new System.Drawing.Size(79, 16);
     this.checkBoxExcludeResFile.TabIndex   = 3;
     this.checkBoxExcludeResFile.Text       = ".&res を除外";
     this.checkBoxExcludeResFile.UseVisualStyleBackColor = true;
     //
     // labelIncluePath
     //
     this.labelIncluePath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelIncluePath.AutoSize = true;
     this.labelIncluePath.Location = new System.Drawing.Point(12, 362);
     this.labelIncluePath.Name     = "labelIncluePath";
     this.labelIncluePath.Size     = new System.Drawing.Size(70, 12);
     this.labelIncluePath.TabIndex = 4;
     this.labelIncluePath.Text     = "&Include Path:";
     //
     // textBoxIncludePath
     //
     this.textBoxIncludePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxIncludePath.Location = new System.Drawing.Point(88, 359);
     this.textBoxIncludePath.Name     = "textBoxIncludePath";
     this.textBoxIncludePath.ReadOnly = true;
     this.textBoxIncludePath.Size     = new System.Drawing.Size(619, 19);
     this.textBoxIncludePath.TabIndex = 5;
     //
     // buttonCopyIncludePath
     //
     this.buttonCopyIncludePath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCopyIncludePath.Location = new System.Drawing.Point(713, 357);
     this.buttonCopyIncludePath.Name     = "buttonCopyIncludePath";
     this.buttonCopyIncludePath.Size     = new System.Drawing.Size(75, 23);
     this.buttonCopyIncludePath.TabIndex = 6;
     this.buttonCopyIncludePath.Text     = "コピー";
     this.buttonCopyIncludePath.UseVisualStyleBackColor = true;
     this.buttonCopyIncludePath.Click += new System.EventHandler(this.buttonCopyIncludePath_Click);
     //
     // labelLibPath
     //
     this.labelLibPath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelLibPath.AutoSize = true;
     this.labelLibPath.Location = new System.Drawing.Point(12, 391);
     this.labelLibPath.Name     = "labelLibPath";
     this.labelLibPath.Size     = new System.Drawing.Size(49, 12);
     this.labelLibPath.TabIndex = 7;
     this.labelLibPath.Text     = "&Lib Path:";
     //
     // textBoxLibPath
     //
     this.textBoxLibPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxLibPath.Location = new System.Drawing.Point(88, 388);
     this.textBoxLibPath.Name     = "textBoxLibPath";
     this.textBoxLibPath.ReadOnly = true;
     this.textBoxLibPath.Size     = new System.Drawing.Size(619, 19);
     this.textBoxLibPath.TabIndex = 8;
     //
     // buttonCopyLibPath
     //
     this.buttonCopyLibPath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCopyLibPath.Location = new System.Drawing.Point(713, 386);
     this.buttonCopyLibPath.Name     = "buttonCopyLibPath";
     this.buttonCopyLibPath.Size     = new System.Drawing.Size(75, 23);
     this.buttonCopyLibPath.TabIndex = 9;
     this.buttonCopyLibPath.Text     = "コピー";
     this.buttonCopyLibPath.UseVisualStyleBackColor = true;
     this.buttonCopyLibPath.Click += new System.EventHandler(this.buttonCopyLibPath_Click);
     //
     // labelUserDefines
     //
     this.labelUserDefines.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelUserDefines.AutoSize = true;
     this.labelUserDefines.Location = new System.Drawing.Point(12, 420);
     this.labelUserDefines.Name     = "labelUserDefines";
     this.labelUserDefines.Size     = new System.Drawing.Size(74, 12);
     this.labelUserDefines.TabIndex = 10;
     this.labelUserDefines.Text     = "User &Defines:";
     //
     // textBoxUserDefines
     //
     this.textBoxUserDefines.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxUserDefines.Location = new System.Drawing.Point(92, 417);
     this.textBoxUserDefines.Name     = "textBoxUserDefines";
     this.textBoxUserDefines.ReadOnly = true;
     this.textBoxUserDefines.Size     = new System.Drawing.Size(615, 19);
     this.textBoxUserDefines.TabIndex = 11;
     //
     // buttonCopyUserDefines
     //
     this.buttonCopyUserDefines.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCopyUserDefines.Location = new System.Drawing.Point(713, 415);
     this.buttonCopyUserDefines.Name     = "buttonCopyUserDefines";
     this.buttonCopyUserDefines.Size     = new System.Drawing.Size(75, 23);
     this.buttonCopyUserDefines.TabIndex = 12;
     this.buttonCopyUserDefines.Text     = "コピー";
     this.buttonCopyUserDefines.UseVisualStyleBackColor = true;
     this.buttonCopyUserDefines.Click += new System.EventHandler(this.buttonCopyUserDefines_Click);
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.buttonCopyUserDefines);
     this.Controls.Add(this.textBoxUserDefines);
     this.Controls.Add(this.labelUserDefines);
     this.Controls.Add(this.buttonCopyLibPath);
     this.Controls.Add(this.textBoxLibPath);
     this.Controls.Add(this.labelLibPath);
     this.Controls.Add(this.buttonCopyIncludePath);
     this.Controls.Add(this.textBoxIncludePath);
     this.Controls.Add(this.labelIncluePath);
     this.Controls.Add(this.checkBoxExcludeResFile);
     this.Controls.Add(this.checkBoxExcludeBpfFile);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.fileSelector);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormMain";
     this.Text            = "BPR Migrator";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegistroDeNovoParceiro));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("");
     this.PictureBoxLogo   = new System.Windows.Forms.PictureBox();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel2           = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.listViewParceiro = new System.Windows.Forms.ListView();
     this.Id   = new System.Windows.Forms.ColumnHeader();
     this.Data = new System.Windows.Forms.ColumnHeader();
     this.Hora = new System.Windows.Forms.ColumnHeader();
     this.NomeDaInstituicao      = new System.Windows.Forms.ColumnHeader();
     this.UfParceiros            = new System.Windows.Forms.ColumnHeader();
     this.CidadeParceiro         = new System.Windows.Forms.ColumnHeader();
     this.BtnExibirParceiro      = new System.Windows.Forms.Button();
     this.label6                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.label5                 = new System.Windows.Forms.Label();
     this.TxtBoxNomedaInstitucao = new System.Windows.Forms.TextBox();
     this.BtnBuscarParceiro      = new System.Windows.Forms.Button();
     this.comboBoxEstadoParceiro = new System.Windows.Forms.ComboBox();
     this.dateTimePickerInicial  = new System.Windows.Forms.DateTimePicker();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.btnLimparPesquisa      = new System.Windows.Forms.Button();
     this.dateTimePickerFinal    = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxLogo)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // PictureBoxLogo
     //
     this.PictureBoxLogo.BackColor = System.Drawing.Color.Transparent;
     this.PictureBoxLogo.Image     = ((System.Drawing.Image)(resources.GetObject("PictureBoxLogo.Image")));
     this.PictureBoxLogo.Location  = new System.Drawing.Point(33, 12);
     this.PictureBoxLogo.Name      = "PictureBoxLogo";
     this.PictureBoxLogo.Size      = new System.Drawing.Size(149, 43);
     this.PictureBoxLogo.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBoxLogo.TabIndex  = 2;
     this.PictureBoxLogo.TabStop   = false;
     //
     // panel1
     //
     this.panel1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.panel1.BackgroundImage       = global::CapacitaDesk.Properties.Resources.bg_blue10;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.PictureBoxLogo);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(784, 69);
     this.panel1.TabIndex = 103;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(55)))), ((int)(((byte)(89)))));
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 69);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(784, 59);
     this.panel2.TabIndex = 104;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(172, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(440, 37);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "REGISTRO DE NOVOS PARCEIROS";
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.listViewParceiro);
     this.groupBox2.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.groupBox2.Location  = new System.Drawing.Point(58, 270);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(669, 236);
     this.groupBox2.TabIndex  = 106;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Registro de novos parceiros";
     this.groupBox2.Enter    += new System.EventHandler(this.groupBox2_Enter);
     //
     // listViewParceiro
     //
     this.listViewParceiro.BackColor = System.Drawing.Color.WhiteSmoke;
     this.listViewParceiro.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Id,
         this.Data,
         this.Hora,
         this.NomeDaInstituicao,
         this.UfParceiros,
         this.CidadeParceiro
     });
     this.listViewParceiro.Font          = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.listViewParceiro.FullRowSelect = true;
     this.listViewParceiro.HideSelection = false;
     this.listViewParceiro.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listViewParceiro.Location    = new System.Drawing.Point(15, 27);
     this.listViewParceiro.MultiSelect = false;
     this.listViewParceiro.Name        = "listViewParceiro";
     this.listViewParceiro.Size        = new System.Drawing.Size(642, 198);
     this.listViewParceiro.TabIndex    = 1;
     this.listViewParceiro.UseCompatibleStateImageBehavior = false;
     this.listViewParceiro.View = System.Windows.Forms.View.Details;
     this.listViewParceiro.SelectedIndexChanged += new System.EventHandler(this.listViewParceiro_SelectedIndexChanged);
     this.listViewParceiro.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.listViewParceiro_MouseDoubleClick);
     //
     // Id
     //
     this.Id.Text  = "ID";
     this.Id.Width = 40;
     //
     // Data
     //
     this.Data.Text  = "Data";
     this.Data.Width = 90;
     //
     // Hora
     //
     this.Hora.Text  = "Hora";
     this.Hora.Width = 90;
     //
     // NomeDaInstituicao
     //
     this.NomeDaInstituicao.Text  = "Nome da Instituição";
     this.NomeDaInstituicao.Width = 250;
     //
     // UfParceiros
     //
     this.UfParceiros.Text  = "UF";
     this.UfParceiros.Width = 40;
     //
     // CidadeParceiro
     //
     this.CidadeParceiro.Text  = "Cidade";
     this.CidadeParceiro.Width = 100;
     //
     // BtnExibirParceiro
     //
     this.BtnExibirParceiro.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.BtnExibirParceiro.Cursor    = System.Windows.Forms.Cursors.Default;
     this.BtnExibirParceiro.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(55)))), ((int)(((byte)(89)))));
     this.BtnExibirParceiro.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BtnExibirParceiro.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.BtnExibirParceiro.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.BtnExibirParceiro.Location  = new System.Drawing.Point(606, 511);
     this.BtnExibirParceiro.Name      = "BtnExibirParceiro";
     this.BtnExibirParceiro.Size      = new System.Drawing.Size(121, 35);
     this.BtnExibirParceiro.TabIndex  = 107;
     this.BtnExibirParceiro.Text      = "EXIBIR";
     this.BtnExibirParceiro.UseVisualStyleBackColor = false;
     this.BtnExibirParceiro.Click += new System.EventHandler(this.BtnExibirParceiro_Click);
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.label6.Location  = new System.Drawing.Point(161, 63);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(68, 17);
     this.label6.TabIndex  = 93;
     this.label6.Text      = "Data Final";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.label3.Location  = new System.Drawing.Point(337, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 17);
     this.label3.TabIndex  = 75;
     this.label3.Text      = "Estado ";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.label2.Location  = new System.Drawing.Point(16, 63);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(74, 17);
     this.label2.TabIndex  = 73;
     this.label2.Text      = "Data Inicial";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.label5.Location  = new System.Drawing.Point(17, 24);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(126, 17);
     this.label5.TabIndex  = 99;
     this.label5.Text      = "Nome da Insituicao";
     //
     // TxtBoxNomedaInstitucao
     //
     this.TxtBoxNomedaInstitucao.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.TxtBoxNomedaInstitucao.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TxtBoxNomedaInstitucao.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.TxtBoxNomedaInstitucao.Location    = new System.Drawing.Point(16, 44);
     this.TxtBoxNomedaInstitucao.Name        = "TxtBoxNomedaInstitucao";
     this.TxtBoxNomedaInstitucao.Size        = new System.Drawing.Size(304, 14);
     this.TxtBoxNomedaInstitucao.TabIndex    = 1;
     //
     // BtnBuscarParceiro
     //
     this.BtnBuscarParceiro.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.BtnBuscarParceiro.Cursor    = System.Windows.Forms.Cursors.Default;
     this.BtnBuscarParceiro.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(55)))), ((int)(((byte)(89)))));
     this.BtnBuscarParceiro.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BtnBuscarParceiro.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.BtnBuscarParceiro.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.BtnBuscarParceiro.Location  = new System.Drawing.Point(526, 68);
     this.BtnBuscarParceiro.Name      = "BtnBuscarParceiro";
     this.BtnBuscarParceiro.Size      = new System.Drawing.Size(134, 35);
     this.BtnBuscarParceiro.TabIndex  = 107;
     this.BtnBuscarParceiro.Text      = "BUSCAR";
     this.BtnBuscarParceiro.UseVisualStyleBackColor = false;
     this.BtnBuscarParceiro.Click += new System.EventHandler(this.BtnBuscarParceiro_Click);
     //
     // comboBoxEstadoParceiro
     //
     this.comboBoxEstadoParceiro.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.comboBoxEstadoParceiro.DropDownHeight        = 60;
     this.comboBoxEstadoParceiro.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEstadoParceiro.DropDownWidth         = 150;
     this.comboBoxEstadoParceiro.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.comboBoxEstadoParceiro.Font                  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.comboBoxEstadoParceiro.FormattingEnabled     = true;
     this.comboBoxEstadoParceiro.IntegralHeight        = false;
     this.comboBoxEstadoParceiro.Location              = new System.Drawing.Point(337, 30);
     this.comboBoxEstadoParceiro.Name                  = "comboBoxEstadoParceiro";
     this.comboBoxEstadoParceiro.Size                  = new System.Drawing.Size(169, 28);
     this.comboBoxEstadoParceiro.TabIndex              = 4;
     this.comboBoxEstadoParceiro.SelectedIndexChanged += new System.EventHandler(this.comboBoxEstadoParceiro_SelectedIndexChanged);
     //
     // dateTimePickerInicial
     //
     this.dateTimePickerInicial.CalendarFont            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.dateTimePickerInicial.CalendarMonthBackground = System.Drawing.Color.WhiteSmoke;
     this.dateTimePickerInicial.CustomFormat            = " ";
     this.dateTimePickerInicial.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.dateTimePickerInicial.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePickerInicial.Location = new System.Drawing.Point(17, 83);
     this.dateTimePickerInicial.Name     = "dateTimePickerInicial";
     this.dateTimePickerInicial.Size     = new System.Drawing.Size(126, 25);
     this.dateTimePickerInicial.TabIndex = 108;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.btnLimparPesquisa);
     this.groupBox1.Controls.Add(this.dateTimePickerFinal);
     this.groupBox1.Controls.Add(this.dateTimePickerInicial);
     this.groupBox1.Controls.Add(this.comboBoxEstadoParceiro);
     this.groupBox1.Controls.Add(this.BtnBuscarParceiro);
     this.groupBox1.Controls.Add(this.TxtBoxNomedaInstitucao);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.groupBox1.Location  = new System.Drawing.Point(58, 141);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(669, 120);
     this.groupBox1.TabIndex  = 105;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Filtros";
     //
     // btnLimparPesquisa
     //
     this.btnLimparPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(161)))), ((int)(((byte)(193)))));
     this.btnLimparPesquisa.Cursor    = System.Windows.Forms.Cursors.Default;
     this.btnLimparPesquisa.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(55)))), ((int)(((byte)(89)))));
     this.btnLimparPesquisa.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLimparPesquisa.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.btnLimparPesquisa.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.btnLimparPesquisa.Location  = new System.Drawing.Point(526, 23);
     this.btnLimparPesquisa.Name      = "btnLimparPesquisa";
     this.btnLimparPesquisa.Size      = new System.Drawing.Size(134, 35);
     this.btnLimparPesquisa.TabIndex  = 110;
     this.btnLimparPesquisa.Text      = "LIMPAR PESQUISA";
     this.btnLimparPesquisa.UseVisualStyleBackColor = false;
     this.btnLimparPesquisa.Click += new System.EventHandler(this.btnLimparPesquisa_Click);
     //
     // dateTimePickerFinal
     //
     this.dateTimePickerFinal.CalendarFont            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.dateTimePickerFinal.CalendarMonthBackground = System.Drawing.Color.WhiteSmoke;
     this.dateTimePickerFinal.CustomFormat            = " ";
     this.dateTimePickerFinal.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.dateTimePickerFinal.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePickerFinal.Location = new System.Drawing.Point(161, 83);
     this.dateTimePickerFinal.Name     = "dateTimePickerFinal";
     this.dateTimePickerFinal.Size     = new System.Drawing.Size(126, 25);
     this.dateTimePickerFinal.TabIndex = 109;
     //
     // RegistroDeNovoParceiro
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.White;
     this.BackgroundImage       = global::CapacitaDesk.Properties.Resources.bg_white10;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.BtnExibirParceiro);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "RegistroDeNovoParceiro";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Capacita Desk";
     this.Load         += new System.EventHandler(this.RegistroDeNovoParceiro_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxLogo)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     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()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.btnLogin         = new System.Windows.Forms.Button();
     this.lblAccountName   = new System.Windows.Forms.Label();
     this.imgAccount       = new System.Windows.Forms.PictureBox();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.btnGetFrndList   = new System.Windows.Forms.Button();
     this.btnPost          = new System.Windows.Forms.Button();
     this.txtStatus        = new System.Windows.Forms.TextBox();
     this.groupFriendsList = new System.Windows.Forms.GroupBox();
     this.viewFriendList   = new System.Windows.Forms.ListView();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgAccount)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupFriendsList.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnLogin);
     this.groupBox1.Controls.Add(this.lblAccountName);
     this.groupBox1.Controls.Add(this.imgAccount);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(342, 93);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Account Info";
     //
     // btnLogin
     //
     this.btnLogin.Location = new System.Drawing.Point(261, 23);
     this.btnLogin.Name     = "btnLogin";
     this.btnLogin.Size     = new System.Drawing.Size(75, 23);
     this.btnLogin.TabIndex = 2;
     this.btnLogin.Text     = "Login";
     this.btnLogin.UseVisualStyleBackColor = true;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // lblAccountName
     //
     this.lblAccountName.AutoSize = true;
     this.lblAccountName.Location = new System.Drawing.Point(71, 33);
     this.lblAccountName.Name     = "lblAccountName";
     this.lblAccountName.Size     = new System.Drawing.Size(77, 13);
     this.lblAccountName.TabIndex = 1;
     this.lblAccountName.Text     = "Please Login...";
     //
     // imgAccount
     //
     this.imgAccount.Location = new System.Drawing.Point(7, 19);
     this.imgAccount.Name     = "imgAccount";
     this.imgAccount.Size     = new System.Drawing.Size(58, 54);
     this.imgAccount.TabIndex = 0;
     this.imgAccount.TabStop  = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnGetFrndList);
     this.groupBox2.Controls.Add(this.btnPost);
     this.groupBox2.Controls.Add(this.txtStatus);
     this.groupBox2.Location = new System.Drawing.Point(12, 122);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(342, 170);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Status";
     //
     // btnGetFrndList
     //
     this.btnGetFrndList.Location = new System.Drawing.Point(7, 132);
     this.btnGetFrndList.Name     = "btnGetFrndList";
     this.btnGetFrndList.Size     = new System.Drawing.Size(102, 23);
     this.btnGetFrndList.TabIndex = 2;
     this.btnGetFrndList.Text     = "Get Friends List";
     this.btnGetFrndList.UseVisualStyleBackColor = true;
     this.btnGetFrndList.Click += new System.EventHandler(this.btnGetFrndList_Click);
     //
     // btnPost
     //
     this.btnPost.Location = new System.Drawing.Point(261, 132);
     this.btnPost.Name     = "btnPost";
     this.btnPost.Size     = new System.Drawing.Size(75, 23);
     this.btnPost.TabIndex = 1;
     this.btnPost.Text     = "Post";
     this.btnPost.UseVisualStyleBackColor = true;
     this.btnPost.Click += new System.EventHandler(this.btnPost_Click);
     //
     // txtStatus
     //
     this.txtStatus.Location  = new System.Drawing.Point(6, 19);
     this.txtStatus.Multiline = true;
     this.txtStatus.Name      = "txtStatus";
     this.txtStatus.Size      = new System.Drawing.Size(329, 98);
     this.txtStatus.TabIndex  = 0;
     //
     // groupFriendsList
     //
     this.groupFriendsList.Controls.Add(this.viewFriendList);
     this.groupFriendsList.Location = new System.Drawing.Point(360, 12);
     this.groupFriendsList.Name     = "groupFriendsList";
     this.groupFriendsList.Size     = new System.Drawing.Size(171, 280);
     this.groupFriendsList.TabIndex = 2;
     this.groupFriendsList.TabStop  = false;
     this.groupFriendsList.Text     = "Friends List";
     //
     // viewFriendList
     //
     this.viewFriendList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.viewFriendList.Location = new System.Drawing.Point(6, 23);
     this.viewFriendList.Name     = "viewFriendList";
     this.viewFriendList.Size     = new System.Drawing.Size(159, 242);
     this.viewFriendList.TabIndex = 0;
     this.viewFriendList.UseCompatibleStateImageBehavior = false;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(549, 360);
     this.Controls.Add(this.groupFriendsList);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name          = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "My Facebook Application";
     this.Activated    += new System.EventHandler(this.frmMain_Activated);
     this.Load         += new System.EventHandler(this.frmMain_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgAccount)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupFriendsList.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #56
0
 /// <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(Form1));
     System.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Display", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Photo", System.Windows.Forms.HorizontalAlignment.Right);
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "World",
         "Hello",
         "skinydip.jpg"
     }, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Photo");
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     this.label1        = new System.Windows.Forms.Label();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.button1       = new System.Windows.Forms.Button();
     this.pictureBox2   = new System.Windows.Forms.PictureBox();
     this.listView1     = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "interlock.bmp");
     this.imageList1.Images.SetKeyName(1, "diamond.bmp");
     this.imageList1.Images.SetKeyName(2, "Holy Shit.bmp");
     this.imageList1.Images.SetKeyName(3, "GreyPusher.gif");
     this.imageList1.Images.SetKeyName(4, "goobi.jpg");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(89, 89);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(209, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "THIS IS A TEST....THIS IS ONLY A TEST";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(483, 105);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(200, 150);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // button1
     //
     this.button1.AutoSize                = true;
     this.button1.Dock                    = System.Windows.Forms.DockStyle.Top;
     this.button1.Image                   = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location                = new System.Drawing.Point(0, 0);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(683, 104);
     this.button1.TabIndex                = 2;
     this.button1.Text                    = "button1";
     this.button1.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.button1.UseVisualStyleBackColor = true;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(0, 105);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(273, 425);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 3;
     this.pictureBox2.TabStop  = false;
     //
     // listView1
     //
     this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.listView1.GridLines       = true;
     listViewGroup1.Header          = "Display";
     listViewGroup1.Name            = "listViewGroup1";
     listViewGroup2.Header          = "Photo";
     listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Right;
     listViewGroup2.Name            = "listViewGroup2";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     listViewItem2.Checked         = true;
     listViewItem2.StateImageIndex = 1;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.listView1.LargeImageList = this.imageList1;
     this.listView1.Location       = new System.Drawing.Point(299, 261);
     this.listView1.Name           = "listView1";
     this.listView1.Size           = new System.Drawing.Size(372, 302);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.TabIndex       = 4;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.SmallIcon;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "ColumnHeader1";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "ColumnHeader2";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(683, 586);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #57
0
 /// <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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
     this.textdeixa          = new System.Windows.Forms.TextBox();
     this.textrotina         = new System.Windows.Forms.TextBox();
     this.textrecompensa     = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.listView1          = new System.Windows.Forms.ListView();
     this.Deixa              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listView2          = new System.Windows.Forms.ListView();
     this.Rotina             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listView3          = new System.Windows.Forms.ListView();
     this.Recompensa         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.form2BindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.form2BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // textdeixa
     //
     this.textdeixa.Location = new System.Drawing.Point(30, 80);
     this.textdeixa.Name     = "textdeixa";
     this.textdeixa.Size     = new System.Drawing.Size(239, 20);
     this.textdeixa.TabIndex = 0;
     //
     // textrotina
     //
     this.textrotina.Location = new System.Drawing.Point(295, 80);
     this.textrotina.Name     = "textrotina";
     this.textrotina.Size     = new System.Drawing.Size(240, 20);
     this.textrotina.TabIndex = 1;
     //
     // textrecompensa
     //
     this.textrecompensa.Location = new System.Drawing.Point(562, 80);
     this.textrecompensa.Name     = "textrecompensa";
     this.textrecompensa.Size     = new System.Drawing.Size(238, 20);
     this.textrecompensa.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(124, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(34, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Deixa";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(392, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Rotina ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(632, 64);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Recompensa";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(336, 117);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(147, 23);
     this.button1.TabIndex = 6;
     this.button1.Text     = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(27, 413);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(327, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "* Deixa - Estimulo que manda o cérebro entrar em modo automático.";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(27, 439);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(443, 13);
     this.label5.TabIndex = 9;
     this.label5.Text     = "* Recompensa - Ajuda o cérebro, a saber , se vale à pena memorizar o este loop pa" +
                            "ra futuro.";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(27, 426);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(227, 13);
     this.label6.TabIndex = 10;
     this.label6.Text     = "* Rotina - Forma de como executamos a deixa.";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Deixa
     });
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.Location = new System.Drawing.Point(30, 166);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(239, 163);
     this.listView1.TabIndex = 11;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // Deixa
     //
     this.Deixa.Text  = "Deixa";
     this.Deixa.Width = 137;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Rotina
     });
     this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem2
     });
     this.listView2.Location = new System.Drawing.Point(295, 166);
     this.listView2.Name     = "listView2";
     this.listView2.Size     = new System.Drawing.Size(240, 163);
     this.listView2.TabIndex = 12;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // Rotina
     //
     this.Rotina.Text  = "Rotina";
     this.Rotina.Width = 144;
     //
     // listView3
     //
     this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Recompensa
     });
     this.listView3.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem3
     });
     this.listView3.Location = new System.Drawing.Point(562, 166);
     this.listView3.Name     = "listView3";
     this.listView3.Size     = new System.Drawing.Size(238, 163);
     this.listView3.TabIndex = 13;
     this.listView3.UseCompatibleStateImageBehavior = false;
     this.listView3.View = System.Windows.Forms.View.Details;
     //
     // Recompensa
     //
     this.Recompensa.Text  = "Recompensa";
     this.Recompensa.Width = 137;
     //
     // form2BindingSource
     //
     this.form2BindingSource.DataSource = typeof(loop_do_habito.Form2);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(839, 623);
     this.Controls.Add(this.listView3);
     this.Controls.Add(this.listView2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textrecompensa);
     this.Controls.Add(this.textrotina);
     this.Controls.Add(this.textdeixa);
     this.Name          = "Form2";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Form2";
     this.Load         += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.form2BindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #58
0
 /// <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.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("System icons", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Project Icons", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem              listViewItem1  = new System.Windows.Forms.ListViewItem("asdasd");
     System.Windows.Forms.ListViewItem              listViewItem2  = new System.Windows.Forms.ListViewItem("fffff");
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(AddLibraryFolderWizard));
     this.FolderStyleContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.detailsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.tileToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.smallIconToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.largeIconToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.FolderLibraryWizard         = new MOG_ControlsLibrary.Utils.Wizard();
     this.FolderStartWizardPage       = new MOG_ControlsLibrary.Utils.WizardPage();
     this.infoContainer2               = new MOG_ControlsLibrary.Utils.InfoContainer();
     this.label1                       = new System.Windows.Forms.Label();
     this.FolderNewNameTextBox         = new System.Windows.Forms.TextBox();
     this.FolderEndWizardPage          = new MOG_ControlsLibrary.Utils.WizardPage();
     this.infoContainer1               = new MOG_ControlsLibrary.Utils.InfoContainer();
     this.FolderRevisionsWizardPage    = new MOG_ControlsLibrary.Utils.WizardPage();
     this.FolderRevisionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
     this.header1                      = new MOG_ControlsLibrary.Utils.Header();
     this.FolderSpecialWizardPage      = new MOG_ControlsLibrary.Utils.WizardPage();
     this.FolderSpecialFolderListView  = new System.Windows.Forms.ListView();
     this.columnHeader1                = new System.Windows.Forms.ColumnHeader();
     this.header3                      = new MOG_ControlsLibrary.Utils.Header();
     this.FolderStyleContextMenuStrip.SuspendLayout();
     this.FolderLibraryWizard.SuspendLayout();
     this.FolderStartWizardPage.SuspendLayout();
     this.infoContainer2.SuspendLayout();
     this.FolderEndWizardPage.SuspendLayout();
     this.FolderRevisionsWizardPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FolderRevisionsNumericUpDown)).BeginInit();
     this.FolderSpecialWizardPage.SuspendLayout();
     this.SuspendLayout();
     //
     // FolderStyleContextMenuStrip
     //
     this.FolderStyleContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.detailsToolStripMenuItem,
         this.tileToolStripMenuItem,
         this.smallIconToolStripMenuItem,
         this.largeIconToolStripMenuItem
     });
     this.FolderStyleContextMenuStrip.Name = "FolderStyleContextMenuStrip";
     this.FolderStyleContextMenuStrip.Size = new System.Drawing.Size(137, 92);
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name   = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.detailsToolStripMenuItem.Text   = "Details";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
     //
     // tileToolStripMenuItem
     //
     this.tileToolStripMenuItem.Name   = "tileToolStripMenuItem";
     this.tileToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.tileToolStripMenuItem.Text   = "Tile";
     this.tileToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
     //
     // smallIconToolStripMenuItem
     //
     this.smallIconToolStripMenuItem.Name   = "smallIconToolStripMenuItem";
     this.smallIconToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.smallIconToolStripMenuItem.Text   = "Small Icon";
     this.smallIconToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
     //
     // largeIconToolStripMenuItem
     //
     this.largeIconToolStripMenuItem.Name   = "largeIconToolStripMenuItem";
     this.largeIconToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.largeIconToolStripMenuItem.Text   = "Large Icon";
     this.largeIconToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
     //
     // FolderLibraryWizard
     //
     this.FolderLibraryWizard.Controls.Add(this.FolderStartWizardPage);
     this.FolderLibraryWizard.Controls.Add(this.FolderSpecialWizardPage);
     this.FolderLibraryWizard.Controls.Add(this.FolderRevisionsWizardPage);
     this.FolderLibraryWizard.Controls.Add(this.FolderEndWizardPage);
     this.FolderLibraryWizard.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FolderLibraryWizard.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FolderLibraryWizard.Location = new System.Drawing.Point(0, 0);
     this.FolderLibraryWizard.Name     = "FolderLibraryWizard";
     this.FolderLibraryWizard.Pages.AddRange(new MOG_ControlsLibrary.Utils.WizardPage[] {
         this.FolderStartWizardPage,
         this.FolderSpecialWizardPage,
         this.FolderRevisionsWizardPage,
         this.FolderEndWizardPage
     });
     this.FolderLibraryWizard.PushPop  = true;
     this.FolderLibraryWizard.Size     = new System.Drawing.Size(566, 409);
     this.FolderLibraryWizard.TabIndex = 2;
     //
     // FolderStartWizardPage
     //
     this.FolderStartWizardPage.Controls.Add(this.infoContainer2);
     this.FolderStartWizardPage.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.FolderStartWizardPage.IsFinishPage = false;
     this.FolderStartWizardPage.Location     = new System.Drawing.Point(0, 0);
     this.FolderStartWizardPage.Name         = "FolderStartWizardPage";
     this.FolderStartWizardPage.Size         = new System.Drawing.Size(566, 361);
     this.FolderStartWizardPage.TabIndex     = 1;
     //
     // infoContainer2
     //
     this.infoContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.infoContainer2.BackColor = System.Drawing.Color.White;
     this.infoContainer2.Controls.Add(this.label1);
     this.infoContainer2.Controls.Add(this.FolderNewNameTextBox);
     this.infoContainer2.Image     = global::MOG_ControlsLibrary.Properties.Resources.InfoBanner2;
     this.infoContainer2.Location  = new System.Drawing.Point(3, 3);
     this.infoContainer2.Name      = "infoContainer2";
     this.infoContainer2.PageTitle = "Welcome to the library folder wizard";
     this.infoContainer2.Size      = new System.Drawing.Size(563, 358);
     this.infoContainer2.TabIndex  = 12;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(175, 148);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(178, 18);
     this.label1.TabIndex = 34;
     this.label1.Text     = "Folder name";
     //
     // FolderNewNameTextBox
     //
     this.FolderNewNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.FolderNewNameTextBox.BackColor = System.Drawing.SystemColors.Window;
     this.FolderNewNameTextBox.Location  = new System.Drawing.Point(178, 169);
     this.FolderNewNameTextBox.Name      = "FolderNewNameTextBox";
     this.FolderNewNameTextBox.Size      = new System.Drawing.Size(374, 21);
     this.FolderNewNameTextBox.TabIndex  = 0;
     //
     // FolderEndWizardPage
     //
     this.FolderEndWizardPage.Controls.Add(this.infoContainer1);
     this.FolderEndWizardPage.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.FolderEndWizardPage.IsFinishPage = true;
     this.FolderEndWizardPage.Location     = new System.Drawing.Point(0, 0);
     this.FolderEndWizardPage.Name         = "FolderEndWizardPage";
     this.FolderEndWizardPage.Size         = new System.Drawing.Size(566, 361);
     this.FolderEndWizardPage.TabIndex     = 5;
     //
     // infoContainer1
     //
     this.infoContainer1.BackColor = System.Drawing.Color.White;
     this.infoContainer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.infoContainer1.Image     = global::MOG_ControlsLibrary.Properties.Resources.InfoBanner2;
     this.infoContainer1.Location  = new System.Drawing.Point(0, 0);
     this.infoContainer1.Name      = "infoContainer1";
     this.infoContainer1.PageTitle = "Your new folder will now be created!";
     this.infoContainer1.Size      = new System.Drawing.Size(566, 361);
     this.infoContainer1.TabIndex  = 0;
     //
     // FolderRevisionsWizardPage
     //
     this.FolderRevisionsWizardPage.Controls.Add(this.FolderRevisionsNumericUpDown);
     this.FolderRevisionsWizardPage.Controls.Add(this.header1);
     this.FolderRevisionsWizardPage.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.FolderRevisionsWizardPage.IsFinishPage = false;
     this.FolderRevisionsWizardPage.Location     = new System.Drawing.Point(0, 0);
     this.FolderRevisionsWizardPage.Name         = "FolderRevisionsWizardPage";
     this.FolderRevisionsWizardPage.Size         = new System.Drawing.Size(566, 361);
     this.FolderRevisionsWizardPage.TabIndex     = 10;
     //
     // FolderRevisionsNumericUpDown
     //
     this.FolderRevisionsNumericUpDown.Location = new System.Drawing.Point(23, 86);
     this.FolderRevisionsNumericUpDown.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.FolderRevisionsNumericUpDown.Name     = "FolderRevisionsNumericUpDown";
     this.FolderRevisionsNumericUpDown.Size     = new System.Drawing.Size(120, 21);
     this.FolderRevisionsNumericUpDown.TabIndex = 0;
     this.FolderRevisionsNumericUpDown.Value    = new decimal(new int[] {
         25,
         0,
         0,
         0
     });
     //
     // header1
     //
     this.header1.BackColor        = System.Drawing.SystemColors.Control;
     this.header1.CausesValidation = false;
     this.header1.Description      = "Set how many revisions of assets within this folder MOG will maintain";
     this.header1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.header1.Image            = global::MOG_ControlsLibrary.Properties.Resources.MOGTempCopy;
     this.header1.Location         = new System.Drawing.Point(0, 0);
     this.header1.Name             = "header1";
     this.header1.Size             = new System.Drawing.Size(566, 64);
     this.header1.TabIndex         = 24;
     this.header1.Title            = "Revision Maximum";
     //
     // FolderSpecialWizardPage
     //
     this.FolderSpecialWizardPage.Controls.Add(this.FolderSpecialFolderListView);
     this.FolderSpecialWizardPage.Controls.Add(this.header3);
     this.FolderSpecialWizardPage.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.FolderSpecialWizardPage.IsFinishPage  = false;
     this.FolderSpecialWizardPage.Location      = new System.Drawing.Point(0, 0);
     this.FolderSpecialWizardPage.Name          = "FolderSpecialWizardPage";
     this.FolderSpecialWizardPage.Size          = new System.Drawing.Size(566, 361);
     this.FolderSpecialWizardPage.TabIndex      = 6;
     this.FolderSpecialWizardPage.ShowFromNext += new System.EventHandler(this.FolderSpecialWizardPage_ShowFromNext);
     //
     // FolderSpecialFolderListView
     //
     this.FolderSpecialFolderListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.FolderSpecialFolderListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.FolderSpecialFolderListView.ContextMenuStrip = this.FolderStyleContextMenuStrip;
     this.FolderSpecialFolderListView.FullRowSelect    = true;
     listViewGroup1.Header = "System icons";
     listViewGroup1.Name   = "SystemListViewGroup";
     listViewGroup2.Header = "Project Icons";
     listViewGroup2.Name   = "ProjectListViewGroup";
     this.FolderSpecialFolderListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     listViewItem1.Group = listViewGroup1;
     listViewItem2.Group = listViewGroup2;
     this.FolderSpecialFolderListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.FolderSpecialFolderListView.Location = new System.Drawing.Point(12, 83);
     this.FolderSpecialFolderListView.Name     = "FolderSpecialFolderListView";
     this.FolderSpecialFolderListView.Size     = new System.Drawing.Size(542, 264);
     this.FolderSpecialFolderListView.TabIndex = 24;
     this.FolderSpecialFolderListView.UseCompatibleStateImageBehavior = false;
     this.FolderSpecialFolderListView.View = System.Windows.Forms.View.SmallIcon;
     this.FolderSpecialFolderListView.SelectedIndexChanged += new System.EventHandler(this.FolderSpecialFolderListView_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Special FolderType";
     this.columnHeader1.Width = 531;
     //
     // header3
     //
     this.header3.BackColor        = System.Drawing.SystemColors.Control;
     this.header3.CausesValidation = false;
     this.header3.Description      = "Select a special folder icon for this new library folder";
     this.header3.Dock             = System.Windows.Forms.DockStyle.Top;
     this.header3.Image            = global::MOG_ControlsLibrary.Properties.Resources.MOGTempDir;
     this.header3.Location         = new System.Drawing.Point(0, 0);
     this.header3.Name             = "header3";
     this.header3.Size             = new System.Drawing.Size(566, 64);
     this.header3.TabIndex         = 23;
     this.header3.Title            = "Special folder";
     //
     // AddLibraryFolderWizard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(566, 409);
     this.Controls.Add(this.FolderLibraryWizard);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "AddLibraryFolderWizard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "AddLibraryFolderWizard";
     this.Activated    += new System.EventHandler(this.AddLibraryFolderWizard_Activated);
     this.FolderStyleContextMenuStrip.ResumeLayout(false);
     this.FolderLibraryWizard.ResumeLayout(false);
     this.FolderStartWizardPage.ResumeLayout(false);
     this.infoContainer2.ResumeLayout(false);
     this.infoContainer2.PerformLayout();
     this.FolderEndWizardPage.ResumeLayout(false);
     this.FolderRevisionsWizardPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FolderRevisionsNumericUpDown)).EndInit();
     this.FolderSpecialWizardPage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #59
0
 /// <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.Windows.Forms.ListViewGroup             listViewGroup1 = new System.Windows.Forms.ListViewGroup("Auto Renewed", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup             listViewGroup2 = new System.Windows.Forms.ListViewGroup("Manual Renewals", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem              listViewItem1  = new System.Windows.Forms.ListViewItem("No Managed Certificates", 0);
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(ManagedSites));
     this.splitContainer1         = new System.Windows.Forms.SplitContainer();
     this.listView1               = new System.Windows.Forms.ListView();
     this.contextMenuStripList    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1              = new System.Windows.Forms.ImageList(this.components);
     this.certRequestSettingsIIS1 = new Certify.Forms.Controls.CertRequestSettingsIIS();
     this.lblInfo = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStripList.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.listView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.certRequestSettingsIIS1);
     this.splitContainer1.Panel2.Controls.Add(this.lblInfo);
     this.splitContainer1.Size             = new System.Drawing.Size(945, 590);
     this.splitContainer1.SplitterDistance = 313;
     this.splitContainer1.TabIndex         = 0;
     //
     // listView1
     //
     this.listView1.ContextMenuStrip = this.contextMenuStripList;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     listViewGroup1.Header           = "Auto Renewed";
     listViewGroup1.Name             = "listViewGroupAutoRenew";
     listViewGroup2.Header           = "Manual Renewals";
     listViewGroup2.Name             = "listViewGroupManualRenew";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.LargeImageList = this.imageList1;
     this.listView1.Location       = new System.Drawing.Point(0, 0);
     this.listView1.Name           = "listView1";
     this.listView1.Size           = new System.Drawing.Size(313, 590);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.TabIndex       = 1;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Tile;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
     //
     // contextMenuStripList
     //
     this.contextMenuStripList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemDelete
     });
     this.contextMenuStripList.Name = "contextMenuStripList";
     this.contextMenuStripList.Size = new System.Drawing.Size(108, 26);
     this.contextMenuStripList.Text = "Delete";
     //
     // toolStripMenuItemDelete
     //
     this.toolStripMenuItemDelete.Name   = "toolStripMenuItemDelete";
     this.toolStripMenuItemDelete.Size   = new System.Drawing.Size(107, 22);
     this.toolStripMenuItemDelete.Text   = "Delete";
     this.toolStripMenuItemDelete.Click += new System.EventHandler(this.toolStripMenuItemDelete_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "font-awesome_4-7-0_globe_24_0_2c3e50_none.png");
     //
     // certRequestSettingsIIS1
     //
     this.certRequestSettingsIIS1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.certRequestSettingsIIS1.IsNewManagedSiteMode = true;
     this.certRequestSettingsIIS1.Location             = new System.Drawing.Point(2, 48);
     this.certRequestSettingsIIS1.Name         = "certRequestSettingsIIS1";
     this.certRequestSettingsIIS1.Size         = new System.Drawing.Size(600, 389);
     this.certRequestSettingsIIS1.TabIndex     = 1;
     this.certRequestSettingsIIS1.VaultManager = null;
     this.certRequestSettingsIIS1.Visible      = false;
     //
     // lblInfo
     //
     this.lblInfo.AutoSize = true;
     this.lblInfo.Location = new System.Drawing.Point(13, 18);
     this.lblInfo.Name     = "lblInfo";
     this.lblInfo.Size     = new System.Drawing.Size(338, 13);
     this.lblInfo.TabIndex = 0;
     this.lblInfo.Text     = "Select a Managed Site Certificate or create a New Certificate to begin.";
     //
     // ManagedSites
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name  = "ManagedSites";
     this.Size  = new System.Drawing.Size(945, 590);
     this.Load += new System.EventHandler(this.ManagedSites_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStripList.ResumeLayout(false);
     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.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem26         = new System.Windows.Forms.ListViewItem("Bàn 1", 0);
     System.Windows.Forms.ListViewItem listViewItem27         = new System.Windows.Forms.ListViewItem("Bàn 2", 1);
     System.Windows.Forms.ListViewItem listViewItem28         = new System.Windows.Forms.ListViewItem("Bàn 3", 2);
     System.Windows.Forms.ListViewItem listViewItem29         = new System.Windows.Forms.ListViewItem("Bàn 4", 5);
     System.Windows.Forms.ListViewItem listViewItem30         = new System.Windows.Forms.ListViewItem("Bàn 5", 4);
     System.Windows.Forms.ListViewItem listViewItem31         = new System.Windows.Forms.ListViewItem("Bàn 6", 5);
     System.Windows.Forms.ListViewItem listViewItem32         = new System.Windows.Forms.ListViewItem("Bàn 7", 5);
     System.Windows.Forms.ListViewItem listViewItem33         = new System.Windows.Forms.ListViewItem("Bàn 8", 1);
     System.Windows.Forms.ListViewItem listViewItem34         = new System.Windows.Forms.ListViewItem("Bàn 9", 1);
     System.Windows.Forms.ListViewItem listViewItem35         = new System.Windows.Forms.ListViewItem("Bàn 10", 1);
     System.Windows.Forms.ListViewItem listViewItem36         = new System.Windows.Forms.ListViewItem("Bàn 11", 2);
     System.Windows.Forms.ListViewItem listViewItem37         = new System.Windows.Forms.ListViewItem("Bàn 12", 1);
     System.Windows.Forms.ListViewItem listViewItem38         = new System.Windows.Forms.ListViewItem("Bàn 13", 1);
     System.Windows.Forms.ListViewItem listViewItem39         = new System.Windows.Forms.ListViewItem("Bàn 14", 1);
     System.Windows.Forms.ListViewItem listViewItem40         = new System.Windows.Forms.ListViewItem("Bàn 15", 1);
     System.Windows.Forms.ListViewItem listViewItem41         = new System.Windows.Forms.ListViewItem("Bàn 16", 1);
     System.Windows.Forms.ListViewItem listViewItem42         = new System.Windows.Forms.ListViewItem("Bàn 17", 1);
     System.Windows.Forms.ListViewItem listViewItem43         = new System.Windows.Forms.ListViewItem("Bàn 18", 1);
     System.Windows.Forms.ListViewItem listViewItem44         = new System.Windows.Forms.ListViewItem("Bàn 19", 1);
     System.Windows.Forms.ListViewItem listViewItem45         = new System.Windows.Forms.ListViewItem("Bàn 20", 1);
     System.Windows.Forms.ListViewItem listViewItem46         = new System.Windows.Forms.ListViewItem("Bàn 21", 1);
     System.Windows.Forms.ListViewItem listViewItem47         = new System.Windows.Forms.ListViewItem("Bàn 22", 1);
     System.Windows.Forms.ListViewItem listViewItem48         = new System.Windows.Forms.ListViewItem("Bàn 23", 1);
     System.Windows.Forms.ListViewItem listViewItem49         = new System.Windows.Forms.ListViewItem("Bàn 24", 1);
     System.Windows.Forms.ListViewItem listViewItem50         = new System.Windows.Forms.ListViewItem("Bàn 25", 1);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhucVuKhachHang));
     this.list_table      = new System.Windows.Forms.ListView();
     this.imageList_table = new System.Windows.Forms.ImageList(this.components);
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.listView1       = new System.Windows.Forms.ListView();
     this.label6          = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.textBox4        = new System.Windows.Forms.TextBox();
     this.textBox3        = new System.Windows.Forms.TextBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.button9         = new System.Windows.Forms.Button();
     this.button8         = new System.Windows.Forms.Button();
     this.button7         = new System.Windows.Forms.Button();
     this.button6         = new System.Windows.Forms.Button();
     this.button5         = new System.Windows.Forms.Button();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.textBox5        = new System.Windows.Forms.TextBox();
     this.label8          = new System.Windows.Forms.Label();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.label9          = new System.Windows.Forms.Label();
     this.textBox6        = new System.Windows.Forms.TextBox();
     this.label11         = new System.Windows.Forms.Label();
     this.textBox7        = new System.Windows.Forms.TextBox();
     this.label12         = new System.Windows.Forms.Label();
     this.label10         = new System.Windows.Forms.Label();
     this.listView2       = new System.Windows.Forms.ListView();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // list_table
     //
     this.list_table.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.list_table.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem26,
         listViewItem27,
         listViewItem28,
         listViewItem29,
         listViewItem30,
         listViewItem31,
         listViewItem32,
         listViewItem33,
         listViewItem34,
         listViewItem35,
         listViewItem36,
         listViewItem37,
         listViewItem38,
         listViewItem39,
         listViewItem40,
         listViewItem41,
         listViewItem42,
         listViewItem43,
         listViewItem44,
         listViewItem45,
         listViewItem46,
         listViewItem47,
         listViewItem48,
         listViewItem49,
         listViewItem50
     });
     this.list_table.LargeImageList = this.imageList_table;
     this.list_table.Location       = new System.Drawing.Point(19, 15);
     this.list_table.Margin         = new System.Windows.Forms.Padding(4);
     this.list_table.Name           = "list_table";
     this.list_table.Size           = new System.Drawing.Size(408, 518);
     this.list_table.TabIndex       = 0;
     this.list_table.UseCompatibleStateImageBehavior = false;
     this.list_table.SelectedIndexChanged           += new System.EventHandler(this.list_table_SelectedIndexChanged);
     //
     // imageList_table
     //
     this.imageList_table.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_table.ImageStream")));
     this.imageList_table.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList_table.Images.SetKeyName(0, "banan1.jpg");
     this.imageList_table.Images.SetKeyName(1, "banan1.jpg");
     this.imageList_table.Images.SetKeyName(2, "banan1.jpg");
     this.imageList_table.Images.SetKeyName(3, "banan1.jpg");
     this.imageList_table.Images.SetKeyName(4, "banan1.jpg");
     this.imageList_table.Images.SetKeyName(5, "banan1.jpg");
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(508, 81);
     this.button3.Margin   = new System.Windows.Forms.Padding(4);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(79, 64);
     this.button3.TabIndex = 3;
     this.button3.Text     = "Tính Tiền";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(508, 10);
     this.button4.Margin   = new System.Windows.Forms.Padding(4);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(79, 63);
     this.button4.TabIndex = 4;
     this.button4.Text     = "In Hóa Đơn";
     this.button4.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.button9);
     this.groupBox1.Controls.Add(this.button8);
     this.groupBox1.Controls.Add(this.button7);
     this.groupBox1.Controls.Add(this.button6);
     this.groupBox1.Controls.Add(this.button5);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(436, 171);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size     = new System.Drawing.Size(599, 364);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Danh Sách Thông tin Bàn";
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Location = new System.Drawing.Point(12, 221);
     this.listView1.Margin   = new System.Windows.Forms.Padding(4);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(577, 137);
     this.listView1.TabIndex = 16;
     this.listView1.UseCompatibleStateImageBehavior = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(219, 92);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(76, 23);
     this.label6.TabIndex = 15;
     this.label6.Text     = "( VND )";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker1.Location      = new System.Drawing.Point(139, 135);
     this.dateTimePicker1.Margin        = new System.Windows.Forms.Padding(4);
     this.dateTimePicker1.Name          = "dateTimePicker1";
     this.dateTimePicker1.Size          = new System.Drawing.Size(191, 30);
     this.dateTimePicker1.TabIndex      = 14;
     this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(447, 92);
     this.textBox4.Margin   = new System.Windows.Forms.Padding(4);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(113, 30);
     this.textBox4.TabIndex = 13;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(369, 38);
     this.textBox3.Margin   = new System.Windows.Forms.Padding(4);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(191, 30);
     this.textBox3.TabIndex = 12;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(96, 89);
     this.textBox2.Margin   = new System.Windows.Forms.Padding(4);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(115, 30);
     this.textBox2.TabIndex = 11;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(96, 38);
     this.textBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(132, 30);
     this.textBox1.TabIndex = 10;
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(489, 189);
     this.button9.Margin   = new System.Windows.Forms.Padding(4);
     this.button9.Name     = "button9";
     this.button9.Size     = new System.Drawing.Size(100, 28);
     this.button9.TabIndex = 9;
     this.button9.Text     = "Hủy";
     this.button9.UseVisualStyleBackColor = true;
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(369, 189);
     this.button8.Margin   = new System.Windows.Forms.Padding(4);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(100, 28);
     this.button8.TabIndex = 8;
     this.button8.Text     = "Lưu";
     this.button8.UseVisualStyleBackColor = true;
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(251, 189);
     this.button7.Margin   = new System.Windows.Forms.Padding(4);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(100, 28);
     this.button7.TabIndex = 7;
     this.button7.Text     = "Xóa";
     this.button7.UseVisualStyleBackColor = true;
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(128, 189);
     this.button6.Margin   = new System.Windows.Forms.Padding(4);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(100, 28);
     this.button6.TabIndex = 6;
     this.button6.Text     = "Sửa";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(12, 189);
     this.button5.Margin   = new System.Windows.Forms.Padding(4);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(100, 28);
     this.button5.TabIndex = 5;
     this.button5.Text     = "Thêm";
     this.button5.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(324, 95);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(92, 23);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Số Lượng";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(247, 41);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(114, 23);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Tên Món Ăn";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(17, 141);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(95, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Thời Gian";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 92);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(81, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Đơn Giá";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 41);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(69, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "ID Bàn";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(5, 102);
     this.label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(200, 23);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Tổng Tiền Thanh Toán";
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(209, 95);
     this.textBox5.Margin    = new System.Windows.Forms.Padding(4);
     this.textBox5.Multiline = true;
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new System.Drawing.Size(195, 30);
     this.textBox5.TabIndex  = 7;
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(411, 18);
     this.label8.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(91, 20);
     this.label8.TabIndex = 8;
     this.label8.Text     = "( VND )";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.textBox7);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.textBox6);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.textBox5);
     this.groupBox2.Controls.Add(this.button3);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.button4);
     this.groupBox2.Location = new System.Drawing.Point(448, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(587, 152);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop  = false;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.listView2);
     this.groupBox3.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(1041, 15);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(348, 518);
     this.groupBox3.TabIndex = 10;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Menu";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(3, 18);
     this.label9.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(96, 23);
     this.label9.TabIndex = 9;
     this.label9.Text     = "Tổng Tiền";
     this.label9.Click   += new System.EventHandler(this.label9_Click);
     //
     // textBox6
     //
     this.textBox6.Location  = new System.Drawing.Point(208, 14);
     this.textBox6.Margin    = new System.Windows.Forms.Padding(4);
     this.textBox6.Multiline = true;
     this.textBox6.Name      = "textBox6";
     this.textBox6.Size      = new System.Drawing.Size(195, 30);
     this.textBox6.TabIndex  = 10;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(7, 59);
     this.label11.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(47, 23);
     this.label11.TabIndex = 12;
     this.label11.Text     = "VAT";
     //
     // textBox7
     //
     this.textBox7.Location  = new System.Drawing.Point(209, 57);
     this.textBox7.Margin    = new System.Windows.Forms.Padding(4);
     this.textBox7.Multiline = true;
     this.textBox7.Name      = "textBox7";
     this.textBox7.Size      = new System.Drawing.Size(195, 30);
     this.textBox7.TabIndex  = 13;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(412, 59);
     this.label12.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(76, 23);
     this.label12.TabIndex = 14;
     this.label12.Text     = "( VND )";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(412, 102);
     this.label10.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(76, 23);
     this.label10.TabIndex = 15;
     this.label10.Text     = "( VND )";
     //
     // listView2
     //
     this.listView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView2.Location = new System.Drawing.Point(4, 30);
     this.listView2.Name     = "listView2";
     this.listView2.Size     = new System.Drawing.Size(314, 475);
     this.listView2.TabIndex = 0;
     this.listView2.UseCompatibleStateImageBehavior = false;
     //
     // PhucVuKhachHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1392, 538);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.list_table);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "PhucVuKhachHang";
     this.Text   = "PhucVuKhachHang";
     this.Load  += new System.EventHandler(this.PhucVuKhachHang_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }