Exemplo n.º 1
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.SplitContainer splitContainer;
     this.texturePanel_       = new uni.ui.right_panel.textures.TexturePanel();
     this.textureSelectorBox_ = new uni.ui.right_panel.textures.TextureSelectorBox();
     splitContainer           = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer
     //
     splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer.Location    = new System.Drawing.Point(0, 0);
     splitContainer.Name        = "splitContainer";
     splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(this.textureSelectorBox_);
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(this.texturePanel_);
     splitContainer.Size             = new System.Drawing.Size(218, 366);
     splitContainer.SplitterDistance = 203;
     splitContainer.TabIndex         = 0;
     //
     // texturePanel_
     //
     this.texturePanel_.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.texturePanel_.Location = new System.Drawing.Point(0, 0);
     this.texturePanel_.Name     = "texturePanel_";
     this.texturePanel_.Size     = new System.Drawing.Size(218, 159);
     this.texturePanel_.TabIndex = 0;
     //
     // textureSelectorBox_
     //
     this.textureSelectorBox_.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.textureSelectorBox_.Location        = new System.Drawing.Point(0, 0);
     this.textureSelectorBox_.Name            = "textureSelectorBox_";
     this.textureSelectorBox_.SelectedTexture = null;
     this.textureSelectorBox_.Size            = new System.Drawing.Size(218, 203);
     this.textureSelectorBox_.TabIndex        = 0;
     //
     // TexturesTab
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer);
     this.Name = "TexturesTab";
     this.Size = new System.Drawing.Size(218, 366);
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
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.SplitContainer splitContainer1;
     this._commandList  = new System.Windows.Forms.ListBox();
     this._propertyGrid = new System.Windows.Forms.PropertyGrid();
     splitContainer1    = new System.Windows.Forms.SplitContainer();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location    = new System.Drawing.Point(0, 0);
     splitContainer1.Name        = "splitContainer1";
     splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this._commandList);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this._propertyGrid);
     splitContainer1.Size             = new System.Drawing.Size(288, 460);
     splitContainer1.SplitterDistance = 269;
     splitContainer1.TabIndex         = 1;
     //
     // _commandList
     //
     this._commandList.Dock = System.Windows.Forms.DockStyle.Fill;
     this._commandList.FormattingEnabled = true;
     this._commandList.Location          = new System.Drawing.Point(0, 0);
     this._commandList.Name                  = "_commandList";
     this._commandList.Size                  = new System.Drawing.Size(288, 264);
     this._commandList.TabIndex              = 0;
     this._commandList.SelectedIndexChanged += new System.EventHandler(this.commandList_SelectedIndexChanged);
     //
     // _propertyGrid
     //
     this._propertyGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._propertyGrid.Location = new System.Drawing.Point(0, 0);
     this._propertyGrid.Name     = "_propertyGrid";
     this._propertyGrid.Size     = new System.Drawing.Size(288, 187);
     this._propertyGrid.TabIndex = 2;
     //
     // CommandHistoryComponentPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer1);
     this.Name = "CommandHistoryComponentPanel";
     this.Size = new System.Drawing.Size(288, 460);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.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.splitContainer1 = new System.Windows.Forms.SplitContainer();
       this.listBox1 = new System.Windows.Forms.ListBox();
       this.tv = new System.Windows.Forms.TreeView();
       this.splitContainer1.Panel1.SuspendLayout();
       this.splitContainer1.Panel2.SuspendLayout();
       this.splitContainer1.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.listBox1 );
       //
       // splitContainer1.Panel2
       //
       this.splitContainer1.Panel2.Controls.Add( this.tv );
       this.splitContainer1.Size = new System.Drawing.Size( 459, 556 );
       this.splitContainer1.SplitterDistance = 153;
       this.splitContainer1.TabIndex = 0;
       //
       // listBox1
       //
       this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.listBox1.FormattingEnabled = true;
       this.listBox1.Location = new System.Drawing.Point( 0, 0 );
       this.listBox1.Name = "listBox1";
       this.listBox1.Size = new System.Drawing.Size( 153, 550 );
       this.listBox1.Sorted = true;
       this.listBox1.TabIndex = 0;
       this.listBox1.SelectedIndexChanged += new System.EventHandler( this.listBox1_SelectedIndexChanged );
       //
       // tv
       //
       this.tv.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tv.Location = new System.Drawing.Point( 0, 0 );
       this.tv.Name = "tv";
       this.tv.Size = new System.Drawing.Size( 302, 556 );
       this.tv.TabIndex = 0;
       //
       // CmdInspectElectricalForm2
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size( 459, 556 );
       this.Controls.Add( this.splitContainer1 );
       this.Name = "CmdInspectElectricalForm2";
       this.Text = "Electrical System Inspector";
       this.splitContainer1.Panel1.ResumeLayout( false );
       this.splitContainer1.Panel2.ResumeLayout( false );
       this.splitContainer1.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.SplitContainer splitContainer1;
			this._commandList = new System.Windows.Forms.ListBox();
			this._propertyGrid = new System.Windows.Forms.PropertyGrid();
			splitContainer1 = new System.Windows.Forms.SplitContainer();
			splitContainer1.Panel1.SuspendLayout();
			splitContainer1.Panel2.SuspendLayout();
			splitContainer1.SuspendLayout();
			this.SuspendLayout();
			// 
			// splitContainer1
			// 
			splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer1.Location = new System.Drawing.Point(0, 0);
			splitContainer1.Name = "splitContainer1";
			splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			splitContainer1.Panel1.Controls.Add(this._commandList);
			// 
			// splitContainer1.Panel2
			// 
			splitContainer1.Panel2.Controls.Add(this._propertyGrid);
			splitContainer1.Size = new System.Drawing.Size(288, 460);
			splitContainer1.SplitterDistance = 269;
			splitContainer1.TabIndex = 1;
			// 
			// _commandList
			// 
			this._commandList.Dock = System.Windows.Forms.DockStyle.Fill;
			this._commandList.FormattingEnabled = true;
			this._commandList.Location = new System.Drawing.Point(0, 0);
			this._commandList.Name = "_commandList";
			this._commandList.Size = new System.Drawing.Size(288, 264);
			this._commandList.TabIndex = 0;
			this._commandList.SelectedIndexChanged += new System.EventHandler(this.commandList_SelectedIndexChanged);
			// 
			// _propertyGrid
			// 
			this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this._propertyGrid.Location = new System.Drawing.Point(0, 0);
			this._propertyGrid.Name = "_propertyGrid";
			this._propertyGrid.Size = new System.Drawing.Size(288, 187);
			this._propertyGrid.TabIndex = 2;
			// 
			// CommandHistoryComponentPanel
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(splitContainer1);
			this.Name = "CommandHistoryComponentPanel";
			this.Size = new System.Drawing.Size(288, 460);
			splitContainer1.Panel1.ResumeLayout(false);
			splitContainer1.Panel2.ResumeLayout(false);
			splitContainer1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Exemplo n.º 5
0
 public Animation(System.Windows.Forms.SplitContainer sC)
 {
     splCtn = sC;
     graph = splCtn.CreateGraphics();
     red = new SolidBrush(Color.Red);
     black = new SolidBrush(Color.Black);
     sprite = new Rectangle(255, -50, 5, 50);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.panel = new System.Windows.Forms.Panel();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.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.treeView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel);
     this.splitContainer1.Size = new System.Drawing.Size(635, 342);
     this.splitContainer1.SplitterDistance = 211;
     this.splitContainer1.TabIndex = 0;
     //
     // treeView1
     //
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(211, 342);
     this.treeView1.TabIndex = 0;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // panel
     //
     this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name = "panel";
     this.panel.Size = new System.Drawing.Size(420, 342);
     this.panel.TabIndex = 0;
     //
     // FormOptionPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(635, 342);
     this.Controls.Add(this.splitContainer1);
     this.Name = "FormOptionPage";
     this.Text = "FormOptionPage";
     this.Load += new System.EventHandler(this.FormOptionPage_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 7
0
 private System.Drawing.Point GetScreenLocation(System.Windows.Forms.Control c)
 {
     if (c is System.Windows.Forms.Form)
     {
         System.Drawing.Point point1 = c.Location;
         point1.Y += 25;
         return(point1);
     }
     if (c is System.Windows.Forms.SplitterPanel)
     {
         System.Drawing.Point point2 = GetScreenLocation(c.Parent);
         System.Windows.Forms.SplitContainer splitContainer = (System.Windows.Forms.SplitContainer)c.Parent;
         if (splitContainer.Orientation == System.Windows.Forms.Orientation.Vertical)
         {
             if ((splitContainer.Panel2 == c) && !splitContainer.Panel1Collapsed)
             {
                 point2.X += splitContainer.SplitterDistance;
                 point2.X += splitContainer.SplitterWidth;
                 System.Windows.Forms.Padding padding1 = ((System.Windows.Forms.SplitterPanel)c).Padding;
                 point2.X += padding1.Left;
             }
         }
         else if ((splitContainer.Panel2 == c) && !splitContainer.Panel1Collapsed)
         {
             point2.Y += splitContainer.SplitterDistance;
             point2.Y += splitContainer.SplitterWidth;
             System.Windows.Forms.Padding padding2 = ((System.Windows.Forms.SplitterPanel)c).Padding;
             point2.Y += padding2.Top;
         }
         return(point2);
     }
     if (c is Oranikle.Studio.Controls.StyledPanel)
     {
         System.Drawing.Point point3 = GetScreenLocation(c.Parent);
         System.Drawing.Point point5 = c.Location;
         point3.X += point5.X;
         System.Drawing.Point point6 = c.Location;
         point3.Y += point6.Y;
         if (((Oranikle.Studio.Controls.StyledPanel)c).BorderStyle == System.Windows.Forms.BorderStyle.FixedSingle)
         {
             point3.X += ((Oranikle.Studio.Controls.StyledPanel)c).BorderWidth;
             point3.Y += ((Oranikle.Studio.Controls.StyledPanel)c).BorderWidth;
         }
         return(point3);
     }
     System.Drawing.Point point4 = GetScreenLocation(c.Parent);
     System.Drawing.Point point7 = c.Location;
     point4.X += point7.X;
     System.Drawing.Point point8 = c.Location;
     point4.Y += point8.Y;
     return(point4);
 }
Exemplo n.º 8
0
        public SplittedView(ItemTemplate p, View v)
        {
            var editor = EditorBuilder.Build(p.Extension, null, null, null);
            editor.Text = new StreamReader(new MemoryStream(Data)).ReadToEnd();

            v.Data = Data;
            var first = v.GetView();
            first.Dock = System.Windows.Forms.DockStyle.Fill;

            var c = new System.Windows.Forms.SplitContainer();
            c.Panel1.Controls.Add(first);
            c.Panel2.Controls.Add(editor);
        }
Exemplo n.º 9
0
        public SplittedView(ItemTemplate p, View v)
        {
            var editor = EditorBuilder.Build(p.Extension, null, null, null);

            editor.Text = new StreamReader(new MemoryStream(Data)).ReadToEnd();

            v.Data = Data;
            var first = v.GetView();

            first.Dock = System.Windows.Forms.DockStyle.Fill;

            var c = new System.Windows.Forms.SplitContainer();

            c.Panel1.Controls.Add(first);
            c.Panel2.Controls.Add(editor);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.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.groupBox1);
     this.splitContainer1.Size = new System.Drawing.Size(805, 567);
     this.splitContainer1.SplitterDistance = 268;
     this.splitContainer1.TabIndex = 0;
     //
     // groupBox1
     //
     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(268, 567);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = global::com.echo.XT2005.Properties.Settings.Default.STR_RPTRULE;
     //
     // setCheckRuleForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(805, 567);
     this.Controls.Add(this.splitContainer1);
     this.Name = "setCheckRuleForm";
     this.Text = global::com.echo.XT2005.Properties.Settings.Default.STR_SETCHECKRULETITLE;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
        protected override void AssertControlDockedInForm(IControlHabanero control, IControlHabanero form)
        {
            Assert.AreEqual(1, form.Controls.Count, "No container control found in form");
            IControlHabanero splitCntrl = form.Controls[0];

            Assert.IsInstanceOf(typeof(ISplitContainer), splitCntrl);
            System.Windows.Forms.SplitContainer splitContainerVWG = (System.Windows.Forms.SplitContainer)splitCntrl;

            System.Windows.Forms.SplitterPanel panel2 = splitContainerVWG.Panel2;
            Assert.AreEqual(1, panel2.Controls.Count);
            IControlHabanero editorControl = (IControlHabanero)panel2.Controls[0];

            Assert.IsInstanceOf(typeof(IMainEditorPanel), editorControl);
            IMainEditorPanel mainEditorPanel = (IMainEditorPanel)editorControl;
            IControlHabanero contentControl  = mainEditorPanel.EditorPanel;

            Assert.AreEqual(1, contentControl.Controls.Count);
            Assert.AreSame(control, contentControl.Controls[0]);
            Assert.AreEqual(Habanero.Faces.Base.DockStyle.Fill, control.Dock);
        }
Exemplo n.º 12
0
 private System.Drawing.Point GetParentFormLocation(System.Windows.Forms.Control c)
 {
     if (c is System.Windows.Forms.Form)
     {
         return(c.Location);
     }
     if (c is System.Windows.Forms.SplitterPanel)
     {
         return(GetParentFormLocation(c.Parent));
     }
     if (c is System.Windows.Forms.SplitContainer)
     {
         System.Drawing.Point point1 = GetParentFormLocation(c.Parent);
         System.Drawing.Point point3 = c.Location;
         point1.X += point3.X;
         System.Drawing.Point point4 = c.Location;
         point1.Y += point4.Y;
         System.Windows.Forms.SplitContainer splitContainer = (System.Windows.Forms.SplitContainer)c;
         if (splitContainer.Orientation == System.Windows.Forms.Orientation.Horizontal)
         {
             if (splitContainer.Panel2 == c)
             {
                 point1.Y += splitContainer.SplitterDistance;
                 point1.Y += splitContainer.SplitterWidth;
             }
         }
         else if (splitContainer.Panel2 == c)
         {
             point1.X += splitContainer.SplitterDistance;
             point1.X += splitContainer.SplitterWidth;
         }
         return(point1);
     }
     System.Drawing.Point point2 = GetParentFormLocation(c.Parent);
     System.Drawing.Point point5 = c.Location;
     point2.X += point5.X;
     System.Drawing.Point point6 = c.Location;
     point2.Y += point6.Y;
     return(point2);
 }
 private void InitializeComponentCustom()
 {
     this.containerHeader1 = new UserInterface.DataEditors.ContainerHeader();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // containerHeader1
     //
     this.containerHeader1.Active    = true;
     this.containerHeader1.BackColor = System.Drawing.Color.DarkGreen;
     this.containerHeader1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.containerHeader1.Location  = new System.Drawing.Point(0, 0);
     this.containerHeader1.Name      = "containerHeader1";
     this.containerHeader1.Size      = new System.Drawing.Size(751, 20);
     this.containerHeader1.TabIndex  = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location         = new System.Drawing.Point(0, 15);
     this.splitContainer1.Name             = "splitContainer1";
     this.splitContainer1.Size             = new System.Drawing.Size(751, 479);
     this.splitContainer1.SplitterDistance = 562;
     this.splitContainer1.TabIndex         = 1;
     //
     // DataEditorView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.containerHeader1);
     this.Name  = "DataEditorView";
     this.Size  = new System.Drawing.Size(751, 494);
     this.Load += new System.EventHandler(this.DataEditorView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 14
0
        public void Test_DockMenuInForm_ShouldSetUpSplitterPanels()
        {
            //---------------Set up test pack-------------------
            HabaneroMenu habaneroMenu = CreateHabaneroMenuFullySetup();
            HabaneroMenu submenu      = habaneroMenu.AddSubMenu(TestUtil.GetRandomString());

            submenu.AddMenuItem(TestUtil.GetRandomString());
            IMenuBuilder      menuBuilder = CreateMenuBuilder();
            IControlHabanero  form        = habaneroMenu.Form;
            IMainMenuHabanero menu        = menuBuilder.BuildMainMenu(habaneroMenu);

            form.MinimumSize = new Size(460, 900);
            //-------------Assert Preconditions -------------
            Assert.IsFalse(IsMenuDocked(menu, form));
            //---------------Execute Test ----------------------
            menu.DockInForm(form);
            //---------------Test Result -----------------------
            IControlHabanero control = form.Controls[0];

            Assert.IsInstanceOf(typeof(ISplitContainer), control);
            System.Windows.Forms.SplitContainer splitContainer = (System.Windows.Forms.SplitContainer)control;
            System.Windows.Forms.SplitterPanel  panel1         = splitContainer.Panel1;
            Assert.AreEqual(250, panel1.Width);
            Assert.AreEqual(1, panel1.Controls.Count);
            IControlHabanero menuControl = (IControlHabanero)panel1.Controls[0];

            Assert.IsInstanceOf(typeof(ICollapsiblePanelGroupControl), menuControl);
            panel1.Size = new Size(121, 333);
            Assert.AreEqual(panel1.Width, menuControl.Width);

            System.Windows.Forms.SplitterPanel panel2 = splitContainer.Panel2;
            Assert.AreEqual(1, panel2.Controls.Count);
            IControlHabanero editorControl = (IControlHabanero)panel2.Controls[0];

            Assert.IsInstanceOf(typeof(IMainEditorPanel), editorControl);
            panel2.Size = new Size(321, 514);
            Assert.AreEqual(panel2.Width, editorControl.Width);
            Assert.AreEqual(panel2.Height, editorControl.Height);
        }
Exemplo n.º 15
0
        public WinFormsSplitter(Widget shellobject, bool vertical)
            : base(shellobject)
        {
            split     = new System.Windows.Forms.SplitContainer();
            split.Tag = shellobject; //map-back from native control to guppy object

            //vertical in windows forms means the opposite of in gtk. We use vertical/horizontal for layout direction
            //of the children, and not the splitterbar direction (as in gtk)
            split.Orientation = vertical ? System.Windows.Forms.Orientation.Horizontal : System.Windows.Forms.Orientation.Vertical;
            split.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            child1 = new SplitterPanel(shellobject as CompositeWidget, split.Panel1);
            child2 = new SplitterPanel(shellobject as CompositeWidget, split.Panel2);

            split.SplitterMoved += delegate { if (!block_changed_events)
                                              {
                                                  ((Splitter)ShellObject).OnChanged();
                                              }
            };

            this.vertical = vertical;
        }
Exemplo n.º 16
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.GroupBox                  printingGroupBox;
     System.Windows.Forms.GroupBox                  deviceGroupBox;
     System.Windows.Forms.GroupBox                  imageGroupBox;
     System.Windows.Forms.GroupBox                  itemsGroupBox;
     System.Windows.Forms.SplitContainer            splitContainer;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.label2 = new System.Windows.Forms.Label();
     this.showPhotoPrintingWizardButton = new System.Windows.Forms.Button();
     this.filesListBox = new System.Windows.Forms.ListBox();
     this.deviceItemPropertiesLinkLabel = new System.Windows.Forms.LinkLabel();
     this.showDevicePropertiesLinkLabel = new System.Windows.Forms.LinkLabel();
     this.deviceComboBox              = new System.Windows.Forms.ComboBox();
     this.showSelectDeviceButton      = new System.Windows.Forms.Button();
     this.showTransferSelectedButton  = new System.Windows.Forms.Button();
     this.previewImageBox             = new Cyotek.Windows.Forms.ImageBox();
     this.showAcquisitionWizardButton = new System.Windows.Forms.Button();
     this.showAquireImageButton       = new System.Windows.Forms.Button();
     this.showTransferButton          = new System.Windows.Forms.Button();
     this.itemPropertiesLinkLabel     = new System.Windows.Forms.LinkLabel();
     this.showItemPropertiesButton    = new System.Windows.Forms.Button();
     this.showSelectItemsButton       = new System.Windows.Forms.Button();
     this.menuStrip                         = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.deviceTypeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.allDevicesToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.scannersToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.camerasToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.videoToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                = new System.Windows.Forms.ToolStripSeparator();
     this.refreshDevicesToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip                       = new System.Windows.Forms.StatusStrip();
     this.statusToolStripStatusLabel        = new System.Windows.Forms.ToolStripStatusLabel();
     this.cyotekWebLinkToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     printingGroupBox                       = new System.Windows.Forms.GroupBox();
     deviceGroupBox                         = new System.Windows.Forms.GroupBox();
     imageGroupBox  = new System.Windows.Forms.GroupBox();
     itemsGroupBox  = new System.Windows.Forms.GroupBox();
     splitContainer = new System.Windows.Forms.SplitContainer();
     printingGroupBox.SuspendLayout();
     deviceGroupBox.SuspendLayout();
     imageGroupBox.SuspendLayout();
     itemsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     this.menuStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // printingGroupBox
     //
     printingGroupBox.Controls.Add(this.label2);
     printingGroupBox.Controls.Add(this.showPhotoPrintingWizardButton);
     printingGroupBox.Controls.Add(this.filesListBox);
     printingGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     printingGroupBox.Location = new System.Drawing.Point(9, 193);
     printingGroupBox.Name     = "printingGroupBox";
     printingGroupBox.Size     = new System.Drawing.Size(366, 202);
     printingGroupBox.TabIndex = 2;
     printingGroupBox.TabStop  = false;
     printingGroupBox.Text     = "Printing";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(151, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Select one or more i&mage files:";
     //
     // showPhotoPrintingWizardButton
     //
     this.showPhotoPrintingWizardButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.showPhotoPrintingWizardButton.Location = new System.Drawing.Point(6, 173);
     this.showPhotoPrintingWizardButton.Name     = "showPhotoPrintingWizardButton";
     this.showPhotoPrintingWizardButton.Size     = new System.Drawing.Size(219, 23);
     this.showPhotoPrintingWizardButton.TabIndex = 2;
     this.showPhotoPrintingWizardButton.Text     = "&Photo Printing Wizard...";
     this.showPhotoPrintingWizardButton.UseVisualStyleBackColor = true;
     this.showPhotoPrintingWizardButton.Click += new System.EventHandler(this.ShowPhotoPrintingWizardButton_Click);
     //
     // filesListBox
     //
     this.filesListBox.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.filesListBox.FormattingEnabled   = true;
     this.filesListBox.HorizontalScrollbar = true;
     this.filesListBox.IntegralHeight      = false;
     this.filesListBox.Location            = new System.Drawing.Point(6, 32);
     this.filesListBox.Name          = "filesListBox";
     this.filesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.filesListBox.Size          = new System.Drawing.Size(354, 135);
     this.filesListBox.TabIndex      = 1;
     //
     // deviceGroupBox
     //
     deviceGroupBox.Controls.Add(this.deviceItemPropertiesLinkLabel);
     deviceGroupBox.Controls.Add(this.showDevicePropertiesLinkLabel);
     deviceGroupBox.Controls.Add(this.deviceComboBox);
     deviceGroupBox.Controls.Add(this.showSelectDeviceButton);
     deviceGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     deviceGroupBox.Location = new System.Drawing.Point(9, 9);
     deviceGroupBox.Name     = "deviceGroupBox";
     deviceGroupBox.Size     = new System.Drawing.Size(366, 92);
     deviceGroupBox.TabIndex = 0;
     deviceGroupBox.TabStop  = false;
     deviceGroupBox.Text     = "&Device:";
     //
     // deviceItemPropertiesLinkLabel
     //
     this.deviceItemPropertiesLinkLabel.AutoSize     = true;
     this.deviceItemPropertiesLinkLabel.Location     = new System.Drawing.Point(3, 67);
     this.deviceItemPropertiesLinkLabel.Margin       = new System.Windows.Forms.Padding(3, 6, 3, 0);
     this.deviceItemPropertiesLinkLabel.Name         = "deviceItemPropertiesLinkLabel";
     this.deviceItemPropertiesLinkLabel.Size         = new System.Drawing.Size(136, 13);
     this.deviceItemPropertiesLinkLabel.TabIndex     = 3;
     this.deviceItemPropertiesLinkLabel.TabStop      = true;
     this.deviceItemPropertiesLinkLabel.Text         = "View device item properties";
     this.deviceItemPropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DeviceItemPropertiesLinkLabel_LinkClicked);
     //
     // showDevicePropertiesLinkLabel
     //
     this.showDevicePropertiesLinkLabel.AutoSize     = true;
     this.showDevicePropertiesLinkLabel.Location     = new System.Drawing.Point(3, 48);
     this.showDevicePropertiesLinkLabel.Name         = "showDevicePropertiesLinkLabel";
     this.showDevicePropertiesLinkLabel.Size         = new System.Drawing.Size(146, 13);
     this.showDevicePropertiesLinkLabel.TabIndex     = 2;
     this.showDevicePropertiesLinkLabel.TabStop      = true;
     this.showDevicePropertiesLinkLabel.Text         = "View native device properties";
     this.showDevicePropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ShowDevicePropertiesLinkLabel_LinkClicked);
     //
     // deviceComboBox
     //
     this.deviceComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.deviceComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.deviceComboBox.FormattingEnabled = true;
     this.deviceComboBox.Location          = new System.Drawing.Point(6, 21);
     this.deviceComboBox.Name                  = "deviceComboBox";
     this.deviceComboBox.Size                  = new System.Drawing.Size(273, 21);
     this.deviceComboBox.TabIndex              = 0;
     this.deviceComboBox.SelectedIndexChanged += new System.EventHandler(this.DeviceComboBox_SelectedIndexChanged);
     //
     // showSelectDeviceButton
     //
     this.showSelectDeviceButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.showSelectDeviceButton.Location = new System.Drawing.Point(285, 19);
     this.showSelectDeviceButton.Name     = "showSelectDeviceButton";
     this.showSelectDeviceButton.Size     = new System.Drawing.Size(75, 23);
     this.showSelectDeviceButton.TabIndex = 1;
     this.showSelectDeviceButton.Text     = "&Browse...";
     this.showSelectDeviceButton.UseVisualStyleBackColor = true;
     this.showSelectDeviceButton.Click += new System.EventHandler(this.ShowSelectDeviceButton_Click);
     //
     // imageGroupBox
     //
     imageGroupBox.Controls.Add(this.showTransferSelectedButton);
     imageGroupBox.Controls.Add(this.previewImageBox);
     imageGroupBox.Controls.Add(this.showAcquisitionWizardButton);
     imageGroupBox.Controls.Add(this.showAquireImageButton);
     imageGroupBox.Controls.Add(this.showTransferButton);
     imageGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     imageGroupBox.Location = new System.Drawing.Point(9, 9);
     imageGroupBox.Name     = "imageGroupBox";
     imageGroupBox.Size     = new System.Drawing.Size(394, 386);
     imageGroupBox.TabIndex = 0;
     imageGroupBox.TabStop  = false;
     imageGroupBox.Text     = "Image Aquisition";
     //
     // showTransferSelectedButton
     //
     this.showTransferSelectedButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.showTransferSelectedButton.Location = new System.Drawing.Point(209, 77);
     this.showTransferSelectedButton.Name     = "showTransferSelectedButton";
     this.showTransferSelectedButton.Size     = new System.Drawing.Size(179, 23);
     this.showTransferSelectedButton.TabIndex = 4;
     this.showTransferSelectedButton.Text     = "Transfer (Selected Item)";
     this.showTransferSelectedButton.UseVisualStyleBackColor = true;
     this.showTransferSelectedButton.Click += new System.EventHandler(this.ShowTransferSelectedButton_Click);
     //
     // previewImageBox
     //
     this.previewImageBox.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.previewImageBox.Location = new System.Drawing.Point(9, 106);
     this.previewImageBox.Name     = "previewImageBox";
     this.previewImageBox.Size     = new System.Drawing.Size(376, 274);
     this.previewImageBox.TabIndex = 3;
     //
     // showAcquisitionWizardButton
     //
     this.showAcquisitionWizardButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.showAcquisitionWizardButton.Location = new System.Drawing.Point(6, 19);
     this.showAcquisitionWizardButton.Name     = "showAcquisitionWizardButton";
     this.showAcquisitionWizardButton.Size     = new System.Drawing.Size(382, 23);
     this.showAcquisitionWizardButton.TabIndex = 0;
     this.showAcquisitionWizardButton.Text     = "Acquisition &Wizard...";
     this.showAcquisitionWizardButton.UseVisualStyleBackColor = true;
     this.showAcquisitionWizardButton.Click += new System.EventHandler(this.ShowAcquisitionWizardButton_Click);
     //
     // showAquireImageButton
     //
     this.showAquireImageButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.showAquireImageButton.Location = new System.Drawing.Point(6, 48);
     this.showAquireImageButton.Name     = "showAquireImageButton";
     this.showAquireImageButton.Size     = new System.Drawing.Size(382, 23);
     this.showAquireImageButton.TabIndex = 1;
     this.showAquireImageButton.Text     = "Acquire &Image...";
     this.showAquireImageButton.UseVisualStyleBackColor = true;
     this.showAquireImageButton.Click += new System.EventHandler(this.ShowAquireImageButton_Click);
     //
     // showTransferButton
     //
     this.showTransferButton.Location = new System.Drawing.Point(6, 77);
     this.showTransferButton.Name     = "showTransferButton";
     this.showTransferButton.Size     = new System.Drawing.Size(179, 23);
     this.showTransferButton.TabIndex = 2;
     this.showTransferButton.Text     = "&Transfer (Default)";
     this.showTransferButton.UseVisualStyleBackColor = true;
     this.showTransferButton.Click += new System.EventHandler(this.ShowTransferButton_Click);
     //
     // itemsGroupBox
     //
     itemsGroupBox.Controls.Add(this.itemPropertiesLinkLabel);
     itemsGroupBox.Controls.Add(this.showItemPropertiesButton);
     itemsGroupBox.Controls.Add(this.showSelectItemsButton);
     itemsGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     itemsGroupBox.Location = new System.Drawing.Point(9, 101);
     itemsGroupBox.Name     = "itemsGroupBox";
     itemsGroupBox.Size     = new System.Drawing.Size(366, 92);
     itemsGroupBox.TabIndex = 1;
     itemsGroupBox.TabStop  = false;
     itemsGroupBox.Text     = "Items";
     //
     // itemPropertiesLinkLabel
     //
     this.itemPropertiesLinkLabel.AutoSize     = true;
     this.itemPropertiesLinkLabel.Location     = new System.Drawing.Point(12, 51);
     this.itemPropertiesLinkLabel.Margin       = new System.Windows.Forms.Padding(3, 6, 3, 0);
     this.itemPropertiesLinkLabel.Name         = "itemPropertiesLinkLabel";
     this.itemPropertiesLinkLabel.Size         = new System.Drawing.Size(101, 13);
     this.itemPropertiesLinkLabel.TabIndex     = 4;
     this.itemPropertiesLinkLabel.TabStop      = true;
     this.itemPropertiesLinkLabel.Text         = "View item properties";
     this.itemPropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ItemPropertiesLinkLabel_LinkClicked);
     //
     // showItemPropertiesButton
     //
     this.showItemPropertiesButton.Location = new System.Drawing.Point(93, 19);
     this.showItemPropertiesButton.Name     = "showItemPropertiesButton";
     this.showItemPropertiesButton.Size     = new System.Drawing.Size(75, 23);
     this.showItemPropertiesButton.TabIndex = 1;
     this.showItemPropertiesButton.Text     = "Propert&ies...";
     this.showItemPropertiesButton.UseVisualStyleBackColor = true;
     this.showItemPropertiesButton.Click += new System.EventHandler(this.ShowItemPropertiesButton_Click);
     //
     // showSelectItemsButton
     //
     this.showSelectItemsButton.Location = new System.Drawing.Point(12, 19);
     this.showSelectItemsButton.Name     = "showSelectItemsButton";
     this.showSelectItemsButton.Size     = new System.Drawing.Size(75, 23);
     this.showSelectItemsButton.TabIndex = 0;
     this.showSelectItemsButton.Text     = "&Select Items...";
     this.showSelectItemsButton.UseVisualStyleBackColor = true;
     this.showSelectItemsButton.Click += new System.EventHandler(this.ShowSelectItemsButton_Click);
     //
     // splitContainer
     //
     splitContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer.Location = new System.Drawing.Point(0, 24);
     splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(printingGroupBox);
     splitContainer.Panel1.Controls.Add(itemsGroupBox);
     splitContainer.Panel1.Controls.Add(deviceGroupBox);
     splitContainer.Panel1.Padding = new System.Windows.Forms.Padding(9);
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(imageGroupBox);
     splitContainer.Panel2.Padding   = new System.Windows.Forms.Padding(9);
     splitContainer.Size             = new System.Drawing.Size(800, 404);
     splitContainer.SplitterDistance = 384;
     splitContainer.TabIndex         = 1;
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.viewToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(800, 24);
     this.menuStrip.TabIndex = 0;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(93, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deviceTypeToolStripMenuItem,
         this.toolStripMenuItem1,
         this.refreshDevicesToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "&View";
     //
     // deviceTypeToolStripMenuItem
     //
     this.deviceTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.allDevicesToolStripMenuItem,
         this.scannersToolStripMenuItem,
         this.camerasToolStripMenuItem,
         this.videoToolStripMenuItem
     });
     this.deviceTypeToolStripMenuItem.Name = "deviceTypeToolStripMenuItem";
     this.deviceTypeToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
     this.deviceTypeToolStripMenuItem.Text = "&Device Type";
     //
     // allDevicesToolStripMenuItem
     //
     this.allDevicesToolStripMenuItem.Name   = "allDevicesToolStripMenuItem";
     this.allDevicesToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.allDevicesToolStripMenuItem.Text   = "&All";
     this.allDevicesToolStripMenuItem.Click += new System.EventHandler(this.AllDevicesToolStripMenuItem_Click);
     //
     // scannersToolStripMenuItem
     //
     this.scannersToolStripMenuItem.Name   = "scannersToolStripMenuItem";
     this.scannersToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.scannersToolStripMenuItem.Text   = "&Scanners";
     this.scannersToolStripMenuItem.Click += new System.EventHandler(this.ScannersToolStripMenuItem_Click);
     //
     // camerasToolStripMenuItem
     //
     this.camerasToolStripMenuItem.Name   = "camerasToolStripMenuItem";
     this.camerasToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.camerasToolStripMenuItem.Text   = "&Cameras";
     this.camerasToolStripMenuItem.Click += new System.EventHandler(this.CamerasToolStripMenuItem_Click);
     //
     // videoToolStripMenuItem
     //
     this.videoToolStripMenuItem.Name   = "videoToolStripMenuItem";
     this.videoToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.videoToolStripMenuItem.Text   = "&Video";
     this.videoToolStripMenuItem.Click += new System.EventHandler(this.VideoToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(153, 6);
     //
     // refreshDevicesToolStripMenuItem
     //
     this.refreshDevicesToolStripMenuItem.Name   = "refreshDevicesToolStripMenuItem";
     this.refreshDevicesToolStripMenuItem.Size   = new System.Drawing.Size(156, 22);
     this.refreshDevicesToolStripMenuItem.Text   = "&Refresh Devices";
     this.refreshDevicesToolStripMenuItem.Click += new System.EventHandler(this.RefreshDevicesToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text   = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusToolStripStatusLabel,
         this.cyotekWebLinkToolStripStatusLabel
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 428);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(800, 22);
     this.statusStrip.TabIndex = 2;
     //
     // statusToolStripStatusLabel
     //
     this.statusToolStripStatusLabel.Name      = "statusToolStripStatusLabel";
     this.statusToolStripStatusLabel.Size      = new System.Drawing.Size(686, 17);
     this.statusToolStripStatusLabel.Spring    = true;
     this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cyotekWebLinkToolStripStatusLabel
     //
     this.cyotekWebLinkToolStripStatusLabel.IsLink = true;
     this.cyotekWebLinkToolStripStatusLabel.Name   = "cyotekWebLinkToolStripStatusLabel";
     this.cyotekWebLinkToolStripStatusLabel.Size   = new System.Drawing.Size(99, 17);
     this.cyotekWebLinkToolStripStatusLabel.Text   = "www.cyotek.com";
     this.cyotekWebLinkToolStripStatusLabel.Click += new System.EventHandler(this.CyotekWebLinkToolStripStatusLabel_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(splitContainer);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.menuStrip;
     this.MaximizeBox     = true;
     this.MinimizeBox     = true;
     this.Name            = "MainForm";
     this.ShowIcon        = true;
     this.ShowInTaskbar   = true;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "cyotek.com WIA Demonstration";
     printingGroupBox.ResumeLayout(false);
     printingGroupBox.PerformLayout();
     deviceGroupBox.ResumeLayout(false);
     deviceGroupBox.PerformLayout();
     imageGroupBox.ResumeLayout(false);
     itemsGroupBox.ResumeLayout(false);
     itemsGroupBox.PerformLayout();
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.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.textDocDateDesc = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.checkDiscontinued = new System.Windows.Forms.CheckBox();
     this.pictBox = new System.Windows.Forms.PictureBox();
     this.gridMeds = new OpenDental.UI.ODGrid();
     this.butPickRxListImage = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.butClose = new OpenDental.UI.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.butAddEvent = new OpenDental.UI.Button();
     this.gridReconcileEvents = new OpenDental.UI.ODGrid();
     this.label2 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictBox)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // textDocDateDesc
     //
     this.textDocDateDesc.Enabled = false;
     this.textDocDateDesc.Location = new System.Drawing.Point(101,5);
     this.textDocDateDesc.Name = "textDocDateDesc";
     this.textDocDateDesc.Size = new System.Drawing.Size(272,20);
     this.textDocDateDesc.TabIndex = 71;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(1,9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94,16);
     this.label1.TabIndex = 73;
     this.label1.Text = "Rx List";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkDiscontinued
     //
     this.checkDiscontinued.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.checkDiscontinued.Location = new System.Drawing.Point(609,5);
     this.checkDiscontinued.Name = "checkDiscontinued";
     this.checkDiscontinued.Size = new System.Drawing.Size(212,23);
     this.checkDiscontinued.TabIndex = 70;
     this.checkDiscontinued.Tag = "";
     this.checkDiscontinued.Text = "Show Discontinued Medications";
     this.checkDiscontinued.UseVisualStyleBackColor = true;
     this.checkDiscontinued.KeyUp += new System.Windows.Forms.KeyEventHandler(this.checkDiscontinued_KeyUp);
     this.checkDiscontinued.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkDiscontinued_MouseUp);
     //
     // pictBox
     //
     this.pictBox.BackColor = System.Drawing.SystemColors.Window;
     this.pictBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictBox.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pictBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictBox.InitialImage = null;
     this.pictBox.Location = new System.Drawing.Point(0,0);
     this.pictBox.Name = "pictBox";
     this.pictBox.Size = new System.Drawing.Size(460,600);
     this.pictBox.TabIndex = 66;
     this.pictBox.TabStop = false;
     //
     // gridMeds
     //
     this.gridMeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMeds.HScrollVisible = false;
     this.gridMeds.Location = new System.Drawing.Point(0,0);
     this.gridMeds.Name = "gridMeds";
     this.gridMeds.ScrollValue = 0;
     this.gridMeds.Size = new System.Drawing.Size(445,395);
     this.gridMeds.TabIndex = 65;
     this.gridMeds.Title = "Medications";
     this.gridMeds.TranslationName = "TableMedications";
     this.gridMeds.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMeds_CellDoubleClick);
     //
     // butPickRxListImage
     //
     this.butPickRxListImage.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickRxListImage.Autosize = true;
     this.butPickRxListImage.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickRxListImage.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickRxListImage.CornerRadius = 4F;
     this.butPickRxListImage.Location = new System.Drawing.Point(379,3);
     this.butPickRxListImage.Name = "butPickRxListImage";
     this.butPickRxListImage.Size = new System.Drawing.Size(22,24);
     this.butPickRxListImage.TabIndex = 76;
     this.butPickRxListImage.Text = "...";
     this.butPickRxListImage.Click += new System.EventHandler(this.butPickRxListImage_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,1);
     this.butAdd.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(468,4);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(123,23);
     this.butAdd.TabIndex = 75;
     this.butAdd.Text = "&Add Medication";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(838,640);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "&Close";
     this.butClose.Click += new System.EventHandler(this.butCancel_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Location = new System.Drawing.Point(4,34);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.pictBox);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.butDelete);
     this.splitContainer1.Panel2.Controls.Add(this.butAddEvent);
     this.splitContainer1.Panel2.Controls.Add(this.gridReconcileEvents);
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Panel2.Controls.Add(this.gridMeds);
     this.splitContainer1.Size = new System.Drawing.Size(909,600);
     this.splitContainer1.SplitterDistance = 460;
     this.splitContainer1.TabIndex = 77;
     //
     // butAddEvent
     //
     this.butAddEvent.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAddEvent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butAddEvent.Autosize = true;
     this.butAddEvent.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddEvent.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddEvent.CornerRadius = 4F;
     this.butAddEvent.Location = new System.Drawing.Point(0,398);
     this.butAddEvent.Name = "butAddEvent";
     this.butAddEvent.Size = new System.Drawing.Size(63,24);
     this.butAddEvent.TabIndex = 78;
     this.butAddEvent.Text = "Add";
     this.butAddEvent.Click += new System.EventHandler(this.butAddEvent_Click);
     //
     // gridReconcileEvents
     //
     this.gridReconcileEvents.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridReconcileEvents.HScrollVisible = false;
     this.gridReconcileEvents.Location = new System.Drawing.Point(0,425);
     this.gridReconcileEvents.Name = "gridReconcileEvents";
     this.gridReconcileEvents.ScrollValue = 0;
     this.gridReconcileEvents.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridReconcileEvents.Size = new System.Drawing.Size(445,175);
     this.gridReconcileEvents.TabIndex = 67;
     this.gridReconcileEvents.Title = "Reconciles";
     this.gridReconcileEvents.TranslationName = "gridReconcile";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(133,396);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(311,27);
     this.label2.TabIndex = 66;
     this.label2.Text = "This is a historical record of medication reconciles for this patient.  Delete an" +
     "y entries that are inaccurate.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Location = new System.Drawing.Point(65,398);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(63,24);
     this.butDelete.TabIndex = 78;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // FormMedicationReconcile
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(918,676);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.butPickRxListImage);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.textDocDateDesc);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkDiscontinued);
     this.Controls.Add(this.butClose);
     this.Name = "FormMedicationReconcile";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Medication Reconcile";
     this.Load += new System.EventHandler(this.BasicTemplate_Load);
     this.Resize += new System.EventHandler(this.FormMedicationReconcile_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.pictBox)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 18
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.SplitContainer splitContainer1;
     System.Windows.Forms.GroupBox       groupBox1;
     System.Windows.Forms.GroupBox       groupBox2;
     this.bt_link_unlink        = new System.Windows.Forms.Button();
     this.groupBox6             = new System.Windows.Forms.GroupBox();
     this.rb4_slave_3           = new System.Windows.Forms.RadioButton();
     this.rb4_slave_2           = new System.Windows.Forms.RadioButton();
     this.rb4_slave_1           = new System.Windows.Forms.RadioButton();
     this.groupBox5             = new System.Windows.Forms.GroupBox();
     this.rb3_slave_3           = new System.Windows.Forms.RadioButton();
     this.rb3_slave_2           = new System.Windows.Forms.RadioButton();
     this.rb3_slave_1           = new System.Windows.Forms.RadioButton();
     this.groupBox4             = new System.Windows.Forms.GroupBox();
     this.rb2_master_3          = new System.Windows.Forms.RadioButton();
     this.rb2_master_2          = new System.Windows.Forms.RadioButton();
     this.rb2_master_1          = new System.Windows.Forms.RadioButton();
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.rb1_master_3          = new System.Windows.Forms.RadioButton();
     this.rb1_master_2          = new System.Windows.Forms.RadioButton();
     this.rb1_master_1          = new System.Windows.Forms.RadioButton();
     this.tb_num_of_chked_boxes = new System.Windows.Forms.TextBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.checkBox5                  = new System.Windows.Forms.CheckBox();
     this.checkBox4                  = new System.Windows.Forms.CheckBox();
     this.checkBox3                  = new System.Windows.Forms.CheckBox();
     this.checkBox2                  = new System.Windows.Forms.CheckBox();
     this.checkBox1                  = new System.Windows.Forms.CheckBox();
     this.rb_txt_normal              = new System.Windows.Forms.RadioButton();
     this.rb_txt_italic              = new System.Windows.Forms.RadioButton();
     this.rb_txt_bold                = new System.Windows.Forms.RadioButton();
     this.label2                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.lbl_shift_names_basic      = new System.Windows.Forms.Label();
     this.bt_shift_names_with_colors = new System.Windows.Forms.Button();
     this.bt_shift_names_basic       = new System.Windows.Forms.Button();
     this.groupBox7                  = new System.Windows.Forms.GroupBox();
     this.groupBox8                  = new System.Windows.Forms.GroupBox();
     splitContainer1                 = new System.Windows.Forms.SplitContainer();
     groupBox1 = new System.Windows.Forms.GroupBox();
     groupBox2 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     groupBox1.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     groupBox2.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     splitContainer1.IsSplitterFixed = true;
     splitContainer1.Location        = new System.Drawing.Point(0, 0);
     splitContainer1.Name            = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(groupBox1);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(groupBox2);
     splitContainer1.Size             = new System.Drawing.Size(504, 260);
     splitContainer1.SplitterDistance = 226;
     splitContainer1.TabIndex         = 0;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this.bt_link_unlink);
     groupBox1.Controls.Add(this.groupBox6);
     groupBox1.Controls.Add(this.groupBox5);
     groupBox1.Controls.Add(this.groupBox4);
     groupBox1.Controls.Add(this.groupBox3);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(224, 258);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Link Usage";
     //
     // bt_link_unlink
     //
     this.bt_link_unlink.Location = new System.Drawing.Point(68, 213);
     this.bt_link_unlink.Name     = "bt_link_unlink";
     this.bt_link_unlink.Size     = new System.Drawing.Size(75, 23);
     this.bt_link_unlink.TabIndex = 2;
     this.bt_link_unlink.Tag      = "0";
     this.bt_link_unlink.Text     = "Link";
     this.bt_link_unlink.UseVisualStyleBackColor = true;
     this.bt_link_unlink.Click += new System.EventHandler(this.bt_link_unlink_Click);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.rb4_slave_3);
     this.groupBox6.Controls.Add(this.rb4_slave_2);
     this.groupBox6.Controls.Add(this.rb4_slave_1);
     this.groupBox6.Location = new System.Drawing.Point(112, 116);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(103, 91);
     this.groupBox6.TabIndex = 1;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Slave";
     //
     // rb4_slave_3
     //
     this.rb4_slave_3.AutoSize = true;
     this.rb4_slave_3.Location = new System.Drawing.Point(6, 65);
     this.rb4_slave_3.Name     = "rb4_slave_3";
     this.rb4_slave_3.Size     = new System.Drawing.Size(91, 17);
     this.rb4_slave_3.TabIndex = 2;
     this.rb4_slave_3.Text     = "radioButton43";
     this.rb4_slave_3.UseVisualStyleBackColor = true;
     //
     // rb4_slave_2
     //
     this.rb4_slave_2.AutoSize = true;
     this.rb4_slave_2.Checked  = true;
     this.rb4_slave_2.Location = new System.Drawing.Point(6, 42);
     this.rb4_slave_2.Name     = "rb4_slave_2";
     this.rb4_slave_2.Size     = new System.Drawing.Size(91, 17);
     this.rb4_slave_2.TabIndex = 1;
     this.rb4_slave_2.TabStop  = true;
     this.rb4_slave_2.Text     = "radioButton42";
     this.rb4_slave_2.UseVisualStyleBackColor = true;
     //
     // rb4_slave_1
     //
     this.rb4_slave_1.AutoSize = true;
     this.rb4_slave_1.Location = new System.Drawing.Point(6, 19);
     this.rb4_slave_1.Name     = "rb4_slave_1";
     this.rb4_slave_1.Size     = new System.Drawing.Size(91, 17);
     this.rb4_slave_1.TabIndex = 0;
     this.rb4_slave_1.Tag      = "0";
     this.rb4_slave_1.Text     = "radioButton41";
     this.rb4_slave_1.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.rb3_slave_3);
     this.groupBox5.Controls.Add(this.rb3_slave_2);
     this.groupBox5.Controls.Add(this.rb3_slave_1);
     this.groupBox5.Location = new System.Drawing.Point(3, 116);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(103, 91);
     this.groupBox5.TabIndex = 1;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Slave";
     //
     // rb3_slave_3
     //
     this.rb3_slave_3.AutoSize = true;
     this.rb3_slave_3.Location = new System.Drawing.Point(6, 65);
     this.rb3_slave_3.Name     = "rb3_slave_3";
     this.rb3_slave_3.Size     = new System.Drawing.Size(91, 17);
     this.rb3_slave_3.TabIndex = 2;
     this.rb3_slave_3.Text     = "radioButton33";
     this.rb3_slave_3.UseVisualStyleBackColor = true;
     //
     // rb3_slave_2
     //
     this.rb3_slave_2.AutoSize = true;
     this.rb3_slave_2.Checked  = true;
     this.rb3_slave_2.Location = new System.Drawing.Point(6, 42);
     this.rb3_slave_2.Name     = "rb3_slave_2";
     this.rb3_slave_2.Size     = new System.Drawing.Size(91, 17);
     this.rb3_slave_2.TabIndex = 1;
     this.rb3_slave_2.TabStop  = true;
     this.rb3_slave_2.Text     = "radioButton32";
     this.rb3_slave_2.UseVisualStyleBackColor = true;
     //
     // rb3_slave_1
     //
     this.rb3_slave_1.AutoSize = true;
     this.rb3_slave_1.Location = new System.Drawing.Point(6, 19);
     this.rb3_slave_1.Name     = "rb3_slave_1";
     this.rb3_slave_1.Size     = new System.Drawing.Size(91, 17);
     this.rb3_slave_1.TabIndex = 0;
     this.rb3_slave_1.Tag      = "0";
     this.rb3_slave_1.Text     = "radioButton31";
     this.rb3_slave_1.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.rb2_master_3);
     this.groupBox4.Controls.Add(this.rb2_master_2);
     this.groupBox4.Controls.Add(this.rb2_master_1);
     this.groupBox4.Location = new System.Drawing.Point(112, 19);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(103, 91);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Master";
     //
     // rb2_master_3
     //
     this.rb2_master_3.AutoSize = true;
     this.rb2_master_3.Location = new System.Drawing.Point(6, 65);
     this.rb2_master_3.Name     = "rb2_master_3";
     this.rb2_master_3.Size     = new System.Drawing.Size(91, 17);
     this.rb2_master_3.TabIndex = 2;
     this.rb2_master_3.Text     = "radioButton23";
     this.rb2_master_3.UseVisualStyleBackColor = true;
     //
     // rb2_master_2
     //
     this.rb2_master_2.AutoSize = true;
     this.rb2_master_2.Checked  = true;
     this.rb2_master_2.Location = new System.Drawing.Point(6, 42);
     this.rb2_master_2.Name     = "rb2_master_2";
     this.rb2_master_2.Size     = new System.Drawing.Size(91, 17);
     this.rb2_master_2.TabIndex = 1;
     this.rb2_master_2.TabStop  = true;
     this.rb2_master_2.Text     = "radioButton22";
     this.rb2_master_2.UseVisualStyleBackColor = true;
     //
     // rb2_master_1
     //
     this.rb2_master_1.AutoSize = true;
     this.rb2_master_1.Location = new System.Drawing.Point(6, 19);
     this.rb2_master_1.Name     = "rb2_master_1";
     this.rb2_master_1.Size     = new System.Drawing.Size(91, 17);
     this.rb2_master_1.TabIndex = 0;
     this.rb2_master_1.Tag      = "0";
     this.rb2_master_1.Text     = "radioButton21";
     this.rb2_master_1.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rb1_master_3);
     this.groupBox3.Controls.Add(this.rb1_master_2);
     this.groupBox3.Controls.Add(this.rb1_master_1);
     this.groupBox3.Location = new System.Drawing.Point(3, 19);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(103, 91);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Master";
     //
     // rb1_master_3
     //
     this.rb1_master_3.AutoSize = true;
     this.rb1_master_3.Location = new System.Drawing.Point(6, 65);
     this.rb1_master_3.Name     = "rb1_master_3";
     this.rb1_master_3.Size     = new System.Drawing.Size(91, 17);
     this.rb1_master_3.TabIndex = 2;
     this.rb1_master_3.Text     = "radioButton13";
     this.rb1_master_3.UseVisualStyleBackColor = true;
     //
     // rb1_master_2
     //
     this.rb1_master_2.AutoSize = true;
     this.rb1_master_2.Checked  = true;
     this.rb1_master_2.Location = new System.Drawing.Point(6, 42);
     this.rb1_master_2.Name     = "rb1_master_2";
     this.rb1_master_2.Size     = new System.Drawing.Size(91, 17);
     this.rb1_master_2.TabIndex = 1;
     this.rb1_master_2.TabStop  = true;
     this.rb1_master_2.Text     = "radioButton12";
     this.rb1_master_2.UseVisualStyleBackColor = true;
     //
     // rb1_master_1
     //
     this.rb1_master_1.AutoSize = true;
     this.rb1_master_1.Location = new System.Drawing.Point(6, 19);
     this.rb1_master_1.Name     = "rb1_master_1";
     this.rb1_master_1.Size     = new System.Drawing.Size(91, 17);
     this.rb1_master_1.TabIndex = 0;
     this.rb1_master_1.Tag      = "0";
     this.rb1_master_1.Text     = "radioButton11";
     this.rb1_master_1.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.groupBox8);
     groupBox2.Controls.Add(this.groupBox7);
     groupBox2.Controls.Add(this.label1);
     groupBox2.Controls.Add(this.lbl_shift_names_basic);
     groupBox2.Controls.Add(this.bt_shift_names_with_colors);
     groupBox2.Controls.Add(this.bt_shift_names_basic);
     groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox2.Location = new System.Drawing.Point(0, 0);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(272, 258);
     groupBox2.TabIndex = 0;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "CS Utils Usage";
     //
     // tb_num_of_chked_boxes
     //
     this.tb_num_of_chked_boxes.Location  = new System.Drawing.Point(205, 39);
     this.tb_num_of_chked_boxes.Name      = "tb_num_of_chked_boxes";
     this.tb_num_of_chked_boxes.ReadOnly  = true;
     this.tb_num_of_chked_boxes.Size      = new System.Drawing.Size(28, 20);
     this.tb_num_of_chked_boxes.TabIndex  = 6;
     this.tb_num_of_chked_boxes.Text      = "0";
     this.tb_num_of_chked_boxes.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 42);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(163, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Number Of Checked Checboxes:";
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(215, 19);
     this.checkBox5.Name     = "checkBox5";
     this.checkBox5.Size     = new System.Drawing.Size(44, 17);
     this.checkBox5.TabIndex = 4;
     this.checkBox5.Text     = "cb5";
     this.checkBox5.UseVisualStyleBackColor = true;
     this.checkBox5.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.AutoSize = true;
     this.checkBox4.Location = new System.Drawing.Point(165, 19);
     this.checkBox4.Name     = "checkBox4";
     this.checkBox4.Size     = new System.Drawing.Size(44, 17);
     this.checkBox4.TabIndex = 4;
     this.checkBox4.Text     = "cb4";
     this.checkBox4.UseVisualStyleBackColor = true;
     this.checkBox4.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(115, 19);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(44, 17);
     this.checkBox3.TabIndex = 4;
     this.checkBox3.Text     = "cb3";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(65, 19);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(44, 17);
     this.checkBox2.TabIndex = 4;
     this.checkBox2.Text     = "cb2";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(15, 19);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(44, 17);
     this.checkBox1.TabIndex = 4;
     this.checkBox1.Text     = "cb1";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // rb_txt_normal
     //
     this.rb_txt_normal.AutoSize = true;
     this.rb_txt_normal.Checked  = true;
     this.rb_txt_normal.Location = new System.Drawing.Point(205, 14);
     this.rb_txt_normal.Name     = "rb_txt_normal";
     this.rb_txt_normal.Size     = new System.Drawing.Size(58, 17);
     this.rb_txt_normal.TabIndex = 3;
     this.rb_txt_normal.TabStop  = true;
     this.rb_txt_normal.Tag      = "0";
     this.rb_txt_normal.Text     = "Normal";
     this.rb_txt_normal.UseVisualStyleBackColor = true;
     this.rb_txt_normal.CheckedChanged         += new System.EventHandler(this.rb_txt_bold_CheckedChanged);
     //
     // rb_txt_italic
     //
     this.rb_txt_italic.AutoSize = true;
     this.rb_txt_italic.Location = new System.Drawing.Point(152, 14);
     this.rb_txt_italic.Name     = "rb_txt_italic";
     this.rb_txt_italic.Size     = new System.Drawing.Size(47, 17);
     this.rb_txt_italic.TabIndex = 3;
     this.rb_txt_italic.Tag      = "2";
     this.rb_txt_italic.Text     = "Italic";
     this.rb_txt_italic.UseVisualStyleBackColor = true;
     this.rb_txt_italic.CheckedChanged         += new System.EventHandler(this.rb_txt_bold_CheckedChanged);
     //
     // rb_txt_bold
     //
     this.rb_txt_bold.AutoSize = true;
     this.rb_txt_bold.Location = new System.Drawing.Point(100, 14);
     this.rb_txt_bold.Name     = "rb_txt_bold";
     this.rb_txt_bold.Size     = new System.Drawing.Size(46, 17);
     this.rb_txt_bold.TabIndex = 3;
     this.rb_txt_bold.Tag      = "1";
     this.rb_txt_bold.Text     = "Bold";
     this.rb_txt_bold.UseVisualStyleBackColor = true;
     this.rb_txt_bold.CheckedChanged         += new System.EventHandler(this.rb_txt_bold_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(83, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Make All Texts: ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 84);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Enumerate With Custom Objects";
     //
     // lbl_shift_names_basic
     //
     this.lbl_shift_names_basic.AutoSize = true;
     this.lbl_shift_names_basic.Location = new System.Drawing.Point(6, 34);
     this.lbl_shift_names_basic.Name     = "lbl_shift_names_basic";
     this.lbl_shift_names_basic.Size     = new System.Drawing.Size(148, 13);
     this.lbl_shift_names_basic.TabIndex = 1;
     this.lbl_shift_names_basic.Text     = "Enumerate Names by Clicking";
     //
     // bt_shift_names_with_colors
     //
     this.bt_shift_names_with_colors.Location = new System.Drawing.Point(26, 100);
     this.bt_shift_names_with_colors.Name     = "bt_shift_names_with_colors";
     this.bt_shift_names_with_colors.Size     = new System.Drawing.Size(75, 23);
     this.bt_shift_names_with_colors.TabIndex = 0;
     this.bt_shift_names_with_colors.Text     = "Enumerate";
     this.bt_shift_names_with_colors.UseVisualStyleBackColor = true;
     this.bt_shift_names_with_colors.Click += new System.EventHandler(this.bt_shift_names_with_colors_Click);
     //
     // bt_shift_names_basic
     //
     this.bt_shift_names_basic.Location = new System.Drawing.Point(26, 50);
     this.bt_shift_names_basic.Name     = "bt_shift_names_basic";
     this.bt_shift_names_basic.Size     = new System.Drawing.Size(75, 23);
     this.bt_shift_names_basic.TabIndex = 0;
     this.bt_shift_names_basic.Text     = "Enumerate";
     this.bt_shift_names_basic.UseVisualStyleBackColor = true;
     this.bt_shift_names_basic.Click += new System.EventHandler(this.bt_shift_names_basic_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.checkBox2);
     this.groupBox7.Controls.Add(this.tb_num_of_chked_boxes);
     this.groupBox7.Controls.Add(this.checkBox1);
     this.groupBox7.Controls.Add(this.label3);
     this.groupBox7.Controls.Add(this.checkBox3);
     this.groupBox7.Controls.Add(this.checkBox5);
     this.groupBox7.Controls.Add(this.checkBox4);
     this.groupBox7.Location = new System.Drawing.Point(3, 181);
     this.groupBox7.Name     = "groupBox7";
     this.groupBox7.Size     = new System.Drawing.Size(263, 66);
     this.groupBox7.TabIndex = 7;
     this.groupBox7.TabStop  = false;
     this.groupBox7.Text     = "GetAll<T> Usage";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.rb_txt_bold);
     this.groupBox8.Controls.Add(this.label2);
     this.groupBox8.Controls.Add(this.rb_txt_normal);
     this.groupBox8.Controls.Add(this.rb_txt_italic);
     this.groupBox8.Location = new System.Drawing.Point(3, 133);
     this.groupBox8.Name     = "groupBox8";
     this.groupBox8.Size     = new System.Drawing.Size(263, 42);
     this.groupBox8.TabIndex = 8;
     this.groupBox8.TabStop  = false;
     this.groupBox8.Text     = "MakeAll<T> Usage";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(504, 260);
     this.Controls.Add(splitContainer1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     groupBox1.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_BENHAN_N0ITRU));
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem4 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem5 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem6 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.GridEX.GridEXLayout grdQLNBKhoa_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     this.grpThongTinBenhNhan = new Janus.Windows.EditControls.UIGroupBox();
     this.txtPhong = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label94 = new System.Windows.Forms.Label();
     this.txtID = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtMaKhoaThucHien = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtGiuong = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label93 = new System.Windows.Forms.Label();
     this.txtKhoa = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label87 = new System.Windows.Forms.Label();
     this.cboTTBNDanToc = new Janus.Windows.EditControls.UIComboBox();
     this.txtSoBaoHiemYte = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label16 = new System.Windows.Forms.Label();
     this.dtInsToDate = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtDienThoai = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label13 = new System.Windows.Forms.Label();
     this.txtMaBenhAn = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtMaLanKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtMaBN = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtThongTinLienHe = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDoiTuong = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtNoiLamViec = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtDiaChi = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label1 = new System.Windows.Forms.Label();
     this.chkNgoaiKieu = new Janus.Windows.EditControls.UICheckBox();
     this.lblDanToc = new System.Windows.Forms.Label();
     this.lblNgheNghiep = new System.Windows.Forms.Label();
     this.cboGioiTinh = new Janus.Windows.EditControls.UIComboBox();
     this.txtNgheNghiep = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblGioiTinh = new System.Windows.Forms.Label();
     this.txtNamSinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtThangSinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNgaySinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblNgaySinh = new System.Windows.Forms.Label();
     this.lblTenBn = new System.Windows.Forms.Label();
     this.txtHoTen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
     this.txtTKBAHuongDieuTri = new System.Windows.Forms.RichTextBox();
     this.label92 = new System.Windows.Forms.Label();
     this.txtTKBATinhTrangRaVien = new System.Windows.Forms.RichTextBox();
     this.txtTKBAPhuongPhapDieuTri = new System.Windows.Forms.RichTextBox();
     this.label91 = new System.Windows.Forms.Label();
     this.txtTKBATTomTatKetQua = new System.Windows.Forms.RichTextBox();
     this.label90 = new System.Windows.Forms.Label();
     this.label89 = new System.Windows.Forms.Label();
     this.txtTKBAQuaTrinhBenhLy = new System.Windows.Forms.RichTextBox();
     this.label88 = new System.Windows.Forms.Label();
     this.grpBenhAn = new Janus.Windows.EditControls.UIGroupBox();
     this.txtBenhAnPhanBiet = new System.Windows.Forms.TextBox();
     this.txtBenhAnBenhKemTheo = new System.Windows.Forms.TextBox();
     this.txtBenhAnBenhChinh = new System.Windows.Forms.TextBox();
     this.txtBenhAnHuongDieuTri = new System.Windows.Forms.RichTextBox();
     this.label86 = new System.Windows.Forms.Label();
     this.txtBenhAnTienLuong = new System.Windows.Forms.RichTextBox();
     this.label85 = new System.Windows.Forms.Label();
     this.label84 = new System.Windows.Forms.Label();
     this.label68 = new System.Windows.Forms.Label();
     this.label67 = new System.Windows.Forms.Label();
     this.label66 = new System.Windows.Forms.Label();
     this.label65 = new System.Windows.Forms.Label();
     this.txtBenhAnTomTatBenhAn = new System.Windows.Forms.RichTextBox();
     this.txtBenhAnCacXetNghiem = new System.Windows.Forms.RichTextBox();
     this.label64 = new System.Windows.Forms.Label();
     this.txtBenhAnNoiTiet = new System.Windows.Forms.RichTextBox();
     this.label63 = new System.Windows.Forms.Label();
     this.txtBenhAnMat = new System.Windows.Forms.RichTextBox();
     this.label62 = new System.Windows.Forms.Label();
     this.txtBenhAnRangHamMat = new System.Windows.Forms.RichTextBox();
     this.label61 = new System.Windows.Forms.Label();
     this.txtBenhAnTaiMuiHong = new System.Windows.Forms.RichTextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.txtBenhAnCoXuongKhop = new System.Windows.Forms.RichTextBox();
     this.label59 = new System.Windows.Forms.Label();
     this.txtBenhAnThanKinh = new System.Windows.Forms.RichTextBox();
     this.txtBenhAnThanTietNieuSinhDuc = new System.Windows.Forms.RichTextBox();
     this.label58 = new System.Windows.Forms.Label();
     this.label57 = new System.Windows.Forms.Label();
     this.txtBenhAnTieuHoa = new System.Windows.Forms.RichTextBox();
     this.label56 = new System.Windows.Forms.Label();
     this.txtBenhAnHoHap = new System.Windows.Forms.RichTextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.txtBenhAnTuanHoan = new System.Windows.Forms.RichTextBox();
     this.label54 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.txtCanNang = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNhipTho = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label83 = new System.Windows.Forms.Label();
     this.txtHuyetApDen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtHuyetApTu = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNhietDo = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label82 = new System.Windows.Forms.Label();
     this.label81 = new System.Windows.Forms.Label();
     this.label80 = new System.Windows.Forms.Label();
     this.label79 = new System.Windows.Forms.Label();
     this.label78 = new System.Windows.Forms.Label();
     this.label77 = new System.Windows.Forms.Label();
     this.label76 = new System.Windows.Forms.Label();
     this.txtMach = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label75 = new System.Windows.Forms.Label();
     this.label74 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.label72 = new System.Windows.Forms.Label();
     this.label71 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.label69 = new System.Windows.Forms.Label();
     this.txtBenhAnToanThan = new System.Windows.Forms.RichTextBox();
     this.label52 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.txtBenhAnGiaDinh = new System.Windows.Forms.RichTextBox();
     this.label49 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.txtKhac = new System.Windows.Forms.TextBox();
     this.txtThuocLao = new System.Windows.Forms.TextBox();
     this.txtThuocLa = new System.Windows.Forms.TextBox();
     this.txtRuouBia = new System.Windows.Forms.TextBox();
     this.txtMaTuy = new System.Windows.Forms.TextBox();
     this.txtDiUng = new System.Windows.Forms.TextBox();
     this.chkKhac = new System.Windows.Forms.CheckBox();
     this.chkThuocLao = new System.Windows.Forms.CheckBox();
     this.chkThuocLa = new System.Windows.Forms.CheckBox();
     this.chkRuouBia = new System.Windows.Forms.CheckBox();
     this.chkMaTuy = new System.Windows.Forms.CheckBox();
     this.chkDiUng = new System.Windows.Forms.CheckBox();
     this.label46 = new System.Windows.Forms.Label();
     this.txtBenhAnTienSuBenh = new System.Windows.Forms.RichTextBox();
     this.label45 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.txtBenhAnQuaTrinhBenhLy = new System.Windows.Forms.RichTextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.txtBenhAnVaoNgayThu = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.txtBenhAnLyDoNhapVien = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.grpTinhTrangRaVien = new Janus.Windows.EditControls.UIGroupBox();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.chkTTRVAcTinh = new System.Windows.Forms.CheckBox();
     this.chkTTRVNghiNgo = new System.Windows.Forms.CheckBox();
     this.chkTTRVLanhTinh = new System.Windows.Forms.CheckBox();
     this.chkTTRVTuVong = new System.Windows.Forms.CheckBox();
     this.chkTTRVNangHon = new System.Windows.Forms.CheckBox();
     this.chkTTRVKhongThayDoi = new System.Windows.Forms.CheckBox();
     this.chkTTRVDoGiam = new System.Windows.Forms.CheckBox();
     this.chkTTRVKhoi = new System.Windows.Forms.CheckBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.chkttrvKhac = new System.Windows.Forms.CheckBox();
     this.chkttrvTrong24GioVaoVien = new System.Windows.Forms.CheckBox();
     this.chkttrvSau24Gio = new System.Windows.Forms.CheckBox();
     this.chkttrvDoTaiBien = new System.Windows.Forms.CheckBox();
     this.chkttrvDoBenh = new System.Windows.Forms.CheckBox();
     this.txtTTRVChuanDoanGiaiPhau = new System.Windows.Forms.TextBox();
     this.chkTTRVKhamNgiemTuThi = new System.Windows.Forms.CheckBox();
     this.txtTTRVNguyenNhanChinhTuVong = new System.Windows.Forms.TextBox();
     this.txtTTRVNgayTuVong = new System.Windows.Forms.TextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.grpChanDoan = new Janus.Windows.EditControls.UIGroupBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.txtCDKhiVaoDieuTri = new System.Windows.Forms.RichTextBox();
     this.txtCDKKBCapCuu = new System.Windows.Forms.RichTextBox();
     this.chkCDPhauThuat = new System.Windows.Forms.CheckBox();
     this.chkCDThuThuat = new System.Windows.Forms.CheckBox();
     this.txtCDMaKhiVaoDieuTri = new System.Windows.Forms.TextBox();
     this.txtCDMaKKBCapCuu = new System.Windows.Forms.TextBox();
     this.txtCDMaNoiChuyenDen = new System.Windows.Forms.TextBox();
     this.txtCDNoiChuyenDen = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtCDBenhKemTheo = new System.Windows.Forms.RichTextBox();
     this.txtCDBenhChinh = new System.Windows.Forms.RichTextBox();
     this.txtCDMaBenhKemTheo = new System.Windows.Forms.TextBox();
     this.txtCDMaBenhChinh = new System.Windows.Forms.TextBox();
     this.chkCDBienChung = new System.Windows.Forms.CheckBox();
     this.chkCDTaiBien = new System.Windows.Forms.CheckBox();
     this.label27 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.grpQuanLyNguoiBenh = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.chkQLNBKhoaDieuTri = new System.Windows.Forms.CheckBox();
     this.chkQLNBKKB = new System.Windows.Forms.CheckBox();
     this.chkQLNBCapCuu = new System.Windows.Forms.CheckBox();
     this.label21 = new System.Windows.Forms.Label();
     this.grdQLNBKhoa = new Janus.Windows.GridEX.GridEX();
     this.label14 = new System.Windows.Forms.Label();
     this.dtQLNBVaoVien = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.dtQLNBRaVien = new System.Windows.Forms.TextBox();
     this.chkQLNBDuaVe = new System.Windows.Forms.CheckBox();
     this.chkQLNBBoVe = new System.Windows.Forms.CheckBox();
     this.chkQLNBXinVe = new System.Windows.Forms.CheckBox();
     this.chkQLNBRaVien = new System.Windows.Forms.CheckBox();
     this.chkQLNBCK = new System.Windows.Forms.CheckBox();
     this.chkQLNBTuyenDuoi = new System.Windows.Forms.CheckBox();
     this.chkQLNBTuyenTren = new System.Windows.Forms.CheckBox();
     this.chkQLNBKhac = new System.Windows.Forms.CheckBox();
     this.chkQLNBTuDen = new System.Windows.Forms.CheckBox();
     this.chkQLNBCoQuanYTe = new System.Windows.Forms.CheckBox();
     this.txtQLNBTongSoNgayDieuTri = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.txtQLNBChuyenDen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.txtQLNBLanVaoVien = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lblMess = new System.Windows.Forms.Label();
     this.cmdDelete = new System.Windows.Forms.Button();
     this.cmdSave = new Janus.Windows.EditControls.UIButton();
     this.cmdInBenhAn = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).BeginInit();
     this.grpThongTinBenhNhan.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).BeginInit();
     this.uiGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpBenhAn)).BeginInit();
     this.grpBenhAn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     this.uiGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpTinhTrangRaVien)).BeginInit();
     this.grpTinhTrangRaVien.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpChanDoan)).BeginInit();
     this.grpChanDoan.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.grpQuanLyNguoiBenh.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdQLNBKhoa)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // grpThongTinBenhNhan
     //
     this.grpThongTinBenhNhan.Controls.Add(this.txtPhong);
     this.grpThongTinBenhNhan.Controls.Add(this.label94);
     this.grpThongTinBenhNhan.Controls.Add(this.txtID);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaKhoaThucHien);
     this.grpThongTinBenhNhan.Controls.Add(this.txtGiuong);
     this.grpThongTinBenhNhan.Controls.Add(this.label93);
     this.grpThongTinBenhNhan.Controls.Add(this.txtKhoa);
     this.grpThongTinBenhNhan.Controls.Add(this.label87);
     this.grpThongTinBenhNhan.Controls.Add(this.cboTTBNDanToc);
     this.grpThongTinBenhNhan.Controls.Add(this.txtSoBaoHiemYte);
     this.grpThongTinBenhNhan.Controls.Add(this.label16);
     this.grpThongTinBenhNhan.Controls.Add(this.dtInsToDate);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDienThoai);
     this.grpThongTinBenhNhan.Controls.Add(this.label13);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaBenhAn);
     this.grpThongTinBenhNhan.Controls.Add(this.label10);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaLanKham);
     this.grpThongTinBenhNhan.Controls.Add(this.label9);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaBN);
     this.grpThongTinBenhNhan.Controls.Add(this.label8);
     this.grpThongTinBenhNhan.Controls.Add(this.txtThongTinLienHe);
     this.grpThongTinBenhNhan.Controls.Add(this.label5);
     this.grpThongTinBenhNhan.Controls.Add(this.label4);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDoiTuong);
     this.grpThongTinBenhNhan.Controls.Add(this.label3);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNoiLamViec);
     this.grpThongTinBenhNhan.Controls.Add(this.label2);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDiaChi);
     this.grpThongTinBenhNhan.Controls.Add(this.label1);
     this.grpThongTinBenhNhan.Controls.Add(this.chkNgoaiKieu);
     this.grpThongTinBenhNhan.Controls.Add(this.lblDanToc);
     this.grpThongTinBenhNhan.Controls.Add(this.lblNgheNghiep);
     this.grpThongTinBenhNhan.Controls.Add(this.cboGioiTinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNgheNghiep);
     this.grpThongTinBenhNhan.Controls.Add(this.lblGioiTinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNamSinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtThangSinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNgaySinh);
     this.grpThongTinBenhNhan.Controls.Add(this.lblNgaySinh);
     this.grpThongTinBenhNhan.Controls.Add(this.lblTenBn);
     this.grpThongTinBenhNhan.Controls.Add(this.txtHoTen);
     this.grpThongTinBenhNhan.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpThongTinBenhNhan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpThongTinBenhNhan.Image = ((System.Drawing.Image)(resources.GetObject("grpThongTinBenhNhan.Image")));
     this.grpThongTinBenhNhan.Location = new System.Drawing.Point(0, 0);
     this.grpThongTinBenhNhan.Name = "grpThongTinBenhNhan";
     this.grpThongTinBenhNhan.Size = new System.Drawing.Size(895, 278);
     this.grpThongTinBenhNhan.TabIndex = 0;
     this.grpThongTinBenhNhan.Text = "I.THÔNG TIN BỆNH NHÂN";
     //
     // txtPhong
     //
     this.txtPhong.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhong.Location = new System.Drawing.Point(613, 26);
     this.txtPhong.Name = "txtPhong";
     this.txtPhong.Size = new System.Drawing.Size(82, 31);
     this.txtPhong.TabIndex = 464;
     this.txtPhong.TabStop = false;
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label94.Location = new System.Drawing.Point(522, 35);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(56, 16);
     this.label94.TabIndex = 463;
     this.label94.Text = "Phòng:";
     //
     // txtID
     //
     this.txtID.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtID.Location = new System.Drawing.Point(784, 25);
     this.txtID.Name = "txtID";
     this.txtID.Size = new System.Drawing.Size(98, 31);
     this.txtID.TabIndex = 462;
     this.txtID.TabStop = false;
     this.txtID.Visible = false;
     //
     // txtMaKhoaThucHien
     //
     this.txtMaKhoaThucHien.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaKhoaThucHien.Location = new System.Drawing.Point(784, 25);
     this.txtMaKhoaThucHien.Name = "txtMaKhoaThucHien";
     this.txtMaKhoaThucHien.Size = new System.Drawing.Size(98, 31);
     this.txtMaKhoaThucHien.TabIndex = 461;
     this.txtMaKhoaThucHien.TabStop = false;
     this.txtMaKhoaThucHien.Visible = false;
     //
     // txtGiuong
     //
     this.txtGiuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGiuong.Location = new System.Drawing.Point(800, 26);
     this.txtGiuong.Name = "txtGiuong";
     this.txtGiuong.Size = new System.Drawing.Size(82, 31);
     this.txtGiuong.TabIndex = 460;
     this.txtGiuong.TabStop = false;
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label93.Location = new System.Drawing.Point(709, 35);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(61, 16);
     this.label93.TabIndex = 459;
     this.label93.Text = "Giường:";
     //
     // txtKhoa
     //
     this.txtKhoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKhoa.Location = new System.Drawing.Point(123, 25);
     this.txtKhoa.Name = "txtKhoa";
     this.txtKhoa.Size = new System.Drawing.Size(378, 31);
     this.txtKhoa.TabIndex = 458;
     this.txtKhoa.TabStop = false;
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label87.Location = new System.Drawing.Point(17, 35);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(47, 16);
     this.label87.TabIndex = 457;
     this.label87.Text = "Khoa:";
     //
     // cboTTBNDanToc
     //
     this.cboTTBNDanToc.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboTTBNDanToc.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     uiComboBoxItem1.FormatStyle.Alpha = 0;
     uiComboBoxItem1.IsSeparator = false;
     uiComboBoxItem1.Text = "Nữ";
     uiComboBoxItem1.Value = 1;
     uiComboBoxItem2.FormatStyle.Alpha = 0;
     uiComboBoxItem2.IsSeparator = false;
     uiComboBoxItem2.Text = "Nam";
     uiComboBoxItem2.Value = 0;
     uiComboBoxItem3.FormatStyle.Alpha = 0;
     uiComboBoxItem3.IsSeparator = false;
     uiComboBoxItem3.Text = "Khác";
     uiComboBoxItem3.Value = 2;
     this.cboTTBNDanToc.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem1,
     uiComboBoxItem2,
     uiComboBoxItem3});
     this.cboTTBNDanToc.Location = new System.Drawing.Point(609, 147);
     this.cboTTBNDanToc.Name = "cboTTBNDanToc";
     this.cboTTBNDanToc.Size = new System.Drawing.Size(127, 21);
     this.cboTTBNDanToc.TabIndex = 456;
     this.cboTTBNDanToc.TabStop = false;
     this.cboTTBNDanToc.Text = "Chọn Dân Tộc";
     //
     // txtSoBaoHiemYte
     //
     this.txtSoBaoHiemYte.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSoBaoHiemYte.Location = new System.Drawing.Point(609, 209);
     this.txtSoBaoHiemYte.Name = "txtSoBaoHiemYte";
     this.txtSoBaoHiemYte.Size = new System.Drawing.Size(273, 20);
     this.txtSoBaoHiemYte.TabIndex = 455;
     this.txtSoBaoHiemYte.TabStop = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(518, 216);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(52, 13);
     this.label16.TabIndex = 454;
     this.label16.Text = "&Số BHYT";
     //
     // dtInsToDate
     //
     this.dtInsToDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtInsToDate.Location = new System.Drawing.Point(333, 209);
     this.dtInsToDate.Name = "dtInsToDate";
     this.dtInsToDate.Size = new System.Drawing.Size(168, 20);
     this.dtInsToDate.TabIndex = 453;
     this.dtInsToDate.TabStop = false;
     //
     // txtDienThoai
     //
     this.txtDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDienThoai.Location = new System.Drawing.Point(609, 237);
     this.txtDienThoai.Name = "txtDienThoai";
     this.txtDienThoai.Size = new System.Drawing.Size(273, 20);
     this.txtDienThoai.TabIndex = 6;
     this.txtDienThoai.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(518, 241);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(70, 13);
     this.label13.TabIndex = 449;
     this.label13.Text = "Số điện thoại";
     //
     // txtMaBenhAn
     //
     this.txtMaBenhAn.BackColor = System.Drawing.Color.Turquoise;
     this.txtMaBenhAn.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaBenhAn.Location = new System.Drawing.Point(609, 64);
     this.txtMaBenhAn.Name = "txtMaBenhAn";
     this.txtMaBenhAn.ReadOnly = true;
     this.txtMaBenhAn.Size = new System.Drawing.Size(273, 31);
     this.txtMaBenhAn.TabIndex = 13;
     this.txtMaBenhAn.TabStop = false;
     this.txtMaBenhAn.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(518, 71);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(90, 16);
     this.label10.TabIndex = 443;
     this.label10.Text = "Mã Bệnh Án";
     //
     // txtMaLanKham
     //
     this.txtMaLanKham.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.txtMaLanKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaLanKham.Location = new System.Drawing.Point(327, 66);
     this.txtMaLanKham.Name = "txtMaLanKham";
     this.txtMaLanKham.Size = new System.Drawing.Size(174, 31);
     this.txtMaLanKham.TabIndex = 442;
     this.txtMaLanKham.TabStop = false;
     this.txtMaLanKham.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtMaLanKham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaLanKham_KeyDown);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(226, 71);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 16);
     this.label9.TabIndex = 441;
     this.label9.Text = "Mã Lần Khám";
     //
     // txtMaBN
     //
     this.txtMaBN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.txtMaBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaBN.Location = new System.Drawing.Point(123, 65);
     this.txtMaBN.Name = "txtMaBN";
     this.txtMaBN.Size = new System.Drawing.Size(97, 31);
     this.txtMaBN.TabIndex = 0;
     this.txtMaBN.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtMaBN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaBN_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(16, 73);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(108, 16);
     this.label8.TabIndex = 439;
     this.label8.Text = "Mã Bệnh Nhân";
     //
     // txtThongTinLienHe
     //
     this.txtThongTinLienHe.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThongTinLienHe.Location = new System.Drawing.Point(185, 238);
     this.txtThongTinLienHe.Name = "txtThongTinLienHe";
     this.txtThongTinLienHe.Size = new System.Drawing.Size(316, 20);
     this.txtThongTinLienHe.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(17, 242);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(131, 13);
     this.label5.TabIndex = 431;
     this.label5.Text = "Họ Tên, địa chỉ người nhà";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(215, 211);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(89, 13);
     this.label4.TabIndex = 20;
     this.label4.Text = "BHYT:giá trị đến ";
     //
     // txtDoiTuong
     //
     this.txtDoiTuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDoiTuong.Location = new System.Drawing.Point(123, 210);
     this.txtDoiTuong.Name = "txtDoiTuong";
     this.txtDoiTuong.Size = new System.Drawing.Size(75, 20);
     this.txtDoiTuong.TabIndex = 19;
     this.txtDoiTuong.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(17, 213);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(57, 13);
     this.label3.TabIndex = 18;
     this.label3.Text = "Đối Tượng";
     //
     // txtNoiLamViec
     //
     this.txtNoiLamViec.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoiLamViec.Location = new System.Drawing.Point(609, 181);
     this.txtNoiLamViec.Name = "txtNoiLamViec";
     this.txtNoiLamViec.Size = new System.Drawing.Size(273, 20);
     this.txtNoiLamViec.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(518, 184);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(70, 13);
     this.label2.TabIndex = 16;
     this.label2.Text = "Nơi Làm Việc";
     //
     // txtDiaChi
     //
     this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiaChi.Location = new System.Drawing.Point(66, 180);
     this.txtDiaChi.Name = "txtDiaChi";
     this.txtDiaChi.ReadOnly = true;
     this.txtDiaChi.Size = new System.Drawing.Size(378, 20);
     this.txtDiaChi.TabIndex = 15;
     this.txtDiaChi.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 184);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 14;
     this.label1.Text = "Địa Chỉ";
     //
     // chkNgoaiKieu
     //
     this.chkNgoaiKieu.Location = new System.Drawing.Point(753, 147);
     this.chkNgoaiKieu.Name = "chkNgoaiKieu";
     this.chkNgoaiKieu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkNgoaiKieu.Size = new System.Drawing.Size(129, 23);
     this.chkNgoaiKieu.TabIndex = 3;
     this.chkNgoaiKieu.TabStop = false;
     this.chkNgoaiKieu.Text = "Ngoại kiểu";
     //
     // lblDanToc
     //
     this.lblDanToc.AutoSize = true;
     this.lblDanToc.Location = new System.Drawing.Point(518, 153);
     this.lblDanToc.Name = "lblDanToc";
     this.lblDanToc.Size = new System.Drawing.Size(49, 13);
     this.lblDanToc.TabIndex = 10;
     this.lblDanToc.Text = "Dân Tộc";
     //
     // lblNgheNghiep
     //
     this.lblNgheNghiep.AutoSize = true;
     this.lblNgheNghiep.Location = new System.Drawing.Point(215, 153);
     this.lblNgheNghiep.Name = "lblNgheNghiep";
     this.lblNgheNghiep.Size = new System.Drawing.Size(70, 13);
     this.lblNgheNghiep.TabIndex = 9;
     this.lblNgheNghiep.Text = "Nghề Nghiệp";
     //
     // cboGioiTinh
     //
     this.cboGioiTinh.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboGioiTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     uiComboBoxItem4.FormatStyle.Alpha = 0;
     uiComboBoxItem4.IsSeparator = false;
     uiComboBoxItem4.Text = "Nữ";
     uiComboBoxItem4.Value = 1;
     uiComboBoxItem5.FormatStyle.Alpha = 0;
     uiComboBoxItem5.IsSeparator = false;
     uiComboBoxItem5.Text = "Nam";
     uiComboBoxItem5.Value = 0;
     uiComboBoxItem6.FormatStyle.Alpha = 0;
     uiComboBoxItem6.IsSeparator = false;
     uiComboBoxItem6.Text = "Khác";
     uiComboBoxItem6.Value = 2;
     this.cboGioiTinh.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem4,
     uiComboBoxItem5,
     uiComboBoxItem6});
     this.cboGioiTinh.Location = new System.Drawing.Point(123, 148);
     this.cboGioiTinh.Name = "cboGioiTinh";
     this.cboGioiTinh.Size = new System.Drawing.Size(75, 21);
     this.cboGioiTinh.TabIndex = 8;
     this.cboGioiTinh.TabStop = false;
     this.cboGioiTinh.Text = "Giới tính";
     //
     // txtNgheNghiep
     //
     this.txtNgheNghiep.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNgheNghiep.Location = new System.Drawing.Point(327, 150);
     this.txtNgheNghiep.Name = "txtNgheNghiep";
     this.txtNgheNghiep.ReadOnly = true;
     this.txtNgheNghiep.Size = new System.Drawing.Size(174, 20);
     this.txtNgheNghiep.TabIndex = 7;
     this.txtNgheNghiep.TabStop = false;
     //
     // lblGioiTinh
     //
     this.lblGioiTinh.AutoSize = true;
     this.lblGioiTinh.Location = new System.Drawing.Point(17, 153);
     this.lblGioiTinh.Name = "lblGioiTinh";
     this.lblGioiTinh.Size = new System.Drawing.Size(54, 13);
     this.lblGioiTinh.TabIndex = 6;
     this.lblGioiTinh.Text = "Giới Tính ";
     //
     // txtNamSinh
     //
     this.txtNamSinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNamSinh.Location = new System.Drawing.Point(732, 106);
     this.txtNamSinh.Name = "txtNamSinh";
     this.txtNamSinh.Size = new System.Drawing.Size(150, 31);
     this.txtNamSinh.TabIndex = 5;
     this.txtNamSinh.TabStop = false;
     this.txtNamSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Far;
     //
     // txtThangSinh
     //
     this.txtThangSinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThangSinh.Location = new System.Drawing.Point(668, 106);
     this.txtThangSinh.Name = "txtThangSinh";
     this.txtThangSinh.Size = new System.Drawing.Size(40, 31);
     this.txtThangSinh.TabIndex = 1;
     this.txtThangSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
     //
     // txtNgaySinh
     //
     this.txtNgaySinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNgaySinh.Location = new System.Drawing.Point(609, 106);
     this.txtNgaySinh.Name = "txtNgaySinh";
     this.txtNgaySinh.Size = new System.Drawing.Size(40, 31);
     this.txtNgaySinh.TabIndex = 0;
     this.txtNgaySinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
     //
     // lblNgaySinh
     //
     this.lblNgaySinh.AutoSize = true;
     this.lblNgaySinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNgaySinh.Location = new System.Drawing.Point(518, 111);
     this.lblNgaySinh.Name = "lblNgaySinh";
     this.lblNgaySinh.Size = new System.Drawing.Size(79, 16);
     this.lblNgaySinh.TabIndex = 2;
     this.lblNgaySinh.Text = "Ngày Sinh";
     //
     // lblTenBn
     //
     this.lblTenBn.AutoSize = true;
     this.lblTenBn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTenBn.Location = new System.Drawing.Point(16, 111);
     this.lblTenBn.Name = "lblTenBn";
     this.lblTenBn.Size = new System.Drawing.Size(59, 16);
     this.lblTenBn.TabIndex = 1;
     this.lblTenBn.Text = "Họ Tên";
     //
     // txtHoTen
     //
     this.txtHoTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHoTen.Location = new System.Drawing.Point(123, 107);
     this.txtHoTen.Name = "txtHoTen";
     this.txtHoTen.Size = new System.Drawing.Size(378, 31);
     this.txtHoTen.TabIndex = 0;
     this.txtHoTen.TabStop = false;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.uiGroupBox4);
     this.panel1.Controls.Add(this.grpBenhAn);
     this.panel1.Controls.Add(this.grpTinhTrangRaVien);
     this.panel1.Controls.Add(this.grpChanDoan);
     this.panel1.Controls.Add(this.grpQuanLyNguoiBenh);
     this.panel1.Controls.Add(this.grpThongTinBenhNhan);
     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(912, 585);
     this.panel1.TabIndex = 4;
     //
     // uiGroupBox4
     //
     this.uiGroupBox4.Controls.Add(this.txtTKBAHuongDieuTri);
     this.uiGroupBox4.Controls.Add(this.label92);
     this.uiGroupBox4.Controls.Add(this.txtTKBATinhTrangRaVien);
     this.uiGroupBox4.Controls.Add(this.txtTKBAPhuongPhapDieuTri);
     this.uiGroupBox4.Controls.Add(this.label91);
     this.uiGroupBox4.Controls.Add(this.txtTKBATTomTatKetQua);
     this.uiGroupBox4.Controls.Add(this.label90);
     this.uiGroupBox4.Controls.Add(this.label89);
     this.uiGroupBox4.Controls.Add(this.txtTKBAQuaTrinhBenhLy);
     this.uiGroupBox4.Controls.Add(this.label88);
     this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Top;
     this.uiGroupBox4.Location = new System.Drawing.Point(0, 2916);
     this.uiGroupBox4.Name = "uiGroupBox4";
     this.uiGroupBox4.Size = new System.Drawing.Size(895, 412);
     this.uiGroupBox4.TabIndex = 5;
     this.uiGroupBox4.Text = "B - TỔNG KẾT BỆNH ÁN ";
     //
     // txtTKBAHuongDieuTri
     //
     this.txtTKBAHuongDieuTri.Location = new System.Drawing.Point(31, 339);
     this.txtTKBAHuongDieuTri.Name = "txtTKBAHuongDieuTri";
     this.txtTKBAHuongDieuTri.Size = new System.Drawing.Size(847, 48);
     this.txtTKBAHuongDieuTri.TabIndex = 613;
     this.txtTKBAHuongDieuTri.Text = "";
     //
     // label92
     //
     this.label92.AutoSize = true;
     this.label92.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label92.Location = new System.Drawing.Point(16, 323);
     this.label92.Name = "label92";
     this.label92.Size = new System.Drawing.Size(248, 13);
     this.label92.TabIndex = 611;
     this.label92.Text = "5. Hướng điều trị và các chế độ tiếp theo:";
     //
     // txtTKBATinhTrangRaVien
     //
     this.txtTKBATinhTrangRaVien.Location = new System.Drawing.Point(31, 264);
     this.txtTKBATinhTrangRaVien.Name = "txtTKBATinhTrangRaVien";
     this.txtTKBATinhTrangRaVien.Size = new System.Drawing.Size(847, 48);
     this.txtTKBATinhTrangRaVien.TabIndex = 615;
     this.txtTKBATinhTrangRaVien.Text = "";
     //
     // txtTKBAPhuongPhapDieuTri
     //
     this.txtTKBAPhuongPhapDieuTri.Location = new System.Drawing.Point(31, 191);
     this.txtTKBAPhuongPhapDieuTri.Name = "txtTKBAPhuongPhapDieuTri";
     this.txtTKBAPhuongPhapDieuTri.Size = new System.Drawing.Size(847, 48);
     this.txtTKBAPhuongPhapDieuTri.TabIndex = 614;
     this.txtTKBAPhuongPhapDieuTri.Text = "";
     //
     // label91
     //
     this.label91.AutoSize = true;
     this.label91.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label91.Location = new System.Drawing.Point(16, 248);
     this.label91.Name = "label91";
     this.label91.Size = new System.Drawing.Size(194, 13);
     this.label91.TabIndex = 612;
     this.label91.Text = "4. Tình trạng người bệnh ra viện:";
     //
     // txtTKBATTomTatKetQua
     //
     this.txtTKBATTomTatKetQua.Location = new System.Drawing.Point(31, 116);
     this.txtTKBATTomTatKetQua.Name = "txtTKBATTomTatKetQua";
     this.txtTKBATTomTatKetQua.Size = new System.Drawing.Size(847, 48);
     this.txtTKBATTomTatKetQua.TabIndex = 609;
     this.txtTKBATTomTatKetQua.Text = "";
     //
     // label90
     //
     this.label90.AutoSize = true;
     this.label90.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label90.Location = new System.Drawing.Point(16, 174);
     this.label90.Name = "label90";
     this.label90.Size = new System.Drawing.Size(145, 13);
     this.label90.TabIndex = 610;
     this.label90.Text = "3. Phương pháp điều trị:";
     //
     // label89
     //
     this.label89.AutoSize = true;
     this.label89.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label89.Location = new System.Drawing.Point(16, 100);
     this.label89.Name = "label89";
     this.label89.Size = new System.Drawing.Size(379, 13);
     this.label89.TabIndex = 608;
     this.label89.Text = "2. Tóm tắt kết quả xét nghiệm cận lâm sàng có giá trị chẩn đoán:";
     //
     // txtTKBAQuaTrinhBenhLy
     //
     this.txtTKBAQuaTrinhBenhLy.Location = new System.Drawing.Point(31, 42);
     this.txtTKBAQuaTrinhBenhLy.Name = "txtTKBAQuaTrinhBenhLy";
     this.txtTKBAQuaTrinhBenhLy.Size = new System.Drawing.Size(847, 48);
     this.txtTKBAQuaTrinhBenhLy.TabIndex = 607;
     this.txtTKBAQuaTrinhBenhLy.Text = "";
     //
     // label88
     //
     this.label88.AutoSize = true;
     this.label88.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label88.Location = new System.Drawing.Point(16, 26);
     this.label88.Name = "label88";
     this.label88.Size = new System.Drawing.Size(251, 13);
     this.label88.TabIndex = 606;
     this.label88.Text = "1. Quá trình bệnh lý và diễn biến lâm sàng:";
     //
     // grpBenhAn
     //
     this.grpBenhAn.Controls.Add(this.txtBenhAnPhanBiet);
     this.grpBenhAn.Controls.Add(this.txtBenhAnBenhKemTheo);
     this.grpBenhAn.Controls.Add(this.txtBenhAnBenhChinh);
     this.grpBenhAn.Controls.Add(this.txtBenhAnHuongDieuTri);
     this.grpBenhAn.Controls.Add(this.label86);
     this.grpBenhAn.Controls.Add(this.txtBenhAnTienLuong);
     this.grpBenhAn.Controls.Add(this.label85);
     this.grpBenhAn.Controls.Add(this.label84);
     this.grpBenhAn.Controls.Add(this.label68);
     this.grpBenhAn.Controls.Add(this.label67);
     this.grpBenhAn.Controls.Add(this.label66);
     this.grpBenhAn.Controls.Add(this.label65);
     this.grpBenhAn.Controls.Add(this.txtBenhAnTomTatBenhAn);
     this.grpBenhAn.Controls.Add(this.txtBenhAnCacXetNghiem);
     this.grpBenhAn.Controls.Add(this.label64);
     this.grpBenhAn.Controls.Add(this.txtBenhAnNoiTiet);
     this.grpBenhAn.Controls.Add(this.label63);
     this.grpBenhAn.Controls.Add(this.txtBenhAnMat);
     this.grpBenhAn.Controls.Add(this.label62);
     this.grpBenhAn.Controls.Add(this.txtBenhAnRangHamMat);
     this.grpBenhAn.Controls.Add(this.label61);
     this.grpBenhAn.Controls.Add(this.txtBenhAnTaiMuiHong);
     this.grpBenhAn.Controls.Add(this.label60);
     this.grpBenhAn.Controls.Add(this.txtBenhAnCoXuongKhop);
     this.grpBenhAn.Controls.Add(this.label59);
     this.grpBenhAn.Controls.Add(this.txtBenhAnThanKinh);
     this.grpBenhAn.Controls.Add(this.txtBenhAnThanTietNieuSinhDuc);
     this.grpBenhAn.Controls.Add(this.label58);
     this.grpBenhAn.Controls.Add(this.label57);
     this.grpBenhAn.Controls.Add(this.txtBenhAnTieuHoa);
     this.grpBenhAn.Controls.Add(this.label56);
     this.grpBenhAn.Controls.Add(this.txtBenhAnHoHap);
     this.grpBenhAn.Controls.Add(this.label55);
     this.grpBenhAn.Controls.Add(this.txtBenhAnTuanHoan);
     this.grpBenhAn.Controls.Add(this.label54);
     this.grpBenhAn.Controls.Add(this.label53);
     this.grpBenhAn.Controls.Add(this.uiGroupBox3);
     this.grpBenhAn.Controls.Add(this.txtBenhAnToanThan);
     this.grpBenhAn.Controls.Add(this.label52);
     this.grpBenhAn.Controls.Add(this.label51);
     this.grpBenhAn.Controls.Add(this.label50);
     this.grpBenhAn.Controls.Add(this.txtBenhAnGiaDinh);
     this.grpBenhAn.Controls.Add(this.label49);
     this.grpBenhAn.Controls.Add(this.label48);
     this.grpBenhAn.Controls.Add(this.label47);
     this.grpBenhAn.Controls.Add(this.txtKhac);
     this.grpBenhAn.Controls.Add(this.txtThuocLao);
     this.grpBenhAn.Controls.Add(this.txtThuocLa);
     this.grpBenhAn.Controls.Add(this.txtRuouBia);
     this.grpBenhAn.Controls.Add(this.txtMaTuy);
     this.grpBenhAn.Controls.Add(this.txtDiUng);
     this.grpBenhAn.Controls.Add(this.chkKhac);
     this.grpBenhAn.Controls.Add(this.chkThuocLao);
     this.grpBenhAn.Controls.Add(this.chkThuocLa);
     this.grpBenhAn.Controls.Add(this.chkRuouBia);
     this.grpBenhAn.Controls.Add(this.chkMaTuy);
     this.grpBenhAn.Controls.Add(this.chkDiUng);
     this.grpBenhAn.Controls.Add(this.label46);
     this.grpBenhAn.Controls.Add(this.txtBenhAnTienSuBenh);
     this.grpBenhAn.Controls.Add(this.label45);
     this.grpBenhAn.Controls.Add(this.label44);
     this.grpBenhAn.Controls.Add(this.txtBenhAnQuaTrinhBenhLy);
     this.grpBenhAn.Controls.Add(this.label43);
     this.grpBenhAn.Controls.Add(this.label42);
     this.grpBenhAn.Controls.Add(this.label41);
     this.grpBenhAn.Controls.Add(this.txtBenhAnVaoNgayThu);
     this.grpBenhAn.Controls.Add(this.label40);
     this.grpBenhAn.Controls.Add(this.label39);
     this.grpBenhAn.Controls.Add(this.txtBenhAnLyDoNhapVien);
     this.grpBenhAn.Controls.Add(this.label38);
     this.grpBenhAn.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpBenhAn.Location = new System.Drawing.Point(0, 922);
     this.grpBenhAn.Name = "grpBenhAn";
     this.grpBenhAn.Size = new System.Drawing.Size(895, 1994);
     this.grpBenhAn.TabIndex = 4;
     this.grpBenhAn.Text = "A- BỆNH ÁN";
     //
     // txtBenhAnPhanBiet
     //
     this.txtBenhAnPhanBiet.Location = new System.Drawing.Point(163, 1780);
     this.txtBenhAnPhanBiet.Name = "txtBenhAnPhanBiet";
     this.txtBenhAnPhanBiet.Size = new System.Drawing.Size(719, 20);
     this.txtBenhAnPhanBiet.TabIndex = 607;
     //
     // txtBenhAnBenhKemTheo
     //
     this.txtBenhAnBenhKemTheo.Location = new System.Drawing.Point(163, 1752);
     this.txtBenhAnBenhKemTheo.Name = "txtBenhAnBenhKemTheo";
     this.txtBenhAnBenhKemTheo.Size = new System.Drawing.Size(719, 20);
     this.txtBenhAnBenhKemTheo.TabIndex = 607;
     //
     // txtBenhAnBenhChinh
     //
     this.txtBenhAnBenhChinh.Location = new System.Drawing.Point(163, 1727);
     this.txtBenhAnBenhChinh.Name = "txtBenhAnBenhChinh";
     this.txtBenhAnBenhChinh.Size = new System.Drawing.Size(719, 20);
     this.txtBenhAnBenhChinh.TabIndex = 606;
     //
     // txtBenhAnHuongDieuTri
     //
     this.txtBenhAnHuongDieuTri.Location = new System.Drawing.Point(35, 1908);
     this.txtBenhAnHuongDieuTri.Name = "txtBenhAnHuongDieuTri";
     this.txtBenhAnHuongDieuTri.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnHuongDieuTri.TabIndex = 600;
     this.txtBenhAnHuongDieuTri.Text = "";
     //
     // label86
     //
     this.label86.AutoSize = true;
     this.label86.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label86.Location = new System.Drawing.Point(20, 1886);
     this.label86.Name = "label86";
     this.label86.Size = new System.Drawing.Size(112, 13);
     this.label86.TabIndex = 592;
     this.label86.Text = "VI. Hướng điều trị:";
     //
     // txtBenhAnTienLuong
     //
     this.txtBenhAnTienLuong.Location = new System.Drawing.Point(35, 1831);
     this.txtBenhAnTienLuong.Name = "txtBenhAnTienLuong";
     this.txtBenhAnTienLuong.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnTienLuong.TabIndex = 599;
     this.txtBenhAnTienLuong.Text = "";
     //
     // label85
     //
     this.label85.AutoSize = true;
     this.label85.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label85.Location = new System.Drawing.Point(20, 1806);
     this.label85.Name = "label85";
     this.label85.Size = new System.Drawing.Size(87, 13);
     this.label85.TabIndex = 591;
     this.label85.Text = "V. Tiên lượng:";
     //
     // label84
     //
     this.label84.AutoSize = true;
     this.label84.Location = new System.Drawing.Point(35, 1781);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(64, 13);
     this.label84.TabIndex = 599;
     this.label84.Text = "+ Phân biệt:";
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.Location = new System.Drawing.Point(32, 1756);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(133, 13);
     this.label68.TabIndex = 598;
     this.label68.Text = "+ Bệnh kèm theo( nếu có):";
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Location = new System.Drawing.Point(32, 1730);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(75, 13);
     this.label67.TabIndex = 597;
     this.label67.Text = "+ Bệnh chính:";
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label66.Location = new System.Drawing.Point(20, 1702);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(222, 13);
     this.label66.TabIndex = 590;
     this.label66.Text = "IV. Chuẩn đoán khi váo khoa điều trị:";
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label65.Location = new System.Drawing.Point(20, 1615);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(119, 13);
     this.label65.TabIndex = 599;
     this.label65.Text = "4. Tóm tắt bệnh án:";
     //
     // txtBenhAnTomTatBenhAn
     //
     this.txtBenhAnTomTatBenhAn.Location = new System.Drawing.Point(35, 1641);
     this.txtBenhAnTomTatBenhAn.Name = "txtBenhAnTomTatBenhAn";
     this.txtBenhAnTomTatBenhAn.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnTomTatBenhAn.TabIndex = 598;
     this.txtBenhAnTomTatBenhAn.Text = "";
     //
     // txtBenhAnCacXetNghiem
     //
     this.txtBenhAnCacXetNghiem.Location = new System.Drawing.Point(35, 1554);
     this.txtBenhAnCacXetNghiem.Name = "txtBenhAnCacXetNghiem";
     this.txtBenhAnCacXetNghiem.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnCacXetNghiem.TabIndex = 598;
     this.txtBenhAnCacXetNghiem.Text = "";
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label64.Location = new System.Drawing.Point(22, 1534);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(240, 13);
     this.label64.TabIndex = 598;
     this.label64.Text = "3. Các xét nghiệm cận lâm sàng cần làm:";
     //
     // txtBenhAnNoiTiet
     //
     this.txtBenhAnNoiTiet.Location = new System.Drawing.Point(35, 1474);
     this.txtBenhAnNoiTiet.Name = "txtBenhAnNoiTiet";
     this.txtBenhAnNoiTiet.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnNoiTiet.TabIndex = 597;
     this.txtBenhAnNoiTiet.Text = "";
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Location = new System.Drawing.Point(55, 1448);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(215, 13);
     this.label63.TabIndex = 596;
     this.label63.Text = "+ Nội Tiết, dinh dưỡng và các bệnh lý khác:";
     //
     // txtBenhAnMat
     //
     this.txtBenhAnMat.Location = new System.Drawing.Point(35, 1391);
     this.txtBenhAnMat.Name = "txtBenhAnMat";
     this.txtBenhAnMat.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnMat.TabIndex = 597;
     this.txtBenhAnMat.Text = "";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(55, 1365);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(37, 13);
     this.label62.TabIndex = 596;
     this.label62.Text = "+ Mắt:";
     //
     // txtBenhAnRangHamMat
     //
     this.txtBenhAnRangHamMat.Location = new System.Drawing.Point(35, 1310);
     this.txtBenhAnRangHamMat.Name = "txtBenhAnRangHamMat";
     this.txtBenhAnRangHamMat.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnRangHamMat.TabIndex = 595;
     this.txtBenhAnRangHamMat.Text = "";
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Location = new System.Drawing.Point(55, 1284);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(106, 13);
     this.label61.TabIndex = 594;
     this.label61.Text = "+ Răng - Hàm -  Mặt:";
     //
     // txtBenhAnTaiMuiHong
     //
     this.txtBenhAnTaiMuiHong.Location = new System.Drawing.Point(35, 1221);
     this.txtBenhAnTaiMuiHong.Name = "txtBenhAnTaiMuiHong";
     this.txtBenhAnTaiMuiHong.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnTaiMuiHong.TabIndex = 593;
     this.txtBenhAnTaiMuiHong.Text = "";
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Location = new System.Drawing.Point(50, 1197);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(95, 13);
     this.label60.TabIndex = 592;
     this.label60.Text = "+ Tai - Mũi - Họng:";
     //
     // txtBenhAnCoXuongKhop
     //
     this.txtBenhAnCoXuongKhop.Location = new System.Drawing.Point(35, 1141);
     this.txtBenhAnCoXuongKhop.Name = "txtBenhAnCoXuongKhop";
     this.txtBenhAnCoXuongKhop.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnCoXuongKhop.TabIndex = 591;
     this.txtBenhAnCoXuongKhop.Text = "";
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.Location = new System.Drawing.Point(50, 1117);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(106, 13);
     this.label59.TabIndex = 590;
     this.label59.Text = "+ Cơ - Xương - Khớp:";
     //
     // txtBenhAnThanKinh
     //
     this.txtBenhAnThanKinh.Location = new System.Drawing.Point(35, 1056);
     this.txtBenhAnThanKinh.Name = "txtBenhAnThanKinh";
     this.txtBenhAnThanKinh.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnThanKinh.TabIndex = 591;
     this.txtBenhAnThanKinh.Text = "";
     //
     // txtBenhAnThanTietNieuSinhDuc
     //
     this.txtBenhAnThanTietNieuSinhDuc.Location = new System.Drawing.Point(35, 976);
     this.txtBenhAnThanTietNieuSinhDuc.Name = "txtBenhAnThanTietNieuSinhDuc";
     this.txtBenhAnThanTietNieuSinhDuc.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnThanTietNieuSinhDuc.TabIndex = 571;
     this.txtBenhAnThanTietNieuSinhDuc.Text = "";
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Location = new System.Drawing.Point(50, 1032);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(67, 13);
     this.label58.TabIndex = 590;
     this.label58.Text = "+ Thần kinh:";
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Location = new System.Drawing.Point(50, 952);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(145, 13);
     this.label57.TabIndex = 570;
     this.label57.Text = "+ Thận - Tiết niệu - Sinh dục:";
     //
     // txtBenhAnTieuHoa
     //
     this.txtBenhAnTieuHoa.Location = new System.Drawing.Point(35, 899);
     this.txtBenhAnTieuHoa.Name = "txtBenhAnTieuHoa";
     this.txtBenhAnTieuHoa.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnTieuHoa.TabIndex = 569;
     this.txtBenhAnTieuHoa.Text = "";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Location = new System.Drawing.Point(50, 875);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(61, 13);
     this.label56.TabIndex = 568;
     this.label56.Text = "+ Tiêu hóa:";
     //
     // txtBenhAnHoHap
     //
     this.txtBenhAnHoHap.Location = new System.Drawing.Point(35, 818);
     this.txtBenhAnHoHap.Name = "txtBenhAnHoHap";
     this.txtBenhAnHoHap.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnHoHap.TabIndex = 567;
     this.txtBenhAnHoHap.Text = "";
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.Location = new System.Drawing.Point(50, 800);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(54, 13);
     this.label55.TabIndex = 566;
     this.label55.Text = "+ Hô hấp:";
     //
     // txtBenhAnTuanHoan
     //
     this.txtBenhAnTuanHoan.Location = new System.Drawing.Point(35, 747);
     this.txtBenhAnTuanHoan.Name = "txtBenhAnTuanHoan";
     this.txtBenhAnTuanHoan.Size = new System.Drawing.Size(847, 48);
     this.txtBenhAnTuanHoan.TabIndex = 565;
     this.txtBenhAnTuanHoan.Text = "";
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Location = new System.Drawing.Point(50, 733);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(71, 13);
     this.label54.TabIndex = 564;
     this.label54.Text = "+ Tuần hoàn:";
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label53.Location = new System.Drawing.Point(40, 710);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(98, 13);
     this.label53.TabIndex = 563;
     this.label53.Text = "2. Các cơ quan:";
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Controls.Add(this.txtCanNang);
     this.uiGroupBox3.Controls.Add(this.txtNhipTho);
     this.uiGroupBox3.Controls.Add(this.label83);
     this.uiGroupBox3.Controls.Add(this.txtHuyetApDen);
     this.uiGroupBox3.Controls.Add(this.txtHuyetApTu);
     this.uiGroupBox3.Controls.Add(this.txtNhietDo);
     this.uiGroupBox3.Controls.Add(this.label82);
     this.uiGroupBox3.Controls.Add(this.label81);
     this.uiGroupBox3.Controls.Add(this.label80);
     this.uiGroupBox3.Controls.Add(this.label79);
     this.uiGroupBox3.Controls.Add(this.label78);
     this.uiGroupBox3.Controls.Add(this.label77);
     this.uiGroupBox3.Controls.Add(this.label76);
     this.uiGroupBox3.Controls.Add(this.txtMach);
     this.uiGroupBox3.Controls.Add(this.label75);
     this.uiGroupBox3.Controls.Add(this.label74);
     this.uiGroupBox3.Controls.Add(this.label73);
     this.uiGroupBox3.Controls.Add(this.label72);
     this.uiGroupBox3.Controls.Add(this.label71);
     this.uiGroupBox3.Controls.Add(this.label70);
     this.uiGroupBox3.Controls.Add(this.label69);
     this.uiGroupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox3.Location = new System.Drawing.Point(646, 555);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(225, 168);
     this.uiGroupBox3.TabIndex = 561;
     //
     // txtCanNang
     //
     this.txtCanNang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCanNang.Location = new System.Drawing.Point(75, 139);
     this.txtCanNang.Name = "txtCanNang";
     this.txtCanNang.Size = new System.Drawing.Size(80, 20);
     this.txtCanNang.TabIndex = 77;
     this.txtCanNang.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNhipTho
     //
     this.txtNhipTho.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNhipTho.Location = new System.Drawing.Point(66, 113);
     this.txtNhipTho.Name = "txtNhipTho";
     this.txtNhipTho.Size = new System.Drawing.Size(74, 20);
     this.txtNhipTho.TabIndex = 76;
     this.txtNhipTho.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.Location = new System.Drawing.Point(104, 87);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(12, 16);
     this.label83.TabIndex = 578;
     this.label83.Text = "/";
     this.label83.Visible = false;
     //
     // txtHuyetApDen
     //
     this.txtHuyetApDen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHuyetApDen.Location = new System.Drawing.Point(120, 85);
     this.txtHuyetApDen.Name = "txtHuyetApDen";
     this.txtHuyetApDen.Size = new System.Drawing.Size(35, 20);
     this.txtHuyetApDen.TabIndex = 76;
     this.txtHuyetApDen.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtHuyetApDen.Visible = false;
     //
     // txtHuyetApTu
     //
     this.txtHuyetApTu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHuyetApTu.Location = new System.Drawing.Point(71, 85);
     this.txtHuyetApTu.Name = "txtHuyetApTu";
     this.txtHuyetApTu.Size = new System.Drawing.Size(84, 20);
     this.txtHuyetApTu.TabIndex = 75;
     this.txtHuyetApTu.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNhietDo
     //
     this.txtNhietDo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNhietDo.Location = new System.Drawing.Point(66, 55);
     this.txtNhietDo.Name = "txtNhietDo";
     this.txtNhietDo.Size = new System.Drawing.Size(89, 20);
     this.txtNhietDo.TabIndex = 74;
     this.txtNhietDo.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label82
     //
     this.label82.AutoSize = true;
     this.label82.Location = new System.Drawing.Point(146, 192);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(0, 16);
     this.label82.TabIndex = 574;
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(174, 165);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(0, 16);
     this.label81.TabIndex = 573;
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label80.Location = new System.Drawing.Point(174, 140);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(22, 15);
     this.label80.TabIndex = 572;
     this.label80.Text = "Kg";
     //
     // label79
     //
     this.label79.AutoSize = true;
     this.label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label79.Location = new System.Drawing.Point(146, 115);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(51, 15);
     this.label79.TabIndex = 571;
     this.label79.Text = "lần/phút";
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label78.Location = new System.Drawing.Point(158, 87);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(45, 15);
     this.label78.TabIndex = 570;
     this.label78.Text = "mmHg";
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label77.Location = new System.Drawing.Point(163, 57);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(34, 15);
     this.label77.TabIndex = 569;
     this.label77.Text = "Độ C";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label76.Location = new System.Drawing.Point(145, 26);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(51, 15);
     this.label76.TabIndex = 568;
     this.label76.Text = "lần/phút";
     //
     // txtMach
     //
     this.txtMach.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMach.Location = new System.Drawing.Point(58, 25);
     this.txtMach.Name = "txtMach";
     this.txtMach.Size = new System.Drawing.Size(82, 20);
     this.txtMach.TabIndex = 73;
     this.txtMach.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Location = new System.Drawing.Point(5, 192);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(0, 16);
     this.label75.TabIndex = 567;
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(5, 165);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(0, 16);
     this.label74.TabIndex = 566;
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label73.Location = new System.Drawing.Point(5, 140);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(63, 15);
     this.label73.TabIndex = 565;
     this.label73.Text = "Cân nặng:";
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label72.Location = new System.Drawing.Point(4, 114);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(59, 15);
     this.label72.TabIndex = 564;
     this.label72.Text = "Nhịp thở: ";
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label71.Location = new System.Drawing.Point(4, 87);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(61, 15);
     this.label71.TabIndex = 563;
     this.label71.Text = "Huyết áp: ";
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label70.Location = new System.Drawing.Point(3, 57);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(56, 15);
     this.label70.TabIndex = 562;
     this.label70.Text = "Nhiệt độ:";
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label69.Location = new System.Drawing.Point(4, 29);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(41, 15);
     this.label69.TabIndex = 561;
     this.label69.Text = "Mạch:";
     //
     // txtBenhAnToanThan
     //
     this.txtBenhAnToanThan.Location = new System.Drawing.Point(35, 613);
     this.txtBenhAnToanThan.Name = "txtBenhAnToanThan";
     this.txtBenhAnToanThan.Size = new System.Drawing.Size(575, 82);
     this.txtBenhAnToanThan.TabIndex = 514;
     this.txtBenhAnToanThan.Text = "";
     //
     // label52
     //
     this.label52.AutoSize = true;
     this.label52.Location = new System.Drawing.Point(123, 585);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(436, 13);
     this.label52.TabIndex = 513;
     this.label52.Text = "(ý thức, da niên mạc, hệ thống hạch, tuyến giáp, vị trí, kích thước, " +
         "số lượng, di động v.v...)";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label51.Location = new System.Drawing.Point(40, 585);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(84, 13);
     this.label51.TabIndex = 512;
     this.label51.Text = "1. Toàn thân:";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label50.Location = new System.Drawing.Point(32, 561);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(90, 13);
     this.label50.TabIndex = 511;
     this.label50.Text = "III.Khám bệnh:";
     //
     // txtBenhAnGiaDinh
     //
     this.txtBenhAnGiaDinh.Location = new System.Drawing.Point(35, 467);
     this.txtBenhAnGiaDinh.Name = "txtBenhAnGiaDinh";
     this.txtBenhAnGiaDinh.Size = new System.Drawing.Size(847, 82);
     this.txtBenhAnGiaDinh.TabIndex = 510;
     this.txtBenhAnGiaDinh.Text = "";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(50, 451);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(432, 13);
     this.label49.TabIndex = 509;
     this.label49.Text = "+ Gia đình (Những người trong gia đình: bệnh đã mắc, đời sống, tinh thầ" +
         "n, vật chất v.v....)\r\n";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(619, 356);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(130, 13);
     this.label48.TabIndex = 508;
     this.label48.Text = "Thời gian(tính theo tháng)";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(196, 356);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(130, 13);
     this.label47.TabIndex = 507;
     this.label47.Text = "Thời gian(tính theo tháng)";
     //
     // txtKhac
     //
     this.txtKhac.Location = new System.Drawing.Point(592, 430);
     this.txtKhac.Name = "txtKhac";
     this.txtKhac.Size = new System.Drawing.Size(275, 20);
     this.txtKhac.TabIndex = 506;
     //
     // txtThuocLao
     //
     this.txtThuocLao.Location = new System.Drawing.Point(592, 407);
     this.txtThuocLao.Name = "txtThuocLao";
     this.txtThuocLao.Size = new System.Drawing.Size(275, 20);
     this.txtThuocLao.TabIndex = 505;
     //
     // txtThuocLa
     //
     this.txtThuocLa.Location = new System.Drawing.Point(592, 381);
     this.txtThuocLa.Name = "txtThuocLa";
     this.txtThuocLa.Size = new System.Drawing.Size(275, 20);
     this.txtThuocLa.TabIndex = 504;
     //
     // txtRuouBia
     //
     this.txtRuouBia.Location = new System.Drawing.Point(174, 428);
     this.txtRuouBia.Name = "txtRuouBia";
     this.txtRuouBia.Size = new System.Drawing.Size(278, 20);
     this.txtRuouBia.TabIndex = 503;
     //
     // txtMaTuy
     //
     this.txtMaTuy.Location = new System.Drawing.Point(174, 404);
     this.txtMaTuy.Name = "txtMaTuy";
     this.txtMaTuy.Size = new System.Drawing.Size(278, 20);
     this.txtMaTuy.TabIndex = 502;
     //
     // txtDiUng
     //
     this.txtDiUng.Location = new System.Drawing.Point(174, 381);
     this.txtDiUng.Name = "txtDiUng";
     this.txtDiUng.Size = new System.Drawing.Size(278, 20);
     this.txtDiUng.TabIndex = 501;
     //
     // chkKhac
     //
     this.chkKhac.AutoSize = true;
     this.chkKhac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkKhac.Location = new System.Drawing.Point(481, 430);
     this.chkKhac.Name = "chkKhac";
     this.chkKhac.Size = new System.Drawing.Size(87, 17);
     this.chkKhac.TabIndex = 500;
     this.chkKhac.Text = "6. Khác        ";
     this.chkKhac.UseVisualStyleBackColor = true;
     //
     // chkThuocLao
     //
     this.chkThuocLao.AutoSize = true;
     this.chkThuocLao.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkThuocLao.Location = new System.Drawing.Point(481, 407);
     this.chkThuocLao.Name = "chkThuocLao";
     this.chkThuocLao.Size = new System.Drawing.Size(86, 17);
     this.chkThuocLao.TabIndex = 499;
     this.chkThuocLao.Text = "5. Thuốc lào";
     this.chkThuocLao.UseVisualStyleBackColor = true;
     //
     // chkThuocLa
     //
     this.chkThuocLa.AutoSize = true;
     this.chkThuocLa.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkThuocLa.Location = new System.Drawing.Point(481, 384);
     this.chkThuocLa.Name = "chkThuocLa";
     this.chkThuocLa.Size = new System.Drawing.Size(86, 17);
     this.chkThuocLa.TabIndex = 498;
     this.chkThuocLa.Text = "4. Thuốc lá  ";
     this.chkThuocLa.UseVisualStyleBackColor = true;
     //
     // chkRuouBia
     //
     this.chkRuouBia.AutoSize = true;
     this.chkRuouBia.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkRuouBia.Location = new System.Drawing.Point(58, 430);
     this.chkRuouBia.Name = "chkRuouBia";
     this.chkRuouBia.Size = new System.Drawing.Size(81, 17);
     this.chkRuouBia.TabIndex = 497;
     this.chkRuouBia.Text = "3. Rượu bia";
     this.chkRuouBia.UseVisualStyleBackColor = true;
     //
     // chkMaTuy
     //
     this.chkMaTuy.AutoSize = true;
     this.chkMaTuy.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkMaTuy.Location = new System.Drawing.Point(58, 407);
     this.chkMaTuy.Name = "chkMaTuy";
     this.chkMaTuy.Size = new System.Drawing.Size(82, 17);
     this.chkMaTuy.TabIndex = 496;
     this.chkMaTuy.Text = "2. Ma túy    ";
     this.chkMaTuy.UseVisualStyleBackColor = true;
     //
     // chkDiUng
     //
     this.chkDiUng.AutoSize = true;
     this.chkDiUng.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkDiUng.Location = new System.Drawing.Point(58, 384);
     this.chkDiUng.Name = "chkDiUng";
     this.chkDiUng.Size = new System.Drawing.Size(83, 17);
     this.chkDiUng.TabIndex = 495;
     this.chkDiUng.Text = "1. Dị Ứng    ";
     this.chkDiUng.UseVisualStyleBackColor = true;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(32, 330);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(129, 13);
     this.label46.TabIndex = 494;
     this.label46.Text = "Đặc điểm liên quan bệnh:";
     //
     // txtBenhAnTienSuBenh
     //
     this.txtBenhAnTienSuBenh.Location = new System.Drawing.Point(35, 235);
     this.txtBenhAnTienSuBenh.Name = "txtBenhAnTienSuBenh";
     this.txtBenhAnTienSuBenh.Size = new System.Drawing.Size(847, 82);
     this.txtBenhAnTienSuBenh.TabIndex = 493;
     this.txtBenhAnTienSuBenh.Text = "";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(50, 219);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(590, 13);
     this.label45.TabIndex = 492;
     this.label45.Text = "+ Bản thân:(phát triển thể lực từ nhỏ đến lớn, những bệnh đã mắc, ph" +
         "ương pháp ĐTr, tiêm phòng, ăn uống, sinh hoạt v.v...)";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(32, 195);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(96, 13);
     this.label44.TabIndex = 491;
     this.label44.Text = "2.Tiền sử bệnh:";
     //
     // txtBenhAnQuaTrinhBenhLy
     //
     this.txtBenhAnQuaTrinhBenhLy.Location = new System.Drawing.Point(35, 103);
     this.txtBenhAnQuaTrinhBenhLy.Name = "txtBenhAnQuaTrinhBenhLy";
     this.txtBenhAnQuaTrinhBenhLy.Size = new System.Drawing.Size(847, 82);
     this.txtBenhAnQuaTrinhBenhLy.TabIndex = 490;
     this.txtBenhAnQuaTrinhBenhLy.Text = "";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(160, 77);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(299, 13);
     this.label43.TabIndex = 489;
     this.label43.Text = "(khởi phát, diễn biến, chẩn đoán, điều trị các tuyến dưới vv...)";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.Location = new System.Drawing.Point(32, 77);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(123, 13);
     this.label42.TabIndex = 46;
     this.label42.Text = "1. Quá trình bệnh lý:";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(13, 55);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(74, 13);
     this.label41.TabIndex = 45;
     this.label41.Text = "II.Hỏi bệnh:";
     //
     // txtBenhAnVaoNgayThu
     //
     this.txtBenhAnVaoNgayThu.Location = new System.Drawing.Point(634, 21);
     this.txtBenhAnVaoNgayThu.Name = "txtBenhAnVaoNgayThu";
     this.txtBenhAnVaoNgayThu.Size = new System.Drawing.Size(138, 20);
     this.txtBenhAnVaoNgayThu.TabIndex = 44;
     this.txtBenhAnVaoNgayThu.Text = " ";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(797, 28);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(52, 13);
     this.label40.TabIndex = 43;
     this.label40.Text = "của bệnh";
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(558, 28);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(70, 13);
     this.label39.TabIndex = 42;
     this.label39.Text = "Vào ngày thứ";
     //
     // txtBenhAnLyDoNhapVien
     //
     this.txtBenhAnLyDoNhapVien.Location = new System.Drawing.Point(122, 21);
     this.txtBenhAnLyDoNhapVien.Name = "txtBenhAnLyDoNhapVien";
     this.txtBenhAnLyDoNhapVien.Size = new System.Drawing.Size(422, 20);
     this.txtBenhAnLyDoNhapVien.TabIndex = 41;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(13, 28);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(103, 13);
     this.label38.TabIndex = 34;
     this.label38.Text = "I.Lý do vào viện:";
     //
     // grpTinhTrangRaVien
     //
     this.grpTinhTrangRaVien.Controls.Add(this.splitContainer3);
     this.grpTinhTrangRaVien.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpTinhTrangRaVien.Location = new System.Drawing.Point(0, 740);
     this.grpTinhTrangRaVien.Name = "grpTinhTrangRaVien";
     this.grpTinhTrangRaVien.Size = new System.Drawing.Size(895, 182);
     this.grpTinhTrangRaVien.TabIndex = 3;
     this.grpTinhTrangRaVien.Text = "IV. TÌNH TRẠNG RA VIỆN";
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(3, 16);
     this.splitContainer3.Name = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.groupBox3);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.chkttrvKhac);
     this.splitContainer3.Panel2.Controls.Add(this.chkttrvTrong24GioVaoVien);
     this.splitContainer3.Panel2.Controls.Add(this.chkttrvSau24Gio);
     this.splitContainer3.Panel2.Controls.Add(this.chkttrvDoTaiBien);
     this.splitContainer3.Panel2.Controls.Add(this.chkttrvDoBenh);
     this.splitContainer3.Panel2.Controls.Add(this.txtTTRVChuanDoanGiaiPhau);
     this.splitContainer3.Panel2.Controls.Add(this.chkTTRVKhamNgiemTuThi);
     this.splitContainer3.Panel2.Controls.Add(this.txtTTRVNguyenNhanChinhTuVong);
     this.splitContainer3.Panel2.Controls.Add(this.txtTTRVNgayTuVong);
     this.splitContainer3.Panel2.Controls.Add(this.label37);
     this.splitContainer3.Panel2.Controls.Add(this.label36);
     this.splitContainer3.Panel2.Controls.Add(this.label35);
     this.splitContainer3.Panel2.Controls.Add(this.label34);
     this.splitContainer3.Size = new System.Drawing.Size(889, 163);
     this.splitContainer3.SplitterDistance = 328;
     this.splitContainer3.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkTTRVAcTinh);
     this.groupBox3.Controls.Add(this.chkTTRVNghiNgo);
     this.groupBox3.Controls.Add(this.chkTTRVLanhTinh);
     this.groupBox3.Controls.Add(this.chkTTRVTuVong);
     this.groupBox3.Controls.Add(this.chkTTRVNangHon);
     this.groupBox3.Controls.Add(this.chkTTRVKhongThayDoi);
     this.groupBox3.Controls.Add(this.chkTTRVDoGiam);
     this.groupBox3.Controls.Add(this.chkTTRVKhoi);
     this.groupBox3.Controls.Add(this.label32);
     this.groupBox3.Controls.Add(this.label33);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(328, 163);
     this.groupBox3.TabIndex = 489;
     this.groupBox3.TabStop = false;
     //
     // chkTTRVAcTinh
     //
     this.chkTTRVAcTinh.AutoSize = true;
     this.chkTTRVAcTinh.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVAcTinh.Location = new System.Drawing.Point(211, 132);
     this.chkTTRVAcTinh.Name = "chkTTRVAcTinh";
     this.chkTTRVAcTinh.Size = new System.Drawing.Size(70, 17);
     this.chkTTRVAcTinh.TabIndex = 493;
     this.chkTTRVAcTinh.Text = "3.Ác tính";
     this.chkTTRVAcTinh.UseVisualStyleBackColor = true;
     this.chkTTRVAcTinh.CheckedChanged += new System.EventHandler(this.chkTTRVAcTinh_CheckedChanged);
     //
     // chkTTRVNghiNgo
     //
     this.chkTTRVNghiNgo.AutoSize = true;
     this.chkTTRVNghiNgo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVNghiNgo.Location = new System.Drawing.Point(110, 132);
     this.chkTTRVNghiNgo.Name = "chkTTRVNghiNgo";
     this.chkTTRVNghiNgo.Size = new System.Drawing.Size(81, 17);
     this.chkTTRVNghiNgo.TabIndex = 492;
     this.chkTTRVNghiNgo.Text = "2.Nghi ngờ ";
     this.chkTTRVNghiNgo.UseVisualStyleBackColor = true;
     this.chkTTRVNghiNgo.CheckedChanged += new System.EventHandler(this.chkTTRVNghiNgo_CheckedChanged);
     //
     // chkTTRVLanhTinh
     //
     this.chkTTRVLanhTinh.AutoSize = true;
     this.chkTTRVLanhTinh.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVLanhTinh.Location = new System.Drawing.Point(17, 132);
     this.chkTTRVLanhTinh.Name = "chkTTRVLanhTinh";
     this.chkTTRVLanhTinh.Size = new System.Drawing.Size(81, 17);
     this.chkTTRVLanhTinh.TabIndex = 491;
     this.chkTTRVLanhTinh.Text = "1.Lành tính";
     this.chkTTRVLanhTinh.UseVisualStyleBackColor = true;
     this.chkTTRVLanhTinh.CheckedChanged += new System.EventHandler(this.chkTTRVLanhTinh_CheckedChanged);
     //
     // chkTTRVTuVong
     //
     this.chkTTRVTuVong.AutoSize = true;
     this.chkTTRVTuVong.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVTuVong.Location = new System.Drawing.Point(203, 61);
     this.chkTTRVTuVong.Name = "chkTTRVTuVong";
     this.chkTTRVTuVong.Size = new System.Drawing.Size(81, 17);
     this.chkTTRVTuVong.TabIndex = 490;
     this.chkTTRVTuVong.Text = "5.Tử vong  ";
     this.chkTTRVTuVong.UseVisualStyleBackColor = true;
     this.chkTTRVTuVong.CheckedChanged += new System.EventHandler(this.chkTTRVTuVong_CheckedChanged);
     //
     // chkTTRVNangHon
     //
     this.chkTTRVNangHon.AutoSize = true;
     this.chkTTRVNangHon.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVNangHon.Location = new System.Drawing.Point(203, 38);
     this.chkTTRVNangHon.Name = "chkTTRVNangHon";
     this.chkTTRVNangHon.Size = new System.Drawing.Size(82, 17);
     this.chkTTRVNangHon.TabIndex = 489;
     this.chkTTRVNangHon.Text = "4.Nặng hơn";
     this.chkTTRVNangHon.UseVisualStyleBackColor = true;
     this.chkTTRVNangHon.CheckedChanged += new System.EventHandler(this.chkTTRVNangHon_CheckedChanged);
     //
     // chkTTRVKhongThayDoi
     //
     this.chkTTRVKhongThayDoi.AutoSize = true;
     this.chkTTRVKhongThayDoi.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVKhongThayDoi.Location = new System.Drawing.Point(13, 84);
     this.chkTTRVKhongThayDoi.Name = "chkTTRVKhongThayDoi";
     this.chkTTRVKhongThayDoi.Size = new System.Drawing.Size(107, 17);
     this.chkTTRVKhongThayDoi.TabIndex = 488;
     this.chkTTRVKhongThayDoi.Text = "3.Không thay đổi";
     this.chkTTRVKhongThayDoi.UseVisualStyleBackColor = true;
     this.chkTTRVKhongThayDoi.CheckedChanged += new System.EventHandler(this.chkTTRVKhongThayDoi_CheckedChanged);
     //
     // chkTTRVDoGiam
     //
     this.chkTTRVDoGiam.AutoSize = true;
     this.chkTTRVDoGiam.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVDoGiam.Location = new System.Drawing.Point(13, 61);
     this.chkTTRVDoGiam.Name = "chkTTRVDoGiam";
     this.chkTTRVDoGiam.Size = new System.Drawing.Size(107, 17);
     this.chkTTRVDoGiam.TabIndex = 487;
     this.chkTTRVDoGiam.Text = "2.Đỡ, giảm          ";
     this.chkTTRVDoGiam.UseVisualStyleBackColor = true;
     this.chkTTRVDoGiam.CheckedChanged += new System.EventHandler(this.chkTTRVDoGiam_CheckedChanged);
     //
     // chkTTRVKhoi
     //
     this.chkTTRVKhoi.AutoSize = true;
     this.chkTTRVKhoi.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTTRVKhoi.Location = new System.Drawing.Point(13, 38);
     this.chkTTRVKhoi.Name = "chkTTRVKhoi";
     this.chkTTRVKhoi.Size = new System.Drawing.Size(107, 17);
     this.chkTTRVKhoi.TabIndex = 486;
     this.chkTTRVKhoi.Text = "1.Khỏi                 ";
     this.chkTTRVKhoi.UseVisualStyleBackColor = true;
     this.chkTTRVKhoi.CheckedChanged += new System.EventHandler(this.chkTTRVKhoi_CheckedChanged);
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(10, 13);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(82, 13);
     this.label32.TabIndex = 484;
     this.label32.Text = "Kết quả điều trị:";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(10, 106);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(162, 13);
     this.label33.TabIndex = 485;
     this.label33.Text = "Giải phẫu bệnh:(khi có sinh thiết)";
     //
     // chkttrvKhac
     //
     this.chkttrvKhac.AutoSize = true;
     this.chkttrvKhac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkttrvKhac.Location = new System.Drawing.Point(420, 40);
     this.chkttrvKhac.Name = "chkttrvKhac";
     this.chkttrvKhac.Size = new System.Drawing.Size(60, 17);
     this.chkttrvKhac.TabIndex = 488;
     this.chkttrvKhac.Text = "5.Khác";
     this.chkttrvKhac.UseVisualStyleBackColor = true;
     this.chkttrvKhac.CheckedChanged += new System.EventHandler(this.chkttrvKhac_CheckedChanged);
     //
     // chkttrvTrong24GioVaoVien
     //
     this.chkttrvTrong24GioVaoVien.AutoSize = true;
     this.chkttrvTrong24GioVaoVien.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkttrvTrong24GioVaoVien.Location = new System.Drawing.Point(27, 62);
     this.chkttrvTrong24GioVaoVien.Name = "chkttrvTrong24GioVaoVien";
     this.chkttrvTrong24GioVaoVien.Size = new System.Drawing.Size(139, 17);
     this.chkttrvTrong24GioVaoVien.TabIndex = 487;
     this.chkttrvTrong24GioVaoVien.Text = "2.Trong 24 giờ vào viện";
     this.chkttrvTrong24GioVaoVien.UseVisualStyleBackColor = true;
     this.chkttrvTrong24GioVaoVien.CheckedChanged += new System.EventHandler(this.chkttrvTrong24GioVaoVien_CheckedChanged);
     //
     // chkttrvSau24Gio
     //
     this.chkttrvSau24Gio.AutoSize = true;
     this.chkttrvSau24Gio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkttrvSau24Gio.Location = new System.Drawing.Point(221, 63);
     this.chkttrvSau24Gio.Name = "chkttrvSau24Gio";
     this.chkttrvSau24Gio.Size = new System.Drawing.Size(130, 17);
     this.chkttrvSau24Gio.TabIndex = 486;
     this.chkttrvSau24Gio.Text = "4.Sau 24 giờ vào viện";
     this.chkttrvSau24Gio.UseVisualStyleBackColor = true;
     this.chkttrvSau24Gio.CheckedChanged += new System.EventHandler(this.chkttrvSau24Gio_CheckedChanged);
     //
     // chkttrvDoTaiBien
     //
     this.chkttrvDoTaiBien.AutoSize = true;
     this.chkttrvDoTaiBien.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkttrvDoTaiBien.Location = new System.Drawing.Point(221, 40);
     this.chkttrvDoTaiBien.Name = "chkttrvDoTaiBien";
     this.chkttrvDoTaiBien.Size = new System.Drawing.Size(130, 17);
     this.chkttrvDoTaiBien.TabIndex = 485;
     this.chkttrvDoTaiBien.Text = "3.Do tai biến điều trị   ";
     this.chkttrvDoTaiBien.UseVisualStyleBackColor = true;
     this.chkttrvDoTaiBien.CheckedChanged += new System.EventHandler(this.chkttrvDoTaiBien_CheckedChanged);
     //
     // chkttrvDoBenh
     //
     this.chkttrvDoBenh.AutoSize = true;
     this.chkttrvDoBenh.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkttrvDoBenh.Location = new System.Drawing.Point(27, 39);
     this.chkttrvDoBenh.Name = "chkttrvDoBenh";
     this.chkttrvDoBenh.Size = new System.Drawing.Size(140, 17);
     this.chkttrvDoBenh.TabIndex = 484;
     this.chkttrvDoBenh.Text = "1.Do Bệnh                     ";
     this.chkttrvDoBenh.UseVisualStyleBackColor = true;
     this.chkttrvDoBenh.CheckedChanged += new System.EventHandler(this.chkttrvDoBenh_CheckedChanged);
     //
     // txtTTRVChuanDoanGiaiPhau
     //
     this.txtTTRVChuanDoanGiaiPhau.Location = new System.Drawing.Point(311, 127);
     this.txtTTRVChuanDoanGiaiPhau.Name = "txtTTRVChuanDoanGiaiPhau";
     this.txtTTRVChuanDoanGiaiPhau.Size = new System.Drawing.Size(236, 20);
     this.txtTTRVChuanDoanGiaiPhau.TabIndex = 40;
     //
     // chkTTRVKhamNgiemTuThi
     //
     this.chkTTRVKhamNgiemTuThi.AutoSize = true;
     this.chkTTRVKhamNgiemTuThi.Location = new System.Drawing.Point(132, 130);
     this.chkTTRVKhamNgiemTuThi.Name = "chkTTRVKhamNgiemTuThi";
     this.chkTTRVKhamNgiemTuThi.Size = new System.Drawing.Size(15, 14);
     this.chkTTRVKhamNgiemTuThi.TabIndex = 27;
     this.chkTTRVKhamNgiemTuThi.UseVisualStyleBackColor = true;
     //
     // txtTTRVNguyenNhanChinhTuVong
     //
     this.txtTTRVNguyenNhanChinhTuVong.Location = new System.Drawing.Point(170, 95);
     this.txtTTRVNguyenNhanChinhTuVong.Name = "txtTTRVNguyenNhanChinhTuVong";
     this.txtTTRVNguyenNhanChinhTuVong.Size = new System.Drawing.Size(377, 20);
     this.txtTTRVNguyenNhanChinhTuVong.TabIndex = 39;
     //
     // txtTTRVNgayTuVong
     //
     this.txtTTRVNgayTuVong.Location = new System.Drawing.Point(118, 11);
     this.txtTTRVNgayTuVong.Name = "txtTTRVNgayTuVong";
     this.txtTTRVNgayTuVong.Size = new System.Drawing.Size(190, 20);
     this.txtTTRVNgayTuVong.TabIndex = 33;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(164, 130);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(141, 13);
     this.label37.TabIndex = 38;
     this.label37.Text = "Chuẩn đoán giải phẫu tử thi:";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(24, 130);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(100, 13);
     this.label36.TabIndex = 37;
     this.label36.Text = "Khám nghiệm tử thi:";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(24, 96);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(144, 13);
     this.label35.TabIndex = 36;
     this.label35.Text = "Nguyên nhân chính tử vong:";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(24, 15);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(93, 13);
     this.label34.TabIndex = 35;
     this.label34.Text = "Tình hình tử vong:";
     //
     // grpChanDoan
     //
     this.grpChanDoan.Controls.Add(this.splitContainer2);
     this.grpChanDoan.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpChanDoan.Location = new System.Drawing.Point(0, 521);
     this.grpChanDoan.Name = "grpChanDoan";
     this.grpChanDoan.Size = new System.Drawing.Size(895, 219);
     this.grpChanDoan.TabIndex = 2;
     this.grpChanDoan.Text = "III. CHẨN ĐOÁN";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 16);
     this.splitContainer2.Name = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.txtCDKhiVaoDieuTri);
     this.splitContainer2.Panel1.Controls.Add(this.txtCDKKBCapCuu);
     this.splitContainer2.Panel1.Controls.Add(this.chkCDPhauThuat);
     this.splitContainer2.Panel1.Controls.Add(this.chkCDThuThuat);
     this.splitContainer2.Panel1.Controls.Add(this.txtCDMaKhiVaoDieuTri);
     this.splitContainer2.Panel1.Controls.Add(this.txtCDMaKKBCapCuu);
     this.splitContainer2.Panel1.Controls.Add(this.txtCDMaNoiChuyenDen);
     this.splitContainer2.Panel1.Controls.Add(this.txtCDNoiChuyenDen);
     this.splitContainer2.Panel1.Controls.Add(this.label26);
     this.splitContainer2.Panel1.Controls.Add(this.label25);
     this.splitContainer2.Panel1.Controls.Add(this.label24);
     this.splitContainer2.Panel1.Controls.Add(this.label23);
     this.splitContainer2.Panel1.Controls.Add(this.label22);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer2.Size = new System.Drawing.Size(889, 200);
     this.splitContainer2.SplitterDistance = 550;
     this.splitContainer2.TabIndex = 0;
     //
     // txtCDKhiVaoDieuTri
     //
     this.txtCDKhiVaoDieuTri.Location = new System.Drawing.Point(109, 108);
     this.txtCDKhiVaoDieuTri.Name = "txtCDKhiVaoDieuTri";
     this.txtCDKhiVaoDieuTri.Size = new System.Drawing.Size(298, 53);
     this.txtCDKhiVaoDieuTri.TabIndex = 591;
     this.txtCDKhiVaoDieuTri.Text = "";
     //
     // txtCDKKBCapCuu
     //
     this.txtCDKKBCapCuu.Location = new System.Drawing.Point(109, 44);
     this.txtCDKKBCapCuu.Name = "txtCDKKBCapCuu";
     this.txtCDKKBCapCuu.Size = new System.Drawing.Size(298, 55);
     this.txtCDKKBCapCuu.TabIndex = 590;
     this.txtCDKKBCapCuu.Text = "";
     //
     // chkCDPhauThuat
     //
     this.chkCDPhauThuat.AutoSize = true;
     this.chkCDPhauThuat.Location = new System.Drawing.Point(348, 167);
     this.chkCDPhauThuat.Name = "chkCDPhauThuat";
     this.chkCDPhauThuat.Size = new System.Drawing.Size(15, 14);
     this.chkCDPhauThuat.TabIndex = 26;
     this.chkCDPhauThuat.UseVisualStyleBackColor = true;
     //
     // chkCDThuThuat
     //
     this.chkCDThuThuat.AutoSize = true;
     this.chkCDThuThuat.Location = new System.Drawing.Point(164, 167);
     this.chkCDThuThuat.Name = "chkCDThuThuat";
     this.chkCDThuThuat.Size = new System.Drawing.Size(15, 14);
     this.chkCDThuThuat.TabIndex = 25;
     this.chkCDThuThuat.UseVisualStyleBackColor = true;
     //
     // txtCDMaKhiVaoDieuTri
     //
     this.txtCDMaKhiVaoDieuTri.Location = new System.Drawing.Point(413, 123);
     this.txtCDMaKhiVaoDieuTri.Name = "txtCDMaKhiVaoDieuTri";
     this.txtCDMaKhiVaoDieuTri.Size = new System.Drawing.Size(130, 20);
     this.txtCDMaKhiVaoDieuTri.TabIndex = 24;
     //
     // txtCDMaKKBCapCuu
     //
     this.txtCDMaKKBCapCuu.Location = new System.Drawing.Point(413, 60);
     this.txtCDMaKKBCapCuu.Name = "txtCDMaKKBCapCuu";
     this.txtCDMaKKBCapCuu.Size = new System.Drawing.Size(130, 20);
     this.txtCDMaKKBCapCuu.TabIndex = 22;
     //
     // txtCDMaNoiChuyenDen
     //
     this.txtCDMaNoiChuyenDen.Location = new System.Drawing.Point(413, 18);
     this.txtCDMaNoiChuyenDen.Name = "txtCDMaNoiChuyenDen";
     this.txtCDMaNoiChuyenDen.Size = new System.Drawing.Size(130, 20);
     this.txtCDMaNoiChuyenDen.TabIndex = 20;
     //
     // txtCDNoiChuyenDen
     //
     this.txtCDNoiChuyenDen.Location = new System.Drawing.Point(109, 18);
     this.txtCDNoiChuyenDen.Name = "txtCDNoiChuyenDen";
     this.txtCDNoiChuyenDen.Size = new System.Drawing.Size(298, 20);
     this.txtCDNoiChuyenDen.TabIndex = 19;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(274, 168);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(68, 13);
     this.label26.TabIndex = 18;
     this.label26.Text = "+ Phẫu thuật";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(99, 168);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(59, 13);
     this.label25.TabIndex = 17;
     this.label25.Text = "+Thủ thuât";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(4, 123);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(108, 13);
     this.label24.TabIndex = 16;
     this.label24.Text = "Khi vào khoa điều trị:";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(4, 68);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(77, 13);
     this.label23.TabIndex = 15;
     this.label23.Text = "KKB. Cấp cứu:";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(4, 21);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(86, 13);
     this.label22.TabIndex = 14;
     this.label22.Text = "Nơi chuyển đến:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtCDBenhKemTheo);
     this.groupBox1.Controls.Add(this.txtCDBenhChinh);
     this.groupBox1.Controls.Add(this.txtCDMaBenhKemTheo);
     this.groupBox1.Controls.Add(this.txtCDMaBenhChinh);
     this.groupBox1.Controls.Add(this.chkCDBienChung);
     this.groupBox1.Controls.Add(this.chkCDTaiBien);
     this.groupBox1.Controls.Add(this.label27);
     this.groupBox1.Controls.Add(this.label31);
     this.groupBox1.Controls.Add(this.label28);
     this.groupBox1.Controls.Add(this.label30);
     this.groupBox1.Controls.Add(this.label29);
     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(335, 200);
     this.groupBox1.TabIndex = 27;
     this.groupBox1.TabStop = false;
     //
     // txtCDBenhKemTheo
     //
     this.txtCDBenhKemTheo.Location = new System.Drawing.Point(92, 103);
     this.txtCDBenhKemTheo.Name = "txtCDBenhKemTheo";
     this.txtCDBenhKemTheo.Size = new System.Drawing.Size(185, 53);
     this.txtCDBenhKemTheo.TabIndex = 593;
     this.txtCDBenhKemTheo.Text = "";
     //
     // txtCDBenhChinh
     //
     this.txtCDBenhChinh.Location = new System.Drawing.Point(92, 44);
     this.txtCDBenhChinh.Name = "txtCDBenhChinh";
     this.txtCDBenhChinh.Size = new System.Drawing.Size(185, 53);
     this.txtCDBenhChinh.TabIndex = 592;
     this.txtCDBenhChinh.Text = "";
     //
     // txtCDMaBenhKemTheo
     //
     this.txtCDMaBenhKemTheo.Location = new System.Drawing.Point(284, 123);
     this.txtCDMaBenhKemTheo.Name = "txtCDMaBenhKemTheo";
     this.txtCDMaBenhKemTheo.Size = new System.Drawing.Size(45, 20);
     this.txtCDMaBenhKemTheo.TabIndex = 43;
     //
     // txtCDMaBenhChinh
     //
     this.txtCDMaBenhChinh.Location = new System.Drawing.Point(282, 61);
     this.txtCDMaBenhChinh.Name = "txtCDMaBenhChinh";
     this.txtCDMaBenhChinh.Size = new System.Drawing.Size(45, 20);
     this.txtCDMaBenhChinh.TabIndex = 41;
     //
     // chkCDBienChung
     //
     this.chkCDBienChung.AutoSize = true;
     this.chkCDBienChung.Location = new System.Drawing.Point(287, 169);
     this.chkCDBienChung.Name = "chkCDBienChung";
     this.chkCDBienChung.Size = new System.Drawing.Size(15, 14);
     this.chkCDBienChung.TabIndex = 39;
     this.chkCDBienChung.UseVisualStyleBackColor = true;
     //
     // chkCDTaiBien
     //
     this.chkCDTaiBien.AutoSize = true;
     this.chkCDTaiBien.Location = new System.Drawing.Point(93, 169);
     this.chkCDTaiBien.Name = "chkCDTaiBien";
     this.chkCDTaiBien.Size = new System.Drawing.Size(15, 14);
     this.chkCDTaiBien.TabIndex = 38;
     this.chkCDTaiBien.UseVisualStyleBackColor = true;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(211, 170);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(70, 13);
     this.label27.TabIndex = 37;
     this.label27.Text = "+ Biến chứng";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(16, 23);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(47, 13);
     this.label31.TabIndex = 33;
     this.label31.Text = "Ra viện:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(36, 170);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(51, 13);
     this.label28.TabIndex = 36;
     this.label28.Text = "+Tai biến";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(7, 64);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(72, 13);
     this.label30.TabIndex = 34;
     this.label30.Text = "+Bệnh chính:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(7, 123);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(88, 13);
     this.label29.TabIndex = 35;
     this.label29.Text = "+Bệnh kèm theo:";
     //
     // grpQuanLyNguoiBenh
     //
     this.grpQuanLyNguoiBenh.Controls.Add(this.splitContainer1);
     this.grpQuanLyNguoiBenh.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpQuanLyNguoiBenh.Location = new System.Drawing.Point(0, 278);
     this.grpQuanLyNguoiBenh.Name = "grpQuanLyNguoiBenh";
     this.grpQuanLyNguoiBenh.Size = new System.Drawing.Size(895, 243);
     this.grpQuanLyNguoiBenh.TabIndex = 1;
     this.grpQuanLyNguoiBenh.TabStop = false;
     this.grpQuanLyNguoiBenh.Text = "II. QUẢN LÝ NGƯỜI BỆNH";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.chkQLNBKhoaDieuTri);
     this.splitContainer1.Panel1.Controls.Add(this.chkQLNBKKB);
     this.splitContainer1.Panel1.Controls.Add(this.chkQLNBCapCuu);
     this.splitContainer1.Panel1.Controls.Add(this.label21);
     this.splitContainer1.Panel1.Controls.Add(this.grdQLNBKhoa);
     this.splitContainer1.Panel1.Controls.Add(this.label14);
     this.splitContainer1.Panel1.Controls.Add(this.dtQLNBVaoVien);
     this.splitContainer1.Panel1.Controls.Add(this.label7);
     this.splitContainer1.Panel1.Controls.Add(this.label6);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(889, 224);
     this.splitContainer1.SplitterDistance = 465;
     this.splitContainer1.TabIndex = 0;
     //
     // chkQLNBKhoaDieuTri
     //
     this.chkQLNBKhoaDieuTri.AutoSize = true;
     this.chkQLNBKhoaDieuTri.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBKhoaDieuTri.Location = new System.Drawing.Point(363, 40);
     this.chkQLNBKhoaDieuTri.Name = "chkQLNBKhoaDieuTri";
     this.chkQLNBKhoaDieuTri.Size = new System.Drawing.Size(95, 17);
     this.chkQLNBKhoaDieuTri.TabIndex = 16;
     this.chkQLNBKhoaDieuTri.Text = "3.Khoa điều trị";
     this.chkQLNBKhoaDieuTri.UseVisualStyleBackColor = true;
     this.chkQLNBKhoaDieuTri.CheckedChanged += new System.EventHandler(this.chkQLNBKhoaDieuTri_CheckedChanged);
     //
     // chkQLNBKKB
     //
     this.chkQLNBKKB.AutoSize = true;
     this.chkQLNBKKB.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBKKB.Location = new System.Drawing.Point(242, 40);
     this.chkQLNBKKB.Name = "chkQLNBKKB";
     this.chkQLNBKKB.Size = new System.Drawing.Size(59, 17);
     this.chkQLNBKKB.TabIndex = 15;
     this.chkQLNBKKB.Text = "2. KKB";
     this.chkQLNBKKB.UseVisualStyleBackColor = true;
     this.chkQLNBKKB.CheckedChanged += new System.EventHandler(this.chkQLNBKKB_CheckedChanged);
     //
     // chkQLNBCapCuu
     //
     this.chkQLNBCapCuu.AutoSize = true;
     this.chkQLNBCapCuu.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBCapCuu.Location = new System.Drawing.Point(90, 40);
     this.chkQLNBCapCuu.Name = "chkQLNBCapCuu";
     this.chkQLNBCapCuu.Size = new System.Drawing.Size(75, 17);
     this.chkQLNBCapCuu.TabIndex = 14;
     this.chkQLNBCapCuu.Text = "1.Cấp cứu";
     this.chkQLNBCapCuu.UseVisualStyleBackColor = true;
     this.chkQLNBCapCuu.CheckedChanged += new System.EventHandler(this.chkQLNBCapCuu_CheckedChanged);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(13, 103);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(73, 13);
     this.label21.TabIndex = 13;
     this.label21.Text = "Chuyển khoa:";
     //
     // grdQLNBKhoa
     //
     this.grdQLNBKhoa.ColumnAutoResize = true;
     grdQLNBKhoa_DesignTimeLayout.LayoutString = resources.GetString("grdQLNBKhoa_DesignTimeLayout.LayoutString");
     this.grdQLNBKhoa.DesignTimeLayout = grdQLNBKhoa_DesignTimeLayout;
     this.grdQLNBKhoa.GroupByBoxVisible = false;
     this.grdQLNBKhoa.Location = new System.Drawing.Point(91, 64);
     this.grdQLNBKhoa.Name = "grdQLNBKhoa";
     this.grdQLNBKhoa.Size = new System.Drawing.Size(367, 138);
     this.grdQLNBKhoa.TabIndex = 12;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(14, 85);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(56, 13);
     this.label14.TabIndex = 11;
     this.label14.Text = "Vào khoa:";
     //
     // dtQLNBVaoVien
     //
     this.dtQLNBVaoVien.CustomFormat = "dd/MM/yyyy hh:mm";
     this.dtQLNBVaoVien.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtQLNBVaoVien.Location = new System.Drawing.Point(91, 8);
     this.dtQLNBVaoVien.Name = "dtQLNBVaoVien";
     this.dtQLNBVaoVien.Size = new System.Drawing.Size(189, 20);
     this.dtQLNBVaoVien.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(13, 37);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(73, 13);
     this.label7.TabIndex = 8;
     this.label7.Text = "Trực tiếp vào:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(14, 10);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 13);
     this.label6.TabIndex = 7;
     this.label6.Text = "Vào Viên:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dtQLNBRaVien);
     this.groupBox2.Controls.Add(this.chkQLNBDuaVe);
     this.groupBox2.Controls.Add(this.chkQLNBBoVe);
     this.groupBox2.Controls.Add(this.chkQLNBXinVe);
     this.groupBox2.Controls.Add(this.chkQLNBRaVien);
     this.groupBox2.Controls.Add(this.chkQLNBCK);
     this.groupBox2.Controls.Add(this.chkQLNBTuyenDuoi);
     this.groupBox2.Controls.Add(this.chkQLNBTuyenTren);
     this.groupBox2.Controls.Add(this.chkQLNBKhac);
     this.groupBox2.Controls.Add(this.chkQLNBTuDen);
     this.groupBox2.Controls.Add(this.chkQLNBCoQuanYTe);
     this.groupBox2.Controls.Add(this.txtQLNBTongSoNgayDieuTri);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.txtQLNBChuyenDen);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.txtQLNBLanVaoVien);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label11);
     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(420, 224);
     this.groupBox2.TabIndex = 17;
     this.groupBox2.TabStop = false;
     //
     // dtQLNBRaVien
     //
     this.dtQLNBRaVien.Location = new System.Drawing.Point(120, 121);
     this.dtQLNBRaVien.Name = "dtQLNBRaVien";
     this.dtQLNBRaVien.Size = new System.Drawing.Size(275, 20);
     this.dtQLNBRaVien.TabIndex = 497;
     //
     // chkQLNBDuaVe
     //
     this.chkQLNBDuaVe.AutoSize = true;
     this.chkQLNBDuaVe.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBDuaVe.Location = new System.Drawing.Point(336, 155);
     this.chkQLNBDuaVe.Name = "chkQLNBDuaVe";
     this.chkQLNBDuaVe.Size = new System.Drawing.Size(70, 17);
     this.chkQLNBDuaVe.TabIndex = 496;
     this.chkQLNBDuaVe.Text = "4.Đưa về";
     this.chkQLNBDuaVe.UseVisualStyleBackColor = true;
     this.chkQLNBDuaVe.CheckedChanged += new System.EventHandler(this.chkQLNBDuaVe_CheckedChanged);
     //
     // chkQLNBBoVe
     //
     this.chkQLNBBoVe.AutoSize = true;
     this.chkQLNBBoVe.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBBoVe.Location = new System.Drawing.Point(269, 155);
     this.chkQLNBBoVe.Name = "chkQLNBBoVe";
     this.chkQLNBBoVe.Size = new System.Drawing.Size(63, 17);
     this.chkQLNBBoVe.TabIndex = 495;
     this.chkQLNBBoVe.Text = "3.Bỏ về";
     this.chkQLNBBoVe.UseVisualStyleBackColor = true;
     this.chkQLNBBoVe.CheckedChanged += new System.EventHandler(this.chkQLNBBoVe_CheckedChanged);
     //
     // chkQLNBXinVe
     //
     this.chkQLNBXinVe.AutoSize = true;
     this.chkQLNBXinVe.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBXinVe.Location = new System.Drawing.Point(195, 155);
     this.chkQLNBXinVe.Name = "chkQLNBXinVe";
     this.chkQLNBXinVe.Size = new System.Drawing.Size(65, 17);
     this.chkQLNBXinVe.TabIndex = 494;
     this.chkQLNBXinVe.Text = "2.Xin về";
     this.chkQLNBXinVe.UseVisualStyleBackColor = true;
     this.chkQLNBXinVe.CheckedChanged += new System.EventHandler(this.chkQLNBXinVe_CheckedChanged);
     //
     // chkQLNBRaVien
     //
     this.chkQLNBRaVien.AutoSize = true;
     this.chkQLNBRaVien.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBRaVien.Location = new System.Drawing.Point(113, 155);
     this.chkQLNBRaVien.Name = "chkQLNBRaVien";
     this.chkQLNBRaVien.Size = new System.Drawing.Size(72, 17);
     this.chkQLNBRaVien.TabIndex = 493;
     this.chkQLNBRaVien.Text = "1.Ra viện";
     this.chkQLNBRaVien.UseVisualStyleBackColor = true;
     this.chkQLNBRaVien.CheckedChanged += new System.EventHandler(this.chkQLNBRaVien_CheckedChanged);
     //
     // chkQLNBCK
     //
     this.chkQLNBCK.AutoSize = true;
     this.chkQLNBCK.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBCK.Location = new System.Drawing.Point(357, 70);
     this.chkQLNBCK.Name = "chkQLNBCK";
     this.chkQLNBCK.Size = new System.Drawing.Size(49, 17);
     this.chkQLNBCK.TabIndex = 492;
     this.chkQLNBCK.Text = "3.CK";
     this.chkQLNBCK.UseVisualStyleBackColor = true;
     this.chkQLNBCK.CheckedChanged += new System.EventHandler(this.chkQLNBCK_CheckedChanged);
     //
     // chkQLNBTuyenDuoi
     //
     this.chkQLNBTuyenDuoi.AutoSize = true;
     this.chkQLNBTuyenDuoi.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBTuyenDuoi.Location = new System.Drawing.Point(233, 70);
     this.chkQLNBTuyenDuoi.Name = "chkQLNBTuyenDuoi";
     this.chkQLNBTuyenDuoi.Size = new System.Drawing.Size(88, 17);
     this.chkQLNBTuyenDuoi.TabIndex = 491;
     this.chkQLNBTuyenDuoi.Text = "2.Tuyến dưới";
     this.chkQLNBTuyenDuoi.UseVisualStyleBackColor = true;
     this.chkQLNBTuyenDuoi.CheckedChanged += new System.EventHandler(this.chkQLNBTuyenDuoi_CheckedChanged);
     //
     // chkQLNBTuyenTren
     //
     this.chkQLNBTuyenTren.AutoSize = true;
     this.chkQLNBTuyenTren.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBTuyenTren.Location = new System.Drawing.Point(120, 72);
     this.chkQLNBTuyenTren.Name = "chkQLNBTuyenTren";
     this.chkQLNBTuyenTren.Size = new System.Drawing.Size(86, 17);
     this.chkQLNBTuyenTren.TabIndex = 490;
     this.chkQLNBTuyenTren.Text = "1.Tuyến trên";
     this.chkQLNBTuyenTren.UseVisualStyleBackColor = true;
     this.chkQLNBTuyenTren.CheckedChanged += new System.EventHandler(this.chkQLNBTuyenTren_CheckedChanged);
     //
     // chkQLNBKhac
     //
     this.chkQLNBKhac.AutoSize = true;
     this.chkQLNBKhac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBKhac.Location = new System.Drawing.Point(343, 14);
     this.chkQLNBKhac.Name = "chkQLNBKhac";
     this.chkQLNBKhac.Size = new System.Drawing.Size(63, 17);
     this.chkQLNBKhac.TabIndex = 489;
     this.chkQLNBKhac.Text = "3. Khác";
     this.chkQLNBKhac.UseVisualStyleBackColor = true;
     this.chkQLNBKhac.CheckedChanged += new System.EventHandler(this.chkQLNBKhac_CheckedChanged);
     //
     // chkQLNBTuDen
     //
     this.chkQLNBTuDen.AutoSize = true;
     this.chkQLNBTuDen.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBTuDen.Location = new System.Drawing.Point(244, 14);
     this.chkQLNBTuDen.Name = "chkQLNBTuDen";
     this.chkQLNBTuDen.Size = new System.Drawing.Size(74, 17);
     this.chkQLNBTuDen.TabIndex = 488;
     this.chkQLNBTuDen.Text = "2. Tự Đến";
     this.chkQLNBTuDen.UseVisualStyleBackColor = true;
     this.chkQLNBTuDen.CheckedChanged += new System.EventHandler(this.chkQLNBTuDen_CheckedChanged);
     //
     // chkQLNBCoQuanYTe
     //
     this.chkQLNBCoQuanYTe.AutoSize = true;
     this.chkQLNBCoQuanYTe.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkQLNBCoQuanYTe.Location = new System.Drawing.Point(120, 14);
     this.chkQLNBCoQuanYTe.Name = "chkQLNBCoQuanYTe";
     this.chkQLNBCoQuanYTe.Size = new System.Drawing.Size(103, 17);
     this.chkQLNBCoQuanYTe.TabIndex = 487;
     this.chkQLNBCoQuanYTe.Text = "1.Cơ Quan Y Tế";
     this.chkQLNBCoQuanYTe.UseVisualStyleBackColor = true;
     this.chkQLNBCoQuanYTe.CheckedChanged += new System.EventHandler(this.chkQLNBCoQuanYTe_CheckedChanged);
     //
     // txtQLNBTongSoNgayDieuTri
     //
     this.txtQLNBTongSoNgayDieuTri.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtQLNBTongSoNgayDieuTri.Location = new System.Drawing.Point(120, 181);
     this.txtQLNBTongSoNgayDieuTri.Name = "txtQLNBTongSoNgayDieuTri";
     this.txtQLNBTongSoNgayDieuTri.Size = new System.Drawing.Size(103, 20);
     this.txtQLNBTongSoNgayDieuTri.TabIndex = 486;
     this.txtQLNBTongSoNgayDieuTri.TabStop = false;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(6, 184);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(110, 13);
     this.label20.TabIndex = 485;
     this.label20.Text = "Tổng số ngày điều trị:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(6, 156);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(71, 13);
     this.label19.TabIndex = 484;
     this.label19.Text = "Lý do ra viện:";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(6, 127);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(47, 13);
     this.label18.TabIndex = 483;
     this.label18.Text = "Ra viện:";
     //
     // txtQLNBChuyenDen
     //
     this.txtQLNBChuyenDen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtQLNBChuyenDen.Location = new System.Drawing.Point(120, 95);
     this.txtQLNBChuyenDen.Name = "txtQLNBChuyenDen";
     this.txtQLNBChuyenDen.Size = new System.Drawing.Size(275, 20);
     this.txtQLNBChuyenDen.TabIndex = 482;
     this.txtQLNBChuyenDen.TabStop = false;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(6, 99);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(68, 13);
     this.label17.TabIndex = 481;
     this.label17.Text = "Chuyển đến:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(6, 71);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(69, 13);
     this.label15.TabIndex = 480;
     this.label15.Text = "Chuyển viện:";
     //
     // txtQLNBLanVaoVien
     //
     this.txtQLNBLanVaoVien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtQLNBLanVaoVien.Location = new System.Drawing.Point(120, 40);
     this.txtQLNBLanVaoVien.Name = "txtQLNBLanVaoVien";
     this.txtQLNBLanVaoVien.Size = new System.Drawing.Size(103, 20);
     this.txtQLNBLanVaoVien.TabIndex = 479;
     this.txtQLNBLanVaoVien.TabStop = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 43);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(87, 13);
     this.label12.TabIndex = 478;
     this.label12.Text = "Vào viện lần thứ:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(6, 16);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(71, 13);
     this.label11.TabIndex = 477;
     this.label11.Text = "Nơi giới thiệu:";
     //
     // uiStatusBar1
     //
     this.uiStatusBar1.Font = new System.Drawing.Font("Latha", 8.25F);
     this.uiStatusBar1.Location = new System.Drawing.Point(0, 644);
     this.uiStatusBar1.Name = "uiStatusBar1";
     this.uiStatusBar1.Size = new System.Drawing.Size(912, 25);
     this.uiStatusBar1.TabIndex = 584;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lblMess);
     this.panel2.Controls.Add(this.cmdDelete);
     this.panel2.Controls.Add(this.cmdSave);
     this.panel2.Controls.Add(this.cmdInBenhAn);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 585);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(912, 59);
     this.panel2.TabIndex = 585;
     //
     // lblMess
     //
     this.lblMess.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblMess.BackColor = System.Drawing.SystemColors.Control;
     this.lblMess.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMess.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblMess.Location = new System.Drawing.Point(12, 29);
     this.lblMess.Name = "lblMess";
     this.lblMess.Size = new System.Drawing.Size(236, 20);
     this.lblMess.TabIndex = 590;
     this.lblMess.Text = "label94";
     this.lblMess.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdDelete
     //
     this.cmdDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdDelete.Location = new System.Drawing.Point(591, 13);
     this.cmdDelete.Name = "cmdDelete";
     this.cmdDelete.Size = new System.Drawing.Size(126, 40);
     this.cmdDelete.TabIndex = 589;
     this.cmdDelete.Text = "&Xóa Bệnh Án";
     this.cmdDelete.UseVisualStyleBackColor = true;
     this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click);
     //
     // cmdSave
     //
     this.cmdSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSave.Location = new System.Drawing.Point(267, 15);
     this.cmdSave.Name = "cmdSave";
     this.cmdSave.Size = new System.Drawing.Size(123, 38);
     this.cmdSave.TabIndex = 587;
     this.cmdSave.Text = "&Lưu (Ctrl+S)";
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdInBenhAn
     //
     this.cmdInBenhAn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInBenhAn.Location = new System.Drawing.Point(432, 13);
     this.cmdInBenhAn.Name = "cmdInBenhAn";
     this.cmdInBenhAn.Size = new System.Drawing.Size(126, 40);
     this.cmdInBenhAn.TabIndex = 588;
     this.cmdInBenhAn.Text = "&In Bệnh Án(F4)";
     this.cmdInBenhAn.UseVisualStyleBackColor = true;
     this.cmdInBenhAn.Click += new System.EventHandler(this.cmdInBenhAn_Click);
     //
     // frm_BENHAN_N0ITRU
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(912, 669);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.uiStatusBar1);
     this.Controls.Add(this.panel1);
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frm_BENHAN_N0ITRU";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Bệnh Án Nội Khoa";
     this.Load += new System.EventHandler(this.frm_BENHAN_NOITRU_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm_BENHAN_N0ITRU_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).EndInit();
     this.grpThongTinBenhNhan.ResumeLayout(false);
     this.grpThongTinBenhNhan.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).EndInit();
     this.uiGroupBox4.ResumeLayout(false);
     this.uiGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpBenhAn)).EndInit();
     this.grpBenhAn.ResumeLayout(false);
     this.grpBenhAn.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     this.uiGroupBox3.ResumeLayout(false);
     this.uiGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpTinhTrangRaVien)).EndInit();
     this.grpTinhTrangRaVien.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.Panel2.PerformLayout();
     this.splitContainer3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpChanDoan)).EndInit();
     this.grpChanDoan.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpQuanLyNguoiBenh.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdQLNBKhoa)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 20
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(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = 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.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lblWatch = new System.Windows.Forms.Label();
     this.topPanel = new System.Windows.Forms.Panel();
     this.lblShopName = new System.Windows.Forms.Label();
     this.logoPanel = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.lblPointofSale = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip_Reports.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.middlePanel.SuspendLayout();
     this.panelToday.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelClock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.logoPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip1.BackgroundImage")));
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingToolStripMenuItem,
     this.databaseManagementToolStripMenuItem,
     this.troubleshootingToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1007, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.manageUserToolStripMenuItem,
     this.changePsswordToolStripMenuItem});
     this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
     this.settingToolStripMenuItem.Size = new System.Drawing.Size(116, 20);
     this.settingToolStripMenuItem.Text = "User Management";
     //
     // manageUserToolStripMenuItem
     //
     this.manageUserToolStripMenuItem.Name = "manageUserToolStripMenuItem";
     this.manageUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.manageUserToolStripMenuItem.Text = "Manage User";
     this.manageUserToolStripMenuItem.Click += new System.EventHandler(this.manageUserToolStripMenuItem_Click);
     //
     // changePsswordToolStripMenuItem
     //
     this.changePsswordToolStripMenuItem.Name = "changePsswordToolStripMenuItem";
     this.changePsswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.changePsswordToolStripMenuItem.Text = "Change Password";
     this.changePsswordToolStripMenuItem.Click += new System.EventHandler(this.changePsswordToolStripMenuItem_Click);
     //
     // databaseManagementToolStripMenuItem
     //
     this.databaseManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createBackupToolStripMenuItem,
     this.restoreBackupToolStripMenuItem,
     this.startNewYearToolStripMenuItem,
     this.initializeDatabaseToolStripMenuItem,
     this.createDatabaseToolStripMenuItem,
     this.registerTrialToolStripMenuItem,
     this.registerToolStripMenuItem,
     this.unRegisterToolStripMenuItem,
     this.userHistoryToolStripMenuItem});
     this.databaseManagementToolStripMenuItem.Name = "databaseManagementToolStripMenuItem";
     this.databaseManagementToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
     this.databaseManagementToolStripMenuItem.Text = "Administration";
     //
     // createBackupToolStripMenuItem
     //
     this.createBackupToolStripMenuItem.Name = "createBackupToolStripMenuItem";
     this.createBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createBackupToolStripMenuItem.Text = "Create Backup";
     this.createBackupToolStripMenuItem.Click += new System.EventHandler(this.createBackupToolStripMenuItem_Click);
     //
     // restoreBackupToolStripMenuItem
     //
     this.restoreBackupToolStripMenuItem.Name = "restoreBackupToolStripMenuItem";
     this.restoreBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.restoreBackupToolStripMenuItem.Text = "Restore Backup";
     this.restoreBackupToolStripMenuItem.Click += new System.EventHandler(this.restoreBackupToolStripMenuItem_Click);
     //
     // startNewYearToolStripMenuItem
     //
     this.startNewYearToolStripMenuItem.Name = "startNewYearToolStripMenuItem";
     this.startNewYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.startNewYearToolStripMenuItem.Text = "Start New Business Year";
     //
     // initializeDatabaseToolStripMenuItem
     //
     this.initializeDatabaseToolStripMenuItem.Name = "initializeDatabaseToolStripMenuItem";
     this.initializeDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.initializeDatabaseToolStripMenuItem.Text = "Initialize Database";
     this.initializeDatabaseToolStripMenuItem.Click += new System.EventHandler(this.initializeDatabaseToolStripMenuItem_Click);
     //
     // createDatabaseToolStripMenuItem
     //
     this.createDatabaseToolStripMenuItem.Name = "createDatabaseToolStripMenuItem";
     this.createDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createDatabaseToolStripMenuItem.Text = "Create Database";
     this.createDatabaseToolStripMenuItem.Click += new System.EventHandler(this.createDatabaseToolStripMenuItem_Click);
     //
     // registerTrialToolStripMenuItem
     //
     this.registerTrialToolStripMenuItem.Name = "registerTrialToolStripMenuItem";
     this.registerTrialToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerTrialToolStripMenuItem.Text = "Register Trial";
     //
     // registerToolStripMenuItem
     //
     this.registerToolStripMenuItem.Name = "registerToolStripMenuItem";
     this.registerToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerToolStripMenuItem.Text = "Register";
     //
     // unRegisterToolStripMenuItem
     //
     this.unRegisterToolStripMenuItem.Name = "unRegisterToolStripMenuItem";
     this.unRegisterToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.unRegisterToolStripMenuItem.Text = "Un Register";
     //
     // userHistoryToolStripMenuItem
     //
     this.userHistoryToolStripMenuItem.Name = "userHistoryToolStripMenuItem";
     this.userHistoryToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.userHistoryToolStripMenuItem.Text = "User History";
     this.userHistoryToolStripMenuItem.Click += new System.EventHandler(this.userHistoryToolStripMenuItem_Click);
     //
     // troubleshootingToolStripMenuItem
     //
     this.troubleshootingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.systemLogToolStripMenuItem});
     this.troubleshootingToolStripMenuItem.Name = "troubleshootingToolStripMenuItem";
     this.troubleshootingToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.troubleshootingToolStripMenuItem.Text = "Troubleshooting";
     //
     // systemLogToolStripMenuItem
     //
     this.systemLogToolStripMenuItem.Name = "systemLogToolStripMenuItem";
     this.systemLogToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.systemLogToolStripMenuItem.Text = "System Log";
     this.systemLogToolStripMenuItem.Click += new System.EventHandler(this.systemLogToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutEBusinessToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutEBusinessToolStripMenuItem
     //
     this.aboutEBusinessToolStripMenuItem.Name = "aboutEBusinessToolStripMenuItem";
     this.aboutEBusinessToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.aboutEBusinessToolStripMenuItem.Text = "About EBusiness";
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPOS,
     this.toolStripSeparator14,
     this.btnInvoice,
     this.toolStripSeparator1,
     this.btnStock,
     this.toolStripSeparator2,
     this.btnItem,
     this.toolStripSeparator3,
     this.btnCustomer,
     this.toolStripSeparator4,
     this.btnCompany,
     this.toolStripSeparator5,
     this.btnOrder,
     this.toolStripSeparator6,
     this.btnShop,
     this.toolStripSeparator13});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1007, 57);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnPOS
     //
     this.btnPOS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
     this.btnPOS.Image = ((System.Drawing.Image)(resources.GetObject("btnPOS.Image")));
     this.btnPOS.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPOS.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPOS.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPOS.Name = "btnPOS";
     this.btnPOS.Size = new System.Drawing.Size(96, 56);
     this.btnPOS.Text = "&POS";
     this.btnPOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPOS.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.btnPOS.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPOS.ToolTipText = "POS";
     this.btnPOS.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 57);
     //
     // btnInvoice
     //
     this.btnInvoice.BackColor = System.Drawing.Color.Transparent;
     this.btnInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnInvoice.ForeColor = System.Drawing.Color.Navy;
     this.btnInvoice.Image = ((System.Drawing.Image)(resources.GetObject("btnInvoice.Image")));
     this.btnInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInvoice.Name = "btnInvoice";
     this.btnInvoice.Size = new System.Drawing.Size(114, 54);
     this.btnInvoice.Text = "&Invoice";
     this.btnInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnInvoice.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnInvoice.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
     //
     // btnStock
     //
     this.btnStock.BackColor = System.Drawing.Color.Transparent;
     this.btnStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnStock.ForeColor = System.Drawing.Color.Navy;
     this.btnStock.Image = ((System.Drawing.Image)(resources.GetObject("btnStock.Image")));
     this.btnStock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnStock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnStock.Name = "btnStock";
     this.btnStock.Size = new System.Drawing.Size(100, 54);
     this.btnStock.Text = "&Stock";
     this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStock.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnStock.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
     //
     // btnItem
     //
     this.btnItem.BackColor = System.Drawing.Color.Transparent;
     this.btnItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnItem.ForeColor = System.Drawing.Color.Navy;
     this.btnItem.Image = ((System.Drawing.Image)(resources.GetObject("btnItem.Image")));
     this.btnItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItem.Name = "btnItem";
     this.btnItem.Size = new System.Drawing.Size(90, 54);
     this.btnItem.Text = "&Item";
     this.btnItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItem.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
     //
     // btnCustomer
     //
     this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCustomer.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomer.Image")));
     this.btnCustomer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomer.Name = "btnCustomer";
     this.btnCustomer.Size = new System.Drawing.Size(128, 54);
     this.btnCustomer.Text = "&Customer";
     this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomer.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
     //
     // btnCompany
     //
     this.btnCompany.BackColor = System.Drawing.Color.Transparent;
     this.btnCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCompany.ForeColor = System.Drawing.Color.Navy;
     this.btnCompany.Image = ((System.Drawing.Image)(resources.GetObject("btnCompany.Image")));
     this.btnCompany.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompany.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompany.Name = "btnCompany";
     this.btnCompany.Size = new System.Drawing.Size(126, 54);
     this.btnCompany.Text = "S&upplier";
     this.btnCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCompany.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompany.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 57);
     //
     // btnOrder
     //
     this.btnOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnOrder.ForeColor = System.Drawing.Color.Navy;
     this.btnOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnOrder.Image")));
     this.btnOrder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOrder.Name = "btnOrder";
     this.btnOrder.Size = new System.Drawing.Size(102, 54);
     this.btnOrder.Text = "&Order";
     this.btnOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnOrder.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 57);
     //
     // btnShop
     //
     this.btnShop.BackColor = System.Drawing.Color.Transparent;
     this.btnShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnShop.ForeColor = System.Drawing.Color.Navy;
     this.btnShop.Image = ((System.Drawing.Image)(resources.GetObject("btnShop.Image")));
     this.btnShop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnShop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShop.Name = "btnShop";
     this.btnShop.Size = new System.Drawing.Size(97, 54);
     this.btnShop.Text = "S&hop";
     this.btnShop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnShop.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnShop.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 57);
     //
     // toolStrip_Reports
     //
     this.toolStrip_Reports.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip_Reports.BackgroundImage")));
     this.toolStrip_Reports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip_Reports.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip_Reports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSalesReport,
     this.toolStripSeparator15,
     this.btnPurchaseReport,
     this.toolStripSeparator8,
     this.btnDailySalesReport,
     this.toolStripSeparator11,
     this.btnBuyerLedgerReport,
     this.toolStripSeparator16,
     this.btnCustomerTransaction,
     this.toolStripSeparator18,
     this.btnCompanyTransaction,
     this.toolStripSeparator12,
     this.btnProfitReport,
     this.toolStripSeparator7,
     this.btnCurrentCashReport,
     this.toolStripSeparator9,
     this.btnItemTransaction,
     this.toolStripSeparator10});
     this.toolStrip_Reports.Location = new System.Drawing.Point(0, 81);
     this.toolStrip_Reports.Name = "toolStrip_Reports";
     this.toolStrip_Reports.Size = new System.Drawing.Size(187, 604);
     this.toolStrip_Reports.TabIndex = 2;
     this.toolStrip_Reports.Text = "toolStrip2";
     //
     // btnSalesReport
     //
     this.btnSalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnSalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnSalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnSalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnSalesReport.Image")));
     this.btnSalesReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnSalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnSalesReport.Name = "btnSalesReport";
     this.btnSalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnSalesReport.Text = "&Sales Report";
     this.btnSalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnSalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(184, 6);
     //
     // btnPurchaseReport
     //
     this.btnPurchaseReport.BackColor = System.Drawing.Color.Transparent;
     this.btnPurchaseReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnPurchaseReport.ForeColor = System.Drawing.Color.Navy;
     this.btnPurchaseReport.Image = ((System.Drawing.Image)(resources.GetObject("btnPurchaseReport.Image")));
     this.btnPurchaseReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPurchaseReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPurchaseReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPurchaseReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPurchaseReport.Name = "btnPurchaseReport";
     this.btnPurchaseReport.Size = new System.Drawing.Size(184, 34);
     this.btnPurchaseReport.Text = "&Purchase Report";
     this.btnPurchaseReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPurchaseReport.ToolTipText = "Purchase Report";
     this.btnPurchaseReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
     //
     // btnDailySalesReport
     //
     this.btnDailySalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnDailySalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnDailySalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnDailySalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnDailySalesReport.Image")));
     this.btnDailySalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnDailySalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDailySalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnDailySalesReport.Name = "btnDailySalesReport";
     this.btnDailySalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnDailySalesReport.Text = "&Daily Sales/Purchase";
     this.btnDailySalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnDailySalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(184, 6);
     //
     // btnBuyerLedgerReport
     //
     this.btnBuyerLedgerReport.BackColor = System.Drawing.Color.Transparent;
     this.btnBuyerLedgerReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnBuyerLedgerReport.ForeColor = System.Drawing.Color.Navy;
     this.btnBuyerLedgerReport.Image = ((System.Drawing.Image)(resources.GetObject("btnBuyerLedgerReport.Image")));
     this.btnBuyerLedgerReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuyerLedgerReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnBuyerLedgerReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuyerLedgerReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnBuyerLedgerReport.Name = "btnBuyerLedgerReport";
     this.btnBuyerLedgerReport.Size = new System.Drawing.Size(184, 34);
     this.btnBuyerLedgerReport.Text = "&Buyer Ledger";
     this.btnBuyerLedgerReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnBuyerLedgerReport.ToolTipText = "Buyer Ledger";
     this.btnBuyerLedgerReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(184, 6);
     //
     // btnCustomerTransaction
     //
     this.btnCustomerTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomerTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCustomerTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomerTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomerTransaction.Image")));
     this.btnCustomerTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCustomerTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomerTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomerTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCustomerTransaction.Name = "btnCustomerTransaction";
     this.btnCustomerTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCustomerTransaction.Text = "&Customer Transaction";
     this.btnCustomerTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomerTransaction.ToolTipText = "Buyer Ledger";
     this.btnCustomerTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(184, 6);
     //
     // btnCompanyTransaction
     //
     this.btnCompanyTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCompanyTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCompanyTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCompanyTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCompanyTransaction.Image")));
     this.btnCompanyTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompanyTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompanyTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompanyTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCompanyTransaction.Name = "btnCompanyTransaction";
     this.btnCompanyTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCompanyTransaction.Text = "Supplier Transaction";
     this.btnCompanyTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompanyTransaction.ToolTipText = "Buyer Ledger";
     this.btnCompanyTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(184, 6);
     //
     // btnProfitReport
     //
     this.btnProfitReport.BackColor = System.Drawing.Color.Transparent;
     this.btnProfitReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnProfitReport.ForeColor = System.Drawing.Color.Navy;
     this.btnProfitReport.Image = ((System.Drawing.Image)(resources.GetObject("btnProfitReport.Image")));
     this.btnProfitReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProfitReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnProfitReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProfitReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnProfitReport.Name = "btnProfitReport";
     this.btnProfitReport.Size = new System.Drawing.Size(184, 34);
     this.btnProfitReport.Text = "&Profit/Loss Report";
     this.btnProfitReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnProfitReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
     //
     // btnCurrentCashReport
     //
     this.btnCurrentCashReport.BackColor = System.Drawing.Color.Transparent;
     this.btnCurrentCashReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCurrentCashReport.ForeColor = System.Drawing.Color.Navy;
     this.btnCurrentCashReport.Image = ((System.Drawing.Image)(resources.GetObject("btnCurrentCashReport.Image")));
     this.btnCurrentCashReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentCashReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCurrentCashReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCurrentCashReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCurrentCashReport.Name = "btnCurrentCashReport";
     this.btnCurrentCashReport.Size = new System.Drawing.Size(184, 34);
     this.btnCurrentCashReport.Text = "&Current Cash Report";
     this.btnCurrentCashReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCurrentCashReport.ToolTipText = "Profit/Loss Report";
     this.btnCurrentCashReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
     //
     // btnItemTransaction
     //
     this.btnItemTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnItemTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnItemTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnItemTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnItemTransaction.Image")));
     this.btnItemTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnItemTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItemTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItemTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnItemTransaction.Name = "btnItemTransaction";
     this.btnItemTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnItemTransaction.Text = "Item Transaction";
     this.btnItemTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItemTransaction.ToolTipText = "Item Transaction";
     this.btnItemTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
     //
     // statusStrip1
     //
     this.statusStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusStrip1.BackgroundImage")));
     this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(187, 663);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(820, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "Imutex 2011";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripStatusLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel3.Image")));
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
     this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel4.ForeColor = System.Drawing.Color.Navy;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(0, 17);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.panel2.Controls.Add(this.middlePanel);
     this.panel2.Controls.Add(this.topPanel);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(187, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 582);
     this.panel2.TabIndex = 5;
     //
     // middlePanel
     //
     this.middlePanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middlePanel.BackgroundImage")));
     this.middlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.middlePanel.Controls.Add(this.lblSologon);
     this.middlePanel.Controls.Add(this.lbRegistrationNo);
     this.middlePanel.Controls.Add(this.lblPhoneNumber);
     this.middlePanel.Controls.Add(this.lblAdress);
     this.middlePanel.Controls.Add(this.panelToday);
     this.middlePanel.Controls.Add(this.panelClock);
     this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.middlePanel.Location = new System.Drawing.Point(0, 70);
     this.middlePanel.Name = "middlePanel";
     this.middlePanel.Size = new System.Drawing.Size(820, 512);
     this.middlePanel.TabIndex = 1;
     //
     // lblSologon
     //
     this.lblSologon.BackColor = System.Drawing.Color.Transparent;
     this.lblSologon.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblSologon.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.lblSologon.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSologon.Location = new System.Drawing.Point(0, 109);
     this.lblSologon.Name = "lblSologon";
     this.lblSologon.Size = new System.Drawing.Size(591, 44);
     this.lblSologon.TabIndex = 10;
     this.lblSologon.Text = "Shop Slogon";
     this.lblSologon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbRegistrationNo
     //
     this.lbRegistrationNo.BackColor = System.Drawing.Color.Transparent;
     this.lbRegistrationNo.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbRegistrationNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRegistrationNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lbRegistrationNo.Location = new System.Drawing.Point(0, 77);
     this.lbRegistrationNo.Name = "lbRegistrationNo";
     this.lbRegistrationNo.Size = new System.Drawing.Size(591, 32);
     this.lbRegistrationNo.TabIndex = 9;
     this.lbRegistrationNo.Text = "Shop Reg#";
     this.lbRegistrationNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblPhoneNumber.Location = new System.Drawing.Point(0, 39);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(591, 38);
     this.lblPhoneNumber.TabIndex = 8;
     this.lblPhoneNumber.Text = "Shop Phone";
     this.lblPhoneNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAdress
     //
     this.lblAdress.BackColor = System.Drawing.Color.Transparent;
     this.lblAdress.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblAdress.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdress.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lblAdress.Location = new System.Drawing.Point(0, 0);
     this.lblAdress.Name = "lblAdress";
     this.lblAdress.Size = new System.Drawing.Size(591, 39);
     this.lblAdress.TabIndex = 7;
     this.lblAdress.Text = "Shop Address";
     this.lblAdress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelToday
     //
     this.panelToday.Controls.Add(this.splitContainer1);
     this.panelToday.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelToday.Location = new System.Drawing.Point(0, 213);
     this.panelToday.Name = "panelToday";
     this.panelToday.Size = new System.Drawing.Size(591, 299);
     this.panelToday.TabIndex = 5;
     //
     // 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.lvSale);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvPurchase);
     this.splitContainer1.Panel2.Controls.Add(this.label6);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Size = new System.Drawing.Size(591, 299);
     this.splitContainer1.SplitterDistance = 277;
     this.splitContainer1.TabIndex = 0;
     //
     // lvSale
     //
     this.lvSale.BackColor = System.Drawing.Color.Bisque;
     this.lvSale.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvSale.BackgroundImage")));
     this.lvSale.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSNo,
     this.colRNo,
     this.colCustomer,
     this.colTotal,
     this.colPayment});
     this.lvSale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSale.GridLines = true;
     this.lvSale.Location = new System.Drawing.Point(0, 23);
     this.lvSale.Name = "lvSale";
     this.lvSale.Size = new System.Drawing.Size(277, 253);
     this.lvSale.TabIndex = 6;
     this.lvSale.UseCompatibleStateImageBehavior = false;
     this.lvSale.View = System.Windows.Forms.View.Details;
     //
     // colSNo
     //
     this.colSNo.Text = "No";
     this.colSNo.Width = 30;
     //
     // colRNo
     //
     this.colRNo.Text = "Receipt";
     this.colRNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colRNo.Width = 50;
     //
     // colCustomer
     //
     this.colCustomer.Text = "Customer";
     this.colCustomer.Width = 80;
     //
     // colTotal
     //
     this.colTotal.Text = "Total";
     this.colTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colPayment
     //
     this.colPayment.Text = "Payment";
     this.colPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(277, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Today\'s Sale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkGreen;
     this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(0, 276);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(277, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Total Sale : 0.00";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvPurchase
     //
     this.lvPurchase.BackColor = System.Drawing.Color.Bisque;
     this.lvPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvPurchase.BackgroundImage")));
     this.lvPurchase.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lvPurchase.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurchase.GridLines = true;
     this.lvPurchase.Location = new System.Drawing.Point(0, 23);
     this.lvPurchase.Name = "lvPurchase";
     this.lvPurchase.Size = new System.Drawing.Size(310, 253);
     this.lvPurchase.TabIndex = 7;
     this.lvPurchase.UseCompatibleStateImageBehavior = false;
     this.lvPurchase.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Invoice";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Supplier";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Total";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Payment";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkRed;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Info;
     this.label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(310, 23);
     this.label6.TabIndex = 1;
     this.label6.Text = "Today\'s Purchase";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Aqua;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(0, 276);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(310, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Total Purchase : 0.00 ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelClock
     //
     this.panelClock.BackColor = System.Drawing.Color.Transparent;
     this.panelClock.Controls.Add(this.lvStockSummary);
     this.panelClock.Controls.Add(this.btnRefresh);
     this.panelClock.Controls.Add(this.label1);
     this.panelClock.Controls.Add(this.panel1);
     this.panelClock.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelClock.Location = new System.Drawing.Point(591, 0);
     this.panelClock.Name = "panelClock";
     this.panelClock.Size = new System.Drawing.Size(229, 512);
     this.panelClock.TabIndex = 0;
     //
     // lvStockSummary
     //
     this.lvStockSummary.BackColor = System.Drawing.Color.Bisque;
     this.lvStockSummary.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvStockSummary.BackgroundImage")));
     this.lvStockSummary.BackgroundImageTiled = true;
     this.lvStockSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colItem,
     this.colStock,
     this.colOnOrder,
     this.colLimit});
     this.lvStockSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvStockSummary.GridLines = true;
     this.lvStockSummary.Location = new System.Drawing.Point(0, 242);
     this.lvStockSummary.Name = "lvStockSummary";
     this.lvStockSummary.Size = new System.Drawing.Size(229, 247);
     this.lvStockSummary.TabIndex = 3;
     this.lvStockSummary.UseCompatibleStateImageBehavior = false;
     this.lvStockSummary.View = System.Windows.Forms.View.Details;
     //
     // colItem
     //
     this.colItem.Text = "Item";
     this.colItem.Width = 70;
     //
     // colStock
     //
     this.colStock.Text = "Stock";
     this.colStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colStock.Width = 50;
     //
     // colOnOrder
     //
     this.colOnOrder.Text = "Order";
     this.colOnOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colOnOrder.Width = 50;
     //
     // colLimit
     //
     this.colLimit.Text = "Limit";
     this.colLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colLimit.Width = 50;
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ForeColor = System.Drawing.Color.Blue;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(0, 489);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(229, 23);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.Location = new System.Drawing.Point(0, 222);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(229, 20);
     this.label1.TabIndex = 1;
     this.label1.Text = "Short Stock Items ";
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.lblWatch);
     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(229, 222);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 59);
     this.panel3.Margin = new System.Windows.Forms.Padding(2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(229, 163);
     this.panel3.TabIndex = 7;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.monthCalendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthCalendar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.LightSkyBlue;
     //
     // lblWatch
     //
     this.lblWatch.BackColor = System.Drawing.Color.Transparent;
     this.lblWatch.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblWatch.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWatch.ForeColor = System.Drawing.Color.OldLace;
     this.lblWatch.Location = new System.Drawing.Point(0, 0);
     this.lblWatch.Name = "lblWatch";
     this.lblWatch.Size = new System.Drawing.Size(229, 59);
     this.lblWatch.TabIndex = 6;
     this.lblWatch.Text = "00:00:00";
     this.lblWatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // topPanel
     //
     this.topPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topPanel.BackgroundImage")));
     this.topPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.topPanel.Controls.Add(this.lblShopName);
     this.topPanel.Controls.Add(this.logoPanel);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(820, 70);
     this.topPanel.TabIndex = 0;
     //
     // lblShopName
     //
     this.lblShopName.BackColor = System.Drawing.Color.Transparent;
     this.lblShopName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblShopName.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShopName.ForeColor = System.Drawing.Color.Lime;
     this.lblShopName.Location = new System.Drawing.Point(0, 0);
     this.lblShopName.Name = "lblShopName";
     this.lblShopName.Size = new System.Drawing.Size(591, 70);
     this.lblShopName.TabIndex = 1;
     this.lblShopName.Text = "Shop Name";
     this.lblShopName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // logoPanel
     //
     this.logoPanel.BackColor = System.Drawing.Color.Transparent;
     this.logoPanel.Controls.Add(this.label3);
     this.logoPanel.Controls.Add(this.lblPointofSale);
     this.logoPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.logoPanel.Location = new System.Drawing.Point(591, 0);
     this.logoPanel.Name = "logoPanel";
     this.logoPanel.Size = new System.Drawing.Size(229, 70);
     this.logoPanel.TabIndex = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(229, 35);
     this.label3.TabIndex = 1;
     this.label3.Text = "iMutex";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPointofSale
     //
     this.lblPointofSale.BackColor = System.Drawing.Color.Transparent;
     this.lblPointofSale.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblPointofSale.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPointofSale.ForeColor = System.Drawing.Color.Lime;
     this.lblPointofSale.Location = new System.Drawing.Point(0, 35);
     this.lblPointofSale.Name = "lblPointofSale";
     this.lblPointofSale.Size = new System.Drawing.Size(229, 35);
     this.lblPointofSale.TabIndex = 0;
     this.lblPointofSale.Text = "Point Of Sale";
     this.lblPointofSale.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // WelcomeForm
     //
     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(1007, 685);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip_Reports);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1023, 729);
     this.MinimumSize = new System.Drawing.Size(1023, 704);
     this.Name = "WelcomeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome To iMutex POS";
     this.Load += new System.EventHandler(this.WelcomeForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip_Reports.ResumeLayout(false);
     this.toolStrip_Reports.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.middlePanel.ResumeLayout(false);
     this.panelToday.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelClock.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.logoPanel.ResumeLayout(false);
     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(mainAssets));
     this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.assetsDataSet1 = new WWassets.assetsDataSet1();
     this.assetsGB = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel5 = new System.Windows.Forms.Panel();
     this.assetsListBox = new System.Windows.Forms.ListBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.notificationlbl = new System.Windows.Forms.Label();
     this.personPCRB = new System.Windows.Forms.RadioButton();
     this.miscPCRB = new System.Windows.Forms.RadioButton();
     this.panel3 = new System.Windows.Forms.Panel();
     this.serialrb = new System.Windows.Forms.RadioButton();
     this.firstnameRB = new System.Windows.Forms.RadioButton();
     this.lastnameRB = new System.Windows.Forms.RadioButton();
     this.miscnamerb = new System.Windows.Forms.RadioButton();
     this.assetsearchtb = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.miscnamelbl = new System.Windows.Forms.Label();
     this.addAssetBTN = new System.Windows.Forms.Button();
     this.lNameTB = new System.Windows.Forms.TextBox();
     this.firstNameLbl = new System.Windows.Forms.Label();
     this.tagLbl = new System.Windows.Forms.Label();
     this.computerNameTB = new System.Windows.Forms.TextBox();
     this.costcentertb = new System.Windows.Forms.TextBox();
     this.productKeyTB = new System.Windows.Forms.TextBox();
     this.locationcb = new System.Windows.Forms.ComboBox();
     this.dateInServiceTB = new System.Windows.Forms.TextBox();
     this.departmentcb = new System.Windows.Forms.ComboBox();
     this.formfactorcb = new System.Windows.Forms.ComboBox();
     this.fNameTB = new System.Windows.Forms.TextBox();
     this.lNameLbl = new System.Windows.Forms.Label();
     this.pricetb = new System.Windows.Forms.TextBox();
     this.tagNumTB = new System.Windows.Forms.TextBox();
     this.makeLbl = new System.Windows.Forms.Label();
     this.modelLbl = new System.Windows.Forms.Label();
     this.serialLbl = new System.Windows.Forms.Label();
     this.formfactorlbl = new System.Windows.Forms.Label();
     this.makeTB = new System.Windows.Forms.TextBox();
     this.serialTB = new System.Windows.Forms.TextBox();
     this.modelTB = new System.Windows.Forms.TextBox();
     this.pricelbl = new System.Windows.Forms.Label();
     this.locationlbl = new System.Windows.Forms.Label();
     this.costcenterlbl = new System.Windows.Forms.Label();
     this.departmentlbl = new System.Windows.Forms.Label();
     this.dateInServiceLbl = new System.Windows.Forms.Label();
     this.productKeyLbl = new System.Windows.Forms.Label();
     this.computerNameLbl = new System.Windows.Forms.Label();
     this.userInfoTA = new WWassets.assetsDataSet1TableAdapters.userInfoTA();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listTableAdapter1 = new WWassets.assetsDataSetTableAdapters.listTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).BeginInit();
     this.assetsGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listBindingSource
     //
     this.listBindingSource.DataMember = "list";
     this.listBindingSource.DataSource = this.assetsDataSet1;
     //
     // assetsDataSet1
     //
     this.assetsDataSet1.DataSetName = "assetsDataSet1";
     this.assetsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // assetsGB
     //
     this.assetsGB.Controls.Add(this.splitContainer1);
     this.assetsGB.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsGB.Location = new System.Drawing.Point(0, 24);
     this.assetsGB.Name = "assetsGB";
     this.assetsGB.Size = new System.Drawing.Size(556, 606);
     this.assetsGB.TabIndex = 1;
     this.assetsGB.TabStop = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Left;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.panel5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel4);
     this.splitContainer1.Panel2.Controls.Add(this.panel3);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.Size = new System.Drawing.Size(545, 587);
     this.splitContainer1.SplitterDistance = 181;
     this.splitContainer1.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.assetsListBox);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(181, 587);
     this.panel5.TabIndex = 0;
     //
     // assetsListBox
     //
     this.assetsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsListBox.FormattingEnabled = true;
     this.assetsListBox.Location = new System.Drawing.Point(0, 0);
     this.assetsListBox.Name = "assetsListBox";
     this.assetsListBox.Size = new System.Drawing.Size(181, 587);
     this.assetsListBox.TabIndex = 0;
     this.assetsListBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.assetsListBox_MouseClick);
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.notificationlbl);
     this.panel4.Controls.Add(this.personPCRB);
     this.panel4.Controls.Add(this.miscPCRB);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(181, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(179, 122);
     this.panel4.TabIndex = 2;
     //
     // notificationlbl
     //
     this.notificationlbl.AutoSize = true;
     this.notificationlbl.Location = new System.Drawing.Point(4, 9);
     this.notificationlbl.Name = "notificationlbl";
     this.notificationlbl.Size = new System.Drawing.Size(168, 26);
     this.notificationlbl.TabIndex = 2;
     this.notificationlbl.Text = "Please select one of the following \r\noptions.";
     //
     // personPCRB
     //
     this.personPCRB.AutoSize = true;
     this.personPCRB.Location = new System.Drawing.Point(14, 44);
     this.personPCRB.Name = "personPCRB";
     this.personPCRB.Size = new System.Drawing.Size(114, 17);
     this.personPCRB.TabIndex = 1;
     this.personPCRB.TabStop = true;
     this.personPCRB.Text = "Personal Computer";
     this.personPCRB.UseVisualStyleBackColor = true;
     //
     // miscPCRB
     //
     this.miscPCRB.AutoSize = true;
     this.miscPCRB.Location = new System.Drawing.Point(14, 67);
     this.miscPCRB.Name = "miscPCRB";
     this.miscPCRB.Size = new System.Drawing.Size(140, 17);
     this.miscPCRB.TabIndex = 0;
     this.miscPCRB.TabStop = true;
     this.miscPCRB.Text = "Miscellaneous Computer";
     this.miscPCRB.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.serialrb);
     this.panel3.Controls.Add(this.firstnameRB);
     this.panel3.Controls.Add(this.lastnameRB);
     this.panel3.Controls.Add(this.miscnamerb);
     this.panel3.Controls.Add(this.assetsearchtb);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(183, 122);
     this.panel3.TabIndex = 1;
     //
     // serialrb
     //
     this.serialrb.AutoSize = true;
     this.serialrb.Location = new System.Drawing.Point(40, 97);
     this.serialrb.Name = "serialrb";
     this.serialrb.Size = new System.Drawing.Size(91, 17);
     this.serialrb.TabIndex = 35;
     this.serialrb.TabStop = true;
     this.serialrb.Text = "Serial Number";
     this.serialrb.UseVisualStyleBackColor = true;
     //
     // firstnameRB
     //
     this.firstnameRB.AutoSize = true;
     this.firstnameRB.Location = new System.Drawing.Point(40, 28);
     this.firstnameRB.Name = "firstnameRB";
     this.firstnameRB.Size = new System.Drawing.Size(75, 17);
     this.firstnameRB.TabIndex = 34;
     this.firstnameRB.TabStop = true;
     this.firstnameRB.Text = "First Name";
     this.firstnameRB.UseVisualStyleBackColor = true;
     //
     // lastnameRB
     //
     this.lastnameRB.AutoSize = true;
     this.lastnameRB.Location = new System.Drawing.Point(40, 51);
     this.lastnameRB.Name = "lastnameRB";
     this.lastnameRB.Size = new System.Drawing.Size(76, 17);
     this.lastnameRB.TabIndex = 1;
     this.lastnameRB.TabStop = true;
     this.lastnameRB.Text = "Last Name";
     this.lastnameRB.UseVisualStyleBackColor = true;
     this.lastnameRB.CheckedChanged += new System.EventHandler(this.lastnameRB_CheckedChanged);
     //
     // miscnamerb
     //
     this.miscnamerb.AutoSize = true;
     this.miscnamerb.Location = new System.Drawing.Point(40, 74);
     this.miscnamerb.Name = "miscnamerb";
     this.miscnamerb.Size = new System.Drawing.Size(78, 17);
     this.miscnamerb.TabIndex = 32;
     this.miscnamerb.TabStop = true;
     this.miscnamerb.Text = "Misc Name";
     this.miscnamerb.UseVisualStyleBackColor = true;
     this.miscnamerb.CheckedChanged += new System.EventHandler(this.miscnamerb_CheckedChanged);
     //
     // assetsearchtb
     //
     this.assetsearchtb.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.assetsearchtb.Location = new System.Drawing.Point(3, 3);
     this.assetsearchtb.Name = "assetsearchtb";
     this.assetsearchtb.Size = new System.Drawing.Size(156, 20);
     this.assetsearchtb.TabIndex = 2;
     this.assetsearchtb.TextChanged += new System.EventHandler(this.assetsearchtb_TextChanged);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.miscnamelbl);
     this.panel2.Controls.Add(this.addAssetBTN);
     this.panel2.Controls.Add(this.lNameTB);
     this.panel2.Controls.Add(this.firstNameLbl);
     this.panel2.Controls.Add(this.tagLbl);
     this.panel2.Controls.Add(this.computerNameTB);
     this.panel2.Controls.Add(this.costcentertb);
     this.panel2.Controls.Add(this.productKeyTB);
     this.panel2.Controls.Add(this.locationcb);
     this.panel2.Controls.Add(this.dateInServiceTB);
     this.panel2.Controls.Add(this.departmentcb);
     this.panel2.Controls.Add(this.formfactorcb);
     this.panel2.Controls.Add(this.fNameTB);
     this.panel2.Controls.Add(this.lNameLbl);
     this.panel2.Controls.Add(this.pricetb);
     this.panel2.Controls.Add(this.tagNumTB);
     this.panel2.Controls.Add(this.makeLbl);
     this.panel2.Controls.Add(this.modelLbl);
     this.panel2.Controls.Add(this.serialLbl);
     this.panel2.Controls.Add(this.formfactorlbl);
     this.panel2.Controls.Add(this.makeTB);
     this.panel2.Controls.Add(this.serialTB);
     this.panel2.Controls.Add(this.modelTB);
     this.panel2.Controls.Add(this.pricelbl);
     this.panel2.Controls.Add(this.locationlbl);
     this.panel2.Controls.Add(this.costcenterlbl);
     this.panel2.Controls.Add(this.departmentlbl);
     this.panel2.Controls.Add(this.dateInServiceLbl);
     this.panel2.Controls.Add(this.productKeyLbl);
     this.panel2.Controls.Add(this.computerNameLbl);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 122);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(360, 465);
     this.panel2.TabIndex = 0;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(136, 94);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 27;
     //
     // miscnamelbl
     //
     this.miscnamelbl.AutoSize = true;
     this.miscnamelbl.Location = new System.Drawing.Point(67, 101);
     this.miscnamelbl.Name = "miscnamelbl";
     this.miscnamelbl.Size = new System.Drawing.Size(63, 13);
     this.miscnamelbl.TabIndex = 26;
     this.miscnamelbl.Text = "Misc Name:";
     //
     // addAssetBTN
     //
     this.addAssetBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addAssetBTN.Image = global::WWassets.Properties.Resources.add_asset_btn;
     this.addAssetBTN.Location = new System.Drawing.Point(137, 414);
     this.addAssetBTN.Name = "addAssetBTN";
     this.addAssetBTN.Size = new System.Drawing.Size(83, 28);
     this.addAssetBTN.TabIndex = 21;
     this.addAssetBTN.UseVisualStyleBackColor = true;
     this.addAssetBTN.Click += new System.EventHandler(this.addAssetBtn_Click);
     //
     // lNameTB
     //
     this.lNameTB.Location = new System.Drawing.Point(136, 68);
     this.lNameTB.Name = "lNameTB";
     this.lNameTB.Size = new System.Drawing.Size(100, 20);
     this.lNameTB.TabIndex = 11;
     //
     // firstNameLbl
     //
     this.firstNameLbl.AutoSize = true;
     this.firstNameLbl.Location = new System.Drawing.Point(70, 49);
     this.firstNameLbl.Name = "firstNameLbl";
     this.firstNameLbl.Size = new System.Drawing.Size(60, 13);
     this.firstNameLbl.TabIndex = 1;
     this.firstNameLbl.Text = "First Name:";
     //
     // tagLbl
     //
     this.tagLbl.AutoSize = true;
     this.tagLbl.Location = new System.Drawing.Point(91, 23);
     this.tagLbl.Name = "tagLbl";
     this.tagLbl.Size = new System.Drawing.Size(39, 13);
     this.tagLbl.TabIndex = 0;
     this.tagLbl.Text = "Tag #:";
     //
     // computerNameTB
     //
     this.computerNameTB.Enabled = false;
     this.computerNameTB.Location = new System.Drawing.Point(137, 386);
     this.computerNameTB.Name = "computerNameTB";
     this.computerNameTB.Size = new System.Drawing.Size(120, 20);
     this.computerNameTB.TabIndex = 17;
     //
     // costcentertb
     //
     this.costcentertb.Location = new System.Drawing.Point(137, 309);
     this.costcentertb.Name = "costcentertb";
     this.costcentertb.Size = new System.Drawing.Size(109, 20);
     this.costcentertb.TabIndex = 19;
     //
     // productKeyTB
     //
     this.productKeyTB.Location = new System.Drawing.Point(137, 361);
     this.productKeyTB.Name = "productKeyTB";
     this.productKeyTB.Size = new System.Drawing.Size(162, 20);
     this.productKeyTB.TabIndex = 20;
     this.productKeyTB.TextChanged += new System.EventHandler(this.productKeyTB_TextChanged);
     //
     // locationcb
     //
     this.locationcb.FormattingEnabled = true;
     this.locationcb.Items.AddRange(new object[] {
     "Bismarck Truck Center",
     "Dickinson",
     "Fargo Trailer",
     "Minot",
     "Northwest Truck and Trailer",
     "Wallwork Financial",
     "Wallwork Rent a Car",
     "Wallwork Truck Center",
     "Williston",
     "Valley Imports",
     "Valley Wireless"});
     this.locationcb.Location = new System.Drawing.Point(137, 254);
     this.locationcb.Name = "locationcb";
     this.locationcb.Size = new System.Drawing.Size(143, 21);
     this.locationcb.TabIndex = 17;
     //
     // dateInServiceTB
     //
     this.dateInServiceTB.Enabled = false;
     this.dateInServiceTB.Location = new System.Drawing.Point(137, 335);
     this.dateInServiceTB.Name = "dateInServiceTB";
     this.dateInServiceTB.Size = new System.Drawing.Size(120, 20);
     this.dateInServiceTB.TabIndex = 25;
     //
     // departmentcb
     //
     this.departmentcb.FormattingEnabled = true;
     this.departmentcb.Items.AddRange(new object[] {
     "Admin",
     "Financial",
     "Parts",
     "Sales",
     "Outside Sales",
     "Warranty"});
     this.departmentcb.Location = new System.Drawing.Point(137, 281);
     this.departmentcb.Name = "departmentcb";
     this.departmentcb.Size = new System.Drawing.Size(134, 21);
     this.departmentcb.TabIndex = 18;
     //
     // formfactorcb
     //
     this.formfactorcb.FormattingEnabled = true;
     this.formfactorcb.Location = new System.Drawing.Point(137, 200);
     this.formfactorcb.Name = "formfactorcb";
     this.formfactorcb.Size = new System.Drawing.Size(100, 21);
     this.formfactorcb.TabIndex = 15;
     //
     // fNameTB
     //
     this.fNameTB.Location = new System.Drawing.Point(136, 42);
     this.fNameTB.Name = "fNameTB";
     this.fNameTB.Size = new System.Drawing.Size(100, 20);
     this.fNameTB.TabIndex = 10;
     //
     // lNameLbl
     //
     this.lNameLbl.AutoSize = true;
     this.lNameLbl.Location = new System.Drawing.Point(70, 75);
     this.lNameLbl.Name = "lNameLbl";
     this.lNameLbl.Size = new System.Drawing.Size(61, 13);
     this.lNameLbl.TabIndex = 2;
     this.lNameLbl.Text = "Last Name:";
     //
     // pricetb
     //
     this.pricetb.Location = new System.Drawing.Point(137, 228);
     this.pricetb.Name = "pricetb";
     this.pricetb.Size = new System.Drawing.Size(100, 20);
     this.pricetb.TabIndex = 16;
     //
     // tagNumTB
     //
     this.tagNumTB.Enabled = false;
     this.tagNumTB.Location = new System.Drawing.Point(136, 16);
     this.tagNumTB.Name = "tagNumTB";
     this.tagNumTB.Size = new System.Drawing.Size(32, 20);
     this.tagNumTB.TabIndex = 9;
     //
     // makeLbl
     //
     this.makeLbl.AutoSize = true;
     this.makeLbl.Location = new System.Drawing.Point(94, 128);
     this.makeLbl.Name = "makeLbl";
     this.makeLbl.Size = new System.Drawing.Size(37, 13);
     this.makeLbl.TabIndex = 3;
     this.makeLbl.Text = "Make:";
     //
     // modelLbl
     //
     this.modelLbl.AutoSize = true;
     this.modelLbl.Location = new System.Drawing.Point(92, 154);
     this.modelLbl.Name = "modelLbl";
     this.modelLbl.Size = new System.Drawing.Size(39, 13);
     this.modelLbl.TabIndex = 4;
     this.modelLbl.Text = "Model:";
     //
     // serialLbl
     //
     this.serialLbl.AutoSize = true;
     this.serialLbl.Location = new System.Drawing.Point(85, 180);
     this.serialLbl.Name = "serialLbl";
     this.serialLbl.Size = new System.Drawing.Size(46, 13);
     this.serialLbl.TabIndex = 5;
     this.serialLbl.Text = "Serial #:";
     //
     // formfactorlbl
     //
     this.formfactorlbl.AutoSize = true;
     this.formfactorlbl.Location = new System.Drawing.Point(65, 208);
     this.formfactorlbl.Name = "formfactorlbl";
     this.formfactorlbl.Size = new System.Drawing.Size(66, 13);
     this.formfactorlbl.TabIndex = 19;
     this.formfactorlbl.Text = "Form Factor:";
     //
     // makeTB
     //
     this.makeTB.Location = new System.Drawing.Point(137, 121);
     this.makeTB.Name = "makeTB";
     this.makeTB.Size = new System.Drawing.Size(100, 20);
     this.makeTB.TabIndex = 12;
     //
     // serialTB
     //
     this.serialTB.Location = new System.Drawing.Point(137, 173);
     this.serialTB.Name = "serialTB";
     this.serialTB.Size = new System.Drawing.Size(100, 20);
     this.serialTB.TabIndex = 14;
     this.serialTB.TextChanged += new System.EventHandler(this.serialTB_TextChanged);
     //
     // modelTB
     //
     this.modelTB.Location = new System.Drawing.Point(137, 147);
     this.modelTB.Name = "modelTB";
     this.modelTB.Size = new System.Drawing.Size(100, 20);
     this.modelTB.TabIndex = 13;
     //
     // pricelbl
     //
     this.pricelbl.AutoSize = true;
     this.pricelbl.Location = new System.Drawing.Point(97, 235);
     this.pricelbl.Name = "pricelbl";
     this.pricelbl.Size = new System.Drawing.Size(34, 13);
     this.pricelbl.TabIndex = 19;
     this.pricelbl.Text = "Price:";
     //
     // locationlbl
     //
     this.locationlbl.AutoSize = true;
     this.locationlbl.Location = new System.Drawing.Point(80, 262);
     this.locationlbl.Name = "locationlbl";
     this.locationlbl.Size = new System.Drawing.Size(51, 13);
     this.locationlbl.TabIndex = 19;
     this.locationlbl.Text = "Location:";
     //
     // costcenterlbl
     //
     this.costcenterlbl.AutoSize = true;
     this.costcenterlbl.Location = new System.Drawing.Point(66, 316);
     this.costcenterlbl.Name = "costcenterlbl";
     this.costcenterlbl.Size = new System.Drawing.Size(65, 13);
     this.costcenterlbl.TabIndex = 19;
     this.costcenterlbl.Text = "Cost Center:";
     //
     // departmentlbl
     //
     this.departmentlbl.AutoSize = true;
     this.departmentlbl.Location = new System.Drawing.Point(67, 288);
     this.departmentlbl.Name = "departmentlbl";
     this.departmentlbl.Size = new System.Drawing.Size(65, 13);
     this.departmentlbl.TabIndex = 19;
     this.departmentlbl.Text = "Department:";
     //
     // dateInServiceLbl
     //
     this.dateInServiceLbl.AutoSize = true;
     this.dateInServiceLbl.Location = new System.Drawing.Point(47, 342);
     this.dateInServiceLbl.Name = "dateInServiceLbl";
     this.dateInServiceLbl.Size = new System.Drawing.Size(84, 13);
     this.dateInServiceLbl.TabIndex = 6;
     this.dateInServiceLbl.Text = "Date In Service:";
     //
     // productKeyLbl
     //
     this.productKeyLbl.AutoSize = true;
     this.productKeyLbl.Location = new System.Drawing.Point(63, 368);
     this.productKeyLbl.Name = "productKeyLbl";
     this.productKeyLbl.Size = new System.Drawing.Size(68, 13);
     this.productKeyLbl.TabIndex = 7;
     this.productKeyLbl.Text = "Product Key:";
     //
     // computerNameLbl
     //
     this.computerNameLbl.AutoSize = true;
     this.computerNameLbl.Location = new System.Drawing.Point(45, 393);
     this.computerNameLbl.Name = "computerNameLbl";
     this.computerNameLbl.Size = new System.Drawing.Size(86, 13);
     this.computerNameLbl.TabIndex = 8;
     this.computerNameLbl.Text = "Computer Name:";
     //
     // userInfoTA
     //
     this.userInfoTA.ClearBeforeFill = true;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(556, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.getHelpToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // getHelpToolStripMenuItem
     //
     this.getHelpToolStripMenuItem.Name = "getHelpToolStripMenuItem";
     this.getHelpToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.getHelpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // listTableAdapter1
     //
     this.listTableAdapter1.ClearBeforeFill = true;
     //
     // mainAssets
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::WWassets.Properties.Resources.tabbackground_copy;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(556, 630);
     this.Controls.Add(this.assetsGB);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "mainAssets";
     this.Text = "Wallwork Assets";
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).EndInit();
     this.assetsGB.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.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.Windows.Forms.Label m_frameIntervalLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TileAnimationDialog));
     System.Windows.Forms.SplitContainer            m_splitContainerOuter;
     System.Windows.Forms.SplitContainer            m_splitContainerInner;
     System.Windows.Forms.ToolStripSeparator        m_menuItemSeparator;
     tIDE.Controls.CustomPanel m_customPanel;
     this.m_tilePicker              = new tIDE.Controls.TilePicker();
     this.m_previewPanel            = new tIDE.Controls.CustomPanel();
     this.m_animationListView       = new tIDE.Controls.CustomListView();
     this.m_frameContextMenuStrip   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.m_framePropertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.m_frameDeleteMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.m_imageListAnimation      = new System.Windows.Forms.ImageList(this.components);
     this.m_buttonOk             = new System.Windows.Forms.Button();
     this.m_buttonApply          = new System.Windows.Forms.Button();
     this.m_buttonCancel         = new System.Windows.Forms.Button();
     this.m_frameIntervalTextbox = new System.Windows.Forms.NumericUpDown();
     this.m_animationTimer       = new System.Windows.Forms.Timer(this.components);
     this.m_buttonClose          = new System.Windows.Forms.Button();
     this.m_tileSizeMessageBox   = new tIDE.Controls.CustomMessageBox(this.components);
     m_frameIntervalLabel        = new System.Windows.Forms.Label();
     m_splitContainerOuter       = new System.Windows.Forms.SplitContainer();
     m_splitContainerInner       = new System.Windows.Forms.SplitContainer();
     m_menuItemSeparator         = new System.Windows.Forms.ToolStripSeparator();
     m_customPanel = new tIDE.Controls.CustomPanel();
     m_splitContainerOuter.Panel1.SuspendLayout();
     m_splitContainerOuter.Panel2.SuspendLayout();
     m_splitContainerOuter.SuspendLayout();
     m_splitContainerInner.Panel1.SuspendLayout();
     m_splitContainerInner.Panel2.SuspendLayout();
     m_splitContainerInner.SuspendLayout();
     this.m_frameContextMenuStrip.SuspendLayout();
     m_customPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_frameIntervalTextbox)).BeginInit();
     this.SuspendLayout();
     //
     // m_frameIntervalLabel
     //
     m_frameIntervalLabel.AccessibleDescription = null;
     m_frameIntervalLabel.AccessibleName        = null;
     resources.ApplyResources(m_frameIntervalLabel, "m_frameIntervalLabel");
     m_frameIntervalLabel.Font = null;
     m_frameIntervalLabel.Name = "m_frameIntervalLabel";
     //
     // m_splitContainerOuter
     //
     m_splitContainerOuter.AccessibleDescription = null;
     m_splitContainerOuter.AccessibleName        = null;
     resources.ApplyResources(m_splitContainerOuter, "m_splitContainerOuter");
     m_splitContainerOuter.BackgroundImage = null;
     m_splitContainerOuter.Font            = null;
     m_splitContainerOuter.Name            = "m_splitContainerOuter";
     //
     // m_splitContainerOuter.Panel1
     //
     m_splitContainerOuter.Panel1.AccessibleDescription = null;
     m_splitContainerOuter.Panel1.AccessibleName        = null;
     resources.ApplyResources(m_splitContainerOuter.Panel1, "m_splitContainerOuter.Panel1");
     m_splitContainerOuter.Panel1.BackgroundImage = null;
     m_splitContainerOuter.Panel1.Controls.Add(this.m_tilePicker);
     m_splitContainerOuter.Panel1.Font = null;
     //
     // m_splitContainerOuter.Panel2
     //
     m_splitContainerOuter.Panel2.AccessibleDescription = null;
     m_splitContainerOuter.Panel2.AccessibleName        = null;
     resources.ApplyResources(m_splitContainerOuter.Panel2, "m_splitContainerOuter.Panel2");
     m_splitContainerOuter.Panel2.BackgroundImage = null;
     m_splitContainerOuter.Panel2.Controls.Add(m_splitContainerInner);
     m_splitContainerOuter.Panel2.Font = null;
     //
     // m_tilePicker
     //
     this.m_tilePicker.AccessibleDescription = null;
     this.m_tilePicker.AccessibleName        = null;
     this.m_tilePicker.AllowDrop             = true;
     this.m_tilePicker.AllowTileDragging     = true;
     resources.ApplyResources(this.m_tilePicker, "m_tilePicker");
     this.m_tilePicker.BackgroundImage   = null;
     this.m_tilePicker.Font              = null;
     this.m_tilePicker.Map               = null;
     this.m_tilePicker.Name              = "m_tilePicker";
     this.m_tilePicker.SelectedTileSheet = null;
     //
     // m_splitContainerInner
     //
     m_splitContainerInner.AccessibleDescription = null;
     m_splitContainerInner.AccessibleName        = null;
     resources.ApplyResources(m_splitContainerInner, "m_splitContainerInner");
     m_splitContainerInner.BackgroundImage = null;
     m_splitContainerInner.Font            = null;
     m_splitContainerInner.Name            = "m_splitContainerInner";
     //
     // m_splitContainerInner.Panel1
     //
     m_splitContainerInner.Panel1.AccessibleDescription = null;
     m_splitContainerInner.Panel1.AccessibleName        = null;
     resources.ApplyResources(m_splitContainerInner.Panel1, "m_splitContainerInner.Panel1");
     m_splitContainerInner.Panel1.BackgroundImage = null;
     m_splitContainerInner.Panel1.Controls.Add(this.m_previewPanel);
     m_splitContainerInner.Panel1.Font = null;
     //
     // m_splitContainerInner.Panel2
     //
     m_splitContainerInner.Panel2.AccessibleDescription = null;
     m_splitContainerInner.Panel2.AccessibleName        = null;
     resources.ApplyResources(m_splitContainerInner.Panel2, "m_splitContainerInner.Panel2");
     m_splitContainerInner.Panel2.BackgroundImage = null;
     m_splitContainerInner.Panel2.Controls.Add(this.m_animationListView);
     m_splitContainerInner.Panel2.Font = null;
     //
     // m_previewPanel
     //
     this.m_previewPanel.AccessibleDescription = null;
     this.m_previewPanel.AccessibleName        = null;
     this.m_previewPanel.AllowDrop             = true;
     resources.ApplyResources(this.m_previewPanel, "m_previewPanel");
     this.m_previewPanel.BackgroundImage = null;
     this.m_previewPanel.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_previewPanel.Font            = null;
     this.m_previewPanel.Name            = "m_previewPanel";
     this.m_previewPanel.Paint          += new System.Windows.Forms.PaintEventHandler(this.OnPreviewPaint);
     this.m_previewPanel.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove);
     //
     // m_animationListView
     //
     this.m_animationListView.AccessibleDescription = null;
     this.m_animationListView.AccessibleName        = null;
     resources.ApplyResources(this.m_animationListView, "m_animationListView");
     this.m_animationListView.AllowDrop        = true;
     this.m_animationListView.BackgroundImage  = null;
     this.m_animationListView.ContextMenuStrip = this.m_frameContextMenuStrip;
     this.m_animationListView.Font             = null;
     this.m_animationListView.LargeImageList   = this.m_imageListAnimation;
     this.m_animationListView.Name             = "m_animationListView";
     this.m_animationListView.UseCompatibleStateImageBehavior = false;
     this.m_animationListView.DragDrop  += new System.Windows.Forms.DragEventHandler(this.OnTileDragDrop);
     this.m_animationListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnTileDragEnter);
     //
     // m_frameContextMenuStrip
     //
     this.m_frameContextMenuStrip.AccessibleDescription = null;
     this.m_frameContextMenuStrip.AccessibleName        = null;
     resources.ApplyResources(this.m_frameContextMenuStrip, "m_frameContextMenuStrip");
     this.m_frameContextMenuStrip.BackgroundImage = null;
     this.m_frameContextMenuStrip.Font            = null;
     this.m_frameContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_framePropertiesMenuItem,
         m_menuItemSeparator,
         this.m_frameDeleteMenuItem
     });
     this.m_frameContextMenuStrip.Name = "m_frameContextMenuStrip";
     //
     // m_framePropertiesMenuItem
     //
     this.m_framePropertiesMenuItem.AccessibleDescription = null;
     this.m_framePropertiesMenuItem.AccessibleName        = null;
     resources.ApplyResources(this.m_framePropertiesMenuItem, "m_framePropertiesMenuItem");
     this.m_framePropertiesMenuItem.BackgroundImage          = null;
     this.m_framePropertiesMenuItem.Image                    = global::tIDE.Properties.Resources.TileAnimationFrameProperties;
     this.m_framePropertiesMenuItem.Name                     = "m_framePropertiesMenuItem";
     this.m_framePropertiesMenuItem.ShortcutKeyDisplayString = null;
     this.m_framePropertiesMenuItem.Click                   += new System.EventHandler(this.OnFrameProperties);
     //
     // m_menuItemSeparator
     //
     m_menuItemSeparator.AccessibleDescription = null;
     m_menuItemSeparator.AccessibleName        = null;
     resources.ApplyResources(m_menuItemSeparator, "m_menuItemSeparator");
     m_menuItemSeparator.Name = "m_menuItemSeparator";
     //
     // m_frameDeleteMenuItem
     //
     this.m_frameDeleteMenuItem.AccessibleDescription = null;
     this.m_frameDeleteMenuItem.AccessibleName        = null;
     resources.ApplyResources(this.m_frameDeleteMenuItem, "m_frameDeleteMenuItem");
     this.m_frameDeleteMenuItem.BackgroundImage          = null;
     this.m_frameDeleteMenuItem.Image                    = global::tIDE.Properties.Resources.TileAnimationFrameDelete;
     this.m_frameDeleteMenuItem.Name                     = "m_frameDeleteMenuItem";
     this.m_frameDeleteMenuItem.ShortcutKeyDisplayString = null;
     this.m_frameDeleteMenuItem.Click                   += new System.EventHandler(this.OnDeleteFrame);
     //
     // m_imageListAnimation
     //
     this.m_imageListAnimation.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     resources.ApplyResources(this.m_imageListAnimation, "m_imageListAnimation");
     this.m_imageListAnimation.TransparentColor = System.Drawing.Color.Transparent;
     //
     // m_customPanel
     //
     m_customPanel.AccessibleDescription = null;
     m_customPanel.AccessibleName        = null;
     resources.ApplyResources(m_customPanel, "m_customPanel");
     m_customPanel.BackgroundImage = null;
     m_customPanel.Controls.Add(m_splitContainerOuter);
     m_customPanel.Font = null;
     m_customPanel.Name = "m_customPanel";
     //
     // m_buttonOk
     //
     this.m_buttonOk.AccessibleDescription = null;
     this.m_buttonOk.AccessibleName        = null;
     resources.ApplyResources(this.m_buttonOk, "m_buttonOk");
     this.m_buttonOk.BackgroundImage         = null;
     this.m_buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.m_buttonOk.Font                    = null;
     this.m_buttonOk.Name                    = "m_buttonOk";
     this.m_buttonOk.UseVisualStyleBackColor = true;
     this.m_buttonOk.MouseMove              += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove);
     this.m_buttonOk.Click                  += new System.EventHandler(this.OnDialogOk);
     //
     // m_buttonApply
     //
     this.m_buttonApply.AccessibleDescription = null;
     this.m_buttonApply.AccessibleName        = null;
     resources.ApplyResources(this.m_buttonApply, "m_buttonApply");
     this.m_buttonApply.BackgroundImage         = null;
     this.m_buttonApply.Font                    = null;
     this.m_buttonApply.Name                    = "m_buttonApply";
     this.m_buttonApply.UseVisualStyleBackColor = true;
     this.m_buttonApply.MouseMove              += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove);
     this.m_buttonApply.Click                  += new System.EventHandler(this.OnDialogApply);
     //
     // m_buttonCancel
     //
     this.m_buttonCancel.AccessibleDescription = null;
     this.m_buttonCancel.AccessibleName        = null;
     resources.ApplyResources(this.m_buttonCancel, "m_buttonCancel");
     this.m_buttonCancel.BackgroundImage         = null;
     this.m_buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_buttonCancel.Font                    = null;
     this.m_buttonCancel.Name                    = "m_buttonCancel";
     this.m_buttonCancel.UseVisualStyleBackColor = true;
     this.m_buttonCancel.MouseMove              += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove);
     //
     // m_frameIntervalTextbox
     //
     this.m_frameIntervalTextbox.AccessibleDescription = null;
     this.m_frameIntervalTextbox.AccessibleName        = null;
     resources.ApplyResources(this.m_frameIntervalTextbox, "m_frameIntervalTextbox");
     this.m_frameIntervalTextbox.Font    = null;
     this.m_frameIntervalTextbox.Maximum = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.m_frameIntervalTextbox.Name          = "m_frameIntervalTextbox";
     this.m_frameIntervalTextbox.ValueChanged += new System.EventHandler(this.OnFrameIntervalChanged);
     //
     // m_animationTimer
     //
     this.m_animationTimer.Enabled  = true;
     this.m_animationTimer.Interval = 1;
     this.m_animationTimer.Tick    += new System.EventHandler(this.OnAnimationTimer);
     //
     // m_buttonClose
     //
     this.m_buttonClose.AccessibleDescription = null;
     this.m_buttonClose.AccessibleName        = null;
     resources.ApplyResources(this.m_buttonClose, "m_buttonClose");
     this.m_buttonClose.BackgroundImage         = null;
     this.m_buttonClose.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.m_buttonClose.Font                    = null;
     this.m_buttonClose.Name                    = "m_buttonClose";
     this.m_buttonClose.UseVisualStyleBackColor = true;
     //
     // m_tileSizeMessageBox
     //
     resources.ApplyResources(this.m_tileSizeMessageBox, "m_tileSizeMessageBox");
     this.m_tileSizeMessageBox.HelpFilePath = null;
     this.m_tileSizeMessageBox.Icon         = tIDE.Controls.MessageIcon.Error;
     this.m_tileSizeMessageBox.Owner        = this;
     //
     // TileAnimationDialog
     //
     this.AcceptButton          = this.m_buttonOk;
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.CancelButton    = this.m_buttonCancel;
     this.Controls.Add(this.m_buttonApply);
     this.Controls.Add(this.m_buttonCancel);
     this.Controls.Add(this.m_buttonClose);
     this.Controls.Add(m_frameIntervalLabel);
     this.Controls.Add(m_customPanel);
     this.Controls.Add(this.m_buttonOk);
     this.Controls.Add(this.m_frameIntervalTextbox);
     this.DoubleBuffered = true;
     this.Font           = null;
     this.Name           = "TileAnimationDialog";
     this.Load          += new System.EventHandler(this.OnDialogLoad);
     this.MouseMove     += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove);
     m_splitContainerOuter.Panel1.ResumeLayout(false);
     m_splitContainerOuter.Panel2.ResumeLayout(false);
     m_splitContainerOuter.ResumeLayout(false);
     m_splitContainerInner.Panel1.ResumeLayout(false);
     m_splitContainerInner.Panel2.ResumeLayout(false);
     m_splitContainerInner.ResumeLayout(false);
     this.m_frameContextMenuStrip.ResumeLayout(false);
     m_customPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_frameIntervalTextbox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 23
0
 /// <summary>
 ///  Required method for Designer support - do not modify
 ///  the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.canvasControl   = new MatrixPlayground.CanvasControl();
     this.listBox1        = new System.Windows.Forms.ListBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // canvasControl
     //
     this.canvasControl.BackColor         = System.Drawing.SystemColors.Window;
     this.canvasControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.canvasControl.Font              = new System.Drawing.Font("Cambria Math", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.canvasControl.Location          = new System.Drawing.Point(0, 0);
     this.canvasControl.Name              = "canvasControl";
     this.canvasControl.RenderBoundaries  = false;
     this.canvasControl.Size              = new System.Drawing.Size(646, 450);
     this.canvasControl.TabIndex          = 3;
     this.canvasControl.TabStop           = false;
     this.canvasControl.TextBoxValidated += new System.EventHandler(this.CanvasControl_TextBoxValidated);
     this.canvasControl.Click            += new System.EventHandler(this.CanvasControl_Click);
     //
     // listBox1
     //
     this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 15;
     this.listBox1.Location          = new System.Drawing.Point(0, 0);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(150, 450);
     this.listBox1.TabIndex              = 4;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
     //
     // 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.listBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.canvasControl);
     this.splitContainer1.Size             = new System.Drawing.Size(800, 450);
     this.splitContainer1.SplitterDistance = 150;
     this.splitContainer1.TabIndex         = 5;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.splitContainer1);
     this.Name = "Form1";
     this.Text = "Matrix Playground";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 24
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();
     this.button1 = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.imageBox1 = new Emgu.CV.UI.ImageBox();
     this.imageBox2 = new Emgu.CV.UI.ImageBox();
     this.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageBox2)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.button1.Location = new System.Drawing.Point(358, 394);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.splitContainer1);
     this.panel1.Location = new System.Drawing.Point(7, 6);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(799, 382);
     this.panel1.TabIndex = 4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.imageBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.imageBox2);
     this.splitContainer1.Size = new System.Drawing.Size(799, 382);
     this.splitContainer1.SplitterDistance = 400;
     this.splitContainer1.TabIndex = 0;
     //
     // imageBox1
     //
     this.imageBox1.Cursor = System.Windows.Forms.Cursors.Cross;
     this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.imageBox1.Location = new System.Drawing.Point(0, 0);
     this.imageBox1.Name = "imageBox1";
     this.imageBox1.Size = new System.Drawing.Size(400, 382);
     this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.imageBox1.TabIndex = 3;
     this.imageBox1.TabStop = false;
     //
     // imageBox2
     //
     this.imageBox2.Cursor = System.Windows.Forms.Cursors.Cross;
     this.imageBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.imageBox2.Location = new System.Drawing.Point(0, 0);
     this.imageBox2.Name = "imageBox2";
     this.imageBox2.Size = new System.Drawing.Size(395, 382);
     this.imageBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.imageBox2.TabIndex = 3;
     this.imageBox2.TabStop = false;
     //
     // ShowIMG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(809, 432);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button1);
     this.Name = "ShowIMG";
     this.Text = "ShowIMG";
     this.panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageBox2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 25
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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.oDataFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sharePointFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.editFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cloneFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.deleteFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.purgeFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.GridView = new System.Windows.Forms.DataGridView();
     this.Action = new System.Windows.Forms.DataGridViewLinkColumn();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ShowError = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.JobStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridView)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.createToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
     this.menuStrip1.Size = new System.Drawing.Size(649, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(91, 22);
     this.exitToolStripMenuItem.Text = "&Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // createToolStripMenuItem
     //
     this.createToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newFeedToolStripMenuItem,
     this.toolStripSeparator1,
     this.editFeedToolStripMenuItem,
     this.cloneFeedToolStripMenuItem,
     this.toolStripSeparator2,
     this.deleteFeedToolStripMenuItem,
     this.purgeFeedToolStripMenuItem});
     this.createToolStripMenuItem.Name = "createToolStripMenuItem";
     this.createToolStripMenuItem.Size = new System.Drawing.Size(36, 20);
     this.createToolStripMenuItem.Text = "&Job";
     this.createToolStripMenuItem.Click += new System.EventHandler(this.createToolStripMenuItem_Click);
     //
     // newFeedToolStripMenuItem
     //
     this.newFeedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sQLDatabaseToolStripMenuItem,
     this.oDataFeedToolStripMenuItem,
     this.sharePointFeedToolStripMenuItem});
     this.newFeedToolStripMenuItem.Name = "newFeedToolStripMenuItem";
     this.newFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.newFeedToolStripMenuItem.Text = "&Add";
     //
     // sQLDatabaseToolStripMenuItem
     //
     this.sQLDatabaseToolStripMenuItem.Name = "sQLDatabaseToolStripMenuItem";
     this.sQLDatabaseToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.sQLDatabaseToolStripMenuItem.Text = "&SQL Server/SQL Database";
     this.sQLDatabaseToolStripMenuItem.Click += new System.EventHandler(this.sQLDatabaseToolStripMenuItem_Click);
     //
     // oDataFeedToolStripMenuItem
     //
     this.oDataFeedToolStripMenuItem.Enabled = false;
     this.oDataFeedToolStripMenuItem.Name = "oDataFeedToolStripMenuItem";
     this.oDataFeedToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.oDataFeedToolStripMenuItem.Text = "OData Feed";
     //
     // sharePointFeedToolStripMenuItem
     //
     this.sharePointFeedToolStripMenuItem.Enabled = false;
     this.sharePointFeedToolStripMenuItem.Name = "sharePointFeedToolStripMenuItem";
     this.sharePointFeedToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
     this.sharePointFeedToolStripMenuItem.Text = "SharePoint Feed";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // editFeedToolStripMenuItem
     //
     this.editFeedToolStripMenuItem.Enabled = false;
     this.editFeedToolStripMenuItem.Name = "editFeedToolStripMenuItem";
     this.editFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.editFeedToolStripMenuItem.Text = "&Update";
     this.editFeedToolStripMenuItem.Click += new System.EventHandler(this.editFeedToolStripMenuItem_Click);
     //
     // cloneFeedToolStripMenuItem
     //
     this.cloneFeedToolStripMenuItem.Enabled = false;
     this.cloneFeedToolStripMenuItem.Name = "cloneFeedToolStripMenuItem";
     this.cloneFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.cloneFeedToolStripMenuItem.Text = "&Clone";
     this.cloneFeedToolStripMenuItem.Click += new System.EventHandler(this.cloneFeedToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // deleteFeedToolStripMenuItem
     //
     this.deleteFeedToolStripMenuItem.Enabled = false;
     this.deleteFeedToolStripMenuItem.Name = "deleteFeedToolStripMenuItem";
     this.deleteFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.deleteFeedToolStripMenuItem.Text = "&Remove";
     this.deleteFeedToolStripMenuItem.Click += new System.EventHandler(this.deleteFeedToolStripMenuItem_Click);
     //
     // purgeFeedToolStripMenuItem
     //
     this.purgeFeedToolStripMenuItem.Enabled = false;
     this.purgeFeedToolStripMenuItem.Name = "purgeFeedToolStripMenuItem";
     this.purgeFeedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.purgeFeedToolStripMenuItem.Text = "&Purge";
     this.purgeFeedToolStripMenuItem.Click += new System.EventHandler(this.purgeFeedToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.aboutToolStripMenuItem.Text = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // GridView
     //
     this.GridView.AllowUserToAddRows = false;
     this.GridView.AllowUserToDeleteRows = false;
     this.GridView.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
     this.GridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.GridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.GridView.BackgroundColor = System.Drawing.SystemColors.Control;
     this.GridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.GridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.GridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Action});
     this.GridView.ContextMenuStrip = this.contextMenuStrip1;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.GridView.DefaultCellStyle = dataGridViewCellStyle3;
     this.GridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridView.GridColor = System.Drawing.SystemColors.Control;
     this.GridView.Location = new System.Drawing.Point(0, 0);
     this.GridView.Margin = new System.Windows.Forms.Padding(4);
     this.GridView.MultiSelect = false;
     this.GridView.Name = "GridView";
     this.GridView.ReadOnly = true;
     this.GridView.RowHeadersVisible = false;
     this.GridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.GridView.Size = new System.Drawing.Size(649, 215);
     this.GridView.TabIndex = 1;
     this.GridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_CellClick);
     this.GridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_CellDoubleClick);
     this.GridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.GridView_CellFormatting);
     this.GridView.SelectionChanged += new System.EventHandler(this.GridView_SelectionChanged);
     this.GridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GridView_KeyDown);
     this.GridView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GridView_MouseDown);
     //
     // Action
     //
     this.Action.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Action.DefaultCellStyle = dataGridViewCellStyle2;
     this.Action.HeaderText = "Action";
     this.Action.Name = "Action";
     this.Action.ReadOnly = true;
     this.Action.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Action.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Action.Text = "Start Job";
     this.Action.Width = 5;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ShowError});
     this.contextMenuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(170, 26);
     //
     // ShowError
     //
     this.ShowError.Name = "ShowError";
     this.ShowError.Size = new System.Drawing.Size(169, 22);
     this.ShowError.Text = "Show Error Details";
     this.ShowError.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.JobStatus});
     this.statusStrip1.Location = new System.Drawing.Point(0, 6);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(649, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text = "statusStrip1";
     //
     // JobStatus
     //
     this.JobStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.JobStatus.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.JobStatus.Name = "JobStatus";
     this.JobStatus.Size = new System.Drawing.Size(0, 17);
     this.JobStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.GridView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.splitContainer1.Panel2MinSize = 15;
     this.splitContainer1.Size = new System.Drawing.Size(649, 244);
     this.splitContainer1.SplitterDistance = 215;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 3;
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(649, 268);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MinimizeBox = false;
     this.Name = "FormMain";
     this.Text = "Power BI Live Datasets";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridView)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     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.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 26
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuQuit = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHeaderInfo = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuWZCompare = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSaveXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLoadXML = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExtract = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuSettings = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
     this.licenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCloseRender = new System.Windows.Forms.ToolStripMenuItem();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.button8 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.pnlSound = new System.Windows.Forms.Panel();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.button5 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.btnSaveMp3 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.lstRender = new System.Windows.Forms.ListBox();
     this.chkNPC = new System.Windows.Forms.CheckBox();
     this.chkMob = new System.Windows.Forms.CheckBox();
     this.chkReactor = new System.Windows.Forms.CheckBox();
     this.chkPortal = new System.Windows.Forms.CheckBox();
     this.button2 = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtType = new System.Windows.Forms.TextBox();
     this.pnlPicture = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblUOL = new System.Windows.Forms.LinkLabel();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.renderContainer = new System.Windows.Forms.SplitContainer();
     this.picRender = new System.Windows.Forms.PictureBox();
     this.cmdCloseRender = new System.Windows.Forms.Button();
     this.cmdSaveRender = new System.Windows.Forms.Button();
     this.cmdRedrawRender = new System.Windows.Forms.Button();
     this.lstRenders = new System.Windows.Forms.ListBox();
     this.chkReactorr = new System.Windows.Forms.CheckBox();
     this.chkPortalr = new System.Windows.Forms.CheckBox();
     this.chkMobr = new System.Windows.Forms.CheckBox();
     this.chkNPCr = new System.Windows.Forms.CheckBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.treeView2 = new System.Windows.Forms.TreeView();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.fullExtractPanel = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.extractCount = new System.Windows.Forms.Label();
     this.extractBar = new System.Windows.Forms.ProgressBar();
     this.extractCancel = new System.Windows.Forms.Button();
     this.extractStart = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.pnlSound.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.pnlPicture.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.renderContainer.Panel1.SuspendLayout();
     this.renderContainer.Panel2.SuspendLayout();
     this.renderContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.fullExtractPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuFile,
     this.mnuExtras,
     this.mnuAbout,
     this.mnuCloseRender});
     this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(846, 25);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuOpen,
     this.mnuQuit});
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(39, 21);
     this.mnuFile.Text = "&File";
     //
     // mnuOpen
     //
     this.mnuOpen.Name = "mnuOpen";
     this.mnuOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.mnuOpen.Size = new System.Drawing.Size(164, 22);
     this.mnuOpen.Text = "&Open...";
     this.mnuOpen.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
     //
     // mnuQuit
     //
     this.mnuQuit.Name = "mnuQuit";
     this.mnuQuit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.mnuQuit.Size = new System.Drawing.Size(164, 22);
     this.mnuQuit.Text = "&Quit";
     this.mnuQuit.Click += new System.EventHandler(this.QuitToolStripMenuItemClick);
     //
     // mnuExtras
     //
     this.mnuExtras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuHeaderInfo,
     this.mnuWZCompare,
     this.mnuExtract,
     this.toolStripMenuItem3,
     this.findToolStripMenuItem,
     this.toolStripTextBox1,
     this.toolStripMenuItem2,
     this.mnuSettings});
     this.mnuExtras.Name = "mnuExtras";
     this.mnuExtras.Size = new System.Drawing.Size(55, 21);
     this.mnuExtras.Text = "&Extras";
     //
     // mnuHeaderInfo
     //
     this.mnuHeaderInfo.Enabled = false;
     this.mnuHeaderInfo.Name = "mnuHeaderInfo";
     this.mnuHeaderInfo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
     this.mnuHeaderInfo.Size = new System.Drawing.Size(236, 22);
     this.mnuHeaderInfo.Text = "Header information";
     this.mnuHeaderInfo.Click += new System.EventHandler(this.ShowHeaderInformationToolStripMenuItemClick);
     //
     // mnuWZCompare
     //
     this.mnuWZCompare.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuSaveXML,
     this.mnuLoadXML});
     this.mnuWZCompare.Enabled = false;
     this.mnuWZCompare.Name = "mnuWZCompare";
     this.mnuWZCompare.Size = new System.Drawing.Size(236, 22);
     this.mnuWZCompare.Text = "WZ Comparison";
     //
     // mnuSaveXML
     //
     this.mnuSaveXML.Enabled = false;
     this.mnuSaveXML.Name = "mnuSaveXML";
     this.mnuSaveXML.Size = new System.Drawing.Size(208, 22);
     this.mnuSaveXML.Text = "Save XML File...";
     this.mnuSaveXML.Click += new System.EventHandler(this.saveXMLFileToolStripMenuItem_Click);
     //
     // mnuLoadXML
     //
     this.mnuLoadXML.Enabled = false;
     this.mnuLoadXML.Name = "mnuLoadXML";
     this.mnuLoadXML.Size = new System.Drawing.Size(208, 22);
     this.mnuLoadXML.Text = "Compare to XML File...";
     this.mnuLoadXML.Click += new System.EventHandler(this.compareToXMLFileToolStripMenuItem_Click);
     //
     // mnuExtract
     //
     this.mnuExtract.Enabled = false;
     this.mnuExtract.Name = "mnuExtract";
     this.mnuExtract.Size = new System.Drawing.Size(236, 22);
     this.mnuExtract.Text = "Extract everything to disk";
     this.mnuExtract.Click += new System.EventHandler(this.MnuExtractClick);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(233, 6);
     //
     // findToolStripMenuItem
     //
     this.findToolStripMenuItem.Enabled = false;
     this.findToolStripMenuItem.Name = "findToolStripMenuItem";
     this.findToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
     this.findToolStripMenuItem.Text = "Find in tree:";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23);
     this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1KeyDown);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(233, 6);
     //
     // mnuSettings
     //
     this.mnuSettings.Name = "mnuSettings";
     this.mnuSettings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.mnuSettings.Size = new System.Drawing.Size(236, 22);
     this.mnuSettings.Text = "&Settings...";
     this.mnuSettings.Click += new System.EventHandler(this.PreferencesToolStripMenuItemClick);
     //
     // mnuAbout
     //
     this.mnuAbout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.licenseToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.mnuAbout.Name = "mnuAbout";
     this.mnuAbout.Size = new System.Drawing.Size(26, 21);
     this.mnuAbout.Text = "?";
     //
     // licenseToolStripMenuItem
     //
     this.licenseToolStripMenuItem.Name = "licenseToolStripMenuItem";
     this.licenseToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.licenseToolStripMenuItem.Text = "License";
     this.licenseToolStripMenuItem.Click += new System.EventHandler(this.LicenseToolStripMenuItemClick);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
     //
     // mnuCloseRender
     //
     this.mnuCloseRender.Name = "mnuCloseRender";
     this.mnuCloseRender.Size = new System.Drawing.Size(98, 21);
     this.mnuCloseRender.Text = "Close Render";
     this.mnuCloseRender.Visible = false;
     this.mnuCloseRender.Click += new System.EventHandler(this.closeRenderToolStripMenuItem_Click);
     //
     // treeView1
     //
     this.treeView1.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.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.HideSelection = false;
     this.treeView1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.Size = new System.Drawing.Size(164, 242);
     this.treeView1.TabIndex = 2;
     this.treeView1.Tag = "";
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.button9);
     this.groupBox2.Controls.Add(this.button8);
     this.groupBox2.Controls.Add(this.button7);
     this.groupBox2.Controls.Add(this.button6);
     this.groupBox2.Controls.Add(this.pnlSound);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.lstRender);
     this.groupBox2.Controls.Add(this.chkNPC);
     this.groupBox2.Controls.Add(this.chkMob);
     this.groupBox2.Controls.Add(this.chkReactor);
     this.groupBox2.Controls.Add(this.chkPortal);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.txtType);
     this.groupBox2.Controls.Add(this.pnlPicture);
     this.groupBox2.Controls.Add(this.lblUOL);
     this.groupBox2.Controls.Add(this.textBox8);
     this.groupBox2.Location = new System.Drawing.Point(2, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(657, 513);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Data";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(9, 435);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(52, 23);
     this.button8.TabIndex = 26;
     this.button8.Text = "obj";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(9, 405);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(52, 23);
     this.button7.TabIndex = 25;
     this.button7.Text = "map";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(5, 302);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(54, 38);
     this.button6.TabIndex = 24;
     this.button6.Text = "Extract image";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Visible = false;
     this.button6.Click += new System.EventHandler(this.Button6Click);
     //
     // pnlSound
     //
     this.pnlSound.AutoScroll = true;
     this.pnlSound.AutoSize = true;
     this.pnlSound.Controls.Add(this.checkBox1);
     this.pnlSound.Controls.Add(this.trackBar1);
     this.pnlSound.Controls.Add(this.label4);
     this.pnlSound.Controls.Add(this.textBox1);
     this.pnlSound.Controls.Add(this.label3);
     this.pnlSound.Controls.Add(this.button5);
     this.pnlSound.Controls.Add(this.button4);
     this.pnlSound.Controls.Add(this.button3);
     this.pnlSound.Controls.Add(this.btnSaveMp3);
     this.pnlSound.Location = new System.Drawing.Point(66, 42);
     this.pnlSound.Name = "pnlSound";
     this.pnlSound.Size = new System.Drawing.Size(380, 192);
     this.pnlSound.TabIndex = 23;
     this.pnlSound.Visible = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(192, 6);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(58, 19);
     this.checkBox1.TabIndex = 30;
     this.checkBox1.Text = "Loop";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(4, 31);
     this.trackBar1.Name = "trackBar1";
     this.trackBar1.Size = new System.Drawing.Size(203, 45);
     this.trackBar1.TabIndex = 29;
     this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trackBar1.Scroll += new System.EventHandler(this.TrackBar1Scroll);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(213, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 18);
     this.label4.TabIndex = 28;
     this.label4.Text = "00:00 /";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Window;
     this.textBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(3, 72);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(293, 117);
     this.textBox1.TabIndex = 27;
     this.textBox1.TabStop = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(259, 32);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(37, 18);
     this.label3.TabIndex = 26;
     this.label3.Text = "00:00";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(125, 3);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(55, 23);
     this.button5.TabIndex = 24;
     this.button5.Text = "Stop";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(64, 3);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(55, 23);
     this.button4.TabIndex = 23;
     this.button4.Text = "Pause";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(3, 3);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(55, 23);
     this.button3.TabIndex = 22;
     this.button3.Text = "Play";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // btnSaveMp3
     //
     this.btnSaveMp3.Location = new System.Drawing.Point(256, 3);
     this.btnSaveMp3.Name = "btnSaveMp3";
     this.btnSaveMp3.Size = new System.Drawing.Size(40, 23);
     this.btnSaveMp3.TabIndex = 19;
     this.btnSaveMp3.Text = "Save";
     this.btnSaveMp3.UseVisualStyleBackColor = true;
     this.btnSaveMp3.Click += new System.EventHandler(this.BtnSaveMp3Click);
     //
     // label1
     //
     this.label1.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.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 194);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(590, 192);
     this.label1.TabIndex = 5;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(7, 346);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(54, 43);
     this.button1.TabIndex = 21;
     this.button1.Text = "Save image";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // lstRender
     //
     this.lstRender.FormattingEnabled = true;
     this.lstRender.ItemHeight = 12;
     this.lstRender.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRender.Location = new System.Drawing.Point(6, 258);
     this.lstRender.Name = "lstRender";
     this.lstRender.Size = new System.Drawing.Size(54, 40);
     this.lstRender.TabIndex = 13;
     this.lstRender.Visible = false;
     //
     // chkNPC
     //
     this.chkNPC.Checked = true;
     this.chkNPC.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPC.Location = new System.Drawing.Point(5, 238);
     this.chkNPC.Name = "chkNPC";
     this.chkNPC.Size = new System.Drawing.Size(55, 15);
     this.chkNPC.TabIndex = 12;
     this.chkNPC.Text = "NPCs";
     this.chkNPC.UseVisualStyleBackColor = true;
     this.chkNPC.Visible = false;
     this.chkNPC.CheckedChanged += new System.EventHandler(this.ChkNPCCheckedChanged);
     //
     // chkMob
     //
     this.chkMob.Checked = true;
     this.chkMob.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMob.Location = new System.Drawing.Point(5, 218);
     this.chkMob.Name = "chkMob";
     this.chkMob.Size = new System.Drawing.Size(55, 15);
     this.chkMob.TabIndex = 11;
     this.chkMob.Text = "Mob";
     this.chkMob.UseVisualStyleBackColor = true;
     this.chkMob.Visible = false;
     this.chkMob.CheckedChanged += new System.EventHandler(this.ChkMobCheckedChanged);
     //
     // chkReactor
     //
     this.chkReactor.Checked = true;
     this.chkReactor.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactor.Location = new System.Drawing.Point(5, 193);
     this.chkReactor.Name = "chkReactor";
     this.chkReactor.Size = new System.Drawing.Size(55, 19);
     this.chkReactor.TabIndex = 10;
     this.chkReactor.Text = "Reactor";
     this.chkReactor.UseVisualStyleBackColor = true;
     this.chkReactor.Visible = false;
     this.chkReactor.CheckedChanged += new System.EventHandler(this.ChkReactorCheckedChanged);
     //
     // chkPortal
     //
     this.chkPortal.Checked = true;
     this.chkPortal.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortal.Location = new System.Drawing.Point(5, 171);
     this.chkPortal.Name = "chkPortal";
     this.chkPortal.Size = new System.Drawing.Size(55, 20);
     this.chkPortal.TabIndex = 9;
     this.chkPortal.Text = "Portal";
     this.chkPortal.UseVisualStyleBackColor = true;
     this.chkPortal.Visible = false;
     this.chkPortal.CheckedChanged += new System.EventHandler(this.ChkPortalCheckedChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(5, 114);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(54, 50);
     this.button2.TabIndex = 8;
     this.button2.Text = "Render this Map!";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(55, 37);
     this.label9.TabIndex = 5;
     this.label9.Text = "Click the picture to save it!";
     this.label9.Visible = false;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 44);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 14);
     this.label8.TabIndex = 3;
     this.label8.Text = "Content:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 18);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 17);
     this.label7.TabIndex = 1;
     this.label7.Text = "Type:";
     //
     // txtType
     //
     this.txtType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtType.BackColor = System.Drawing.SystemColors.Window;
     this.txtType.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtType.Location = new System.Drawing.Point(67, 18);
     this.txtType.Multiline = true;
     this.txtType.Name = "txtType";
     this.txtType.ReadOnly = true;
     this.txtType.Size = new System.Drawing.Size(584, 19);
     this.txtType.TabIndex = 0;
     //
     // pnlPicture
     //
     this.pnlPicture.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.pnlPicture.AutoScroll = true;
     this.pnlPicture.BackColor = System.Drawing.SystemColors.Control;
     this.pnlPicture.Controls.Add(this.pictureBox1);
     this.pnlPicture.Location = new System.Drawing.Point(67, 42);
     this.pnlPicture.Name = "pnlPicture";
     this.pnlPicture.Size = new System.Drawing.Size(584, 466);
     this.pnlPicture.TabIndex = 17;
     this.pnlPicture.Visible = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(553, 338);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     this.pictureBox1.Click += new System.EventHandler(this.PictureBox1Click);
     //
     // lblUOL
     //
     this.lblUOL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUOL.BackColor = System.Drawing.SystemColors.Control;
     this.lblUOL.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUOL.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblUOL.Location = new System.Drawing.Point(67, 42);
     this.lblUOL.Name = "lblUOL";
     this.lblUOL.Size = new System.Drawing.Size(408, 30);
     this.lblUOL.TabIndex = 20;
     this.lblUOL.Visible = false;
     this.lblUOL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // textBox8
     //
     this.textBox8.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.textBox8.BackColor = System.Drawing.SystemColors.Window;
     this.textBox8.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(67, 42);
     this.textBox8.Multiline = true;
     this.textBox8.Name = "textBox8";
     this.textBox8.ReadOnly = true;
     this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox8.Size = new System.Drawing.Size(584, 466);
     this.textBox8.TabIndex = 2;
     this.textBox8.Visible = false;
     //
     // renderContainer
     //
     this.renderContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.renderContainer.IsSplitterFixed = true;
     this.renderContainer.Location = new System.Drawing.Point(606, 0);
     this.renderContainer.Name = "renderContainer";
     this.renderContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // renderContainer.Panel1
     //
     this.renderContainer.Panel1.AutoScroll = true;
     this.renderContainer.Panel1.Controls.Add(this.picRender);
     //
     // renderContainer.Panel2
     //
     this.renderContainer.Panel2.Controls.Add(this.cmdCloseRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdSaveRender);
     this.renderContainer.Panel2.Controls.Add(this.cmdRedrawRender);
     this.renderContainer.Panel2.Controls.Add(this.lstRenders);
     this.renderContainer.Panel2.Controls.Add(this.chkReactorr);
     this.renderContainer.Panel2.Controls.Add(this.chkPortalr);
     this.renderContainer.Panel2.Controls.Add(this.chkMobr);
     this.renderContainer.Panel2.Controls.Add(this.chkNPCr);
     this.renderContainer.Size = new System.Drawing.Size(240, 207);
     this.renderContainer.SplitterDistance = 131;
     this.renderContainer.TabIndex = 0;
     this.renderContainer.TabStop = false;
     this.renderContainer.Visible = false;
     //
     // picRender
     //
     this.picRender.Location = new System.Drawing.Point(0, 0);
     this.picRender.Name = "picRender";
     this.picRender.Size = new System.Drawing.Size(279, 128);
     this.picRender.TabIndex = 0;
     this.picRender.TabStop = false;
     //
     // cmdCloseRender
     //
     this.cmdCloseRender.Location = new System.Drawing.Point(399, 34);
     this.cmdCloseRender.Name = "cmdCloseRender";
     this.cmdCloseRender.Size = new System.Drawing.Size(43, 21);
     this.cmdCloseRender.TabIndex = 7;
     this.cmdCloseRender.Text = "Close";
     this.cmdCloseRender.UseVisualStyleBackColor = true;
     this.cmdCloseRender.Click += new System.EventHandler(this.CmdCloseRenderClick);
     //
     // cmdSaveRender
     //
     this.cmdSaveRender.Location = new System.Drawing.Point(269, 34);
     this.cmdSaveRender.Name = "cmdSaveRender";
     this.cmdSaveRender.Size = new System.Drawing.Size(124, 21);
     this.cmdSaveRender.TabIndex = 6;
     this.cmdSaveRender.Text = "Save";
     this.cmdSaveRender.UseVisualStyleBackColor = true;
     this.cmdSaveRender.Click += new System.EventHandler(this.CmdSaveRenderClick);
     //
     // cmdRedrawRender
     //
     this.cmdRedrawRender.Location = new System.Drawing.Point(269, 8);
     this.cmdRedrawRender.Name = "cmdRedrawRender";
     this.cmdRedrawRender.Size = new System.Drawing.Size(173, 20);
     this.cmdRedrawRender.TabIndex = 5;
     this.cmdRedrawRender.Text = "Render with new settings";
     this.cmdRedrawRender.UseVisualStyleBackColor = true;
     this.cmdRedrawRender.Click += new System.EventHandler(this.CmdRedrawRenderClick);
     //
     // lstRenders
     //
     this.lstRenders.FormattingEnabled = true;
     this.lstRenders.ItemHeight = 12;
     this.lstRenders.Items.AddRange(new object[] {
     "None",
     "Black",
     "White"});
     this.lstRenders.Location = new System.Drawing.Point(157, 8);
     this.lstRenders.Name = "lstRenders";
     this.lstRenders.Size = new System.Drawing.Size(106, 52);
     this.lstRenders.TabIndex = 4;
     //
     // chkReactorr
     //
     this.chkReactorr.Checked = true;
     this.chkReactorr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkReactorr.Location = new System.Drawing.Point(77, 8);
     this.chkReactorr.Name = "chkReactorr";
     this.chkReactorr.Size = new System.Drawing.Size(74, 20);
     this.chkReactorr.TabIndex = 3;
     this.chkReactorr.Text = "Reactors";
     this.chkReactorr.UseVisualStyleBackColor = true;
     this.chkReactorr.CheckedChanged += new System.EventHandler(this.ChkReactorrCheckedChanged);
     //
     // chkPortalr
     //
     this.chkPortalr.Checked = true;
     this.chkPortalr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPortalr.Location = new System.Drawing.Point(9, 10);
     this.chkPortalr.Name = "chkPortalr";
     this.chkPortalr.Size = new System.Drawing.Size(62, 18);
     this.chkPortalr.TabIndex = 2;
     this.chkPortalr.Text = "Portals";
     this.chkPortalr.UseVisualStyleBackColor = true;
     this.chkPortalr.CheckedChanged += new System.EventHandler(this.ChkPortalrCheckedChanged);
     //
     // chkMobr
     //
     this.chkMobr.Checked = true;
     this.chkMobr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkMobr.Location = new System.Drawing.Point(9, 30);
     this.chkMobr.Name = "chkMobr";
     this.chkMobr.Size = new System.Drawing.Size(51, 18);
     this.chkMobr.TabIndex = 1;
     this.chkMobr.Text = "Mob";
     this.chkMobr.UseVisualStyleBackColor = true;
     this.chkMobr.CheckedChanged += new System.EventHandler(this.ChkMobrCheckedChanged);
     //
     // chkNPCr
     //
     this.chkNPCr.Checked = true;
     this.chkNPCr.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkNPCr.Location = new System.Drawing.Point(77, 30);
     this.chkNPCr.Name = "chkNPCr";
     this.chkNPCr.Size = new System.Drawing.Size(68, 18);
     this.chkNPCr.TabIndex = 0;
     this.chkNPCr.Text = "NPCs";
     this.chkNPCr.UseVisualStyleBackColor = true;
     this.chkNPCr.CheckedChanged += new System.EventHandler(this.ChkNPCrCheckedChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 542);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(846, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize = false;
     this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(300, 17);
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoSize = false;
     this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
     | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(200, 17);
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Visible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(846, 516);
     this.splitContainer1.SplitterDistance = 171;
     this.splitContainer1.TabIndex = 5;
     //
     // splitContainer2
     //
     this.splitContainer2.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.splitContainer2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.splitContainer2.Location = new System.Drawing.Point(7, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.Panel2.Controls.Add(this.treeView2);
     this.splitContainer2.Size = new System.Drawing.Size(164, 505);
     this.splitContainer2.SplitterDistance = 245;
     this.splitContainer2.TabIndex = 4;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 4;
     this.label2.Text = "Image file content:";
     //
     // treeView2
     //
     this.treeView2.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.treeView2.HideSelection = false;
     this.treeView2.Location = new System.Drawing.Point(0, 18);
     this.treeView2.Name = "treeView2";
     this.treeView2.Size = new System.Drawing.Size(164, 235);
     this.treeView2.TabIndex = 3;
     this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView2AfterSelect);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // fullExtractPanel
     //
     this.fullExtractPanel.Controls.Add(this.label6);
     this.fullExtractPanel.Controls.Add(this.extractCount);
     this.fullExtractPanel.Controls.Add(this.extractBar);
     this.fullExtractPanel.Controls.Add(this.extractCancel);
     this.fullExtractPanel.Controls.Add(this.extractStart);
     this.fullExtractPanel.Location = new System.Drawing.Point(307, 0);
     this.fullExtractPanel.Name = "fullExtractPanel";
     this.fullExtractPanel.Size = new System.Drawing.Size(281, 145);
     this.fullExtractPanel.TabIndex = 6;
     this.fullExtractPanel.Visible = false;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(29, 9);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(203, 34);
     this.label6.TabIndex = 4;
     this.label6.Text = "Full Extract Control Panel";
     //
     // extractCount
     //
     this.extractCount.Location = new System.Drawing.Point(29, 72);
     this.extractCount.Name = "extractCount";
     this.extractCount.Size = new System.Drawing.Size(203, 20);
     this.extractCount.TabIndex = 3;
     this.extractCount.Text = "progress";
     //
     // extractBar
     //
     this.extractBar.Location = new System.Drawing.Point(32, 46);
     this.extractBar.Name = "extractBar";
     this.extractBar.Size = new System.Drawing.Size(200, 18);
     this.extractBar.TabIndex = 2;
     //
     // extractCancel
     //
     this.extractCancel.Location = new System.Drawing.Point(184, 97);
     this.extractCancel.Name = "extractCancel";
     this.extractCancel.Size = new System.Drawing.Size(48, 24);
     this.extractCancel.TabIndex = 1;
     this.extractCancel.Text = "Cancel";
     this.extractCancel.UseVisualStyleBackColor = true;
     this.extractCancel.Click += new System.EventHandler(this.ExtractCancelClick);
     //
     // extractStart
     //
     this.extractStart.Location = new System.Drawing.Point(32, 97);
     this.extractStart.Name = "extractStart";
     this.extractStart.Size = new System.Drawing.Size(146, 24);
     this.extractStart.TabIndex = 0;
     this.extractStart.Text = "Start";
     this.extractStart.UseVisualStyleBackColor = true;
     this.extractStart.Click += new System.EventHandler(this.ExtractStartClick);
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(9, 470);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(52, 23);
     this.button9.TabIndex = 27;
     this.button9.Text = "tile";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(846, 564);
     this.Controls.Add(this.fullExtractPanel);
     this.Controls.Add(this.renderContainer);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.Text = "WZextract";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.pnlSound.ResumeLayout(false);
     this.pnlSound.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.pnlPicture.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.renderContainer.Panel1.ResumeLayout(false);
     this.renderContainer.Panel2.ResumeLayout(false);
     this.renderContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picRender)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.fullExtractPanel.ResumeLayout(false);
     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.SplitContainer            splitContainer9;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PoolDefinitionControl));
     System.Windows.Forms.Label        label1;
     System.Windows.Forms.ColumnHeader columnHeader4;
     this.imageList          = new System.Windows.Forms.ImageList(this.components);
     this.txtName            = new System.Windows.Forms.TextBox();
     this.listPools          = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.VetoingListView();
     this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
     splitContainer9         = new System.Windows.Forms.SplitContainer();
     label1        = new System.Windows.Forms.Label();
     columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(splitContainer9)).BeginInit();
     splitContainer9.Panel1.SuspendLayout();
     splitContainer9.Panel2.SuspendLayout();
     splitContainer9.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer9
     //
     splitContainer9.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer9.Location    = new System.Drawing.Point(0, 0);
     splitContainer9.Name        = "splitContainer9";
     splitContainer9.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer9.Panel1
     //
     splitContainer9.Panel1.Controls.Add(this.listPools);
     //
     // splitContainer9.Panel2
     //
     splitContainer9.Panel2.Controls.Add(this.descriptionControl);
     splitContainer9.Panel2.Controls.Add(this.txtName);
     splitContainer9.Panel2.Controls.Add(label1);
     splitContainer9.Size             = new System.Drawing.Size(400, 400);
     splitContainer9.SplitterDistance = 200;
     splitContainer9.TabIndex         = 1;
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "method");
     this.imageList.Images.SetKeyName(1, "field");
     this.imageList.Images.SetKeyName(2, "handshake");
     this.imageList.Images.SetKeyName(3, "enum");
     this.imageList.Images.SetKeyName(4, "class");
     this.imageList.Images.SetKeyName(5, "source");
     this.imageList.Images.SetKeyName(6, "document");
     this.imageList.Images.SetKeyName(7, "hierarchy");
     this.imageList.Images.SetKeyName(8, "structure");
     this.imageList.Images.SetKeyName(9, "parameter");
     this.imageList.Images.SetKeyName(10, "validate");
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.Location     = new System.Drawing.Point(67, 6);
     this.txtName.Name         = "txtName";
     this.txtName.Size         = new System.Drawing.Size(326, 20);
     this.txtName.TabIndex     = 7;
     this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(62, 13);
     label1.TabIndex = 8;
     label1.Text     = "Pool Name:";
     //
     // listPools
     //
     this.listPools.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.listPools.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         columnHeader4
     });
     this.listPools.FullRowSelect  = true;
     this.listPools.HideSelection  = false;
     this.listPools.Location       = new System.Drawing.Point(6, 6);
     this.listPools.MultiSelect    = false;
     this.listPools.Name           = "listPools";
     this.listPools.ShowGroups     = false;
     this.listPools.Size           = new System.Drawing.Size(387, 186);
     this.listPools.SmallImageList = this.imageList;
     this.listPools.TabIndex       = 5;
     this.listPools.UseCompatibleStateImageBehavior = false;
     this.listPools.View          = System.Windows.Forms.View.Details;
     this.listPools.ItemChanging += new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.ListItemChangingEventHandler(this.listPools_ItemChanging);
     //
     // columnHeader4
     //
     columnHeader4.Text  = "Pool";
     columnHeader4.Width = 279;
     //
     // descriptionControl
     //
     this.descriptionControl.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.descriptionControl.Enabled   = false;
     this.descriptionControl.Location  = new System.Drawing.Point(6, 29);
     this.descriptionControl.Margin    = new System.Windows.Forms.Padding(0);
     this.descriptionControl.Name      = "descriptionControl";
     this.descriptionControl.ShowLabel = true;
     this.descriptionControl.Size      = new System.Drawing.Size(387, 160);
     this.descriptionControl.TabIndex  = 11;
     this.descriptionControl.Changed  += new System.EventHandler(this.descriptionControl_Changed);
     //
     // PoolDefinitionControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer9);
     this.Name = "PoolDefinitionControl";
     this.Size = new System.Drawing.Size(400, 400);
     splitContainer9.Panel1.ResumeLayout(false);
     splitContainer9.Panel2.ResumeLayout(false);
     splitContainer9.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer9)).EndInit();
     splitContainer9.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 28
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalculationCostRealization));
     this.panel1                    = new System.Windows.Forms.Panel();
     this.buttonSaveExcel           = new System.Windows.Forms.Button();
     this.buttonPrintPreview        = new System.Windows.Forms.Button();
     this.buttonPrint               = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.panel5                    = new System.Windows.Forms.Panel();
     this.findButton                = new System.Windows.Forms.Button();
     this.comboBox1                 = new System.Windows.Forms.ComboBox();
     this.buttonNomenclaturesDelete = new System.Windows.Forms.Button();
     this.buttonNomenclaturesAdd    = new System.Windows.Forms.Button();
     this.panel6                    = new System.Windows.Forms.Panel();
     this.buttonNomenclatureDelete  = new System.Windows.Forms.Button();
     this.buttonNomenclatureAdd     = new System.Windows.Forms.Button();
     this.listViewNomenclature      = 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.columnHeader4             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5             = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6             = new System.Windows.Forms.ColumnHeader();
     this.imageList1                = new System.Windows.Forms.ImageList(this.components);
     this.printDocument1            = new System.Drawing.Printing.PrintDocument();
     this.printDialog1              = new System.Windows.Forms.PrintDialog();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.priceTextBox              = new System.Windows.Forms.TextBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.button13                  = new System.Windows.Forms.Button();
     this.button14                  = new System.Windows.Forms.Button();
     this.amountTextBox             = new System.Windows.Forms.TextBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.button9                   = new System.Windows.Forms.Button();
     this.button7                   = new System.Windows.Forms.Button();
     this.button8                   = new System.Windows.Forms.Button();
     this.button6                   = new System.Windows.Forms.Button();
     this.unitsTextBox              = new System.Windows.Forms.TextBox();
     this.label5                    = new System.Windows.Forms.Label();
     this.groupBox2                 = new System.Windows.Forms.GroupBox();
     this.price2TextBox             = new System.Windows.Forms.TextBox();
     this.label10                   = new System.Windows.Forms.Label();
     this.resultTextBox             = new System.Windows.Forms.TextBox();
     this.extraChargeTextBox        = new System.Windows.Forms.TextBox();
     this.button5                   = new System.Windows.Forms.Button();
     this.button10                  = new System.Windows.Forms.Button();
     this.costPriceTextBox          = new System.Windows.Forms.TextBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.label7                    = new System.Windows.Forms.Label();
     this.label9                    = new System.Windows.Forms.Label();
     this.groupBox3                 = new System.Windows.Forms.GroupBox();
     this.textBox3                  = new System.Windows.Forms.TextBox();
     this.label3                    = new System.Windows.Forms.Label();
     this.textBox2                  = new System.Windows.Forms.TextBox();
     this.textBox1                  = new System.Windows.Forms.TextBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.label1                    = new System.Windows.Forms.Label();
     this.saveFileDialog1           = new System.Windows.Forms.SaveFileDialog();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonSaveExcel);
     this.panel1.Controls.Add(this.buttonPrintPreview);
     this.panel1.Controls.Add(this.buttonPrint);
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 437);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(791, 45);
     this.panel1.TabIndex = 5;
     //
     // buttonSaveExcel
     //
     this.buttonSaveExcel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSaveExcel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonSaveExcel.Image")));
     this.buttonSaveExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonSaveExcel.Location   = new System.Drawing.Point(567, 10);
     this.buttonSaveExcel.Name       = "buttonSaveExcel";
     this.buttonSaveExcel.Size       = new System.Drawing.Size(123, 23);
     this.buttonSaveExcel.TabIndex   = 41;
     this.buttonSaveExcel.Text       = "Сохранить в Excel";
     this.buttonSaveExcel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonSaveExcel.UseVisualStyleBackColor = true;
     this.buttonSaveExcel.Click += new System.EventHandler(this.ButtonSaveExcelClick);
     //
     // buttonPrintPreview
     //
     this.buttonPrintPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPrintPreview.Image      = ((System.Drawing.Image)(resources.GetObject("buttonPrintPreview.Image")));
     this.buttonPrintPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonPrintPreview.Location   = new System.Drawing.Point(7, 11);
     this.buttonPrintPreview.Name       = "buttonPrintPreview";
     this.buttonPrintPreview.Size       = new System.Drawing.Size(85, 23);
     this.buttonPrintPreview.TabIndex   = 40;
     this.buttonPrintPreview.Text       = "Просмотр";
     this.buttonPrintPreview.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonPrintPreview.UseVisualStyleBackColor = true;
     this.buttonPrintPreview.Click += new System.EventHandler(this.ButtonPrintPreviewClick);
     //
     // buttonPrint
     //
     this.buttonPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPrint.Image      = ((System.Drawing.Image)(resources.GetObject("buttonPrint.Image")));
     this.buttonPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonPrint.Location   = new System.Drawing.Point(98, 11);
     this.buttonPrint.Name       = "buttonPrint";
     this.buttonPrint.Size       = new System.Drawing.Size(75, 23);
     this.buttonPrint.TabIndex   = 39;
     this.buttonPrint.Text       = "Печать.";
     this.buttonPrint.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image")));
     this.buttonCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonCancel.Location   = new System.Drawing.Point(696, 10);
     this.buttonCancel.Name       = "buttonCancel";
     this.buttonCancel.Size       = new System.Drawing.Size(83, 23);
     this.buttonCancel.TabIndex   = 0;
     this.buttonCancel.Text       = "Отменить";
     this.buttonCancel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.findButton);
     this.panel5.Controls.Add(this.comboBox1);
     this.panel5.Controls.Add(this.buttonNomenclaturesDelete);
     this.panel5.Controls.Add(this.buttonNomenclaturesAdd);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.buttonNomenclatureDelete);
     this.panel5.Controls.Add(this.buttonNomenclatureAdd);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(791, 29);
     this.panel5.TabIndex = 6;
     //
     // findButton
     //
     this.findButton.Image    = ((System.Drawing.Image)(resources.GetObject("findButton.Image")));
     this.findButton.Location = new System.Drawing.Point(343, 3);
     this.findButton.Name     = "findButton";
     this.findButton.Size     = new System.Drawing.Size(25, 23);
     this.findButton.TabIndex = 19;
     this.findButton.UseVisualStyleBackColor = true;
     this.findButton.Click += new System.EventHandler(this.FindButtonClick);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(145, 4);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(196, 21);
     this.comboBox1.TabIndex = 18;
     this.comboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ComboBox1KeyDown);
     //
     // buttonNomenclaturesDelete
     //
     this.buttonNomenclaturesDelete.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclaturesDelete.Image")));
     this.buttonNomenclaturesDelete.Location = new System.Drawing.Point(100, 3);
     this.buttonNomenclaturesDelete.Name     = "buttonNomenclaturesDelete";
     this.buttonNomenclaturesDelete.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclaturesDelete.TabIndex = 14;
     this.buttonNomenclaturesDelete.UseVisualStyleBackColor = true;
     this.buttonNomenclaturesDelete.Click += new System.EventHandler(this.ButtonNomenclaturesDeleteClick);
     //
     // buttonNomenclaturesAdd
     //
     this.buttonNomenclaturesAdd.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclaturesAdd.Image")));
     this.buttonNomenclaturesAdd.Location = new System.Drawing.Point(38, 3);
     this.buttonNomenclaturesAdd.Name     = "buttonNomenclaturesAdd";
     this.buttonNomenclaturesAdd.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclaturesAdd.TabIndex = 13;
     this.buttonNomenclaturesAdd.UseVisualStyleBackColor = true;
     this.buttonNomenclaturesAdd.Click += new System.EventHandler(this.ButtonNomenclaturesAddClick);
     //
     // panel6
     //
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel6.Location    = new System.Drawing.Point(131, 3);
     this.panel6.Name        = "panel6";
     this.panel6.Size        = new System.Drawing.Size(4, 23);
     this.panel6.TabIndex    = 12;
     //
     // buttonNomenclatureDelete
     //
     this.buttonNomenclatureDelete.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclatureDelete.Image")));
     this.buttonNomenclatureDelete.Location = new System.Drawing.Point(69, 3);
     this.buttonNomenclatureDelete.Name     = "buttonNomenclatureDelete";
     this.buttonNomenclatureDelete.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclatureDelete.TabIndex = 11;
     this.buttonNomenclatureDelete.UseVisualStyleBackColor = true;
     this.buttonNomenclatureDelete.Click += new System.EventHandler(this.ButtonNomenclatureDeleteClick);
     //
     // buttonNomenclatureAdd
     //
     this.buttonNomenclatureAdd.Image    = ((System.Drawing.Image)(resources.GetObject("buttonNomenclatureAdd.Image")));
     this.buttonNomenclatureAdd.Location = new System.Drawing.Point(7, 3);
     this.buttonNomenclatureAdd.Name     = "buttonNomenclatureAdd";
     this.buttonNomenclatureAdd.Size     = new System.Drawing.Size(25, 23);
     this.buttonNomenclatureAdd.TabIndex = 10;
     this.buttonNomenclatureAdd.UseVisualStyleBackColor = true;
     this.buttonNomenclatureAdd.Click += new System.EventHandler(this.ButtonNomenclatureAddClick);
     //
     // listViewNomenclature
     //
     this.listViewNomenclature.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listViewNomenclature.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.listViewNomenclature.Cursor         = System.Windows.Forms.Cursors.Default;
     this.listViewNomenclature.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.listViewNomenclature.FullRowSelect  = true;
     this.listViewNomenclature.LargeImageList = this.imageList1;
     this.listViewNomenclature.Location       = new System.Drawing.Point(0, 29);
     this.listViewNomenclature.MultiSelect    = false;
     this.listViewNomenclature.Name           = "listViewNomenclature";
     this.listViewNomenclature.Size           = new System.Drawing.Size(791, 274);
     this.listViewNomenclature.SmallImageList = this.imageList1;
     this.listViewNomenclature.StateImageList = this.imageList1;
     this.listViewNomenclature.TabIndex       = 10;
     this.listViewNomenclature.UseCompatibleStateImageBehavior = false;
     this.listViewNomenclature.View = System.Windows.Forms.View.Details;
     this.listViewNomenclature.SelectedIndexChanged += new System.EventHandler(this.ListViewNomenclatureSelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Наименование:";
     this.columnHeader2.Width = 300;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Ед.изм:";
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "Вес / Кол-во:";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader4.Width     = 100;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "Цена:";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader5.Width     = 100;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "Сумма:";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader6.Width     = 100;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "basket.png");
     //
     // printDocument1
     //
     this.printDocument1.OriginAtMargins = true;
     this.printDocument1.PrintPage      += new System.Drawing.Printing.PrintPageEventHandler(this.PrintDocument1PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.Document    = this.printDocument1;
     this.printDialog1.UseEXDialog = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitContainer1.Location = new System.Drawing.Point(0, 341);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size             = new System.Drawing.Size(791, 96);
     this.splitContainer1.SplitterDistance = 381;
     this.splitContainer1.TabIndex         = 11;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.priceTextBox);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.button13);
     this.groupBox1.Controls.Add(this.button14);
     this.groupBox1.Controls.Add(this.amountTextBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.button9);
     this.groupBox1.Controls.Add(this.button7);
     this.groupBox1.Controls.Add(this.button8);
     this.groupBox1.Controls.Add(this.button6);
     this.groupBox1.Controls.Add(this.unitsTextBox);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(381, 96);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "...";
     //
     // priceTextBox
     //
     this.priceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.priceTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.priceTextBox.Location     = new System.Drawing.Point(102, 65);
     this.priceTextBox.Name         = "priceTextBox";
     this.priceTextBox.Size         = new System.Drawing.Size(225, 20);
     this.priceTextBox.TabIndex     = 26;
     this.priceTextBox.Text         = "0,00";
     this.priceTextBox.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.priceTextBox.TextChanged += new System.EventHandler(this.PriceTextBoxTextChanged);
     this.priceTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.PriceTextBoxKeyDown);
     this.priceTextBox.LostFocus   += new System.EventHandler(this.PriceTextBoxLostFocus);
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(10, 68);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 17);
     this.label6.TabIndex = 25;
     this.label6.Text     = "Цена:";
     //
     // button13
     //
     this.button13.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button13.Image     = ((System.Drawing.Image)(resources.GetObject("button13.Image")));
     this.button13.Location  = new System.Drawing.Point(328, 65);
     this.button13.Name      = "button13";
     this.button13.Size      = new System.Drawing.Size(26, 20);
     this.button13.TabIndex  = 28;
     this.button13.UseVisualStyleBackColor = true;
     this.button13.Click += new System.EventHandler(this.Button13Click);
     //
     // button14
     //
     this.button14.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button14.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button14.Location  = new System.Drawing.Point(356, 65);
     this.button14.Name      = "button14";
     this.button14.Size      = new System.Drawing.Size(20, 20);
     this.button14.TabIndex  = 27;
     this.button14.Text      = "X";
     this.button14.UseVisualStyleBackColor = true;
     this.button14.Click += new System.EventHandler(this.Button14Click);
     //
     // amountTextBox
     //
     this.amountTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.amountTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.amountTextBox.Location     = new System.Drawing.Point(102, 42);
     this.amountTextBox.Name         = "amountTextBox";
     this.amountTextBox.Size         = new System.Drawing.Size(225, 20);
     this.amountTextBox.TabIndex     = 4;
     this.amountTextBox.Text         = "0,00";
     this.amountTextBox.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.amountTextBox.TextChanged += new System.EventHandler(this.AmountTextBoxTextChanged);
     this.amountTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.AmountTextBoxKeyDown);
     this.amountTextBox.LostFocus   += new System.EventHandler(this.AmountTextBoxLostFocus);
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(10, 45);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 17);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Вес / Кол-во:";
     //
     // button9
     //
     this.button9.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button9.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button9.Location  = new System.Drawing.Point(356, 19);
     this.button9.Name      = "button9";
     this.button9.Size      = new System.Drawing.Size(20, 20);
     this.button9.TabIndex  = 24;
     this.button9.Text      = "X";
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.Button9Click);
     //
     // button7
     //
     this.button7.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button7.Image     = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
     this.button7.Location  = new System.Drawing.Point(328, 42);
     this.button7.Name      = "button7";
     this.button7.Size      = new System.Drawing.Size(26, 20);
     this.button7.TabIndex  = 20;
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.Button7Click);
     //
     // button8
     //
     this.button8.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button8.Image     = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
     this.button8.Location  = new System.Drawing.Point(328, 19);
     this.button8.Name      = "button8";
     this.button8.Size      = new System.Drawing.Size(26, 20);
     this.button8.TabIndex  = 23;
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.Button8Click);
     //
     // button6
     //
     this.button6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button6.Location  = new System.Drawing.Point(356, 42);
     this.button6.Name      = "button6";
     this.button6.Size      = new System.Drawing.Size(20, 20);
     this.button6.TabIndex  = 19;
     this.button6.Text      = "X";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.Button6Click);
     //
     // unitsTextBox
     //
     this.unitsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.unitsTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.unitsTextBox.Location     = new System.Drawing.Point(102, 19);
     this.unitsTextBox.Name         = "unitsTextBox";
     this.unitsTextBox.Size         = new System.Drawing.Size(225, 20);
     this.unitsTextBox.TabIndex     = 5;
     this.unitsTextBox.TextChanged += new System.EventHandler(this.UnitsTextBoxTextChanged);
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(10, 22);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 17);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Ед. измерения:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.price2TextBox);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.resultTextBox);
     this.groupBox2.Controls.Add(this.extraChargeTextBox);
     this.groupBox2.Controls.Add(this.button5);
     this.groupBox2.Controls.Add(this.button10);
     this.groupBox2.Controls.Add(this.costPriceTextBox);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label9);
     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(406, 96);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Итоги:";
     //
     // price2TextBox
     //
     this.price2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.price2TextBox.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.price2TextBox.Location  = new System.Drawing.Point(294, 43);
     this.price2TextBox.Name      = "price2TextBox";
     this.price2TextBox.ReadOnly  = true;
     this.price2TextBox.Size      = new System.Drawing.Size(106, 20);
     this.price2TextBox.TabIndex  = 29;
     this.price2TextBox.Text      = "0,00";
     this.price2TextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label10.Location = new System.Drawing.Point(257, 46);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(48, 18);
     this.label10.TabIndex = 28;
     this.label10.Text     = "Цена:";
     //
     // resultTextBox
     //
     this.resultTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.resultTextBox.Location  = new System.Drawing.Point(137, 66);
     this.resultTextBox.Name      = "resultTextBox";
     this.resultTextBox.ReadOnly  = true;
     this.resultTextBox.Size      = new System.Drawing.Size(263, 20);
     this.resultTextBox.TabIndex  = 27;
     this.resultTextBox.Text      = "0,00";
     this.resultTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // extraChargeTextBox
     //
     this.extraChargeTextBox.Location     = new System.Drawing.Point(137, 43);
     this.extraChargeTextBox.Name         = "extraChargeTextBox";
     this.extraChargeTextBox.Size         = new System.Drawing.Size(65, 20);
     this.extraChargeTextBox.TabIndex     = 24;
     this.extraChargeTextBox.Text         = "0,00";
     this.extraChargeTextBox.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.extraChargeTextBox.TextChanged += new System.EventHandler(this.ExtraChargeTextBoxTextChanged);
     this.extraChargeTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ExtraChargeTextBoxKeyDown);
     this.extraChargeTextBox.LostFocus   += new System.EventHandler(this.ExtraChargeTextBoxLostFocus);
     //
     // button5
     //
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button5.Image     = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
     this.button5.Location  = new System.Drawing.Point(203, 43);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(26, 20);
     this.button5.TabIndex  = 26;
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // button10
     //
     this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button10.Location  = new System.Drawing.Point(231, 43);
     this.button10.Name      = "button10";
     this.button10.Size      = new System.Drawing.Size(20, 20);
     this.button10.TabIndex  = 25;
     this.button10.Text      = "X";
     this.button10.UseVisualStyleBackColor = true;
     this.button10.Click += new System.EventHandler(this.Button10Click);
     //
     // costPriceTextBox
     //
     this.costPriceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.costPriceTextBox.Location  = new System.Drawing.Point(137, 19);
     this.costPriceTextBox.Name      = "costPriceTextBox";
     this.costPriceTextBox.ReadOnly  = true;
     this.costPriceTextBox.Size      = new System.Drawing.Size(263, 20);
     this.costPriceTextBox.TabIndex  = 21;
     this.costPriceTextBox.Text      = "0,00";
     this.costPriceTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 69);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(147, 23);
     this.label8.TabIndex = 2;
     this.label8.Text     = "Стоимость реализации:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 46);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(125, 23);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Торговая наценка (%):";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(6, 22);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(100, 23);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Себестоимость:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox3);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.textBox2);
     this.groupBox3.Controls.Add(this.textBox1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox3.Location = new System.Drawing.Point(0, 303);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(791, 38);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Всего:";
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(505, 12);
     this.textBox3.Name      = "textBox3";
     this.textBox3.ReadOnly  = true;
     this.textBox3.Size      = new System.Drawing.Size(165, 20);
     this.textBox3.TabIndex  = 5;
     this.textBox3.Text      = "0,00";
     this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(458, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(52, 19);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Сумма:";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(291, 12);
     this.textBox2.Name      = "textBox2";
     this.textBox2.ReadOnly  = true;
     this.textBox2.Size      = new System.Drawing.Size(165, 20);
     this.textBox2.TabIndex  = 3;
     this.textBox2.Text      = "0,00";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(83, 12);
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(165, 20);
     this.textBox1.TabIndex  = 2;
     this.textBox1.Text      = "0,00";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(254, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 19);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Цена:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Вес / Кол-во:";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "Microsoft Excel 97/2000/XP (.xls)|*.xls";
     //
     // CalculationCostRealization
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(791, 482);
     this.Controls.Add(this.listViewNomenclature);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "CalculationCostRealization";
     this.Text        = "Расчет: Стоимость реализации";
     this.Activated  += new System.EventHandler(this.FormCalculationCostRealizationActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormCalculationCostRealizationFormClosed);
     this.Load       += new System.EventHandler(this.FormCalculationCostRealizationLoad);
     this.panel1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 29
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(MainForm));
     this.faTabStrip1 = new System.Windows.Forms.TabControl();
     this.faTabStripItemInfo = new System.Windows.Forms.TabPage();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.faTabStripItemSend = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.cmdClearSend = new System.Windows.Forms.Button();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmdSend = new System.Windows.Forms.Button();
     this.lblTeleLength = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblLenEmpf = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.lstStoredSenddata = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cmdRemoveSendeTele = new System.Windows.Forms.Button();
     this.cmdAddSendeTele = new System.Windows.Forms.Button();
     this.dtaSendTabelle = new System.Windows.Forms.DataGridView();
     this.Bezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Laenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Wert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.dtaSendSendTable = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaSendQuittTable = new System.Windows.Forms.DataGridView();
     this.colSendQuittText = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemRecieve = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.kryptonButton2 = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.grdEmpfang = new System.Windows.Forms.DataGridView();
     this.colEmpf = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaEmpfangstelegrammAufgeschluesselt = new System.Windows.Forms.DataGridView();
     this.colEmpfBezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfLaenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfWert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemSettings = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cmdDelTele = new System.Windows.Forms.Button();
     this.cmdEditQuittFields = new System.Windows.Forms.Button();
     this.lstQuitt = new System.Windows.Forms.ListBox();
     this.chkAutoQuitt = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.numSequenceNumberLength = new System.Windows.Forms.NumericUpDown();
     this.numSequenceNumberPosition = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkChanel2active = new System.Windows.Forms.CheckBox();
     this.numPort2 = new System.Windows.Forms.NumericUpDown();
     this.numPort1 = new System.Windows.Forms.NumericUpDown();
     this.lblKanal2Port = new System.Windows.Forms.Label();
     this.chkChanel1active = new System.Windows.Forms.CheckBox();
     this.lblKanal2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.optTwoChannel = new System.Windows.Forms.RadioButton();
     this.optOneChannel = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ipAddressControl = new IPAddressControlLib.IPAddressControl();
     this.cmdSelectStep7UDT = new System.Windows.Forms.Button();
     this.cmdConnect = new System.Windows.Forms.Button();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmdSettExport = new System.Windows.Forms.Button();
     this.cmdSettImport = new System.Windows.Forms.Button();
     this.cmdSettingsSave = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.picConnection1 = new System.Windows.Forms.PictureBox();
     this.picConnection2 = new System.Windows.Forms.PictureBox();
     this.cmdDisconnect = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.faTabStrip1.SuspendLayout();
     this.faTabStripItemInfo.SuspendLayout();
     this.faTabStripItemSend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).BeginInit();
     this.faTabStripItemRecieve.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).BeginInit();
     this.faTabStripItemSettings.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).BeginInit();
     this.SuspendLayout();
     //
     // faTabStrip1
     //
     this.faTabStrip1.Controls.Add(this.faTabStripItemInfo);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSend);
     this.faTabStrip1.Controls.Add(this.faTabStripItemRecieve);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSettings);
     this.faTabStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.faTabStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.faTabStrip1.Location = new System.Drawing.Point(3, 53);
     this.faTabStrip1.Name = "faTabStrip1";
     this.faTabStrip1.SelectedIndex = 0;
     this.faTabStrip1.Size = new System.Drawing.Size(896, 569);
     this.faTabStrip1.TabIndex = 2;
     this.faTabStrip1.Text = "Sende Tabelle";
     //
     // faTabStripItemInfo
     //
     this.faTabStripItemInfo.Controls.Add(this.label10);
     this.faTabStripItemInfo.Controls.Add(this.label9);
     this.faTabStripItemInfo.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemInfo.Name = "faTabStripItemInfo";
     this.faTabStripItemInfo.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemInfo.TabIndex = 3;
     this.faTabStripItemInfo.Text = "Info";
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location = new System.Drawing.Point(74, 59);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(726, 81);
     this.label10.TabIndex = 0;
     this.label10.Text = resources.GetString("label10.Text");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 25);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(31, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Info:";
     //
     // faTabStripItemSend
     //
     this.faTabStripItemSend.Controls.Add(this.tableLayoutPanel1);
     this.faTabStripItemSend.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSend.Name = "faTabStripItemSend";
     this.faTabStripItemSend.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSend.TabIndex = 0;
     this.faTabStripItemSend.Text = "Sende Tabelle";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.Controls.Add(this.cmdClearSend, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // cmdClearSend
     //
     this.cmdClearSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClearSend.Location = new System.Drawing.Point(741, 514);
     this.cmdClearSend.Name = "cmdClearSend";
     this.cmdClearSend.Size = new System.Drawing.Size(144, 25);
     this.cmdClearSend.TabIndex = 5;
     this.cmdClearSend.Text = "CLR";
     this.cmdClearSend.UseVisualStyleBackColor = true;
     this.cmdClearSend.Click += new System.EventHandler(this.cmdClearSend_Click);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.lblStatus, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.cmdSend, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.lblTeleLength, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 4);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(741, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 5;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(144, 505);
     this.tableLayoutPanel3.TabIndex = 3;
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblStatus.Location = new System.Drawing.Point(3, 90);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(138, 99);
     this.lblStatus.TabIndex = 7;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdSend
     //
     this.cmdSend.Location = new System.Drawing.Point(3, 3);
     this.cmdSend.Name = "cmdSend";
     this.cmdSend.Size = new System.Drawing.Size(138, 24);
     this.cmdSend.TabIndex = 6;
     this.cmdSend.Text = "Senden";
     this.cmdSend.UseVisualStyleBackColor = true;
     this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
     //
     // lblTeleLength
     //
     this.lblTeleLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblTeleLength.Location = new System.Drawing.Point(3, 189);
     this.lblTeleLength.Name = "lblTeleLength";
     this.lblTeleLength.Size = new System.Drawing.Size(138, 64);
     this.lblTeleLength.TabIndex = 9;
     this.lblTeleLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 33);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(138, 54);
     this.panel2.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(66, 13);
     this.label7.TabIndex = 1;
     this.label7.Text = "Laufnummer";
     //
     // numericUpDown1
     //
     this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "Laufnummer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numericUpDown1.Location = new System.Drawing.Point(18, 24);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
     this.numericUpDown1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lblLenEmpf);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 256);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(138, 246);
     this.panel4.TabIndex = 11;
     //
     // lblLenEmpf
     //
     this.lblLenEmpf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLenEmpf.Location = new System.Drawing.Point(15, 159);
     this.lblLenEmpf.Name = "lblLenEmpf";
     this.lblLenEmpf.Size = new System.Drawing.Size(40, 13);
     this.lblLenEmpf.TabIndex = 0;
     //
     // label8
     //
     this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 143);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Länge:";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.tableLayoutPanel1.SetRowSpan(this.splitContainer2, 2);
     this.splitContainer2.Size = new System.Drawing.Size(732, 537);
     this.splitContainer2.SplitterDistance = 305;
     this.splitContainer2.TabIndex = 4;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel5);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.dtaSendTabelle);
     this.splitContainer3.Size = new System.Drawing.Size(732, 305);
     this.splitContainer3.SplitterDistance = 76;
     this.splitContainer3.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel5.Controls.Add(this.lstStoredSenddata, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(732, 76);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // lstStoredSenddata
     //
     this.lstStoredSenddata.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstStoredSenddata.FormattingEnabled = true;
     this.lstStoredSenddata.Location = new System.Drawing.Point(3, 3);
     this.lstStoredSenddata.Name = "lstStoredSenddata";
     this.lstStoredSenddata.Size = new System.Drawing.Size(626, 70);
     this.lstStoredSenddata.TabIndex = 0;
     this.lstStoredSenddata.DoubleClick += new System.EventHandler(this.lstStoredSenddata_DoubleClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.cmdRemoveSendeTele);
     this.panel3.Controls.Add(this.cmdAddSendeTele);
     this.panel3.Location = new System.Drawing.Point(635, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(94, 70);
     this.panel3.TabIndex = 1;
     //
     // cmdRemoveSendeTele
     //
     this.cmdRemoveSendeTele.Location = new System.Drawing.Point(8, 41);
     this.cmdRemoveSendeTele.Name = "cmdRemoveSendeTele";
     this.cmdRemoveSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdRemoveSendeTele.TabIndex = 0;
     this.cmdRemoveSendeTele.Text = "Remove";
     this.cmdRemoveSendeTele.UseVisualStyleBackColor = true;
     this.cmdRemoveSendeTele.Click += new System.EventHandler(this.cmdRemoveSendeTele_Click);
     //
     // cmdAddSendeTele
     //
     this.cmdAddSendeTele.Location = new System.Drawing.Point(8, 13);
     this.cmdAddSendeTele.Name = "cmdAddSendeTele";
     this.cmdAddSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdAddSendeTele.TabIndex = 0;
     this.cmdAddSendeTele.Text = "Add";
     this.cmdAddSendeTele.UseVisualStyleBackColor = true;
     this.cmdAddSendeTele.Click += new System.EventHandler(this.cmdAddSendeTele_Click);
     //
     // dtaSendTabelle
     //
     this.dtaSendTabelle.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendTabelle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Bezeichnung,
     this.Laenge,
     this.Wert});
     this.dtaSendTabelle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendTabelle.Location = new System.Drawing.Point(0, 0);
     this.dtaSendTabelle.Name = "dtaSendTabelle";
     this.dtaSendTabelle.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendTabelle.Size = new System.Drawing.Size(732, 225);
     this.dtaSendTabelle.TabIndex = 4;
     this.dtaSendTabelle.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendTabelle_CellEndEdit);
     this.dtaSendTabelle.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dtaSendTabelle_RowsAdded);
     //
     // Bezeichnung
     //
     this.Bezeichnung.HeaderText = "Bezeichnung";
     this.Bezeichnung.Name = "Bezeichnung";
     //
     // Laenge
     //
     this.Laenge.HeaderText = "Länge";
     this.Laenge.Name = "Laenge";
     //
     // Wert
     //
     this.Wert.HeaderText = "Wert";
     this.Wert.Name = "Wert";
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.dtaSendSendTable);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.dtaSendQuittTable);
     this.splitContainer4.Size = new System.Drawing.Size(732, 228);
     this.splitContainer4.SplitterDistance = 109;
     this.splitContainer4.TabIndex = 0;
     //
     // dtaSendSendTable
     //
     this.dtaSendSendTable.AllowUserToAddRows = false;
     this.dtaSendSendTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendSendTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendSendTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dtaSendSendTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendSendTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendSendTable.Name = "dtaSendSendTable";
     this.dtaSendSendTable.ReadOnly = true;
     this.dtaSendSendTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendSendTable.Size = new System.Drawing.Size(732, 109);
     this.dtaSendSendTable.TabIndex = 7;
     this.dtaSendSendTable.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendSendTable_CellContentClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Gesendete Telegramme";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dtaSendQuittTable
     //
     this.dtaSendQuittTable.AllowUserToAddRows = false;
     this.dtaSendQuittTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendQuittTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendQuittTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSendQuittText});
     this.dtaSendQuittTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendQuittTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendQuittTable.Name = "dtaSendQuittTable";
     this.dtaSendQuittTable.ReadOnly = true;
     this.dtaSendQuittTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendQuittTable.Size = new System.Drawing.Size(732, 115);
     this.dtaSendQuittTable.TabIndex = 6;
     //
     // colSendQuittText
     //
     this.colSendQuittText.HeaderText = "Empfangene Quittungen";
     this.colSendQuittText.Name = "colSendQuittText";
     this.colSendQuittText.ReadOnly = true;
     //
     // faTabStripItemRecieve
     //
     this.faTabStripItemRecieve.Controls.Add(this.tableLayoutPanel2);
     this.faTabStripItemRecieve.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemRecieve.Name = "faTabStripItemRecieve";
     this.faTabStripItemRecieve.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemRecieve.TabIndex = 1;
     this.faTabStripItemRecieve.Text = "Empfangs FIFO";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.Controls.Add(this.kryptonButton2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.splitContainer1, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton2.Location = new System.Drawing.Point(741, 3);
     this.kryptonButton2.Name = "kryptonButton2";
     this.kryptonButton2.Size = new System.Drawing.Size(144, 40);
     this.kryptonButton2.TabIndex = 4;
     this.kryptonButton2.Text = "CLR";
     this.kryptonButton2.UseVisualStyleBackColor = true;
     this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.grdEmpfang);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dtaEmpfangstelegrammAufgeschluesselt);
     this.splitContainer1.Size = new System.Drawing.Size(732, 537);
     this.splitContainer1.SplitterDistance = 212;
     this.splitContainer1.TabIndex = 5;
     //
     // grdEmpfang
     //
     this.grdEmpfang.AllowUserToAddRows = false;
     this.grdEmpfang.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdEmpfang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdEmpfang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpf});
     this.grdEmpfang.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEmpfang.Location = new System.Drawing.Point(0, 0);
     this.grdEmpfang.Name = "grdEmpfang";
     this.grdEmpfang.ReadOnly = true;
     this.grdEmpfang.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdEmpfang.Size = new System.Drawing.Size(732, 212);
     this.grdEmpfang.TabIndex = 4;
     this.grdEmpfang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellClick);
     this.grdEmpfang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellContentClick);
     //
     // colEmpf
     //
     this.colEmpf.HeaderText = "Empfangstelegramme";
     this.colEmpf.Name = "colEmpf";
     this.colEmpf.ReadOnly = true;
     //
     // dtaEmpfangstelegrammAufgeschluesselt
     //
     this.dtaEmpfangstelegrammAufgeschluesselt.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaEmpfangstelegrammAufgeschluesselt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpfBezeichnung,
     this.colEmpfLaenge,
     this.colEmpfWert});
     this.dtaEmpfangstelegrammAufgeschluesselt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.Location = new System.Drawing.Point(0, 0);
     this.dtaEmpfangstelegrammAufgeschluesselt.Name = "dtaEmpfangstelegrammAufgeschluesselt";
     this.dtaEmpfangstelegrammAufgeschluesselt.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaEmpfangstelegrammAufgeschluesselt.Size = new System.Drawing.Size(732, 321);
     this.dtaEmpfangstelegrammAufgeschluesselt.TabIndex = 5;
     //
     // colEmpfBezeichnung
     //
     this.colEmpfBezeichnung.HeaderText = "Bezeichnung";
     this.colEmpfBezeichnung.Name = "colEmpfBezeichnung";
     //
     // colEmpfLaenge
     //
     this.colEmpfLaenge.HeaderText = "Länge";
     this.colEmpfLaenge.Name = "colEmpfLaenge";
     //
     // colEmpfWert
     //
     this.colEmpfWert.HeaderText = "Wert";
     this.colEmpfWert.Name = "colEmpfWert";
     //
     // faTabStripItemSettings
     //
     this.faTabStripItemSettings.Controls.Add(this.groupBox4);
     this.faTabStripItemSettings.Controls.Add(this.groupBox3);
     this.faTabStripItemSettings.Controls.Add(this.groupBox2);
     this.faTabStripItemSettings.Controls.Add(this.groupBox1);
     this.faTabStripItemSettings.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSettings.Name = "faTabStripItemSettings";
     this.faTabStripItemSettings.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSettings.TabIndex = 2;
     this.faTabStripItemSettings.Text = "Einstellungen";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.cmdDelTele);
     this.groupBox4.Controls.Add(this.cmdEditQuittFields);
     this.groupBox4.Controls.Add(this.lstQuitt);
     this.groupBox4.Controls.Add(this.chkAutoQuitt);
     this.groupBox4.Location = new System.Drawing.Point(409, 18);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(176, 232);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Quittungs Parameter";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 164);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(164, 54);
     this.label5.TabIndex = 16;
     this.label5.Text = "Wenn automatisch quittieren eingeschaltet ist werden im Telegramm die Positionen " +
     "durch den Text ersetzt";
     //
     // cmdDelTele
     //
     this.cmdDelTele.Location = new System.Drawing.Point(6, 139);
     this.cmdDelTele.Name = "cmdDelTele";
     this.cmdDelTele.Size = new System.Drawing.Size(58, 22);
     this.cmdDelTele.TabIndex = 12;
     this.cmdDelTele.Text = "Del";
     this.cmdDelTele.UseVisualStyleBackColor = true;
     this.cmdDelTele.Click += new System.EventHandler(this.cmdDelTele_Click);
     //
     // cmdEditQuittFields
     //
     this.cmdEditQuittFields.Location = new System.Drawing.Point(112, 139);
     this.cmdEditQuittFields.Name = "cmdEditQuittFields";
     this.cmdEditQuittFields.Size = new System.Drawing.Size(58, 22);
     this.cmdEditQuittFields.TabIndex = 12;
     this.cmdEditQuittFields.Text = "Add";
     this.cmdEditQuittFields.UseVisualStyleBackColor = true;
     this.cmdEditQuittFields.Click += new System.EventHandler(this.cmdEditQuittFields_Click);
     //
     // lstQuitt
     //
     this.lstQuitt.FormattingEnabled = true;
     this.lstQuitt.Location = new System.Drawing.Point(6, 38);
     this.lstQuitt.Name = "lstQuitt";
     this.lstQuitt.Size = new System.Drawing.Size(164, 95);
     this.lstQuitt.TabIndex = 12;
     //
     // chkAutoQuitt
     //
     this.chkAutoQuitt.AutoSize = true;
     this.chkAutoQuitt.Checked = true;
     this.chkAutoQuitt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoQuitt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "AutomaticQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkAutoQuitt.Location = new System.Drawing.Point(6, 20);
     this.chkAutoQuitt.Name = "chkAutoQuitt";
     this.chkAutoQuitt.Size = new System.Drawing.Size(134, 17);
     this.chkAutoQuitt.TabIndex = 15;
     this.chkAutoQuitt.Text = "Automatisch quittieren";
     this.chkAutoQuitt.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.numSequenceNumberLength);
     this.groupBox3.Controls.Add(this.numSequenceNumberPosition);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(11, 103);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(176, 107);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Telegramm Parameter";
     //
     // numSequenceNumberLength
     //
     this.numSequenceNumberLength.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberLength", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberLength.Location = new System.Drawing.Point(12, 75);
     this.numSequenceNumberLength.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberLength.Name = "numSequenceNumberLength";
     this.numSequenceNumberLength.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberLength.TabIndex = 12;
     //
     // numSequenceNumberPosition
     //
     this.numSequenceNumberPosition.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberPosition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberPosition.Location = new System.Drawing.Point(12, 34);
     this.numSequenceNumberPosition.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberPosition.Name = "numSequenceNumberPosition";
     this.numSequenceNumberPosition.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberPosition.TabIndex = 12;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(98, 13);
     this.label4.TabIndex = 14;
     this.label4.Text = "Laufnummer Länge";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 18);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(106, 13);
     this.label6.TabIndex = 14;
     this.label6.Text = "Laufnummer Position";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkChanel2active);
     this.groupBox2.Controls.Add(this.numPort2);
     this.groupBox2.Controls.Add(this.numPort1);
     this.groupBox2.Controls.Add(this.lblKanal2Port);
     this.groupBox2.Controls.Add(this.chkChanel1active);
     this.groupBox2.Controls.Add(this.lblKanal2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.optTwoChannel);
     this.groupBox2.Controls.Add(this.optOneChannel);
     this.groupBox2.Location = new System.Drawing.Point(216, 18);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(187, 232);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Verbindungs Parameter";
     //
     // chkChanel2active
     //
     this.chkChanel2active.AutoSize = true;
     this.chkChanel2active.Checked = true;
     this.chkChanel2active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel2active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "RecieveConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel2active.Enabled = false;
     this.chkChanel2active.Location = new System.Drawing.Point(121, 171);
     this.chkChanel2active.Name = "chkChanel2active";
     this.chkChanel2active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel2active.TabIndex = 15;
     this.chkChanel2active.Text = "aktiv";
     this.chkChanel2active.UseVisualStyleBackColor = true;
     //
     // numPort2
     //
     this.numPort2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "RecievePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort2.Enabled = false;
     this.numPort2.Location = new System.Drawing.Point(27, 188);
     this.numPort2.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort2.Name = "numPort2";
     this.numPort2.Size = new System.Drawing.Size(141, 21);
     this.numPort2.TabIndex = 12;
     //
     // numPort1
     //
     this.numPort1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SendPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort1.Location = new System.Drawing.Point(27, 120);
     this.numPort1.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort1.Name = "numPort1";
     this.numPort1.Size = new System.Drawing.Size(141, 21);
     this.numPort1.TabIndex = 12;
     //
     // lblKanal2Port
     //
     this.lblKanal2Port.AutoSize = true;
     this.lblKanal2Port.Enabled = false;
     this.lblKanal2Port.Location = new System.Drawing.Point(24, 172);
     this.lblKanal2Port.Name = "lblKanal2Port";
     this.lblKanal2Port.Size = new System.Drawing.Size(27, 13);
     this.lblKanal2Port.TabIndex = 14;
     this.lblKanal2Port.Text = "Port";
     //
     // chkChanel1active
     //
     this.chkChanel1active.AutoSize = true;
     this.chkChanel1active.Checked = true;
     this.chkChanel1active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel1active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "SendConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel1active.Location = new System.Drawing.Point(121, 103);
     this.chkChanel1active.Name = "chkChanel1active";
     this.chkChanel1active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel1active.TabIndex = 15;
     this.chkChanel1active.Text = "aktiv";
     this.chkChanel1active.UseVisualStyleBackColor = true;
     //
     // lblKanal2
     //
     this.lblKanal2.AutoSize = true;
     this.lblKanal2.Enabled = false;
     this.lblKanal2.Location = new System.Drawing.Point(9, 150);
     this.lblKanal2.Name = "lblKanal2";
     this.lblKanal2.Size = new System.Drawing.Size(88, 13);
     this.lblKanal2.TabIndex = 14;
     this.lblKanal2.Text = "Kanal 2 (recieve)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 14;
     this.label3.Text = "Port";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 14;
     this.label2.Text = "Kanal 1 (send / recieve)";
     //
     // optTwoChannel
     //
     this.optTwoChannel.AutoSize = true;
     this.optTwoChannel.Checked = true;
     this.optTwoChannel.Location = new System.Drawing.Point(6, 43);
     this.optTwoChannel.Name = "optTwoChannel";
     this.optTwoChannel.Size = new System.Drawing.Size(60, 17);
     this.optTwoChannel.TabIndex = 14;
     this.optTwoChannel.TabStop = true;
     this.optTwoChannel.Text = "2 Kanal";
     this.optTwoChannel.UseVisualStyleBackColor = true;
     this.optTwoChannel.CheckedChanged += new System.EventHandler(this.optTwoChannel_CheckedChanged);
     //
     // optOneChannel
     //
     this.optOneChannel.AutoSize = true;
     this.optOneChannel.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "UseOnlyOneConnection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.optOneChannel.Location = new System.Drawing.Point(6, 20);
     this.optOneChannel.Name = "optOneChannel";
     this.optOneChannel.Size = new System.Drawing.Size(60, 17);
     this.optOneChannel.TabIndex = 14;
     this.optOneChannel.Text = "1 Kanal";
     this.optOneChannel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.ipAddressControl);
     this.groupBox1.Location = new System.Drawing.Point(11, 18);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(176, 79);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Verbindungs Parameter";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 12;
     this.label1.Text = "IP - Adresse SPS";
     //
     // ipAddressControl
     //
     this.ipAddressControl.AllowInternalTab = false;
     this.ipAddressControl.AutoHeight = true;
     this.ipAddressControl.BackColor = System.Drawing.SystemColors.Window;
     this.ipAddressControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ipAddressControl.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.ipAddressControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Kopplungstester.Properties.Settings.Default, "IPAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ipAddressControl.Location = new System.Drawing.Point(12, 52);
     this.ipAddressControl.MinimumSize = new System.Drawing.Size(87, 21);
     this.ipAddressControl.Name = "ipAddressControl";
     this.ipAddressControl.ReadOnly = false;
     this.ipAddressControl.Size = new System.Drawing.Size(141, 21);
     this.ipAddressControl.TabIndex = 13;
     this.ipAddressControl.Text = global::Kopplungstester.Properties.Settings.Default.IPAddress;
     //
     // cmdSelectStep7UDT
     //
     this.cmdSelectStep7UDT.Location = new System.Drawing.Point(281, 3);
     this.cmdSelectStep7UDT.Name = "cmdSelectStep7UDT";
     this.cmdSelectStep7UDT.Size = new System.Drawing.Size(136, 40);
     this.cmdSelectStep7UDT.TabIndex = 6;
     this.cmdSelectStep7UDT.Text = "Send/Recieve Struktur\r\naus Step7 UDT";
     this.cmdSelectStep7UDT.UseVisualStyleBackColor = true;
     this.cmdSelectStep7UDT.Click += new System.EventHandler(this.cmdSelectStep7UDT_Click);
     //
     // cmdConnect
     //
     this.cmdConnect.Location = new System.Drawing.Point(3, 3);
     this.cmdConnect.Name = "cmdConnect";
     this.cmdConnect.Size = new System.Drawing.Size(107, 40);
     this.cmdConnect.TabIndex = 11;
     this.cmdConnect.Text = "Connect";
     this.cmdConnect.UseVisualStyleBackColor = true;
     this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.faTabStrip1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size = new System.Drawing.Size(902, 625);
     this.tableLayoutPanel4.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmdSettExport);
     this.panel1.Controls.Add(this.cmdSettImport);
     this.panel1.Controls.Add(this.cmdSettingsSave);
     this.panel1.Controls.Add(this.flowLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(896, 44);
     this.panel1.TabIndex = 3;
     //
     // cmdSettExport
     //
     this.cmdSettExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettExport.Location = new System.Drawing.Point(636, 1);
     this.cmdSettExport.Name = "cmdSettExport";
     this.cmdSettExport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettExport.TabIndex = 12;
     this.cmdSettExport.Text = "Settings export";
     this.cmdSettExport.UseVisualStyleBackColor = true;
     this.cmdSettExport.Click += new System.EventHandler(this.cmdSettExport_Click);
     //
     // cmdSettImport
     //
     this.cmdSettImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettImport.Location = new System.Drawing.Point(711, 1);
     this.cmdSettImport.Name = "cmdSettImport";
     this.cmdSettImport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettImport.TabIndex = 12;
     this.cmdSettImport.Text = "Settings import";
     this.cmdSettImport.UseVisualStyleBackColor = true;
     this.cmdSettImport.Click += new System.EventHandler(this.cmdSettImport_Click);
     //
     // cmdSettingsSave
     //
     this.cmdSettingsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettingsSave.Location = new System.Drawing.Point(786, 1);
     this.cmdSettingsSave.Name = "cmdSettingsSave";
     this.cmdSettingsSave.Size = new System.Drawing.Size(107, 40);
     this.cmdSettingsSave.TabIndex = 12;
     this.cmdSettingsSave.Text = "Änderungen Speichern";
     this.cmdSettingsSave.UseVisualStyleBackColor = true;
     this.cmdSettingsSave.Click += new System.EventHandler(this.cmdSettingsSave_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.cmdConnect);
     this.flowLayoutPanel1.Controls.Add(this.picConnection1);
     this.flowLayoutPanel1.Controls.Add(this.picConnection2);
     this.flowLayoutPanel1.Controls.Add(this.cmdDisconnect);
     this.flowLayoutPanel1.Controls.Add(this.cmdSelectStep7UDT);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, -3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 44);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // picConnection1
     //
     this.picConnection1.BackColor = System.Drawing.Color.Red;
     this.picConnection1.Location = new System.Drawing.Point(116, 3);
     this.picConnection1.Name = "picConnection1";
     this.picConnection1.Size = new System.Drawing.Size(20, 41);
     this.picConnection1.TabIndex = 12;
     this.picConnection1.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection1, "Sende Verbindung aufgebaut");
     //
     // picConnection2
     //
     this.picConnection2.BackColor = System.Drawing.Color.Red;
     this.picConnection2.Location = new System.Drawing.Point(142, 3);
     this.picConnection2.Name = "picConnection2";
     this.picConnection2.Size = new System.Drawing.Size(20, 41);
     this.picConnection2.TabIndex = 12;
     this.picConnection2.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection2, "Recieve Verbindung aufgebaut");
     //
     // cmdDisconnect
     //
     this.cmdDisconnect.Location = new System.Drawing.Point(168, 3);
     this.cmdDisconnect.Name = "cmdDisconnect";
     this.cmdDisconnect.Size = new System.Drawing.Size(107, 40);
     this.cmdDisconnect.TabIndex = 11;
     this.cmdDisconnect.Text = "Disconnect";
     this.cmdDisconnect.UseVisualStyleBackColor = true;
     this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(902, 625);
     this.Controls.Add(this.tableLayoutPanel4);
     this.Name = "MainForm";
     this.Text = "Kopplungstester";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.faTabStrip1.ResumeLayout(false);
     this.faTabStripItemInfo.ResumeLayout(false);
     this.faTabStripItemInfo.PerformLayout();
     this.faTabStripItemSend.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).EndInit();
     this.faTabStripItemRecieve.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).EndInit();
     this.faTabStripItemSettings.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserAdmin));
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     this.grdUser = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepartment = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmail = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTelephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDefaultRole = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEnabled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSetPassword = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnProperty = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.lblContents = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnSearch = new System.Windows.Forms.Button();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.ucTableSort = new DotNet.WinForm.Common.WinControls.UCTableSort();
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnRoleUser = new System.Windows.Forms.Button();
     this.picBug = new System.Windows.Forms.PictureBox();
     this.picSetting = new System.Windows.Forms.PictureBox();
     this.picImport = new System.Windows.Forms.PictureBox();
     this.picExport = new System.Windows.Forms.PictureBox();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnSetOrganize = new System.Windows.Forms.Button();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.splUser = new System.Windows.Forms.SplitContainer();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picBug)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picImport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picExport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splUser)).BeginInit();
     this.splUser.Panel1.SuspendLayout();
     this.splUser.Panel2.SuspendLayout();
     this.splUser.SuspendLayout();
     this.SuspendLayout();
     //
     // grdUser
     //
     this.grdUser.AllowUserToAddRows = false;
     this.grdUser.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(255)))));
     this.grdUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdUser.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colUserName,
     this.colCode,
     this.colRealName,
     this.colDepartment,
     this.colEmail,
     this.colTelephone,
     this.colMobile,
     this.colDefaultRole,
     this.colEnabled,
     this.colDescription});
     this.grdUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdUser.GridColor = System.Drawing.SystemColors.Control;
     this.grdUser.Location = new System.Drawing.Point(0, 0);
     this.grdUser.MultiSelect = false;
     this.grdUser.Name = "grdUser";
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     this.grdUser.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.grdUser.RowTemplate.Height = 23;
     this.grdUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdUser.Size = new System.Drawing.Size(741, 511);
     this.grdUser.TabIndex = 4;
     this.grdUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdUser_CellDoubleClick);
     this.grdUser.Sorted += new System.EventHandler(this.grdUser_Sorted);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colSelected.Width = 50;
     //
     // colUserName
     //
     this.colUserName.DataPropertyName = "UserName";
     this.colUserName.HeaderText = "用户名";
     this.colUserName.Name = "colUserName";
     this.colUserName.ReadOnly = true;
     //
     // colCode
     //
     this.colCode.DataPropertyName = "Code";
     this.colCode.HeaderText = "工号";
     this.colCode.MaxInputLength = 100;
     this.colCode.Name = "colCode";
     this.colCode.ReadOnly = true;
     //
     // colRealName
     //
     this.colRealName.DataPropertyName = "RealName";
     this.colRealName.FillWeight = 70F;
     this.colRealName.HeaderText = "姓名";
     this.colRealName.MaxInputLength = 200;
     this.colRealName.Name = "colRealName";
     this.colRealName.ReadOnly = true;
     this.colRealName.Width = 70;
     //
     // colDepartment
     //
     this.colDepartment.DataPropertyName = "DepartmentName";
     this.colDepartment.FillWeight = 200F;
     this.colDepartment.HeaderText = "部门";
     this.colDepartment.MaxInputLength = 200;
     this.colDepartment.Name = "colDepartment";
     this.colDepartment.ReadOnly = true;
     this.colDepartment.Width = 200;
     //
     // colEmail
     //
     this.colEmail.DataPropertyName = "Email";
     this.colEmail.HeaderText = "Email";
     this.colEmail.Name = "colEmail";
     //
     // colTelephone
     //
     this.colTelephone.DataPropertyName = "Telephone";
     this.colTelephone.HeaderText = "电话";
     this.colTelephone.Name = "colTelephone";
     //
     // colMobile
     //
     this.colMobile.DataPropertyName = "Mobile";
     this.colMobile.HeaderText = "手机";
     this.colMobile.Name = "colMobile";
     //
     // colDefaultRole
     //
     this.colDefaultRole.DataPropertyName = "RoleName";
     this.colDefaultRole.HeaderText = "默认角色";
     this.colDefaultRole.Name = "colDefaultRole";
     this.colDefaultRole.ReadOnly = true;
     //
     // colEnabled
     //
     this.colEnabled.DataPropertyName = "Enabled";
     this.colEnabled.FalseValue = "0";
     this.colEnabled.FillWeight = 80F;
     this.colEnabled.HeaderText = "有效";
     this.colEnabled.Name = "colEnabled";
     this.colEnabled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colEnabled.TrueValue = "1";
     this.colEnabled.Width = 80;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.FillWeight = 135F;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 135;
     //
     // btnSetPassword
     //
     this.btnSetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetPassword.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSetPassword.Enabled = false;
     this.btnSetPassword.Location = new System.Drawing.Point(517, 563);
     this.btnSetPassword.Name = "btnSetPassword";
     this.btnSetPassword.Size = new System.Drawing.Size(108, 23);
     this.btnSetPassword.TabIndex = 7;
     this.btnSetPassword.Text = "重置密码(&P)...";
     this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(885, 563);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 11;
     this.btnClose.Text = "关闭";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnProperty
     //
     this.btnProperty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnProperty.Enabled = false;
     this.btnProperty.Location = new System.Drawing.Point(434, 563);
     this.btnProperty.Name = "btnProperty";
     this.btnProperty.Size = new System.Drawing.Size(80, 23);
     this.btnProperty.TabIndex = 6;
     this.btnProperty.Text = "属性(&O)...";
     this.btnProperty.Click += new System.EventHandler(this.btnProperty_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Enabled = false;
     this.btnDelete.Location = new System.Drawing.Point(729, 563);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 9;
     this.btnDelete.Text = "删除(&D)";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Enabled = false;
     this.btnAdd.Location = new System.Drawing.Point(356, 563);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // lblContents
     //
     this.lblContents.Location = new System.Drawing.Point(21, 16);
     this.lblContents.Name = "lblContents";
     this.lblContents.Size = new System.Drawing.Size(87, 12);
     this.lblContents.TabIndex = 0;
     this.lblContents.Text = "查询内容(&C):";
     this.lblContents.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(112, 11);
     this.txtSearch.MaxLength = 20;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(168, 21);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(285, 11);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text = "查询(&F)";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(366, 16);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(96, 16);
     this.chkEnabled.TabIndex = 3;
     this.chkEnabled.Text = "只显示有效的";
     this.chkEnabled.UseVisualStyleBackColor = true;
     this.chkEnabled.CheckedChanged += new System.EventHandler(this.chkEnabled_CheckedChanged);
     //
     // ucTableSort
     //
     this.ucTableSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucTableSort.Enabled = false;
     this.ucTableSort.Location = new System.Drawing.Point(167, 562);
     this.ucTableSort.Margin = new System.Windows.Forms.Padding(0);
     this.ucTableSort.Name = "ucTableSort";
     this.ucTableSort.OEntityId = null;
     this.ucTableSort.Padding = new System.Windows.Forms.Padding(1);
     this.ucTableSort.SetBottomEnabled = false;
     this.ucTableSort.SetDownEnabled = false;
     this.ucTableSort.SetTopEnabled = false;
     this.ucTableSort.SetUpEnabled = false;
     this.ucTableSort.Size = new System.Drawing.Size(99, 24);
     this.ucTableSort.TabIndex = 12;
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Enabled = false;
     this.btnBatchSave.Location = new System.Drawing.Point(807, 563);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(75, 23);
     this.btnBatchSave.TabIndex = 10;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnRoleUser
     //
     this.btnRoleUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRoleUser.Enabled = false;
     this.btnRoleUser.Location = new System.Drawing.Point(628, 563);
     this.btnRoleUser.Name = "btnRoleUser";
     this.btnRoleUser.Size = new System.Drawing.Size(98, 23);
     this.btnRoleUser.TabIndex = 8;
     this.btnRoleUser.Text = "角色关联...";
     this.btnRoleUser.UseVisualStyleBackColor = true;
     this.btnRoleUser.Click += new System.EventHandler(this.btnRoleUser_Click);
     //
     // picBug
     //
     this.picBug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picBug.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picBug.Image = ((System.Drawing.Image)(resources.GetObject("picBug.Image")));
     this.picBug.Location = new System.Drawing.Point(929, 5);
     this.picBug.Name = "picBug";
     this.picBug.Size = new System.Drawing.Size(30, 30);
     this.picBug.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picBug.TabIndex = 14;
     this.picBug.TabStop = false;
     this.picBug.Click += new System.EventHandler(this.picBug_Click);
     //
     // picSetting
     //
     this.picSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picSetting.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picSetting.Image = ((System.Drawing.Image)(resources.GetObject("picSetting.Image")));
     this.picSetting.Location = new System.Drawing.Point(897, 5);
     this.picSetting.Name = "picSetting";
     this.picSetting.Size = new System.Drawing.Size(30, 30);
     this.picSetting.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picSetting.TabIndex = 15;
     this.picSetting.TabStop = false;
     this.picSetting.Click += new System.EventHandler(this.picSetting_Click);
     //
     // picImport
     //
     this.picImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picImport.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picImport.Image = ((System.Drawing.Image)(resources.GetObject("picImport.Image")));
     this.picImport.Location = new System.Drawing.Point(865, 5);
     this.picImport.Name = "picImport";
     this.picImport.Size = new System.Drawing.Size(30, 30);
     this.picImport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picImport.TabIndex = 16;
     this.picImport.TabStop = false;
     this.picImport.Click += new System.EventHandler(this.picImport_Click);
     //
     // picExport
     //
     this.picExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picExport.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picExport.Image = ((System.Drawing.Image)(resources.GetObject("picExport.Image")));
     this.picExport.Location = new System.Drawing.Point(833, 5);
     this.picExport.Name = "picExport";
     this.picExport.Size = new System.Drawing.Size(30, 30);
     this.picExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picExport.TabIndex = 17;
     this.picExport.TabStop = false;
     this.picExport.Click += new System.EventHandler(this.picExport_Click);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Enabled = false;
     this.btnInvertSelect.Location = new System.Drawing.Point(86, 562);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 20;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Enabled = false;
     this.btnSelectAll.Location = new System.Drawing.Point(5, 562);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 19;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnSetOrganize
     //
     this.btnSetOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetOrganize.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnSetOrganize.Enabled = false;
     this.btnSetOrganize.Location = new System.Drawing.Point(714, 9);
     this.btnSetOrganize.Name = "btnSetOrganize";
     this.btnSetOrganize.Size = new System.Drawing.Size(113, 23);
     this.btnSetOrganize.TabIndex = 21;
     this.btnSetOrganize.Text = "设置部门...";
     this.btnSetOrganize.Click += new System.EventHandler(this.btnSetOrganize_Click);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // splUser
     //
     this.splUser.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.splUser.Location = new System.Drawing.Point(6, 45);
     this.splUser.Name = "splUser";
     //
     // splUser.Panel1
     //
     this.splUser.Panel1.Controls.Add(this.tvOrganize);
     this.splUser.Panel1MinSize = 0;
     //
     // splUser.Panel2
     //
     this.splUser.Panel2.Controls.Add(this.grdUser);
     this.splUser.Panel2MinSize = 0;
     this.splUser.Size = new System.Drawing.Size(954, 511);
     this.splUser.SplitterDistance = 209;
     this.splUser.TabIndex = 22;
     //
     // tvOrganize
     //
     this.tvOrganize.AllowDrop = true;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvOrganize.ImageIndex = 0;
     this.tvOrganize.ImageList = this.imageList;
     this.tvOrganize.Location = new System.Drawing.Point(0, 0);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 1;
     this.tvOrganize.Size = new System.Drawing.Size(209, 511);
     this.tvOrganize.TabIndex = 1;
     this.tvOrganize.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterSelect);
     this.tvOrganize.Click += new System.EventHandler(this.tvOrganize_Click);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown);
     //
     // FrmUserAdmin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(967, 590);
     this.Controls.Add(this.splUser);
     this.Controls.Add(this.btnSetOrganize);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.picExport);
     this.Controls.Add(this.picImport);
     this.Controls.Add(this.picSetting);
     this.Controls.Add(this.picBug);
     this.Controls.Add(this.btnRoleUser);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.ucTableSort);
     this.Controls.Add(this.chkEnabled);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.lblContents);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnSetPassword);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnProperty);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnAdd);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmUserAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "用户管理";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUserAdmin_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picBug)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picImport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picExport)).EndInit();
     this.splUser.Panel1.ResumeLayout(false);
     this.splUser.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splUser)).EndInit();
     this.splUser.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 31
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.TabControl                tabControl1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel3;
     System.Windows.Forms.SplitContainer            splitContainer2;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel4;
     System.Windows.Forms.Panel                     panel1;
     System.Windows.Forms.Label                     label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester));
     this.tabPage1                = new System.Windows.Forms.TabPage();
     this.buttonInstall           = new System.Windows.Forms.Button();
     this.buttonCreateEnvironment = new System.Windows.Forms.Button();
     this.textInstall             = new System.Windows.Forms.TextBox();
     this.textResultInstall       = new System.Windows.Forms.TextBox();
     this.tabPage2                = new System.Windows.Forms.TabPage();
     this.comboSelf               = new System.Windows.Forms.ComboBox();
     this.buttonEvalExpression    = new System.Windows.Forms.Button();
     this.buttonJitExpression     = new System.Windows.Forms.Button();
     this.textEvaluate            = new System.Windows.Forms.TextBox();
     this.textResultEvaluate      = new System.Windows.Forms.TextBox();
     tabControl1       = new System.Windows.Forms.TabControl();
     splitContainer1   = new System.Windows.Forms.SplitContainer();
     tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     splitContainer2   = new System.Windows.Forms.SplitContainer();
     tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     panel1            = new System.Windows.Forms.Panel();
     label1            = new System.Windows.Forms.Label();
     tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     tableLayoutPanel3.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
     splitContainer2.Panel1.SuspendLayout();
     splitContainer2.Panel2.SuspendLayout();
     splitContainer2.SuspendLayout();
     tableLayoutPanel4.SuspendLayout();
     panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     tabControl1.Controls.Add(this.tabPage1);
     tabControl1.Controls.Add(this.tabPage2);
     tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     tabControl1.Location      = new System.Drawing.Point(0, 0);
     tabControl1.Name          = "tabControl1";
     tabControl1.SelectedIndex = 0;
     tabControl1.Size          = new System.Drawing.Size(852, 389);
     tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(splitContainer1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(844, 363);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Install";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location    = new System.Drawing.Point(3, 3);
     splitContainer1.Name        = "splitContainer1";
     splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(tableLayoutPanel3);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.textResultInstall);
     splitContainer1.Size             = new System.Drawing.Size(838, 357);
     splitContainer1.SplitterDistance = 230;
     splitContainer1.TabIndex         = 0;
     //
     // tableLayoutPanel3
     //
     tableLayoutPanel3.ColumnCount = 2;
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1);
     tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1);
     tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0);
     tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel3.Name     = "tableLayoutPanel3";
     tableLayoutPanel3.RowCount = 2;
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel3.Size     = new System.Drawing.Size(838, 230);
     tableLayoutPanel3.TabIndex = 0;
     //
     // buttonInstall
     //
     this.buttonInstall.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonInstall.Location = new System.Drawing.Point(422, 203);
     this.buttonInstall.Name     = "buttonInstall";
     this.buttonInstall.Size     = new System.Drawing.Size(413, 24);
     this.buttonInstall.TabIndex = 8;
     this.buttonInstall.Text     = "Install";
     this.buttonInstall.UseVisualStyleBackColor = true;
     this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click);
     //
     // buttonCreateEnvironment
     //
     this.buttonCreateEnvironment.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 203);
     this.buttonCreateEnvironment.Name     = "buttonCreateEnvironment";
     this.buttonCreateEnvironment.Size     = new System.Drawing.Size(413, 24);
     this.buttonCreateEnvironment.TabIndex = 7;
     this.buttonCreateEnvironment.Text     = "New Env.";
     this.buttonCreateEnvironment.UseVisualStyleBackColor = true;
     this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click);
     //
     // textInstall
     //
     this.textInstall.AcceptsTab = true;
     this.textInstall.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)));
     tableLayoutPanel3.SetColumnSpan(this.textInstall, 2);
     this.textInstall.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textInstall.HideSelection = false;
     this.textInstall.Location      = new System.Drawing.Point(3, 3);
     this.textInstall.Multiline     = true;
     this.textInstall.Name          = "textInstall";
     this.textInstall.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textInstall.Size          = new System.Drawing.Size(832, 194);
     this.textInstall.TabIndex      = 6;
     //
     // textResultInstall
     //
     this.textResultInstall.AcceptsTab    = true;
     this.textResultInstall.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textResultInstall.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textResultInstall.HideSelection = false;
     this.textResultInstall.Location      = new System.Drawing.Point(0, 0);
     this.textResultInstall.Multiline     = true;
     this.textResultInstall.Name          = "textResultInstall";
     this.textResultInstall.ReadOnly      = true;
     this.textResultInstall.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textResultInstall.Size          = new System.Drawing.Size(838, 123);
     this.textResultInstall.TabIndex      = 7;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(splitContainer2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(844, 363);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Evaluate";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer2.Location    = new System.Drawing.Point(3, 3);
     splitContainer2.Name        = "splitContainer2";
     splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     splitContainer2.Panel1.Controls.Add(tableLayoutPanel4);
     //
     // splitContainer2.Panel2
     //
     splitContainer2.Panel2.Controls.Add(this.textResultEvaluate);
     splitContainer2.Size             = new System.Drawing.Size(838, 357);
     splitContainer2.SplitterDistance = 214;
     splitContainer2.TabIndex         = 0;
     //
     // tableLayoutPanel4
     //
     tableLayoutPanel4.ColumnCount = 3;
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     tableLayoutPanel4.Controls.Add(panel1, 2, 1);
     tableLayoutPanel4.Controls.Add(this.buttonEvalExpression, 1, 1);
     tableLayoutPanel4.Controls.Add(this.buttonJitExpression, 0, 1);
     tableLayoutPanel4.Controls.Add(this.textEvaluate, 0, 0);
     tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel4.Name     = "tableLayoutPanel4";
     tableLayoutPanel4.RowCount = 2;
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     tableLayoutPanel4.Size     = new System.Drawing.Size(838, 214);
     tableLayoutPanel4.TabIndex = 0;
     //
     // panel1
     //
     panel1.Controls.Add(this.comboSelf);
     panel1.Controls.Add(label1);
     panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel1.Location = new System.Drawing.Point(561, 187);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(274, 24);
     panel1.TabIndex = 10;
     //
     // comboSelf
     //
     this.comboSelf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboSelf.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSelf.FormattingEnabled = true;
     this.comboSelf.Items.AddRange(new object[] {
         "nil",
         "result"
     });
     this.comboSelf.Location = new System.Drawing.Point(35, 3);
     this.comboSelf.Name     = "comboSelf";
     this.comboSelf.Size     = new System.Drawing.Size(236, 21);
     this.comboSelf.TabIndex = 1;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(3, 6);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(26, 13);
     label1.TabIndex = 0;
     label1.Text     = "self:";
     //
     // buttonEvalExpression
     //
     this.buttonEvalExpression.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187);
     this.buttonEvalExpression.Name     = "buttonEvalExpression";
     this.buttonEvalExpression.Size     = new System.Drawing.Size(273, 24);
     this.buttonEvalExpression.TabIndex = 9;
     this.buttonEvalExpression.Text     = "Eval Expression";
     this.buttonEvalExpression.UseVisualStyleBackColor = true;
     this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click);
     //
     // buttonJitExpression
     //
     this.buttonJitExpression.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonJitExpression.Location = new System.Drawing.Point(3, 187);
     this.buttonJitExpression.Name     = "buttonJitExpression";
     this.buttonJitExpression.Size     = new System.Drawing.Size(273, 24);
     this.buttonJitExpression.TabIndex = 8;
     this.buttonJitExpression.Text     = "JIT Expression";
     this.buttonJitExpression.UseVisualStyleBackColor = true;
     this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click);
     //
     // textEvaluate
     //
     this.textEvaluate.AcceptsTab = true;
     this.textEvaluate.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)));
     tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3);
     this.textEvaluate.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textEvaluate.HideSelection = false;
     this.textEvaluate.Location      = new System.Drawing.Point(3, 3);
     this.textEvaluate.Multiline     = true;
     this.textEvaluate.Name          = "textEvaluate";
     this.textEvaluate.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textEvaluate.Size          = new System.Drawing.Size(832, 178);
     this.textEvaluate.TabIndex      = 7;
     //
     // textResultEvaluate
     //
     this.textResultEvaluate.AcceptsTab    = true;
     this.textResultEvaluate.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textResultEvaluate.Font          = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textResultEvaluate.HideSelection = false;
     this.textResultEvaluate.Location      = new System.Drawing.Point(0, 0);
     this.textResultEvaluate.Multiline     = true;
     this.textResultEvaluate.Name          = "textResultEvaluate";
     this.textResultEvaluate.ReadOnly      = true;
     this.textResultEvaluate.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textResultEvaluate.Size          = new System.Drawing.Size(838, 139);
     this.textResultEvaluate.TabIndex      = 8;
     //
     // WorkspaceTester
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(852, 389);
     this.Controls.Add(tabControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "WorkspaceTester";
     this.Text  = "Compiler / Installer / Code Generator - Tester";
     this.Load += new System.EventHandler(this.WorkspaceTester_Load);
     tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     tableLayoutPanel3.ResumeLayout(false);
     tableLayoutPanel3.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     splitContainer2.Panel1.ResumeLayout(false);
     splitContainer2.Panel2.ResumeLayout(false);
     splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
     splitContainer2.ResumeLayout(false);
     tableLayoutPanel4.ResumeLayout(false);
     tableLayoutPanel4.PerformLayout();
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 32
0
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMensajes));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.txtPara = new System.Windows.Forms.RichTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtFecha = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtDe = new System.Windows.Forms.TextBox();
     this.txtAsunto = new System.Windows.Forms.TextBox();
     this.txtMensaje = new System.Windows.Forms.RichTextBox();
     this.icon = new System.Windows.Forms.DataGridViewImageColumn();
     this.asunto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.destino = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fecha = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mensaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.emailDestino = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.origen = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.codigoUsuario = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txtEmpresa = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     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.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel1MinSize = 250;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Panel2.Controls.Add(this.txtEmpresa);
     this.splitContainer1.Panel2.Controls.Add(this.txtPara);
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Panel2.Controls.Add(this.txtFecha);
     this.splitContainer1.Panel2.Controls.Add(this.label1);
     this.splitContainer1.Panel2.Controls.Add(this.txtDe);
     this.splitContainer1.Panel2.Controls.Add(this.txtAsunto);
     this.splitContainer1.Panel2.Controls.Add(this.txtMensaje);
     this.splitContainer1.Panel2MinSize = 50;
     this.splitContainer1.Size = new System.Drawing.Size(752, 340);
     this.splitContainer1.SplitterDistance = 250;
     this.splitContainer1.TabIndex = 0;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.icon,
     this.asunto,
     this.destino,
     this.fecha,
     this.mensaje,
     this.emailDestino,
     this.origen,
     this.codigoUsuario});
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.MultiSelect = false;
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(250, 340);
     this.dataGridView1.TabIndex = 0;
     //
     // txtPara
     //
     this.txtPara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPara.BackColor = System.Drawing.Color.White;
     this.txtPara.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtPara.Font = new System.Drawing.Font("Calibri", 11F);
     this.txtPara.Location = new System.Drawing.Point(73, 120);
     this.txtPara.Name = "txtPara";
     this.txtPara.ReadOnly = true;
     this.txtPara.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.txtPara.Size = new System.Drawing.Size(422, 38);
     this.txtPara.TabIndex = 12;
     this.txtPara.Text = "Email de Destino";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Gray;
     this.label2.Location = new System.Drawing.Point(18, 123);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(32, 13);
     this.label2.TabIndex = 11;
     this.label2.Text = "Para:";
     //
     // txtFecha
     //
     this.txtFecha.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFecha.BackColor = System.Drawing.Color.White;
     this.txtFecha.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtFecha.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFecha.Location = new System.Drawing.Point(73, 96);
     this.txtFecha.Name = "txtFecha";
     this.txtFecha.ReadOnly = true;
     this.txtFecha.Size = new System.Drawing.Size(405, 18);
     this.txtFecha.TabIndex = 10;
     this.txtFecha.Text = "Fecha de Envío";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Gray;
     this.label1.Location = new System.Drawing.Point(18, 99);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(49, 13);
     this.label1.TabIndex = 9;
     this.label1.Text = "Enviado:";
     //
     // txtDe
     //
     this.txtDe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDe.BackColor = System.Drawing.Color.White;
     this.txtDe.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtDe.Font = new System.Drawing.Font("Calibri", 11F);
     this.txtDe.Location = new System.Drawing.Point(21, 72);
     this.txtDe.Name = "txtDe";
     this.txtDe.ReadOnly = true;
     this.txtDe.Size = new System.Drawing.Size(458, 18);
     this.txtDe.TabIndex = 8;
     this.txtDe.Text = "Email de Origen";
     //
     // txtAsunto
     //
     this.txtAsunto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAsunto.BackColor = System.Drawing.Color.White;
     this.txtAsunto.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtAsunto.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.txtAsunto.Location = new System.Drawing.Point(21, 46);
     this.txtAsunto.Name = "txtAsunto";
     this.txtAsunto.ReadOnly = true;
     this.txtAsunto.Size = new System.Drawing.Size(457, 20);
     this.txtAsunto.TabIndex = 7;
     this.txtAsunto.Text = "Asunto";
     //
     // txtMensaje
     //
     this.txtMensaje.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.txtMensaje.BackColor = System.Drawing.Color.White;
     this.txtMensaje.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtMensaje.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMensaje.Location = new System.Drawing.Point(21, 171);
     this.txtMensaje.Margin = new System.Windows.Forms.Padding(20, 10, 20, 20);
     this.txtMensaje.Name = "txtMensaje";
     this.txtMensaje.ReadOnly = true;
     this.txtMensaje.Size = new System.Drawing.Size(458, 149);
     this.txtMensaje.TabIndex = 6;
     this.txtMensaje.Text = "Mensaje";
     //
     // icon
     //
     this.icon.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.icon.HeaderText = "";
     this.icon.Image = ((System.Drawing.Image)(resources.GetObject("icon.Image")));
     this.icon.Name = "icon";
     this.icon.ReadOnly = true;
     this.icon.Width = 20;
     //
     // asunto
     //
     this.asunto.DataPropertyName = "asunto";
     this.asunto.HeaderText = "Asunto";
     this.asunto.Name = "asunto";
     this.asunto.ReadOnly = true;
     this.asunto.ToolTipText = "Asunto";
     //
     // destino
     //
     this.destino.DataPropertyName = "nomb_empr";
     this.destino.HeaderText = "Destino";
     this.destino.Name = "destino";
     this.destino.ReadOnly = true;
     this.destino.ToolTipText = "Empresa de Destino";
     //
     // fecha
     //
     this.fecha.DataPropertyName = "fech_envio";
     this.fecha.HeaderText = "Fecha de Envío";
     this.fecha.Name = "fecha";
     this.fecha.ReadOnly = true;
     this.fecha.ToolTipText = "Fecha de Envío";
     //
     // mensaje
     //
     this.mensaje.DataPropertyName = "mensaje";
     this.mensaje.HeaderText = "";
     this.mensaje.Name = "mensaje";
     this.mensaje.ReadOnly = true;
     this.mensaje.Visible = false;
     //
     // emailDestino
     //
     this.emailDestino.DataPropertyName = "email";
     this.emailDestino.HeaderText = "";
     this.emailDestino.Name = "emailDestino";
     this.emailDestino.ReadOnly = true;
     this.emailDestino.Visible = false;
     //
     // origen
     //
     this.origen.DataPropertyName = "origen";
     this.origen.HeaderText = "";
     this.origen.Name = "origen";
     this.origen.ReadOnly = true;
     this.origen.Visible = false;
     //
     // codigoUsuario
     //
     this.codigoUsuario.DataPropertyName = "cod_usua";
     this.codigoUsuario.HeaderText = "";
     this.codigoUsuario.Name = "codigoUsuario";
     this.codigoUsuario.ReadOnly = true;
     this.codigoUsuario.Visible = false;
     //
     // txtEmpresa
     //
     this.txtEmpresa.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmpresa.BackColor = System.Drawing.Color.White;
     this.txtEmpresa.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtEmpresa.Font = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmpresa.ForeColor = System.Drawing.Color.DarkBlue;
     this.txtEmpresa.Location = new System.Drawing.Point(19, 20);
     this.txtEmpresa.Margin = new System.Windows.Forms.Padding(20, 20, 0, 0);
     this.txtEmpresa.Name = "txtEmpresa";
     this.txtEmpresa.ReadOnly = true;
     this.txtEmpresa.Size = new System.Drawing.Size(459, 23);
     this.txtEmpresa.TabIndex = 13;
     this.txtEmpresa.Text = "Empresa";
     //
     // ControlMensajes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.MinimumSize = new System.Drawing.Size(752, 340);
     this.Name = "ControlMensajes";
     this.Size = new System.Drawing.Size(752, 340);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 33
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();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addTravelogueNoteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openExistingShipFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createNewShipDataFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editCurrentShipsDataFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createEmptyNoteFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.skinTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.elegantToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.blackPearlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.zolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.reportsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cargoManifestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.summaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cargoHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.travelogueRSSFeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showJumpMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.stStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbImperialDate = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbCredits = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbCurrentWorld = new System.Windows.Forms.ToolStripStatusLabel();
     this.sbVersion = new System.Windows.Forms.ToolStripStatusLabel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tabInfo = new System.Windows.Forms.TabControl();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.label6 = new System.Windows.Forms.Label();
     this.lbTradeCodes = new System.Windows.Forms.ListBox();
     this.label7 = new System.Windows.Forms.Label();
     this.lbBases = new System.Windows.Forms.ListBox();
     this.lblAlliance = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lvData = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.edNotes = new System.Windows.Forms.TextBox();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.edNPC = new System.Windows.Forms.TextBox();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.lvAvailableCargo = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader20 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader22 = new System.Windows.Forms.ColumnHeader();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnBuy = new System.Windows.Forms.Button();
     this.btnPassengers = new System.Windows.Forms.Button();
     this.btnGenerateCargo = new System.Windows.Forms.Button();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.tvTravelogue = new System.Windows.Forms.TreeView();
     this.tabPage8 = new System.Windows.Forms.TabPage();
     this.tabControl2 = new System.Windows.Forms.TabControl();
     this.tabPage9 = new System.Windows.Forms.TabPage();
     this.lvShipCargo = new System.Windows.Forms.ListView();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader19 = new System.Windows.Forms.ColumnHeader();
     this.cmShipCargo = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.sellCheckedCargosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detailedManifestReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage10 = new System.Windows.Forms.TabPage();
     this.lvSold = new System.Windows.Forms.ListView();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label13 = new System.Windows.Forms.Label();
     this.lblShipName = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.lblManPowJump = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.lblCargo = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.lblCredits = new System.Windows.Forms.Label();
     this.lblShipFileName = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.tabPageJumpRange = new System.Windows.Forms.TabPage();
     this.lvJ6 = new System.Windows.Forms.ListView();
     this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
     this.tabPage11 = new System.Windows.Forms.TabPage();
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.lblSEC = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ckLimit = new System.Windows.Forms.CheckBox();
     this.btnJump = new System.Windows.Forms.Button();
     this.cbWorlds = new System.Windows.Forms.ComboBox();
     this.cmWorld = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showSystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jumpToThisSystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.lblShipData = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.lblPortModifier = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblTLModifier = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.lblCustomTrade = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.lblMTTrade = new System.Windows.Forms.Label();
     this.lblT5Trade = new System.Windows.Forms.Label();
     this.lblCTTrade = 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.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.skinCrafterLight1 = new DMSoft.SkinCrafterLight();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabInfo.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tabPage4.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.cmShipCargo.SuspendLayout();
     this.tabPage10.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tabPageJumpRange.SuspendLayout();
     this.tabPage11.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.cmWorld.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.reportsToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(605, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addTravelogueNoteToolStripMenuItem,
     this.openExistingShipFileToolStripMenuItem,
     this.createNewShipDataFileToolStripMenuItem,
     this.editCurrentShipsDataFileToolStripMenuItem,
     this.createEmptyNoteFileToolStripMenuItem,
     this.toolStripMenuItem1,
     this.skinTypeToolStripMenuItem,
     this.toolStripMenuItem2,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // addTravelogueNoteToolStripMenuItem
     //
     this.addTravelogueNoteToolStripMenuItem.Name = "addTravelogueNoteToolStripMenuItem";
     this.addTravelogueNoteToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.addTravelogueNoteToolStripMenuItem.Text = "add travelogue note";
     this.addTravelogueNoteToolStripMenuItem.Click += new System.EventHandler(this.addTravelogueNoteToolStripMenuItem_Click);
     //
     // openExistingShipFileToolStripMenuItem
     //
     this.openExistingShipFileToolStripMenuItem.Name = "openExistingShipFileToolStripMenuItem";
     this.openExistingShipFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.openExistingShipFileToolStripMenuItem.Text = "open existing ship file";
     this.openExistingShipFileToolStripMenuItem.Click += new System.EventHandler(this.openExistingShipFileToolStripMenuItem_Click);
     //
     // createNewShipDataFileToolStripMenuItem
     //
     this.createNewShipDataFileToolStripMenuItem.Name = "createNewShipDataFileToolStripMenuItem";
     this.createNewShipDataFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.createNewShipDataFileToolStripMenuItem.Text = "create new ship data file";
     this.createNewShipDataFileToolStripMenuItem.Click += new System.EventHandler(this.createNewShipDataFileToolStripMenuItem_Click);
     //
     // editCurrentShipsDataFileToolStripMenuItem
     //
     this.editCurrentShipsDataFileToolStripMenuItem.Name = "editCurrentShipsDataFileToolStripMenuItem";
     this.editCurrentShipsDataFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.editCurrentShipsDataFileToolStripMenuItem.Text = "edit current ship\'s data file";
     this.editCurrentShipsDataFileToolStripMenuItem.Click += new System.EventHandler(this.editCurrentShipsDataFileToolStripMenuItem_Click);
     //
     // createEmptyNoteFileToolStripMenuItem
     //
     this.createEmptyNoteFileToolStripMenuItem.Enabled = false;
     this.createEmptyNoteFileToolStripMenuItem.Name = "createEmptyNoteFileToolStripMenuItem";
     this.createEmptyNoteFileToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.createEmptyNoteFileToolStripMenuItem.Text = "create empty note file";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(209, 6);
     //
     // skinTypeToolStripMenuItem
     //
     this.skinTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.noneToolStripMenuItem,
     this.elegantToolStripMenuItem,
     this.blackPearlToolStripMenuItem,
     this.exactToolStripMenuItem,
     this.zolderToolStripMenuItem});
     this.skinTypeToolStripMenuItem.Name = "skinTypeToolStripMenuItem";
     this.skinTypeToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.skinTypeToolStripMenuItem.Text = "Skin type";
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.noneToolStripMenuItem.Text = "None";
     this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // elegantToolStripMenuItem
     //
     this.elegantToolStripMenuItem.Name = "elegantToolStripMenuItem";
     this.elegantToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.elegantToolStripMenuItem.Text = "Elegant";
     this.elegantToolStripMenuItem.Click += new System.EventHandler(this.elegantToolStripMenuItem_Click);
     //
     // blackPearlToolStripMenuItem
     //
     this.blackPearlToolStripMenuItem.Name = "blackPearlToolStripMenuItem";
     this.blackPearlToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.blackPearlToolStripMenuItem.Text = "Black Pearl";
     this.blackPearlToolStripMenuItem.Click += new System.EventHandler(this.blackPearlToolStripMenuItem_Click);
     //
     // exactToolStripMenuItem
     //
     this.exactToolStripMenuItem.Name = "exactToolStripMenuItem";
     this.exactToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.exactToolStripMenuItem.Text = "Exact";
     this.exactToolStripMenuItem.Click += new System.EventHandler(this.exactToolStripMenuItem_Click);
     //
     // zolderToolStripMenuItem
     //
     this.zolderToolStripMenuItem.Name = "zolderToolStripMenuItem";
     this.zolderToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
     this.zolderToolStripMenuItem.Text = "Zolder";
     this.zolderToolStripMenuItem.Click += new System.EventHandler(this.zolderToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(209, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // reportsToolStripMenuItem
     //
     this.reportsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cargoManifestToolStripMenuItem,
     this.cargoHistoryToolStripMenuItem,
     this.travelogueRSSFeedToolStripMenuItem,
     this.showJumpMapToolStripMenuItem});
     this.reportsToolStripMenuItem.Name = "reportsToolStripMenuItem";
     this.reportsToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.reportsToolStripMenuItem.Text = "Reports";
     //
     // cargoManifestToolStripMenuItem
     //
     this.cargoManifestToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.summaryToolStripMenuItem,
     this.detailToolStripMenuItem});
     this.cargoManifestToolStripMenuItem.Name = "cargoManifestToolStripMenuItem";
     this.cargoManifestToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.cargoManifestToolStripMenuItem.Text = "Cargo manifest";
     //
     // summaryToolStripMenuItem
     //
     this.summaryToolStripMenuItem.Name = "summaryToolStripMenuItem";
     this.summaryToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.summaryToolStripMenuItem.Text = "Summary";
     this.summaryToolStripMenuItem.Click += new System.EventHandler(this.summaryToolStripMenuItem_Click);
     //
     // detailToolStripMenuItem
     //
     this.detailToolStripMenuItem.Name = "detailToolStripMenuItem";
     this.detailToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.detailToolStripMenuItem.Text = "Detail";
     this.detailToolStripMenuItem.Click += new System.EventHandler(this.detailToolStripMenuItem_Click);
     //
     // cargoHistoryToolStripMenuItem
     //
     this.cargoHistoryToolStripMenuItem.Name = "cargoHistoryToolStripMenuItem";
     this.cargoHistoryToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.cargoHistoryToolStripMenuItem.Text = "Cargo history";
     this.cargoHistoryToolStripMenuItem.Click += new System.EventHandler(this.cargoHistoryToolStripMenuItem_Click);
     //
     // travelogueRSSFeedToolStripMenuItem
     //
     this.travelogueRSSFeedToolStripMenuItem.Name = "travelogueRSSFeedToolStripMenuItem";
     this.travelogueRSSFeedToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.travelogueRSSFeedToolStripMenuItem.Text = "Travelogue RSS Feed";
     this.travelogueRSSFeedToolStripMenuItem.Click += new System.EventHandler(this.travelogueRSSFeedToolStripMenuItem_Click);
     //
     // showJumpMapToolStripMenuItem
     //
     this.showJumpMapToolStripMenuItem.Name = "showJumpMapToolStripMenuItem";
     this.showJumpMapToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
     this.showJumpMapToolStripMenuItem.Text = "show jump map";
     this.showJumpMapToolStripMenuItem.Click += new System.EventHandler(this.showJumpMapToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.stStatus,
     this.sbImperialDate,
     this.sbCredits,
     this.sbCurrentWorld,
     this.sbVersion});
     this.statusStrip1.Location = new System.Drawing.Point(0, 571);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(605, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     //
     // stStatus
     //
     this.stStatus.Name = "stStatus";
     this.stStatus.Size = new System.Drawing.Size(101, 17);
     this.stStatus.Text = "initializing system...";
     //
     // sbImperialDate
     //
     this.sbImperialDate.Name = "sbImperialDate";
     this.sbImperialDate.Size = new System.Drawing.Size(75, 17);
     this.sbImperialDate.Text = "Imperial Date:";
     //
     // sbCredits
     //
     this.sbCredits.Name = "sbCredits";
     this.sbCredits.Size = new System.Drawing.Size(18, 17);
     this.sbCredits.Text = "Cr";
     //
     // sbCurrentWorld
     //
     this.sbCurrentWorld.Name = "sbCurrentWorld";
     this.sbCurrentWorld.Size = new System.Drawing.Size(53, 17);
     this.sbCurrentWorld.Text = "nowhere!";
     //
     // sbVersion
     //
     this.sbVersion.Name = "sbVersion";
     this.sbVersion.Size = new System.Drawing.Size(58, 17);
     this.sbVersion.Text = "<version>";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 24);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(605, 547);
     this.tabControl1.TabIndex = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(597, 521);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Worlds and Cargos";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tabInfo);
     this.groupBox2.Controls.Add(this.lblSEC);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 86);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(591, 432);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Current World Data";
     //
     // tabInfo
     //
     this.tabInfo.Controls.Add(this.tabPage3);
     this.tabInfo.Controls.Add(this.tabPage4);
     this.tabInfo.Controls.Add(this.tabPage6);
     this.tabInfo.Controls.Add(this.tabPage5);
     this.tabInfo.Controls.Add(this.tabPage7);
     this.tabInfo.Controls.Add(this.tabPage8);
     this.tabInfo.Controls.Add(this.tabPageJumpRange);
     this.tabInfo.Controls.Add(this.tabPage11);
     this.tabInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabInfo.Location = new System.Drawing.Point(3, 46);
     this.tabInfo.Name = "tabInfo";
     this.tabInfo.SelectedIndex = 0;
     this.tabInfo.Size = new System.Drawing.Size(585, 383);
     this.tabInfo.TabIndex = 1;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.splitContainer1);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(577, 357);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text = "World Data";
     this.tabPage3.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.tableLayoutPanel2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvData);
     this.splitContainer1.Size = new System.Drawing.Size(571, 351);
     this.splitContainer1.SplitterDistance = 190;
     this.splitContainer1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.label6, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.lbTradeCodes, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.label7, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.lbBases, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.lblAlliance, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 5);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(190, 351);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(68, 13);
     this.label6.TabIndex = 0;
     this.label6.Text = "Trade Codes";
     //
     // lbTradeCodes
     //
     this.lbTradeCodes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbTradeCodes.FormattingEnabled = true;
     this.lbTradeCodes.Location = new System.Drawing.Point(3, 23);
     this.lbTradeCodes.Name = "lbTradeCodes";
     this.lbTradeCodes.Size = new System.Drawing.Size(184, 108);
     this.lbTradeCodes.TabIndex = 1;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 134);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(36, 13);
     this.label7.TabIndex = 2;
     this.label7.Text = "Bases";
     //
     // lbBases
     //
     this.lbBases.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbBases.FormattingEnabled = true;
     this.lbBases.Location = new System.Drawing.Point(3, 157);
     this.lbBases.Name = "lbBases";
     this.lbBases.Size = new System.Drawing.Size(184, 69);
     this.lbBases.TabIndex = 3;
     //
     // lblAlliance
     //
     this.lblAlliance.AutoSize = true;
     this.lblAlliance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAlliance.Location = new System.Drawing.Point(3, 230);
     this.lblAlliance.Name = "lblAlliance";
     this.lblAlliance.Size = new System.Drawing.Size(80, 20);
     this.lblAlliance.TabIndex = 4;
     this.lblAlliance.Text = "<alliance>";
     //
     // pictureBox1
     //
     this.pictureBox1.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.pictureBox1.Location = new System.Drawing.Point(3, 273);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(184, 75);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // lvData
     //
     this.lvData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.lvData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvData.Location = new System.Drawing.Point(0, 0);
     this.lvData.Name = "lvData";
     this.lvData.Size = new System.Drawing.Size(377, 351);
     this.lvData.TabIndex = 7;
     this.lvData.UseCompatibleStateImageBehavior = false;
     this.lvData.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Data";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Description";
     this.columnHeader2.Width = 234;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.edNotes);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(577, 357);
     this.tabPage4.TabIndex = 1;
     this.tabPage4.Text = "System Notes";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // edNotes
     //
     this.edNotes.AcceptsReturn = true;
     this.edNotes.AcceptsTab = true;
     this.edNotes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.edNotes.Location = new System.Drawing.Point(3, 3);
     this.edNotes.Multiline = true;
     this.edNotes.Name = "edNotes";
     this.edNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.edNotes.Size = new System.Drawing.Size(571, 351);
     this.edNotes.TabIndex = 0;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.edNPC);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Size = new System.Drawing.Size(577, 357);
     this.tabPage6.TabIndex = 3;
     this.tabPage6.Text = "NPC Notes";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // edNPC
     //
     this.edNPC.Dock = System.Windows.Forms.DockStyle.Fill;
     this.edNPC.Location = new System.Drawing.Point(0, 0);
     this.edNPC.Multiline = true;
     this.edNPC.Name = "edNPC";
     this.edNPC.Size = new System.Drawing.Size(577, 357);
     this.edNPC.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.lvAvailableCargo);
     this.tabPage5.Controls.Add(this.panel1);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(577, 357);
     this.tabPage5.TabIndex = 2;
     this.tabPage5.Text = "Trade";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // lvAvailableCargo
     //
     this.lvAvailableCargo.CheckBoxes = true;
     this.lvAvailableCargo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader6,
     this.columnHeader5,
     this.columnHeader20,
     this.columnHeader22});
     this.lvAvailableCargo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvAvailableCargo.Location = new System.Drawing.Point(3, 56);
     this.lvAvailableCargo.Name = "lvAvailableCargo";
     this.lvAvailableCargo.Size = new System.Drawing.Size(571, 298);
     this.lvAvailableCargo.TabIndex = 1;
     this.lvAvailableCargo.UseCompatibleStateImageBehavior = false;
     this.lvAvailableCargo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Cargo Code";
     this.columnHeader3.Width = 162;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Cost";
     this.columnHeader4.Width = 46;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Tons";
     this.columnHeader6.Width = 49;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Description";
     this.columnHeader5.Width = 222;
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "basecost";
     this.columnHeader20.Width = 0;
     //
     // columnHeader22
     //
     this.columnHeader22.Text = "avmod";
     this.columnHeader22.Width = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnBuy);
     this.panel1.Controls.Add(this.btnPassengers);
     this.panel1.Controls.Add(this.btnGenerateCargo);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(571, 53);
     this.panel1.TabIndex = 0;
     //
     // btnBuy
     //
     this.btnBuy.Location = new System.Drawing.Point(403, 14);
     this.btnBuy.Name = "btnBuy";
     this.btnBuy.Size = new System.Drawing.Size(75, 23);
     this.btnBuy.TabIndex = 2;
     this.btnBuy.Text = "buy!";
     this.toolTip1.SetToolTip(this.btnBuy, "purchase checked items");
     this.btnBuy.UseVisualStyleBackColor = true;
     this.btnBuy.Click += new System.EventHandler(this.btnBuy_Click);
     //
     // btnPassengers
     //
     this.btnPassengers.Location = new System.Drawing.Point(161, 14);
     this.btnPassengers.Name = "btnPassengers";
     this.btnPassengers.Size = new System.Drawing.Size(236, 23);
     this.btnPassengers.TabIndex = 1;
     this.btnPassengers.Text = "check for passengers (on day leaving only)";
     this.btnPassengers.UseVisualStyleBackColor = true;
     this.btnPassengers.Click += new System.EventHandler(this.btnPassengers_Click);
     //
     // btnGenerateCargo
     //
     this.btnGenerateCargo.Location = new System.Drawing.Point(12, 14);
     this.btnGenerateCargo.Name = "btnGenerateCargo";
     this.btnGenerateCargo.Size = new System.Drawing.Size(143, 23);
     this.btnGenerateCargo.TabIndex = 0;
     this.btnGenerateCargo.Text = "check for cargo";
     this.btnGenerateCargo.UseVisualStyleBackColor = true;
     this.btnGenerateCargo.Click += new System.EventHandler(this.btnGenerateCargo_Click);
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.tvTravelogue);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(577, 357);
     this.tabPage7.TabIndex = 4;
     this.tabPage7.Text = "Travelogue";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // tvTravelogue
     //
     this.tvTravelogue.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvTravelogue.Location = new System.Drawing.Point(0, 0);
     this.tvTravelogue.Name = "tvTravelogue";
     this.tvTravelogue.Size = new System.Drawing.Size(577, 357);
     this.tvTravelogue.TabIndex = 0;
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.tabControl2);
     this.tabPage8.Controls.Add(this.tableLayoutPanel1);
     this.tabPage8.Controls.Add(this.lblShipFileName);
     this.tabPage8.Controls.Add(this.label12);
     this.tabPage8.Location = new System.Drawing.Point(4, 22);
     this.tabPage8.Name = "tabPage8";
     this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage8.Size = new System.Drawing.Size(577, 357);
     this.tabPage8.TabIndex = 5;
     this.tabPage8.Text = "Ship Info";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage9);
     this.tabControl2.Controls.Add(this.tabPage10);
     this.tabControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl2.Location = new System.Drawing.Point(3, 146);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(571, 208);
     this.tabControl2.TabIndex = 4;
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.lvShipCargo);
     this.tabPage9.Location = new System.Drawing.Point(4, 22);
     this.tabPage9.Name = "tabPage9";
     this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage9.Size = new System.Drawing.Size(563, 182);
     this.tabPage9.TabIndex = 0;
     this.tabPage9.Text = "Current Cargo";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // lvShipCargo
     //
     this.lvShipCargo.CheckBoxes = true;
     this.lvShipCargo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader10,
     this.columnHeader7,
     this.columnHeader8,
     this.columnHeader9,
     this.columnHeader15,
     this.columnHeader16,
     this.columnHeader19});
     this.lvShipCargo.ContextMenuStrip = this.cmShipCargo;
     this.lvShipCargo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvShipCargo.Location = new System.Drawing.Point(3, 3);
     this.lvShipCargo.Name = "lvShipCargo";
     this.lvShipCargo.Size = new System.Drawing.Size(557, 176);
     this.lvShipCargo.TabIndex = 0;
     this.lvShipCargo.UseCompatibleStateImageBehavior = false;
     this.lvShipCargo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Description";
     this.columnHeader10.Width = 161;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Cargo code";
     this.columnHeader7.Width = 166;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Cost";
     this.columnHeader8.Width = 44;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Tons";
     this.columnHeader9.Width = 47;
     //
     // columnHeader15
     //
     this.columnHeader15.Text = "Date";
     //
     // columnHeader16
     //
     this.columnHeader16.Text = "Origination";
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "ID";
     //
     // cmShipCargo
     //
     this.cmShipCargo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sellCheckedCargosToolStripMenuItem,
     this.detaToolStripMenuItem,
     this.detailedManifestReportToolStripMenuItem});
     this.cmShipCargo.Name = "cmShipCargo";
     this.cmShipCargo.Size = new System.Drawing.Size(206, 70);
     //
     // sellCheckedCargosToolStripMenuItem
     //
     this.sellCheckedCargosToolStripMenuItem.Name = "sellCheckedCargosToolStripMenuItem";
     this.sellCheckedCargosToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.sellCheckedCargosToolStripMenuItem.Text = "sell checked cargos";
     this.sellCheckedCargosToolStripMenuItem.Click += new System.EventHandler(this.sellCheckedCargosToolStripMenuItem_Click);
     //
     // detaToolStripMenuItem
     //
     this.detaToolStripMenuItem.Name = "detaToolStripMenuItem";
     this.detaToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.detaToolStripMenuItem.Text = "summary manifest report";
     this.detaToolStripMenuItem.Click += new System.EventHandler(this.detaToolStripMenuItem_Click);
     //
     // detailedManifestReportToolStripMenuItem
     //
     this.detailedManifestReportToolStripMenuItem.Name = "detailedManifestReportToolStripMenuItem";
     this.detailedManifestReportToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
     this.detailedManifestReportToolStripMenuItem.Text = "detailed manifest report";
     this.detailedManifestReportToolStripMenuItem.Click += new System.EventHandler(this.detailedManifestReportToolStripMenuItem_Click);
     //
     // tabPage10
     //
     this.tabPage10.Controls.Add(this.lvSold);
     this.tabPage10.Location = new System.Drawing.Point(4, 22);
     this.tabPage10.Name = "tabPage10";
     this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage10.Size = new System.Drawing.Size(563, 182);
     this.tabPage10.TabIndex = 1;
     this.tabPage10.Text = "Sold Cargo";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // lvSold
     //
     this.lvSold.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader17,
     this.columnHeader14});
     this.lvSold.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSold.Location = new System.Drawing.Point(3, 3);
     this.lvSold.Name = "lvSold";
     this.lvSold.Size = new System.Drawing.Size(557, 176);
     this.lvSold.TabIndex = 0;
     this.lvSold.UseCompatibleStateImageBehavior = false;
     this.lvSold.View = System.Windows.Forms.View.Details;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Code";
     this.columnHeader11.Width = 84;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Description";
     this.columnHeader12.Width = 156;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Cost";
     //
     // columnHeader17
     //
     this.columnHeader17.Text = "Date";
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Sold Location";
     this.columnHeader14.Width = 165;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.5124F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.4876F));
     this.tableLayoutPanel1.Controls.Add(this.label13, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblShipName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblManPowJump, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblCargo, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblCredits, 1, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 37);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(484, 103);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(3, 0);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 13);
     this.label13.TabIndex = 0;
     this.label13.Text = "Ship Name";
     //
     // lblShipName
     //
     this.lblShipName.AutoSize = true;
     this.lblShipName.Location = new System.Drawing.Point(141, 0);
     this.lblShipName.Name = "lblShipName";
     this.lblShipName.Size = new System.Drawing.Size(36, 13);
     this.lblShipName.TabIndex = 1;
     this.lblShipName.Text = "<info>";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(3, 27);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(84, 13);
     this.label14.TabIndex = 2;
     this.label14.Text = "Man/Pow/Jump";
     //
     // lblManPowJump
     //
     this.lblManPowJump.AutoSize = true;
     this.lblManPowJump.Location = new System.Drawing.Point(141, 27);
     this.lblManPowJump.Name = "lblManPowJump";
     this.lblManPowJump.Size = new System.Drawing.Size(36, 13);
     this.lblManPowJump.TabIndex = 3;
     this.lblManPowJump.Text = "<info>";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(3, 54);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(35, 13);
     this.label15.TabIndex = 4;
     this.label15.Text = "Cargo";
     //
     // lblCargo
     //
     this.lblCargo.AutoSize = true;
     this.lblCargo.Location = new System.Drawing.Point(141, 54);
     this.lblCargo.Name = "lblCargo";
     this.lblCargo.Size = new System.Drawing.Size(36, 13);
     this.lblCargo.TabIndex = 5;
     this.lblCargo.Text = "<info>";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(3, 81);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(39, 13);
     this.label16.TabIndex = 6;
     this.label16.Text = "Credits";
     //
     // lblCredits
     //
     this.lblCredits.AutoSize = true;
     this.lblCredits.Location = new System.Drawing.Point(141, 81);
     this.lblCredits.Name = "lblCredits";
     this.lblCredits.Size = new System.Drawing.Size(36, 13);
     this.lblCredits.TabIndex = 7;
     this.lblCredits.Text = "<info>";
     //
     // lblShipFileName
     //
     this.lblShipFileName.AutoSize = true;
     this.lblShipFileName.Location = new System.Drawing.Point(59, 13);
     this.lblShipFileName.Name = "lblShipFileName";
     this.lblShipFileName.Size = new System.Drawing.Size(36, 13);
     this.lblShipFileName.TabIndex = 1;
     this.lblShipFileName.Text = "<info>";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 13);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(47, 13);
     this.label12.TabIndex = 0;
     this.label12.Text = "Ship file:";
     //
     // tabPageJumpRange
     //
     this.tabPageJumpRange.Controls.Add(this.lvJ6);
     this.tabPageJumpRange.Location = new System.Drawing.Point(4, 22);
     this.tabPageJumpRange.Name = "tabPageJumpRange";
     this.tabPageJumpRange.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageJumpRange.Size = new System.Drawing.Size(577, 357);
     this.tabPageJumpRange.TabIndex = 6;
     this.tabPageJumpRange.Text = "Jump 6 Systems";
     this.tabPageJumpRange.UseVisualStyleBackColor = true;
     //
     // lvJ6
     //
     this.lvJ6.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader18});
     this.lvJ6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvJ6.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvJ6.Location = new System.Drawing.Point(3, 3);
     this.lvJ6.Name = "lvJ6";
     this.lvJ6.Size = new System.Drawing.Size(571, 351);
     this.lvJ6.TabIndex = 0;
     this.lvJ6.UseCompatibleStateImageBehavior = false;
     this.lvJ6.View = System.Windows.Forms.View.Details;
     this.lvJ6.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvJ6_MouseDoubleClick);
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "System";
     this.columnHeader18.Width = 533;
     //
     // tabPage11
     //
     this.tabPage11.Controls.Add(this.webBrowser1);
     this.tabPage11.Location = new System.Drawing.Point(4, 22);
     this.tabPage11.Name = "tabPage11";
     this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage11.Size = new System.Drawing.Size(577, 357);
     this.tabPage11.TabIndex = 7;
     this.tabPage11.Text = "TravellerMap";
     this.tabPage11.UseVisualStyleBackColor = true;
     //
     // webBrowser1
     //
     this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser1.Location = new System.Drawing.Point(3, 3);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name = "webBrowser1";
     this.webBrowser1.Size = new System.Drawing.Size(571, 351);
     this.webBrowser1.TabIndex = 0;
     //
     // lblSEC
     //
     this.lblSEC.AutoSize = true;
     this.lblSEC.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSEC.Location = new System.Drawing.Point(3, 20);
     this.lblSEC.Name = "lblSEC";
     this.lblSEC.Size = new System.Drawing.Size(173, 18);
     this.lblSEC.TabIndex = 0;
     this.lblSEC.Text = "<no current location set>";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ckLimit);
     this.groupBox1.Controls.Add(this.btnJump);
     this.groupBox1.Controls.Add(this.cbWorlds);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(591, 83);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Jump to new system";
     //
     // ckLimit
     //
     this.ckLimit.AutoSize = true;
     this.ckLimit.Location = new System.Drawing.Point(350, 52);
     this.ckLimit.Name = "ckLimit";
     this.ckLimit.Size = new System.Drawing.Size(157, 17);
     this.ckLimit.TabIndex = 3;
     this.ckLimit.Text = "show ONLY worlds in range";
     this.ckLimit.UseVisualStyleBackColor = true;
     this.ckLimit.CheckStateChanged += new System.EventHandler(this.ckLimit_CheckStateChanged);
     //
     // btnJump
     //
     this.btnJump.Location = new System.Drawing.Point(205, 48);
     this.btnJump.Name = "btnJump";
     this.btnJump.Size = new System.Drawing.Size(75, 23);
     this.btnJump.TabIndex = 1;
     this.btnJump.Text = "jump";
     this.btnJump.UseVisualStyleBackColor = true;
     this.btnJump.Click += new System.EventHandler(this.btnJump_Click);
     //
     // cbWorlds
     //
     this.cbWorlds.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.cbWorlds.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbWorlds.ContextMenuStrip = this.cmWorld;
     this.cbWorlds.Cursor = System.Windows.Forms.Cursors.Default;
     this.cbWorlds.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbWorlds.FormattingEnabled = true;
     this.cbWorlds.Location = new System.Drawing.Point(3, 19);
     this.cbWorlds.Name = "cbWorlds";
     this.cbWorlds.Size = new System.Drawing.Size(569, 23);
     this.cbWorlds.TabIndex = 0;
     this.toolTip1.SetToolTip(this.cbWorlds, "world system");
     //
     // cmWorld
     //
     this.cmWorld.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showSystemToolStripMenuItem,
     this.jumpToThisSystemToolStripMenuItem});
     this.cmWorld.Name = "cmWorld";
     this.cmWorld.Size = new System.Drawing.Size(179, 48);
     //
     // showSystemToolStripMenuItem
     //
     this.showSystemToolStripMenuItem.Name = "showSystemToolStripMenuItem";
     this.showSystemToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.showSystemToolStripMenuItem.Text = "show system";
     this.showSystemToolStripMenuItem.Click += new System.EventHandler(this.showSystemToolStripMenuItem_Click);
     //
     // jumpToThisSystemToolStripMenuItem
     //
     this.jumpToThisSystemToolStripMenuItem.Name = "jumpToThisSystemToolStripMenuItem";
     this.jumpToThisSystemToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.jumpToThisSystemToolStripMenuItem.Text = "jump to this system";
     this.jumpToThisSystemToolStripMenuItem.Click += new System.EventHandler(this.jumpToThisSystemToolStripMenuItem_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(597, 521);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Settings";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.groupBox9);
     this.groupBox4.Controls.Add(this.groupBox6);
     this.groupBox4.Controls.Add(this.groupBox5);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox4.Location = new System.Drawing.Point(3, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(591, 290);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "System Files";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.lblShipData);
     this.groupBox9.Location = new System.Drawing.Point(9, 227);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(487, 35);
     this.groupBox9.TabIndex = 8;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "Ship\'s Data File";
     //
     // lblShipData
     //
     this.lblShipData.AutoSize = true;
     this.lblShipData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblShipData.Location = new System.Drawing.Point(15, 16);
     this.lblShipData.Name = "lblShipData";
     this.lblShipData.Size = new System.Drawing.Size(2, 15);
     this.lblShipData.TabIndex = 5;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.lblPortModifier);
     this.groupBox6.Controls.Add(this.label5);
     this.groupBox6.Controls.Add(this.lblTLModifier);
     this.groupBox6.Controls.Add(this.label4);
     this.groupBox6.Location = new System.Drawing.Point(9, 141);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(487, 80);
     this.groupBox6.TabIndex = 6;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "GURPS WTN Data Files";
     //
     // lblPortModifier
     //
     this.lblPortModifier.AutoSize = true;
     this.lblPortModifier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblPortModifier.Location = new System.Drawing.Point(123, 49);
     this.lblPortModifier.Name = "lblPortModifier";
     this.lblPortModifier.Size = new System.Drawing.Size(2, 15);
     this.lblPortModifier.TabIndex = 6;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 51);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95, 13);
     this.label5.TabIndex = 5;
     this.label5.Text = "Port Modifier Data:";
     //
     // lblTLModifier
     //
     this.lblTLModifier.AutoSize = true;
     this.lblTLModifier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTLModifier.Location = new System.Drawing.Point(123, 26);
     this.lblTLModifier.Name = "lblTLModifier";
     this.lblTLModifier.Size = new System.Drawing.Size(2, 15);
     this.lblTLModifier.TabIndex = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 26);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(89, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "TL Modifier Data:";
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Controls.Add(this.lblCustomTrade);
     this.groupBox5.Controls.Add(this.label9);
     this.groupBox5.Controls.Add(this.lblMTTrade);
     this.groupBox5.Controls.Add(this.lblT5Trade);
     this.groupBox5.Controls.Add(this.lblCTTrade);
     this.groupBox5.Controls.Add(this.label3);
     this.groupBox5.Controls.Add(this.label2);
     this.groupBox5.Controls.Add(this.label1);
     this.groupBox5.Location = new System.Drawing.Point(9, 16);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(487, 119);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Trade Classification Data Files";
     //
     // lblCustomTrade
     //
     this.lblCustomTrade.AutoSize = true;
     this.lblCustomTrade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCustomTrade.Location = new System.Drawing.Point(126, 96);
     this.lblCustomTrade.Name = "lblCustomTrade";
     this.lblCustomTrade.Size = new System.Drawing.Size(2, 15);
     this.lblCustomTrade.TabIndex = 7;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(15, 98);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(45, 13);
     this.label9.TabIndex = 6;
     this.label9.Text = "Custom:";
     //
     // lblMTTrade
     //
     this.lblMTTrade.AutoSize = true;
     this.lblMTTrade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblMTTrade.Location = new System.Drawing.Point(126, 73);
     this.lblMTTrade.Name = "lblMTTrade";
     this.lblMTTrade.Size = new System.Drawing.Size(2, 15);
     this.lblMTTrade.TabIndex = 5;
     //
     // lblT5Trade
     //
     this.lblT5Trade.AutoSize = true;
     this.lblT5Trade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblT5Trade.Location = new System.Drawing.Point(126, 49);
     this.lblT5Trade.Name = "lblT5Trade";
     this.lblT5Trade.Size = new System.Drawing.Size(2, 15);
     this.lblT5Trade.TabIndex = 4;
     //
     // lblCTTrade
     //
     this.lblCTTrade.AutoSize = true;
     this.lblCTTrade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCTTrade.Location = new System.Drawing.Point(126, 25);
     this.lblCTTrade.Name = "lblCTTrade";
     this.lblCTTrade.Size = new System.Drawing.Size(2, 15);
     this.lblCTTrade.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(15, 75);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(104, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "Mongoose Traveller:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 49);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(67, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "T5 Traveller:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Classic Traveller:";
     //
     // skinCrafterLight1
     //
     this.skinCrafterLight1.Skin = DMSoft.Skinset.None;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(605, 593);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Form1";
     this.Text = "Traveller";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabInfo.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabControl2.ResumeLayout(false);
     this.tabPage9.ResumeLayout(false);
     this.cmShipCargo.ResumeLayout(false);
     this.tabPage10.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tabPageJumpRange.ResumeLayout(false);
     this.tabPage11.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.cmWorld.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.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();
     this.settingsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.rolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtInstanceRoleCount = new System.Windows.Forms.TextBox();
     this.txtOsfamily = new System.Windows.Forms.TextBox();
     this.txtOsversion = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.listboxRoles = new System.Windows.Forms.ListBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dgvRoleSettings = new System.Windows.Forms.DataGridView();
     this.dgvCertificates = new System.Windows.Forms.DataGridView();
     this.certsbindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnRejectSettings = new System.Windows.Forms.Button();
     this.btnAcceptSettings = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.settingsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRoleSettings)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCertificates)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.certsbindingSource)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel1.Controls.Add(this.listboxRoles);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.splitContainer1.Panel1.Controls.Add(this.panel2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(1024, 538);
     this.splitContainer1.SplitterDistance = 279;
     this.splitContainer1.TabIndex = 22;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtInstanceRoleCount);
     this.groupBox1.Controls.Add(this.txtOsfamily);
     this.groupBox1.Controls.Add(this.txtOsversion);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 289);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Size = new System.Drawing.Size(230, 249);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Configuration Details";
     //
     // txtInstanceRoleCount
     //
     this.txtInstanceRoleCount.Location = new System.Drawing.Point(123, 96);
     this.txtInstanceRoleCount.Name = "txtInstanceRoleCount";
     this.txtInstanceRoleCount.Size = new System.Drawing.Size(100, 23);
     this.txtInstanceRoleCount.TabIndex = 8;
     this.txtInstanceRoleCount.TextChanged += new System.EventHandler(this.txtInstanceRoleCount_TextChanged);
     //
     // txtOsfamily
     //
     this.txtOsfamily.Location = new System.Drawing.Point(123, 67);
     this.txtOsfamily.Name = "txtOsfamily";
     this.txtOsfamily.Size = new System.Drawing.Size(100, 23);
     this.txtOsfamily.TabIndex = 7;
     this.txtOsfamily.TextChanged += new System.EventHandler(this.txtOsfamily_TextChanged);
     //
     // txtOsversion
     //
     this.txtOsversion.Location = new System.Drawing.Point(123, 37);
     this.txtOsversion.Name = "txtOsversion";
     this.txtOsversion.Size = new System.Drawing.Size(100, 23);
     this.txtOsversion.TabIndex = 6;
     this.txtOsversion.TextChanged += new System.EventHandler(this.txtOsversion_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(51, 43);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(67, 15);
     this.label3.TabIndex = 3;
     this.label3.Text = "OS Version:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(55, 70);
     this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(63, 15);
     this.label2.TabIndex = 2;
     this.label2.Text = "OS Family:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(2, 101);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(116, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Role Instance Count:";
     //
     // listboxRoles
     //
     this.listboxRoles.DataSource = this.rolesBindingSource;
     this.listboxRoles.Dock = System.Windows.Forms.DockStyle.Top;
     this.listboxRoles.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listboxRoles.FormattingEnabled = true;
     this.listboxRoles.ItemHeight = 17;
     this.listboxRoles.Location = new System.Drawing.Point(0, 30);
     this.listboxRoles.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.listboxRoles.Name = "listboxRoles";
     this.listboxRoles.Size = new System.Drawing.Size(230, 259);
     this.listboxRoles.TabIndex = 22;
     this.listboxRoles.SelectedIndexChanged += new System.EventHandler(this.ListboxRoles_SelectedIndexChanged);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.label4);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(230, 30);
     this.panel1.TabIndex = 24;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(63, 11);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(85, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "Roles Available";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(230, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(49, 538);
     this.panel2.TabIndex = 2;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image = global::DeploymentTracker.Properties.Resources.rightarrow;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(49, 560);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.dgvRoleSettings);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.dgvCertificates);
     this.splitContainer2.Size = new System.Drawing.Size(741, 538);
     this.splitContainer2.SplitterDistance = 330;
     this.splitContainer2.SplitterWidth = 5;
     this.splitContainer2.TabIndex = 1;
     //
     // dgvRoleSettings
     //
     this.dgvRoleSettings.AllowUserToAddRows = false;
     this.dgvRoleSettings.AllowUserToDeleteRows = false;
     this.dgvRoleSettings.AutoGenerateColumns = false;
     this.dgvRoleSettings.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
     this.dgvRoleSettings.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRoleSettings.DataSource = this.settingsBindingSource;
     this.dgvRoleSettings.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvRoleSettings.Location = new System.Drawing.Point(0, 0);
     this.dgvRoleSettings.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dgvRoleSettings.Name = "dgvRoleSettings";
     this.dgvRoleSettings.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     this.dgvRoleSettings.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgvRoleSettings.Size = new System.Drawing.Size(741, 330);
     this.dgvRoleSettings.TabIndex = 1;
     this.dgvRoleSettings.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvRoleSettings_CellClick);
     this.dgvRoleSettings.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvRoleSettings_CellEndEdit);
     this.dgvRoleSettings.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.DgvRoleSettings_CellValidating);
     //
     // dgvCertificates
     //
     this.dgvCertificates.AllowUserToAddRows = false;
     this.dgvCertificates.AllowUserToDeleteRows = false;
     this.dgvCertificates.AutoGenerateColumns = false;
     this.dgvCertificates.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
     this.dgvCertificates.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvCertificates.DataSource = this.certsbindingSource;
     this.dgvCertificates.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvCertificates.Location = new System.Drawing.Point(0, 0);
     this.dgvCertificates.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dgvCertificates.Name = "dgvCertificates";
     this.dgvCertificates.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     this.dgvCertificates.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgvCertificates.Size = new System.Drawing.Size(741, 203);
     this.dgvCertificates.TabIndex = 2;
     this.dgvCertificates.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvCertificates_CellClick);
     this.dgvCertificates.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvCertificates_CellEndEdit);
     this.dgvCertificates.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.DgvCertificates_CellValidating);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnRejectSettings);
     this.panel3.Controls.Add(this.btnAcceptSettings);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 538);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1024, 49);
     this.panel3.TabIndex = 23;
     //
     // btnRejectSettings
     //
     this.btnRejectSettings.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnRejectSettings.Location = new System.Drawing.Point(825, 6);
     this.btnRejectSettings.Name = "btnRejectSettings";
     this.btnRejectSettings.Size = new System.Drawing.Size(164, 37);
     this.btnRejectSettings.TabIndex = 1;
     this.btnRejectSettings.Text = "&Cancel Deployment";
     this.btnRejectSettings.UseVisualStyleBackColor = true;
     //
     // btnAcceptSettings
     //
     this.btnAcceptSettings.Location = new System.Drawing.Point(646, 6);
     this.btnAcceptSettings.Name = "btnAcceptSettings";
     this.btnAcceptSettings.Size = new System.Drawing.Size(164, 37);
     this.btnAcceptSettings.TabIndex = 0;
     this.btnAcceptSettings.Text = "&Save Settings";
     this.btnAcceptSettings.UseVisualStyleBackColor = true;
     this.btnAcceptSettings.Click += new System.EventHandler(this.BtnAcceptSettings_Click);
     //
     // ServiceConfigViewer
     //
     this.AcceptButton = this.btnAcceptSettings;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnRejectSettings;
     this.ClientSize = new System.Drawing.Size(1024, 587);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel3);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MaximizeBox = false;
     this.Name = "ServiceConfigViewer";
     this.Text = "Configuration Builder";
     this.Load += new System.EventHandler(this.ConfigBuilder_Load);
     ((System.ComponentModel.ISupportInitialize)(this.settingsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).EndInit();
     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.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvRoleSettings)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCertificates)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.certsbindingSource)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 35
0
 /// <summary>
 ///  Required method for Designer support - do not modify
 ///  the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.canvas1          = new PrimerLibrary.CanvasControl();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     this.label1           = new System.Windows.Forms.Label();
     this.button1          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.button3          = new System.Windows.Forms.Button();
     this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
     this.label2           = new System.Windows.Forms.Label();
     this.button4          = new System.Windows.Forms.Button();
     this.button5          = new System.Windows.Forms.Button();
     this.button6          = new System.Windows.Forms.Button();
     this.button7          = new System.Windows.Forms.Button();
     this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
     this.label3           = new System.Windows.Forms.Label();
     this.button8          = new System.Windows.Forms.Button();
     this.button9          = new System.Windows.Forms.Button();
     this.button10         = new System.Windows.Forms.Button();
     this.button11         = new System.Windows.Forms.Button();
     this.panel1           = new System.Windows.Forms.Panel();
     this.textBox1         = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.flowLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // canvas1
     //
     this.canvas1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.canvas1.Location         = new System.Drawing.Point(0, 0);
     this.canvas1.Name             = "canvas1";
     this.canvas1.RenderBoundaries = false;
     this.canvas1.Size             = new System.Drawing.Size(552, 216);
     this.canvas1.TabIndex         = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.canvas1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size             = new System.Drawing.Size(552, 433);
     this.splitContainer1.SplitterDistance = 216;
     this.splitContainer1.TabIndex         = 1;
     this.splitContainer1.Text             = "splitContainer1";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
     this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel3);
     this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel4);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 35);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(552, 178);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.flowLayoutPanel2.AutoSize     = true;
     this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanel2.Controls.Add(this.label1);
     this.flowLayoutPanel2.Controls.Add(this.button1);
     this.flowLayoutPanel2.Controls.Add(this.button2);
     this.flowLayoutPanel2.Controls.Add(this.button3);
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel2.Location      = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel2.Name          = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size          = new System.Drawing.Size(81, 108);
     this.flowLayoutPanel2.TabIndex      = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(25, 15);
     this.label1.TabIndex = 3;
     this.label1.Text     = "File";
     //
     // button1
     //
     this.button1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button1.AutoSize = true;
     this.button1.Location = new System.Drawing.Point(3, 18);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 25);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Save";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_ClickAsync);
     //
     // button2
     //
     this.button2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button2.AutoSize = true;
     this.button2.Location = new System.Drawing.Point(3, 49);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 25);
     this.button2.TabIndex = 1;
     this.button2.Text     = "Load";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button3.AutoSize = true;
     this.button3.Location = new System.Drawing.Point(3, 80);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 25);
     this.button3.TabIndex = 2;
     this.button3.Text     = "List";
     this.button3.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanel3
     //
     this.flowLayoutPanel3.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.flowLayoutPanel3.AutoSize     = true;
     this.flowLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanel3.Controls.Add(this.label2);
     this.flowLayoutPanel3.Controls.Add(this.button4);
     this.flowLayoutPanel3.Controls.Add(this.button5);
     this.flowLayoutPanel3.Controls.Add(this.button6);
     this.flowLayoutPanel3.Controls.Add(this.button7);
     this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel3.Location      = new System.Drawing.Point(90, 3);
     this.flowLayoutPanel3.Name          = "flowLayoutPanel3";
     this.flowLayoutPanel3.Size          = new System.Drawing.Size(81, 139);
     this.flowLayoutPanel3.TabIndex      = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Operations";
     //
     // button4
     //
     this.button4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button4.AutoSize = true;
     this.button4.Location = new System.Drawing.Point(3, 18);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 25);
     this.button4.TabIndex = 0;
     this.button4.Text     = "Multiply";
     this.button4.UseVisualStyleBackColor = true;
     //
     // button5
     //
     this.button5.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button5.AutoSize = true;
     this.button5.Location = new System.Drawing.Point(3, 49);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 25);
     this.button5.TabIndex = 1;
     this.button5.Text     = "Divide";
     this.button5.UseVisualStyleBackColor = true;
     //
     // button6
     //
     this.button6.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button6.AutoSize = true;
     this.button6.Location = new System.Drawing.Point(3, 80);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 25);
     this.button6.TabIndex = 2;
     this.button6.Text     = "Add";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button7
     //
     this.button7.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button7.AutoSize = true;
     this.button7.Location = new System.Drawing.Point(3, 111);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 25);
     this.button7.TabIndex = 3;
     this.button7.Text     = "Subtract";
     this.button7.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanel4
     //
     this.flowLayoutPanel4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.flowLayoutPanel4.AutoSize = true;
     this.flowLayoutPanel4.Controls.Add(this.label3);
     this.flowLayoutPanel4.Controls.Add(this.button8);
     this.flowLayoutPanel4.Controls.Add(this.button9);
     this.flowLayoutPanel4.Controls.Add(this.button10);
     this.flowLayoutPanel4.Controls.Add(this.button11);
     this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel4.Location      = new System.Drawing.Point(177, 3);
     this.flowLayoutPanel4.Name          = "flowLayoutPanel4";
     this.flowLayoutPanel4.Size          = new System.Drawing.Size(87, 139);
     this.flowLayoutPanel4.TabIndex      = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 15);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Operations";
     //
     // button8
     //
     this.button8.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button8.AutoSize = true;
     this.button8.Location = new System.Drawing.Point(6, 18);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(75, 25);
     this.button8.TabIndex = 1;
     this.button8.Text     = "Distribute";
     this.button8.UseVisualStyleBackColor = true;
     //
     // button9
     //
     this.button9.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button9.AutoSize = true;
     this.button9.Location = new System.Drawing.Point(6, 49);
     this.button9.Name     = "button9";
     this.button9.Size     = new System.Drawing.Size(75, 25);
     this.button9.TabIndex = 2;
     this.button9.Text     = "Square";
     this.button9.UseVisualStyleBackColor = true;
     //
     // button10
     //
     this.button10.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button10.AutoSize = true;
     this.button10.Location = new System.Drawing.Point(3, 80);
     this.button10.Name     = "button10";
     this.button10.Size     = new System.Drawing.Size(81, 25);
     this.button10.TabIndex = 3;
     this.button10.Text     = "Square Root";
     this.button10.UseVisualStyleBackColor = true;
     //
     // button11
     //
     this.button11.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.button11.AutoSize = true;
     this.button11.Location = new System.Drawing.Point(6, 111);
     this.button11.Name     = "button11";
     this.button11.Size     = new System.Drawing.Size(75, 25);
     this.button11.TabIndex = 4;
     this.button11.Text     = "Logarithm";
     this.button11.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textBox1);
     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(552, 35);
     this.panel1.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(208, 6);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 23);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text     = "2";
     this.textBox1.Visible  = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(552, 433);
     this.Controls.Add(this.splitContainer1);
     this.Name = "Form1";
     this.Text = "Primer";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     this.flowLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel3.PerformLayout();
     this.flowLayoutPanel4.ResumeLayout(false);
     this.flowLayoutPanel4.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PicQueryForm));
     this.queryBtn = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.timeEdit1 = new DevExpress.XtraEditors.TimeEdit();
     this.timeEdit2 = new DevExpress.XtraEditors.TimeEdit();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.bestPicListView = new System.Windows.Forms.ListView();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.pictureBoxFace = new System.Windows.Forms.PictureBox();
     this.labelCaptureLoc = new System.Windows.Forms.Label();
     this.labelCaptureTime = new System.Windows.Forms.Label();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.axVLCPlugin21 = new AxAXVLC.AxVLCPlugin2();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.pictureBoxWholeImg = new System.Windows.Forms.PictureBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonFirstPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonPrePage = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonNextPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonLastPage = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabelCurPage = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxPageSize = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonPlayVideo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit2.Properties)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWholeImg)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // queryBtn
     //
     this.queryBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.queryBtn.Location = new System.Drawing.Point(724, 26);
     this.queryBtn.Name = "queryBtn";
     this.queryBtn.Size = new System.Drawing.Size(86, 23);
     this.queryBtn.TabIndex = 0;
     this.queryBtn.Text = "查询";
     this.queryBtn.UseVisualStyleBackColor = true;
     this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "监控点";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(184, 31);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(23, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "从:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(470, 31);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(23, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "到:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(85, 27);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(73, 20);
     this.comboBox1.TabIndex = 4;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(209, 27);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(129, 21);
     this.dateTimePicker1.TabIndex = 5;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(498, 27);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(129, 21);
     this.dateTimePicker2.TabIndex = 6;
     //
     // timeEdit1
     //
     this.timeEdit1.EditValue = new System.DateTime(2009, 5, 7, 0, 0, 0, 0);
     this.timeEdit1.Location = new System.Drawing.Point(344, 27);
     this.timeEdit1.Name = "timeEdit1";
     this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeEdit1.Size = new System.Drawing.Size(75, 23);
     this.timeEdit1.TabIndex = 7;
     //
     // timeEdit2
     //
     this.timeEdit2.EditValue = new System.DateTime(2009, 5, 7, 0, 0, 0, 0);
     this.timeEdit2.Location = new System.Drawing.Point(633, 27);
     this.timeEdit2.Name = "timeEdit2";
     this.timeEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeEdit2.Size = new System.Drawing.Size(71, 23);
     this.timeEdit2.TabIndex = 8;
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(80, 60);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList2
     //
     this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList2.ImageSize = new System.Drawing.Size(80, 60);
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     //
     // bestPicListView
     //
     this.bestPicListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.bestPicListView.AutoArrange = false;
     this.bestPicListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bestPicListView.HideSelection = false;
     this.bestPicListView.Location = new System.Drawing.Point(0, 27);
     this.bestPicListView.MultiSelect = false;
     this.bestPicListView.Name = "bestPicListView";
     this.bestPicListView.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.bestPicListView.Size = new System.Drawing.Size(840, 256);
     this.bestPicListView.TabIndex = 10;
     this.bestPicListView.UseCompatibleStateImageBehavior = false;
     this.bestPicListView.ItemActivate += new System.EventHandler(this.bestPicListView_ItemActivate);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.comboBox1);
     this.groupBox3.Controls.Add(this.queryBtn);
     this.groupBox3.Controls.Add(this.dateTimePicker1);
     this.groupBox3.Controls.Add(this.dateTimePicker2);
     this.groupBox3.Controls.Add(this.timeEdit1);
     this.groupBox3.Controls.Add(this.timeEdit2);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(840, 70);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "查询条件";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.layoutControl1);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(184, 185);
     this.groupBox4.TabIndex = 19;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "放大显示";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.pictureBoxFace);
     this.layoutControl1.Controls.Add(this.labelCaptureLoc);
     this.layoutControl1.Controls.Add(this.labelCaptureTime);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 17);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(178, 165);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // pictureBoxFace
     //
     this.pictureBoxFace.Location = new System.Drawing.Point(7, 7);
     this.pictureBoxFace.Name = "pictureBoxFace";
     this.pictureBoxFace.Size = new System.Drawing.Size(164, 86);
     this.pictureBoxFace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxFace.TabIndex = 19;
     this.pictureBoxFace.TabStop = false;
     //
     // labelCaptureLoc
     //
     this.labelCaptureLoc.Location = new System.Drawing.Point(7, 103);
     this.labelCaptureLoc.Name = "labelCaptureLoc";
     this.labelCaptureLoc.Size = new System.Drawing.Size(164, 22);
     this.labelCaptureLoc.TabIndex = 17;
     this.labelCaptureLoc.Text = "抓拍地点:";
     this.labelCaptureLoc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCaptureTime
     //
     this.labelCaptureTime.Location = new System.Drawing.Point(7, 135);
     this.labelCaptureTime.Name = "labelCaptureTime";
     this.labelCaptureTime.Size = new System.Drawing.Size(164, 23);
     this.labelCaptureTime.TabIndex = 18;
     this.labelCaptureTime.Text = "抓拍时间:";
     this.labelCaptureTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup1.Size = new System.Drawing.Size(178, 165);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.labelCaptureTime;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 128);
     this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 33);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(31, 33);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(174, 33);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.labelCaptureLoc;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 96);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 32);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(31, 32);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(174, 32);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.pictureBoxFace;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(174, 96);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 70);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.bestPicListView);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer1.Size = new System.Drawing.Size(840, 472);
     this.splitContainer1.SplitterDistance = 185;
     this.splitContainer1.TabIndex = 20;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.groupBox4);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer2.Panel2.Controls.Add(this.splitter1);
     this.splitContainer2.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer2.Size = new System.Drawing.Size(840, 185);
     this.splitContainer2.SplitterDistance = 184;
     this.splitContainer2.TabIndex = 21;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.axVLCPlugin21);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(442, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(210, 185);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "视频";
     //
     // axVLCPlugin21
     //
     this.axVLCPlugin21.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axVLCPlugin21.Enabled = true;
     this.axVLCPlugin21.Location = new System.Drawing.Point(3, 17);
     this.axVLCPlugin21.Name = "axVLCPlugin21";
     this.axVLCPlugin21.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axVLCPlugin21.OcxState")));
     this.axVLCPlugin21.Size = new System.Drawing.Size(204, 165);
     this.axVLCPlugin21.TabIndex = 31;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(439, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 185);
     this.splitter1.TabIndex = 18;
     this.splitter1.TabStop = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pictureBoxWholeImg);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(439, 185);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "全身像";
     //
     // pictureBoxWholeImg
     //
     this.pictureBoxWholeImg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxWholeImg.Location = new System.Drawing.Point(3, 17);
     this.pictureBoxWholeImg.Name = "pictureBoxWholeImg";
     this.pictureBoxWholeImg.Size = new System.Drawing.Size(433, 165);
     this.pictureBoxWholeImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxWholeImg.TabIndex = 16;
     this.pictureBoxWholeImg.TabStop = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonFirstPage,
     this.toolStripButtonPrePage,
     this.toolStripButtonNextPage,
     this.toolStripButtonLastPage,
     this.toolStripLabelCurPage,
     this.toolStripComboBoxPageSize,
     this.toolStripLabel1,
     this.toolStripSeparator2,
     this.toolStripButtonPlayVideo,
     this.toolStripSeparator1,
     this.saveToolStripButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(840, 27);
     this.toolStrip1.TabIndex = 13;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButtonFirstPage
     //
     this.toolStripButtonFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFirstPage.Image")));
     this.toolStripButtonFirstPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFirstPage.Name = "toolStripButtonFirstPage";
     this.toolStripButtonFirstPage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonFirstPage.Text = "首页";
     this.toolStripButtonFirstPage.Click += new System.EventHandler(this.toolStripButtonFirstPage_Click);
     //
     // toolStripButtonPrePage
     //
     this.toolStripButtonPrePage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrePage.Image")));
     this.toolStripButtonPrePage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPrePage.Name = "toolStripButtonPrePage";
     this.toolStripButtonPrePage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonPrePage.Text = "上页";
     this.toolStripButtonPrePage.Click += new System.EventHandler(this.toolStripButtonPrePage_Click);
     //
     // toolStripButtonNextPage
     //
     this.toolStripButtonNextPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextPage.Image")));
     this.toolStripButtonNextPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNextPage.Name = "toolStripButtonNextPage";
     this.toolStripButtonNextPage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonNextPage.Text = "下页";
     this.toolStripButtonNextPage.Click += new System.EventHandler(this.toolStripButtonNextPage_Click);
     //
     // toolStripButtonLastPage
     //
     this.toolStripButtonLastPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLastPage.Image")));
     this.toolStripButtonLastPage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonLastPage.Name = "toolStripButtonLastPage";
     this.toolStripButtonLastPage.Size = new System.Drawing.Size(55, 24);
     this.toolStripButtonLastPage.Text = "末页";
     this.toolStripButtonLastPage.Click += new System.EventHandler(this.toolStripButtonLastPage_Click);
     //
     // toolStripLabelCurPage
     //
     this.toolStripLabelCurPage.Name = "toolStripLabelCurPage";
     this.toolStripLabelCurPage.Size = new System.Drawing.Size(57, 24);
     this.toolStripLabelCurPage.Text = "第1/1页";
     //
     // toolStripComboBoxPageSize
     //
     this.toolStripComboBoxPageSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxPageSize.Items.AddRange(new object[] {
     "20",
     "30",
     "40",
     "50"});
     this.toolStripComboBoxPageSize.Name = "toolStripComboBoxPageSize";
     this.toolStripComboBoxPageSize.Size = new System.Drawing.Size(121, 27);
     this.toolStripComboBoxPageSize.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxPageSize_SelectedIndexChanged);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(41, 24);
     this.toolStripLabel1.Text = "张/页";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // toolStripButtonPlayVideo
     //
     this.toolStripButtonPlayVideo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPlayVideo.Image")));
     this.toolStripButtonPlayVideo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPlayVideo.Name = "toolStripButtonPlayVideo";
     this.toolStripButtonPlayVideo.Size = new System.Drawing.Size(81, 24);
     this.toolStripButtonPlayVideo.Text = "相关视频";
     this.toolStripButtonPlayVideo.Click += new System.EventHandler(this.toolStripButtonPlayVideo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(97, 24);
     this.saveToolStripButton.Text = "保存图片(&S)";
     this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
     //
     // PicQueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(840, 542);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.groupBox3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "PicQueryForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "搜索图片";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.PicQueryForm_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PicQueryForm_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit2.Properties)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWholeImg)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.authoPanel = new System.Windows.Forms.SplitContainer();
     this.panel2 = new System.Windows.Forms.Panel();
     this.bg = new System.Windows.Forms.GroupBox();
     this.system = new System.Windows.Forms.Panel();
     this.label13 = new System.Windows.Forms.Label();
     this.bSystem = new System.Windows.Forms.CheckBox();
     this.b52 = new System.Windows.Forms.CheckBox();
     this.b51 = new System.Windows.Forms.CheckBox();
     this.stock = new System.Windows.Forms.Panel();
     this.label12 = new System.Windows.Forms.Label();
     this.b47 = new System.Windows.Forms.CheckBox();
     this.bStock = new System.Windows.Forms.CheckBox();
     this.b48 = new System.Windows.Forms.CheckBox();
     this.b49 = new System.Windows.Forms.CheckBox();
     this.b46 = new System.Windows.Forms.CheckBox();
     this.b45 = new System.Windows.Forms.CheckBox();
     this.b44 = new System.Windows.Forms.CheckBox();
     this.b43 = new System.Windows.Forms.CheckBox();
     this.b42 = new System.Windows.Forms.CheckBox();
     this.b41 = new System.Windows.Forms.CheckBox();
     this.document = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.b36 = new System.Windows.Forms.CheckBox();
     this.bDocument = new System.Windows.Forms.CheckBox();
     this.b37 = new System.Windows.Forms.CheckBox();
     this.b35 = new System.Windows.Forms.CheckBox();
     this.b34 = new System.Windows.Forms.CheckBox();
     this.checkBox12 = new System.Windows.Forms.CheckBox();
     this.b33 = new System.Windows.Forms.CheckBox();
     this.b32 = new System.Windows.Forms.CheckBox();
     this.b31 = new System.Windows.Forms.CheckBox();
     this.card = new System.Windows.Forms.Panel();
     this.label10 = new System.Windows.Forms.Label();
     this.b25 = new System.Windows.Forms.CheckBox();
     this.bMemberM = new System.Windows.Forms.CheckBox();
     this.b26 = new System.Windows.Forms.CheckBox();
     this.b24 = new System.Windows.Forms.CheckBox();
     this.b23 = new System.Windows.Forms.CheckBox();
     this.b22 = new System.Windows.Forms.CheckBox();
     this.b21 = new System.Windows.Forms.CheckBox();
     this.table = new System.Windows.Forms.Panel();
     this.label8 = new System.Windows.Forms.Label();
     this.b17 = new System.Windows.Forms.CheckBox();
     this.bTable = new System.Windows.Forms.CheckBox();
     this.b18 = new System.Windows.Forms.CheckBox();
     this.b19 = new System.Windows.Forms.CheckBox();
     this.checkBox9 = new System.Windows.Forms.CheckBox();
     this.checkBox7 = new System.Windows.Forms.CheckBox();
     this.b16 = new System.Windows.Forms.CheckBox();
     this.b15 = new System.Windows.Forms.CheckBox();
     this.b14 = new System.Windows.Forms.CheckBox();
     this.b20 = new System.Windows.Forms.CheckBox();
     this.b13 = new System.Windows.Forms.CheckBox();
     this.b12 = new System.Windows.Forms.CheckBox();
     this.b11 = new System.Windows.Forms.CheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cBack = new System.Windows.Forms.CheckBox();
     this.rp = new System.Windows.Forms.GroupBox();
     this.member = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.checkBox13 = new System.Windows.Forms.CheckBox();
     this.c34 = new System.Windows.Forms.CheckBox();
     this.checkBox20 = new System.Windows.Forms.CheckBox();
     this.c33 = new System.Windows.Forms.CheckBox();
     this.cMember = new System.Windows.Forms.CheckBox();
     this.checkBox6 = new System.Windows.Forms.CheckBox();
     this.c32 = new System.Windows.Forms.CheckBox();
     this.c31 = new System.Windows.Forms.CheckBox();
     this.all = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.checkBox15 = new System.Windows.Forms.CheckBox();
     this.checkBox10 = new System.Windows.Forms.CheckBox();
     this.checkBox16 = new System.Windows.Forms.CheckBox();
     this.checkBox17 = new System.Windows.Forms.CheckBox();
     this.checkBox18 = new System.Windows.Forms.CheckBox();
     this.checkBox21 = new System.Windows.Forms.CheckBox();
     this.checkBox19 = new System.Windows.Forms.CheckBox();
     this.pay = new System.Windows.Forms.Panel();
     this.checkBox14 = new System.Windows.Forms.CheckBox();
     this.label5 = new System.Windows.Forms.Label();
     this.c26 = new System.Windows.Forms.CheckBox();
     this.c25 = new System.Windows.Forms.CheckBox();
     this.cPay = new System.Windows.Forms.CheckBox();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.c22 = new System.Windows.Forms.CheckBox();
     this.c21 = new System.Windows.Forms.CheckBox();
     this.order = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.checkBox4 = new System.Windows.Forms.CheckBox();
     this.checkBox11 = new System.Windows.Forms.CheckBox();
     this.checkBox8 = new System.Windows.Forms.CheckBox();
     this.seat = new System.Windows.Forms.Panel();
     this.label14 = new System.Windows.Forms.Label();
     this.cSeatChange = new System.Windows.Forms.CheckBox();
     this.cSeat = new System.Windows.Forms.CheckBox();
     this.cSeatCancel = new System.Windows.Forms.CheckBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.cSeatOpen = new System.Windows.Forms.CheckBox();
     this.label15 = new System.Windows.Forms.Label();
     this.cReception = new System.Windows.Forms.CheckBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ComboDeparts = new System.Windows.Forms.ComboBox();
     this.ComboJobList = new System.Windows.Forms.ComboBox();
     this.ip = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.note = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.name = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.id = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cancelBtn = new System.Windows.Forms.Button();
     this.okBtn = new System.Windows.Forms.Button();
     this.checkBox22 = new System.Windows.Forms.CheckBox();
     this.authoPanel.Panel1.SuspendLayout();
     this.authoPanel.Panel2.SuspendLayout();
     this.authoPanel.SuspendLayout();
     this.panel2.SuspendLayout();
     this.bg.SuspendLayout();
     this.system.SuspendLayout();
     this.stock.SuspendLayout();
     this.document.SuspendLayout();
     this.card.SuspendLayout();
     this.table.SuspendLayout();
     this.rp.SuspendLayout();
     this.member.SuspendLayout();
     this.all.SuspendLayout();
     this.pay.SuspendLayout();
     this.order.SuspendLayout();
     this.seat.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // authoPanel
     //
     this.authoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.authoPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.authoPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.authoPanel.IsSplitterFixed = true;
     this.authoPanel.Location = new System.Drawing.Point(0, 0);
     this.authoPanel.Margin = new System.Windows.Forms.Padding(4);
     this.authoPanel.Name = "authoPanel";
     this.authoPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // authoPanel.Panel1
     //
     this.authoPanel.Panel1.Controls.Add(this.panel2);
     this.authoPanel.Panel1.Controls.Add(this.panel1);
     //
     // authoPanel.Panel2
     //
     this.authoPanel.Panel2.Controls.Add(this.cancelBtn);
     this.authoPanel.Panel2.Controls.Add(this.okBtn);
     this.authoPanel.Panel2.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.authoPanel.Size = new System.Drawing.Size(1362, 685);
     this.authoPanel.SplitterDistance = 637;
     this.authoPanel.SplitterWidth = 1;
     this.authoPanel.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.bg);
     this.panel2.Controls.Add(this.rp);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1360, 554);
     this.panel2.TabIndex = 1;
     //
     // bg
     //
     this.bg.Controls.Add(this.system);
     this.bg.Controls.Add(this.stock);
     this.bg.Controls.Add(this.document);
     this.bg.Controls.Add(this.card);
     this.bg.Controls.Add(this.table);
     this.bg.Controls.Add(this.label9);
     this.bg.Controls.Add(this.cBack);
     this.bg.Location = new System.Drawing.Point(440, 6);
     this.bg.Name = "bg";
     this.bg.Size = new System.Drawing.Size(817, 519);
     this.bg.TabIndex = 2;
     this.bg.TabStop = false;
     this.bg.Text = "后台权限";
     //
     // system
     //
     this.system.Controls.Add(this.label13);
     this.system.Controls.Add(this.bSystem);
     this.system.Controls.Add(this.b52);
     this.system.Controls.Add(this.b51);
     this.system.Dock = System.Windows.Forms.DockStyle.Top;
     this.system.Location = new System.Drawing.Point(3, 422);
     this.system.Name = "system";
     this.system.Size = new System.Drawing.Size(811, 31);
     this.system.TabIndex = 49;
     //
     // label13
     //
     this.label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label13.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label13.Location = new System.Drawing.Point(0, 29);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(811, 2);
     this.label13.TabIndex = 11;
     //
     // bSystem
     //
     this.bSystem.AutoSize = true;
     this.bSystem.Location = new System.Drawing.Point(24, 5);
     this.bSystem.Name = "bSystem";
     this.bSystem.Size = new System.Drawing.Size(91, 20);
     this.bSystem.TabIndex = 10;
     this.bSystem.Text = "系统管理";
     this.bSystem.UseVisualStyleBackColor = true;
     //
     // b52
     //
     this.b52.AutoSize = true;
     this.b52.Location = new System.Drawing.Point(346, 5);
     this.b52.Name = "b52";
     this.b52.Size = new System.Drawing.Size(91, 20);
     this.b52.TabIndex = 9;
     this.b52.Text = "数据优化";
     this.b52.UseVisualStyleBackColor = true;
     //
     // b51
     //
     this.b51.AutoSize = true;
     this.b51.Location = new System.Drawing.Point(171, 5);
     this.b51.Name = "b51";
     this.b51.Size = new System.Drawing.Size(91, 20);
     this.b51.TabIndex = 8;
     this.b51.Text = "系统设置";
     this.b51.UseVisualStyleBackColor = true;
     //
     // stock
     //
     this.stock.Controls.Add(this.label12);
     this.stock.Controls.Add(this.b47);
     this.stock.Controls.Add(this.bStock);
     this.stock.Controls.Add(this.b48);
     this.stock.Controls.Add(this.b49);
     this.stock.Controls.Add(this.b46);
     this.stock.Controls.Add(this.b45);
     this.stock.Controls.Add(this.b44);
     this.stock.Controls.Add(this.b43);
     this.stock.Controls.Add(this.b42);
     this.stock.Controls.Add(this.b41);
     this.stock.Dock = System.Windows.Forms.DockStyle.Top;
     this.stock.Location = new System.Drawing.Point(3, 322);
     this.stock.Name = "stock";
     this.stock.Size = new System.Drawing.Size(811, 100);
     this.stock.TabIndex = 48;
     //
     // label12
     //
     this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label12.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label12.Location = new System.Drawing.Point(0, 98);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(811, 2);
     this.label12.TabIndex = 28;
     //
     // b47
     //
     this.b47.AutoSize = true;
     this.b47.Location = new System.Drawing.Point(171, 70);
     this.b47.Name = "b47";
     this.b47.Size = new System.Drawing.Size(91, 20);
     this.b47.TabIndex = 24;
     this.b47.Text = "盘点清册";
     this.b47.UseVisualStyleBackColor = true;
     //
     // bStock
     //
     this.bStock.AutoSize = true;
     this.bStock.Location = new System.Drawing.Point(24, 40);
     this.bStock.Name = "bStock";
     this.bStock.Size = new System.Drawing.Size(91, 20);
     this.bStock.TabIndex = 23;
     this.bStock.Text = "仓库管理";
     this.bStock.UseVisualStyleBackColor = true;
     //
     // b48
     //
     this.b48.AutoSize = true;
     this.b48.Location = new System.Drawing.Point(346, 70);
     this.b48.Name = "b48";
     this.b48.Size = new System.Drawing.Size(91, 20);
     this.b48.TabIndex = 25;
     this.b48.Text = "盘点调整";
     this.b48.UseVisualStyleBackColor = true;
     //
     // b49
     //
     this.b49.AutoSize = true;
     this.b49.Location = new System.Drawing.Point(489, 70);
     this.b49.Name = "b49";
     this.b49.Size = new System.Drawing.Size(91, 20);
     this.b49.TabIndex = 27;
     this.b49.Text = "应付账款";
     this.b49.UseVisualStyleBackColor = true;
     //
     // b46
     //
     this.b46.AutoSize = true;
     this.b46.Location = new System.Drawing.Point(489, 40);
     this.b46.Name = "b46";
     this.b46.Size = new System.Drawing.Size(91, 20);
     this.b46.TabIndex = 26;
     this.b46.Text = "调货补货";
     this.b46.UseVisualStyleBackColor = true;
     //
     // b45
     //
     this.b45.AutoSize = true;
     this.b45.Location = new System.Drawing.Point(346, 40);
     this.b45.Name = "b45";
     this.b45.Size = new System.Drawing.Size(91, 20);
     this.b45.TabIndex = 19;
     this.b45.Text = "现有库存";
     this.b45.UseVisualStyleBackColor = true;
     //
     // b44
     //
     this.b44.AutoSize = true;
     this.b44.Location = new System.Drawing.Point(171, 40);
     this.b44.Name = "b44";
     this.b44.Size = new System.Drawing.Size(91, 20);
     this.b44.TabIndex = 18;
     this.b44.Text = "进货入库";
     this.b44.UseVisualStyleBackColor = true;
     //
     // b43
     //
     this.b43.AutoSize = true;
     this.b43.Location = new System.Drawing.Point(489, 10);
     this.b43.Name = "b43";
     this.b43.Size = new System.Drawing.Size(107, 20);
     this.b43.TabIndex = 20;
     this.b43.Text = "供应商管理";
     this.b43.UseVisualStyleBackColor = true;
     //
     // b42
     //
     this.b42.AutoSize = true;
     this.b42.Location = new System.Drawing.Point(346, 10);
     this.b42.Name = "b42";
     this.b42.Size = new System.Drawing.Size(91, 20);
     this.b42.TabIndex = 22;
     this.b42.Text = "仓库设定";
     this.b42.UseVisualStyleBackColor = true;
     //
     // b41
     //
     this.b41.AutoSize = true;
     this.b41.Location = new System.Drawing.Point(171, 10);
     this.b41.Name = "b41";
     this.b41.Size = new System.Drawing.Size(91, 20);
     this.b41.TabIndex = 21;
     this.b41.Text = "库存参数";
     this.b41.UseVisualStyleBackColor = true;
     //
     // document
     //
     this.document.Controls.Add(this.label11);
     this.document.Controls.Add(this.b36);
     this.document.Controls.Add(this.bDocument);
     this.document.Controls.Add(this.b37);
     this.document.Controls.Add(this.b35);
     this.document.Controls.Add(this.b34);
     this.document.Controls.Add(this.checkBox12);
     this.document.Controls.Add(this.b33);
     this.document.Controls.Add(this.b32);
     this.document.Controls.Add(this.b31);
     this.document.Dock = System.Windows.Forms.DockStyle.Top;
     this.document.Location = new System.Drawing.Point(3, 222);
     this.document.Name = "document";
     this.document.Size = new System.Drawing.Size(811, 100);
     this.document.TabIndex = 47;
     //
     // label11
     //
     this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label11.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label11.Location = new System.Drawing.Point(0, 98);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(811, 2);
     this.label11.TabIndex = 34;
     //
     // b36
     //
     this.b36.AutoSize = true;
     this.b36.Location = new System.Drawing.Point(171, 70);
     this.b36.Name = "b36";
     this.b36.Size = new System.Drawing.Size(91, 20);
     this.b36.TabIndex = 31;
     this.b36.Text = "员工管理";
     this.b36.UseVisualStyleBackColor = true;
     //
     // bDocument
     //
     this.bDocument.AutoSize = true;
     this.bDocument.Location = new System.Drawing.Point(24, 40);
     this.bDocument.Name = "bDocument";
     this.bDocument.Size = new System.Drawing.Size(123, 20);
     this.bDocument.TabIndex = 30;
     this.bDocument.Text = "基础档案管理";
     this.bDocument.UseVisualStyleBackColor = true;
     //
     // b37
     //
     this.b37.AutoSize = true;
     this.b37.Location = new System.Drawing.Point(346, 70);
     this.b37.Name = "b37";
     this.b37.Size = new System.Drawing.Size(91, 20);
     this.b37.TabIndex = 33;
     this.b37.Text = "套餐管理";
     this.b37.UseVisualStyleBackColor = true;
     //
     // b35
     //
     this.b35.AutoSize = true;
     this.b35.Location = new System.Drawing.Point(346, 40);
     this.b35.Name = "b35";
     this.b35.Size = new System.Drawing.Size(91, 20);
     this.b35.TabIndex = 32;
     this.b35.Text = "客房管理";
     this.b35.UseVisualStyleBackColor = true;
     //
     // b34
     //
     this.b34.AutoSize = true;
     this.b34.Location = new System.Drawing.Point(171, 40);
     this.b34.Name = "b34";
     this.b34.Size = new System.Drawing.Size(123, 20);
     this.b34.TabIndex = 27;
     this.b34.Text = "项目档案管理";
     this.b34.UseVisualStyleBackColor = true;
     //
     // checkBox12
     //
     this.checkBox12.AutoSize = true;
     this.checkBox12.Location = new System.Drawing.Point(489, 40);
     this.checkBox12.Name = "checkBox12";
     this.checkBox12.Size = new System.Drawing.Size(91, 20);
     this.checkBox12.TabIndex = 26;
     this.checkBox12.Text = "权限管理";
     this.checkBox12.UseVisualStyleBackColor = true;
     //
     // b33
     //
     this.b33.AutoSize = true;
     this.b33.Location = new System.Drawing.Point(489, 10);
     this.b33.Name = "b33";
     this.b33.Size = new System.Drawing.Size(91, 20);
     this.b33.TabIndex = 26;
     this.b33.Text = "客户管理";
     this.b33.UseVisualStyleBackColor = true;
     //
     // b32
     //
     this.b32.AutoSize = true;
     this.b32.Location = new System.Drawing.Point(346, 10);
     this.b32.Name = "b32";
     this.b32.Size = new System.Drawing.Size(91, 20);
     this.b32.TabIndex = 29;
     this.b32.Text = "券类管理";
     this.b32.UseVisualStyleBackColor = true;
     //
     // b31
     //
     this.b31.AutoSize = true;
     this.b31.Location = new System.Drawing.Point(171, 10);
     this.b31.Name = "b31";
     this.b31.Size = new System.Drawing.Size(91, 20);
     this.b31.TabIndex = 28;
     this.b31.Text = "手牌管理";
     this.b31.UseVisualStyleBackColor = true;
     //
     // card
     //
     this.card.Controls.Add(this.label10);
     this.card.Controls.Add(this.b25);
     this.card.Controls.Add(this.bMemberM);
     this.card.Controls.Add(this.b26);
     this.card.Controls.Add(this.b24);
     this.card.Controls.Add(this.b23);
     this.card.Controls.Add(this.b22);
     this.card.Controls.Add(this.b21);
     this.card.Dock = System.Windows.Forms.DockStyle.Top;
     this.card.Location = new System.Drawing.Point(3, 122);
     this.card.Name = "card";
     this.card.Size = new System.Drawing.Size(811, 100);
     this.card.TabIndex = 46;
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label10.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label10.Location = new System.Drawing.Point(0, 98);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(811, 2);
     this.label10.TabIndex = 40;
     //
     // b25
     //
     this.b25.AutoSize = true;
     this.b25.Location = new System.Drawing.Point(171, 70);
     this.b25.Name = "b25";
     this.b25.Size = new System.Drawing.Size(123, 20);
     this.b25.TabIndex = 37;
     this.b25.Text = "会员消费统计";
     this.b25.UseVisualStyleBackColor = true;
     //
     // bMemberM
     //
     this.bMemberM.AutoSize = true;
     this.bMemberM.Location = new System.Drawing.Point(24, 40);
     this.bMemberM.Name = "bMemberM";
     this.bMemberM.Size = new System.Drawing.Size(107, 20);
     this.bMemberM.TabIndex = 38;
     this.bMemberM.Text = "会员卡管理";
     this.bMemberM.UseVisualStyleBackColor = true;
     //
     // b26
     //
     this.b26.AutoSize = true;
     this.b26.Location = new System.Drawing.Point(346, 70);
     this.b26.Name = "b26";
     this.b26.Size = new System.Drawing.Size(171, 20);
     this.b26.TabIndex = 39;
     this.b26.Text = "会员售卡及充值统计";
     this.b26.UseVisualStyleBackColor = true;
     //
     // b24
     //
     this.b24.AutoSize = true;
     this.b24.Location = new System.Drawing.Point(346, 40);
     this.b24.Name = "b24";
     this.b24.Size = new System.Drawing.Size(91, 20);
     this.b24.TabIndex = 36;
     this.b24.Text = "会员管理";
     this.b24.UseVisualStyleBackColor = true;
     //
     // b23
     //
     this.b23.AutoSize = true;
     this.b23.Location = new System.Drawing.Point(171, 40);
     this.b23.Name = "b23";
     this.b23.Size = new System.Drawing.Size(91, 20);
     this.b23.TabIndex = 33;
     this.b23.Text = "会员分析";
     this.b23.UseVisualStyleBackColor = true;
     //
     // b22
     //
     this.b22.AutoSize = true;
     this.b22.Location = new System.Drawing.Point(346, 10);
     this.b22.Name = "b22";
     this.b22.Size = new System.Drawing.Size(91, 20);
     this.b22.TabIndex = 34;
     this.b22.Text = "优惠方案";
     this.b22.UseVisualStyleBackColor = true;
     //
     // b21
     //
     this.b21.AutoSize = true;
     this.b21.Location = new System.Drawing.Point(171, 10);
     this.b21.Name = "b21";
     this.b21.Size = new System.Drawing.Size(139, 20);
     this.b21.TabIndex = 35;
     this.b21.Text = "会员卡参数设置";
     this.b21.UseVisualStyleBackColor = true;
     //
     // table
     //
     this.table.Controls.Add(this.label8);
     this.table.Controls.Add(this.b17);
     this.table.Controls.Add(this.bTable);
     this.table.Controls.Add(this.b18);
     this.table.Controls.Add(this.b19);
     this.table.Controls.Add(this.checkBox9);
     this.table.Controls.Add(this.checkBox7);
     this.table.Controls.Add(this.b16);
     this.table.Controls.Add(this.b15);
     this.table.Controls.Add(this.b14);
     this.table.Controls.Add(this.b20);
     this.table.Controls.Add(this.b13);
     this.table.Controls.Add(this.b12);
     this.table.Controls.Add(this.b11);
     this.table.Dock = System.Windows.Forms.DockStyle.Top;
     this.table.Location = new System.Drawing.Point(3, 22);
     this.table.Name = "table";
     this.table.Size = new System.Drawing.Size(811, 100);
     this.table.TabIndex = 45;
     //
     // label8
     //
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label8.Location = new System.Drawing.Point(0, 98);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(811, 2);
     this.label8.TabIndex = 55;
     //
     // b17
     //
     this.b17.AutoSize = true;
     this.b17.Location = new System.Drawing.Point(171, 70);
     this.b17.Name = "b17";
     this.b17.Size = new System.Drawing.Size(139, 20);
     this.b17.TabIndex = 51;
     this.b17.Text = "收银员收款统计";
     this.b17.UseVisualStyleBackColor = true;
     //
     // bTable
     //
     this.bTable.AutoSize = true;
     this.bTable.Location = new System.Drawing.Point(24, 40);
     this.bTable.Name = "bTable";
     this.bTable.Size = new System.Drawing.Size(91, 20);
     this.bTable.TabIndex = 50;
     this.bTable.Text = "报表查询";
     this.bTable.UseVisualStyleBackColor = true;
     //
     // b18
     //
     this.b18.AutoSize = true;
     this.b18.Location = new System.Drawing.Point(346, 70);
     this.b18.Name = "b18";
     this.b18.Size = new System.Drawing.Size(123, 20);
     this.b18.TabIndex = 52;
     this.b18.Text = "收银单据查询";
     this.b18.UseVisualStyleBackColor = true;
     //
     // b19
     //
     this.b19.AutoSize = true;
     this.b19.Location = new System.Drawing.Point(489, 70);
     this.b19.Name = "b19";
     this.b19.Size = new System.Drawing.Size(75, 20);
     this.b19.TabIndex = 54;
     this.b19.Text = "月报表";
     this.b19.UseVisualStyleBackColor = true;
     //
     // checkBox9
     //
     this.checkBox9.AutoSize = true;
     this.checkBox9.Location = new System.Drawing.Point(664, 71);
     this.checkBox9.Name = "checkBox9";
     this.checkBox9.Size = new System.Drawing.Size(123, 20);
     this.checkBox9.TabIndex = 53;
     this.checkBox9.Text = "往来单位账目";
     this.checkBox9.UseVisualStyleBackColor = true;
     //
     // checkBox7
     //
     this.checkBox7.AutoSize = true;
     this.checkBox7.Location = new System.Drawing.Point(664, 40);
     this.checkBox7.Name = "checkBox7";
     this.checkBox7.Size = new System.Drawing.Size(91, 20);
     this.checkBox7.TabIndex = 53;
     this.checkBox7.Text = "支出统计";
     this.checkBox7.UseVisualStyleBackColor = true;
     //
     // b16
     //
     this.b16.AutoSize = true;
     this.b16.Location = new System.Drawing.Point(489, 40);
     this.b16.Name = "b16";
     this.b16.Size = new System.Drawing.Size(107, 20);
     this.b16.TabIndex = 53;
     this.b16.Text = "退免单汇总";
     this.b16.UseVisualStyleBackColor = true;
     //
     // b15
     //
     this.b15.AutoSize = true;
     this.b15.Location = new System.Drawing.Point(346, 40);
     this.b15.Name = "b15";
     this.b15.Size = new System.Drawing.Size(91, 20);
     this.b15.TabIndex = 49;
     this.b15.Text = "营业报表";
     this.b15.UseVisualStyleBackColor = true;
     //
     // b14
     //
     this.b14.AutoSize = true;
     this.b14.Location = new System.Drawing.Point(171, 40);
     this.b14.Name = "b14";
     this.b14.Size = new System.Drawing.Size(107, 20);
     this.b14.TabIndex = 45;
     this.b14.Text = "信用卡统计";
     this.b14.UseVisualStyleBackColor = true;
     //
     // b20
     //
     this.b20.AutoSize = true;
     this.b20.Location = new System.Drawing.Point(664, 10);
     this.b20.Name = "b20";
     this.b20.Size = new System.Drawing.Size(91, 20);
     this.b20.TabIndex = 44;
     this.b20.Text = "项目报表";
     this.b20.UseVisualStyleBackColor = true;
     //
     // b13
     //
     this.b13.AutoSize = true;
     this.b13.Location = new System.Drawing.Point(489, 10);
     this.b13.Name = "b13";
     this.b13.Size = new System.Drawing.Size(123, 20);
     this.b13.TabIndex = 46;
     this.b13.Text = "手工打折汇总";
     this.b13.UseVisualStyleBackColor = true;
     //
     // b12
     //
     this.b12.AutoSize = true;
     this.b12.Location = new System.Drawing.Point(346, 10);
     this.b12.Name = "b12";
     this.b12.Size = new System.Drawing.Size(91, 20);
     this.b12.TabIndex = 48;
     this.b12.Text = "提成统计";
     this.b12.UseVisualStyleBackColor = true;
     //
     // b11
     //
     this.b11.AutoSize = true;
     this.b11.Location = new System.Drawing.Point(171, 10);
     this.b11.Name = "b11";
     this.b11.Size = new System.Drawing.Size(123, 20);
     this.b11.TabIndex = 47;
     this.b11.Text = "异常状况统计";
     this.b11.UseVisualStyleBackColor = true;
     //
     // label9
     //
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label9.Location = new System.Drawing.Point(6, 115);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(800, 2);
     this.label9.TabIndex = 44;
     this.label9.Text = "-----------------------------";
     //
     // cBack
     //
     this.cBack.AutoSize = true;
     this.cBack.Location = new System.Drawing.Point(12, 475);
     this.cBack.Name = "cBack";
     this.cBack.Size = new System.Drawing.Size(91, 20);
     this.cBack.TabIndex = 0;
     this.cBack.Text = "后台全选";
     this.cBack.UseVisualStyleBackColor = true;
     //
     // rp
     //
     this.rp.Controls.Add(this.member);
     this.rp.Controls.Add(this.all);
     this.rp.Controls.Add(this.pay);
     this.rp.Controls.Add(this.order);
     this.rp.Controls.Add(this.seat);
     this.rp.Controls.Add(this.label15);
     this.rp.Controls.Add(this.cReception);
     this.rp.Location = new System.Drawing.Point(14, 6);
     this.rp.Name = "rp";
     this.rp.Size = new System.Drawing.Size(420, 519);
     this.rp.TabIndex = 1;
     this.rp.TabStop = false;
     this.rp.Text = "前台权限";
     //
     // member
     //
     this.member.Controls.Add(this.label7);
     this.member.Controls.Add(this.checkBox13);
     this.member.Controls.Add(this.c34);
     this.member.Controls.Add(this.checkBox20);
     this.member.Controls.Add(this.c33);
     this.member.Controls.Add(this.cMember);
     this.member.Controls.Add(this.checkBox6);
     this.member.Controls.Add(this.c32);
     this.member.Controls.Add(this.c31);
     this.member.Dock = System.Windows.Forms.DockStyle.Top;
     this.member.Location = new System.Drawing.Point(3, 365);
     this.member.Name = "member";
     this.member.Size = new System.Drawing.Size(414, 88);
     this.member.TabIndex = 30;
     //
     // label7
     //
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label7.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label7.Location = new System.Drawing.Point(0, 86);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(414, 2);
     this.label7.TabIndex = 17;
     //
     // checkBox13
     //
     this.checkBox13.AutoSize = true;
     this.checkBox13.Location = new System.Drawing.Point(225, 62);
     this.checkBox13.Name = "checkBox13";
     this.checkBox13.Size = new System.Drawing.Size(59, 20);
     this.checkBox13.TabIndex = 15;
     this.checkBox13.Text = "扣卡";
     this.checkBox13.UseVisualStyleBackColor = true;
     //
     // c34
     //
     this.c34.AutoSize = true;
     this.c34.Location = new System.Drawing.Point(225, 34);
     this.c34.Name = "c34";
     this.c34.Size = new System.Drawing.Size(59, 20);
     this.c34.TabIndex = 15;
     this.c34.Text = "读卡";
     this.c34.UseVisualStyleBackColor = true;
     //
     // checkBox20
     //
     this.checkBox20.AutoSize = true;
     this.checkBox20.Location = new System.Drawing.Point(328, 6);
     this.checkBox20.Name = "checkBox20";
     this.checkBox20.Size = new System.Drawing.Size(75, 20);
     this.checkBox20.TabIndex = 16;
     this.checkBox20.Text = "卡入库";
     this.checkBox20.UseVisualStyleBackColor = true;
     //
     // c33
     //
     this.c33.AutoSize = true;
     this.c33.Location = new System.Drawing.Point(225, 6);
     this.c33.Name = "c33";
     this.c33.Size = new System.Drawing.Size(59, 20);
     this.c33.TabIndex = 16;
     this.c33.Text = "挂失";
     this.c33.UseVisualStyleBackColor = true;
     //
     // cMember
     //
     this.cMember.AutoSize = true;
     this.cMember.Location = new System.Drawing.Point(8, 34);
     this.cMember.Name = "cMember";
     this.cMember.Size = new System.Drawing.Size(107, 20);
     this.cMember.TabIndex = 14;
     this.cMember.Text = "前台会员卡";
     this.cMember.UseVisualStyleBackColor = true;
     //
     // checkBox6
     //
     this.checkBox6.AutoSize = true;
     this.checkBox6.Location = new System.Drawing.Point(122, 62);
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.Size = new System.Drawing.Size(59, 20);
     this.checkBox6.TabIndex = 12;
     this.checkBox6.Text = "补卡";
     this.checkBox6.UseVisualStyleBackColor = true;
     //
     // c32
     //
     this.c32.AutoSize = true;
     this.c32.Location = new System.Drawing.Point(122, 34);
     this.c32.Name = "c32";
     this.c32.Size = new System.Drawing.Size(59, 20);
     this.c32.TabIndex = 12;
     this.c32.Text = "充值";
     this.c32.UseVisualStyleBackColor = true;
     //
     // c31
     //
     this.c31.AutoSize = true;
     this.c31.Location = new System.Drawing.Point(122, 6);
     this.c31.Name = "c31";
     this.c31.Size = new System.Drawing.Size(59, 20);
     this.c31.TabIndex = 13;
     this.c31.Text = "售卡";
     this.c31.UseVisualStyleBackColor = true;
     //
     // all
     //
     this.all.Controls.Add(this.label6);
     this.all.Controls.Add(this.checkBox15);
     this.all.Controls.Add(this.checkBox10);
     this.all.Controls.Add(this.checkBox16);
     this.all.Controls.Add(this.checkBox17);
     this.all.Controls.Add(this.checkBox18);
     this.all.Controls.Add(this.checkBox22);
     this.all.Controls.Add(this.checkBox21);
     this.all.Controls.Add(this.checkBox19);
     this.all.Dock = System.Windows.Forms.DockStyle.Top;
     this.all.Location = new System.Drawing.Point(3, 256);
     this.all.Name = "all";
     this.all.Size = new System.Drawing.Size(414, 109);
     this.all.TabIndex = 29;
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label6.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label6.Location = new System.Drawing.Point(0, 107);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(414, 2);
     this.label6.TabIndex = 24;
     //
     // checkBox15
     //
     this.checkBox15.AutoSize = true;
     this.checkBox15.Location = new System.Drawing.Point(8, 75);
     this.checkBox15.Name = "checkBox15";
     this.checkBox15.Size = new System.Drawing.Size(91, 20);
     this.checkBox15.TabIndex = 22;
     this.checkBox15.Text = "录单汇总";
     this.checkBox15.UseVisualStyleBackColor = true;
     //
     // checkBox10
     //
     this.checkBox10.AutoSize = true;
     this.checkBox10.Location = new System.Drawing.Point(122, 75);
     this.checkBox10.Name = "checkBox10";
     this.checkBox10.Size = new System.Drawing.Size(123, 20);
     this.checkBox10.TabIndex = 23;
     this.checkBox10.Text = "营业信息查看";
     this.checkBox10.UseVisualStyleBackColor = true;
     //
     // checkBox16
     //
     this.checkBox16.AutoSize = true;
     this.checkBox16.Location = new System.Drawing.Point(122, 44);
     this.checkBox16.Name = "checkBox16";
     this.checkBox16.Size = new System.Drawing.Size(91, 20);
     this.checkBox16.TabIndex = 23;
     this.checkBox16.Text = "收银报表";
     this.checkBox16.UseVisualStyleBackColor = true;
     //
     // checkBox17
     //
     this.checkBox17.AutoSize = true;
     this.checkBox17.Location = new System.Drawing.Point(8, 13);
     this.checkBox17.Name = "checkBox17";
     this.checkBox17.Size = new System.Drawing.Size(91, 20);
     this.checkBox17.TabIndex = 18;
     this.checkBox17.Text = "技师管理";
     this.checkBox17.UseVisualStyleBackColor = true;
     //
     // checkBox18
     //
     this.checkBox18.AutoSize = true;
     this.checkBox18.Location = new System.Drawing.Point(8, 44);
     this.checkBox18.Name = "checkBox18";
     this.checkBox18.Size = new System.Drawing.Size(91, 20);
     this.checkBox18.TabIndex = 19;
     this.checkBox18.Text = "包房管理";
     this.checkBox18.UseVisualStyleBackColor = true;
     //
     // checkBox21
     //
     this.checkBox21.AutoSize = true;
     this.checkBox21.Location = new System.Drawing.Point(268, 13);
     this.checkBox21.Name = "checkBox21";
     this.checkBox21.Size = new System.Drawing.Size(91, 20);
     this.checkBox21.TabIndex = 20;
     this.checkBox21.Text = "微信赠送";
     this.checkBox21.UseVisualStyleBackColor = true;
     //
     // checkBox19
     //
     this.checkBox19.AutoSize = true;
     this.checkBox19.Location = new System.Drawing.Point(122, 13);
     this.checkBox19.Name = "checkBox19";
     this.checkBox19.Size = new System.Drawing.Size(123, 20);
     this.checkBox19.TabIndex = 20;
     this.checkBox19.Text = "收银汇总统计";
     this.checkBox19.UseVisualStyleBackColor = true;
     //
     // pay
     //
     this.pay.Controls.Add(this.checkBox14);
     this.pay.Controls.Add(this.label5);
     this.pay.Controls.Add(this.c26);
     this.pay.Controls.Add(this.c25);
     this.pay.Controls.Add(this.cPay);
     this.pay.Controls.Add(this.checkBox5);
     this.pay.Controls.Add(this.c22);
     this.pay.Controls.Add(this.c21);
     this.pay.Dock = System.Windows.Forms.DockStyle.Top;
     this.pay.Location = new System.Drawing.Point(3, 156);
     this.pay.Name = "pay";
     this.pay.Size = new System.Drawing.Size(414, 100);
     this.pay.TabIndex = 28;
     //
     // checkBox14
     //
     this.checkBox14.AutoSize = true;
     this.checkBox14.Location = new System.Drawing.Point(268, 70);
     this.checkBox14.Name = "checkBox14";
     this.checkBox14.Size = new System.Drawing.Size(91, 20);
     this.checkBox14.TabIndex = 33;
     this.checkBox14.Text = "解除警告";
     this.checkBox14.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Location = new System.Drawing.Point(0, 98);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(414, 2);
     this.label5.TabIndex = 32;
     //
     // c26
     //
     this.c26.AutoSize = true;
     this.c26.Location = new System.Drawing.Point(268, 40);
     this.c26.Name = "c26";
     this.c26.Size = new System.Drawing.Size(91, 20);
     this.c26.TabIndex = 29;
     this.c26.Text = "重新结账";
     this.c26.UseVisualStyleBackColor = true;
     //
     // c25
     //
     this.c25.AutoSize = true;
     this.c25.Location = new System.Drawing.Point(268, 10);
     this.c25.Name = "c25";
     this.c25.Size = new System.Drawing.Size(59, 20);
     this.c25.TabIndex = 30;
     this.c25.Text = "转账";
     this.c25.UseVisualStyleBackColor = true;
     //
     // cPay
     //
     this.cPay.AutoSize = true;
     this.cPay.Location = new System.Drawing.Point(9, 40);
     this.cPay.Name = "cPay";
     this.cPay.Size = new System.Drawing.Size(91, 20);
     this.cPay.TabIndex = 25;
     this.cPay.Text = "前台结账";
     this.cPay.UseVisualStyleBackColor = true;
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(122, 70);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(59, 20);
     this.checkBox5.TabIndex = 26;
     this.checkBox5.Text = "结账";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // c22
     //
     this.c22.AutoSize = true;
     this.c22.Location = new System.Drawing.Point(122, 40);
     this.c22.Name = "c22";
     this.c22.Size = new System.Drawing.Size(91, 20);
     this.c22.TabIndex = 26;
     this.c22.Text = "签字免单";
     this.c22.UseVisualStyleBackColor = true;
     //
     // c21
     //
     this.c21.AutoSize = true;
     this.c21.Location = new System.Drawing.Point(122, 10);
     this.c21.Name = "c21";
     this.c21.Size = new System.Drawing.Size(91, 20);
     this.c21.TabIndex = 27;
     this.c21.Text = "手工打折";
     this.c21.UseVisualStyleBackColor = true;
     //
     // order
     //
     this.order.Controls.Add(this.label4);
     this.order.Controls.Add(this.checkBox4);
     this.order.Controls.Add(this.checkBox11);
     this.order.Controls.Add(this.checkBox8);
     this.order.Dock = System.Windows.Forms.DockStyle.Top;
     this.order.Location = new System.Drawing.Point(3, 122);
     this.order.Name = "order";
     this.order.Size = new System.Drawing.Size(414, 34);
     this.order.TabIndex = 27;
     //
     // label4
     //
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Location = new System.Drawing.Point(0, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(414, 2);
     this.label4.TabIndex = 27;
     //
     // checkBox4
     //
     this.checkBox4.AutoSize = true;
     this.checkBox4.Location = new System.Drawing.Point(268, 7);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(59, 20);
     this.checkBox4.TabIndex = 26;
     this.checkBox4.Text = "退单";
     this.checkBox4.UseVisualStyleBackColor = true;
     //
     // checkBox11
     //
     this.checkBox11.AutoSize = true;
     this.checkBox11.Location = new System.Drawing.Point(122, 7);
     this.checkBox11.Name = "checkBox11";
     this.checkBox11.Size = new System.Drawing.Size(123, 20);
     this.checkBox11.TabIndex = 26;
     this.checkBox11.Text = "可见本人点单";
     this.checkBox11.UseVisualStyleBackColor = true;
     //
     // checkBox8
     //
     this.checkBox8.AutoSize = true;
     this.checkBox8.Location = new System.Drawing.Point(9, 7);
     this.checkBox8.Name = "checkBox8";
     this.checkBox8.Size = new System.Drawing.Size(91, 20);
     this.checkBox8.TabIndex = 26;
     this.checkBox8.Text = "完整点单";
     this.checkBox8.UseVisualStyleBackColor = true;
     //
     // seat
     //
     this.seat.Controls.Add(this.label14);
     this.seat.Controls.Add(this.cSeatChange);
     this.seat.Controls.Add(this.cSeat);
     this.seat.Controls.Add(this.cSeatCancel);
     this.seat.Controls.Add(this.checkBox3);
     this.seat.Controls.Add(this.checkBox2);
     this.seat.Controls.Add(this.checkBox1);
     this.seat.Controls.Add(this.cSeatOpen);
     this.seat.Dock = System.Windows.Forms.DockStyle.Top;
     this.seat.Location = new System.Drawing.Point(3, 22);
     this.seat.Name = "seat";
     this.seat.Size = new System.Drawing.Size(414, 100);
     this.seat.TabIndex = 26;
     //
     // label14
     //
     this.label14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label14.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label14.Location = new System.Drawing.Point(0, 98);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(414, 2);
     this.label14.TabIndex = 34;
     //
     // cSeatChange
     //
     this.cSeatChange.AutoSize = true;
     this.cSeatChange.Location = new System.Drawing.Point(122, 71);
     this.cSeatChange.Name = "cSeatChange";
     this.cSeatChange.Size = new System.Drawing.Size(91, 20);
     this.cSeatChange.TabIndex = 32;
     this.cSeatChange.Text = "更换手牌";
     this.cSeatChange.UseVisualStyleBackColor = true;
     //
     // cSeat
     //
     this.cSeat.AutoSize = true;
     this.cSeat.Location = new System.Drawing.Point(8, 40);
     this.cSeat.Name = "cSeat";
     this.cSeat.Size = new System.Drawing.Size(91, 20);
     this.cSeat.TabIndex = 33;
     this.cSeat.Text = "开牌登记";
     this.cSeat.UseVisualStyleBackColor = true;
     //
     // cSeatCancel
     //
     this.cSeatCancel.AutoSize = true;
     this.cSeatCancel.Location = new System.Drawing.Point(122, 40);
     this.cSeatCancel.Name = "cSeatCancel";
     this.cSeatCancel.Size = new System.Drawing.Size(91, 20);
     this.cSeatCancel.TabIndex = 30;
     this.cSeatCancel.Text = "取消开牌";
     this.cSeatCancel.UseVisualStyleBackColor = true;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(268, 71);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(91, 20);
     this.checkBox3.TabIndex = 31;
     this.checkBox3.Text = "停用启用";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(268, 40);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(91, 20);
     this.checkBox2.TabIndex = 31;
     this.checkBox2.Text = "添加备注";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(268, 9);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(91, 20);
     this.checkBox1.TabIndex = 31;
     this.checkBox1.Text = "锁定解锁";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // cSeatOpen
     //
     this.cSeatOpen.AutoSize = true;
     this.cSeatOpen.Location = new System.Drawing.Point(122, 9);
     this.cSeatOpen.Name = "cSeatOpen";
     this.cSeatOpen.Size = new System.Drawing.Size(59, 20);
     this.cSeatOpen.TabIndex = 31;
     this.cSeatOpen.Text = "开牌";
     this.cSeatOpen.UseVisualStyleBackColor = true;
     //
     // label15
     //
     this.label15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label15.Location = new System.Drawing.Point(12, 115);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(390, 2);
     this.label15.TabIndex = 6;
     this.label15.Text = "-----------------------------";
     //
     // cReception
     //
     this.cReception.AutoSize = true;
     this.cReception.Location = new System.Drawing.Point(6, 475);
     this.cReception.Name = "cReception";
     this.cReception.Size = new System.Drawing.Size(91, 20);
     this.cReception.TabIndex = 5;
     this.cReception.Text = "前台全选";
     this.cReception.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ComboDeparts);
     this.panel1.Controls.Add(this.ComboJobList);
     this.panel1.Controls.Add(this.ip);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label18);
     this.panel1.Controls.Add(this.note);
     this.panel1.Controls.Add(this.label17);
     this.panel1.Controls.Add(this.name);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.id);
     this.panel1.Controls.Add(this.label2);
     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(1360, 81);
     this.panel1.TabIndex = 0;
     //
     // ComboDeparts
     //
     this.ComboDeparts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboDeparts.FormattingEnabled = true;
     this.ComboDeparts.Location = new System.Drawing.Point(721, 8);
     this.ComboDeparts.Name = "ComboDeparts";
     this.ComboDeparts.Size = new System.Drawing.Size(182, 24);
     this.ComboDeparts.TabIndex = 20;
     //
     // ComboJobList
     //
     this.ComboJobList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboJobList.FormattingEnabled = true;
     this.ComboJobList.Location = new System.Drawing.Point(437, 43);
     this.ComboJobList.Name = "ComboJobList";
     this.ComboJobList.Size = new System.Drawing.Size(182, 24);
     this.ComboJobList.TabIndex = 20;
     //
     // ip
     //
     this.ip.Location = new System.Drawing.Point(437, 9);
     this.ip.Name = "ip";
     this.ip.Size = new System.Drawing.Size(182, 26);
     this.ip.TabIndex = 19;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(359, 12);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(72, 16);
     this.label16.TabIndex = 18;
     this.label16.Text = "部门电脑";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(909, 12);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 16);
     this.label3.TabIndex = 18;
     this.label3.Text = "备注信息";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(643, 12);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(72, 16);
     this.label18.TabIndex = 17;
     this.label18.Text = "所属部门";
     //
     // note
     //
     this.note.Location = new System.Drawing.Point(984, 9);
     this.note.Multiline = true;
     this.note.Name = "note";
     this.note.Size = new System.Drawing.Size(270, 66);
     this.note.TabIndex = 16;
     this.note.Enter += new System.EventHandler(this.name_Enter);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(359, 47);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(72, 16);
     this.label17.TabIndex = 17;
     this.label17.Text = "直接上级";
     //
     // name
     //
     this.name.Location = new System.Drawing.Point(101, 47);
     this.name.Name = "name";
     this.name.Size = new System.Drawing.Size(234, 26);
     this.name.TabIndex = 16;
     this.name.Enter += new System.EventHandler(this.name_Enter);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 52);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 17;
     this.label1.Text = "职位名称";
     //
     // id
     //
     this.id.Location = new System.Drawing.Point(101, 7);
     this.id.Name = "id";
     this.id.ReadOnly = true;
     this.id.Size = new System.Drawing.Size(234, 26);
     this.id.TabIndex = 14;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 16);
     this.label2.TabIndex = 15;
     this.label2.Text = "职位编号";
     //
     // cancelBtn
     //
     this.cancelBtn.AutoSize = true;
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.Location = new System.Drawing.Point(793, 9);
     this.cancelBtn.Name = "cancelBtn";
     this.cancelBtn.Size = new System.Drawing.Size(99, 28);
     this.cancelBtn.TabIndex = 0;
     this.cancelBtn.Text = "取消(ESC)";
     this.cancelBtn.UseVisualStyleBackColor = true;
     //
     // okBtn
     //
     this.okBtn.AutoSize = true;
     this.okBtn.Location = new System.Drawing.Point(169, 10);
     this.okBtn.Name = "okBtn";
     this.okBtn.Size = new System.Drawing.Size(99, 28);
     this.okBtn.TabIndex = 0;
     this.okBtn.Text = "确定";
     this.okBtn.UseVisualStyleBackColor = true;
     this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
     //
     // checkBox22
     //
     this.checkBox22.AutoSize = true;
     this.checkBox22.Location = new System.Drawing.Point(268, 44);
     this.checkBox22.Name = "checkBox22";
     this.checkBox22.Size = new System.Drawing.Size(91, 20);
     this.checkBox22.TabIndex = 20;
     this.checkBox22.Text = "团购打折";
     this.checkBox22.UseVisualStyleBackColor = true;
     //
     // JobForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.BackColor = System.Drawing.Color.White;
     this.CancelButton = this.cancelBtn;
     this.ClientSize = new System.Drawing.Size(1362, 685);
     this.Controls.Add(this.authoPanel);
     this.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview = true;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "JobForm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "新增职位";
     this.Load += new System.EventHandler(this.JobForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     this.authoPanel.Panel1.ResumeLayout(false);
     this.authoPanel.Panel2.ResumeLayout(false);
     this.authoPanel.Panel2.PerformLayout();
     this.authoPanel.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.bg.ResumeLayout(false);
     this.bg.PerformLayout();
     this.system.ResumeLayout(false);
     this.system.PerformLayout();
     this.stock.ResumeLayout(false);
     this.stock.PerformLayout();
     this.document.ResumeLayout(false);
     this.document.PerformLayout();
     this.card.ResumeLayout(false);
     this.card.PerformLayout();
     this.table.ResumeLayout(false);
     this.table.PerformLayout();
     this.rp.ResumeLayout(false);
     this.rp.PerformLayout();
     this.member.ResumeLayout(false);
     this.member.PerformLayout();
     this.all.ResumeLayout(false);
     this.all.PerformLayout();
     this.pay.ResumeLayout(false);
     this.pay.PerformLayout();
     this.order.ResumeLayout(false);
     this.order.PerformLayout();
     this.seat.ResumeLayout(false);
     this.seat.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 38
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.splitContainer2       = new System.Windows.Forms.SplitContainer();
     this.splitContainer3       = new System.Windows.Forms.SplitContainer();
     this.treeView1             = new System.Windows.Forms.TreeView();
     this.propertyGrid1         = new System.Windows.Forms.PropertyGrid();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.vertexPointOverlayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wireframeOverlayToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.backfaceCullingToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.tbtn3DView                 = new System.Windows.Forms.ToolStripButton();
     this.tbtnUVView                 = new System.Windows.Forms.ToolStripButton();
     this.menuStrip1                 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.loadToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.logWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.richTextBox1               = new System.Windows.Forms.RichTextBox();
     this.CaffFileContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.unloadToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.vertexBatchContextStrip    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.setDefaultTexCoordScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.textureContextStrip        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.recropToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.dumpToXprToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.CaffFileContextMenu.SuspendLayout();
     this.vertexBatchContextStrip.SuspendLayout();
     this.textureContextStrip.SuspendLayout();
     this.statusStrip1.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";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     this.splitContainer1.Panel1.Controls.Add(this.menuStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
     this.splitContainer1.Panel2Collapsed  = true;
     this.splitContainer1.Size             = new System.Drawing.Size(883, 511);
     this.splitContainer1.SplitterDistance = 388;
     this.splitContainer1.TabIndex         = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 24);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer2.Size             = new System.Drawing.Size(883, 487);
     this.splitContainer2.SplitterDistance = 294;
     this.splitContainer2.TabIndex         = 2;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name        = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.propertyGrid1);
     this.splitContainer3.Size             = new System.Drawing.Size(294, 487);
     this.splitContainer3.SplitterDistance = 223;
     this.splitContainer3.TabIndex         = 0;
     //
     // treeView1
     //
     this.treeView1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location        = new System.Drawing.Point(0, 0);
     this.treeView1.Name            = "treeView1";
     this.treeView1.Size            = new System.Drawing.Size(294, 223);
     this.treeView1.TabIndex        = 0;
     this.treeView1.AfterSelect    += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1NodeMouseClick);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ControlDark;
     this.propertyGrid1.Location  = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name      = "propertyGrid1";
     this.propertyGrid1.Size      = new System.Drawing.Size(294, 260);
     this.propertyGrid1.TabIndex  = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton1,
         this.tbtn3DView,
         this.tbtnUVView
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(585, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.vertexPointOverlayToolStripMenuItem,
         this.wireframeOverlayToolStripMenuItem,
         this.backfaceCullingToolStripMenuItem
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(65, 22);
     this.toolStripSplitButton1.Text = "Options";
     //
     // vertexPointOverlayToolStripMenuItem
     //
     this.vertexPointOverlayToolStripMenuItem.CheckOnClick    = true;
     this.vertexPointOverlayToolStripMenuItem.Name            = "vertexPointOverlayToolStripMenuItem";
     this.vertexPointOverlayToolStripMenuItem.Size            = new System.Drawing.Size(179, 22);
     this.vertexPointOverlayToolStripMenuItem.Text            = "Vertex Point Overlay";
     this.vertexPointOverlayToolStripMenuItem.CheckedChanged += new System.EventHandler(this.VertexPointOverlayToolStripMenuItemCheckedChanged);
     //
     // wireframeOverlayToolStripMenuItem
     //
     this.wireframeOverlayToolStripMenuItem.CheckOnClick    = true;
     this.wireframeOverlayToolStripMenuItem.Name            = "wireframeOverlayToolStripMenuItem";
     this.wireframeOverlayToolStripMenuItem.Size            = new System.Drawing.Size(179, 22);
     this.wireframeOverlayToolStripMenuItem.Text            = "Wireframe Overlay";
     this.wireframeOverlayToolStripMenuItem.CheckedChanged += new System.EventHandler(this.WireframeOverlayToolStripMenuItemCheckedChanged);
     //
     // backfaceCullingToolStripMenuItem
     //
     this.backfaceCullingToolStripMenuItem.CheckOnClick    = true;
     this.backfaceCullingToolStripMenuItem.Name            = "backfaceCullingToolStripMenuItem";
     this.backfaceCullingToolStripMenuItem.Size            = new System.Drawing.Size(179, 22);
     this.backfaceCullingToolStripMenuItem.Text            = "Backface Culling";
     this.backfaceCullingToolStripMenuItem.CheckedChanged += new System.EventHandler(this.BackfaceCullingToolStripMenuItemCheckedChanged);
     //
     // tbtn3DView
     //
     this.tbtn3DView.Checked               = true;
     this.tbtn3DView.CheckOnClick          = true;
     this.tbtn3DView.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.tbtn3DView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbtn3DView.Image                 = ((System.Drawing.Image)(resources.GetObject("tbtn3DView.Image")));
     this.tbtn3DView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtn3DView.Name            = "tbtn3DView";
     this.tbtn3DView.Size            = new System.Drawing.Size(25, 22);
     this.tbtn3DView.Text            = "3D";
     this.tbtn3DView.CheckedChanged += new System.EventHandler(this.Tbtn3DViewCheckedChanged);
     //
     // tbtnUVView
     //
     this.tbtnUVView.CheckOnClick          = true;
     this.tbtnUVView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbtnUVView.Image                 = ((System.Drawing.Image)(resources.GetObject("tbtnUVView.Image")));
     this.tbtnUVView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbtnUVView.Name            = "tbtnUVView";
     this.tbtnUVView.Size            = new System.Drawing.Size(26, 22);
     this.tbtnUVView.Text            = "UV";
     this.tbtnUVView.CheckedChanged += new System.EventHandler(this.TbtnUVViewCheckedChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.optionsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(883, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // loadToolStripMenuItem
     //
     this.loadToolStripMenuItem.Name   = "loadToolStripMenuItem";
     this.loadToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.loadToolStripMenuItem.Text   = "Load";
     this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.logWindowToolStripMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // logWindowToolStripMenuItem
     //
     this.logWindowToolStripMenuItem.CheckOnClick    = true;
     this.logWindowToolStripMenuItem.Name            = "logWindowToolStripMenuItem";
     this.logWindowToolStripMenuItem.Size            = new System.Drawing.Size(141, 22);
     this.logWindowToolStripMenuItem.Text            = "Log Window";
     this.logWindowToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LogWindowToolStripMenuItemCheckedChanged);
     //
     // richTextBox1
     //
     this.richTextBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(150, 46);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text     = "";
     //
     // CaffFileContextMenu
     //
     this.CaffFileContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.unloadToolStripMenuItem,
         this.exportToolStripMenuItem
     });
     this.CaffFileContextMenu.Name = "CaffFileContextMenu";
     this.CaffFileContextMenu.Size = new System.Drawing.Size(113, 48);
     //
     // unloadToolStripMenuItem
     //
     this.unloadToolStripMenuItem.Name   = "unloadToolStripMenuItem";
     this.unloadToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.unloadToolStripMenuItem.Text   = "Unload";
     this.unloadToolStripMenuItem.Click += new System.EventHandler(this.UnloadToolStripMenuItemClick);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name   = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.exportToolStripMenuItem.Text   = "Export";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItemClick);
     //
     // vertexBatchContextStrip
     //
     this.vertexBatchContextStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.setDefaultTexCoordScaleToolStripMenuItem
     });
     this.vertexBatchContextStrip.Name = "contextMenuStrip1";
     this.vertexBatchContextStrip.Size = new System.Drawing.Size(215, 26);
     //
     // setDefaultTexCoordScaleToolStripMenuItem
     //
     this.setDefaultTexCoordScaleToolStripMenuItem.Name   = "setDefaultTexCoordScaleToolStripMenuItem";
     this.setDefaultTexCoordScaleToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.setDefaultTexCoordScaleToolStripMenuItem.Text   = "Set Default TexCoord Scale";
     this.setDefaultTexCoordScaleToolStripMenuItem.Click += new System.EventHandler(this.SetDefaultTexCoordScaleToolStripMenuItemClick);
     //
     // textureContextStrip
     //
     this.textureContextStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.recropToolStripMenuItem,
         this.dumpToXprToolStripMenuItem
     });
     this.textureContextStrip.Name = "textureContextStrip";
     this.textureContextStrip.Size = new System.Drawing.Size(139, 48);
     //
     // recropToolStripMenuItem
     //
     this.recropToolStripMenuItem.Name   = "recropToolStripMenuItem";
     this.recropToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.recropToolStripMenuItem.Text   = "Recrop";
     this.recropToolStripMenuItem.Click += new System.EventHandler(this.RecropToolStripMenuItemClick);
     //
     // dumpToXprToolStripMenuItem
     //
     this.dumpToXprToolStripMenuItem.Name   = "dumpToXprToolStripMenuItem";
     this.dumpToXprToolStripMenuItem.Size   = new System.Drawing.Size(138, 22);
     this.dumpToXprToolStripMenuItem.Text   = "DumpToXpr";
     this.dumpToXprToolStripMenuItem.Click += new System.EventHandler(this.DumpToXprToolStripMenuItemClick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel2,
         this.toolStripStatusLabel1,
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 511);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(883, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name     = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripStatusLabel1.Size     = new System.Drawing.Size(0, 17);
     this.toolStripStatusLabel1.Visible  = false;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripProgressBar1.Name      = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size      = new System.Drawing.Size(100, 16);
     this.toolStripProgressBar1.Style     = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.toolStripProgressBar1.Visible   = false;
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name   = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size   = new System.Drawing.Size(868, 17);
     this.toolStripStatusLabel2.Spring = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(883, 533);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Name         = "MainForm";
     this.Text         = "RareView";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     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.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.CaffFileContextMenu.ResumeLayout(false);
     this.vertexBatchContextStrip.ResumeLayout(false);
     this.textureContextStrip.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 39
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(ExtractableCohortUI));
     tbID           = new System.Windows.Forms.TextBox();
     label5         = new System.Windows.Forms.Label();
     lblDescription = new System.Windows.Forms.Label();
     label1         = new System.Windows.Forms.Label();
     tbOverrideReleaseIdentifierSQL = new System.Windows.Forms.TextBox();
     pDescription        = new System.Windows.Forms.Panel();
     helpIcon1           = new Rdmp.UI.SimpleControls.HelpIcon();
     tlvCohortUsage      = new BrightIdeasSoftware.TreeListView();
     olvUsedIn           = new BrightIdeasSoftware.OLVColumn();
     tlvPreviousVersions = new BrightIdeasSoftware.TreeListView();
     olvOtherVersions    = new BrightIdeasSoftware.OLVColumn();
     olvVersion          = new BrightIdeasSoftware.OLVColumn();
     splitContainer1     = new System.Windows.Forms.SplitContainer();
     label2          = new System.Windows.Forms.Label();
     tbVersion       = new System.Windows.Forms.TextBox();
     label3          = new System.Windows.Forms.Label();
     tbProjectNumber = new System.Windows.Forms.TextBox();
     btnShowProject  = new System.Windows.Forms.Button();
     label4          = new System.Windows.Forms.Label();
     tbOriginId      = new System.Windows.Forms.TextBox();
     panel1          = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(tlvCohortUsage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(tlvPreviousVersions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tbID
     //
     tbID.Location = new System.Drawing.Point(183, 5);
     tbID.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tbID.Name     = "tbID";
     tbID.ReadOnly = true;
     tbID.Size     = new System.Drawing.Size(116, 23);
     tbID.TabIndex = 12;
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(158, 9);
     label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(21, 15);
     label5.TabIndex = 11;
     label5.Text     = "ID:";
     //
     // lblDescription
     //
     lblDescription.AutoSize = true;
     lblDescription.Location = new System.Drawing.Point(117, 128);
     lblDescription.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     lblDescription.Name     = "lblDescription";
     lblDescription.Size     = new System.Drawing.Size(62, 15);
     lblDescription.TabIndex = 13;
     lblDescription.Text     = "Audit Log:";
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(17, 39);
     label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(162, 15);
     label1.TabIndex = 11;
     label1.Text     = "OverrideReleaseIdentifierSQL:";
     //
     // tbOverrideReleaseIdentifierSQL
     //
     tbOverrideReleaseIdentifierSQL.Location     = new System.Drawing.Point(183, 35);
     tbOverrideReleaseIdentifierSQL.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tbOverrideReleaseIdentifierSQL.Name         = "tbOverrideReleaseIdentifierSQL";
     tbOverrideReleaseIdentifierSQL.Size         = new System.Drawing.Size(545, 23);
     tbOverrideReleaseIdentifierSQL.TabIndex     = 12;
     tbOverrideReleaseIdentifierSQL.TextChanged += new System.EventHandler(this.tbOverrideReleaseIdentifierSQL_TextChanged);
     //
     // pDescription
     //
     pDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     pDescription.Location = new System.Drawing.Point(183, 125);
     pDescription.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     pDescription.Name     = "pDescription";
     pDescription.Size     = new System.Drawing.Size(1036, 186);
     pDescription.TabIndex = 15;
     //
     // helpIcon1
     //
     helpIcon1.BackColor             = System.Drawing.Color.Transparent;
     helpIcon1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("helpIcon1.BackgroundImage")));
     helpIcon1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     helpIcon1.Location      = new System.Drawing.Point(729, 33);
     helpIcon1.Margin        = new System.Windows.Forms.Padding(0);
     helpIcon1.MinimumSize   = new System.Drawing.Size(26, 25);
     helpIcon1.Name          = "helpIcon1";
     helpIcon1.Size          = new System.Drawing.Size(26, 25);
     helpIcon1.SuppressClick = false;
     helpIcon1.TabIndex      = 17;
     //
     // tlvCohortUsage
     //
     tlvCohortUsage.AllColumns.Add(olvUsedIn);
     tlvCohortUsage.CellEditUseWholeCell = false;
     tlvCohortUsage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         olvUsedIn
     });
     tlvCohortUsage.Cursor        = System.Windows.Forms.Cursors.Default;
     tlvCohortUsage.Dock          = System.Windows.Forms.DockStyle.Fill;
     tlvCohortUsage.HideSelection = false;
     tlvCohortUsage.Location      = new System.Drawing.Point(0, 0);
     tlvCohortUsage.Margin        = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tlvCohortUsage.Name          = "tlvCohortUsage";
     tlvCohortUsage.ShowGroups    = false;
     tlvCohortUsage.Size          = new System.Drawing.Size(628, 318);
     tlvCohortUsage.TabIndex      = 18;
     tlvCohortUsage.UseCompatibleStateImageBehavior = false;
     tlvCohortUsage.View        = System.Windows.Forms.View.Details;
     tlvCohortUsage.VirtualMode = true;
     //
     // olvUsedIn
     //
     olvUsedIn.AspectName   = "ToString";
     olvUsedIn.MinimumWidth = 100;
     olvUsedIn.Text         = "Used In";
     olvUsedIn.Width        = 100;
     //
     // tlvPreviousVersions
     //
     tlvPreviousVersions.AllColumns.Add(olvOtherVersions);
     tlvPreviousVersions.AllColumns.Add(olvVersion);
     tlvPreviousVersions.CellEditUseWholeCell = false;
     tlvPreviousVersions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         olvOtherVersions,
         olvVersion
     });
     tlvPreviousVersions.Cursor        = System.Windows.Forms.Cursors.Default;
     tlvPreviousVersions.Dock          = System.Windows.Forms.DockStyle.Fill;
     tlvPreviousVersions.HideSelection = false;
     tlvPreviousVersions.Location      = new System.Drawing.Point(0, 0);
     tlvPreviousVersions.Margin        = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tlvPreviousVersions.Name          = "tlvPreviousVersions";
     tlvPreviousVersions.ShowGroups    = false;
     tlvPreviousVersions.Size          = new System.Drawing.Size(579, 318);
     tlvPreviousVersions.TabIndex      = 19;
     tlvPreviousVersions.UseCompatibleStateImageBehavior = false;
     tlvPreviousVersions.View        = System.Windows.Forms.View.Details;
     tlvPreviousVersions.VirtualMode = true;
     //
     // olvOtherVersions
     //
     olvOtherVersions.AspectName   = "ToString";
     olvOtherVersions.MinimumWidth = 100;
     olvOtherVersions.Text         = "Other Versions";
     olvOtherVersions.Width        = 100;
     //
     // olvVersion
     //
     olvVersion.AspectName = "ExternalVersion";
     olvVersion.Text       = "Version";
     //
     // splitContainer1
     //
     splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     splitContainer1.Location = new System.Drawing.Point(5, 317);
     splitContainer1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(tlvCohortUsage);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(tlvPreviousVersions);
     splitContainer1.Size             = new System.Drawing.Size(1212, 318);
     splitContainer1.SplitterDistance = 628;
     splitContainer1.SplitterWidth    = 5;
     splitContainer1.TabIndex         = 20;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(131, 69);
     label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(48, 15);
     label2.TabIndex = 11;
     label2.Text     = "Version:";
     //
     // tbVersion
     //
     tbVersion.Location     = new System.Drawing.Point(183, 65);
     tbVersion.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tbVersion.Name         = "tbVersion";
     tbVersion.ReadOnly     = true;
     tbVersion.Size         = new System.Drawing.Size(185, 23);
     tbVersion.TabIndex     = 12;
     tbVersion.TextChanged += new System.EventHandler(this.tbOverrideReleaseIdentifierSQL_TextChanged);
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(85, 99);
     label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(94, 15);
     label3.TabIndex = 11;
     label3.Text     = "Project Number:";
     //
     // tbProjectNumber
     //
     tbProjectNumber.Location     = new System.Drawing.Point(183, 95);
     tbProjectNumber.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tbProjectNumber.Name         = "tbProjectNumber";
     tbProjectNumber.ReadOnly     = true;
     tbProjectNumber.Size         = new System.Drawing.Size(185, 23);
     tbProjectNumber.TabIndex     = 12;
     tbProjectNumber.TextChanged += new System.EventHandler(this.tbOverrideReleaseIdentifierSQL_TextChanged);
     //
     // btnShowProject
     //
     btnShowProject.Location = new System.Drawing.Point(372, 94);
     btnShowProject.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     btnShowProject.Name     = "btnShowProject";
     btnShowProject.Size     = new System.Drawing.Size(52, 25);
     btnShowProject.TabIndex = 21;
     btnShowProject.Text     = "Show";
     btnShowProject.UseVisualStyleBackColor = true;
     btnShowProject.Click += new System.EventHandler(this.btnShowProject_Click);
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(369, 9);
     label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(57, 15);
     label4.TabIndex = 11;
     label4.Text     = "Origin ID:";
     //
     // tbOriginId
     //
     tbOriginId.Location = new System.Drawing.Point(430, 5);
     tbOriginId.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     tbOriginId.Name     = "tbOriginId";
     tbOriginId.ReadOnly = true;
     tbOriginId.Size     = new System.Drawing.Size(117, 23);
     tbOriginId.TabIndex = 12;
     //
     // panel1
     //
     panel1.Controls.Add(tbID);
     panel1.Controls.Add(splitContainer1);
     panel1.Controls.Add(btnShowProject);
     panel1.Controls.Add(label5);
     panel1.Controls.Add(label4);
     panel1.Controls.Add(helpIcon1);
     panel1.Controls.Add(tbOriginId);
     panel1.Controls.Add(pDescription);
     panel1.Controls.Add(label1);
     panel1.Controls.Add(lblDescription);
     panel1.Controls.Add(tbOverrideReleaseIdentifierSQL);
     panel1.Controls.Add(tbProjectNumber);
     panel1.Controls.Add(label2);
     panel1.Controls.Add(label3);
     panel1.Controls.Add(tbVersion);
     panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     panel1.Location = new System.Drawing.Point(0, 0);
     panel1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(1220, 650);
     panel1.TabIndex = 22;
     //
     // ExtractableCohortUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(panel1);
     this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name   = "ExtractableCohortUI";
     this.Size   = new System.Drawing.Size(1220, 650);
     ((System.ComponentModel.ISupportInitialize)(tlvCohortUsage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(tlvPreviousVersions)).EndInit();
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Server));
     this.btnStartServer = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.btnStopServer = new System.Windows.Forms.Button();
     this.lstClients = new System.Windows.Forms.ListView();
     this.label3 = new System.Windows.Forms.Label();
     this.numLobbyPort = new System.Windows.Forms.NumericUpDown();
     this.numBasePort = new System.Windows.Forms.NumericUpDown();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.label1 = new System.Windows.Forms.Label();
     this.TrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.lvActiveGames = new System.Windows.Forms.ListView();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbStep = new System.Windows.Forms.TrackBar();
     this.spMain = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.numLobbyPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBasePort)).BeginInit();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStep)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spMain)).BeginInit();
     this.spMain.Panel1.SuspendLayout();
     this.spMain.SuspendLayout();
     this.SuspendLayout();
     //
     // btnStartServer
     //
     this.btnStartServer.Location = new System.Drawing.Point(12, 12);
     this.btnStartServer.Name = "btnStartServer";
     this.btnStartServer.Size = new System.Drawing.Size(59, 23);
     this.btnStartServer.TabIndex = 2;
     this.btnStartServer.Text = "Start";
     this.btnStartServer.UseVisualStyleBackColor = true;
     this.btnStartServer.Click += new System.EventHandler(this.btnStartServer_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 105);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(61, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Lobby Port:";
     //
     // btnStopServer
     //
     this.btnStopServer.Location = new System.Drawing.Point(77, 12);
     this.btnStopServer.Name = "btnStopServer";
     this.btnStopServer.Size = new System.Drawing.Size(59, 23);
     this.btnStopServer.TabIndex = 14;
     this.btnStopServer.Text = "Stop";
     this.btnStopServer.UseVisualStyleBackColor = true;
     this.btnStopServer.Click += new System.EventHandler(this.btnStopServer_Click);
     //
     // lstClients
     //
     this.lstClients.Location = new System.Drawing.Point(9, 216);
     this.lstClients.Name = "lstClients";
     this.lstClients.Size = new System.Drawing.Size(127, 137);
     this.lstClients.TabIndex = 18;
     this.lstClients.UseCompatibleStateImageBehavior = false;
     this.lstClients.View = System.Windows.Forms.View.List;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 131);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(85, 13);
     this.label3.TabIndex = 20;
     this.label3.Text = "Client Base Port:";
     //
     // numLobbyPort
     //
     this.numLobbyPort.Location = new System.Drawing.Point(103, 103);
     this.numLobbyPort.Maximum = new decimal(new int[] {
     3000,
     0,
     0,
     0});
     this.numLobbyPort.Name = "numLobbyPort";
     this.numLobbyPort.Size = new System.Drawing.Size(66, 20);
     this.numLobbyPort.TabIndex = 21;
     this.numLobbyPort.Value = new decimal(new int[] {
     2302,
     0,
     0,
     0});
     this.numLobbyPort.ValueChanged += new System.EventHandler(this.numLobbyPort_ValueChanged);
     //
     // numBasePort
     //
     this.numBasePort.Location = new System.Drawing.Point(103, 129);
     this.numBasePort.Maximum = new decimal(new int[] {
     3000,
     0,
     0,
     0});
     this.numBasePort.Name = "numBasePort";
     this.numBasePort.Size = new System.Drawing.Size(66, 20);
     this.numBasePort.TabIndex = 22;
     this.numBasePort.Value = new decimal(new int[] {
     2303,
     0,
     0,
     0});
     this.numBasePort.ValueChanged += new System.EventHandler(this.numBasePort_ValueChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus});
     this.statusStrip1.Location = new System.Drawing.Point(0, 517);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(763, 22);
     this.statusStrip1.TabIndex = 23;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus
     //
     this.toolStripStatus.Name = "toolStripStatus";
     this.toolStripStatus.Size = new System.Drawing.Size(42, 17);
     this.toolStripStatus.Text = "Status:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 200);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 24;
     this.label1.Text = "Clients:";
     //
     // TrayIcon
     //
     this.TrayIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.TrayIcon.BalloonTipText = "\'Amy Server\' is running. =D";
     this.TrayIcon.BalloonTipTitle = "Amy Server";
     this.TrayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("TrayIcon.Icon")));
     this.TrayIcon.Text = "Amy Gaming Server";
     this.TrayIcon.Visible = true;
     //
     // lvActiveGames
     //
     this.lvActiveGames.Location = new System.Drawing.Point(12, 174);
     this.lvActiveGames.Name = "lvActiveGames";
     this.lvActiveGames.Size = new System.Drawing.Size(148, 23);
     this.lvActiveGames.TabIndex = 25;
     this.lvActiveGames.UseCompatibleStateImageBehavior = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 158);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(43, 13);
     this.label4.TabIndex = 26;
     this.label4.Text = "Games:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 60);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 13);
     this.label5.TabIndex = 28;
     this.label5.Text = "Physics Rate:";
     //
     // tbStep
     //
     this.tbStep.AutoSize = false;
     this.tbStep.Location = new System.Drawing.Point(12, 76);
     this.tbStep.Maximum = 20;
     this.tbStep.Name = "tbStep";
     this.tbStep.Size = new System.Drawing.Size(148, 26);
     this.tbStep.TabIndex = 27;
     this.tbStep.TickStyle = System.Windows.Forms.TickStyle.None;
     this.tbStep.Value = 10;
     this.tbStep.Scroll += new System.EventHandler(this.tbStep_Scroll);
     //
     // spMain
     //
     this.spMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.spMain.Location = new System.Drawing.Point(0, 0);
     this.spMain.Name = "spMain";
     //
     // spMain.Panel1
     //
     this.spMain.Panel1.Controls.Add(this.btnStartServer);
     this.spMain.Panel1.Controls.Add(this.label5);
     this.spMain.Panel1.Controls.Add(this.label2);
     this.spMain.Panel1.Controls.Add(this.tbStep);
     this.spMain.Panel1.Controls.Add(this.btnStopServer);
     this.spMain.Panel1.Controls.Add(this.label4);
     this.spMain.Panel1.Controls.Add(this.lstClients);
     this.spMain.Panel1.Controls.Add(this.lvActiveGames);
     this.spMain.Panel1.Controls.Add(this.label3);
     this.spMain.Panel1.Controls.Add(this.label1);
     this.spMain.Panel1.Controls.Add(this.numLobbyPort);
     this.spMain.Panel1.Controls.Add(this.numBasePort);
     this.spMain.Size = new System.Drawing.Size(763, 517);
     this.spMain.SplitterDistance = 171;
     this.spMain.TabIndex = 29;
     //
     // Server
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(763, 539);
     this.Controls.Add(this.spMain);
     this.Controls.Add(this.statusStrip1);
     this.MinimumSize = new System.Drawing.Size(337, 264);
     this.Name = "Server";
     this.Text = "WinPhysiX Server";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ServerApp_MainFormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.numLobbyPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBasePort)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStep)).EndInit();
     this.spMain.Panel1.ResumeLayout(false);
     this.spMain.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spMain)).EndInit();
     this.spMain.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 41
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.SplitContainer splAlg;
     this.algContainer = new System.Windows.Forms.FlowLayoutPanel();
     this.panel1       = new System.Windows.Forms.Panel();
     this.btnDelete    = new System.Windows.Forms.Button();
     this.btnAddAlg    = new System.Windows.Forms.Button();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.btnAccept    = new System.Windows.Forms.Button();
     this.lblFSurname  = new System.Windows.Forms.Label();
     this.lblName      = new System.Windows.Forms.Label();
     this.txtFApl      = new System.Windows.Forms.TextBox();
     this.txtName      = new System.Windows.Forms.TextBox();
     this.txtFNac      = new System.Windows.Forms.TextBox();
     this.txtSApl      = new System.Windows.Forms.TextBox();
     this.lblSSurname  = new System.Windows.Forms.Label();
     this.lblBDate     = new System.Windows.Forms.Label();
     this.lblType      = new System.Windows.Forms.Label();
     this.ComboboxType = new System.Windows.Forms.ComboBox();
     this.GpxAlg       = new System.Windows.Forms.GroupBox();
     this.AlgDataGrid  = new System.Windows.Forms.DataGridView();
     this.label1       = new System.Windows.Forms.Label();
     this.txtemail     = new System.Windows.Forms.TextBox();
     this.lblalg       = new System.Windows.Forms.Label();
     splAlg            = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(splAlg)).BeginInit();
     splAlg.Panel1.SuspendLayout();
     splAlg.Panel2.SuspendLayout();
     splAlg.SuspendLayout();
     this.panel1.SuspendLayout();
     this.GpxAlg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AlgDataGrid)).BeginInit();
     this.SuspendLayout();
     //
     // splAlg
     //
     splAlg.Dock        = System.Windows.Forms.DockStyle.Fill;
     splAlg.Location    = new System.Drawing.Point(3, 16);
     splAlg.Margin      = new System.Windows.Forms.Padding(0);
     splAlg.Name        = "splAlg";
     splAlg.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splAlg.Panel1
     //
     splAlg.Panel1.Controls.Add(this.algContainer);
     //
     // splAlg.Panel2
     //
     splAlg.Panel2.Controls.Add(this.panel1);
     splAlg.Size             = new System.Drawing.Size(183, 228);
     splAlg.SplitterDistance = 199;
     splAlg.SplitterWidth    = 1;
     splAlg.TabIndex         = 0;
     //
     // algContainer
     //
     this.algContainer.AutoScroll    = true;
     this.algContainer.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.algContainer.Location      = new System.Drawing.Point(3, 0);
     this.algContainer.Name          = "algContainer";
     this.algContainer.Size          = new System.Drawing.Size(172, 198);
     this.algContainer.TabIndex      = 0;
     this.algContainer.WrapContents  = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnDelete);
     this.panel1.Controls.Add(this.btnAddAlg);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(183, 40);
     this.panel1.TabIndex = 0;
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(90, 3);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(85, 23);
     this.btnDelete.TabIndex = 1;
     this.btnDelete.Text     = "Eliminar";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnAddAlg
     //
     this.btnAddAlg.Location = new System.Drawing.Point(3, 3);
     this.btnAddAlg.Name     = "btnAddAlg";
     this.btnAddAlg.Size     = new System.Drawing.Size(88, 23);
     this.btnAddAlg.TabIndex = 0;
     this.btnAddAlg.Text     = "Agregar";
     this.btnAddAlg.UseVisualStyleBackColor = true;
     this.btnAddAlg.Click += new System.EventHandler(this.btnAddAlg_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(287, 321);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(129, 23);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text     = "Cancelar";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAccept
     //
     this.btnAccept.Location = new System.Drawing.Point(128, 321);
     this.btnAccept.Name     = "btnAccept";
     this.btnAccept.Size     = new System.Drawing.Size(129, 23);
     this.btnAccept.TabIndex = 5;
     this.btnAccept.Text     = "Aceptar";
     this.btnAccept.UseVisualStyleBackColor = true;
     this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
     //
     // lblFSurname
     //
     this.lblFSurname.AutoSize = true;
     this.lblFSurname.Location = new System.Drawing.Point(45, 69);
     this.lblFSurname.Name     = "lblFSurname";
     this.lblFSurname.Size     = new System.Drawing.Size(78, 13);
     this.lblFSurname.TabIndex = 21;
     this.lblFSurname.Text     = "Primer apellido:";
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(76, 27);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(47, 13);
     this.lblName.TabIndex = 20;
     this.lblName.Text     = "Nombre:";
     //
     // txtFApl
     //
     this.txtFApl.Location = new System.Drawing.Point(129, 69);
     this.txtFApl.Name     = "txtFApl";
     this.txtFApl.Size     = new System.Drawing.Size(287, 20);
     this.txtFApl.TabIndex = 2;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(129, 24);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(287, 20);
     this.txtName.TabIndex = 1;
     //
     // txtFNac
     //
     this.txtFNac.Location = new System.Drawing.Point(129, 159);
     this.txtFNac.Name     = "txtFNac";
     this.txtFNac.Size     = new System.Drawing.Size(287, 20);
     this.txtFNac.TabIndex = 4;
     this.txtFNac.Click   += new System.EventHandler(this.txtFNac_Click);
     this.txtFNac.Enter   += new System.EventHandler(this.txtFNac_Enter);
     //
     // txtSApl
     //
     this.txtSApl.Location = new System.Drawing.Point(129, 114);
     this.txtSApl.Name     = "txtSApl";
     this.txtSApl.Size     = new System.Drawing.Size(287, 20);
     this.txtSApl.TabIndex = 3;
     //
     // lblSSurname
     //
     this.lblSSurname.AutoSize = true;
     this.lblSSurname.Location = new System.Drawing.Point(31, 117);
     this.lblSSurname.Name     = "lblSSurname";
     this.lblSSurname.Size     = new System.Drawing.Size(92, 13);
     this.lblSSurname.TabIndex = 27;
     this.lblSSurname.Text     = "Segundo apellido:";
     //
     // lblBDate
     //
     this.lblBDate.AutoSize = true;
     this.lblBDate.Location = new System.Drawing.Point(17, 162);
     this.lblBDate.Name     = "lblBDate";
     this.lblBDate.Size     = new System.Drawing.Size(109, 13);
     this.lblBDate.TabIndex = 28;
     this.lblBDate.Text     = "Fecha de nacimiento:";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.Location = new System.Drawing.Point(40, 263);
     this.lblType.Name     = "lblType";
     this.lblType.Size     = new System.Drawing.Size(82, 13);
     this.lblType.TabIndex = 30;
     this.lblType.Text     = "Tipo de cuenta:";
     //
     // ComboboxType
     //
     this.ComboboxType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ComboboxType.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboboxType.Items.AddRange(new object[] {
         "Admin",
         "Medico",
         "Paciente"
     });
     this.ComboboxType.Location = new System.Drawing.Point(128, 260);
     this.ComboboxType.Name     = "ComboboxType";
     this.ComboboxType.Size     = new System.Drawing.Size(121, 21);
     this.ComboboxType.TabIndex = 31;
     //
     // GpxAlg
     //
     this.GpxAlg.Controls.Add(splAlg);
     this.GpxAlg.Location = new System.Drawing.Point(670, 69);
     this.GpxAlg.Name     = "GpxAlg";
     this.GpxAlg.Size     = new System.Drawing.Size(189, 247);
     this.GpxAlg.TabIndex = 47;
     this.GpxAlg.TabStop  = false;
     this.GpxAlg.Text     = "Añadir alergias";
     //
     // AlgDataGrid
     //
     this.AlgDataGrid.AllowUserToAddRows          = false;
     this.AlgDataGrid.AllowUserToDeleteRows       = false;
     this.AlgDataGrid.AllowUserToResizeRows       = false;
     this.AlgDataGrid.BackgroundColor             = System.Drawing.SystemColors.Control;
     this.AlgDataGrid.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.AlgDataGrid.ClipboardCopyMode           = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     this.AlgDataGrid.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.AlgDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.AlgDataGrid.EditMode              = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.AlgDataGrid.GridColor             = System.Drawing.SystemColors.AppWorkspace;
     this.AlgDataGrid.Location              = new System.Drawing.Point(437, 31);
     this.AlgDataGrid.MultiSelect           = false;
     this.AlgDataGrid.Name                  = "AlgDataGrid";
     this.AlgDataGrid.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.AlgDataGrid.RowHeadersVisible     = false;
     this.AlgDataGrid.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.AlgDataGrid.ShowEditingIcon       = false;
     this.AlgDataGrid.Size                  = new System.Drawing.Size(227, 313);
     this.AlgDataGrid.TabIndex              = 48;
     this.AlgDataGrid.CellContentClick     += new System.Windows.Forms.DataGridViewCellEventHandler(this.AlgDataGrid_CellContentClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(76, 211);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 50;
     this.label1.Text     = "Correo:";
     //
     // txtemail
     //
     this.txtemail.Location = new System.Drawing.Point(128, 208);
     this.txtemail.Name     = "txtemail";
     this.txtemail.Size     = new System.Drawing.Size(287, 20);
     this.txtemail.TabIndex = 49;
     //
     // lblalg
     //
     this.lblalg.AutoSize = true;
     this.lblalg.Location = new System.Drawing.Point(466, 9);
     this.lblalg.Name     = "lblalg";
     this.lblalg.Size     = new System.Drawing.Size(101, 13);
     this.lblalg.TabIndex = 51;
     this.lblalg.Text     = "Alergias del usuario:";
     //
     // ModifyUserForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize          = new System.Drawing.Size(868, 405);
     this.ControlBox          = false;
     this.Controls.Add(this.lblalg);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtemail);
     this.Controls.Add(this.AlgDataGrid);
     this.Controls.Add(this.GpxAlg);
     this.Controls.Add(this.ComboboxType);
     this.Controls.Add(this.lblType);
     this.Controls.Add(this.lblBDate);
     this.Controls.Add(this.lblSSurname);
     this.Controls.Add(this.txtFNac);
     this.Controls.Add(this.txtSApl);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAccept);
     this.Controls.Add(this.lblFSurname);
     this.Controls.Add(this.lblName);
     this.Controls.Add(this.txtFApl);
     this.Controls.Add(this.txtName);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ModifyUserForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Modificar usuario";
     splAlg.Panel1.ResumeLayout(false);
     splAlg.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splAlg)).EndInit();
     splAlg.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.GpxAlg.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.AlgDataGrid)).EndInit();
     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.SplitContainer            _splitter;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableDesignerDoc));
     this._dataGrid           = new System.Windows.Forms.DataGridView();
     this.name                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.type                = new SQLite.Designer.Editors.AutoCompleteColumn();
     this.isnull              = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this._pg                 = new System.Windows.Forms.PropertyGrid();
     this._sqlText            = new System.Windows.Forms.RichTextBox();
     this._propertyGrid       = new System.Windows.Forms.PropertyGrid();
     this.autoCompleteColumn1 = new SQLite.Designer.Editors.AutoCompleteColumn();
     this._imageList          = new System.Windows.Forms.ImageList(this.components);
     _splitter                = new System.Windows.Forms.SplitContainer();
     _splitter.Panel1.SuspendLayout();
     _splitter.Panel2.SuspendLayout();
     _splitter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._dataGrid)).BeginInit();
     this.SuspendLayout();
     //
     // _splitter
     //
     _splitter.BackColor   = System.Drawing.SystemColors.Control;
     _splitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     _splitter.Location    = new System.Drawing.Point(0, 0);
     _splitter.Name        = "_splitter";
     _splitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // _splitter.Panel1
     //
     _splitter.Panel1.Controls.Add(this._dataGrid);
     _splitter.Panel1.Controls.Add(this._pg);
     _splitter.Panel1.Controls.Add(this._sqlText);
     //
     // _splitter.Panel2
     //
     _splitter.Panel2.Controls.Add(this._propertyGrid);
     _splitter.Size             = new System.Drawing.Size(436, 631);
     _splitter.SplitterDistance = 383;
     _splitter.TabIndex         = 0;
     //
     // _dataGrid
     //
     this._dataGrid.AllowDrop                   = true;
     this._dataGrid.AllowUserToResizeRows       = false;
     this._dataGrid.BackgroundColor             = System.Drawing.SystemColors.Window;
     this._dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this._dataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.name,
         this.type,
         this.isnull
     });
     this._dataGrid.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this._dataGrid.Location                = new System.Drawing.Point(0, 0);
     this._dataGrid.Name                    = "_dataGrid";
     this._dataGrid.RowHeadersWidth         = 42;
     this._dataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this._dataGrid.RowTemplate.Height      = 23;
     this._dataGrid.Size                    = new System.Drawing.Size(436, 383);
     this._dataGrid.TabIndex                = 2;
     this._dataGrid.CellValueChanged       += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValueChanged);
     this._dataGrid.MouseDown              += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseDown);
     this._dataGrid.UserDeletingRow        += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this._dataGrid_UserDeletingRow);
     this._dataGrid.MouseMove              += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseMove);
     this._dataGrid.CellValidated          += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated);
     this._dataGrid.UserDeletedRow         += new System.Windows.Forms.DataGridViewRowEventHandler(this._dataGrid_UserDeletedRow);
     this._dataGrid.DragOver               += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragOver);
     this._dataGrid.CellEndEdit            += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated);
     this._dataGrid.CellPainting           += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this._dataGrid_CellPainting);
     this._dataGrid.CellClick              += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellClick);
     this._dataGrid.CellEnter              += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellEnter);
     this._dataGrid.RowHeaderMouseClick    += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this._dataGrid_RowHeaderMouseClick);
     this._dataGrid.SelectionChanged       += new System.EventHandler(this._dataGrid_SelectionChanged);
     this._dataGrid.DragDrop               += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragDrop);
     //
     // name
     //
     this.name.Frozen     = true;
     this.name.HeaderText = "Column Name";
     this.name.Name       = "name";
     this.name.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // type
     //
     this.type.HeaderText = "Data Type";
     this.type.Name       = "type";
     //
     // isnull
     //
     this.isnull.FalseValue         = false;
     this.isnull.HeaderText         = "Allow Nulls";
     this.isnull.IndeterminateValue = false;
     this.isnull.Name      = "isnull";
     this.isnull.TrueValue = true;
     //
     // _pg
     //
     this._pg.Location       = new System.Drawing.Point(3, 171);
     this._pg.Name           = "_pg";
     this._pg.PropertySort   = System.Windows.Forms.PropertySort.NoSort;
     this._pg.Size           = new System.Drawing.Size(130, 130);
     this._pg.TabIndex       = 1;
     this._pg.ToolbarVisible = false;
     this._pg.Visible        = false;
     //
     // _sqlText
     //
     this._sqlText.Font     = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._sqlText.Location = new System.Drawing.Point(3, 3);
     this._sqlText.Name     = "_sqlText";
     this._sqlText.ReadOnly = true;
     this._sqlText.Size     = new System.Drawing.Size(165, 162);
     this._sqlText.TabIndex = 0;
     this._sqlText.Text     = "";
     this._sqlText.Visible  = false;
     //
     // _propertyGrid
     //
     this._propertyGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._propertyGrid.Location = new System.Drawing.Point(0, 0);
     this._propertyGrid.Name     = "_propertyGrid";
     this._propertyGrid.Size     = new System.Drawing.Size(436, 244);
     this._propertyGrid.TabIndex = 0;
     //
     // autoCompleteColumn1
     //
     this.autoCompleteColumn1.HeaderText = "Data Type";
     this.autoCompleteColumn1.Name       = "autoCompleteColumn1";
     this.autoCompleteColumn1.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.autoCompleteColumn1.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // _imageList
     //
     this._imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream")));
     this._imageList.TransparentColor = System.Drawing.Color.Magenta;
     this._imageList.Images.SetKeyName(0, "PrimaryKey.bmp");
     //
     // TableDesignerDoc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.Controls.Add(_splitter);
     this.Font = new System.Drawing.Font("MS Shell Dlg 2", 8.25F);
     this.Name = "TableDesignerDoc";
     this.Size = new System.Drawing.Size(436, 631);
     _splitter.Panel1.ResumeLayout(false);
     _splitter.Panel2.ResumeLayout(false);
     _splitter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._dataGrid)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 43
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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.grupa = new System.Windows.Forms.GroupBox();
     this.bananaSplit = new System.Windows.Forms.SplitContainer();
     this.dgvDok = new System.Windows.Forms.DataGridView();
     this.colDokBr = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvLok = new System.Windows.Forms.DataGridView();
     this.pnlVrh = new System.Windows.Forms.Panel();
     this.pnlDokVrsta = new System.Windows.Forms.Panel();
     this.lblSklaOznakaT = new System.Windows.Forms.Label();
     this.lblSklaOznakaV = new System.Windows.Forms.Label();
     this.lblDokVrstaT = new System.Windows.Forms.Label();
     this.lblDokVrstaV = new System.Windows.Forms.Label();
     this.txtDok = new System.Windows.Forms.TextBox();
     this.lblDok = new System.Windows.Forms.Label();
     this.btnDok = new System.Windows.Forms.Button();
     this.pnlDno = new System.Windows.Forms.Panel();
     this.txtPreuzeo = new System.Windows.Forms.TextBox();
     this.btnZaključi = new System.Windows.Forms.Button();
     this.lblPreuzeo = new System.Windows.Forms.Label();
     this.colLokacija = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colZona = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDokument = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grupa.SuspendLayout();
     this.bananaSplit.Panel1.SuspendLayout();
     this.bananaSplit.Panel2.SuspendLayout();
     this.bananaSplit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDok)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvLok)).BeginInit();
     this.pnlVrh.SuspendLayout();
     this.pnlDokVrsta.SuspendLayout();
     this.pnlDno.SuspendLayout();
     this.SuspendLayout();
     //
     // grupa
     //
     this.grupa.Controls.Add(this.bananaSplit);
     this.grupa.Controls.Add(this.pnlVrh);
     this.grupa.Controls.Add(this.pnlDno);
     this.grupa.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grupa.Location = new System.Drawing.Point(0, 25);
     this.grupa.Name = "grupa";
     this.grupa.Size = new System.Drawing.Size(1208, 624);
     this.grupa.TabIndex = 2;
     this.grupa.TabStop = false;
     this.grupa.Text = "Otprema";
     //
     // bananaSplit
     //
     this.bananaSplit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bananaSplit.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.bananaSplit.Location = new System.Drawing.Point(3, 55);
     this.bananaSplit.Name = "bananaSplit";
     //
     // bananaSplit.Panel1
     //
     this.bananaSplit.Panel1.Controls.Add(this.dgvDok);
     this.bananaSplit.Panel1MinSize = 50;
     //
     // bananaSplit.Panel2
     //
     this.bananaSplit.Panel2.Controls.Add(this.dgvLok);
     this.bananaSplit.Panel2MinSize = 50;
     this.bananaSplit.Size = new System.Drawing.Size(1202, 506);
     this.bananaSplit.SplitterDistance = 290;
     this.bananaSplit.TabIndex = 12;
     //
     // dgvDok
     //
     this.dgvDok.AllowUserToAddRows = false;
     this.dgvDok.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDok.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvDok.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDok.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colDokBr});
     this.dgvDok.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvDok.Location = new System.Drawing.Point(0, 0);
     this.dgvDok.MultiSelect = false;
     this.dgvDok.Name = "dgvDok";
     this.dgvDok.ReadOnly = true;
     this.dgvDok.RowHeadersVisible = false;
     this.dgvDok.RowTemplate.Height = 41;
     this.dgvDok.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDok.Size = new System.Drawing.Size(290, 506);
     this.dgvDok.TabIndex = 7;
     this.dgvDok.CurrentCellChanged += new System.EventHandler(this.dgvDok_CurrentCellChanged);
     //
     // colDokBr
     //
     this.colDokBr.DataPropertyName = "dokBr";
     this.colDokBr.HeaderText = "Broj dokumenta";
     this.colDokBr.Name = "colDokBr";
     this.colDokBr.ReadOnly = true;
     this.colDokBr.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colDokBr.Width = 240;
     //
     // dgvLok
     //
     this.dgvLok.AllowUserToAddRows = false;
     this.dgvLok.AllowUserToDeleteRows = false;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvLok.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvLok.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvLok.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colLokacija,
     this.colZona,
     this.colDokument});
     this.dgvLok.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvLok.Location = new System.Drawing.Point(0, 0);
     this.dgvLok.MultiSelect = false;
     this.dgvLok.Name = "dgvLok";
     this.dgvLok.ReadOnly = true;
     this.dgvLok.RowHeadersVisible = false;
     this.dgvLok.RowTemplate.Height = 41;
     this.dgvLok.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvLok.Size = new System.Drawing.Size(908, 506);
     this.dgvLok.TabIndex = 8;
     //
     // pnlVrh
     //
     this.pnlVrh.Controls.Add(this.pnlDokVrsta);
     this.pnlVrh.Controls.Add(this.txtDok);
     this.pnlVrh.Controls.Add(this.lblDok);
     this.pnlVrh.Controls.Add(this.btnDok);
     this.pnlVrh.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlVrh.Location = new System.Drawing.Point(3, 20);
     this.pnlVrh.Name = "pnlVrh";
     this.pnlVrh.Size = new System.Drawing.Size(1202, 35);
     this.pnlVrh.TabIndex = 3;
     //
     // pnlDokVrsta
     //
     this.pnlDokVrsta.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlDokVrsta.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.pnlDokVrsta.Controls.Add(this.lblSklaOznakaT);
     this.pnlDokVrsta.Controls.Add(this.lblSklaOznakaV);
     this.pnlDokVrsta.Controls.Add(this.lblDokVrstaT);
     this.pnlDokVrsta.Controls.Add(this.lblDokVrstaV);
     this.pnlDokVrsta.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.pnlDokVrsta.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.pnlDokVrsta.Location = new System.Drawing.Point(764, 0);
     this.pnlDokVrsta.Name = "pnlDokVrsta";
     this.pnlDokVrsta.Size = new System.Drawing.Size(438, 36);
     this.pnlDokVrsta.TabIndex = 8;
     //
     // lblSklaOznakaT
     //
     this.lblSklaOznakaT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSklaOznakaT.AutoSize = true;
     this.lblSklaOznakaT.Location = new System.Drawing.Point(33, 10);
     this.lblSklaOznakaT.Name = "lblSklaOznakaT";
     this.lblSklaOznakaT.Size = new System.Drawing.Size(154, 19);
     this.lblSklaOznakaT.TabIndex = 11;
     this.lblSklaOznakaT.Text = "Oznaka skladišta:";
     //
     // lblSklaOznakaV
     //
     this.lblSklaOznakaV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSklaOznakaV.AutoSize = true;
     this.lblSklaOznakaV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblSklaOznakaV.Location = new System.Drawing.Point(193, 8);
     this.lblSklaOznakaV.Name = "lblSklaOznakaV";
     this.lblSklaOznakaV.Size = new System.Drawing.Size(2, 21);
     this.lblSklaOznakaV.TabIndex = 10;
     //
     // lblDokVrstaT
     //
     this.lblDokVrstaT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDokVrstaT.AutoSize = true;
     this.lblDokVrstaT.Location = new System.Drawing.Point(260, 10);
     this.lblDokVrstaT.Name = "lblDokVrstaT";
     this.lblDokVrstaT.Size = new System.Drawing.Size(118, 19);
     this.lblDokVrstaT.TabIndex = 9;
     this.lblDokVrstaT.Text = "Vrsta naloga:";
     //
     // lblDokVrstaV
     //
     this.lblDokVrstaV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDokVrstaV.AutoSize = true;
     this.lblDokVrstaV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblDokVrstaV.Location = new System.Drawing.Point(384, 8);
     this.lblDokVrstaV.Name = "lblDokVrstaV";
     this.lblDokVrstaV.Size = new System.Drawing.Size(2, 21);
     this.lblDokVrstaV.TabIndex = 8;
     //
     // txtDok
     //
     this.txtDok.Location = new System.Drawing.Point(91, 3);
     this.txtDok.MaxLength = 19;
     this.txtDok.Name = "txtDok";
     this.txtDok.Size = new System.Drawing.Size(210, 24);
     this.txtDok.TabIndex = 5;
     //
     // lblDok
     //
     this.lblDok.AutoSize = true;
     this.lblDok.Location = new System.Drawing.Point(3, 6);
     this.lblDok.Name = "lblDok";
     this.lblDok.Size = new System.Drawing.Size(73, 17);
     this.lblDok.TabIndex = 4;
     this.lblDok.Text = "Dokument";
     this.lblDok.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // btnDok
     //
     this.btnDok.Location = new System.Drawing.Point(307, 3);
     this.btnDok.Name = "btnDok";
     this.btnDok.Size = new System.Drawing.Size(90, 27);
     this.btnDok.TabIndex = 6;
     this.btnDok.Tag = "";
     this.btnDok.Text = "Dodaj";
     this.btnDok.Click += new System.EventHandler(this.btnDok_Click);
     //
     // pnlDno
     //
     this.pnlDno.Controls.Add(this.txtPreuzeo);
     this.pnlDno.Controls.Add(this.btnZaključi);
     this.pnlDno.Controls.Add(this.lblPreuzeo);
     this.pnlDno.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlDno.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.pnlDno.Location = new System.Drawing.Point(3, 561);
     this.pnlDno.Name = "pnlDno";
     this.pnlDno.Size = new System.Drawing.Size(1202, 60);
     this.pnlDno.TabIndex = 9;
     //
     // txtPreuzeo
     //
     this.txtPreuzeo.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.txtPreuzeo.Location = new System.Drawing.Point(159, 7);
     this.txtPreuzeo.MaxLength = 19;
     this.txtPreuzeo.Name = "txtPreuzeo";
     this.txtPreuzeo.Size = new System.Drawing.Size(350, 40);
     this.txtPreuzeo.TabIndex = 10;
     //
     // btnZaključi
     //
     this.btnZaključi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnZaključi.Location = new System.Drawing.Point(1012, 3);
     this.btnZaključi.Name = "btnZaključi";
     this.btnZaključi.Size = new System.Drawing.Size(190, 54);
     this.btnZaključi.TabIndex = 12;
     this.btnZaključi.Tag = "izlok";
     this.btnZaključi.Text = "Izlazne lokacije";
     this.btnZaključi.Click += new System.EventHandler(this.btnZaključi_Click);
     //
     // lblPreuzeo
     //
     this.lblPreuzeo.AutoSize = true;
     this.lblPreuzeo.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblPreuzeo.Location = new System.Drawing.Point(3, 10);
     this.lblPreuzeo.Name = "lblPreuzeo";
     this.lblPreuzeo.Size = new System.Drawing.Size(150, 33);
     this.lblPreuzeo.TabIndex = 10;
     this.lblPreuzeo.Text = "Preuzeo/la:";
     this.lblPreuzeo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // colLokacija
     //
     this.colLokacija.DataPropertyName = "lokOznaka";
     this.colLokacija.HeaderText = "Lokacija";
     this.colLokacija.MinimumWidth = 150;
     this.colLokacija.Name = "colLokacija";
     this.colLokacija.ReadOnly = true;
     this.colLokacija.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colLokacija.Width = 240;
     //
     // colZona
     //
     this.colZona.DataPropertyName = "zonOznaka";
     this.colZona.HeaderText = "Zona";
     this.colZona.MinimumWidth = 40;
     this.colZona.Name = "colZona";
     this.colZona.ReadOnly = true;
     this.colZona.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colZona.Width = 120;
     //
     // colDokument
     //
     this.colDokument.DataPropertyName = "dokBr";
     this.colDokument.HeaderText = "Dokument";
     this.colDokument.MinimumWidth = 200;
     this.colDokument.Name = "colDokument";
     this.colDokument.ReadOnly = true;
     this.colDokument.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colDokument.Width = 500;
     //
     // FormOtprema
     //
     this.AcceptButton = this.btnDok;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize = new System.Drawing.Size(1208, 671);
     this.Controls.Add(this.grupa);
     this.Name = "FormOtprema";
     this.Controls.SetChildIndex(this.grupa, 0);
     this.grupa.ResumeLayout(false);
     this.bananaSplit.Panel1.ResumeLayout(false);
     this.bananaSplit.Panel2.ResumeLayout(false);
     this.bananaSplit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDok)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvLok)).EndInit();
     this.pnlVrh.ResumeLayout(false);
     this.pnlVrh.PerformLayout();
     this.pnlDokVrsta.ResumeLayout(false);
     this.pnlDokVrsta.PerformLayout();
     this.pnlDno.ResumeLayout(false);
     this.pnlDno.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 44
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.SplitContainer splitContainer1;
			System.Windows.Forms.SplitContainer splitContainer2;
			System.Windows.Forms.MenuStrip mainMenuStrip;
			System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
			System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
			System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
			System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
			System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
			this.pictureBox = new System.Windows.Forms.PictureBox();
			this.treeViewSubTextures = new System.Windows.Forms.TreeView();
			this.toolStripSubTextures = new System.Windows.Forms.ToolStrip();
			this.toolStripSubTextureAdd = new System.Windows.Forms.ToolStripButton();
			this.toolStripSubTextureRemove = new System.Windows.Forms.ToolStripButton();
			this.propertyGrid = new System.Windows.Forms.PropertyGrid();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.addTextureDialog = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.packToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			splitContainer1 = new System.Windows.Forms.SplitContainer();
			splitContainer2 = new System.Windows.Forms.SplitContainer();
			mainMenuStrip = new System.Windows.Forms.MenuStrip();
			fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			splitContainer1.Panel1.SuspendLayout();
			splitContainer1.Panel2.SuspendLayout();
			splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
			splitContainer2.Panel1.SuspendLayout();
			splitContainer2.Panel2.SuspendLayout();
			splitContainer2.SuspendLayout();
			this.toolStripSubTextures.SuspendLayout();
			mainMenuStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// splitContainer1
			// 
			splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer1.Location = new System.Drawing.Point(0, 25);
			splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			splitContainer1.Panel1.AutoScroll = true;
			splitContainer1.Panel1.Controls.Add(this.pictureBox);
			splitContainer1.Panel1.SizeChanged += new System.EventHandler(this.LeftPanel_SizeChanged);
			// 
			// splitContainer1.Panel2
			// 
			splitContainer1.Panel2.Controls.Add(splitContainer2);
			splitContainer1.Size = new System.Drawing.Size(608, 373);
			splitContainer1.SplitterDistance = 309;
			splitContainer1.TabIndex = 0;
			splitContainer1.TabStop = false;
			// 
			// pictureBox
			// 
			this.pictureBox.Location = new System.Drawing.Point(0, 0);
			this.pictureBox.Name = "pictureBox";
			this.pictureBox.Size = new System.Drawing.Size(0, 0);
			this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox.TabIndex = 0;
			this.pictureBox.TabStop = false;
			// 
			// splitContainer2
			// 
			splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
			splitContainer2.Location = new System.Drawing.Point(0, 0);
			splitContainer2.Name = "splitContainer2";
			splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer2.Panel1
			// 
			splitContainer2.Panel1.Controls.Add(this.treeViewSubTextures);
			splitContainer2.Panel1.Controls.Add(this.toolStripSubTextures);
			// 
			// splitContainer2.Panel2
			// 
			splitContainer2.Panel2.Controls.Add(this.propertyGrid);
			splitContainer2.Size = new System.Drawing.Size(293, 371);
			splitContainer2.SplitterDistance = 150;
			splitContainer2.TabIndex = 0;
			splitContainer2.TabStop = false;
			// 
			// treeViewSubTextures
			// 
			this.treeViewSubTextures.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeViewSubTextures.Enabled = false;
			this.treeViewSubTextures.HideSelection = false;
			this.treeViewSubTextures.Location = new System.Drawing.Point(0, 25);
			this.treeViewSubTextures.Name = "treeViewSubTextures";
			this.treeViewSubTextures.ShowRootLines = false;
			this.treeViewSubTextures.Size = new System.Drawing.Size(293, 125);
			this.treeViewSubTextures.TabIndex = 0;
			this.treeViewSubTextures.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSubTextures_AfterSelect);
			this.treeViewSubTextures.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeViewSubTextures_MouseUp);
			// 
			// toolStripSubTextures
			// 
			this.toolStripSubTextures.Enabled = false;
			this.toolStripSubTextures.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSubTextureAdd,
            this.toolStripSubTextureRemove});
			this.toolStripSubTextures.Location = new System.Drawing.Point(0, 0);
			this.toolStripSubTextures.Name = "toolStripSubTextures";
			this.toolStripSubTextures.Size = new System.Drawing.Size(293, 25);
			this.toolStripSubTextures.TabIndex = 1;
			// 
			// toolStripSubTextureAdd
			// 
			this.toolStripSubTextureAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolStripSubTextureAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripSubTextureAdd.Name = "toolStripSubTextureAdd";
			this.toolStripSubTextureAdd.Size = new System.Drawing.Size(45, 22);
			this.toolStripSubTextureAdd.Text = "Add...";
			this.toolStripSubTextureAdd.Click += new System.EventHandler(this.toolStripSubTextureAdd_Click);
			// 
			// toolStripSubTextureRemove
			// 
			this.toolStripSubTextureRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.toolStripSubTextureRemove.Enabled = false;
			this.toolStripSubTextureRemove.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripSubTextureRemove.Name = "toolStripSubTextureRemove";
			this.toolStripSubTextureRemove.Size = new System.Drawing.Size(59, 22);
			this.toolStripSubTextureRemove.Text = "Remove";
			this.toolStripSubTextureRemove.Click += new System.EventHandler(this.toolStripSubTextureRemove_Click);
			// 
			// propertyGrid
			// 
			this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyGrid.Enabled = false;
			this.propertyGrid.Location = new System.Drawing.Point(0, 0);
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.Size = new System.Drawing.Size(293, 217);
			this.propertyGrid.TabIndex = 0;
			this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
			// 
			// mainMenuStrip
			// 
			mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            fileToolStripMenuItem,
            editToolStripMenuItem});
			mainMenuStrip.Location = new System.Drawing.Point(0, 0);
			mainMenuStrip.Name = "mainMenuStrip";
			mainMenuStrip.Size = new System.Drawing.Size(608, 25);
			mainMenuStrip.TabIndex = 1;
			// 
			// fileToolStripMenuItem
			// 
			fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            newToolStripMenuItem,
            openToolStripMenuItem,
            toolStripMenuItem1,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            toolStripMenuItem2,
            this.propertiesToolStripMenuItem,
            toolStripMenuItem3,
            exitToolStripMenuItem});
			fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			fileToolStripMenuItem.Size = new System.Drawing.Size(39, 21);
			fileToolStripMenuItem.Text = "&File";
			// 
			// newToolStripMenuItem
			// 
			newToolStripMenuItem.Name = "newToolStripMenuItem";
			newToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			newToolStripMenuItem.Text = "&New";
			newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
			// 
			// openToolStripMenuItem
			// 
			openToolStripMenuItem.Name = "openToolStripMenuItem";
			openToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			openToolStripMenuItem.Text = "&Open...";
			openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
			// 
			// toolStripMenuItem1
			// 
			toolStripMenuItem1.Name = "toolStripMenuItem1";
			toolStripMenuItem1.Size = new System.Drawing.Size(142, 6);
			// 
			// saveToolStripMenuItem
			// 
			this.saveToolStripMenuItem.Enabled = false;
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			this.saveToolStripMenuItem.Text = "&Save";
			this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
			// 
			// saveAsToolStripMenuItem
			// 
			this.saveAsToolStripMenuItem.Enabled = false;
			this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
			this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			this.saveAsToolStripMenuItem.Text = "Save &As...";
			// 
			// toolStripMenuItem2
			// 
			toolStripMenuItem2.Name = "toolStripMenuItem2";
			toolStripMenuItem2.Size = new System.Drawing.Size(142, 6);
			// 
			// propertiesToolStripMenuItem
			// 
			this.propertiesToolStripMenuItem.Enabled = false;
			this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
			this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			this.propertiesToolStripMenuItem.Text = "&Properties...";
			this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
			// 
			// toolStripMenuItem3
			// 
			toolStripMenuItem3.Name = "toolStripMenuItem3";
			toolStripMenuItem3.Size = new System.Drawing.Size(142, 6);
			// 
			// exitToolStripMenuItem
			// 
			exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
			exitToolStripMenuItem.Text = "E&xit";
			exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
			// 
			// openFileDialog
			// 
			this.openFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml";
			// 
			// addTextureDialog
			// 
			this.addTextureDialog.Filter = "Texture file (*.png)|*.png";
			this.addTextureDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.addTextureDialog_FileOk);
			// 
			// saveFileDialog
			// 
			this.saveFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml";
			// 
			// editToolStripMenuItem
			// 
			editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.packToolStripMenuItem});
			editToolStripMenuItem.Name = "editToolStripMenuItem";
			editToolStripMenuItem.Size = new System.Drawing.Size(42, 21);
			editToolStripMenuItem.Text = "&Edit";
			// 
			// packToolStripMenuItem
			// 
			this.packToolStripMenuItem.Enabled = false;
			this.packToolStripMenuItem.Name = "packToolStripMenuItem";
			this.packToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.packToolStripMenuItem.Text = "&Pack";
			this.packToolStripMenuItem.Click += new System.EventHandler(this.packToolStripMenuItem_Click);
			// 
			// Main
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(608, 398);
			this.Controls.Add(splitContainer1);
			this.Controls.Add(mainMenuStrip);
			this.MainMenuStrip = mainMenuStrip;
			this.Name = "Main";
			this.Text = "Texture Atlas Editor";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
			splitContainer1.Panel1.ResumeLayout(false);
			splitContainer1.Panel1.PerformLayout();
			splitContainer1.Panel2.ResumeLayout(false);
			splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
			splitContainer2.Panel1.ResumeLayout(false);
			splitContainer2.Panel1.PerformLayout();
			splitContainer2.Panel2.ResumeLayout(false);
			splitContainer2.ResumeLayout(false);
			this.toolStripSubTextures.ResumeLayout(false);
			this.toolStripSubTextures.PerformLayout();
			mainMenuStrip.ResumeLayout(false);
			mainMenuStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Button         cancelButton;
     System.Windows.Forms.SplitContainer splitContainer;
     System.Windows.Forms.GroupBox       resourceSelectionGroup;
     System.Windows.Forms.GroupBox       previewGroup;
     this.projectResourcesTreeView   = new System.Windows.Forms.TreeView();
     this.projectResourceRadioButton = new System.Windows.Forms.RadioButton();
     this.importLocalResourceButton  = new System.Windows.Forms.Button();
     this.noResourceRadioButton      = new System.Windows.Forms.RadioButton();
     this.localResourceRadioButton   = new System.Windows.Forms.RadioButton();
     this.previewPictureBox          = new System.Windows.Forms.PictureBox();
     this.okButton = new System.Windows.Forms.Button();
     this.projectTreeScanningBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     cancelButton           = new System.Windows.Forms.Button();
     splitContainer         = new System.Windows.Forms.SplitContainer();
     resourceSelectionGroup = new System.Windows.Forms.GroupBox();
     previewGroup           = new System.Windows.Forms.GroupBox();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     resourceSelectionGroup.SuspendLayout();
     previewGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // cancelButton
     //
     cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancelButton.Location                = new System.Drawing.Point(509, 317);
     cancelButton.Name                    = "cancelButton";
     cancelButton.Size                    = new System.Drawing.Size(75, 23);
     cancelButton.TabIndex                = 1;
     cancelButton.Text                    = "${res:Global.CancelButtonText}";
     cancelButton.UseVisualStyleBackColor = true;
     //
     // splitContainer
     //
     splitContainer.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)));
     splitContainer.Location = new System.Drawing.Point(12, 12);
     splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(resourceSelectionGroup);
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(previewGroup);
     splitContainer.Size             = new System.Drawing.Size(572, 299);
     splitContainer.SplitterDistance = 280;
     splitContainer.TabIndex         = 2;
     //
     // resourceSelectionGroup
     //
     resourceSelectionGroup.Controls.Add(this.projectResourcesTreeView);
     resourceSelectionGroup.Controls.Add(this.projectResourceRadioButton);
     resourceSelectionGroup.Controls.Add(this.importLocalResourceButton);
     resourceSelectionGroup.Controls.Add(this.noResourceRadioButton);
     resourceSelectionGroup.Controls.Add(this.localResourceRadioButton);
     resourceSelectionGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     resourceSelectionGroup.Location = new System.Drawing.Point(0, 0);
     resourceSelectionGroup.Name     = "resourceSelectionGroup";
     resourceSelectionGroup.Size     = new System.Drawing.Size(280, 299);
     resourceSelectionGroup.TabIndex = 0;
     resourceSelectionGroup.TabStop  = false;
     //
     // projectResourcesTreeView
     //
     this.projectResourcesTreeView.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.projectResourcesTreeView.HideSelection = false;
     this.projectResourcesTreeView.Location      = new System.Drawing.Point(26, 138);
     this.projectResourcesTreeView.Name          = "projectResourcesTreeView";
     this.projectResourcesTreeView.Size          = new System.Drawing.Size(248, 155);
     this.projectResourcesTreeView.TabIndex      = 4;
     this.projectResourcesTreeView.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.ProjectResourcesTreeViewAfterSelect);
     //
     // projectResourceRadioButton
     //
     this.projectResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.projectResourceRadioButton.Location = new System.Drawing.Point(6, 108);
     this.projectResourceRadioButton.Name     = "projectResourceRadioButton";
     this.projectResourceRadioButton.Size     = new System.Drawing.Size(268, 24);
     this.projectResourceRadioButton.TabIndex = 3;
     this.projectResourceRadioButton.TabStop  = true;
     this.projectResourceRadioButton.Text     = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.ProjectResour" +
                                                "ceButton}";
     this.projectResourceRadioButton.UseVisualStyleBackColor = true;
     this.projectResourceRadioButton.CheckedChanged         += new System.EventHandler(this.ProjectResourceRadioButtonCheckedChanged);
     //
     // importLocalResourceButton
     //
     this.importLocalResourceButton.Location = new System.Drawing.Point(26, 79);
     this.importLocalResourceButton.Name     = "importLocalResourceButton";
     this.importLocalResourceButton.Size     = new System.Drawing.Size(126, 23);
     this.importLocalResourceButton.TabIndex = 2;
     this.importLocalResourceButton.Text     = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.ImportLocalRe" +
                                               "sourceButton}";
     this.importLocalResourceButton.UseVisualStyleBackColor = true;
     this.importLocalResourceButton.Click += new System.EventHandler(this.ImportLocalResourceButtonClick);
     //
     // noResourceRadioButton
     //
     this.noResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.noResourceRadioButton.Location = new System.Drawing.Point(6, 19);
     this.noResourceRadioButton.Name     = "noResourceRadioButton";
     this.noResourceRadioButton.Size     = new System.Drawing.Size(268, 24);
     this.noResourceRadioButton.TabIndex = 0;
     this.noResourceRadioButton.TabStop  = true;
     this.noResourceRadioButton.Text     = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.NoResourceBut" +
                                           "ton}";
     this.noResourceRadioButton.UseVisualStyleBackColor = true;
     this.noResourceRadioButton.CheckedChanged         += new System.EventHandler(this.NoResourceRadioButtonCheckedChanged);
     //
     // localResourceRadioButton
     //
     this.localResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.localResourceRadioButton.Location = new System.Drawing.Point(6, 49);
     this.localResourceRadioButton.Name     = "localResourceRadioButton";
     this.localResourceRadioButton.Size     = new System.Drawing.Size(268, 24);
     this.localResourceRadioButton.TabIndex = 1;
     this.localResourceRadioButton.TabStop  = true;
     this.localResourceRadioButton.Text     = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.LocalResource" +
                                              "Button}";
     this.localResourceRadioButton.UseVisualStyleBackColor = true;
     this.localResourceRadioButton.CheckedChanged         += new System.EventHandler(this.LocalResourceRadioButtonCheckedChanged);
     //
     // previewGroup
     //
     previewGroup.Controls.Add(this.previewPictureBox);
     previewGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     previewGroup.Location = new System.Drawing.Point(0, 0);
     previewGroup.Name     = "previewGroup";
     previewGroup.Size     = new System.Drawing.Size(288, 299);
     previewGroup.TabIndex = 0;
     previewGroup.TabStop  = false;
     previewGroup.Text     = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.Preview}";
     //
     // previewPictureBox
     //
     this.previewPictureBox.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.previewPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.previewPictureBox.Location    = new System.Drawing.Point(6, 19);
     this.previewPictureBox.Name        = "previewPictureBox";
     this.previewPictureBox.Size        = new System.Drawing.Size(276, 274);
     this.previewPictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.previewPictureBox.TabIndex    = 0;
     this.previewPictureBox.TabStop     = false;
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location                = new System.Drawing.Point(428, 317);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex                = 0;
     this.okButton.Text                    = "${res:Global.OKButtonText}";
     this.okButton.UseVisualStyleBackColor = true;
     //
     // projectTreeScanningBackgroundWorker
     //
     this.projectTreeScanningBackgroundWorker.WorkerSupportsCancellation = true;
     this.projectTreeScanningBackgroundWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.ProjectTreeScanningBackgroundWorkerDoWork);
     this.projectTreeScanningBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ProjectTreeScanningBackgroundWorkerRunWorkerCompleted);
     //
     // ImageResourceEditorDialog
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = cancelButton;
     this.ClientSize          = new System.Drawing.Size(596, 352);
     this.Controls.Add(splitContainer);
     this.Controls.Add(cancelButton);
     this.Controls.Add(this.okButton);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "ImageResourceEditorDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.Title}";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.ImageResourceEditorDialogFormClosed);
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     splitContainer.ResumeLayout(false);
     resourceSelectionGroup.ResumeLayout(false);
     previewGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     rmainte4.TimelineControl.DefaultTimeScalePainter defaultTimeScalePainter1 = new rmainte4.TimelineControl.DefaultTimeScalePainter();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this._button_Add = new System.Windows.Forms.Button();
     this._textBox_Target = new System.Windows.Forms.TextBox();
     this._trackBar_Zoom = new System.Windows.Forms.TrackBar();
     this._timeline = new rmainte4.TimelineControl.Timeline();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._trackBar_Zoom)).BeginInit();
     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._trackBar_Zoom);
     this.splitContainer1.Panel1.Controls.Add(this._button_Add);
     this.splitContainer1.Panel1.Controls.Add(this._textBox_Target);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this._timeline);
     this.splitContainer1.Size = new System.Drawing.Size(551, 266);
     this.splitContainer1.SplitterDistance = 158;
     this.splitContainer1.TabIndex = 1;
     //
     // _button_Add
     //
     this._button_Add.Location = new System.Drawing.Point(30, 71);
     this._button_Add.Name = "_button_Add";
     this._button_Add.Size = new System.Drawing.Size(75, 23);
     this._button_Add.TabIndex = 1;
     this._button_Add.Text = "Add";
     this._button_Add.UseVisualStyleBackColor = true;
     this._button_Add.Click += new System.EventHandler(this._button_Add_Click);
     //
     // _textBox_Target
     //
     this._textBox_Target.Location = new System.Drawing.Point(30, 46);
     this._textBox_Target.Name = "_textBox_Target";
     this._textBox_Target.Size = new System.Drawing.Size(100, 19);
     this._textBox_Target.TabIndex = 0;
     this._textBox_Target.Text = "localhost";
     //
     // _trackBar_Zoom
     //
     this._trackBar_Zoom.Location = new System.Drawing.Point(60, 118);
     this._trackBar_Zoom.Name = "_trackBar_Zoom";
     this._trackBar_Zoom.Orientation = System.Windows.Forms.Orientation.Vertical;
     this._trackBar_Zoom.Size = new System.Drawing.Size(45, 104);
     this._trackBar_Zoom.TabIndex = 2;
     //
     // _timeline
     //
     this._timeline.AxisHeight = 20F;
     this._timeline.BackColor = System.Drawing.Color.Black;
     this._timeline.CurrentZoomFactorIndex = 0;
     this._timeline.Location = new System.Drawing.Point(16, 12);
     this._timeline.Name = "_timeline";
     this._timeline.OffsetTimelineFromAxis = true;
     this._timeline.Size = new System.Drawing.Size(352, 242);
     this._timeline.TabIndex = 0;
     defaultTimeScalePainter1.AlternatingColor1 = System.Drawing.Color.Gray;
     defaultTimeScalePainter1.AlternatingColor2 = System.Drawing.Color.DarkGray;
     defaultTimeScalePainter1.Left = 100F;
     defaultTimeScalePainter1.TextColor = System.Drawing.Color.White;
     defaultTimeScalePainter1.TimeFormat = "HH:mm:ss";
     defaultTimeScalePainter1.TimeZoneFont = new System.Drawing.Font("Tahoma", 8F);
     this._timeline.TimeScalePainter = defaultTimeScalePainter1;
     this._timeline.TimeZoneWidth = 50F;
     this._timeline.WorldEndTime = new System.DateTime(2009, 1, 31, 12, 0, 57, 515);
     this._timeline.WorldStartTime = new System.DateTime(2009, 1, 31, 11, 58, 57, 515);
     this._timeline.ZoomFactors = new double[] {
     0.016666666666666666,
     0.16666666666666666,
     0.5,
     1,
     2,
     4,
     8,
     10,
     12,
     15,
     20,
     25,
     30,
     60,
     120};
     //
     // PingerT
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(551, 266);
     this.Controls.Add(this.splitContainer1);
     this.Name = "PingerT";
     this.Text = "Form1";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._trackBar_Zoom)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControlSiteStructure    = new System.Windows.Forms.TabControl();
     this.tabPageSiteOverview        = new System.Windows.Forms.TabPage();
     this.splitContainerSiteOverview = new System.Windows.Forms.SplitContainer();
     this.treeViewSiteOverview       = new System.Windows.Forms.TreeView();
     this.siteStructurePanelCharts   = new SEOMacroscope.MacroscopeSiteStructurePanelCharts();
     this.tabPageSiteSpeed           = new System.Windows.Forms.TabPage();
     this.tableLayoutPanelSiteSpeed  = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabelSiteSpeedAverage = new System.Windows.Forms.ToolStripLabel();
     this.tabControlSiteSpeed            = new System.Windows.Forms.TabControl();
     this.tabPageSiteSpeedSlowest        = new System.Windows.Forms.TabPage();
     this.listViewSiteSpeedSlowest       = new System.Windows.Forms.ListView();
     this.columnHeaderSiteSpeedTime      = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderSiteSpeedTimeUrl   = new System.Windows.Forms.ColumnHeader();
     this.tabPageSiteSpeedFastest        = new System.Windows.Forms.TabPage();
     this.listViewSiteSpeedFastest       = new System.Windows.Forms.ListView();
     this.columnHeader7                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8                          = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysis                 = new System.Windows.Forms.TabPage();
     this.tabControlKeywordAnalysisPhrases       = new System.Windows.Forms.TabControl();
     this.tabPageKeywordAnalysisPhrases1         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis1               = new System.Windows.Forms.ListView();
     this.columnHeaderKeywordAnalysisOccurrences = new System.Windows.Forms.ColumnHeader();
     this.columnHeaderKeywordAnalysisTerm        = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysisPhrases2         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis2               = new System.Windows.Forms.ListView();
     this.columnHeader1                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2                          = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysisPhrases3         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis3               = new System.Windows.Forms.ListView();
     this.columnHeader3                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4                          = new System.Windows.Forms.ColumnHeader();
     this.tabPageKeywordAnalysisPhrases4         = new System.Windows.Forms.TabPage();
     this.listViewKeywordAnalysis4               = new System.Windows.Forms.ListView();
     this.columnHeader5                          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6                          = new System.Windows.Forms.ColumnHeader();
     this.tabControlSiteStructure.SuspendLayout();
     this.tabPageSiteOverview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerSiteOverview)).BeginInit();
     this.splitContainerSiteOverview.Panel1.SuspendLayout();
     this.splitContainerSiteOverview.Panel2.SuspendLayout();
     this.splitContainerSiteOverview.SuspendLayout();
     this.tabPageSiteSpeed.SuspendLayout();
     this.tableLayoutPanelSiteSpeed.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabControlSiteSpeed.SuspendLayout();
     this.tabPageSiteSpeedSlowest.SuspendLayout();
     this.tabPageSiteSpeedFastest.SuspendLayout();
     this.tabPageKeywordAnalysis.SuspendLayout();
     this.tabControlKeywordAnalysisPhrases.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases1.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases2.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases3.SuspendLayout();
     this.tabPageKeywordAnalysisPhrases4.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlSiteStructure
     //
     this.tabControlSiteStructure.Controls.Add(this.tabPageSiteOverview);
     this.tabControlSiteStructure.Controls.Add(this.tabPageSiteSpeed);
     this.tabControlSiteStructure.Controls.Add(this.tabPageKeywordAnalysis);
     this.tabControlSiteStructure.Location      = new System.Drawing.Point(20, 20);
     this.tabControlSiteStructure.Name          = "tabControlSiteStructure";
     this.tabControlSiteStructure.SelectedIndex = 0;
     this.tabControlSiteStructure.Size          = new System.Drawing.Size(440, 440);
     this.tabControlSiteStructure.TabIndex      = 0;
     //
     // tabPageSiteOverview
     //
     this.tabPageSiteOverview.BackColor        = System.Drawing.Color.LightGray;
     this.tabPageSiteOverview.CausesValidation = false;
     this.tabPageSiteOverview.Controls.Add(this.splitContainerSiteOverview);
     this.tabPageSiteOverview.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteOverview.Name     = "tabPageSiteOverview";
     this.tabPageSiteOverview.Size     = new System.Drawing.Size(432, 414);
     this.tabPageSiteOverview.TabIndex = 0;
     this.tabPageSiteOverview.Text     = "Site Overview";
     //
     // splitContainerSiteOverview
     //
     this.splitContainerSiteOverview.Location    = new System.Drawing.Point(20, 20);
     this.splitContainerSiteOverview.Margin      = new System.Windows.Forms.Padding(0);
     this.splitContainerSiteOverview.Name        = "splitContainerSiteOverview";
     this.splitContainerSiteOverview.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerSiteOverview.Panel1
     //
     this.splitContainerSiteOverview.Panel1.BackColor = System.Drawing.Color.DarkGray;
     this.splitContainerSiteOverview.Panel1.Controls.Add(this.treeViewSiteOverview);
     //
     // splitContainerSiteOverview.Panel2
     //
     this.splitContainerSiteOverview.Panel2.BackColor = System.Drawing.Color.DarkGray;
     this.splitContainerSiteOverview.Panel2.Controls.Add(this.siteStructurePanelCharts);
     this.splitContainerSiteOverview.Size              = new System.Drawing.Size(300, 300);
     this.splitContainerSiteOverview.SplitterDistance  = 200;
     this.splitContainerSiteOverview.SplitterIncrement = 10;
     this.splitContainerSiteOverview.SplitterWidth     = 6;
     this.splitContainerSiteOverview.TabIndex          = 0;
     //
     // treeViewSiteOverview
     //
     this.treeViewSiteOverview.Location = new System.Drawing.Point(20, 20);
     this.treeViewSiteOverview.Margin   = new System.Windows.Forms.Padding(0);
     this.treeViewSiteOverview.Name     = "treeViewSiteOverview";
     this.treeViewSiteOverview.Size     = new System.Drawing.Size(150, 150);
     this.treeViewSiteOverview.TabIndex = 0;
     //
     // siteStructurePanelCharts
     //
     this.siteStructurePanelCharts.Location = new System.Drawing.Point(10, 10);
     this.siteStructurePanelCharts.Name     = "siteStructurePanelCharts";
     this.siteStructurePanelCharts.Size     = new System.Drawing.Size(250, 70);
     this.siteStructurePanelCharts.TabIndex = 0;
     //
     // tabPageSiteSpeed
     //
     this.tabPageSiteSpeed.BackColor        = System.Drawing.Color.LightGray;
     this.tabPageSiteSpeed.CausesValidation = false;
     this.tabPageSiteSpeed.Controls.Add(this.tableLayoutPanelSiteSpeed);
     this.tabPageSiteSpeed.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteSpeed.Name     = "tabPageSiteSpeed";
     this.tabPageSiteSpeed.Size     = new System.Drawing.Size(432, 414);
     this.tabPageSiteSpeed.TabIndex = 1;
     this.tabPageSiteSpeed.Text     = "Site Speed";
     //
     // tableLayoutPanelSiteSpeed
     //
     this.tableLayoutPanelSiteSpeed.ColumnCount = 1;
     this.tableLayoutPanelSiteSpeed.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelSiteSpeed.Controls.Add(this.toolStrip1, 0, 1);
     this.tableLayoutPanelSiteSpeed.Controls.Add(this.tabControlSiteSpeed, 0, 0);
     this.tableLayoutPanelSiteSpeed.Location = new System.Drawing.Point(20, 20);
     this.tableLayoutPanelSiteSpeed.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanelSiteSpeed.Name     = "tableLayoutPanelSiteSpeed";
     this.tableLayoutPanelSiteSpeed.RowCount = 2;
     this.tableLayoutPanelSiteSpeed.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelSiteSpeed.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanelSiteSpeed.Size     = new System.Drawing.Size(400, 370);
     this.tableLayoutPanelSiteSpeed.TabIndex = 3;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
     this.toolStrip1.GripStyle  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabelSiteSpeedAverage
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 342);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.Padding    = new System.Windows.Forms.Padding(3);
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size       = new System.Drawing.Size(400, 28);
     this.toolStrip1.TabIndex   = 3;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // toolStripLabelSiteSpeedAverage
     //
     this.toolStripLabelSiteSpeedAverage.Name = "toolStripLabelSiteSpeedAverage";
     this.toolStripLabelSiteSpeedAverage.Size = new System.Drawing.Size(13, 19);
     this.toolStripLabelSiteSpeedAverage.Text = "0";
     //
     // tabControlSiteSpeed
     //
     this.tabControlSiteSpeed.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tabControlSiteSpeed.Controls.Add(this.tabPageSiteSpeedSlowest);
     this.tabControlSiteSpeed.Controls.Add(this.tabPageSiteSpeedFastest);
     this.tabControlSiteSpeed.Location      = new System.Drawing.Point(50, 21);
     this.tabControlSiteSpeed.Margin        = new System.Windows.Forms.Padding(0);
     this.tabControlSiteSpeed.Name          = "tabControlSiteSpeed";
     this.tabControlSiteSpeed.SelectedIndex = 0;
     this.tabControlSiteSpeed.Size          = new System.Drawing.Size(300, 300);
     this.tabControlSiteSpeed.TabIndex      = 2;
     //
     // tabPageSiteSpeedSlowest
     //
     this.tabPageSiteSpeedSlowest.Controls.Add(this.listViewSiteSpeedSlowest);
     this.tabPageSiteSpeedSlowest.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteSpeedSlowest.Name     = "tabPageSiteSpeedSlowest";
     this.tabPageSiteSpeedSlowest.Size     = new System.Drawing.Size(292, 274);
     this.tabPageSiteSpeedSlowest.TabIndex = 1;
     this.tabPageSiteSpeedSlowest.Text     = "Slowest Pages";
     this.tabPageSiteSpeedSlowest.UseVisualStyleBackColor = true;
     //
     // listViewSiteSpeedSlowest
     //
     this.listViewSiteSpeedSlowest.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderSiteSpeedTime,
         this.columnHeaderSiteSpeedTimeUrl
     });
     this.listViewSiteSpeedSlowest.FullRowSelect = true;
     this.listViewSiteSpeedSlowest.GridLines     = true;
     this.listViewSiteSpeedSlowest.Location      = new System.Drawing.Point(20, 20);
     this.listViewSiteSpeedSlowest.Name          = "listViewSiteSpeedSlowest";
     this.listViewSiteSpeedSlowest.Size          = new System.Drawing.Size(200, 200);
     this.listViewSiteSpeedSlowest.TabIndex      = 1;
     this.listViewSiteSpeedSlowest.UseCompatibleStateImageBehavior = false;
     this.listViewSiteSpeedSlowest.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderSiteSpeedTime
     //
     this.columnHeaderSiteSpeedTime.Text  = "Response Time (secs)";
     this.columnHeaderSiteSpeedTime.Width = 150;
     //
     // columnHeaderSiteSpeedTimeUrl
     //
     this.columnHeaderSiteSpeedTimeUrl.Text  = "URL";
     this.columnHeaderSiteSpeedTimeUrl.Width = 300;
     //
     // tabPageSiteSpeedFastest
     //
     this.tabPageSiteSpeedFastest.Controls.Add(this.listViewSiteSpeedFastest);
     this.tabPageSiteSpeedFastest.Location = new System.Drawing.Point(4, 22);
     this.tabPageSiteSpeedFastest.Name     = "tabPageSiteSpeedFastest";
     this.tabPageSiteSpeedFastest.Size     = new System.Drawing.Size(292, 274);
     this.tabPageSiteSpeedFastest.TabIndex = 0;
     this.tabPageSiteSpeedFastest.Text     = "Fastest Pages";
     this.tabPageSiteSpeedFastest.UseVisualStyleBackColor = true;
     //
     // listViewSiteSpeedFastest
     //
     this.listViewSiteSpeedFastest.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader7,
         this.columnHeader8
     });
     this.listViewSiteSpeedFastest.FullRowSelect = true;
     this.listViewSiteSpeedFastest.GridLines     = true;
     this.listViewSiteSpeedFastest.Location      = new System.Drawing.Point(20, 20);
     this.listViewSiteSpeedFastest.Name          = "listViewSiteSpeedFastest";
     this.listViewSiteSpeedFastest.Size          = new System.Drawing.Size(200, 200);
     this.listViewSiteSpeedFastest.TabIndex      = 2;
     this.listViewSiteSpeedFastest.UseCompatibleStateImageBehavior = false;
     this.listViewSiteSpeedFastest.View = System.Windows.Forms.View.Details;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Response Time (secs)";
     this.columnHeader7.Width = 150;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "URL";
     this.columnHeader8.Width = 300;
     //
     // tabPageKeywordAnalysis
     //
     this.tabPageKeywordAnalysis.BackColor        = System.Drawing.Color.LightGray;
     this.tabPageKeywordAnalysis.CausesValidation = false;
     this.tabPageKeywordAnalysis.Controls.Add(this.tabControlKeywordAnalysisPhrases);
     this.tabPageKeywordAnalysis.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysis.Name     = "tabPageKeywordAnalysis";
     this.tabPageKeywordAnalysis.Size     = new System.Drawing.Size(432, 414);
     this.tabPageKeywordAnalysis.TabIndex = 2;
     this.tabPageKeywordAnalysis.Text     = "Keyword Analysis";
     //
     // tabControlKeywordAnalysisPhrases
     //
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases1);
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases2);
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases3);
     this.tabControlKeywordAnalysisPhrases.Controls.Add(this.tabPageKeywordAnalysisPhrases4);
     this.tabControlKeywordAnalysisPhrases.Location      = new System.Drawing.Point(20, 20);
     this.tabControlKeywordAnalysisPhrases.Margin        = new System.Windows.Forms.Padding(0);
     this.tabControlKeywordAnalysisPhrases.Name          = "tabControlKeywordAnalysisPhrases";
     this.tabControlKeywordAnalysisPhrases.SelectedIndex = 0;
     this.tabControlKeywordAnalysisPhrases.Size          = new System.Drawing.Size(400, 300);
     this.tabControlKeywordAnalysisPhrases.TabIndex      = 1;
     //
     // tabPageKeywordAnalysisPhrases1
     //
     this.tabPageKeywordAnalysisPhrases1.Controls.Add(this.listViewKeywordAnalysis1);
     this.tabPageKeywordAnalysisPhrases1.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases1.Name     = "tabPageKeywordAnalysisPhrases1";
     this.tabPageKeywordAnalysisPhrases1.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases1.TabIndex = 0;
     this.tabPageKeywordAnalysisPhrases1.Text     = "One Word";
     this.tabPageKeywordAnalysisPhrases1.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis1
     //
     this.listViewKeywordAnalysis1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderKeywordAnalysisOccurrences,
         this.columnHeaderKeywordAnalysisTerm
     });
     this.listViewKeywordAnalysis1.FullRowSelect = true;
     this.listViewKeywordAnalysis1.GridLines     = true;
     this.listViewKeywordAnalysis1.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis1.Name          = "listViewKeywordAnalysis1";
     this.listViewKeywordAnalysis1.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis1.TabIndex      = 0;
     this.listViewKeywordAnalysis1.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis1.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderKeywordAnalysisOccurrences
     //
     this.columnHeaderKeywordAnalysisOccurrences.Text  = "Occurrences";
     this.columnHeaderKeywordAnalysisOccurrences.Width = 100;
     //
     // columnHeaderKeywordAnalysisTerm
     //
     this.columnHeaderKeywordAnalysisTerm.Text  = "Term";
     this.columnHeaderKeywordAnalysisTerm.Width = 300;
     //
     // tabPageKeywordAnalysisPhrases2
     //
     this.tabPageKeywordAnalysisPhrases2.Controls.Add(this.listViewKeywordAnalysis2);
     this.tabPageKeywordAnalysisPhrases2.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases2.Name     = "tabPageKeywordAnalysisPhrases2";
     this.tabPageKeywordAnalysisPhrases2.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases2.TabIndex = 1;
     this.tabPageKeywordAnalysisPhrases2.Text     = "Two Words";
     this.tabPageKeywordAnalysisPhrases2.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis2
     //
     this.listViewKeywordAnalysis2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listViewKeywordAnalysis2.FullRowSelect = true;
     this.listViewKeywordAnalysis2.GridLines     = true;
     this.listViewKeywordAnalysis2.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis2.Name          = "listViewKeywordAnalysis2";
     this.listViewKeywordAnalysis2.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis2.TabIndex      = 1;
     this.listViewKeywordAnalysis2.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Occurrences";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Term";
     this.columnHeader2.Width = 300;
     //
     // tabPageKeywordAnalysisPhrases3
     //
     this.tabPageKeywordAnalysisPhrases3.Controls.Add(this.listViewKeywordAnalysis3);
     this.tabPageKeywordAnalysisPhrases3.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases3.Name     = "tabPageKeywordAnalysisPhrases3";
     this.tabPageKeywordAnalysisPhrases3.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases3.TabIndex = 2;
     this.tabPageKeywordAnalysisPhrases3.Text     = "Three Words";
     this.tabPageKeywordAnalysisPhrases3.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis3
     //
     this.listViewKeywordAnalysis3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4
     });
     this.listViewKeywordAnalysis3.FullRowSelect = true;
     this.listViewKeywordAnalysis3.GridLines     = true;
     this.listViewKeywordAnalysis3.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis3.Name          = "listViewKeywordAnalysis3";
     this.listViewKeywordAnalysis3.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis3.TabIndex      = 1;
     this.listViewKeywordAnalysis3.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis3.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Occurrences";
     this.columnHeader3.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Term";
     this.columnHeader4.Width = 300;
     //
     // tabPageKeywordAnalysisPhrases4
     //
     this.tabPageKeywordAnalysisPhrases4.Controls.Add(this.listViewKeywordAnalysis4);
     this.tabPageKeywordAnalysisPhrases4.Location = new System.Drawing.Point(4, 22);
     this.tabPageKeywordAnalysisPhrases4.Name     = "tabPageKeywordAnalysisPhrases4";
     this.tabPageKeywordAnalysisPhrases4.Size     = new System.Drawing.Size(392, 274);
     this.tabPageKeywordAnalysisPhrases4.TabIndex = 3;
     this.tabPageKeywordAnalysisPhrases4.Text     = "Four Words";
     this.tabPageKeywordAnalysisPhrases4.UseVisualStyleBackColor = true;
     //
     // listViewKeywordAnalysis4
     //
     this.listViewKeywordAnalysis4.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader6
     });
     this.listViewKeywordAnalysis4.FullRowSelect = true;
     this.listViewKeywordAnalysis4.GridLines     = true;
     this.listViewKeywordAnalysis4.Location      = new System.Drawing.Point(20, 20);
     this.listViewKeywordAnalysis4.Name          = "listViewKeywordAnalysis4";
     this.listViewKeywordAnalysis4.Size          = new System.Drawing.Size(200, 200);
     this.listViewKeywordAnalysis4.TabIndex      = 1;
     this.listViewKeywordAnalysis4.UseCompatibleStateImageBehavior = false;
     this.listViewKeywordAnalysis4.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Occurrences";
     this.columnHeader5.Width = 100;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Term";
     this.columnHeader6.Width = 300;
     //
     // MacroscopeSiteStructurePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControlSiteStructure);
     this.Name = "MacroscopeSiteStructurePanel";
     this.Size = new System.Drawing.Size(500, 600);
     this.tabControlSiteStructure.ResumeLayout(false);
     this.tabPageSiteOverview.ResumeLayout(false);
     this.splitContainerSiteOverview.Panel1.ResumeLayout(false);
     this.splitContainerSiteOverview.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerSiteOverview)).EndInit();
     this.splitContainerSiteOverview.ResumeLayout(false);
     this.tabPageSiteSpeed.ResumeLayout(false);
     this.tableLayoutPanelSiteSpeed.ResumeLayout(false);
     this.tableLayoutPanelSiteSpeed.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabControlSiteSpeed.ResumeLayout(false);
     this.tabPageSiteSpeedSlowest.ResumeLayout(false);
     this.tabPageSiteSpeedFastest.ResumeLayout(false);
     this.tabPageKeywordAnalysis.ResumeLayout(false);
     this.tabControlKeywordAnalysisPhrases.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases1.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases2.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases3.ResumeLayout(false);
     this.tabPageKeywordAnalysisPhrases4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 48
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(MapViewer));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0);
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions1 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.lblZaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.lblYaxis = new DevExpress.XtraEditors.LabelControl();
     this.lblXaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.lblCategory = new DevExpress.XtraEditors.LabelControl();
     this.lblDescription = new DevExpress.XtraEditors.LabelControl();
     this.lblName = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthValues = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthBytes = new DevExpress.XtraEditors.LabelControl();
     this.lblSRAMAddress = new DevExpress.XtraEditors.LabelControl();
     this.lblFlashAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copySelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteSelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inOrgininalPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.atCurrentlySelectedLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editXaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editYaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.surfaceGraphViewer1 = new SurfaceGraphViewer();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox3 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.timer3 = new System.Windows.Forms.Timer(this.components);
     this.timer4 = new System.Windows.Forms.Timer(this.components);
     this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
     this.popupContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.simpleButton3.Enabled = false;
     this.simpleButton3.Location = new System.Drawing.Point(14, 628);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(92, 23);
     this.simpleButton3.TabIndex = 9;
     this.simpleButton3.Text = "Undo changes";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Enabled = false;
     this.simpleButton2.Location = new System.Drawing.Point(715, 628);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 8;
     this.simpleButton2.Text = "Save";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(796, 628);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 7;
     this.simpleButton1.Text = "Close";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // groupControl2
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl2, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl2.Controls.Add(this.lblZaxis);
     this.groupControl2.Controls.Add(this.labelControl13);
     this.groupControl2.Controls.Add(this.lblYaxis);
     this.groupControl2.Controls.Add(this.lblXaxis);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.labelControl11);
     this.groupControl2.Controls.Add(this.lblCategory);
     this.groupControl2.Controls.Add(this.lblDescription);
     this.groupControl2.Controls.Add(this.lblName);
     this.groupControl2.Controls.Add(this.lblLengthValues);
     this.groupControl2.Controls.Add(this.lblLengthBytes);
     this.groupControl2.Controls.Add(this.lblSRAMAddress);
     this.groupControl2.Controls.Add(this.lblFlashAddress);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.labelControl3);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl1);
     this.groupControl2.Location = new System.Drawing.Point(3, 3);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(870, 90);
     this.toolTipController1.SetSuperTip(this.groupControl2, null);
     this.groupControl2.TabIndex = 6;
     this.groupControl2.Text = "Symbol details";
     this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
     //
     // lblZaxis
     //
     this.lblZaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblZaxis.Appearance.Options.UseForeColor = true;
     this.lblZaxis.Location = new System.Drawing.Point(488, 30);
     this.lblZaxis.Name = "lblZaxis";
     this.lblZaxis.Size = new System.Drawing.Size(12, 13);
     this.lblZaxis.TabIndex = 19;
     this.lblZaxis.Text = "...";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(430, 30);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(29, 13);
     this.labelControl13.TabIndex = 18;
     this.labelControl13.Text = "Z-axis";
     //
     // lblYaxis
     //
     this.lblYaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblYaxis.Appearance.Options.UseForeColor = true;
     this.lblYaxis.Location = new System.Drawing.Point(350, 62);
     this.lblYaxis.Name = "lblYaxis";
     this.lblYaxis.Size = new System.Drawing.Size(12, 13);
     this.lblYaxis.TabIndex = 17;
     this.lblYaxis.Text = "...";
     //
     // lblXaxis
     //
     this.lblXaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblXaxis.Appearance.Options.UseForeColor = true;
     this.lblXaxis.Location = new System.Drawing.Point(350, 30);
     this.lblXaxis.Name = "lblXaxis";
     this.lblXaxis.Size = new System.Drawing.Size(12, 13);
     this.lblXaxis.TabIndex = 16;
     this.lblXaxis.Text = "...";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(305, 62);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(29, 13);
     this.labelControl10.TabIndex = 15;
     this.labelControl10.Text = "Y-axis";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(305, 30);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(29, 13);
     this.labelControl11.TabIndex = 14;
     this.labelControl11.Text = "X-axis";
     //
     // lblCategory
     //
     this.lblCategory.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblCategory.Appearance.Options.UseForeColor = true;
     this.lblCategory.Location = new System.Drawing.Point(488, 62);
     this.lblCategory.Name = "lblCategory";
     this.lblCategory.Size = new System.Drawing.Size(12, 13);
     this.lblCategory.TabIndex = 13;
     this.lblCategory.Text = "...";
     //
     // lblDescription
     //
     this.lblDescription.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblDescription.Appearance.Options.UseForeColor = true;
     this.lblDescription.Location = new System.Drawing.Point(671, 62);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(12, 13);
     this.lblDescription.TabIndex = 12;
     this.lblDescription.Text = "...";
     //
     // lblName
     //
     this.lblName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblName.Appearance.Options.UseForeColor = true;
     this.lblName.Location = new System.Drawing.Point(671, 30);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(12, 13);
     this.lblName.TabIndex = 11;
     this.lblName.Text = "...";
     //
     // lblLengthValues
     //
     this.lblLengthValues.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthValues.Appearance.Options.UseForeColor = true;
     this.lblLengthValues.Location = new System.Drawing.Point(251, 62);
     this.lblLengthValues.Name = "lblLengthValues";
     this.lblLengthValues.Size = new System.Drawing.Size(36, 13);
     this.lblLengthValues.TabIndex = 10;
     this.lblLengthValues.Text = "0x0000";
     //
     // lblLengthBytes
     //
     this.lblLengthBytes.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthBytes.Appearance.Options.UseForeColor = true;
     this.lblLengthBytes.Location = new System.Drawing.Point(251, 30);
     this.lblLengthBytes.Name = "lblLengthBytes";
     this.lblLengthBytes.Size = new System.Drawing.Size(36, 13);
     this.lblLengthBytes.TabIndex = 9;
     this.lblLengthBytes.Text = "0x0000";
     //
     // lblSRAMAddress
     //
     this.lblSRAMAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblSRAMAddress.Appearance.Options.UseForeColor = true;
     this.lblSRAMAddress.Location = new System.Drawing.Point(100, 62);
     this.lblSRAMAddress.Name = "lblSRAMAddress";
     this.lblSRAMAddress.Size = new System.Drawing.Size(36, 13);
     this.lblSRAMAddress.TabIndex = 8;
     this.lblSRAMAddress.Text = "0x0000";
     //
     // lblFlashAddress
     //
     this.lblFlashAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblFlashAddress.Appearance.Options.UseForeColor = true;
     this.lblFlashAddress.Location = new System.Drawing.Point(100, 30);
     this.lblFlashAddress.Name = "lblFlashAddress";
     this.lblFlashAddress.Size = new System.Drawing.Size(48, 13);
     this.lblFlashAddress.TabIndex = 7;
     this.lblFlashAddress.Text = "0x000000";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(430, 62);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(45, 13);
     this.labelControl7.TabIndex = 6;
     this.labelControl7.Text = "Category";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(598, 62);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(53, 13);
     this.labelControl6.TabIndex = 5;
     this.labelControl6.Text = "Description";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(598, 30);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(27, 13);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text = "Name";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(164, 62);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(75, 13);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text = "Length (values)";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(164, 30);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(71, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "Length (bytes)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(18, 62);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(69, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "SRAM address";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(18, 30);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Flash address";
     //
     // groupControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl1, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl1.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.groupControl1.Controls.Add(this.splitContainer1);
     this.groupControl1.Location = new System.Drawing.Point(3, 28);
     this.groupControl1.LookAndFeel.SkinName = "Black";
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(870, 594);
     this.toolTipController1.SetSuperTip(this.groupControl1, null);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text = "Symbol data";
     this.groupControl1.DoubleClick += new System.EventHandler(this.groupControl1_DoubleClick);
     this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // splitContainer1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(2, 20);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel2, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel2.Controls.Add(this.xtraTabControl1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(866, 572);
     this.splitContainer1.SplitterDistance = 284;
     this.toolTipController1.SetSuperTip(this.splitContainer1, null);
     this.splitContainer1.TabIndex = 1;
     this.splitContainer1.MouseLeave += new System.EventHandler(this.splitContainer1_MouseLeave);
     this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
     this.splitContainer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseDown);
     this.splitContainer1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseUp);
     //
     // panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.panel1, DevExpress.Utils.DefaultBoolean.False);
     this.panel1.Controls.Add(this.popupContainerControl1);
     this.panel1.Controls.Add(this.gridControl1);
     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(866, 284);
     this.toolTipController1.SetSuperTip(this.panel1, null);
     this.panel1.TabIndex = 2;
     //
     // popupContainerControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.popupContainerControl1, DevExpress.Utils.DefaultBoolean.False);
     this.popupContainerControl1.Controls.Add(this.groupControl2);
     this.popupContainerControl1.Location = new System.Drawing.Point(3, 72);
     this.popupContainerControl1.Name = "popupContainerControl1";
     this.popupContainerControl1.Size = new System.Drawing.Size(878, 97);
     this.toolTipController1.SetSuperTip(this.popupContainerControl1, null);
     this.popupContainerControl1.TabIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.LookAndFeel.SkinName = "Black";
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(866, 284);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // contextMenuStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.contextMenuStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copySelectedCellsToolStripMenuItem,
     this.pasteSelectedCellsToolStripMenuItem,
     this.editXaxisSymbolToolStripMenuItem,
     this.editYaxisSymbolToolStripMenuItem,
     this.smoothSelectionToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(179, 114);
     this.toolTipController1.SetSuperTip(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // copySelectedCellsToolStripMenuItem
     //
     this.copySelectedCellsToolStripMenuItem.Name = "copySelectedCellsToolStripMenuItem";
     this.copySelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.copySelectedCellsToolStripMenuItem.Text = "Copy selected cells";
     this.copySelectedCellsToolStripMenuItem.Click += new System.EventHandler(this.copySelectedCellsToolStripMenuItem_Click);
     //
     // pasteSelectedCellsToolStripMenuItem
     //
     this.pasteSelectedCellsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.inOrgininalPositionToolStripMenuItem,
     this.atCurrentlySelectedLocationToolStripMenuItem});
     this.pasteSelectedCellsToolStripMenuItem.Name = "pasteSelectedCellsToolStripMenuItem";
     this.pasteSelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.pasteSelectedCellsToolStripMenuItem.Text = "Paste selected cells";
     //
     // inOrgininalPositionToolStripMenuItem
     //
     this.inOrgininalPositionToolStripMenuItem.Name = "inOrgininalPositionToolStripMenuItem";
     this.inOrgininalPositionToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.inOrgininalPositionToolStripMenuItem.Text = "At original position";
     this.inOrgininalPositionToolStripMenuItem.Click += new System.EventHandler(this.inOrgininalPositionToolStripMenuItem_Click);
     //
     // atCurrentlySelectedLocationToolStripMenuItem
     //
     this.atCurrentlySelectedLocationToolStripMenuItem.Name = "atCurrentlySelectedLocationToolStripMenuItem";
     this.atCurrentlySelectedLocationToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.atCurrentlySelectedLocationToolStripMenuItem.Text = "At currently selected location";
     this.atCurrentlySelectedLocationToolStripMenuItem.Click += new System.EventHandler(this.atCurrentlySelectedLocationToolStripMenuItem_Click);
     //
     // editXaxisSymbolToolStripMenuItem
     //
     this.editXaxisSymbolToolStripMenuItem.Name = "editXaxisSymbolToolStripMenuItem";
     this.editXaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editXaxisSymbolToolStripMenuItem.Text = "Edit x-axis";
     this.editXaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editXaxisSymbolToolStripMenuItem_Click);
     //
     // editYaxisSymbolToolStripMenuItem
     //
     this.editYaxisSymbolToolStripMenuItem.Name = "editYaxisSymbolToolStripMenuItem";
     this.editYaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editYaxisSymbolToolStripMenuItem.Text = "Edit y-axis";
     this.editYaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editYaxisSymbolToolStripMenuItem_Click);
     //
     // smoothSelectionToolStripMenuItem
     //
     this.smoothSelectionToolStripMenuItem.Name = "smoothSelectionToolStripMenuItem";
     this.smoothSelectionToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.smoothSelectionToolStripMenuItem.Text = "Smooth selection";
     this.smoothSelectionToolStripMenuItem.Click += new System.EventHandler(this.smoothSelectionToolStripMenuItem_Click);
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsCustomization.AllowColumnMoving = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged_1);
     this.gridView1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gridView1_ValidatingEditor);
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
     this.gridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
     this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
     this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     this.gridView1.ShownEditor += new System.EventHandler(this.gridView1_ShownEditor);
     this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     this.gridView1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridView1_ShowingEditor);
     this.gridView1.HiddenEditor += new System.EventHandler(this.gridView1_HiddenEditor);
     this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(866, 284);
     this.xtraTabControl1.TabIndex = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.simpleButton4);
     this.xtraTabPage1.Controls.Add(this.simpleButton5);
     this.xtraTabPage1.Controls.Add(this.simpleButton6);
     this.xtraTabPage1.Controls.Add(this.simpleButton7);
     this.xtraTabPage1.Controls.Add(this.surfaceGraphViewer1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage1.Text = "3D Graph";
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(814, 60);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(23, 23);
     this.simpleButton4.TabIndex = 12;
     this.simpleButton4.ToolTip = "Turn graph counter clockwise";
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.Location = new System.Drawing.Point(814, 89);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(23, 23);
     this.simpleButton5.TabIndex = 11;
     this.simpleButton5.ToolTip = "Turn graph clockwise";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.Location = new System.Drawing.Point(814, 32);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(23, 23);
     this.simpleButton6.TabIndex = 10;
     this.simpleButton6.ToolTip = "Zoom out";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton7.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton7.Image")));
     this.simpleButton7.Location = new System.Drawing.Point(814, 3);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(23, 23);
     this.simpleButton7.TabIndex = 9;
     this.simpleButton7.ToolTip = "Zoom in";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // surfaceGraphViewer1
     //
     this.toolTipController1.SetAllowHtmlText(this.surfaceGraphViewer1, DevExpress.Utils.DefaultBoolean.False);
     this.surfaceGraphViewer1.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.surfaceGraphViewer1.IsRedWhite = false;
     this.surfaceGraphViewer1.IsSixteenbit = false;
     this.surfaceGraphViewer1.IsUpsideDown = false;
     this.surfaceGraphViewer1.Location = new System.Drawing.Point(0, 0);
     this.surfaceGraphViewer1.Map_compare_content = null;
     this.surfaceGraphViewer1.Map_content = null;
     this.surfaceGraphViewer1.Map_length = 0;
     this.surfaceGraphViewer1.Map_name = "";
     this.surfaceGraphViewer1.Map_original_content = null;
     this.surfaceGraphViewer1.Name = "surfaceGraphViewer1";
     this.surfaceGraphViewer1.NumberOfColumns = 8;
     this.surfaceGraphViewer1.Pan_x = 45;
     this.surfaceGraphViewer1.Pan_y = 77;
     this.surfaceGraphViewer1.Pov_d = 0.6;
     this.surfaceGraphViewer1.Pov_x = 30;
     this.surfaceGraphViewer1.Pov_y = 56;
     this.surfaceGraphViewer1.Pov_z = 21;
     this.surfaceGraphViewer1.Size = new System.Drawing.Size(808, 275);
     this.toolTipController1.SetSuperTip(this.surfaceGraphViewer1, null);
     this.surfaceGraphViewer1.TabIndex = 0;
     this.surfaceGraphViewer1.X_axis = null;
     this.surfaceGraphViewer1.X_axis_descr = "";
     this.surfaceGraphViewer1.Y_axis = null;
     this.surfaceGraphViewer1.Y_axis_descr = "";
     this.surfaceGraphViewer1.Z_axis = null;
     this.surfaceGraphViewer1.Z_axis_descr = "";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.labelControl9);
     this.xtraTabPage2.Controls.Add(this.labelControl8);
     this.xtraTabPage2.Controls.Add(this.trackBarControl1);
     this.xtraTabPage2.Controls.Add(this.chartControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage2.Text = "2D Graph";
     //
     // labelControl9
     //
     this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl9.AutoEllipsis = true;
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.Location = new System.Drawing.Point(645, 201);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(188, 34);
     this.labelControl9.TabIndex = 4;
     this.labelControl9.Text = "MAP";
     //
     // labelControl8
     //
     this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl8.AutoEllipsis = true;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.Location = new System.Drawing.Point(6, 201);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(104, 34);
     this.labelControl8.TabIndex = 3;
     this.labelControl8.Text = "MAP values";
     //
     // trackBarControl1
     //
     this.trackBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarControl1.EditValue = null;
     this.trackBarControl1.Location = new System.Drawing.Point(125, 201);
     this.trackBarControl1.Name = "trackBarControl1";
     this.trackBarControl1.Size = new System.Drawing.Size(500, 45);
     this.trackBarControl1.TabIndex = 2;
     this.trackBarControl1.ValueChanged += new System.EventHandler(this.trackBarControl1_ValueChanged);
     //
     // chartControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.chartControl1, DevExpress.Utils.DefaultBoolean.False);
     this.chartControl1.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.chartControl1.CacheToMemory = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.Border.Visible = false;
     this.chartControl1.Location = new System.Drawing.Point(3, 3);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.RefreshDataOnRepaint = false;
     this.chartControl1.RuntimeHitTesting = false;
     this.chartControl1.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.Name = "Values";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1});
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     polygonGradientFillOptions1.Color2 = System.Drawing.Color.Gold;
     lineSeriesView1.LineMarkerOptions.FillStyle.Options = polygonGradientFillOptions1;
     lineSeriesView1.Color = System.Drawing.Color.DarkGoldenrod;
     series1.View = lineSeriesView1;
     series1.ArgumentDataMember = "X";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.Angle = 90;
     pointSeriesLabel1.TextColor = System.Drawing.Color.MidnightBlue;
     pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 6F, System.Drawing.FontStyle.Bold);
     pointSeriesLabel1.Border.Visible = false;
     pointSeriesLabel1.Antialiasing = true;
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     pointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.PointOptions = pointOptions1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     pointSeriesLabel2.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.Size = new System.Drawing.Size(830, 185);
     this.toolTipController1.SetSuperTip(this.chartControl1, null);
     this.chartControl1.TabIndex = 1;
     this.chartControl1.Visible = false;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     this.chartControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDoubleClick);
     this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     this.chartControl1.CustomDrawSeries += new DevExpress.XtraCharts.CustomDrawSeriesEventHandler(this.chartControl1_CustomDrawSeries);
     this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // toolTipController1
     //
     this.toolTipController1.Rounded = true;
     //
     // toolStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.toolStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripSeparator3,
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripButton6,
     this.toolStripButton7,
     this.toolStripSeparator1,
     this.toolStripLabel3,
     this.toolStripComboBox3,
     this.toolStripSeparator2,
     this.toolStripLabel1,
     this.toolStripComboBox2,
     this.toolStripLabel2,
     this.toolStripComboBox1,
     this.toolStripTextBox1,
     this.toolStripButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(876, 25);
     this.toolTipController1.SetSuperTip(this.toolStrip1, null);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "Toggle graph section";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Toggle hexview";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text = "Maximize graph";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text = "Maximize table";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text = "Maximize window";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text = "Toggle graph/map";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(51, 22);
     this.toolStripLabel3.Text = "Viewtype";
     //
     // toolStripComboBox3
     //
     this.toolStripComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox3.Items.AddRange(new object[] {
     "Hex view ",
     "Decimal view ",
     "Easy view"});
     this.toolStripComboBox3.Name = "toolStripComboBox3";
     this.toolStripComboBox3.Size = new System.Drawing.Size(160, 25);
     this.toolStripComboBox3.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox3_SelectedIndexChanged);
     this.toolStripComboBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox3_KeyDown);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(77, 22);
     this.toolStripLabel1.Text = "Axis lock mode";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox2.Items.AddRange(new object[] {
     "Autoscale",
     "Lock to peak in maps",
     "Lock to map limit"});
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(67, 22);
     this.toolStripLabel2.Text = "Mathematics";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.toolStripComboBox1.Items.AddRange(new object[] {
     "Addition",
     "Multiply",
     "Divide",
     "Fill"});
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(60, 25);
     this.toolStripTextBox1.Text = "2";
     this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Execute";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // timer3
     //
     this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
     //
     // timer4
     //
     this.timer4.Enabled = true;
     this.timer4.Interval = 500;
     this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
     //
     // popupContainerEdit1
     //
     this.popupContainerEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.popupContainerEdit1.Location = new System.Drawing.Point(125, 631);
     this.popupContainerEdit1.Name = "popupContainerEdit1";
     this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.popupContainerEdit1.Properties.PopupControl = this.popupContainerControl1;
     this.popupContainerEdit1.Size = new System.Drawing.Size(161, 20);
     toolTipTitleItem1.Text = "Click here for table details";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.False;
     this.popupContainerEdit1.SuperTip = superToolTip1;
     this.popupContainerEdit1.TabIndex = 11;
     this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText);
     //
     // MapViewer
     //
     this.toolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.False);
     this.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.popupContainerEdit1);
     this.LookAndFeel.SkinName = "Black";
     this.Name = "MapViewer";
     this.Size = new System.Drawing.Size(876, 664);
     this.toolTipController1.SetSuperTip(this, null);
     this.VisibleChanged += new System.EventHandler(this.MapViewer_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
     this.popupContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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.SplitContainer splitContainer;
     this.filterTextBox_ = new UoT.WaterMarkTextBox();
     this.fileTreeView_  = new System.Windows.Forms.TreeView();
     splitContainer      = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer
     //
     splitContainer.Dock            = System.Windows.Forms.DockStyle.Fill;
     splitContainer.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     splitContainer.IsSplitterFixed = true;
     splitContainer.Location        = new System.Drawing.Point(0, 0);
     splitContainer.Name            = "splitContainer";
     splitContainer.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(this.filterTextBox_);
     splitContainer.Panel1MinSize = 20;
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(this.fileTreeView_);
     splitContainer.Size             = new System.Drawing.Size(225, 627);
     splitContainer.SplitterDistance = 25;
     splitContainer.TabIndex         = 0;
     //
     // filterTextBox_
     //
     this.filterTextBox_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.filterTextBox_.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.filterTextBox_.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.filterTextBox_.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.filterTextBox_.Location       = new System.Drawing.Point(0, 4);
     this.filterTextBox_.Name           = "filterTextBox_";
     this.filterTextBox_.Size           = new System.Drawing.Size(225, 20);
     this.filterTextBox_.TabIndex       = 1;
     this.filterTextBox_.WaterMarkColor = System.Drawing.Color.Gray;
     this.filterTextBox_.WaterMarkText  = "Filter files...";
     //
     // fileTreeView_
     //
     this.fileTreeView_.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.fileTreeView_.HideSelection = false;
     this.fileTreeView_.HotTracking   = true;
     this.fileTreeView_.Location      = new System.Drawing.Point(0, 0);
     this.fileTreeView_.Name          = "fileTreeView_";
     this.fileTreeView_.Size          = new System.Drawing.Size(225, 598);
     this.fileTreeView_.TabIndex      = 15;
     //
     // ZFileTreeView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(splitContainer);
     this.Name = "ZFileTreeView";
     this.Size = new System.Drawing.Size(225, 627);
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel1.PerformLayout();
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 50
0
        /// <summary>
        /// This method is required for Windows Forms designer support.
        /// Do not change the method contents inside the source code editor. The Forms designer might
        /// not be able to load this method if it was changed manually.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Bloom bloom1  = new Bloom();
            Bloom bloom2  = new Bloom();
            Bloom bloom3  = new Bloom();
            Bloom bloom4  = new Bloom();
            Bloom bloom5  = new Bloom();
            Bloom bloom6  = new Bloom();
            Bloom bloom7  = new Bloom();
            Bloom bloom8  = new Bloom();
            Bloom bloom9  = new Bloom();
            Bloom bloom10 = new Bloom();
            Bloom bloom11 = new Bloom();
            Bloom bloom12 = new Bloom();
            Bloom bloom13 = new Bloom();
            Bloom bloom14 = new Bloom();
            Bloom bloom15 = new Bloom();
            Bloom bloom16 = new Bloom();
            Bloom bloom17 = new Bloom();
            Bloom bloom18 = new Bloom();
            Bloom bloom19 = new Bloom();
            Bloom bloom20 = new Bloom();
            Bloom bloom21 = new Bloom();
            Bloom bloom22 = new Bloom();
            Bloom bloom23 = new Bloom();
            Bloom bloom24 = new Bloom();

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Panel));
            this.Forma_principal    = new FusionTheme();
            this.btn_salir          = new StudioButton();
            this.contenedor1        = new System.Windows.Forms.SplitContainer();
            this.menu_btn_caja      = new System.Windows.Forms.Button();
            this.label5             = new System.Windows.Forms.Label();
            this.menu_btn_config    = new System.Windows.Forms.Button();
            this.menu_btn_empleados = new System.Windows.Forms.Button();
            this.menu_btn_salir     = new System.Windows.Forms.Button();
            this.menu_btn_finanza   = new System.Windows.Forms.Button();
            this.btn_pedido         = new System.Windows.Forms.Button();
            this.btn_agregado       = new System.Windows.Forms.Button();
            this.btn_producto       = new System.Windows.Forms.Button();
            this.btn_cliente        = new System.Windows.Forms.Button();
            this.lb_empleado        = new System.Windows.Forms.Label();
            this.lb_finanza         = new System.Windows.Forms.Label();
            this.lb_salir           = new System.Windows.Forms.Label();
            this.lb_config          = 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.lb_estado_caja     = new System.Windows.Forms.LinkLabel();
            this.menu_lb_tipo       = new System.Windows.Forms.LinkLabel();
            this.menu_lb_pass       = new System.Windows.Forms.LinkLabel();
            this.menu_lb_usuario    = new System.Windows.Forms.LinkLabel();
            this.menu_lb_leyenda    = new System.Windows.Forms.LinkLabel();
            this.picture_logo1      = new System.Windows.Forms.PictureBox();
            this.pc_milogo          = new System.Windows.Forms.PictureBox();
            this.timer1             = new System.Windows.Forms.Timer(this.components);
            this.Forma_principal.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contenedor1)).BeginInit();
            this.contenedor1.Panel1.SuspendLayout();
            this.contenedor1.Panel2.SuspendLayout();
            this.contenedor1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picture_logo1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pc_milogo)).BeginInit();
            this.SuspendLayout();
            //
            // Forma_principal
            //
            this.Forma_principal.BackColor   = System.Drawing.Color.White;
            this.Forma_principal.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
            bloom1.Name   = "Sides";
            bloom1.Value  = System.Drawing.Color.Red;
            bloom2.Name   = "Gradient1";
            bloom2.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(53)))), ((int)(((byte)(91)))));
            bloom3.Name   = "Gradient2";
            bloom3.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(53)))), ((int)(((byte)(91)))));
            bloom4.Name   = "Text";
            bloom4.Value  = System.Drawing.Color.White;
            bloom5.Name   = "Back";
            bloom5.Value  = System.Drawing.Color.White;
            bloom6.Name   = "Border1";
            bloom6.Value  = System.Drawing.Color.Black;
            bloom7.Name   = "Border2";
            bloom7.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom8.Name   = "Border3";
            bloom8.Value  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom9.Name   = "Border4";
            bloom9.Value  = System.Drawing.Color.Black;
            bloom10.Name  = "Blend1";
            bloom10.Value = System.Drawing.Color.Transparent;
            bloom11.Name  = "Blend2";
            bloom11.Value = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            this.Forma_principal.Colors = new Bloom[] {
                bloom1,
                bloom2,
                bloom3,
                bloom4,
                bloom5,
                bloom6,
                bloom7,
                bloom8,
                bloom9,
                bloom10,
                bloom11
            };
            this.Forma_principal.Controls.Add(this.btn_salir);
            this.Forma_principal.Controls.Add(this.contenedor1);
            this.Forma_principal.Customization   = "AAD//1s1I/9bNSP///////////8AAAD/Pzw8/z88PP8AAAD/////AD88PP8=";
            this.Forma_principal.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.Forma_principal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Forma_principal.Image           = null;
            this.Forma_principal.Location        = new System.Drawing.Point(0, 0);
            this.Forma_principal.Movable         = false;
            this.Forma_principal.Name            = "Forma_principal";
            this.Forma_principal.NoRounding      = false;
            this.Forma_principal.Sizable         = false;
            this.Forma_principal.Size            = new System.Drawing.Size(921, 504);
            this.Forma_principal.SmartBounds     = true;
            this.Forma_principal.TabIndex        = 1;
            this.Forma_principal.Text            = "fusionTheme1";
            this.Forma_principal.TransparencyKey = System.Drawing.Color.Fuchsia;
            //
            // btn_salir
            //
            this.btn_salir.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_salir.BackColor = System.Drawing.Color.Transparent;
            bloom12.Name             = "DownGradient1";
            bloom12.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(89)))), ((int)(((byte)(152)))));
            bloom13.Name             = "DownGradient2";
            bloom13.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(89)))), ((int)(((byte)(152)))));
            bloom14.Name             = "NoneGradient1";
            bloom14.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(85)))), ((int)(((byte)(115)))));
            bloom15.Name             = "NoneGradient2";
            bloom15.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(65)))), ((int)(((byte)(95)))));
            bloom16.Name             = "Shine1";
            bloom16.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom17.Name             = "Shine2A";
            bloom17.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom18.Name             = "Shine2B";
            bloom18.Value            = System.Drawing.Color.Transparent;
            bloom19.Name             = "Shine3";
            bloom19.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom20.Name             = "TextShade";
            bloom20.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom21.Name             = "Text";
            bloom21.Value            = System.Drawing.Color.White;
            bloom22.Name             = "Glow";
            bloom22.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            bloom23.Name             = "Border";
            bloom23.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(40)))), ((int)(((byte)(70)))));
            bloom24.Name             = "Corners";
            bloom24.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(40)))), ((int)(((byte)(70)))));
            this.btn_salir.Colors    = new Bloom[] {
                bloom12,
                bloom13,
                bloom14,
                bloom15,
                bloom16,
                bloom17,
                bloom18,
                bloom19,
                bloom20,
                bloom21,
                bloom22,
                bloom23,
                bloom24
            };
            this.btn_salir.Customization = "mFk7/5hZO/9zVUH/X0Et/////x7///8e////AP///xQAAAAy/////////wpGKBT/RigU/w==";
            this.btn_salir.Font          = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.btn_salir.Image         = null;
            this.btn_salir.Location      = new System.Drawing.Point(881, 5);
            this.btn_salir.MaximumSize   = new System.Drawing.Size(28, 26);
            this.btn_salir.MinimumSize   = new System.Drawing.Size(28, 26);
            this.btn_salir.Name          = "btn_salir";
            this.btn_salir.NoRounding    = false;
            this.btn_salir.Size          = new System.Drawing.Size(28, 26);
            this.btn_salir.TabIndex      = 15;
            this.btn_salir.Text          = "X";
            this.btn_salir.Transparent   = true;
            this.btn_salir.Click        += new System.EventHandler(this.Btn_salirClick);
            //
            // contenedor1
            //
            this.contenedor1.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.contenedor1.BackColor       = System.Drawing.Color.Red;
            this.contenedor1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
            this.contenedor1.IsSplitterFixed = true;
            this.contenedor1.Location        = new System.Drawing.Point(12, 35);
            this.contenedor1.Name            = "contenedor1";
            this.contenedor1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
            //
            // contenedor1.Panel1
            //
            this.contenedor1.Panel1.BackColor = System.Drawing.SystemColors.Control;
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_caja);
            this.contenedor1.Panel1.Controls.Add(this.label5);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_config);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_empleados);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_salir);
            this.contenedor1.Panel1.Controls.Add(this.menu_btn_finanza);
            this.contenedor1.Panel1.Controls.Add(this.btn_pedido);
            this.contenedor1.Panel1.Controls.Add(this.btn_agregado);
            this.contenedor1.Panel1.Controls.Add(this.btn_producto);
            this.contenedor1.Panel1.Controls.Add(this.btn_cliente);
            this.contenedor1.Panel1.Controls.Add(this.lb_empleado);
            this.contenedor1.Panel1.Controls.Add(this.lb_finanza);
            this.contenedor1.Panel1.Controls.Add(this.lb_salir);
            this.contenedor1.Panel1.Controls.Add(this.lb_config);
            this.contenedor1.Panel1.Controls.Add(this.label4);
            this.contenedor1.Panel1.Controls.Add(this.label3);
            this.contenedor1.Panel1.Controls.Add(this.label2);
            this.contenedor1.Panel1.Controls.Add(this.label1);
            //
            // contenedor1.Panel2
            //
            this.contenedor1.Panel2.Controls.Add(this.lb_estado_caja);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_tipo);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_pass);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_usuario);
            this.contenedor1.Panel2.Controls.Add(this.menu_lb_leyenda);
            this.contenedor1.Panel2.Controls.Add(this.picture_logo1);
            this.contenedor1.Panel2.Controls.Add(this.pc_milogo);
            this.contenedor1.Size             = new System.Drawing.Size(897, 457);
            this.contenedor1.SplitterDistance = 99;
            this.contenedor1.TabIndex         = 5;
            //
            // menu_btn_caja
            //
            this.menu_btn_caja.AccessibleDescription = "Tomar Pedidos";
            this.menu_btn_caja.AccessibleName        = "Tomar Pedido";
            this.menu_btn_caja.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.menu_btn_caja.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_caja.BackgroundImage")));
            this.menu_btn_caja.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.menu_btn_caja.Location              = new System.Drawing.Point(370, 22);
            this.menu_btn_caja.Name     = "menu_btn_caja";
            this.menu_btn_caja.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_caja.TabIndex = 31;
            this.menu_btn_caja.UseVisualStyleBackColor = true;
            this.menu_btn_caja.Click += new System.EventHandler(this.Menu_btn_cajaClick);
            //
            // label5
            //
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location  = new System.Drawing.Point(374, 4);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(72, 16);
            this.label5.TabIndex  = 32;
            this.label5.Text      = "Caja";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // menu_btn_config
            //
            this.menu_btn_config.AccessibleDescription = "Info";
            this.menu_btn_config.AccessibleName        = "Info";
            this.menu_btn_config.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_config.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_config.BackgroundImage")));
            this.menu_btn_config.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.menu_btn_config.Location              = new System.Drawing.Point(727, 22);
            this.menu_btn_config.Name     = "menu_btn_config";
            this.menu_btn_config.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_config.TabIndex = 29;
            this.menu_btn_config.UseVisualStyleBackColor = true;
            this.menu_btn_config.Click += new System.EventHandler(this.Menu_btn_configClick);
            //
            // menu_btn_empleados
            //
            this.menu_btn_empleados.AccessibleDescription = "Info";
            this.menu_btn_empleados.AccessibleName        = "Info";
            this.menu_btn_empleados.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_empleados.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_empleados.BackgroundImage")));
            this.menu_btn_empleados.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.menu_btn_empleados.Location              = new System.Drawing.Point(552, 22);
            this.menu_btn_empleados.Name     = "menu_btn_empleados";
            this.menu_btn_empleados.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_empleados.TabIndex = 27;
            this.menu_btn_empleados.UseVisualStyleBackColor = true;
            this.menu_btn_empleados.Click += new System.EventHandler(this.Menu_btn_empleadosClick);
            //
            // menu_btn_salir
            //
            this.menu_btn_salir.AccessibleDescription = "Info";
            this.menu_btn_salir.AccessibleName        = "Info";
            this.menu_btn_salir.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_salir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_salir.BackgroundImage")));
            this.menu_btn_salir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.menu_btn_salir.Location              = new System.Drawing.Point(813, 22);
            this.menu_btn_salir.Name     = "menu_btn_salir";
            this.menu_btn_salir.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_salir.TabIndex = 25;
            this.menu_btn_salir.UseVisualStyleBackColor = true;
            this.menu_btn_salir.Click += new System.EventHandler(this.Menu_btn_salirClick);
            //
            // menu_btn_finanza
            //
            this.menu_btn_finanza.AccessibleDescription = "Info";
            this.menu_btn_finanza.AccessibleName        = "Info";
            this.menu_btn_finanza.Anchor                = System.Windows.Forms.AnchorStyles.Right;
            this.menu_btn_finanza.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("menu_btn_finanza.BackgroundImage")));
            this.menu_btn_finanza.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.menu_btn_finanza.Location              = new System.Drawing.Point(640, 22);
            this.menu_btn_finanza.Name     = "menu_btn_finanza";
            this.menu_btn_finanza.Size     = new System.Drawing.Size(72, 72);
            this.menu_btn_finanza.TabIndex = 18;
            this.menu_btn_finanza.UseVisualStyleBackColor = true;
            this.menu_btn_finanza.Click += new System.EventHandler(this.Menu_btn_finanzaClick);
            //
            // btn_pedido
            //
            this.btn_pedido.AccessibleDescription = "Tomar Pedidos";
            this.btn_pedido.AccessibleName        = "Tomar Pedido";
            this.btn_pedido.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.btn_pedido.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_pedido.BackgroundImage")));
            this.btn_pedido.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_pedido.Location              = new System.Drawing.Point(281, 22);
            this.btn_pedido.Name     = "btn_pedido";
            this.btn_pedido.Size     = new System.Drawing.Size(72, 72);
            this.btn_pedido.TabIndex = 19;
            this.btn_pedido.UseVisualStyleBackColor = true;
            this.btn_pedido.Click += new System.EventHandler(this.Btn_pedidoClick);
            //
            // btn_agregado
            //
            this.btn_agregado.AccessibleDescription = "Nuevo Agregados";
            this.btn_agregado.AccessibleName        = "Nuevo Agregados";
            this.btn_agregado.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.btn_agregado.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_agregado.BackgroundImage")));
            this.btn_agregado.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_agregado.Location              = new System.Drawing.Point(193, 22);
            this.btn_agregado.Name     = "btn_agregado";
            this.btn_agregado.Size     = new System.Drawing.Size(72, 72);
            this.btn_agregado.TabIndex = 17;
            this.btn_agregado.UseVisualStyleBackColor = true;
            this.btn_agregado.Click += new System.EventHandler(this.Btn_agregadoClick);
            //
            // btn_producto
            //
            this.btn_producto.AccessibleDescription = "Mis Productos";
            this.btn_producto.AccessibleName        = "Mis Productos";
            this.btn_producto.Anchor                = System.Windows.Forms.AnchorStyles.Left;
            this.btn_producto.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_producto.BackgroundImage")));
            this.btn_producto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_producto.Location              = new System.Drawing.Point(104, 22);
            this.btn_producto.Name     = "btn_producto";
            this.btn_producto.Size     = new System.Drawing.Size(72, 72);
            this.btn_producto.TabIndex = 16;
            this.btn_producto.UseVisualStyleBackColor = true;
            this.btn_producto.Click += new System.EventHandler(this.Btn_productoClick);
            //
            // btn_cliente
            //
            this.btn_cliente.AccessibleDescription = "Clientes";
            this.btn_cliente.AccessibleName        = "Clientes";
            this.btn_cliente.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
            this.btn_cliente.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("btn_cliente.BackgroundImage")));
            this.btn_cliente.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Center;
            this.btn_cliente.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.btn_cliente.Location                   = new System.Drawing.Point(15, 22);
            this.btn_cliente.Name     = "btn_cliente";
            this.btn_cliente.Size     = new System.Drawing.Size(72, 72);
            this.btn_cliente.TabIndex = 15;
            this.btn_cliente.UseVisualStyleBackColor = true;
            this.btn_cliente.Click += new System.EventHandler(this.Btn_clienteClick);
            //
            // lb_empleado
            //
            this.lb_empleado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_empleado.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_empleado.Location  = new System.Drawing.Point(550, 4);
            this.lb_empleado.Name      = "lb_empleado";
            this.lb_empleado.Size      = new System.Drawing.Size(72, 16);
            this.lb_empleado.TabIndex  = 30;
            this.lb_empleado.Text      = "Empleados";
            this.lb_empleado.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_finanza
            //
            this.lb_finanza.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_finanza.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_finanza.Location  = new System.Drawing.Point(638, 4);
            this.lb_finanza.Name      = "lb_finanza";
            this.lb_finanza.Size      = new System.Drawing.Size(72, 16);
            this.lb_finanza.TabIndex  = 28;
            this.lb_finanza.Text      = "Finanzas";
            this.lb_finanza.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_salir
            //
            this.lb_salir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_salir.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_salir.Location  = new System.Drawing.Point(813, 3);
            this.lb_salir.Name      = "lb_salir";
            this.lb_salir.Size      = new System.Drawing.Size(72, 16);
            this.lb_salir.TabIndex  = 26;
            this.lb_salir.Text      = "Salir";
            this.lb_salir.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_config
            //
            this.lb_config.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_config.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lb_config.Location  = new System.Drawing.Point(727, 4);
            this.lb_config.Name      = "lb_config";
            this.lb_config.Size      = new System.Drawing.Size(72, 16);
            this.lb_config.TabIndex  = 24;
            this.lb_config.Text      = "Opciones";
            this.lb_config.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label4
            //
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location  = new System.Drawing.Point(282, 4);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(72, 16);
            this.label4.TabIndex  = 23;
            this.label4.Text      = "Pedido";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label3
            //
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location  = new System.Drawing.Point(192, 4);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(72, 16);
            this.label3.TabIndex  = 22;
            this.label3.Text      = "Extras";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label2
            //
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location  = new System.Drawing.Point(104, 4);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(72, 16);
            this.label2.TabIndex  = 21;
            this.label2.Text      = "Productos";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label1
            //
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location  = new System.Drawing.Point(15, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(72, 16);
            this.label1.TabIndex  = 20;
            this.label1.Text      = "Clientes";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // lb_estado_caja
            //
            this.lb_estado_caja.ActiveLinkColor   = System.Drawing.Color.Black;
            this.lb_estado_caja.BackColor         = System.Drawing.Color.Black;
            this.lb_estado_caja.DisabledLinkColor = System.Drawing.Color.White;
            this.lb_estado_caja.Font             = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.lb_estado_caja.LinkColor        = System.Drawing.Color.White;
            this.lb_estado_caja.Location         = new System.Drawing.Point(3, 2);
            this.lb_estado_caja.Name             = "lb_estado_caja";
            this.lb_estado_caja.Size             = new System.Drawing.Size(339, 16);
            this.lb_estado_caja.TabIndex         = 19;
            this.lb_estado_caja.TabStop          = true;
            this.lb_estado_caja.Text             = "La Caja esta ABIERTA";
            this.lb_estado_caja.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_tipo
            //
            this.menu_lb_tipo.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_tipo.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.menu_lb_tipo.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_tipo.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_tipo.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_tipo.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_tipo.Location         = new System.Drawing.Point(526, 23);
            this.menu_lb_tipo.Name             = "menu_lb_tipo";
            this.menu_lb_tipo.Size             = new System.Drawing.Size(368, 16);
            this.menu_lb_tipo.TabIndex         = 16;
            this.menu_lb_tipo.TabStop          = true;
            this.menu_lb_tipo.Text             = "tipo";
            this.menu_lb_tipo.TextAlign        = System.Drawing.ContentAlignment.MiddleRight;
            this.menu_lb_tipo.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_pass
            //
            this.menu_lb_pass.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_pass.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_pass.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_pass.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_pass.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_pass.Location         = new System.Drawing.Point(3, 117);
            this.menu_lb_pass.Name             = "menu_lb_pass";
            this.menu_lb_pass.Size             = new System.Drawing.Size(139, 16);
            this.menu_lb_pass.TabIndex         = 15;
            this.menu_lb_pass.TabStop          = true;
            this.menu_lb_pass.Text             = "pass";
            this.menu_lb_pass.Visible          = false;
            this.menu_lb_pass.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_usuario
            //
            this.menu_lb_usuario.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_usuario.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_usuario.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_usuario.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_usuario.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_usuario.Location         = new System.Drawing.Point(3, 97);
            this.menu_lb_usuario.Name             = "menu_lb_usuario";
            this.menu_lb_usuario.Size             = new System.Drawing.Size(139, 16);
            this.menu_lb_usuario.TabIndex         = 14;
            this.menu_lb_usuario.TabStop          = true;
            this.menu_lb_usuario.Text             = "rut";
            this.menu_lb_usuario.Visible          = false;
            this.menu_lb_usuario.VisitedLinkColor = System.Drawing.Color.White;
            //
            // menu_lb_leyenda
            //
            this.menu_lb_leyenda.ActiveLinkColor   = System.Drawing.Color.Black;
            this.menu_lb_leyenda.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.menu_lb_leyenda.BackColor         = System.Drawing.Color.Black;
            this.menu_lb_leyenda.DisabledLinkColor = System.Drawing.Color.White;
            this.menu_lb_leyenda.Font             = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menu_lb_leyenda.LinkColor        = System.Drawing.Color.White;
            this.menu_lb_leyenda.Location         = new System.Drawing.Point(526, 2);
            this.menu_lb_leyenda.Name             = "menu_lb_leyenda";
            this.menu_lb_leyenda.Size             = new System.Drawing.Size(368, 16);
            this.menu_lb_leyenda.TabIndex         = 13;
            this.menu_lb_leyenda.TabStop          = true;
            this.menu_lb_leyenda.Text             = "Fecha actual";
            this.menu_lb_leyenda.TextAlign        = System.Drawing.ContentAlignment.MiddleRight;
            this.menu_lb_leyenda.VisitedLinkColor = System.Drawing.Color.White;
            //
            // picture_logo1
            //
            this.picture_logo1.BackColor             = System.Drawing.SystemColors.ControlText;
            this.picture_logo1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("picture_logo1.BackgroundImage")));
            this.picture_logo1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.picture_logo1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.picture_logo1.Location = new System.Drawing.Point(0, 0);
            this.picture_logo1.Name     = "picture_logo1";
            this.picture_logo1.Size     = new System.Drawing.Size(897, 354);
            this.picture_logo1.TabIndex = 12;
            this.picture_logo1.TabStop  = false;
            //
            // pc_milogo
            //
            this.pc_milogo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.pc_milogo.BackColor             = System.Drawing.Color.Black;
            this.pc_milogo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pc_milogo.BackgroundImage")));
            this.pc_milogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.pc_milogo.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pc_milogo.ErrorImage            = null;
            this.pc_milogo.Location = new System.Drawing.Point(0, 303);
            this.pc_milogo.Name     = "pc_milogo";
            this.pc_milogo.Size     = new System.Drawing.Size(897, 51);
            this.pc_milogo.TabIndex = 11;
            this.pc_milogo.TabStop  = false;
            //
            // Panel
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(921, 504);
            this.Controls.Add(this.Forma_principal);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon            = global::cgcommerce.imagenes.Paomedia_Small_N_Flat_Shop;
            this.Name            = "Panel";
            this.Text            = "Sistema Control Pedido v1.3.6";
            this.TransparencyKey = System.Drawing.Color.Fuchsia;
            this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.PanelFormClosing);
            this.Forma_principal.ResumeLayout(false);
            this.contenedor1.Panel1.ResumeLayout(false);
            this.contenedor1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.contenedor1)).EndInit();
            this.contenedor1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picture_logo1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pc_milogo)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 51
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolbar2                           = new System.Windows.Forms.ToolStrip();
     this.stringCommentButton                = new System.Windows.Forms.ToolStripButton();
     this.单行Button                           = new System.Windows.Forms.ToolStripButton();
     this.排序Button                           = new System.Windows.Forms.ToolStripButton();
     this.倒序Button                           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3                = new System.Windows.Forms.ToolStripSeparator();
     this.escapeStripButton                  = new System.Windows.Forms.ToolStripButton();
     this.StringBuilderButton                = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton4              = new System.Windows.Forms.ToolStripSplitButton();
     this.intByteToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.dictionaryStripButton              = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1                       = new System.Windows.Forms.StatusStrip();
     this.splitContainer1                    = new System.Windows.Forms.SplitContainer();
     this.textBox1                           = new System.Windows.Forms.TextBox();
     this.toolStrip2                         = new System.Windows.Forms.ToolStrip();
     this.toolStripSplitButton1              = new System.Windows.Forms.ToolStripSplitButton();
     this.格式化CSSToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.clipboardButton                    = new System.Windows.Forms.ToolStripSplitButton();
     this.差集ToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.textBox2                           = new System.Windows.Forms.TextBox();
     this.toolStrip3                         = new System.Windows.Forms.ToolStrip();
     this.toolstrip1                         = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1                    = new System.Windows.Forms.ToolStripLabel();
     this.jsUncompressButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.javaScriptStripCompressSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.jsSortSplitButton                  = new System.Windows.Forms.ToolStripSplitButton();
     this.jsFileButton                       = new System.Windows.Forms.ToolStripSplitButton();
     this.压缩ToolStripMenuItem1               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel2                    = new System.Windows.Forms.ToolStripLabel();
     this.cssUnCompressButton                = new System.Windows.Forms.ToolStripSplitButton();
     this.解压文件ToolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     this.compressCssSplitButton             = new System.Windows.Forms.ToolStripSplitButton();
     this.fileCssSplitButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.cssCodeButton                      = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator2                = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3                    = new System.Windows.Forms.ToolStripLabel();
     this.htmlCompressButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.压缩ToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.toolbar3                           = new System.Windows.Forms.ToolStrip();
     this.compressButton                     = new System.Windows.Forms.ToolStripSplitButton();
     this.codeButton                         = new System.Windows.Forms.ToolStripSplitButton();
     this.commandSplitButton                 = new System.Windows.Forms.ToolStripSplitButton();
     this.fileButton                         = new System.Windows.Forms.ToolStripSplitButton();
     this.sublimeButton                      = new System.Windows.Forms.ToolStripButton();
     this.imageStripSplitButton              = new System.Windows.Forms.ToolStripSplitButton();
     this.toolbar1                           = new System.Windows.Forms.ToolStrip();
     this.goLabel = new System.Windows.Forms.ToolStripLabel();
     this.goSortStripSplitButton        = new System.Windows.Forms.ToolStripSplitButton();
     this.goRunStripButton              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     this.androidStripLabel             = new System.Windows.Forms.ToolStripLabel();
     this.androidFormatStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     this.cSharpStripLabel              = new System.Windows.Forms.ToolStripLabel();
     this.codeCSharpStripSplitButton    = new System.Windows.Forms.ToolStripSplitButton();
     this.toolbar2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolstrip1.SuspendLayout();
     this.toolbar3.SuspendLayout();
     this.toolbar1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolbar2
     //
     this.toolbar2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.stringCommentButton,
         this.单行Button,
         this.排序Button,
         this.倒序Button,
         this.toolStripSeparator3,
         this.escapeStripButton,
         this.StringBuilderButton,
         this.toolStripSplitButton4,
         this.dictionaryStripButton
     });
     this.toolbar2.Location = new System.Drawing.Point(0, 0);
     this.toolbar2.Name     = "toolbar2";
     this.toolbar2.Size     = new System.Drawing.Size(629, 25);
     this.toolbar2.TabIndex = 0;
     this.toolbar2.Text     = "toolStrip1";
     //
     // stringCommentButton
     //
     this.stringCommentButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.stringCommentButton.Image                 = ((System.Drawing.Image)(resources.GetObject("stringCommentButton.Image")));
     this.stringCommentButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stringCommentButton.Name = "stringCommentButton";
     this.stringCommentButton.Size = new System.Drawing.Size(36, 22);
     this.stringCommentButton.Text = "评注";
     //
     // 单行Button
     //
     this.单行Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.单行Button.Image                 = ((System.Drawing.Image)(resources.GetObject("单行Button.Image")));
     this.单行Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.单行Button.Name = "单行Button";
     this.单行Button.Size = new System.Drawing.Size(36, 22);
     this.单行Button.Text = "单行";
     //
     // 排序Button
     //
     this.排序Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.排序Button.Image                 = ((System.Drawing.Image)(resources.GetObject("排序Button.Image")));
     this.排序Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.排序Button.Name = "排序Button";
     this.排序Button.Size = new System.Drawing.Size(36, 22);
     this.排序Button.Text = "排序";
     //
     // 倒序Button
     //
     this.倒序Button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.倒序Button.Image                 = ((System.Drawing.Image)(resources.GetObject("倒序Button.Image")));
     this.倒序Button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.倒序Button.Name = "倒序Button";
     this.倒序Button.Size = new System.Drawing.Size(36, 22);
     this.倒序Button.Text = "倒序";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // escapeStripButton
     //
     this.escapeStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.escapeStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("escapeStripButton.Image")));
     this.escapeStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.escapeStripButton.Name = "escapeStripButton";
     this.escapeStripButton.Size = new System.Drawing.Size(36, 22);
     this.escapeStripButton.Text = "逃逸";
     //
     // StringBuilderButton
     //
     this.StringBuilderButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.StringBuilderButton.Image                 = ((System.Drawing.Image)(resources.GetObject("StringBuilderButton.Image")));
     this.StringBuilderButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.StringBuilderButton.Name = "StringBuilderButton";
     this.StringBuilderButton.Size = new System.Drawing.Size(87, 22);
     this.StringBuilderButton.Text = "StringBuilder";
     //
     // toolStripSplitButton4
     //
     this.toolStripSplitButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.intByteToolStripMenuItem
     });
     this.toolStripSplitButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton4.Image")));
     this.toolStripSplitButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton4.Name = "toolStripSplitButton4";
     this.toolStripSplitButton4.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton4.Text = "toolStripSplitButton4";
     //
     // intByteToolStripMenuItem
     //
     this.intByteToolStripMenuItem.Name = "intByteToolStripMenuItem";
     this.intByteToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
     this.intByteToolStripMenuItem.Text = "int > byte[]";
     //
     // dictionaryStripButton
     //
     this.dictionaryStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.dictionaryStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("dictionaryStripButton.Image")));
     this.dictionaryStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.dictionaryStripButton.Name = "dictionaryStripButton";
     this.dictionaryStripButton.Size = new System.Drawing.Size(36, 22);
     this.dictionaryStripButton.Text = "字典";
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 439);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(629, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 100);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip3);
     this.splitContainer1.Size             = new System.Drawing.Size(629, 339);
     this.splitContainer1.SplitterDistance = 317;
     this.splitContainer1.TabIndex         = 2;
     //
     // textBox1
     //
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location   = new System.Drawing.Point(0, 25);
     this.textBox1.MaxLength  = 32767000;
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(317, 314);
     this.textBox1.TabIndex   = 1;
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton1,
         this.clipboardButton
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(317, 25);
     this.toolStrip2.TabIndex = 0;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.格式化CSSToolStripMenuItem
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // 格式化CSSToolStripMenuItem
     //
     this.格式化CSSToolStripMenuItem.Name   = "格式化CSSToolStripMenuItem";
     this.格式化CSSToolStripMenuItem.Size   = new System.Drawing.Size(134, 22);
     this.格式化CSSToolStripMenuItem.Text   = "格式化CSS";
     this.格式化CSSToolStripMenuItem.Click += new System.EventHandler(this.格式化CSSToolStripMenuItemClick);
     //
     // clipboardButton
     //
     this.clipboardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.clipboardButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.差集ToolStripMenuItem
     });
     this.clipboardButton.Image = ((System.Drawing.Image)(resources.GetObject("clipboardButton.Image")));
     this.clipboardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.clipboardButton.Name         = "clipboardButton";
     this.clipboardButton.Size         = new System.Drawing.Size(60, 22);
     this.clipboardButton.Text         = "剪切板";
     this.clipboardButton.ButtonClick += new System.EventHandler(this.ClipboardButtonButtonClick);
     //
     // 差集ToolStripMenuItem
     //
     this.差集ToolStripMenuItem.Name   = "差集ToolStripMenuItem";
     this.差集ToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.差集ToolStripMenuItem.Text   = "差集";
     this.差集ToolStripMenuItem.Click += new System.EventHandler(this.差集ToolStripMenuItemClick);
     //
     // textBox2
     //
     this.textBox2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Location   = new System.Drawing.Point(0, 25);
     this.textBox2.MaxLength  = 32767000;
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size       = new System.Drawing.Size(308, 314);
     this.textBox2.TabIndex   = 1;
     //
     // toolStrip3
     //
     this.toolStrip3.Location = new System.Drawing.Point(0, 0);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(308, 25);
     this.toolStrip3.TabIndex = 0;
     this.toolStrip3.Text     = "toolStrip3";
     //
     // toolstrip1
     //
     this.toolstrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.jsUncompressButton,
         this.javaScriptStripCompressSplitButton,
         this.jsSortSplitButton,
         this.jsFileButton,
         this.toolStripSeparator1,
         this.toolStripLabel2,
         this.cssUnCompressButton,
         this.compressCssSplitButton,
         this.fileCssSplitButton,
         this.cssCodeButton,
         this.toolStripSeparator2,
         this.toolStripLabel3,
         this.htmlCompressButton
     });
     this.toolstrip1.Location = new System.Drawing.Point(0, 75);
     this.toolstrip1.Name     = "toolstrip1";
     this.toolstrip1.Size     = new System.Drawing.Size(629, 25);
     this.toolstrip1.TabIndex = 3;
     this.toolstrip1.Text     = "toolStrip4";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(66, 22);
     this.toolStripLabel1.Text = "JavaScript";
     //
     // jsUncompressButton
     //
     this.jsUncompressButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.jsUncompressButton.Image                 = ((System.Drawing.Image)(resources.GetObject("jsUncompressButton.Image")));
     this.jsUncompressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jsUncompressButton.Name = "jsUncompressButton";
     this.jsUncompressButton.Size = new System.Drawing.Size(48, 22);
     this.jsUncompressButton.Text = "解压";
     //
     // javaScriptStripCompressSplitButton
     //
     this.javaScriptStripCompressSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.javaScriptStripCompressSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("javaScriptStripCompressSplitButton.Image")));
     this.javaScriptStripCompressSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.javaScriptStripCompressSplitButton.Name = "javaScriptStripCompressSplitButton";
     this.javaScriptStripCompressSplitButton.Size = new System.Drawing.Size(48, 22);
     this.javaScriptStripCompressSplitButton.Text = "压缩";
     //
     // jsSortSplitButton
     //
     this.jsSortSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.jsSortSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("jsSortSplitButton.Image")));
     this.jsSortSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jsSortSplitButton.Name = "jsSortSplitButton";
     this.jsSortSplitButton.Size = new System.Drawing.Size(48, 22);
     this.jsSortSplitButton.Text = "排序";
     //
     // jsFileButton
     //
     this.jsFileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.jsFileButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.压缩ToolStripMenuItem1
     });
     this.jsFileButton.Image = ((System.Drawing.Image)(resources.GetObject("jsFileButton.Image")));
     this.jsFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jsFileButton.Name         = "jsFileButton";
     this.jsFileButton.Size         = new System.Drawing.Size(48, 22);
     this.jsFileButton.Text         = "文件";
     this.jsFileButton.ButtonClick += new System.EventHandler(this.JsFileButtonButtonClick);
     //
     // 压缩ToolStripMenuItem1
     //
     this.压缩ToolStripMenuItem1.Name   = "压缩ToolStripMenuItem1";
     this.压缩ToolStripMenuItem1.Size   = new System.Drawing.Size(100, 22);
     this.压缩ToolStripMenuItem1.Text   = "压缩";
     this.压缩ToolStripMenuItem1.Click += new System.EventHandler(this.压缩ToolStripMenuItem1Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel2.Text = "CSS";
     //
     // cssUnCompressButton
     //
     this.cssUnCompressButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.cssUnCompressButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.解压文件ToolStripMenuItem1
     });
     this.cssUnCompressButton.Image = ((System.Drawing.Image)(resources.GetObject("cssUnCompressButton.Image")));
     this.cssUnCompressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cssUnCompressButton.Name = "cssUnCompressButton";
     this.cssUnCompressButton.Size = new System.Drawing.Size(48, 22);
     this.cssUnCompressButton.Text = "解压";
     //
     // 解压文件ToolStripMenuItem1
     //
     this.解压文件ToolStripMenuItem1.Name   = "解压文件ToolStripMenuItem1";
     this.解压文件ToolStripMenuItem1.Size   = new System.Drawing.Size(124, 22);
     this.解压文件ToolStripMenuItem1.Text   = "解压文件";
     this.解压文件ToolStripMenuItem1.Click += new System.EventHandler(this.解压文件ToolStripMenuItem1Click);
     //
     // compressCssSplitButton
     //
     this.compressCssSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compressCssSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("compressCssSplitButton.Image")));
     this.compressCssSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compressCssSplitButton.Name = "compressCssSplitButton";
     this.compressCssSplitButton.Size = new System.Drawing.Size(48, 22);
     this.compressCssSplitButton.Text = "压缩";
     //
     // fileCssSplitButton
     //
     this.fileCssSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fileCssSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("fileCssSplitButton.Image")));
     this.fileCssSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.fileCssSplitButton.Name = "fileCssSplitButton";
     this.fileCssSplitButton.Size = new System.Drawing.Size(48, 22);
     this.fileCssSplitButton.Text = "文件";
     //
     // cssCodeButton
     //
     this.cssCodeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.cssCodeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cssCodeButton.Image")));
     this.cssCodeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cssCodeButton.Name = "cssCodeButton";
     this.cssCodeButton.Size = new System.Drawing.Size(48, 22);
     this.cssCodeButton.Text = "代码";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(42, 22);
     this.toolStripLabel3.Text = "HTML";
     //
     // htmlCompressButton
     //
     this.htmlCompressButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.htmlCompressButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.压缩ToolStripMenuItem
     });
     this.htmlCompressButton.Image = ((System.Drawing.Image)(resources.GetObject("htmlCompressButton.Image")));
     this.htmlCompressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.htmlCompressButton.Name = "htmlCompressButton";
     this.htmlCompressButton.Size = new System.Drawing.Size(48, 22);
     this.htmlCompressButton.Text = "压缩";
     //
     // 压缩ToolStripMenuItem
     //
     this.压缩ToolStripMenuItem.Name   = "压缩ToolStripMenuItem";
     this.压缩ToolStripMenuItem.Size   = new System.Drawing.Size(100, 22);
     this.压缩ToolStripMenuItem.Text   = "压缩";
     this.压缩ToolStripMenuItem.Click += new System.EventHandler(this.压缩ToolStripMenuItemClick);
     //
     // toolbar3
     //
     this.toolbar3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.compressButton,
         this.codeButton,
         this.commandSplitButton,
         this.fileButton,
         this.sublimeButton,
         this.imageStripSplitButton
     });
     this.toolbar3.Location = new System.Drawing.Point(0, 25);
     this.toolbar3.Name     = "toolbar3";
     this.toolbar3.Size     = new System.Drawing.Size(629, 25);
     this.toolbar3.TabIndex = 4;
     this.toolbar3.Text     = "toolStrip5";
     //
     // compressButton
     //
     this.compressButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.compressButton.Image                 = ((System.Drawing.Image)(resources.GetObject("compressButton.Image")));
     this.compressButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.compressButton.Name = "compressButton";
     this.compressButton.Size = new System.Drawing.Size(48, 22);
     this.compressButton.Text = "压缩";
     //
     // codeButton
     //
     this.codeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.codeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("codeButton.Image")));
     this.codeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.codeButton.Name = "codeButton";
     this.codeButton.Size = new System.Drawing.Size(48, 22);
     this.codeButton.Text = "代码";
     //
     // commandSplitButton
     //
     this.commandSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.commandSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("commandSplitButton.Image")));
     this.commandSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.commandSplitButton.Name = "commandSplitButton";
     this.commandSplitButton.Size = new System.Drawing.Size(48, 22);
     this.commandSplitButton.Text = "命令";
     //
     // fileButton
     //
     this.fileButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fileButton.Image                 = ((System.Drawing.Image)(resources.GetObject("fileButton.Image")));
     this.fileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.fileButton.Name = "fileButton";
     this.fileButton.Size = new System.Drawing.Size(48, 22);
     this.fileButton.Text = "文件";
     //
     // sublimeButton
     //
     this.sublimeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.sublimeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sublimeButton.Image")));
     this.sublimeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sublimeButton.Name   = "sublimeButton";
     this.sublimeButton.Size   = new System.Drawing.Size(58, 22);
     this.sublimeButton.Text   = "Sublime";
     this.sublimeButton.Click += new System.EventHandler(this.SublimeButtonClick);
     //
     // imageStripSplitButton
     //
     this.imageStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.imageStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("imageStripSplitButton.Image")));
     this.imageStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.imageStripSplitButton.Name = "imageStripSplitButton";
     this.imageStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.imageStripSplitButton.Text = "图片";
     //
     // toolbar1
     //
     this.toolbar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.goLabel,
         this.goSortStripSplitButton,
         this.goRunStripButton,
         this.toolStripSeparator5,
         this.androidStripLabel,
         this.androidFormatStripSplitButton,
         this.toolStripSeparator4,
         this.cSharpStripLabel,
         this.codeCSharpStripSplitButton
     });
     this.toolbar1.Location = new System.Drawing.Point(0, 50);
     this.toolbar1.Name     = "toolbar1";
     this.toolbar1.Size     = new System.Drawing.Size(629, 25);
     this.toolbar1.TabIndex = 5;
     this.toolbar1.Text     = "toolStrip6";
     //
     // goLabel
     //
     this.goLabel.Name = "goLabel";
     this.goLabel.Size = new System.Drawing.Size(25, 22);
     this.goLabel.Text = "Go";
     //
     // goSortStripSplitButton
     //
     this.goSortStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.goSortStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("goSortStripSplitButton.Image")));
     this.goSortStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.goSortStripSplitButton.Name = "goSortStripSplitButton";
     this.goSortStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.goSortStripSplitButton.Text = "排序";
     //
     // goRunStripButton
     //
     this.goRunStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.goRunStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("goRunStripButton.Image")));
     this.goRunStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.goRunStripButton.Name = "goRunStripButton";
     this.goRunStripButton.Size = new System.Drawing.Size(36, 22);
     this.goRunStripButton.Text = "运行";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // androidStripLabel
     //
     this.androidStripLabel.Name = "androidStripLabel";
     this.androidStripLabel.Size = new System.Drawing.Size(55, 22);
     this.androidStripLabel.Text = "Android";
     //
     // androidFormatStripSplitButton
     //
     this.androidFormatStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.androidFormatStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("androidFormatStripSplitButton.Image")));
     this.androidFormatStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.androidFormatStripSplitButton.Name = "androidFormatStripSplitButton";
     this.androidFormatStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.androidFormatStripSplitButton.Text = "格式";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // cSharpStripLabel
     //
     this.cSharpStripLabel.Name = "cSharpStripLabel";
     this.cSharpStripLabel.Size = new System.Drawing.Size(24, 22);
     this.cSharpStripLabel.Text = "C#";
     //
     // codeCSharpStripSplitButton
     //
     this.codeCSharpStripSplitButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.codeCSharpStripSplitButton.Image                 = ((System.Drawing.Image)(resources.GetObject("codeCSharpStripSplitButton.Image")));
     this.codeCSharpStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.codeCSharpStripSplitButton.Name = "codeCSharpStripSplitButton";
     this.codeCSharpStripSplitButton.Size = new System.Drawing.Size(48, 22);
     this.codeCSharpStripSplitButton.Text = "代码";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(629, 461);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolstrip1);
     this.Controls.Add(this.toolbar1);
     this.Controls.Add(this.toolbar3);
     this.Controls.Add(this.toolbar2);
     this.Name  = "MainForm";
     this.Text  = "StringCompare";
     this.Load += new System.EventHandler(this.MainFormLoad);
     this.toolbar2.ResumeLayout(false);
     this.toolbar2.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolstrip1.ResumeLayout(false);
     this.toolstrip1.PerformLayout();
     this.toolbar3.ResumeLayout(false);
     this.toolbar3.PerformLayout();
     this.toolbar1.ResumeLayout(false);
     this.toolbar1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 52
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(PlotterDisplayEx));
     this.imgList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.gPane = new GraphLib.PlotterGraphPaneEx();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectGraphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // imgList1
     //
     this.imgList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList1.ImageStream")));
     this.imgList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imgList1.Images.SetKeyName(0, "media-playback-start.png");
     this.imgList1.Images.SetKeyName(1, "media-playback-stop.png");
     this.imgList1.Images.SetKeyName(2, "media-playback-pause.png");
     this.imgList1.Images.SetKeyName(3, "printer.png");
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.gPane);
     this.splitContainer1.Panel1MinSize = 20;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2Collapsed = true;
     this.splitContainer1.Panel2MinSize = 5;
     this.splitContainer1.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.SplitterDistance = 315;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 2;
     this.splitContainer1.TabStop = false;
     //
     // gPane
     //
     this.gPane.BackColor = System.Drawing.Color.Transparent;
     this.gPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gPane.EnableDrawLegend = true;
     this.gPane.Location = new System.Drawing.Point(0, 0);
     this.gPane.Margin = new System.Windows.Forms.Padding(0);
     this.gPane.Name = "gPane";
     this.gPane.Size = new System.Drawing.Size(598, 339);
     this.gPane.TabIndex = 1;
     this.gPane.XaxisName = null;
     this.gPane.YaxisName = null;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectGraphsToolStripMenuItem,
     this.toolStripSeparator1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(117, 32);
     //
     // selectGraphsToolStripMenuItem
     //
     this.selectGraphsToolStripMenuItem.Name = "selectGraphsToolStripMenuItem";
     this.selectGraphsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.selectGraphsToolStripMenuItem.Text = "Options";
     this.selectGraphsToolStripMenuItem.Click += new System.EventHandler(this.selectGraphsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // PlotterDisplayEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.splitContainer1);
     this.Name = "PlotterDisplayEx";
     this.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     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()
 {
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.toolStripRequest = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxProtocol = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxMethod = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBoxURL = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCookies = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAuthType = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonSendRequest = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.comboBoxRequestHeaders = new System.Windows.Forms.ComboBox();
     this.buttonAddToList = new System.Windows.Forms.Button();
     this.textBoxHeaderValue = new System.Windows.Forms.TextBox();
     this.listViewRequestHeaders = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.buttonDeleteHeader = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.richTextBoxPOST = new System.Windows.Forms.RichTextBox();
     this.tabControl4 = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.listViewResponseHeaders = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.richTextBoxSource = new System.Windows.Forms.RichTextBox();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.webBrowserSource = new System.Windows.Forms.WebBrowser();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.toolStripRequest.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabControl4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     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(912, 313);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.splitContainer2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(904, 287);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Request";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.toolStripRequest);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(898, 281);
     this.splitContainer2.SplitterDistance = 25;
     this.splitContainer2.TabIndex = 2;
     //
     // toolStripRequest
     //
     this.toolStripRequest.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel2,
     this.toolStripComboBoxProtocol,
     this.toolStripSeparator7,
     this.toolStripLabel1,
     this.toolStripComboBoxMethod,
     this.toolStripSeparator8,
     this.toolStripLabel3,
     this.toolStripTextBoxURL,
     this.toolStripSeparator3,
     this.toolStripButtonCookies,
     this.toolStripSeparator9,
     this.toolStripButtonAuthType,
     this.toolStripSeparator5,
     this.toolStripButtonSendRequest,
     this.toolStripSeparator6});
     this.toolStripRequest.Location = new System.Drawing.Point(0, 0);
     this.toolStripRequest.Name = "toolStripRequest";
     this.toolStripRequest.Size = new System.Drawing.Size(898, 25);
     this.toolStripRequest.TabIndex = 0;
     this.toolStripRequest.Text = "toolStrip1";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(46, 22);
     this.toolStripLabel2.Text = "Protocol";
     //
     // toolStripComboBoxProtocol
     //
     this.toolStripComboBoxProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxProtocol.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxProtocol.Items.AddRange(new object[] {
     "HTTP /1.0",
     "HTTP /1.1"});
     this.toolStripComboBoxProtocol.Name = "toolStripComboBoxProtocol";
     this.toolStripComboBoxProtocol.Size = new System.Drawing.Size(80, 25);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(43, 22);
     this.toolStripLabel1.Text = "Method";
     //
     // toolStripComboBoxMethod
     //
     this.toolStripComboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxMethod.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxMethod.Items.AddRange(new object[] {
     "GET",
     "POST"});
     this.toolStripComboBoxMethod.Name = "toolStripComboBoxMethod";
     this.toolStripComboBoxMethod.Size = new System.Drawing.Size(75, 25);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel3.Text = "URL:";
     //
     // toolStripTextBoxURL
     //
     this.toolStripTextBoxURL.Name = "toolStripTextBoxURL";
     this.toolStripTextBoxURL.Size = new System.Drawing.Size(410, 25);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonCookies
     //
     this.toolStripButtonCookies.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCookies.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.toolStripButtonCookies.Name = "toolStripButtonCookies";
     this.toolStripButtonCookies.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCookies.Text = "Define Cokies";
     this.toolStripButtonCookies.Click += new System.EventHandler(this.toolStripButtonCookies_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonAuthType
     //
     this.toolStripButtonAuthType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAuthType.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAuthType.Name = "toolStripButtonAuthType";
     this.toolStripButtonAuthType.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonAuthType.Text = "Define Authentication";
     this.toolStripButtonAuthType.Click += new System.EventHandler(this.toolStripButtonAuthType_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonSendRequest
     //
     this.toolStripButtonSendRequest.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSendRequest.Name = "toolStripButtonSendRequest";
     this.toolStripButtonSendRequest.Size = new System.Drawing.Size(94, 22);
     this.toolStripButtonSendRequest.Text = "Send Request";
     this.toolStripButtonSendRequest.Click += new System.EventHandler(this.toolStripButtonSendRequest_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer4.Size = new System.Drawing.Size(898, 252);
     this.splitContainer4.SplitterDistance = 546;
     this.splitContainer4.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.splitContainer1);
     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(546, 252);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Request Headers";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.comboBoxRequestHeaders);
     this.splitContainer1.Panel1.Controls.Add(this.buttonAddToList);
     this.splitContainer1.Panel1.Controls.Add(this.textBoxHeaderValue);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listViewRequestHeaders);
     this.splitContainer1.Panel2.Controls.Add(this.buttonDeleteHeader);
     this.splitContainer1.Size = new System.Drawing.Size(540, 233);
     this.splitContainer1.SplitterDistance = 33;
     this.splitContainer1.TabIndex = 1;
     //
     // comboBoxRequestHeaders
     //
     this.comboBoxRequestHeaders.FormattingEnabled = true;
     this.comboBoxRequestHeaders.Location = new System.Drawing.Point(3, 5);
     this.comboBoxRequestHeaders.Name = "comboBoxRequestHeaders";
     this.comboBoxRequestHeaders.Size = new System.Drawing.Size(169, 21);
     this.comboBoxRequestHeaders.TabIndex = 3;
     //
     // buttonAddToList
     //
     this.buttonAddToList.Location = new System.Drawing.Point(450, 3);
     this.buttonAddToList.Name = "buttonAddToList";
     this.buttonAddToList.Size = new System.Drawing.Size(87, 23);
     this.buttonAddToList.TabIndex = 2;
     this.buttonAddToList.Text = "Add to List";
     this.buttonAddToList.UseVisualStyleBackColor = true;
     this.buttonAddToList.Click += new System.EventHandler(this.buttonAddToList_Click);
     //
     // textBoxHeaderValue
     //
     this.textBoxHeaderValue.Location = new System.Drawing.Point(178, 5);
     this.textBoxHeaderValue.Name = "textBoxHeaderValue";
     this.textBoxHeaderValue.Size = new System.Drawing.Size(266, 20);
     this.textBoxHeaderValue.TabIndex = 1;
     //
     // listViewRequestHeaders
     //
     this.listViewRequestHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.listViewRequestHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewRequestHeaders.FullRowSelect = true;
     this.listViewRequestHeaders.GridLines = true;
     this.listViewRequestHeaders.Location = new System.Drawing.Point(0, 0);
     this.listViewRequestHeaders.Name = "listViewRequestHeaders";
     this.listViewRequestHeaders.Size = new System.Drawing.Size(540, 173);
     this.listViewRequestHeaders.TabIndex = 0;
     this.listViewRequestHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewRequestHeaders.View = System.Windows.Forms.View.Details;
     this.listViewRequestHeaders.SelectedIndexChanged += new System.EventHandler(this.listViewRequestHeaders_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Header Name";
     this.columnHeader1.Width = 174;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Header Value";
     this.columnHeader2.Width = 333;
     //
     // buttonDeleteHeader
     //
     this.buttonDeleteHeader.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.buttonDeleteHeader.Enabled = false;
     this.buttonDeleteHeader.Location = new System.Drawing.Point(0, 173);
     this.buttonDeleteHeader.Name = "buttonDeleteHeader";
     this.buttonDeleteHeader.Size = new System.Drawing.Size(540, 23);
     this.buttonDeleteHeader.TabIndex = 1;
     this.buttonDeleteHeader.Text = "Delete Headers";
     this.buttonDeleteHeader.UseVisualStyleBackColor = true;
     this.buttonDeleteHeader.Click += new System.EventHandler(this.buttonDeleteHeader_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.richTextBoxPOST);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(348, 252);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "POST";
     //
     // richTextBoxPOST
     //
     this.richTextBoxPOST.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxPOST.Location = new System.Drawing.Point(3, 16);
     this.richTextBoxPOST.Name = "richTextBoxPOST";
     this.richTextBoxPOST.Size = new System.Drawing.Size(342, 233);
     this.richTextBoxPOST.TabIndex = 0;
     this.richTextBoxPOST.Text = "";
     //
     // tabControl4
     //
     this.tabControl4.Controls.Add(this.tabPage5);
     this.tabControl4.Controls.Add(this.tabPage6);
     this.tabControl4.Controls.Add(this.tabPage7);
     this.tabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl4.Location = new System.Drawing.Point(0, 0);
     this.tabControl4.Name = "tabControl4";
     this.tabControl4.SelectedIndex = 0;
     this.tabControl4.Size = new System.Drawing.Size(912, 256);
     this.tabControl4.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.listViewResponseHeaders);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(904, 230);
     this.tabPage5.TabIndex = 0;
     this.tabPage5.Text = "Response Headers";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // listViewResponseHeaders
     //
     this.listViewResponseHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4});
     this.listViewResponseHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewResponseHeaders.Location = new System.Drawing.Point(3, 3);
     this.listViewResponseHeaders.Name = "listViewResponseHeaders";
     this.listViewResponseHeaders.Size = new System.Drawing.Size(898, 224);
     this.listViewResponseHeaders.TabIndex = 0;
     this.listViewResponseHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewResponseHeaders.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Header Name";
     this.columnHeader3.Width = 229;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Header Value";
     this.columnHeader4.Width = 458;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.richTextBoxSource);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(904, 230);
     this.tabPage6.TabIndex = 1;
     this.tabPage6.Text = "Source Code";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // richTextBoxSource
     //
     this.richTextBoxSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxSource.Location = new System.Drawing.Point(3, 3);
     this.richTextBoxSource.Name = "richTextBoxSource";
     this.richTextBoxSource.Size = new System.Drawing.Size(898, 224);
     this.richTextBoxSource.TabIndex = 0;
     this.richTextBoxSource.Text = "";
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.webBrowserSource);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(904, 230);
     this.tabPage7.TabIndex = 2;
     this.tabPage7.Text = "Browser";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // webBrowserSource
     //
     this.webBrowserSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowserSource.Location = new System.Drawing.Point(0, 0);
     this.webBrowserSource.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowserSource.Name = "webBrowserSource";
     this.webBrowserSource.Size = new System.Drawing.Size(904, 230);
     this.webBrowserSource.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.tabControl4);
     this.splitContainer3.Size = new System.Drawing.Size(912, 573);
     this.splitContainer3.SplitterDistance = 313;
     this.splitContainer3.TabIndex = 1;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(912, 573);
     this.Controls.Add(this.splitContainer3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmMain";
     this.Text = "Custom Request";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.toolStripRequest.ResumeLayout(false);
     this.toolStripRequest.PerformLayout();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tabControl4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 54
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();
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("��̬�������μ�������", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRAINNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GROSSTIME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TARETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSSHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSGROUP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TARESHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREGROUP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVESEATNO");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1202392573);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_MATERIALNAME", 24, true, "��̬�������μ�������", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_NETWEIGHT", 14, true, "��̬�������μ�������", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_NETWEIGHT", 14, true);
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("��̬�����һ�μ�������", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRAINNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DELETEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DELETEUSER");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_DELETEDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROUP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVESEATNO");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_MATERIALNAME", 13, true, "��̬�����һ�μ�������", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("�����", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("find");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Aedio");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrackWeightForIron));
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Aedio");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("find");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("05deab1a-dfec-4181-9cb3-ad4fe0377535"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("89870e2b-ce2c-4fc0-9610-41bf1733973c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("05deab1a-dfec-4181-9cb3-ad4fe0377535"), -1);
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("777aa848-96d9-4a9c-8e57-ab46776d741c"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("167a762b-28a1-4b3a-b58a-b7c31ec2d826"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("777aa848-96d9-4a9c-8e57-ab46776d741c"), -1);
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet2 = new System.Data.DataSet();
     this.dataTable6 = new System.Data.DataTable();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataColumn63 = new System.Data.DataColumn();
     this.dataColumn64 = new System.Data.DataColumn();
     this.dataColumn65 = new System.Data.DataColumn();
     this.dataColumn66 = new System.Data.DataColumn();
     this.dataColumn67 = new System.Data.DataColumn();
     this.dataColumn68 = new System.Data.DataColumn();
     this.dataColumn69 = new System.Data.DataColumn();
     this.dataColumn70 = new System.Data.DataColumn();
     this.dataTable7 = new System.Data.DataTable();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn72 = new System.Data.DataColumn();
     this.dataColumn73 = new System.Data.DataColumn();
     this.dataColumn74 = new System.Data.DataColumn();
     this.dataColumn75 = new System.Data.DataColumn();
     this.dataColumn76 = new System.Data.DataColumn();
     this.dataColumn77 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn156 = new System.Data.DataColumn();
     this.dataColumn157 = new System.Data.DataColumn();
     this.dataColumn158 = new System.Data.DataColumn();
     this.dataTable8 = new System.Data.DataTable();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataColumn113 = new System.Data.DataColumn();
     this.dataColumn114 = new System.Data.DataColumn();
     this.dataColumn115 = new System.Data.DataColumn();
     this.dataColumn116 = new System.Data.DataColumn();
     this.dataColumn117 = new System.Data.DataColumn();
     this.dataColumn118 = new System.Data.DataColumn();
     this.dataColumn119 = new System.Data.DataColumn();
     this.dataColumn159 = new System.Data.DataColumn();
     this.dataColumn160 = new System.Data.DataColumn();
     this.dataColumn161 = new System.Data.DataColumn();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelYYBF = new System.Windows.Forms.Panel();
     this.uDridSound = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn142 = new System.Data.DataColumn();
     this.dataColumn143 = new System.Data.DataColumn();
     this.dataColumn144 = new System.Data.DataColumn();
     this.dataColumn145 = new System.Data.DataColumn();
     this.dataColumn146 = new System.Data.DataColumn();
     this.dataColumn147 = new System.Data.DataColumn();
     this.dataColumn148 = new System.Data.DataColumn();
     this.dataColumn149 = new System.Data.DataColumn();
     this.dataColumn150 = new System.Data.DataColumn();
     this.dataColumn151 = new System.Data.DataColumn();
     this.dataColumn152 = new System.Data.DataColumn();
     this.dataColumn153 = new System.Data.DataColumn();
     this.dataColumn154 = new System.Data.DataColumn();
     this.dataColumn155 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataTable5 = new System.Data.DataTable();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.panelSPKZ = new System.Windows.Forms.Panel();
     this.button15 = new System.Windows.Forms.Button();
     this.button14 = new System.Windows.Forms.Button();
     this.button13 = new System.Windows.Forms.Button();
     this.button12 = new System.Windows.Forms.Button();
     this.button11 = new System.Windows.Forms.Button();
     this.button10 = new System.Windows.Forms.Button();
     this.panel8 = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.cbFlow = new System.Windows.Forms.ComboBox();
     this.cb_StoveSeatno = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tb_Stoveno = new System.Windows.Forms.TextBox();
     this.btReceiver = new System.Windows.Forms.Button();
     this.btSender = new System.Windows.Forms.Button();
     this.btTrans = new System.Windows.Forms.Button();
     this.btMaterial = new System.Windows.Forms.Button();
     this.cbTrans = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtNetWeight = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.txtTareWeight = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbMaterial = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.cbReceiver = new System.Windows.Forms.ComboBox();
     this.txtJly = new System.Windows.Forms.TextBox();
     this.txtWeight = new System.Windows.Forms.TextBox();
     this.cbSender = new System.Windows.Forms.ComboBox();
     this.txtJld = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtBc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.lblCh = new System.Windows.Forms.Label();
     this.tb_POTNO = new System.Windows.Forms.TextBox();
     this.panel11 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.ck_Tare = new System.Windows.Forms.CheckBox();
     this.btnTrainTare = new System.Windows.Forms.Button();
     this.btnWc = new System.Windows.Forms.Button();
     this.btnSglr = new System.Windows.Forms.Button();
     this.btnBC = new System.Windows.Forms.Button();
     this.btnDS = new System.Windows.Forms.Button();
     this.btnQL = new System.Windows.Forms.Button();
     this.panel6 = new System.Windows.Forms.Panel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.picFDTP = new System.Windows.Forms.PictureBox();
     this.txtMeterWeight = new LxControl.LxLedControl();
     this.label2 = new System.Windows.Forms.Label();
     this.lblMaterShow = new System.Windows.Forms.Label();
     this.lblMater = new System.Windows.Forms.Label();
     this.BilletInfo_GD_Fill_Panel = new System.Windows.Forms.Panel();
     this.panel7 = new System.Windows.Forms.Panel();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.VideoChannel3 = new System.Windows.Forms.PictureBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.VideoChannel2 = new System.Windows.Forms.PictureBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.VideoChannel1 = new System.Windows.Forms.PictureBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dtpEnd = new System.Windows.Forms.DateTimePicker();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.dateRQ = new System.Windows.Forms.DateTimePicker();
     this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._MoltenInfo_OneUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._MoltenInfo_OneAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dsQuery = new System.Data.DataSet();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn120 = new System.Data.DataColumn();
     this.dataColumn121 = new System.Data.DataColumn();
     this.dataColumn122 = new System.Data.DataColumn();
     this.dataColumn123 = new System.Data.DataColumn();
     this.dataColumn124 = new System.Data.DataColumn();
     this.dataColumn125 = new System.Data.DataColumn();
     this.dataColumn126 = new System.Data.DataColumn();
     this.dataColumn127 = new System.Data.DataColumn();
     this.dataColumn128 = new System.Data.DataColumn();
     this.dataColumn129 = new System.Data.DataColumn();
     this.dataColumn130 = new System.Data.DataColumn();
     this.dataColumn131 = new System.Data.DataColumn();
     this.dataColumn132 = new System.Data.DataColumn();
     this.dataColumn133 = new System.Data.DataColumn();
     this.dataColumn134 = new System.Data.DataColumn();
     this.dataColumn135 = new System.Data.DataColumn();
     this.dataColumn136 = new System.Data.DataColumn();
     this.dataColumn137 = new System.Data.DataColumn();
     this.dataColumn138 = new System.Data.DataColumn();
     this.dataColumn139 = new System.Data.DataColumn();
     this.dataColumn140 = new System.Data.DataColumn();
     this.dataColumn141 = new System.Data.DataColumn();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.panelYYBF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uDridSound)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
     this.panelSPKZ.SuspendLayout();
     this.panel8.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMeterWeight)).BeginInit();
     this.BilletInfo_GD_Fill_Panel.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._MoltenInfo_OneAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.dockableWindow2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsQuery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(848, 130);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "��̬�������μ�������";
     this.ultraGrid1.DataSource = this.dataSet2;
     appearance34.BackColor = System.Drawing.Color.White;
     appearance34.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid1.DisplayLayout.Appearance = appearance34;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn1.Header.VisiblePosition = 18;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn2.Header.VisiblePosition = 19;
     ultraGridColumn2.Hidden = true;
     ultraGridColumn3.Header.VisiblePosition = 0;
     ultraGridColumn3.Hidden = true;
     ultraGridColumn4.Header.VisiblePosition = 13;
     ultraGridColumn4.Hidden = true;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn5.Header.VisiblePosition = 14;
     ultraGridColumn5.Hidden = true;
     ultraGridColumn6.Header.VisiblePosition = 1;
     ultraGridColumn6.Hidden = true;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn7.Header.VisiblePosition = 7;
     ultraGridColumn7.MinWidth = 100;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn8.Header.VisiblePosition = 16;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn9.Header.VisiblePosition = 17;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn10.Header.VisiblePosition = 15;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(139, 0);
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn11.Header.VisiblePosition = 8;
     ultraGridColumn11.MinWidth = 100;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn14.Header.VisiblePosition = 10;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
     ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn15.Header.VisiblePosition = 9;
     ultraGridColumn15.MinWidth = 100;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 21;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn17.Header.VisiblePosition = 22;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn18.Header.VisiblePosition = 23;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
     ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn19.Header.VisiblePosition = 24;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
     ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn20.Header.VisiblePosition = 20;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(92, 0);
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn21.Header.VisiblePosition = 25;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn22.Header.VisiblePosition = 5;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
     ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn23.Header.VisiblePosition = 26;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn24.Header.VisiblePosition = 6;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn25.Header.VisiblePosition = 2;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn25.MinWidth = 100;
     ultraGridColumn26.Header.VisiblePosition = 3;
     ultraGridColumn26.Hidden = true;
     ultraGridColumn27.Header.VisiblePosition = 4;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn29.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
     ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
     ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 4;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30});
     ultraGridGroup1.Header.Caption = "����";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "�ۼƹ�{0}��";
     summarySettings1.GroupBySummaryValueAppearance = appearance2;
     summarySettings2.DisplayFormat = "�ۼƹ�{0}��";
     summarySettings2.GroupBySummaryValueAppearance = appearance3;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     ultraGridBand1.SummaryFooterCaption = "";
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance37.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance37;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid1.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     this.ultraGrid1.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance38.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance38.ForeColor = System.Drawing.Color.White;
     appearance38.TextHAlignAsString = "Center";
     appearance38.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance38;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance39.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance39;
     appearance40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance40.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance40;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance41.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance41.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance41;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Extended;
     this.ultraGrid1.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid1.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(848, 130);
     this.ultraGrid1.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     //
     // dataSet2
     //
     this.dataSet2.DataSetName = "NewDataSet";
     this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable6,
     this.dataTable7,
     this.dataTable8});
     //
     // dataTable6
     //
     this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61,
     this.dataColumn62,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn68,
     this.dataColumn69,
     this.dataColumn70});
     this.dataTable6.TableName = "��̬�����Ԥ����";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "�������";
     this.dataColumn57.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "�������ƴ���";
     this.dataColumn58.ColumnName = "FS_MATERIAL";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "����";
     this.dataColumn59.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "���������";
     this.dataColumn60.ColumnName = "FS_SENDERSTROENO";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "�ջ���λ����";
     this.dataColumn61.ColumnName = "FS_RECEIVESTORENO";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "����";
     this.dataColumn62.ColumnName = "FS_TRAINNO";
     //
     // dataColumn63
     //
     this.dataColumn63.Caption = "������";
     this.dataColumn63.ColumnName = "FS_WEIGHTPOINT";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "¼�벿��";
     this.dataColumn64.ColumnName = "FS_DEPARTMENT";
     //
     // dataColumn65
     //
     this.dataColumn65.Caption = "¼��Ա";
     this.dataColumn65.ColumnName = "FS_USER";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "¼��ʱ��";
     this.dataColumn66.ColumnName = "FD_TIMES";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "��������";
     this.dataColumn67.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "������λ";
     this.dataColumn68.ColumnName = "FS_SENDER";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "�ջ���λ";
     this.dataColumn69.ColumnName = "FS_RECEIVER";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "���˵�λ";
     this.dataColumn70.ColumnName = "FS_TRANS";
     //
     // dataTable7
     //
     this.dataTable7.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn71,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75,
     this.dataColumn76,
     this.dataColumn77,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn81,
     this.dataColumn92,
     this.dataColumn156,
     this.dataColumn157,
     this.dataColumn158});
     this.dataTable7.TableName = "��̬�����һ�μ�������";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "�������";
     this.dataColumn71.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "���ϴ���";
     this.dataColumn72.ColumnName = "FS_MATERIAL";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "�������";
     this.dataColumn73.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "���������";
     this.dataColumn74.ColumnName = "FS_SENDERSTORENO";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "�ջ���λ����";
     this.dataColumn75.ColumnName = "FS_RECEIVERSTORENO";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "����";
     this.dataColumn76.ColumnName = "FS_TRAINNO";
     //
     // dataColumn77
     //
     this.dataColumn77.Caption = "����";
     this.dataColumn77.ColumnName = "FN_WEIGHT";
     //
     // dataColumn78
     //
     this.dataColumn78.Caption = "����Ա";
     this.dataColumn78.ColumnName = "FS_WEIGHTPERSON";
     //
     // dataColumn79
     //
     this.dataColumn79.Caption = "����ʱ��";
     this.dataColumn79.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "������";
     this.dataColumn80.ColumnName = "FS_WEIGHTPOINT";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "ɾ����־";
     this.dataColumn82.ColumnName = "FS_DELETEFLAG";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "ɾ��ȷ����";
     this.dataColumn83.ColumnName = "FS_DELETEUSER";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "ɾ������";
     this.dataColumn84.ColumnName = "FD_DELETEDATE";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "��������";
     this.dataColumn85.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "������λ";
     this.dataColumn86.ColumnName = "FS_SENDER";
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "�ջ���λ";
     this.dataColumn87.ColumnName = "FS_RECEIVER";
     //
     // dataColumn88
     //
     this.dataColumn88.Caption = "����";
     this.dataColumn88.ColumnName = "FS_TYPENAME";
     //
     // dataColumn89
     //
     this.dataColumn89.Caption = "������";
     this.dataColumn89.ColumnName = "FS_POINTNAME";
     //
     // dataColumn90
     //
     this.dataColumn90.Caption = "���˵�λ";
     this.dataColumn90.ColumnName = "FS_TRANS";
     //
     // dataColumn91
     //
     this.dataColumn91.Caption = "���˵�λ����";
     this.dataColumn91.ColumnName = "FS_TRANSNO";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "���";
     this.dataColumn81.ColumnName = "FS_SHIFT";
     //
     // dataColumn92
     //
     this.dataColumn92.Caption = "����";
     this.dataColumn92.ColumnName = "FS_GROUP";
     //
     // dataColumn156
     //
     this.dataColumn156.Caption = "�޺�";
     this.dataColumn156.ColumnName = "FS_POTNO";
     //
     // dataColumn157
     //
     this.dataColumn157.Caption = "¯��";
     this.dataColumn157.ColumnName = "FS_STOVENO";
     //
     // dataColumn158
     //
     this.dataColumn158.Caption = "¯����";
     this.dataColumn158.ColumnName = "FS_STOVESEATNO";
     //
     // dataTable8
     //
     this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn93,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn101,
     this.dataColumn102,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112,
     this.dataColumn113,
     this.dataColumn114,
     this.dataColumn115,
     this.dataColumn116,
     this.dataColumn117,
     this.dataColumn118,
     this.dataColumn119,
     this.dataColumn159,
     this.dataColumn160,
     this.dataColumn161});
     this.dataTable8.TableName = "��̬�������μ�������";
     //
     // dataColumn93
     //
     this.dataColumn93.Caption = "�������";
     this.dataColumn93.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn94
     //
     this.dataColumn94.Caption = "���ϴ���";
     this.dataColumn94.ColumnName = "FS_MATERIAL";
     //
     // dataColumn95
     //
     this.dataColumn95.Caption = "�������";
     this.dataColumn95.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn96
     //
     this.dataColumn96.Caption = "���������";
     this.dataColumn96.ColumnName = "FS_SENDERSTORENO";
     //
     // dataColumn97
     //
     this.dataColumn97.Caption = "�ջ���λ����";
     this.dataColumn97.ColumnName = "FS_RECEIVERSTORENO";
     //
     // dataColumn98
     //
     this.dataColumn98.Caption = "����";
     this.dataColumn98.ColumnName = "FS_TRAINNO";
     //
     // dataColumn99
     //
     this.dataColumn99.Caption = "�";
     this.dataColumn99.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn100
     //
     this.dataColumn100.Caption = "ë�ؼ���Ա";
     this.dataColumn100.ColumnName = "FS_GROSSPERSON";
     //
     // dataColumn101
     //
     this.dataColumn101.Caption = "ë�ؼ�����";
     this.dataColumn101.ColumnName = "FS_GROSSPOINT";
     //
     // dataColumn102
     //
     this.dataColumn102.Caption = "ë�ؼ���ʱ��";
     this.dataColumn102.ColumnName = "FD_GROSSTIME";
     //
     // dataColumn103
     //
     this.dataColumn103.Caption = "Ƥ��";
     this.dataColumn103.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn104
     //
     this.dataColumn104.Caption = "Ƥ�ؼ���Ա";
     this.dataColumn104.ColumnName = "FS_TAREPERSON";
     //
     // dataColumn105
     //
     this.dataColumn105.Caption = "Ƥ�ؼ�����";
     this.dataColumn105.ColumnName = "FS_TAREPOINT";
     //
     // dataColumn106
     //
     this.dataColumn106.Caption = "Ƥ�ؼ���ʱ��";
     this.dataColumn106.ColumnName = "FD_TARETIME";
     //
     // dataColumn107
     //
     this.dataColumn107.Caption = "����";
     this.dataColumn107.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn108
     //
     this.dataColumn108.Caption = "Ӧ����";
     this.dataColumn108.ColumnName = "FN_YKL";
     //
     // dataColumn109
     //
     this.dataColumn109.Caption = "ë�ؼ������";
     this.dataColumn109.ColumnName = "FS_GROSSSHIFT";
     //
     // dataColumn110
     //
     this.dataColumn110.Caption = "ë�ؼ�������";
     this.dataColumn110.ColumnName = "FS_GROSSGROUP";
     //
     // dataColumn111
     //
     this.dataColumn111.Caption = "Ƥ�ؼ������";
     this.dataColumn111.ColumnName = "FS_TARESHIFT";
     //
     // dataColumn112
     //
     this.dataColumn112.Caption = "Ƥ�ؼ�������";
     this.dataColumn112.ColumnName = "FS_TAREGROUP";
     //
     // dataColumn113
     //
     this.dataColumn113.Caption = "��ע";
     this.dataColumn113.ColumnName = "FS_MEMO";
     //
     // dataColumn114
     //
     this.dataColumn114.Caption = "����";
     this.dataColumn114.ColumnName = "FS_TYPENAME";
     //
     // dataColumn115
     //
     this.dataColumn115.Caption = "����������";
     this.dataColumn115.ColumnName = "FS_POINTNAME";
     //
     // dataColumn116
     //
     this.dataColumn116.Caption = "���˵�λ";
     this.dataColumn116.ColumnName = "FS_TRANS";
     //
     // dataColumn117
     //
     this.dataColumn117.Caption = "��������";
     this.dataColumn117.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn118
     //
     this.dataColumn118.Caption = "������λ";
     this.dataColumn118.ColumnName = "FS_SENDER";
     //
     // dataColumn119
     //
     this.dataColumn119.Caption = "�ջ���λ";
     this.dataColumn119.ColumnName = "FS_RECEIVER";
     //
     // dataColumn159
     //
     this.dataColumn159.Caption = "�޺�";
     this.dataColumn159.ColumnName = "FS_POTNO";
     //
     // dataColumn160
     //
     this.dataColumn160.Caption = "¯��";
     this.dataColumn160.ColumnName = "FS_STOVENO";
     //
     // dataColumn161
     //
     this.dataColumn161.Caption = "¯����";
     this.dataColumn161.ColumnName = "FS_STOVESEATNO";
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGrid2);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(663, 130);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGrid2
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "��̬�����һ�μ�������";
     this.ultraGrid2.DataSource = this.dataSet2;
     appearance42.BackColor = System.Drawing.Color.White;
     appearance42.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid2.DisplayLayout.Appearance = appearance42;
     ultraGridColumn31.Header.VisiblePosition = 0;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn32.Header.VisiblePosition = 1;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn33.Header.VisiblePosition = 2;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn34.Header.VisiblePosition = 3;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn35.Header.VisiblePosition = 4;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn36.Header.VisiblePosition = 5;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn37.Header.VisiblePosition = 10;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 14;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 12;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 15;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn41.Header.VisiblePosition = 11;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     ultraGridColumn42.CellAppearance = appearance4;
     ultraGridColumn42.Header.VisiblePosition = 16;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 17;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.Header.VisiblePosition = 6;
     ultraGridColumn44.Hidden = true;
     ultraGridColumn45.Header.VisiblePosition = 7;
     ultraGridColumn45.Hidden = true;
     ultraGridColumn46.Header.VisiblePosition = 8;
     ultraGridColumn46.Hidden = true;
     ultraGridColumn46.Width = 102;
     ultraGridColumn47.Header.VisiblePosition = 13;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn48.Header.VisiblePosition = 18;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn49.Header.VisiblePosition = 9;
     ultraGridColumn49.Hidden = true;
     ultraGridColumn50.Header.VisiblePosition = 21;
     ultraGridColumn50.Hidden = true;
     ultraGridColumn51.Header.VisiblePosition = 19;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn52.Header.VisiblePosition = 20;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn53.Header.VisiblePosition = 22;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn54.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     ultraGridColumn54.Header.VisiblePosition = 23;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn55.Header.VisiblePosition = 24;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55});
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings3.DisplayFormat = "�ۼƹ�{0}��";
     summarySettings3.GroupBySummaryValueAppearance = appearance5;
     ultraGridBand2.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings3});
     ultraGridBand2.SummaryFooterCaption = "";
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance45.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
     this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid2.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     this.ultraGrid2.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid2.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance46.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance46.ForeColor = System.Drawing.Color.White;
     appearance46.TextHAlignAsString = "Center";
     appearance46.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance46;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance47.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance47;
     appearance48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance48.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance48.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance48;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance49.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance49.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance49;
     this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid2.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
     this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid2.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(663, 130);
     this.ultraGrid2.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraGrid2, null);
     //
     // panelYYBF
     //
     this.panelYYBF.Controls.Add(this.uDridSound);
     this.coreBind.SetDatabasecommand(this.panelYYBF, null);
     this.panelYYBF.Location = new System.Drawing.Point(0, 28);
     this.panelYYBF.Name = "panelYYBF";
     this.panelYYBF.Size = new System.Drawing.Size(95, 706);
     this.panelYYBF.TabIndex = 57;
     this.coreBind.SetVerification(this.panelYYBF, null);
     //
     // uDridSound
     //
     this.coreBind.SetDatabasecommand(this.uDridSound, null);
     this.uDridSound.DataMember = "�����";
     this.uDridSound.DataSource = this.dataSet1;
     appearance13.BackColor = System.Drawing.Color.White;
     appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.uDridSound.DisplayLayout.Appearance = appearance13;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn56.Header.VisiblePosition = 0;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn57.Header.VisiblePosition = 1;
     ultraGridColumn58.Header.VisiblePosition = 2;
     ultraGridBand3.Columns.AddRange(new object[] {
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58});
     this.uDridSound.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     this.uDridSound.DisplayLayout.InterBandSpacing = 10;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.uDridSound.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance15.BackColor2 = System.Drawing.Color.White;
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance15.FontData.SizeInPoints = 11F;
     appearance15.FontData.UnderlineAsString = "False";
     appearance15.ForeColor = System.Drawing.Color.Black;
     appearance15.TextHAlignAsString = "Center";
     appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.uDridSound.DisplayLayout.Override.HeaderAppearance = appearance15;
     appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.uDridSound.DisplayLayout.Override.RowAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.uDridSound.DisplayLayout.Override.RowSelectorAppearance = appearance17;
     this.uDridSound.DisplayLayout.Override.RowSelectorWidth = 12;
     this.uDridSound.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance18.ForeColor = System.Drawing.Color.Black;
     this.uDridSound.DisplayLayout.Override.SelectedRowAppearance = appearance18;
     this.uDridSound.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.uDridSound.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.uDridSound.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uDridSound.Location = new System.Drawing.Point(0, 0);
     this.uDridSound.Name = "uDridSound";
     this.uDridSound.Size = new System.Drawing.Size(95, 706);
     this.uDridSound.TabIndex = 4;
     this.coreBind.SetVerification(this.uDridSound, null);
     this.uDridSound.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.uDridSound_ClickCell);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable3,
     this.dataTable5});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn142,
     this.dataColumn143,
     this.dataColumn144,
     this.dataColumn145,
     this.dataColumn146,
     this.dataColumn147,
     this.dataColumn148,
     this.dataColumn149,
     this.dataColumn150,
     this.dataColumn151,
     this.dataColumn152,
     this.dataColumn153,
     this.dataColumn154,
     this.dataColumn155});
     this.dataTable1.TableName = "�����������";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "���������";
     this.dataColumn6.ColumnName = "FS_POINTCODE";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "������";
     this.dataColumn7.ColumnName = "FS_POINTNAME";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "�ӹ�";
     this.dataColumn8.ColumnName = "XZ";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "����";
     this.dataColumn11.ColumnName = "FS_POINTDEPART";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "��������";
     this.dataColumn12.ColumnName = "FS_POINTTYPE";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "Ӳ��¼���IP";
     this.dataColumn13.ColumnName = "FS_VIEDOIP";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "Ӳ��¼����˿�";
     this.dataColumn14.ColumnName = "FS_VIEDOPORT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "Ӳ��¼����û���";
     this.dataColumn15.ColumnName = "FS_VIEDOUSER";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "Ӳ��¼�������";
     this.dataColumn16.ColumnName = "FS_VIEDOPWD";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "�DZ�����";
     this.dataColumn17.ColumnName = "FS_METERTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "�DZ����";
     this.dataColumn18.ColumnName = "FS_METERPARA";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "MOXA��IP";
     this.dataColumn19.ColumnName = "FS_MOXAIP";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "MOXA���˿�";
     this.dataColumn20.ColumnName = "FS_MOXAPORT";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_RTUIP";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_RTUPORT";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FS_PRINTERIP";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FS_PRINTERNAME";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FS_LEDPORT";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "FS_LEDIP";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "��λֵ";
     this.dataColumn37.ColumnName = "FN_VALUE";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "����ֵ����ֵ��";
     this.dataColumn38.ColumnName = "FF_CLEARVALUE";
     //
     // dataColumn142
     //
     this.dataColumn142.ColumnName = "FS_PRINTTYPECODE";
     //
     // dataColumn143
     //
     this.dataColumn143.ColumnName = "FN_USEDPRINTPAPER";
     //
     // dataColumn144
     //
     this.dataColumn144.ColumnName = "FN_USEDPRINTINK";
     //
     // dataColumn145
     //
     this.dataColumn145.ColumnName = "FS_ALLOWOTHERTARE";
     //
     // dataColumn146
     //
     this.dataColumn146.ColumnName = "FS_SIGN";
     //
     // dataColumn147
     //
     this.dataColumn147.ColumnName = "FS_DISPLAYPORT";
     //
     // dataColumn148
     //
     this.dataColumn148.ColumnName = "FS_DISPLAYPARA";
     //
     // dataColumn149
     //
     this.dataColumn149.ColumnName = "FS_READERPORT";
     //
     // dataColumn150
     //
     this.dataColumn150.ColumnName = "FS_READERPARA";
     //
     // dataColumn151
     //
     this.dataColumn151.ColumnName = "FS_READERTYPE";
     //
     // dataColumn152
     //
     this.dataColumn152.ColumnName = "FS_DISPLAYTYPE";
     //
     // dataColumn153
     //
     this.dataColumn153.ColumnName = "TOTALPAPAR";
     //
     // dataColumn154
     //
     this.dataColumn154.ColumnName = "TOTALINK";
     //
     // dataColumn155
     //
     this.dataColumn155.ColumnName = "FS_LEDTYPE";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn21,
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn10,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn55,
     this.dataColumn56});
     this.dataTable2.TableName = "��Ϣ�ɼ���";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "��Ƥ��";
     this.dataColumn21.ColumnName = "FS_POTNO";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "����������";
     this.dataColumn1.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "��������";
     this.dataColumn2.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "�";
     this.dataColumn3.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "Ƥ��";
     this.dataColumn4.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����";
     this.dataColumn10.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_MATERIAL";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FS_RECEIVESTORE";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_SENDERSTROENO";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_ITEMNO";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "�س�ʱ��";
     this.dataColumn40.ColumnName = "FS_GROSSTIME";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "�ճ�ʱ��";
     this.dataColumn41.ColumnName = "FD_TARETIME";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "Ӧ����";
     this.dataColumn42.ColumnName = "FS_YKL";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "������λ";
     this.dataColumn55.ColumnName = "FS_SENDER";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "�ջ���λ";
     this.dataColumn56.ColumnName = "FS_RECEIVER";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn5,
     this.dataColumn9,
     this.dataColumn39});
     this.dataTable3.TableName = "�����";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "��������";
     this.dataColumn5.ColumnName = "FS_VOICENAME";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "�����ļ�";
     this.dataColumn9.ColumnName = "FS_VOICEFILE";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FS_INSTRTYPE";
     //
     // dataTable5
     //
     this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn27,
     this.dataColumn31,
     this.dataColumn43,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn54});
     this.dataTable5.TableName = "��һ�μ�����Ϣ";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "��Ƥ��";
     this.dataColumn44.ColumnName = "FS_POTNO";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "��������";
     this.dataColumn45.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "����Ա";
     this.dataColumn46.ColumnName = "FS_WEIGHTPERSON";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "����ʱ��";
     this.dataColumn47.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "����";
     this.dataColumn48.ColumnName = "FN_WEIGHT";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "�������";
     this.dataColumn22.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "������";
     this.dataColumn23.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "��Ŀ��";
     this.dataColumn27.ColumnName = "FS_ITEMNO";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "���ϴ���";
     this.dataColumn31.ColumnName = "FS_MATERIAL";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "����";
     this.dataColumn43.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "���������";
     this.dataColumn49.ColumnName = "FS_SENDERSTROENO";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "�ջ���λ����";
     this.dataColumn50.ColumnName = "FS_RECEIVESTORE";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "¯��";
     this.dataColumn51.ColumnName = "FS_STOVENO";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "¯����";
     this.dataColumn52.ColumnName = "FS_STOVESEATNO";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "������λ";
     this.dataColumn53.ColumnName = "FS_SENDER";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "�ջ���λ";
     this.dataColumn54.ColumnName = "FS_RECIEVER";
     //
     // panelSPKZ
     //
     this.panelSPKZ.Controls.Add(this.button15);
     this.panelSPKZ.Controls.Add(this.button14);
     this.panelSPKZ.Controls.Add(this.button13);
     this.panelSPKZ.Controls.Add(this.button12);
     this.panelSPKZ.Controls.Add(this.button11);
     this.panelSPKZ.Controls.Add(this.button10);
     this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
     this.panelSPKZ.Location = new System.Drawing.Point(0, 28);
     this.panelSPKZ.Name = "panelSPKZ";
     this.panelSPKZ.Size = new System.Drawing.Size(126, 550);
     this.panelSPKZ.TabIndex = 58;
     this.coreBind.SetVerification(this.panelSPKZ, null);
     //
     // button15
     //
     this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button15, null);
     this.button15.Location = new System.Drawing.Point(35, 231);
     this.button15.Name = "button15";
     this.button15.Size = new System.Drawing.Size(55, 28);
     this.button15.TabIndex = 18;
     this.button15.Tag = "4";
     this.button15.Text = "��";
     this.button15.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button15, null);
     //
     // button14
     //
     this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button14, null);
     this.button14.Location = new System.Drawing.Point(35, 183);
     this.button14.Name = "button14";
     this.button14.Size = new System.Drawing.Size(55, 28);
     this.button14.TabIndex = 17;
     this.button14.Tag = "5";
     this.button14.Text = "Զ";
     this.button14.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button14, null);
     //
     // button13
     //
     this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button13, null);
     this.button13.Location = new System.Drawing.Point(67, 65);
     this.button13.Name = "button13";
     this.button13.Size = new System.Drawing.Size(55, 28);
     this.button13.TabIndex = 16;
     this.button13.Tag = "3";
     this.button13.Text = "��";
     this.button13.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button13, null);
     //
     // button12
     //
     this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button12, null);
     this.button12.Location = new System.Drawing.Point(5, 64);
     this.button12.Name = "button12";
     this.button12.Size = new System.Drawing.Size(55, 28);
     this.button12.TabIndex = 15;
     this.button12.Tag = "2";
     this.button12.Text = "��";
     this.button12.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button12, null);
     //
     // button11
     //
     this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button11, null);
     this.button11.Location = new System.Drawing.Point(35, 103);
     this.button11.Name = "button11";
     this.button11.Size = new System.Drawing.Size(55, 28);
     this.button11.TabIndex = 14;
     this.button11.Tag = "1";
     this.button11.Text = "��";
     this.button11.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button11, null);
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button10, null);
     this.button10.Location = new System.Drawing.Point(35, 26);
     this.button10.Name = "button10";
     this.button10.Size = new System.Drawing.Size(55, 28);
     this.button10.TabIndex = 13;
     this.button10.Tag = "0";
     this.button10.Text = "��";
     this.button10.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button10, null);
     //
     // panel8
     //
     this.panel8.Controls.Add(this.splitContainer1);
     this.coreBind.SetDatabasecommand(this.panel8, null);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.panel8.Location = new System.Drawing.Point(458, 132);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(854, 289);
     this.panel8.TabIndex = 0;
     this.coreBind.SetVerification(this.panel8, null);
     //
     // splitContainer1
     //
     this.coreBind.SetDatabasecommand(this.splitContainer1, null);
     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.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel1, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel11);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel2, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(854, 289);
     this.splitContainer1.SplitterDistance = 611;
     this.splitContainer1.TabIndex = 0;
     this.coreBind.SetVerification(this.splitContainer1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.HeaderDoubleSolid;
     this.ultraGroupBox2.Controls.Add(this.panel9);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(611, 289);
     this.ultraGroupBox2.TabIndex = 4;
     this.ultraGroupBox2.Text = "������Ϣ";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel9.Controls.Add(this.cbFlow);
     this.panel9.Controls.Add(this.cb_StoveSeatno);
     this.panel9.Controls.Add(this.label10);
     this.panel9.Controls.Add(this.label3);
     this.panel9.Controls.Add(this.tb_Stoveno);
     this.panel9.Controls.Add(this.btReceiver);
     this.panel9.Controls.Add(this.txtNetWeight);
     this.panel9.Controls.Add(this.label4);
     this.panel9.Controls.Add(this.btSender);
     this.panel9.Controls.Add(this.label12);
     this.panel9.Controls.Add(this.label15);
     this.panel9.Controls.Add(this.txtTareWeight);
     this.panel9.Controls.Add(this.btTrans);
     this.panel9.Controls.Add(this.label9);
     this.panel9.Controls.Add(this.label14);
     this.panel9.Controls.Add(this.txtJly);
     this.panel9.Controls.Add(this.btMaterial);
     this.panel9.Controls.Add(this.txtWeight);
     this.panel9.Controls.Add(this.cbSender);
     this.panel9.Controls.Add(this.txtJld);
     this.panel9.Controls.Add(this.cbTrans);
     this.panel9.Controls.Add(this.label5);
     this.panel9.Controls.Add(this.cbReceiver);
     this.panel9.Controls.Add(this.txtBc);
     this.panel9.Controls.Add(this.label1);
     this.panel9.Controls.Add(this.label6);
     this.panel9.Controls.Add(this.cbMaterial);
     this.panel9.Controls.Add(this.label7);
     this.panel9.Controls.Add(this.label8);
     this.panel9.Controls.Add(this.label11);
     this.panel9.Controls.Add(this.lblCh);
     this.panel9.Controls.Add(this.tb_POTNO);
     this.coreBind.SetDatabasecommand(this.panel9, null);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(1, 20);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(609, 268);
     this.panel9.TabIndex = 1;
     this.coreBind.SetVerification(this.panel9, null);
     //
     // cbFlow
     //
     this.coreBind.SetDatabasecommand(this.cbFlow, null);
     this.cbFlow.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbFlow.FormattingEnabled = true;
     this.cbFlow.Location = new System.Drawing.Point(441, 19);
     this.cbFlow.Name = "cbFlow";
     this.cbFlow.Size = new System.Drawing.Size(103, 24);
     this.cbFlow.TabIndex = 102;
     this.coreBind.SetVerification(this.cbFlow, null);
     //
     // cb_StoveSeatno
     //
     this.coreBind.SetDatabasecommand(this.cb_StoveSeatno, null);
     this.cb_StoveSeatno.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_StoveSeatno.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cb_StoveSeatno.FormattingEnabled = true;
     this.cb_StoveSeatno.Items.AddRange(new object[] {
     "1",
     "2",
     "3"});
     this.cb_StoveSeatno.Location = new System.Drawing.Point(441, 95);
     this.cb_StoveSeatno.Name = "cb_StoveSeatno";
     this.cb_StoveSeatno.Size = new System.Drawing.Size(103, 24);
     this.cb_StoveSeatno.TabIndex = 701;
     this.coreBind.SetVerification(this.cb_StoveSeatno, null);
     this.cb_StoveSeatno.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label10
     //
     this.coreBind.SetDatabasecommand(this.label10, null);
     this.label10.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(332, 95);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(83, 24);
     this.label10.TabIndex = 702;
     this.label10.Text = "¯����";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label10, null);
     //
     // label3
     //
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(4, 95);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(76, 24);
     this.label3.TabIndex = 700;
     this.label3.Text = "¯��";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label3, null);
     //
     // tb_Stoveno
     //
     this.tb_Stoveno.BackColor = System.Drawing.SystemColors.Window;
     this.coreBind.SetDatabasecommand(this.tb_Stoveno, null);
     this.tb_Stoveno.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tb_Stoveno.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tb_Stoveno.Location = new System.Drawing.Point(90, 96);
     this.tb_Stoveno.MaxLength = 10;
     this.tb_Stoveno.Name = "tb_Stoveno";
     this.tb_Stoveno.Size = new System.Drawing.Size(147, 26);
     this.tb_Stoveno.TabIndex = 699;
     this.coreBind.SetVerification(this.tb_Stoveno, null);
     //
     // btReceiver
     //
     this.btReceiver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btReceiver, null);
     this.btReceiver.Location = new System.Drawing.Point(579, 75);
     this.btReceiver.Name = "btReceiver";
     this.btReceiver.Size = new System.Drawing.Size(30, 21);
     this.btReceiver.TabIndex = 698;
     this.btReceiver.Tag = "Receiver";
     this.btReceiver.Text = "..";
     this.btReceiver.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btReceiver, null);
     this.btReceiver.Visible = false;
     this.btReceiver.Click += new System.EventHandler(this.btReceiver_Click);
     //
     // btSender
     //
     this.btSender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btSender, null);
     this.btSender.Location = new System.Drawing.Point(585, 49);
     this.btSender.Name = "btSender";
     this.btSender.Size = new System.Drawing.Size(30, 21);
     this.btSender.TabIndex = 697;
     this.btSender.Tag = "Sender";
     this.btSender.Text = "..";
     this.btSender.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btSender, null);
     this.btSender.Visible = false;
     this.btSender.Click += new System.EventHandler(this.btSender_Click);
     //
     // btTrans
     //
     this.btTrans.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btTrans, null);
     this.btTrans.Location = new System.Drawing.Point(589, 27);
     this.btTrans.Name = "btTrans";
     this.btTrans.Size = new System.Drawing.Size(30, 21);
     this.btTrans.TabIndex = 696;
     this.btTrans.Tag = "Transport";
     this.btTrans.Text = "..";
     this.btTrans.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btTrans, null);
     this.btTrans.Visible = false;
     this.btTrans.Click += new System.EventHandler(this.btTrans_Click);
     //
     // btMaterial
     //
     this.btMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btMaterial, null);
     this.btMaterial.Location = new System.Drawing.Point(592, 0);
     this.btMaterial.Name = "btMaterial";
     this.btMaterial.Size = new System.Drawing.Size(30, 21);
     this.btMaterial.TabIndex = 695;
     this.btMaterial.Tag = "Material";
     this.btMaterial.Text = "..";
     this.btMaterial.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btMaterial, null);
     this.btMaterial.Visible = false;
     this.btMaterial.Click += new System.EventHandler(this.btMaterial_Click);
     //
     // cbTrans
     //
     this.coreBind.SetDatabasecommand(this.cbTrans, null);
     this.cbTrans.FormattingEnabled = true;
     this.cbTrans.Location = new System.Drawing.Point(552, 23);
     this.cbTrans.Name = "cbTrans";
     this.cbTrans.Size = new System.Drawing.Size(31, 20);
     this.cbTrans.TabIndex = 615;
     this.cbTrans.Tag = "Transport";
     this.coreBind.SetVerification(this.cbTrans, null);
     this.cbTrans.Visible = false;
     this.cbTrans.SelectedIndexChanged += new System.EventHandler(this.cbTrans_SelectedIndexChanged);
     this.cbTrans.Leave += new System.EventHandler(this.cbTrans_Leave);
     this.cbTrans.TextChanged += new System.EventHandler(this.cbTrans_TextChanged);
     //
     // label1
     //
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(499, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 24);
     this.label1.TabIndex = 616;
     this.label1.Text = "���˵�λ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label1, null);
     this.label1.Visible = false;
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // txtNetWeight
     //
     this.txtNetWeight.AcceptsTab = true;
     this.txtNetWeight.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtNetWeight, null);
     this.txtNetWeight.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNetWeight.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtNetWeight.Location = new System.Drawing.Point(455, 154);
     this.txtNetWeight.MaxLength = 8;
     this.txtNetWeight.Name = "txtNetWeight";
     this.txtNetWeight.ReadOnly = true;
     this.txtNetWeight.Size = new System.Drawing.Size(89, 26);
     this.txtNetWeight.TabIndex = 613;
     this.coreBind.SetVerification(this.txtNetWeight, null);
     //
     // label12
     //
     this.coreBind.SetDatabasecommand(this.label12, null);
     this.label12.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(18, 158);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(71, 24);
     this.label12.TabIndex = 614;
     this.label12.Text = "����(t)";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label12, null);
     //
     // txtTareWeight
     //
     this.txtTareWeight.AcceptsTab = true;
     this.txtTareWeight.BackColor = System.Drawing.Color.White;
     this.coreBind.SetDatabasecommand(this.txtTareWeight, null);
     this.txtTareWeight.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtTareWeight.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtTareWeight.Location = new System.Drawing.Point(279, 157);
     this.txtTareWeight.MaxLength = 8;
     this.txtTareWeight.Name = "txtTareWeight";
     this.txtTareWeight.Size = new System.Drawing.Size(69, 26);
     this.txtTareWeight.TabIndex = 611;
     this.coreBind.SetVerification(this.txtTareWeight, null);
     this.txtTareWeight.Leave += new System.EventHandler(this.txtTareWeight_Leave);
     //
     // label9
     //
     this.coreBind.SetDatabasecommand(this.label9, null);
     this.label9.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(181, 158);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(97, 24);
     this.label9.TabIndex = 612;
     this.label9.Text = "��Ƥ����(t)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label9, null);
     //
     // cbMaterial
     //
     this.coreBind.SetDatabasecommand(this.cbMaterial, null);
     this.cbMaterial.FormattingEnabled = true;
     this.cbMaterial.Location = new System.Drawing.Point(552, -3);
     this.cbMaterial.Name = "cbMaterial";
     this.cbMaterial.Size = new System.Drawing.Size(31, 20);
     this.cbMaterial.TabIndex = 104;
     this.cbMaterial.Tag = "Material";
     this.coreBind.SetVerification(this.cbMaterial, null);
     this.cbMaterial.Visible = false;
     this.cbMaterial.SelectedIndexChanged += new System.EventHandler(this.cbMaterial_SelectedIndexChanged);
     this.cbMaterial.Leave += new System.EventHandler(this.cbMaterial_Leave);
     this.cbMaterial.TextChanged += new System.EventHandler(this.cbMaterial_TextChanged);
     //
     // label4
     //
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(489, -3);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 24);
     this.label4.TabIndex = 606;
     this.label4.Text = "��������";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label4, null);
     this.label4.Visible = false;
     this.label4.Click += new System.EventHandler(this.label4_Click);
     //
     // cbReceiver
     //
     this.cbReceiver.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.coreBind.SetDatabasecommand(this.cbReceiver, null);
     this.cbReceiver.FormattingEnabled = true;
     this.cbReceiver.Location = new System.Drawing.Point(544, 72);
     this.cbReceiver.Name = "cbReceiver";
     this.cbReceiver.Size = new System.Drawing.Size(29, 20);
     this.cbReceiver.TabIndex = 108;
     this.cbReceiver.Tag = "Receiver";
     this.coreBind.SetVerification(this.cbReceiver, null);
     this.cbReceiver.Visible = false;
     this.cbReceiver.SelectedIndexChanged += new System.EventHandler(this.cbReceiver_SelectedIndexChanged);
     this.cbReceiver.Leave += new System.EventHandler(this.cbReceiver_Leave);
     this.cbReceiver.TextChanged += new System.EventHandler(this.cbReceiver_TextChanged);
     //
     // txtJly
     //
     this.txtJly.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtJly, null);
     this.txtJly.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJly.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtJly.Location = new System.Drawing.Point(335, 218);
     this.txtJly.MaxLength = 8;
     this.txtJly.Name = "txtJly";
     this.txtJly.ReadOnly = true;
     this.txtJly.Size = new System.Drawing.Size(78, 26);
     this.txtJly.TabIndex = 110;
     this.coreBind.SetVerification(this.txtJly, null);
     //
     // txtWeight
     //
     this.txtWeight.AcceptsTab = true;
     this.txtWeight.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtWeight, null);
     this.txtWeight.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtWeight.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtWeight.Location = new System.Drawing.Point(92, 157);
     this.txtWeight.MaxLength = 8;
     this.txtWeight.Name = "txtWeight";
     this.txtWeight.ReadOnly = true;
     this.txtWeight.Size = new System.Drawing.Size(83, 26);
     this.txtWeight.TabIndex = 112;
     this.coreBind.SetVerification(this.txtWeight, null);
     this.txtWeight.Leave += new System.EventHandler(this.txtWeight_Leave);
     //
     // cbSender
     //
     this.coreBind.SetDatabasecommand(this.cbSender, null);
     this.cbSender.FormattingEnabled = true;
     this.cbSender.Location = new System.Drawing.Point(552, 47);
     this.cbSender.Name = "cbSender";
     this.cbSender.Size = new System.Drawing.Size(24, 20);
     this.cbSender.TabIndex = 107;
     this.cbSender.Tag = "Sender";
     this.coreBind.SetVerification(this.cbSender, null);
     this.cbSender.Visible = false;
     this.cbSender.SelectedIndexChanged += new System.EventHandler(this.cbSender_SelectedIndexChanged);
     this.cbSender.Leave += new System.EventHandler(this.cbSender_Leave);
     this.cbSender.TextChanged += new System.EventHandler(this.cbSender_TextChanged);
     //
     // txtJld
     //
     this.txtJld.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtJld, null);
     this.txtJld.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtJld.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtJld.Location = new System.Drawing.Point(88, 219);
     this.txtJld.MaxLength = 8;
     this.txtJld.Name = "txtJld";
     this.txtJld.ReadOnly = true;
     this.txtJld.Size = new System.Drawing.Size(149, 26);
     this.txtJld.TabIndex = 109;
     this.coreBind.SetVerification(this.txtJld, null);
     //
     // label5
     //
     this.coreBind.SetDatabasecommand(this.label5, null);
     this.label5.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(410, 217);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 24);
     this.label5.TabIndex = 599;
     this.label5.Text = "���";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label5, null);
     //
     // txtBc
     //
     this.txtBc.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.txtBc, null);
     this.txtBc.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBc.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtBc.Location = new System.Drawing.Point(486, 217);
     this.txtBc.MaxLength = 8;
     this.txtBc.Name = "txtBc";
     this.txtBc.ReadOnly = true;
     this.txtBc.Size = new System.Drawing.Size(58, 26);
     this.txtBc.TabIndex = 111;
     this.coreBind.SetVerification(this.txtBc, null);
     //
     // label6
     //
     this.coreBind.SetDatabasecommand(this.label6, null);
     this.label6.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(370, 157);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(76, 24);
     this.label6.TabIndex = 597;
     this.label6.Text = "����(t)";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label6, null);
     //
     // label7
     //
     this.coreBind.SetDatabasecommand(this.label7, null);
     this.label7.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(263, 218);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(64, 24);
     this.label7.TabIndex = 595;
     this.label7.Text = "����Ա";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label7, null);
     //
     // label8
     //
     this.coreBind.SetDatabasecommand(this.label8, null);
     this.label8.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(24, 221);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(58, 24);
     this.label8.TabIndex = 593;
     this.label8.Text = "������";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label8, null);
     //
     // label14
     //
     this.coreBind.SetDatabasecommand(this.label14, null);
     this.label14.Location = new System.Drawing.Point(480, 68);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(66, 24);
     this.label14.TabIndex = 591;
     this.label14.Text = "�ջ���λ";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label14, null);
     this.label14.Visible = false;
     this.label14.Click += new System.EventHandler(this.label14_Click);
     //
     // label15
     //
     this.coreBind.SetDatabasecommand(this.label15, null);
     this.label15.Location = new System.Drawing.Point(480, 45);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(58, 24);
     this.label15.TabIndex = 590;
     this.label15.Text = "������λ";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label15, null);
     this.label15.Visible = false;
     this.label15.Click += new System.EventHandler(this.label15_Click);
     //
     // label11
     //
     this.coreBind.SetDatabasecommand(this.label11, null);
     this.label11.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(325, 18);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(75, 24);
     this.label11.TabIndex = 589;
     this.label11.Text = "����";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.label11, null);
     //
     // lblCh
     //
     this.coreBind.SetDatabasecommand(this.lblCh, null);
     this.lblCh.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCh.Location = new System.Drawing.Point(2, 19);
     this.lblCh.Name = "lblCh";
     this.lblCh.Size = new System.Drawing.Size(80, 24);
     this.lblCh.TabIndex = 578;
     this.lblCh.Text = "�޺�";
     this.lblCh.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.lblCh, null);
     //
     // tb_POTNO
     //
     this.tb_POTNO.BackColor = System.Drawing.SystemColors.Window;
     this.coreBind.SetDatabasecommand(this.tb_POTNO, null);
     this.tb_POTNO.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tb_POTNO.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tb_POTNO.Location = new System.Drawing.Point(88, 19);
     this.tb_POTNO.MaxLength = 8;
     this.tb_POTNO.Name = "tb_POTNO";
     this.tb_POTNO.Size = new System.Drawing.Size(149, 26);
     this.tb_POTNO.TabIndex = 101;
     this.coreBind.SetVerification(this.tb_POTNO, null);
     this.tb_POTNO.Leave += new System.EventHandler(this.tb_POTNO_Leave);
     this.tb_POTNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTRAINNO_KeyPress);
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel11.Controls.Add(this.button1);
     this.panel11.Controls.Add(this.ck_Tare);
     this.panel11.Controls.Add(this.btnTrainTare);
     this.panel11.Controls.Add(this.btnWc);
     this.panel11.Controls.Add(this.btnSglr);
     this.panel11.Controls.Add(this.btnBC);
     this.panel11.Controls.Add(this.btnDS);
     this.coreBind.SetDatabasecommand(this.panel11, null);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel11.Location = new System.Drawing.Point(0, 0);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(239, 289);
     this.panel11.TabIndex = 5;
     this.coreBind.SetVerification(this.panel11, null);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button1, null);
     this.button1.Location = new System.Drawing.Point(171, 239);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(63, 32);
     this.button1.TabIndex = 32;
     this.button1.Text = "ˢ������";
     this.button1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ck_Tare
     //
     this.ck_Tare.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ck_Tare, null);
     this.ck_Tare.Location = new System.Drawing.Point(22, 100);
     this.ck_Tare.Name = "ck_Tare";
     this.ck_Tare.Size = new System.Drawing.Size(96, 16);
     this.ck_Tare.TabIndex = 31;
     this.ck_Tare.Text = "��������Ƥ��";
     this.ck_Tare.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.ck_Tare, null);
     this.ck_Tare.Visible = false;
     //
     // btnTrainTare
     //
     this.btnTrainTare.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnTrainTare, null);
     this.btnTrainTare.Location = new System.Drawing.Point(108, 138);
     this.btnTrainTare.Name = "btnTrainTare";
     this.btnTrainTare.Size = new System.Drawing.Size(63, 32);
     this.btnTrainTare.TabIndex = 30;
     this.btnTrainTare.Text = "�����Ƥ����";
     this.btnTrainTare.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnTrainTare, null);
     this.btnTrainTare.Visible = false;
     this.btnTrainTare.Click += new System.EventHandler(this.btnTrainTare_Click);
     //
     // btnWc
     //
     this.btnWc.BackColor = System.Drawing.Color.Violet;
     this.coreBind.SetDatabasecommand(this.btnWc, null);
     this.btnWc.Location = new System.Drawing.Point(22, 138);
     this.btnWc.Name = "btnWc";
     this.btnWc.Size = new System.Drawing.Size(63, 32);
     this.btnWc.TabIndex = 29;
     this.btnWc.Text = "�������";
     this.btnWc.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnWc, null);
     this.btnWc.Visible = false;
     this.btnWc.Click += new System.EventHandler(this.btnWc_Click);
     //
     // btnSglr
     //
     this.btnSglr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnSglr, null);
     this.btnSglr.Location = new System.Drawing.Point(171, 191);
     this.btnSglr.Name = "btnSglr";
     this.btnSglr.Size = new System.Drawing.Size(63, 32);
     this.btnSglr.TabIndex = 28;
     this.btnSglr.Text = "�ֹ�¼��";
     this.btnSglr.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnSglr, null);
     this.btnSglr.Visible = false;
     this.btnSglr.Click += new System.EventHandler(this.btnSglr_Click);
     //
     // btnBC
     //
     this.btnBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnBC, null);
     this.btnBC.Font = new System.Drawing.Font("����", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnBC.Location = new System.Drawing.Point(22, 197);
     this.btnBC.Name = "btnBC";
     this.btnBC.Size = new System.Drawing.Size(96, 74);
     this.btnBC.TabIndex = 3;
     this.btnBC.Text = "����";
     this.btnBC.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnBC, null);
     this.btnBC.Click += new System.EventHandler(this.btnBC_Click);
     //
     // btnDS
     //
     this.btnDS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnDS, null);
     this.btnDS.Location = new System.Drawing.Point(9, 22);
     this.btnDS.Name = "btnDS";
     this.btnDS.Size = new System.Drawing.Size(52, 32);
     this.btnDS.TabIndex = 2;
     this.btnDS.Text = "����";
     this.btnDS.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnDS, null);
     this.btnDS.Visible = false;
     this.btnDS.Click += new System.EventHandler(this.btnDS_Click);
     //
     // btnQL
     //
     this.coreBind.SetDatabasecommand(this.btnQL, null);
     this.btnQL.Location = new System.Drawing.Point(251, 103);
     this.btnQL.Name = "btnQL";
     this.btnQL.Size = new System.Drawing.Size(99, 28);
     this.btnQL.TabIndex = 56;
     this.btnQL.Text = "����";
     this.btnQL.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnQL, null);
     this.btnQL.Click += new System.EventHandler(this.btnQL_Click);
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel6.Controls.Add(this.btnQL);
     this.panel6.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.panel6, null);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(458, 27);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(854, 105);
     this.panel6.TabIndex = 55;
     this.coreBind.SetVerification(this.panel6, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.picFDTP);
     this.ultraGroupBox1.Controls.Add(this.txtMeterWeight);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.lblMaterShow);
     this.ultraGroupBox1.Controls.Add(this.lblMater);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(850, 101);
     this.ultraGroupBox1.TabIndex = 2;
     this.ultraGroupBox1.Text = "������Ϣ";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     //
     // picFDTP
     //
     this.coreBind.SetDatabasecommand(this.picFDTP, null);
     this.picFDTP.Location = new System.Drawing.Point(70, 85);
     this.picFDTP.Name = "picFDTP";
     this.picFDTP.Size = new System.Drawing.Size(20, 13);
     this.picFDTP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picFDTP.TabIndex = 2;
     this.picFDTP.TabStop = false;
     this.coreBind.SetVerification(this.picFDTP, null);
     this.picFDTP.Visible = false;
     this.picFDTP.DoubleClick += new System.EventHandler(this.picFDTP_DoubleClick);
     this.picFDTP.MouseLeave += new System.EventHandler(this.picFDTP_MouseLeave);
     this.picFDTP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseMove);
     this.picFDTP.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseDown);
     this.picFDTP.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picFDTP_MouseUp);
     //
     // txtMeterWeight
     //
     this.txtMeterWeight.BackColor = System.Drawing.Color.Transparent;
     this.txtMeterWeight.BackColor_1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.txtMeterWeight.BackColor_2 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.txtMeterWeight.BevelRate = 0.5F;
     this.coreBind.SetDatabasecommand(this.txtMeterWeight, null);
     this.txtMeterWeight.FadedColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.txtMeterWeight.ForeColor = System.Drawing.Color.Green;
     this.txtMeterWeight.HighlightOpaque = ((byte)(50));
     this.txtMeterWeight.Location = new System.Drawing.Point(57, 17);
     this.txtMeterWeight.Name = "txtMeterWeight";
     this.txtMeterWeight.Size = new System.Drawing.Size(274, 67);
     this.txtMeterWeight.TabIndex = 673;
     this.txtMeterWeight.Text = "0.000";
     this.txtMeterWeight.TextAlignment = LxControl.LxLedControl.Alignment.Right;
     this.txtMeterWeight.TotalCharCount = 8;
     this.coreBind.SetVerification(this.txtMeterWeight, null);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Font = new System.Drawing.Font("����", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(369, 28);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(81, 56);
     this.label2.TabIndex = 53;
     this.label2.Text = "��";
     this.coreBind.SetVerification(this.label2, null);
     //
     // lblMaterShow
     //
     this.lblMaterShow.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lblMaterShow, null);
     this.lblMaterShow.Font = new System.Drawing.Font("����", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMaterShow.Location = new System.Drawing.Point(486, 46);
     this.lblMaterShow.Name = "lblMaterShow";
     this.lblMaterShow.Size = new System.Drawing.Size(120, 21);
     this.lblMaterShow.TabIndex = 55;
     this.lblMaterShow.Text = "����DZ�";
     this.coreBind.SetVerification(this.lblMaterShow, null);
     //
     // lblMater
     //
     this.coreBind.SetDatabasecommand(this.lblMater, null);
     this.lblMater.Font = new System.Drawing.Font("����", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMater.ForeColor = System.Drawing.Color.Crimson;
     this.lblMater.Location = new System.Drawing.Point(458, 44);
     this.lblMater.Name = "lblMater";
     this.lblMater.Size = new System.Drawing.Size(30, 28);
     this.lblMater.TabIndex = 54;
     this.lblMater.Text = "��";
     this.coreBind.SetVerification(this.lblMater, null);
     //
     // BilletInfo_GD_Fill_Panel
     //
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel7);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel8);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel6);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel2);
     this.BilletInfo_GD_Fill_Panel.Controls.Add(this.panel1);
     this.BilletInfo_GD_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.BilletInfo_GD_Fill_Panel, null);
     this.BilletInfo_GD_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.BilletInfo_GD_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.BilletInfo_GD_Fill_Panel.Name = "BilletInfo_GD_Fill_Panel";
     this.BilletInfo_GD_Fill_Panel.Size = new System.Drawing.Size(1312, 578);
     this.BilletInfo_GD_Fill_Panel.TabIndex = 1;
     this.coreBind.SetVerification(this.BilletInfo_GD_Fill_Panel, null);
     //
     // panel7
     //
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel7.Controls.Add(this.ultraTabControl1);
     this.coreBind.SetDatabasecommand(this.panel7, null);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(458, 421);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(854, 157);
     this.panel7.TabIndex = 57;
     this.coreBind.SetVerification(this.panel7, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(850, 153);
     this.ultraTabControl1.TabIndex = 0;
     ultraTab2.TabPage = this.ultraTabPageControl2;
     ultraTab2.Text = "������Ϣ";
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text = "һ�μ�����Ϣ";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab2,
     ultraTab1});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(848, 130);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.pnlBottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 27);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(458, 551);
     this.panel2.TabIndex = 2;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.panel5);
     this.pnlBottom.Controls.Add(this.panel3);
     this.pnlBottom.Controls.Add(this.panel4);
     this.coreBind.SetDatabasecommand(this.pnlBottom, null);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlBottom.Location = new System.Drawing.Point(0, 0);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(454, 705);
     this.pnlBottom.TabIndex = 3;
     this.coreBind.SetVerification(this.pnlBottom, null);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.VideoChannel3);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 470);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(454, 235);
     this.panel5.TabIndex = 6;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // VideoChannel3
     //
     this.VideoChannel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.VideoChannel3, null);
     this.VideoChannel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.VideoChannel3.Location = new System.Drawing.Point(0, 0);
     this.VideoChannel3.Name = "VideoChannel3";
     this.VideoChannel3.Size = new System.Drawing.Size(454, 235);
     this.VideoChannel3.TabIndex = 1;
     this.VideoChannel3.TabStop = false;
     this.coreBind.SetVerification(this.VideoChannel3, null);
     this.VideoChannel3.DoubleClick += new System.EventHandler(this.VideoChannel3_DoubleClick);
     this.VideoChannel3.Click += new System.EventHandler(this.picBf_Click);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.VideoChannel2);
     this.coreBind.SetDatabasecommand(this.panel3, null);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 235);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(454, 235);
     this.panel3.TabIndex = 5;
     this.coreBind.SetVerification(this.panel3, null);
     //
     // VideoChannel2
     //
     this.VideoChannel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.VideoChannel2.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.VideoChannel2, null);
     this.VideoChannel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.VideoChannel2.Location = new System.Drawing.Point(0, 0);
     this.VideoChannel2.Name = "VideoChannel2";
     this.VideoChannel2.Size = new System.Drawing.Size(454, 235);
     this.VideoChannel2.TabIndex = 1;
     this.VideoChannel2.TabStop = false;
     this.coreBind.SetVerification(this.VideoChannel2, null);
     this.VideoChannel2.DoubleClick += new System.EventHandler(this.VideoChannel2_DoubleClick);
     this.VideoChannel2.Click += new System.EventHandler(this.pic12_Click);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.VideoChannel1);
     this.coreBind.SetDatabasecommand(this.panel4, null);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name = "panel4";
     this.panel4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.panel4.Size = new System.Drawing.Size(454, 235);
     this.panel4.TabIndex = 4;
     this.coreBind.SetVerification(this.panel4, null);
     //
     // VideoChannel1
     //
     this.VideoChannel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.VideoChannel1, null);
     this.VideoChannel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.VideoChannel1.Location = new System.Drawing.Point(0, 0);
     this.VideoChannel1.Name = "VideoChannel1";
     this.VideoChannel1.Size = new System.Drawing.Size(454, 235);
     this.VideoChannel1.TabIndex = 1;
     this.VideoChannel1.TabStop = false;
     this.coreBind.SetVerification(this.VideoChannel1, null);
     this.VideoChannel1.DoubleClick += new System.EventHandler(this.pic11_DoubleClick);
     this.VideoChannel1.Click += new System.EventHandler(this.pic11_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dtpEnd);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this.dateRQ);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     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(1312, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // dtpEnd
     //
     this.coreBind.SetDatabasecommand(this.dtpEnd, null);
     this.dtpEnd.Location = new System.Drawing.Point(226, 2);
     this.dtpEnd.Name = "dtpEnd";
     this.dtpEnd.Size = new System.Drawing.Size(116, 21);
     this.dtpEnd.TabIndex = 674;
     this.coreBind.SetVerification(this.dtpEnd, null);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(1312, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // dateRQ
     //
     this.coreBind.SetDatabasecommand(this.dateRQ, null);
     this.dateRQ.Location = new System.Drawing.Point(94, 3);
     this.dateRQ.Name = "dateRQ";
     this.dateRQ.Size = new System.Drawing.Size(110, 21);
     this.dateRQ.TabIndex = 57;
     this.coreBind.SetVerification(this.dateRQ, null);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool4.ControlName = "dateRQ";
     controlContainerTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool5.ControlName = "dtpEnd";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool4,
     controlContainerTool5,
     buttonTool2,
     buttonTool3,
     buttonTool6});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.ControlName = "dateRQ";
     controlContainerTool1.SharedPropsInternal.Caption = "ë�ؼ�������";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool2.SharedPropsInternal.Caption = "�޺�";
     controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
     buttonTool1.SharedPropsInternal.Caption = "��ѯ";
     buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Caption = "�򿪶Խ�";
     buttonTool4.SharedPropsInternal.CustomizerCaption = "��Ƶ";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool5.SharedPropsInternal.Caption = "��ѯ";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool7.SharedPropsInternal.Caption = "��";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool6.ControlName = "dtpEnd";
     controlContainerTool6.SharedPropsInternal.Caption = "��";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool2,
     buttonTool1,
     buttonTool4,
     buttonTool5,
     buttonTool7,
     controlContainerTool6});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1312, 28);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1312, 28);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 27);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1312, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.CompressUnpinnedTabs = false;
     dockAreaPane1.DockedBefore = new System.Guid("777aa848-96d9-4a9c-8e57-ab46776d741c");
     dockableControlPane1.Control = this.panelYYBF;
     dockableControlPane1.FlyoutSize = new System.Drawing.Size(95, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(3, 73, 200, 100);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "�������";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane1});
     dockAreaPane1.Size = new System.Drawing.Size(95, 666);
     dockableControlPane2.Control = this.panelSPKZ;
     dockableControlPane2.FlyoutSize = new System.Drawing.Size(126, -1);
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(265, 22, 200, 100);
     dockableControlPane2.Pinned = false;
     dockableControlPane2.Size = new System.Drawing.Size(100, 100);
     dockableControlPane2.Text = "��Ƶ����";
     dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane2});
     dockAreaPane2.Size = new System.Drawing.Size(95, 666);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
     dockAreaPane1,
     dockAreaPane2});
     this.ultraDockManager1.HostControl = this;
     this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _MoltenInfo_OneUnpinnedTabAreaLeft
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaLeft, null);
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Name = "_MoltenInfo_OneUnpinnedTabAreaLeft";
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 578);
     this._MoltenInfo_OneUnpinnedTabAreaLeft.TabIndex = 2;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaLeft, null);
     //
     // _MoltenInfo_OneUnpinnedTabAreaRight
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaRight, null);
     this._MoltenInfo_OneUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
     this._MoltenInfo_OneUnpinnedTabAreaRight.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaRight.Location = new System.Drawing.Point(1312, 0);
     this._MoltenInfo_OneUnpinnedTabAreaRight.Name = "_MoltenInfo_OneUnpinnedTabAreaRight";
     this._MoltenInfo_OneUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 578);
     this._MoltenInfo_OneUnpinnedTabAreaRight.TabIndex = 3;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaRight, null);
     //
     // _MoltenInfo_OneUnpinnedTabAreaTop
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaTop, null);
     this._MoltenInfo_OneUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
     this._MoltenInfo_OneUnpinnedTabAreaTop.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._MoltenInfo_OneUnpinnedTabAreaTop.Name = "_MoltenInfo_OneUnpinnedTabAreaTop";
     this._MoltenInfo_OneUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaTop.Size = new System.Drawing.Size(1312, 0);
     this._MoltenInfo_OneUnpinnedTabAreaTop.TabIndex = 4;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaTop, null);
     //
     // _MoltenInfo_OneUnpinnedTabAreaBottom
     //
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneUnpinnedTabAreaBottom, null);
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 578);
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Name = "_MoltenInfo_OneUnpinnedTabAreaBottom";
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1312, 0);
     this._MoltenInfo_OneUnpinnedTabAreaBottom.TabIndex = 5;
     this.coreBind.SetVerification(this._MoltenInfo_OneUnpinnedTabAreaBottom, null);
     //
     // _MoltenInfo_OneAutoHideControl
     //
     this._MoltenInfo_OneAutoHideControl.Controls.Add(this.dockableWindow1);
     this._MoltenInfo_OneAutoHideControl.Controls.Add(this.dockableWindow2);
     this.coreBind.SetDatabasecommand(this._MoltenInfo_OneAutoHideControl, null);
     this._MoltenInfo_OneAutoHideControl.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._MoltenInfo_OneAutoHideControl.Location = new System.Drawing.Point(772, 0);
     this._MoltenInfo_OneAutoHideControl.Name = "_MoltenInfo_OneAutoHideControl";
     this._MoltenInfo_OneAutoHideControl.Owner = this.ultraDockManager1;
     this._MoltenInfo_OneAutoHideControl.Size = new System.Drawing.Size(11, 578);
     this._MoltenInfo_OneAutoHideControl.TabIndex = 6;
     this.coreBind.SetVerification(this._MoltenInfo_OneAutoHideControl, null);
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.panelYYBF);
     this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
     this.dockableWindow1.Location = new System.Drawing.Point(-10000, 0);
     this.dockableWindow1.Name = "dockableWindow1";
     this.dockableWindow1.Owner = this.ultraDockManager1;
     this.dockableWindow1.Size = new System.Drawing.Size(95, 734);
     this.dockableWindow1.TabIndex = 9;
     this.coreBind.SetVerification(this.dockableWindow1, null);
     //
     // dockableWindow2
     //
     this.dockableWindow2.Controls.Add(this.panelSPKZ);
     this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
     this.dockableWindow2.Location = new System.Drawing.Point(5, 0);
     this.dockableWindow2.Name = "dockableWindow2";
     this.dockableWindow2.Owner = this.ultraDockManager1;
     this.dockableWindow2.Size = new System.Drawing.Size(126, 578);
     this.dockableWindow2.TabIndex = 10;
     this.coreBind.SetVerification(this.dockableWindow2, null);
     //
     // windowDockingArea2
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
     this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea2.Location = new System.Drawing.Point(871, 0);
     this.windowDockingArea2.Name = "windowDockingArea2";
     this.windowDockingArea2.Owner = this.ultraDockManager1;
     this.windowDockingArea2.Size = new System.Drawing.Size(100, 666);
     this.windowDockingArea2.TabIndex = 8;
     this.coreBind.SetVerification(this.windowDockingArea2, null);
     //
     // dsQuery
     //
     this.dsQuery.DataSetName = "NewDataSet";
     this.dsQuery.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable4});
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn120,
     this.dataColumn121,
     this.dataColumn122,
     this.dataColumn123,
     this.dataColumn124,
     this.dataColumn125,
     this.dataColumn126,
     this.dataColumn127,
     this.dataColumn128,
     this.dataColumn129,
     this.dataColumn130,
     this.dataColumn131,
     this.dataColumn132,
     this.dataColumn133,
     this.dataColumn134,
     this.dataColumn135,
     this.dataColumn136,
     this.dataColumn137,
     this.dataColumn138,
     this.dataColumn139,
     this.dataColumn140,
     this.dataColumn141});
     this.dataTable4.TableName = "һ�μ�����ʱ��";
     //
     // dataColumn120
     //
     this.dataColumn120.Caption = "�������";
     this.dataColumn120.ColumnName = "fs_weightno";
     //
     // dataColumn121
     //
     this.dataColumn121.Caption = "���ϴ���";
     this.dataColumn121.ColumnName = "fs_material";
     //
     // dataColumn122
     //
     this.dataColumn122.Caption = "�������";
     this.dataColumn122.ColumnName = "fs_weighttype";
     //
     // dataColumn123
     //
     this.dataColumn123.Caption = "���������";
     this.dataColumn123.ColumnName = "fs_senderstroeno";
     //
     // dataColumn124
     //
     this.dataColumn124.Caption = "�ջ���λ����";
     this.dataColumn124.ColumnName = "fs_receivestoreno";
     //
     // dataColumn125
     //
     this.dataColumn125.Caption = "���";
     this.dataColumn125.ColumnName = "fs_shift";
     //
     // dataColumn126
     //
     this.dataColumn126.Caption = "����";
     this.dataColumn126.ColumnName = "fs_group";
     //
     // dataColumn127
     //
     this.dataColumn127.Caption = "����";
     this.dataColumn127.ColumnName = "fs_trainno";
     //
     // dataColumn128
     //
     this.dataColumn128.Caption = "����";
     this.dataColumn128.ColumnName = "fn_weight";
     //
     // dataColumn129
     //
     this.dataColumn129.Caption = "����Ա";
     this.dataColumn129.ColumnName = "fs_weightperson";
     //
     // dataColumn130
     //
     this.dataColumn130.Caption = "����ʱ��";
     this.dataColumn130.ColumnName = "fd_weighttime";
     //
     // dataColumn131
     //
     this.dataColumn131.Caption = "������";
     this.dataColumn131.ColumnName = "fs_weightpoint";
     //
     // dataColumn132
     //
     this.dataColumn132.Caption = "ɾ����־";
     this.dataColumn132.ColumnName = "fs_deleteflag";
     //
     // dataColumn133
     //
     this.dataColumn133.Caption = "ɾ����";
     this.dataColumn133.ColumnName = "fs_deleteuser";
     //
     // dataColumn134
     //
     this.dataColumn134.Caption = "ɾ������";
     this.dataColumn134.ColumnName = "fd_deletedate";
     //
     // dataColumn135
     //
     this.dataColumn135.Caption = "���˵�λ����";
     this.dataColumn135.ColumnName = "fs_transno";
     //
     // dataColumn136
     //
     this.dataColumn136.Caption = "��������";
     this.dataColumn136.ColumnName = "fs_materialname";
     //
     // dataColumn137
     //
     this.dataColumn137.Caption = "������λ";
     this.dataColumn137.ColumnName = "fs_sender";
     //
     // dataColumn138
     //
     this.dataColumn138.Caption = "�ջ���λ";
     this.dataColumn138.ColumnName = "fs_receiver";
     //
     // dataColumn139
     //
     this.dataColumn139.Caption = "����";
     this.dataColumn139.ColumnName = "fs_typename";
     //
     // dataColumn140
     //
     this.dataColumn140.Caption = "������";
     this.dataColumn140.ColumnName = "fs_pointname";
     //
     // dataColumn141
     //
     this.dataColumn141.Caption = "���˵�λ";
     this.dataColumn141.ColumnName = "fs_trans";
     //
     // windowDockingArea1
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
     this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(871, 0);
     this.windowDockingArea1.Name = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.ultraDockManager1;
     this.windowDockingArea1.Size = new System.Drawing.Size(100, 666);
     this.windowDockingArea1.TabIndex = 7;
     this.coreBind.SetVerification(this.windowDockingArea1, null);
     //
     // TrackWeightForIron
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1333, 578);
     this.Controls.Add(this._MoltenInfo_OneAutoHideControl);
     this.Controls.Add(this.BilletInfo_GD_Fill_Panel);
     this.Controls.Add(this.windowDockingArea2);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaTop);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaBottom);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaLeft);
     this.Controls.Add(this._MoltenInfo_OneUnpinnedTabAreaRight);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "TrackWeightForIron";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Tag = "TrackWeight";
     this.Text = "��̬�����";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.MoltenInfo_One_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MoltenInfo_One_KeyPress);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MoltenInfo_One_FormClosing);
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.panelYYBF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uDridSound)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
     this.panelSPKZ.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMeterWeight)).EndInit();
     this.BilletInfo_GD_Fill_Panel.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).EndInit();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).EndInit();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._MoltenInfo_OneAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.dockableWindow2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsQuery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 55
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();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._rtb_debug            = new iControls.iRichTextBox();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this._rtc_console          = new iControls.iRichTextConsole();
     this.menuStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(791, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.testToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // testToolStripMenuItem
     //
     this.testToolStripMenuItem.Name   = "testToolStripMenuItem";
     this.testToolStripMenuItem.Size   = new System.Drawing.Size(96, 22);
     this.testToolStripMenuItem.Text   = "Test";
     this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
     //
     // _rtb_debug
     //
     this._rtb_debug.CaretCol  = 0;
     this._rtb_debug.CaretLine = 0;
     this._rtb_debug.CtrlDown  = false;
     this._rtb_debug.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._rtb_debug.Font      = new System.Drawing.Font("Consolas", 12F);
     this._rtb_debug.Location  = new System.Drawing.Point(0, 0);
     this._rtb_debug.Name      = "_rtb_debug";
     this._rtb_debug.Size      = new System.Drawing.Size(334, 463);
     this._rtb_debug.TabIndex  = 0;
     this._rtb_debug.Text      = "";
     //
     // 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._rtb_debug);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this._rtc_console);
     this.splitContainer1.Size             = new System.Drawing.Size(791, 463);
     this.splitContainer1.SplitterDistance = 334;
     this.splitContainer1.TabIndex         = 2;
     //
     // _rtc_console
     //
     this._rtc_console.CaretCol  = 0;
     this._rtc_console.CaretLine = 0;
     this._rtc_console.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._rtc_console.Font      = new System.Drawing.Font("Consolas", 12F);
     this._rtc_console.Location  = new System.Drawing.Point(0, 0);
     this._rtc_console.Name      = "_rtc_console";
     this._rtc_console.Size      = new System.Drawing.Size(453, 463);
     this._rtc_console.TabIndex  = 0;
     this._rtc_console.Text      = "";
     //
     // iConsoles
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(791, 487);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "iConsoles";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "iConsoles";
     this.Load         += new System.EventHandler(this.iConsoles_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     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.numberLabel = new System.Windows.Forms.Label();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // numberLabel
     //
     this.numberLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.numberLabel.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.numberLabel.Location = new System.Drawing.Point(3, 0);
     this.numberLabel.Name = "numberLabel";
     this.numberLabel.Size = new System.Drawing.Size(37, 246);
     this.numberLabel.TabIndex = 1;
     this.numberLabel.Text = "1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12\r\n13\r\n14\r\n15\r\n16";
     this.numberLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.numberLabel);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
     this.splitContainer1.Size = new System.Drawing.Size(403, 246);
     this.splitContainer1.SplitterDistance = 41;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 2;
     this.splitContainer1.Text = "splitContainer1";
     //
     // richTextBox1
     //
     this.richTextBox1.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.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.richTextBox1.Location = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(361, 246);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text = "";
     this.richTextBox1.WordWrap = false;
     this.richTextBox1.VScroll += new System.EventHandler(this.richTextBox1_VScroll);
     this.richTextBox1.FontChanged += new System.EventHandler(this.richTextBox1_FontChanged);
     this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
     this.richTextBox1.Resize += new System.EventHandler(this.richTextBox1_Resize);
     //
     // NumberedTextBoxUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name = "NumberedTextBoxUC";
     this.Size = new System.Drawing.Size(403, 246);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 57
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.splitContainer3       = new System.Windows.Forms.SplitContainer();
     this.tabPage               = new System.Windows.Forms.TabControl();
     this.tabGate               = new System.Windows.Forms.TabPage();
     this.tabMotion             = new System.Windows.Forms.TabPage();
     this.splitContainer2       = new System.Windows.Forms.SplitContainer();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.FileToolStrip         = new System.Windows.Forms.ToolStripMenuItem();
     this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.UserToolStrip         = new System.Windows.Forms.ToolStripMenuItem();
     this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.languageToolStrip     = new System.Windows.Forms.ToolStripMenuItem();
     this.ChineseMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.EnglishMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.statusLbBoards        = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusBoards          = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLbThreads       = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusThreads         = new System.Windows.Forms.ToolStripStatusLabel();
     this.aToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.mmToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.usToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.folderBrowserDialog1  = new System.Windows.Forms.FolderBrowserDialog();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.stripBtn_open         = new System.Windows.Forms.ToolStripButton();
     this.stripBtn_save         = new System.Windows.Forms.ToolStripButton();
     this.stripBtn_print        = new System.Windows.Forms.ToolStripButton();
     this.stripBtnproduct       = new System.Windows.Forms.ToolStripButton();
     this.btndetection          = new System.Windows.Forms.ToolStripButton();
     this.stripBtnUT            = new System.Windows.Forms.ToolStripButton();
     this.stripBtnMeasureMode   = new System.Windows.Forms.ToolStripButton();
     this.stripBtnAUT           = new System.Windows.Forms.ToolStripButton();
     this.stripBtn_Report       = new System.Windows.Forms.ToolStripButton();
     this.btnBatch              = new System.Windows.Forms.ToolStripButton();
     this.stripBtn_Hardware     = new System.Windows.Forms.ToolStripButton();
     this.stripBtnDiagnosis     = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1      = new System.Windows.Forms.ToolStripButton();
     this.label1              = new System.Windows.Forms.Label();
     this.checkBoxEnvelop     = new System.Windows.Forms.CheckBox();
     this.trackBarEnelopSpeed = new System.Windows.Forms.TrackBar();
     this.checkBoxBatchSet    = new System.Windows.Forms.CheckBox();
     this.cmbAscan            = new System.Windows.Forms.ComboBox();
     this.labelAscan          = new System.Windows.Forms.Label();
     this.cmbDirection        = new System.Windows.Forms.ComboBox();
     this.cmbGroup            = new System.Windows.Forms.ComboBox();
     this.labelDirection      = new System.Windows.Forms.Label();
     this.labelGroup          = new System.Windows.Forms.Label();
     this.labelType           = new System.Windows.Forms.Label();
     this.tbShow              = new System.Windows.Forms.TabControl();
     this.tbManualMode        = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.cmbType             = new System.Windows.Forms.ComboBox();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.tbAutoMode          = new System.Windows.Forms.TabPage();
     this.tbCheckMode         = new System.Windows.Forms.TabPage();
     this.tbSscan             = new System.Windows.Forms.TabPage();
     splitContainer1          = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarEnelopSpeed)).BeginInit();
     this.tbShow.SuspendLayout();
     this.tbManualMode.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(splitContainer1, "splitContainer1");
     splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(this.splitContainer3);
     this.tableLayoutPanel1.SetRowSpan(splitContainer1, 4);
     //
     // splitContainer3
     //
     this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.splitContainer3, "splitContainer3");
     this.splitContainer3.Name = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     resources.ApplyResources(this.splitContainer3.Panel1, "splitContainer3.Panel1");
     this.splitContainer3.Panel1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer3.Panel1.Controls.Add(this.tabPage);
     //
     // splitContainer3.Panel2
     //
     resources.ApplyResources(this.splitContainer3.Panel2, "splitContainer3.Panel2");
     this.splitContainer3.Panel2.BackColor = System.Drawing.SystemColors.Control;
     //
     // tabPage
     //
     this.tabPage.Controls.Add(this.tabGate);
     this.tabPage.Controls.Add(this.tabMotion);
     resources.ApplyResources(this.tabPage, "tabPage");
     this.tabPage.Name          = "tabPage";
     this.tabPage.SelectedIndex = 0;
     //
     // tabGate
     //
     resources.ApplyResources(this.tabGate, "tabGate");
     this.tabGate.BackColor = System.Drawing.SystemColors.Control;
     this.tabGate.Name      = "tabGate";
     //
     // tabMotion
     //
     resources.ApplyResources(this.tabMotion, "tabMotion");
     this.tabMotion.BackColor = System.Drawing.SystemColors.Control;
     this.tabMotion.Name      = "tabMotion";
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.splitContainer2, "splitContainer2");
     this.splitContainer2.Name = "splitContainer2";
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.FileToolStrip,
         this.UserToolStrip,
         this.languageToolStrip
     });
     this.menuStrip1.Name = "menuStrip1";
     //
     // FileToolStrip
     //
     this.FileToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadToolStripMenuItem,
         this.saveToolStripMenuItem
     });
     this.FileToolStrip.Name = "FileToolStrip";
     resources.ApplyResources(this.FileToolStrip, "FileToolStrip");
     //
     // loadToolStripMenuItem
     //
     this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
     resources.ApplyResources(this.loadToolStripMenuItem, "loadToolStripMenuItem");
     this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     resources.ApplyResources(this.saveToolStripMenuItem, "saveToolStripMenuItem");
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // UserToolStrip
     //
     this.UserToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.userToolStripMenuItem
     });
     this.UserToolStrip.Name = "UserToolStrip";
     resources.ApplyResources(this.UserToolStrip, "UserToolStrip");
     //
     // userToolStripMenuItem
     //
     this.userToolStripMenuItem.Name = "userToolStripMenuItem";
     resources.ApplyResources(this.userToolStripMenuItem, "userToolStripMenuItem");
     //
     // languageToolStrip
     //
     this.languageToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ChineseMenuItem,
         this.EnglishMenuItem
     });
     this.languageToolStrip.Name = "languageToolStrip";
     resources.ApplyResources(this.languageToolStrip, "languageToolStrip");
     //
     // ChineseMenuItem
     //
     this.ChineseMenuItem.Name = "ChineseMenuItem";
     resources.ApplyResources(this.ChineseMenuItem, "ChineseMenuItem");
     this.ChineseMenuItem.Tag    = "ZH";
     this.ChineseMenuItem.Click += new System.EventHandler(this.ChineseMenuItem_Click);
     //
     // EnglishMenuItem
     //
     this.EnglishMenuItem.Name = "EnglishMenuItem";
     resources.ApplyResources(this.EnglishMenuItem, "EnglishMenuItem");
     this.EnglishMenuItem.Tag    = "EN";
     this.EnglishMenuItem.Click += new System.EventHandler(this.EnglishMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusLbBoards,
         this.statusBoards,
         this.statusLbThreads,
         this.statusThreads
     });
     resources.ApplyResources(this.statusStrip1, "statusStrip1");
     this.statusStrip1.Name = "statusStrip1";
     //
     // statusLbBoards
     //
     this.statusLbBoards.Name = "statusLbBoards";
     resources.ApplyResources(this.statusLbBoards, "statusLbBoards");
     //
     // statusBoards
     //
     this.statusBoards.Name = "statusBoards";
     resources.ApplyResources(this.statusBoards, "statusBoards");
     //
     // statusLbThreads
     //
     this.statusLbThreads.Margin = new System.Windows.Forms.Padding(40, 3, 0, 2);
     this.statusLbThreads.Name   = "statusLbThreads";
     resources.ApplyResources(this.statusLbThreads, "statusLbThreads");
     //
     // statusThreads
     //
     this.statusThreads.Name = "statusThreads";
     resources.ApplyResources(this.statusThreads, "statusThreads");
     //
     // aToolStripMenuItem
     //
     this.aToolStripMenuItem.Name = "aToolStripMenuItem";
     resources.ApplyResources(this.aToolStripMenuItem, "aToolStripMenuItem");
     //
     // mmToolStripMenuItem
     //
     this.mmToolStripMenuItem.Name = "mmToolStripMenuItem";
     resources.ApplyResources(this.mmToolStripMenuItem, "mmToolStripMenuItem");
     //
     // usToolStripMenuItem
     //
     this.usToolStripMenuItem.Name = "usToolStripMenuItem";
     resources.ApplyResources(this.usToolStripMenuItem, "usToolStripMenuItem");
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.stripBtn_open,
         this.stripBtn_save,
         this.stripBtn_print,
         this.stripBtnproduct,
         this.btndetection,
         this.stripBtnUT,
         this.stripBtnMeasureMode,
         this.stripBtnAUT,
         this.stripBtn_Report,
         this.btnBatch,
         this.stripBtn_Hardware,
         this.stripBtnDiagnosis,
         this.toolStripButton1
     });
     resources.ApplyResources(this.toolStrip1, "toolStrip1");
     this.toolStrip1.Name = "toolStrip1";
     //
     // stripBtn_open
     //
     this.stripBtn_open.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtn_open, "stripBtn_open");
     this.stripBtn_open.Name   = "stripBtn_open";
     this.stripBtn_open.Click += new System.EventHandler(this.stripBtn_open_Click);
     //
     // stripBtn_save
     //
     this.stripBtn_save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtn_save, "stripBtn_save");
     this.stripBtn_save.Name   = "stripBtn_save";
     this.stripBtn_save.Click += new System.EventHandler(this.stripBtn_save_Click);
     //
     // stripBtn_print
     //
     this.stripBtn_print.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtn_print, "stripBtn_print");
     this.stripBtn_print.Name = "stripBtn_print";
     //
     // stripBtnproduct
     //
     this.stripBtnproduct.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtnproduct, "stripBtnproduct");
     this.stripBtnproduct.Name   = "stripBtnproduct";
     this.stripBtnproduct.Click += new System.EventHandler(this.stripBtnproduct_Click);
     //
     // btndetection
     //
     this.btndetection.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.btndetection, "btndetection");
     this.btndetection.Name   = "btndetection";
     this.btndetection.Click += new System.EventHandler(this.btndetection_Click);
     //
     // stripBtnUT
     //
     this.stripBtnUT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtnUT, "stripBtnUT");
     this.stripBtnUT.Name   = "stripBtnUT";
     this.stripBtnUT.Click += new System.EventHandler(this.stripBtnUT_Click);
     //
     // stripBtnMeasureMode
     //
     this.stripBtnMeasureMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtnMeasureMode, "stripBtnMeasureMode");
     this.stripBtnMeasureMode.Name   = "stripBtnMeasureMode";
     this.stripBtnMeasureMode.Click += new System.EventHandler(this.stripBtnMeasureMode_Click);
     //
     // stripBtnAUT
     //
     this.stripBtnAUT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtnAUT, "stripBtnAUT");
     this.stripBtnAUT.Name   = "stripBtnAUT";
     this.stripBtnAUT.Click += new System.EventHandler(this.stripBtnAUT_Click);
     //
     // stripBtn_Report
     //
     this.stripBtn_Report.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtn_Report, "stripBtn_Report");
     this.stripBtn_Report.Name   = "stripBtn_Report";
     this.stripBtn_Report.Click += new System.EventHandler(this.stripBtn_Report_Click);
     //
     // btnBatch
     //
     this.btnBatch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.btnBatch, "btnBatch");
     this.btnBatch.Name   = "btnBatch";
     this.btnBatch.Click += new System.EventHandler(this.btnBatch_Click);
     //
     // stripBtn_Hardware
     //
     this.stripBtn_Hardware.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtn_Hardware, "stripBtn_Hardware");
     this.stripBtn_Hardware.Name   = "stripBtn_Hardware";
     this.stripBtn_Hardware.Click += new System.EventHandler(this.stripBtn_Hardware_Click);
     //
     // stripBtnDiagnosis
     //
     this.stripBtnDiagnosis.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.stripBtnDiagnosis, "stripBtnDiagnosis");
     this.stripBtnDiagnosis.Name = "stripBtnDiagnosis";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     resources.ApplyResources(this.toolStripButton1, "toolStripButton1");
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // checkBoxEnvelop
     //
     resources.ApplyResources(this.checkBoxEnvelop, "checkBoxEnvelop");
     this.checkBoxEnvelop.Name = "checkBoxEnvelop";
     this.checkBoxEnvelop.UseVisualStyleBackColor = true;
     this.checkBoxEnvelop.Click += new System.EventHandler(this.checkBoxEnvelop_Click);
     //
     // trackBarEnelopSpeed
     //
     this.trackBarEnelopSpeed.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.trackBarEnelopSpeed, "trackBarEnelopSpeed");
     this.trackBarEnelopSpeed.Name     = "trackBarEnelopSpeed";
     this.trackBarEnelopSpeed.Scroll  += new System.EventHandler(this.trackBarEnelopSpeed_Scroll);
     this.trackBarEnelopSpeed.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarEnelopSpeed_MouseUp);
     //
     // checkBoxBatchSet
     //
     resources.ApplyResources(this.checkBoxBatchSet, "checkBoxBatchSet");
     this.checkBoxBatchSet.Name = "checkBoxBatchSet";
     this.checkBoxBatchSet.UseVisualStyleBackColor = true;
     this.checkBoxBatchSet.Click += new System.EventHandler(this.checkBoxBatchSet_Click);
     //
     // cmbAscan
     //
     this.cmbAscan.BackColor     = System.Drawing.SystemColors.Window;
     this.cmbAscan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cmbAscan, "cmbAscan");
     this.cmbAscan.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.cmbAscan.FormattingEnabled = true;
     this.cmbAscan.Name = "cmbAscan";
     this.cmbAscan.Tag  = "6";
     this.cmbAscan.SelectedIndexChanged += new System.EventHandler(this.cmbAscan_SelectedIndexChanged);
     //
     // labelAscan
     //
     resources.ApplyResources(this.labelAscan, "labelAscan");
     this.labelAscan.Name = "labelAscan";
     //
     // cmbDirection
     //
     this.cmbDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cmbDirection, "cmbDirection");
     this.cmbDirection.FormattingEnabled = true;
     this.cmbDirection.Items.AddRange(new object[] {
         resources.GetString("cmbDirection.Items"),
         resources.GetString("cmbDirection.Items1"),
         resources.GetString("cmbDirection.Items2")
     });
     this.cmbDirection.Name = "cmbDirection";
     this.cmbDirection.Tag  = "3";
     this.cmbDirection.SelectedIndexChanged += new System.EventHandler(this.cmbDirection_SelectedIndexChanged);
     //
     // cmbGroup
     //
     this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cmbGroup, "cmbGroup");
     this.cmbGroup.FormattingEnabled = true;
     this.cmbGroup.Name = "cmbGroup";
     this.cmbGroup.Tag  = "5";
     this.cmbGroup.SelectedIndexChanged += new System.EventHandler(this.cmbGroup_SelectedIndexChanged);
     //
     // labelDirection
     //
     resources.ApplyResources(this.labelDirection, "labelDirection");
     this.labelDirection.Name = "labelDirection";
     //
     // labelGroup
     //
     resources.ApplyResources(this.labelGroup, "labelGroup");
     this.labelGroup.Name = "labelGroup";
     //
     // labelType
     //
     resources.ApplyResources(this.labelType, "labelType");
     this.labelType.Name = "labelType";
     //
     // tbShow
     //
     this.tbShow.Controls.Add(this.tbManualMode);
     this.tbShow.Controls.Add(this.tbAutoMode);
     this.tbShow.Controls.Add(this.tbCheckMode);
     this.tbShow.Controls.Add(this.tbSscan);
     resources.ApplyResources(this.tbShow, "tbShow");
     this.tbShow.Name          = "tbShow";
     this.tbShow.SelectedIndex = 0;
     //
     // tbManualMode
     //
     this.tbManualMode.Controls.Add(this.tableLayoutPanel1);
     resources.ApplyResources(this.tbManualMode, "tbManualMode");
     this.tbManualMode.Name = "tbManualMode";
     this.tbManualMode.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(splitContainer1, 1, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmbType);
     this.groupBox2.Controls.Add(this.cmbDirection);
     this.groupBox2.Controls.Add(this.labelAscan);
     this.groupBox2.Controls.Add(this.cmbAscan);
     this.groupBox2.Controls.Add(this.labelType);
     this.groupBox2.Controls.Add(this.checkBoxBatchSet);
     this.groupBox2.Controls.Add(this.labelDirection);
     this.groupBox2.Controls.Add(this.labelGroup);
     this.groupBox2.Controls.Add(this.cmbGroup);
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // cmbType
     //
     this.cmbType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
         resources.GetString("cmbType.Items"),
         resources.GetString("cmbType.Items1"),
         resources.GetString("cmbType.Items2")
     });
     resources.ApplyResources(this.cmbType, "cmbType");
     this.cmbType.Name = "cmbType";
     this.cmbType.Tag  = "3";
     this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.checkBoxEnvelop);
     this.groupBox1.Controls.Add(this.trackBarEnelopSpeed);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // tbAutoMode
     //
     this.tbAutoMode.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.tbAutoMode, "tbAutoMode");
     this.tbAutoMode.Name = "tbAutoMode";
     //
     // tbCheckMode
     //
     resources.ApplyResources(this.tbCheckMode, "tbCheckMode");
     this.tbCheckMode.Name = "tbCheckMode";
     this.tbCheckMode.UseVisualStyleBackColor = true;
     //
     // tbSscan
     //
     resources.ApplyResources(this.tbSscan, "tbSscan");
     this.tbSscan.Name = "tbSscan";
     this.tbSscan.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.ButtonHighlight;
     this.Controls.Add(this.tbShow);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox   = false;
     this.Name          = "MainForm";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tabPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarEnelopSpeed)).EndInit();
     this.tbShow.ResumeLayout(false);
     this.tbManualMode.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 58
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.Label                     label1;
     System.Windows.Forms.SplitContainer            splitContainer1;
     System.Windows.Forms.GroupBox                  groupBox1;
     System.Windows.Forms.SplitContainer            splitContainer2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.guiJoinGroupBox   = new System.Windows.Forms.GroupBox();
     this.guiJoinSubColumn  = new System.Windows.Forms.ComboBox();
     this.guiJoinTable      = new System.Windows.Forms.ComboBox();
     this.guiJoinMainColumn = new System.Windows.Forms.ComboBox();
     this.guiJoin           = new System.Windows.Forms.Button();
     this.guiFilterGroupBox = new System.Windows.Forms.GroupBox();
     this.guiFilterValue    = new System.Windows.Forms.NumericUpDown();
     this.guiFilterPred     = new System.Windows.Forms.ComboBox();
     this.guiFilterColumn   = new System.Windows.Forms.ComboBox();
     this.guiFilter         = new System.Windows.Forms.Button();
     this.guiMathGroupBox   = new System.Windows.Forms.GroupBox();
     this.guiMathAlgo       = new System.Windows.Forms.ComboBox();
     this.guiMathColumn     = new System.Windows.Forms.ComboBox();
     this.guiMath           = new System.Windows.Forms.Button();
     this.guiSortGroupBox   = new System.Windows.Forms.GroupBox();
     this.guiSortDirection  = new System.Windows.Forms.ComboBox();
     this.guiSortColumn     = new System.Windows.Forms.ComboBox();
     this.guiSort           = new System.Windows.Forms.Button();
     this.guiSearchGroupBox = new System.Windows.Forms.GroupBox();
     this.guiSearchColumn   = new System.Windows.Forms.ComboBox();
     this.guiSearhPattern   = new System.Windows.Forms.TextBox();
     this.guiSearch         = new System.Windows.Forms.Button();
     this.guiTables         = new System.Windows.Forms.ComboBox();
     this.guiUpdateTable    = new System.Windows.Forms.Button();
     this.guiQueryTable     = new System.Windows.Forms.Button();
     this.guiDGV            = new System.Windows.Forms.DataGridView();
     this.guiDGVJoin        = new System.Windows.Forms.DataGridView();
     this.guiJoinUpdate     = new System.Windows.Forms.Button();
     label1          = new System.Windows.Forms.Label();
     splitContainer1 = new System.Windows.Forms.SplitContainer();
     groupBox1       = new System.Windows.Forms.GroupBox();
     splitContainer2 = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
     splitContainer1.Panel1.SuspendLayout();
     splitContainer1.Panel2.SuspendLayout();
     splitContainer1.SuspendLayout();
     this.guiJoinGroupBox.SuspendLayout();
     this.guiFilterGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guiFilterValue)).BeginInit();
     this.guiMathGroupBox.SuspendLayout();
     this.guiSortGroupBox.SuspendLayout();
     this.guiSearchGroupBox.SuspendLayout();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit();
     splitContainer2.Panel1.SuspendLayout();
     splitContainer2.Panel2.SuspendLayout();
     splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.guiDGV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.guiDGVJoin)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(6, 30);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(34, 13);
     label1.TabIndex = 1;
     label1.Text     = "Table";
     //
     // splitContainer1
     //
     splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     splitContainer1.Location = new System.Drawing.Point(0, 0);
     splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     splitContainer1.Panel1.Controls.Add(this.guiJoinGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiFilterGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiMathGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiSortGroupBox);
     splitContainer1.Panel1.Controls.Add(this.guiSearchGroupBox);
     splitContainer1.Panel1.Controls.Add(groupBox1);
     //
     // splitContainer1.Panel2
     //
     splitContainer1.Panel2.Controls.Add(splitContainer2);
     splitContainer1.Size             = new System.Drawing.Size(708, 693);
     splitContainer1.SplitterDistance = 177;
     splitContainer1.SplitterWidth    = 3;
     splitContainer1.TabIndex         = 100;
     //
     // guiJoinGroupBox
     //
     this.guiJoinGroupBox.Controls.Add(this.guiJoinSubColumn);
     this.guiJoinGroupBox.Controls.Add(this.guiJoinTable);
     this.guiJoinGroupBox.Controls.Add(this.guiJoinMainColumn);
     this.guiJoinGroupBox.Controls.Add(this.guiJoinUpdate);
     this.guiJoinGroupBox.Controls.Add(this.guiJoin);
     this.guiJoinGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiJoinGroupBox.Enabled  = false;
     this.guiJoinGroupBox.Location = new System.Drawing.Point(0, 534);
     this.guiJoinGroupBox.Name     = "guiJoinGroupBox";
     this.guiJoinGroupBox.Size     = new System.Drawing.Size(177, 156);
     this.guiJoinGroupBox.TabIndex = 9;
     this.guiJoinGroupBox.TabStop  = false;
     this.guiJoinGroupBox.Text     = "Joining";
     //
     // guiJoinSubColumn
     //
     this.guiJoinSubColumn.FormattingEnabled = true;
     this.guiJoinSubColumn.Items.AddRange(new object[] {
         "<",
         "<=",
         "=",
         ">=",
         ">"
     });
     this.guiJoinSubColumn.Location = new System.Drawing.Point(6, 73);
     this.guiJoinSubColumn.Name     = "guiJoinSubColumn";
     this.guiJoinSubColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiJoinSubColumn.TabIndex = 5;
     //
     // guiJoinTable
     //
     this.guiJoinTable.FormattingEnabled = true;
     this.guiJoinTable.Location          = new System.Drawing.Point(6, 46);
     this.guiJoinTable.Name                  = "guiJoinTable";
     this.guiJoinTable.Size                  = new System.Drawing.Size(166, 21);
     this.guiJoinTable.TabIndex              = 5;
     this.guiJoinTable.SelectedIndexChanged += new System.EventHandler(this.guiJoinTable_SelectedIndexChanged);
     //
     // guiJoinMainColumn
     //
     this.guiJoinMainColumn.FormattingEnabled = true;
     this.guiJoinMainColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiJoinMainColumn.Name     = "guiJoinMainColumn";
     this.guiJoinMainColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiJoinMainColumn.TabIndex = 0;
     //
     // guiJoin
     //
     this.guiJoin.Location = new System.Drawing.Point(6, 100);
     this.guiJoin.Name     = "guiJoin";
     this.guiJoin.Size     = new System.Drawing.Size(166, 23);
     this.guiJoin.TabIndex = 4;
     this.guiJoin.Text     = "Joining";
     this.guiJoin.UseVisualStyleBackColor = true;
     this.guiJoin.Click += new System.EventHandler(this.guiJoin_Click);
     //
     // guiFilterGroupBox
     //
     this.guiFilterGroupBox.Controls.Add(this.guiFilterValue);
     this.guiFilterGroupBox.Controls.Add(this.guiFilterPred);
     this.guiFilterGroupBox.Controls.Add(this.guiFilterColumn);
     this.guiFilterGroupBox.Controls.Add(this.guiFilter);
     this.guiFilterGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiFilterGroupBox.Enabled  = false;
     this.guiFilterGroupBox.Location = new System.Drawing.Point(0, 406);
     this.guiFilterGroupBox.Name     = "guiFilterGroupBox";
     this.guiFilterGroupBox.Size     = new System.Drawing.Size(177, 128);
     this.guiFilterGroupBox.TabIndex = 8;
     this.guiFilterGroupBox.TabStop  = false;
     this.guiFilterGroupBox.Text     = "Filter";
     //
     // guiFilterValue
     //
     this.guiFilterValue.Location = new System.Drawing.Point(9, 73);
     this.guiFilterValue.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.guiFilterValue.Minimum = new decimal(new int[] {
         65536,
         0,
         0,
         -2147483648
     });
     this.guiFilterValue.Name      = "guiFilterValue";
     this.guiFilterValue.Size      = new System.Drawing.Size(163, 20);
     this.guiFilterValue.TabIndex  = 6;
     this.guiFilterValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // guiFilterPred
     //
     this.guiFilterPred.FormattingEnabled = true;
     this.guiFilterPred.Items.AddRange(new object[] {
         "<",
         "<=",
         "=",
         ">=",
         ">"
     });
     this.guiFilterPred.Location = new System.Drawing.Point(42, 46);
     this.guiFilterPred.Name     = "guiFilterPred";
     this.guiFilterPred.Size     = new System.Drawing.Size(94, 21);
     this.guiFilterPred.TabIndex = 5;
     //
     // guiFilterColumn
     //
     this.guiFilterColumn.FormattingEnabled = true;
     this.guiFilterColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiFilterColumn.Name     = "guiFilterColumn";
     this.guiFilterColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiFilterColumn.TabIndex = 0;
     //
     // guiFilter
     //
     this.guiFilter.Location = new System.Drawing.Point(6, 100);
     this.guiFilter.Name     = "guiFilter";
     this.guiFilter.Size     = new System.Drawing.Size(166, 23);
     this.guiFilter.TabIndex = 4;
     this.guiFilter.Text     = "Filter";
     this.guiFilter.UseVisualStyleBackColor = true;
     this.guiFilter.Click += new System.EventHandler(this.guiFilter_Click);
     //
     // guiMathGroupBox
     //
     this.guiMathGroupBox.Controls.Add(this.guiMathAlgo);
     this.guiMathGroupBox.Controls.Add(this.guiMathColumn);
     this.guiMathGroupBox.Controls.Add(this.guiMath);
     this.guiMathGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiMathGroupBox.Enabled  = false;
     this.guiMathGroupBox.Location = new System.Drawing.Point(0, 303);
     this.guiMathGroupBox.Name     = "guiMathGroupBox";
     this.guiMathGroupBox.Size     = new System.Drawing.Size(177, 103);
     this.guiMathGroupBox.TabIndex = 7;
     this.guiMathGroupBox.TabStop  = false;
     this.guiMathGroupBox.Text     = "Math";
     //
     // guiMathAlgo
     //
     this.guiMathAlgo.FormattingEnabled = true;
     this.guiMathAlgo.Items.AddRange(new object[] {
         "min",
         "max",
         "average",
         "sum"
     });
     this.guiMathAlgo.Location = new System.Drawing.Point(6, 45);
     this.guiMathAlgo.Name     = "guiMathAlgo";
     this.guiMathAlgo.Size     = new System.Drawing.Size(166, 21);
     this.guiMathAlgo.TabIndex = 5;
     //
     // guiMathColumn
     //
     this.guiMathColumn.FormattingEnabled = true;
     this.guiMathColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiMathColumn.Name     = "guiMathColumn";
     this.guiMathColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiMathColumn.TabIndex = 0;
     //
     // guiMath
     //
     this.guiMath.Location = new System.Drawing.Point(6, 72);
     this.guiMath.Name     = "guiMath";
     this.guiMath.Size     = new System.Drawing.Size(166, 23);
     this.guiMath.TabIndex = 4;
     this.guiMath.Text     = "Evaluate";
     this.guiMath.UseVisualStyleBackColor = true;
     this.guiMath.Click += new System.EventHandler(this.guiMath_Click);
     //
     // guiSortGroupBox
     //
     this.guiSortGroupBox.Controls.Add(this.guiSortDirection);
     this.guiSortGroupBox.Controls.Add(this.guiSortColumn);
     this.guiSortGroupBox.Controls.Add(this.guiSort);
     this.guiSortGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiSortGroupBox.Enabled  = false;
     this.guiSortGroupBox.Location = new System.Drawing.Point(0, 193);
     this.guiSortGroupBox.Name     = "guiSortGroupBox";
     this.guiSortGroupBox.Size     = new System.Drawing.Size(177, 110);
     this.guiSortGroupBox.TabIndex = 6;
     this.guiSortGroupBox.TabStop  = false;
     this.guiSortGroupBox.Text     = "Sort";
     //
     // guiSortDirection
     //
     this.guiSortDirection.FormattingEnabled = true;
     this.guiSortDirection.Items.AddRange(new object[] {
         "ascending",
         "descending"
     });
     this.guiSortDirection.Location = new System.Drawing.Point(6, 45);
     this.guiSortDirection.Name     = "guiSortDirection";
     this.guiSortDirection.Size     = new System.Drawing.Size(166, 21);
     this.guiSortDirection.TabIndex = 5;
     //
     // guiSortColumn
     //
     this.guiSortColumn.FormattingEnabled = true;
     this.guiSortColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiSortColumn.Name     = "guiSortColumn";
     this.guiSortColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiSortColumn.TabIndex = 0;
     //
     // guiSort
     //
     this.guiSort.Location = new System.Drawing.Point(6, 72);
     this.guiSort.Name     = "guiSort";
     this.guiSort.Size     = new System.Drawing.Size(166, 23);
     this.guiSort.TabIndex = 4;
     this.guiSort.Text     = "Sort";
     this.guiSort.UseVisualStyleBackColor = true;
     this.guiSort.Click += new System.EventHandler(this.guiSort_Click);
     //
     // guiSearchGroupBox
     //
     this.guiSearchGroupBox.Controls.Add(this.guiSearchColumn);
     this.guiSearchGroupBox.Controls.Add(this.guiSearhPattern);
     this.guiSearchGroupBox.Controls.Add(this.guiSearch);
     this.guiSearchGroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.guiSearchGroupBox.Enabled  = false;
     this.guiSearchGroupBox.Location = new System.Drawing.Point(0, 83);
     this.guiSearchGroupBox.Name     = "guiSearchGroupBox";
     this.guiSearchGroupBox.Size     = new System.Drawing.Size(177, 110);
     this.guiSearchGroupBox.TabIndex = 5;
     this.guiSearchGroupBox.TabStop  = false;
     this.guiSearchGroupBox.Text     = "Search";
     //
     // guiSearchColumn
     //
     this.guiSearchColumn.FormattingEnabled = true;
     this.guiSearchColumn.Location          = new System.Drawing.Point(6, 19);
     this.guiSearchColumn.Name     = "guiSearchColumn";
     this.guiSearchColumn.Size     = new System.Drawing.Size(166, 21);
     this.guiSearchColumn.TabIndex = 0;
     //
     // guiSearhPattern
     //
     this.guiSearhPattern.Location = new System.Drawing.Point(6, 46);
     this.guiSearhPattern.Name     = "guiSearhPattern";
     this.guiSearhPattern.Size     = new System.Drawing.Size(166, 20);
     this.guiSearhPattern.TabIndex = 3;
     //
     // guiSearch
     //
     this.guiSearch.Location = new System.Drawing.Point(6, 72);
     this.guiSearch.Name     = "guiSearch";
     this.guiSearch.Size     = new System.Drawing.Size(166, 23);
     this.guiSearch.TabIndex = 4;
     this.guiSearch.Text     = "Search";
     this.guiSearch.UseVisualStyleBackColor = true;
     this.guiSearch.Click += new System.EventHandler(this.guiSearch_Click);
     //
     // groupBox1
     //
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(this.guiTables);
     groupBox1.Controls.Add(this.guiUpdateTable);
     groupBox1.Controls.Add(this.guiQueryTable);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     groupBox1.Location = new System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(177, 83);
     groupBox1.TabIndex = 5;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Table";
     //
     // guiTables
     //
     this.guiTables.FormattingEnabled = true;
     this.guiTables.Location          = new System.Drawing.Point(51, 27);
     this.guiTables.Name     = "guiTables";
     this.guiTables.Size     = new System.Drawing.Size(121, 21);
     this.guiTables.TabIndex = 0;
     //
     // guiUpdateTable
     //
     this.guiUpdateTable.Enabled  = false;
     this.guiUpdateTable.Location = new System.Drawing.Point(90, 54);
     this.guiUpdateTable.Name     = "guiUpdateTable";
     this.guiUpdateTable.Size     = new System.Drawing.Size(82, 23);
     this.guiUpdateTable.TabIndex = 4;
     this.guiUpdateTable.Text     = "Update table";
     this.guiUpdateTable.UseVisualStyleBackColor = true;
     this.guiUpdateTable.Click += new System.EventHandler(this.guiUpdateTable_Click);
     //
     // guiQueryTable
     //
     this.guiQueryTable.Location = new System.Drawing.Point(9, 54);
     this.guiQueryTable.Name     = "guiQueryTable";
     this.guiQueryTable.Size     = new System.Drawing.Size(75, 23);
     this.guiQueryTable.TabIndex = 4;
     this.guiQueryTable.Text     = "Query table";
     this.guiQueryTable.UseVisualStyleBackColor = true;
     this.guiQueryTable.Click += new System.EventHandler(this.guiQueryTable_Click);
     //
     // splitContainer2
     //
     splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitContainer2.Location    = new System.Drawing.Point(0, 0);
     splitContainer2.Name        = "splitContainer2";
     splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     splitContainer2.Panel1.Controls.Add(this.guiDGV);
     //
     // splitContainer2.Panel2
     //
     splitContainer2.Panel2.Controls.Add(this.guiDGVJoin);
     splitContainer2.Size             = new System.Drawing.Size(528, 693);
     splitContainer2.SplitterDistance = 345;
     splitContainer2.SplitterWidth    = 3;
     splitContainer2.TabIndex         = 12;
     //
     // guiDGV
     //
     this.guiDGV.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.guiDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.guiDGV.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.guiDGV.Location          = new System.Drawing.Point(0, 0);
     this.guiDGV.MultiSelect       = false;
     this.guiDGV.Name              = "guiDGV";
     this.guiDGV.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.guiDGV.Size              = new System.Drawing.Size(528, 345);
     this.guiDGV.TabIndex          = 10;
     this.guiDGV.SelectionChanged += new System.EventHandler(this.guiDGV_SelectionChanged);
     //
     // guiDGVJoin
     //
     this.guiDGVJoin.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.guiDGVJoin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.guiDGVJoin.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.guiDGVJoin.Location      = new System.Drawing.Point(0, 0);
     this.guiDGVJoin.MultiSelect   = false;
     this.guiDGVJoin.Name          = "guiDGVJoin";
     this.guiDGVJoin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.guiDGVJoin.Size          = new System.Drawing.Size(528, 345);
     this.guiDGVJoin.TabIndex      = 11;
     //
     // guiJoinUpdate
     //
     this.guiJoinUpdate.Location = new System.Drawing.Point(6, 129);
     this.guiJoinUpdate.Name     = "guiJoinUpdate";
     this.guiJoinUpdate.Size     = new System.Drawing.Size(166, 23);
     this.guiJoinUpdate.TabIndex = 4;
     this.guiJoinUpdate.Text     = "Update SubTable";
     this.guiJoinUpdate.UseVisualStyleBackColor = true;
     this.guiJoinUpdate.Click += new System.EventHandler(this.guiJoinUpdate_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(708, 693);
     this.Controls.Add(splitContainer1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "MainForm";
     this.Text  = "Hospital DB - Lab8";
     this.Load += new System.EventHandler(this.MainForm_Load);
     splitContainer1.Panel1.ResumeLayout(false);
     splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
     splitContainer1.ResumeLayout(false);
     this.guiJoinGroupBox.ResumeLayout(false);
     this.guiFilterGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.guiFilterValue)).EndInit();
     this.guiMathGroupBox.ResumeLayout(false);
     this.guiSortGroupBox.ResumeLayout(false);
     this.guiSearchGroupBox.ResumeLayout(false);
     this.guiSearchGroupBox.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     splitContainer2.Panel1.ResumeLayout(false);
     splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit();
     splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.guiDGV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.guiDGVJoin)).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()
 {
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("齿轮轴");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("齿轮");
     System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("第一级", new System.Windows.Forms.TreeNode[] {
     treeNode1,
     treeNode2});
     System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("齿轮轴");
     System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("齿轮");
     System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("第二级", new System.Windows.Forms.TreeNode[] {
     treeNode4,
     treeNode5});
     System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("齿轮轴");
     System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("齿轮");
     System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("第三级", new System.Windows.Forms.TreeNode[] {
     treeNode7,
     treeNode8});
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("输出轴");
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("装配");
     System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("减速器", new System.Windows.Forms.TreeNode[] {
     treeNode3,
     treeNode6,
     treeNode9,
     treeNode10,
     treeNode11});
     this.btForceForm = new System.Windows.Forms.Button();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.button7 = new System.Windows.Forms.Button();
     this.btKeyForm = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.btInterferenceForm = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.btQuit = new System.Windows.Forms.Button();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // btForceForm
     //
     this.btForceForm.Location = new System.Drawing.Point(41, 38);
     this.btForceForm.Name = "btForceForm";
     this.btForceForm.Size = new System.Drawing.Size(107, 23);
     this.btForceForm.TabIndex = 0;
     this.btForceForm.Text = "轴承受力计算";
     this.btForceForm.UseVisualStyleBackColor = true;
     this.btForceForm.Click += new System.EventHandler(this.btForceForm_Click);
     //
     // treeView1
     //
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     treeNode1.Name = "节点2";
     treeNode1.Text = "齿轮轴";
     treeNode2.Name = "节点3";
     treeNode2.Text = "齿轮";
     treeNode3.Name = "节点1";
     treeNode3.Text = "第一级";
     treeNode4.Name = "节点5";
     treeNode4.Text = "齿轮轴";
     treeNode5.Name = "节点6";
     treeNode5.Text = "齿轮";
     treeNode6.Name = "节点4";
     treeNode6.Text = "第二级";
     treeNode7.Name = "节点8";
     treeNode7.Text = "齿轮轴";
     treeNode8.Name = "节点9";
     treeNode8.Text = "齿轮";
     treeNode9.Name = "节点7";
     treeNode9.Text = "第三级";
     treeNode10.Name = "节点10";
     treeNode10.Text = "输出轴";
     treeNode11.Name = "节点11";
     treeNode11.Text = "装配";
     treeNode12.Name = "节点0";
     treeNode12.Text = "减速器";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
     treeNode12});
     this.treeView1.Size = new System.Drawing.Size(126, 555);
     this.treeView1.TabIndex = 4;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     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(770, 555);
     this.tabControl1.TabIndex = 5;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.splitContainer2);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(762, 529);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "齿轮轴设计";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.pictureBox1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(756, 523);
     this.splitContainer2.SplitterDistance = 161;
     this.splitContainer2.TabIndex = 3;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(754, 159);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // splitContainer4
     //
     this.splitContainer4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer4.Panel2.Controls.Add(this.btQuit);
     this.splitContainer4.Size = new System.Drawing.Size(756, 358);
     this.splitContainer4.SplitterDistance = 252;
     this.splitContainer4.TabIndex = 4;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button7);
     this.groupBox2.Controls.Add(this.btKeyForm);
     this.groupBox2.Controls.Add(this.button3);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.btInterferenceForm);
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.btForceForm);
     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(250, 356);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "受力分析";
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(41, 250);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 19;
     this.button7.Text = "轴承计算";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // btKeyForm
     //
     this.btKeyForm.Location = new System.Drawing.Point(41, 197);
     this.btKeyForm.Name = "btKeyForm";
     this.btKeyForm.Size = new System.Drawing.Size(75, 23);
     this.btKeyForm.TabIndex = 18;
     this.btKeyForm.Text = "键计算";
     this.btKeyForm.UseVisualStyleBackColor = true;
     this.btKeyForm.Click += new System.EventHandler(this.btKeyForm_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(154, 164);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 17;
     this.button3.Text = "过盈计算2";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Visible = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(154, 126);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 17;
     this.button1.Text = "过盈计算1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // btInterferenceForm
     //
     this.btInterferenceForm.Location = new System.Drawing.Point(41, 144);
     this.btInterferenceForm.Name = "btInterferenceForm";
     this.btInterferenceForm.Size = new System.Drawing.Size(75, 23);
     this.btInterferenceForm.TabIndex = 17;
     this.btInterferenceForm.Text = "过盈计算";
     this.btInterferenceForm.UseVisualStyleBackColor = true;
     this.btInterferenceForm.Click += new System.EventHandler(this.btInterferenceForm_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(41, 91);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(107, 23);
     this.button2.TabIndex = 16;
     this.button2.Text = "轴强度计算";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Location = new System.Drawing.Point(65, 23);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(169, 111);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "键槽";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(64, 47);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(92, 20);
     this.comboBox1.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "键长L";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "键宽b";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(64, 20);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(92, 21);
     this.textBox1.TabIndex = 0;
     //
     // btQuit
     //
     this.btQuit.Location = new System.Drawing.Point(95, 164);
     this.btQuit.Name = "btQuit";
     this.btQuit.Size = new System.Drawing.Size(75, 23);
     this.btQuit.TabIndex = 1;
     this.btQuit.Text = "返回首页";
     this.btQuit.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.splitContainer3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(762, 529);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "齿轮设计";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // splitContainer3
     //
     this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(3, 3);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.pictureBox2);
     this.splitContainer3.Size = new System.Drawing.Size(756, 523);
     this.splitContainer3.SplitterDistance = 192;
     this.splitContainer3.TabIndex = 0;
     //
     // pictureBox2
     //
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(754, 190);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop = false;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(762, 529);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "齿轮轴工程图";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(762, 529);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "齿轮工程图";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // 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.treeView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size = new System.Drawing.Size(900, 555);
     this.splitContainer1.SplitterDistance = 126;
     this.splitContainer1.TabIndex = 6;
     //
     // FrmDetailDesign
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(900, 555);
     this.Controls.Add(this.splitContainer1);
     this.Name = "FrmDetailDesign";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "详细设计";
     this.Load += new System.EventHandler(this.InputPartForm_Load_1);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 60
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.SplitContainer splitContainer;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterBrowser));
            this.gameSelector = new System.Windows.Forms.ComboBox();
            this.toolBar = new System.Windows.Forms.ToolBar();
            this.openButton = new System.Windows.Forms.ToolBarButton();
            this.toolBarIcons = new System.Windows.Forms.ImageList(this.components);
            this.characterCollectionEditor = new LionEditor.CharacterCollectionEditor();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            splitContainer = new System.Windows.Forms.SplitContainer();
            splitContainer.Panel1.SuspendLayout();
            splitContainer.Panel2.SuspendLayout();
            splitContainer.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer
            // 
            splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            splitContainer.IsSplitterFixed = true;
            splitContainer.Location = new System.Drawing.Point(0, 0);
            splitContainer.Name = "splitContainer";
            splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer.Panel1
            // 
            splitContainer.Panel1.Controls.Add(this.gameSelector);
            splitContainer.Panel1.Controls.Add(this.toolBar);
            // 
            // splitContainer.Panel2
            // 
            splitContainer.Panel2.Controls.Add(this.characterCollectionEditor);
            splitContainer.Size = new System.Drawing.Size(732, 455);
            splitContainer.SplitterDistance = 46;
            splitContainer.SplitterWidth = 1;
            splitContainer.TabIndex = 1;
            splitContainer.TabStop = false;
            // 
            // gameSelector
            // 
            this.gameSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.gameSelector.Enabled = false;
            this.gameSelector.FormattingEnabled = true;
            this.gameSelector.Location = new System.Drawing.Point(149, 13);
            this.gameSelector.Name = "gameSelector";
            this.gameSelector.Size = new System.Drawing.Size(303, 21);
            this.gameSelector.TabIndex = 1;
            // 
            // toolBar
            // 
            this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.openButton});
            this.toolBar.ButtonSize = new System.Drawing.Size(32, 32);
            this.toolBar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolBar.DropDownArrows = true;
            this.toolBar.ImageList = this.toolBarIcons;
            this.toolBar.Location = new System.Drawing.Point(0, 0);
            this.toolBar.Name = "toolBar";
            this.toolBar.ShowToolTips = true;
            this.toolBar.Size = new System.Drawing.Size(732, 44);
            this.toolBar.TabIndex = 0;
            this.toolBar.Wrappable = false;
            // 
            // openButton
            // 
            this.openButton.ImageIndex = 0;
            this.openButton.Name = "openButton";
            this.openButton.ToolTipText = "Open...";
            // 
            // toolBarIcons
            // 
            this.toolBarIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolBarIcons.ImageStream")));
            this.toolBarIcons.TransparentColor = System.Drawing.Color.Transparent;
            this.toolBarIcons.Images.SetKeyName(0, "open-32x32.png");
            // 
            // characterCollectionEditor
            // 
            this.characterCollectionEditor.CharacterCollection = null;
            this.characterCollectionEditor.CharacterEditorEnabled = false;
            this.characterCollectionEditor.ContextMenuEnabled = true;
            this.characterCollectionEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.characterCollectionEditor.Location = new System.Drawing.Point(0, 0);
            this.characterCollectionEditor.Name = "characterCollectionEditor";
            this.characterCollectionEditor.Size = new System.Drawing.Size(732, 408);
            this.characterCollectionEditor.TabIndex = 0;
            // 
            // openFileDialog
            // 
            this.openFileDialog.DefaultExt = "*.SYS;*.GME;*.bin";
            this.openFileDialog.Filter = "All Valid Files|lioneditor.bin;FFTA.SYS;*.gme|War of the Lions Files (lioneditor." +
                "bin; FFTA.SYS)|lioneditor.bin;FFTA.SYS|Dex Drive Files|*.gme";
            this.openFileDialog.ReadOnlyChecked = true;
            // 
            // CharacterBrowser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(732, 455);
            this.Controls.Add(splitContainer);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CharacterBrowser";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.Text = "CharacterBrowser";
            splitContainer.Panel1.ResumeLayout(false);
            splitContainer.Panel1.PerformLayout();
            splitContainer.Panel2.ResumeLayout(false);
            splitContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }