private void InitializeComponent() { components = new System.ComponentModel.Container(); _StyleManager1 = new DevComponents.DotNetBar.StyleManager(components); SuspendLayout(); // // StyleManager1 // _StyleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro; _StyleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(255)), Conversions.ToInteger(Conversions.ToByte(255)), Conversions.ToInteger(Conversions.ToByte(255))), Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(128)), Conversions.ToInteger(Conversions.ToByte(57)), Conversions.ToInteger(Conversions.ToByte(123)))); // // ApplyStyleMgrStyle // AutoScaleDimensions = new SizeF(6.0F, 13.0F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Name = "ApplyStyleMgrStyle"; Text = "DummyStyle"; 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(PlantillaDC)); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // PlantillaDC // this.ClientSize = new System.Drawing.Size(394, 224); this.DoubleBuffered = true; this.EnableGlass = false; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PlantillaDC"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PlantillaDC"; this.Load += new System.EventHandler(this.PlantillaDC_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer6 = new DevComponents.DotNetBar.ItemContainer(); this.btnQuery = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer(); this.btnStart = new DevComponents.DotNetBar.ButtonItem(); this.btnFinish = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar(); this.btnTest = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer(); this.btnShakeHand = new DevComponents.DotNetBar.ButtonItem(); this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem(); this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton(); this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer(); this.btnAbout = new DevComponents.DotNetBar.ButtonItem(); this.lblResult = new DevComponents.DotNetBar.LabelX(); this.lblTime = new DevComponents.DotNetBar.LabelX(); this.mainTimer = new System.Windows.Forms.Timer(this.components); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.loadCircle = new CNPOPSOFT.Controls.LoadingCircle(); this.logList = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelEx2 = new DevComponents.DotNetBar.PanelEx(); this.rackAdvTree = new DevComponents.AdvTree.AdvTree(); this.node1 = new DevComponents.AdvTree.Node(); this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector(); this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle(); this.panelEx3 = new DevComponents.DotNetBar.PanelEx(); this.ribbonControl1.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.logList)).BeginInit(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.rackAdvTree)).BeginInit(); this.panelEx3.SuspendLayout(); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; // // buttonItem1 // this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.Text = "buttonItem1"; // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.ribbonTabItem1}); this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2); this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.office2007StartButton1}); this.ribbonControl1.Size = new System.Drawing.Size(896, 154); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // ribbonPanel1 // this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.ribbonBar3); this.ribbonPanel1.Controls.Add(this.ribbonBar2); this.ribbonPanel1.Controls.Add(this.ribbonBar5); this.ribbonPanel1.Controls.Add(this.ribbonBar4); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 56); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel1.Size = new System.Drawing.Size(896, 96); // // // this.ribbonPanel1.Style.Class = ""; this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.Class = ""; this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.Class = ""; this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.TabIndex = 1; // // ribbonBar3 // this.ribbonBar3.AutoOverflowEnabled = true; // // // this.ribbonBar3.BackgroundMouseOverStyle.Class = ""; this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.BackgroundStyle.Class = ""; this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.ContainerControlProcessDialogKey = true; this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar3.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer6}); this.ribbonBar3.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar3.Location = new System.Drawing.Point(291, 0); this.ribbonBar3.Name = "ribbonBar3"; this.ribbonBar3.Size = new System.Drawing.Size(78, 93); this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar3.TabIndex = 22; this.ribbonBar3.Text = "查询"; // // // this.ribbonBar3.TitleStyle.Class = ""; this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.TitleStyleMouseOver.Class = ""; this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer6 // // // // this.itemContainer6.BackgroundStyle.Class = ""; this.itemContainer6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer6.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer6.Name = "itemContainer6"; this.itemContainer6.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnQuery}); this.itemContainer6.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnQuery // this.btnQuery.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image"))); this.btnQuery.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnQuery.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnQuery.Name = "btnQuery"; this.btnQuery.Text = "数据查询"; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // ribbonBar2 // this.ribbonBar2.AutoOverflowEnabled = true; // // // this.ribbonBar2.BackgroundMouseOverStyle.Class = ""; this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.BackgroundStyle.Class = ""; this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.ContainerControlProcessDialogKey = true; this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar2.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer5, this.btnFinish}); this.ribbonBar2.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar2.Location = new System.Drawing.Point(158, 0); this.ribbonBar2.Name = "ribbonBar2"; this.ribbonBar2.Size = new System.Drawing.Size(133, 93); this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar2.TabIndex = 20; this.ribbonBar2.Text = "测试"; // // // this.ribbonBar2.TitleStyle.Class = ""; this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.TitleStyleMouseOver.Class = ""; this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer5 // // // // this.itemContainer5.BackgroundStyle.Class = ""; this.itemContainer5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer5.Name = "itemContainer5"; this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnStart}); this.itemContainer5.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnStart // this.btnStart.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image"))); this.btnStart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnStart.Name = "btnStart"; this.btnStart.Text = "开始测试"; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnFinish // this.btnFinish.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnFinish.Image = ((System.Drawing.Image)(resources.GetObject("btnFinish.Image"))); this.btnFinish.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnFinish.Name = "btnFinish"; this.btnFinish.Text = "停止测试"; this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click); // // ribbonBar5 // this.ribbonBar5.AutoOverflowEnabled = true; // // // this.ribbonBar5.BackgroundMouseOverStyle.Class = ""; this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar5.BackgroundStyle.Class = ""; this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar5.ContainerControlProcessDialogKey = true; this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnTest}); this.ribbonBar5.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar5.Location = new System.Drawing.Point(76, 0); this.ribbonBar5.Name = "ribbonBar5"; this.ribbonBar5.Size = new System.Drawing.Size(82, 93); this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar5.TabIndex = 19; this.ribbonBar5.Text = "设置"; // // // this.ribbonBar5.TitleStyle.Class = ""; this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar5.TitleStyleMouseOver.Class = ""; this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar5.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnTest // this.btnTest.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTest.Image = ((System.Drawing.Image)(resources.GetObject("btnTest.Image"))); this.btnTest.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTest.Name = "btnTest"; this.btnTest.Text = "测试预设"; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // ribbonBar4 // this.ribbonBar4.AutoOverflowEnabled = true; // // // this.ribbonBar4.BackgroundMouseOverStyle.Class = ""; this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.BackgroundStyle.Class = ""; this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar4.ContainerControlProcessDialogKey = true; this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer7}); this.ribbonBar4.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar4.Location = new System.Drawing.Point(3, 0); this.ribbonBar4.Name = "ribbonBar4"; this.ribbonBar4.Size = new System.Drawing.Size(73, 93); this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar4.TabIndex = 18; this.ribbonBar4.Text = "握手"; // // // this.ribbonBar4.TitleStyle.Class = ""; this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.TitleStyleMouseOver.Class = ""; this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // itemContainer7 // // // // this.itemContainer7.BackgroundStyle.Class = ""; this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer7.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer7.Name = "itemContainer7"; this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnShakeHand}); this.itemContainer7.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnShakeHand // this.btnShakeHand.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnShakeHand.Image = ((System.Drawing.Image)(resources.GetObject("btnShakeHand.Image"))); this.btnShakeHand.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnShakeHand.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnShakeHand.Name = "btnShakeHand"; this.btnShakeHand.Text = "开始握手"; this.btnShakeHand.Click += new System.EventHandler(this.btnShakeHand_Click); // // ribbonTabItem1 // this.ribbonTabItem1.Checked = true; this.ribbonTabItem1.Name = "ribbonTabItem1"; this.ribbonTabItem1.Panel = this.ribbonPanel1; this.ribbonTabItem1.Text = "TSP"; // // office2007StartButton1 // this.office2007StartButton1.AutoExpandOnClick = true; this.office2007StartButton1.CanCustomize = false; this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image; this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image"))); this.office2007StartButton1.ImagePaddingHorizontal = 2; this.office2007StartButton1.ImagePaddingVertical = 2; this.office2007StartButton1.Name = "office2007StartButton1"; this.office2007StartButton1.ShowSubItems = false; this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer1}); this.office2007StartButton1.Text = "&File"; // // itemContainer1 // // // // this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer"; this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer1.Name = "itemContainer1"; this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer2}); // // itemContainer2 // // // // this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer"; this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer2.ItemSpacing = 0; this.itemContainer2.Name = "itemContainer2"; this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer3}); // // itemContainer3 // // // // this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer"; this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0); this.itemContainer3.Name = "itemContainer3"; this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnAbout}); // // btnAbout // this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnAbout.Image"))); this.btnAbout.Name = "btnAbout"; this.btnAbout.SubItemsExpandWidth = 24; this.btnAbout.Text = "关于"; this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click); // // lblResult // this.lblResult.BackColor = System.Drawing.Color.Transparent; // // // this.lblResult.BackgroundStyle.Class = ""; this.lblResult.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblResult.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblResult.Dock = System.Windows.Forms.DockStyle.Right; this.lblResult.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblResult.ForeColor = System.Drawing.SystemColors.ControlText; this.lblResult.Location = new System.Drawing.Point(720, 0); this.lblResult.Name = "lblResult"; this.lblResult.SingleLineColor = System.Drawing.SystemColors.Control; this.lblResult.Size = new System.Drawing.Size(176, 57); this.lblResult.TabIndex = 21; this.lblResult.Text = "Preparing..."; this.lblResult.TextAlignment = System.Drawing.StringAlignment.Center; // // lblTime // this.lblTime.BackColor = System.Drawing.Color.Transparent; // // // this.lblTime.BackgroundStyle.Class = ""; this.lblTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTime.Dock = System.Windows.Forms.DockStyle.Left; this.lblTime.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTime.Location = new System.Drawing.Point(0, 0); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(174, 57); this.lblTime.TabIndex = 19; this.lblTime.Text = "00:00:00"; // // mainTimer // this.mainTimer.Interval = 500; this.mainTimer.Tick += new System.EventHandler(this.mainTimer_Tick); // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.loadCircle); this.panelEx1.Controls.Add(this.logList); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(230, 155); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(671, 497); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 3; this.panelEx1.Text = "panelEx1"; // // loadCircle // this.loadCircle.Active = false; this.loadCircle.Color = System.Drawing.Color.Maroon; this.loadCircle.InnerCircleRadius = 5; this.loadCircle.Location = new System.Drawing.Point(256, 180); this.loadCircle.Name = "loadCircle"; this.loadCircle.NumberSpoke = 12; this.loadCircle.OuterCircleRadius = 11; this.loadCircle.RotationSpeed = 100; this.loadCircle.Size = new System.Drawing.Size(132, 115); this.loadCircle.SpokeThickness = 2; this.loadCircle.StylePreset = CNPOPSOFT.Controls.LoadingCircle.StylePresets.MacOSX; this.loadCircle.TabIndex = 1; this.loadCircle.Text = "loadingCircle1"; this.loadCircle.Visible = false; // // logList // this.logList.AllowUserToAddRows = false; this.logList.AllowUserToDeleteRows = false; this.logList.AllowUserToResizeRows = false; this.logList.BackgroundColor = System.Drawing.Color.White; this.logList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.logList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.logList.DefaultCellStyle = dataGridViewCellStyle1; this.logList.Dock = System.Windows.Forms.DockStyle.Fill; this.logList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.logList.Location = new System.Drawing.Point(0, 0); this.logList.MultiSelect = false; this.logList.Name = "logList"; this.logList.ReadOnly = true; this.logList.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.Info; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.logList.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; this.logList.RowHeadersVisible = false; this.logList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.logList.RowTemplate.Height = 23; this.logList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.logList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.logList.Size = new System.Drawing.Size(671, 497); this.logList.TabIndex = 0; // // Column1 // this.Column1.HeaderText = "时间"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 150; // // Column2 // this.Column2.HeaderText = "板卡"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.HeaderText = "状态"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // panelEx2 // this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx2.Controls.Add(this.rackAdvTree); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx2.Location = new System.Drawing.Point(5, 155); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(225, 497); this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx2.Style.GradientAngle = 90; this.panelEx2.TabIndex = 1; this.panelEx2.Text = "panelEx2"; // // rackAdvTree // this.rackAdvTree.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline; this.rackAdvTree.AllowDrop = true; this.rackAdvTree.BackColor = System.Drawing.SystemColors.Window; // // // this.rackAdvTree.BackgroundStyle.Class = "TreeBorderKey"; this.rackAdvTree.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.rackAdvTree.Dock = System.Windows.Forms.DockStyle.Fill; this.rackAdvTree.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.rackAdvTree.Location = new System.Drawing.Point(0, 0); this.rackAdvTree.Name = "rackAdvTree"; this.rackAdvTree.Nodes.AddRange(new DevComponents.AdvTree.Node[] { this.node1}); this.rackAdvTree.NodesConnector = this.nodeConnector1; this.rackAdvTree.NodeStyle = this.elementStyle1; this.rackAdvTree.PathSeparator = ";"; this.rackAdvTree.Size = new System.Drawing.Size(225, 497); this.rackAdvTree.Styles.Add(this.elementStyle1); this.rackAdvTree.TabIndex = 0; this.rackAdvTree.AfterCheck += new DevComponents.AdvTree.AdvTreeCellEventHandler(this.rackAdvTree_AfterCheck); this.rackAdvTree.AfterNodeSelect += new DevComponents.AdvTree.AdvTreeNodeEventHandler(this.rackAdvTree_AfterNodeSelect); // // node1 // this.node1.Expanded = true; this.node1.Name = "node1"; this.node1.Text = "node1"; // // nodeConnector1 // this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText; // // elementStyle1 // this.elementStyle1.Class = ""; this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.elementStyle1.Name = "elementStyle1"; this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText; // // panelEx3 // this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx3.Controls.Add(this.lblResult); this.panelEx3.Controls.Add(this.lblTime); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx3.Location = new System.Drawing.Point(5, 652); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(896, 57); this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx3.Style.GradientAngle = 90; this.panelEx3.TabIndex = 0; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(906, 711); this.Controls.Add(this.panelEx1); this.Controls.Add(this.panelEx2); this.Controls.Add(this.panelEx3); this.Controls.Add(this.ribbonControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(906, 711); this.Name = "FormMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "TSP硬件测试平台"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.formMain_FormClosing); this.Load += new System.EventHandler(this.FormMain_Load); this.ribbonControl1.ResumeLayout(false); this.ribbonControl1.PerformLayout(); this.ribbonPanel1.ResumeLayout(false); this.panelEx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.logList)).EndInit(); this.panelEx2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.rackAdvTree)).EndInit(); this.panelEx3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip27 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle74 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle75 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle61 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle62 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle63 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle64 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle65 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle66 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle67 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle68 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle69 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle70 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle71 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle72 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle73 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle81 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle82 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle83 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle84 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle85 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle86 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle87 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle88 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle89 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle90 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle91 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle92 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle100 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle101 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle93 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle94 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle95 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle96 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle97 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle98 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle99 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle102 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle111 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle112 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle103 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle104 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle105 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle106 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle107 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle108 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle109 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle110 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_orden_produccion)); this.bar2 = new DevExpress.XtraBars.Bar(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem(); this.btn_editar = new DevExpress.XtraBars.BarButtonItem(); this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem(); this.btn_grabar = new DevExpress.XtraBars.BarButtonItem(); this.btn_eliminar = new DevExpress.XtraBars.BarButtonItem(); this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem(); this.btn_log = new DevExpress.XtraBars.BarButtonItem(); this.btn_clave = new DevExpress.XtraBars.BarButtonItem(); this.btn_salir = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.btnLoad = new DevExpress.XtraBars.BarButtonItem(); this.btnInicio = new DevExpress.XtraBars.BarButtonItem(); this.btnAnterior = new DevExpress.XtraBars.BarButtonItem(); this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem(); this.btnUltimo = new DevExpress.XtraBars.BarButtonItem(); this.textBox13 = new System.Windows.Forms.TextBox(); this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.tab_01 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.Mdi_dgv_ordenproduccion = new DevExpress.XtraGrid.GridControl(); this.dgv_ordenproduccion = new DevExpress.XtraGrid.Views.Grid.GridView(); this.marcaname = new DevExpress.XtraGrid.Columns.GridColumn(); this.ordenprod = new DevExpress.XtraGrid.Columns.GridColumn(); this.fechemi = new DevExpress.XtraGrid.Columns.GridColumn(); this.articid = new DevExpress.XtraGrid.Columns.GridColumn(); this.articname = new DevExpress.XtraGrid.Columns.GridColumn(); this.lineaname = new DevExpress.XtraGrid.Columns.GridColumn(); this.generoname = new DevExpress.XtraGrid.Columns.GridColumn(); this.temporadaname = new DevExpress.XtraGrid.Columns.GridColumn(); this.coleccionname = new DevExpress.XtraGrid.Columns.GridColumn(); this.estadoname = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemCheckEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.tab_02 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.txt_taco12 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco11 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco10 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco09 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco08 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco07 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco06 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco05 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco04 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco03 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco02 = new DevExpress.XtraEditors.TextEdit(); this.txt_taco01 = new DevExpress.XtraEditors.TextEdit(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.txt_numop = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.cmb_ordprod = new System.Windows.Forms.ComboBox(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.btn_quitar = new DevExpress.XtraEditors.SimpleButton(); this.dgv_ordenprodcolor = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.tipop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.serop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.numop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colorid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colorname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.coltalla = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.can12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cantot = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgv_grilla = new System.Windows.Forms.DataGridView(); this.nombre = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ta12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btn_add = new DevExpress.XtraEditors.SimpleButton(); this.txt_tottot = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelControl68 = new DevExpress.XtraEditors.LabelControl(); this.txt_tottaco12 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco11 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco10 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco09 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco08 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco07 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco06 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco05 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco04 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco03 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco02 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_tottaco01 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_observacion = new System.Windows.Forms.TextBox(); this.labelControl58 = new DevExpress.XtraEditors.LabelControl(); this.txt_temporadaname = new System.Windows.Forms.TextBox(); this.labelControl57 = new DevExpress.XtraEditors.LabelControl(); this.txt_tacotot = new System.Windows.Forms.TextBox(); this.lbltaco12 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco11 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco10 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco09 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco08 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco07 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco06 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco05 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco04 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco03 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco02 = new DevExpress.XtraEditors.LabelControl(); this.lbltaco01 = new DevExpress.XtraEditors.LabelControl(); this.labelControl43 = new DevExpress.XtraEditors.LabelControl(); this.txt_colorname = new System.Windows.Forms.TextBox(); this.txt_colorid = new System.Windows.Forms.TextBox(); this.labelControl44 = new DevExpress.XtraEditors.LabelControl(); this.txt_cantreal = new System.Windows.Forms.TextBox(); this.txt_cantprog = new System.Windows.Forms.TextBox(); this.labelControl36 = new DevExpress.XtraEditors.LabelControl(); this.txt_numref = new System.Windows.Forms.TextBox(); this.txt_serref = new System.Windows.Forms.TextBox(); this.txt_tipref = new System.Windows.Forms.TextBox(); this.labelControl30 = new DevExpress.XtraEditors.LabelControl(); this.labelControl29 = new DevExpress.XtraEditors.LabelControl(); this.txt_ctactename = new System.Windows.Forms.TextBox(); this.txt_ctacte = new System.Windows.Forms.TextBox(); this.labelControl28 = new DevExpress.XtraEditors.LabelControl(); this.labelControl27 = new DevExpress.XtraEditors.LabelControl(); this.labelControl26 = new DevExpress.XtraEditors.LabelControl(); this.txt_familiatelaname = new System.Windows.Forms.TextBox(); this.labelControl25 = new DevExpress.XtraEditors.LabelControl(); this.labelControl24 = new DevExpress.XtraEditors.LabelControl(); this.cmb_canalvta = new System.Windows.Forms.ComboBox(); this.txt_generoname = new System.Windows.Forms.TextBox(); this.labelControl23 = new DevExpress.XtraEditors.LabelControl(); this.txt_lineaname = new System.Windows.Forms.TextBox(); this.labelControl22 = new DevExpress.XtraEditors.LabelControl(); this.txt_marcaname = new System.Windows.Forms.TextBox(); this.labelControl21 = new DevExpress.XtraEditors.LabelControl(); this.txt_variante = new System.Windows.Forms.TextBox(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.labelControl19 = new DevExpress.XtraEditors.LabelControl(); this.txt_articname = new System.Windows.Forms.TextBox(); this.txt_articid = new System.Windows.Forms.TextBox(); this.cmb_ejecutor = new System.Windows.Forms.ComboBox(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.cmb_estado = new System.Windows.Forms.ComboBox(); this.labelControl17 = new DevExpress.XtraEditors.LabelControl(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.txt_fechfin = new DevExpress.XtraEditors.DateEdit(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.txt_fechini = new DevExpress.XtraEditors.DateEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.txt_fechemi = new DevExpress.XtraEditors.DateEdit(); this.cmb_perianio = new System.Windows.Forms.ComboBox(); this.tab_03 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.pnl_edit2 = new DevExpress.XtraEditors.PanelControl(); this.txt_fechentrega03 = new DevExpress.XtraEditors.DateEdit(); this.txt_ctactename03 = new System.Windows.Forms.TextBox(); this.labelControl39 = new DevExpress.XtraEditors.LabelControl(); this.txt_fechini03 = new DevExpress.XtraEditors.DateEdit(); this.labelControl40 = new DevExpress.XtraEditors.LabelControl(); this.labelControl42 = new DevExpress.XtraEditors.LabelControl(); this.txt_ctacte03 = new System.Windows.Forms.TextBox(); this.labelControl41 = new DevExpress.XtraEditors.LabelControl(); this.txt_serop03 = new DevExpress.XtraEditors.LabelControl(); this.txt_tipop03 = new DevExpress.XtraEditors.LabelControl(); this.txt_numop03 = new DevExpress.XtraEditors.LabelControl(); this.pnl_edit = new DevExpress.XtraEditors.PanelControl(); this.cmb_fase = new System.Windows.Forms.ComboBox(); this.labelControl38 = new DevExpress.XtraEditors.LabelControl(); this.txt_secuencia = new System.Windows.Forms.NumericUpDown(); this.labelControl37 = new DevExpress.XtraEditors.LabelControl(); this.btn_new = new DevExpress.XtraEditors.SimpleButton(); this.btn_save = new DevExpress.XtraEditors.SimpleButton(); this.line1 = new DevComponents.DotNetBar.Controls.Line(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btn_cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_delete = new DevExpress.XtraEditors.SimpleButton(); this.btn_edit = new DevExpress.XtraEditors.SimpleButton(); this.dgv_ordenprodfase = new DevComponents.DotNetBar.Controls.DataGridViewX(); this._tipop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._serop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._numop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.secuencia = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.faseid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fasename = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ctacte = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ctactename = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fechprog_ini = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fechprog_fin = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btn_add2 = new DevExpress.XtraEditors.SimpleButton(); this.tab_04 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.btn_del = new DevExpress.XtraEditors.SimpleButton(); this.txt_ltizado = new DevExpress.XtraEditors.TextEdit(); this.labelControl51 = new DevExpress.XtraEditors.LabelControl(); this.labelControl50 = new DevExpress.XtraEditors.LabelControl(); this.txt_parte = new System.Windows.Forms.TextBox(); this.txt_productname1 = new System.Windows.Forms.TextBox(); this.btn_generar = new DevExpress.XtraEditors.SimpleButton(); this.labelControl35 = new DevExpress.XtraEditors.LabelControl(); this.txt_tolerancia = new DevExpress.XtraEditors.TextEdit(); this.labelControl33 = new DevExpress.XtraEditors.LabelControl(); this.txt_numpanos = new DevExpress.XtraEditors.TextEdit(); this.labelControl32 = new DevExpress.XtraEditors.LabelControl(); this.txt_prendpanos = new DevExpress.XtraEditors.TextEdit(); this.labelControl31 = new DevExpress.XtraEditors.LabelControl(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.labelControl48 = new DevExpress.XtraEditors.LabelControl(); this.labelControl49 = new DevExpress.XtraEditors.LabelControl(); this.dgv_consumoreal = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.partepdaid_det = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.partepdaname_det = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productid_det = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productname_det = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.canthabilitada = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pdaproyectotal = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cantreal = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mermacalculada = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.porcenmerma = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.consumreal = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.umed_det = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgv_calconsumo = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.partepdaid_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.partepdaname_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productid_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productname_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.largtizado = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pdasxpano = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.numpanos = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.porcentolerancia = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.consumprompano = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pdatotal = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cantrequerida = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.umed_cpo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnl_edit2Ma = new DevExpress.XtraEditors.PanelControl(); this.txt_gramaje = new System.Windows.Forms.TextBox(); this.txt_ancho = new System.Windows.Forms.TextBox(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.txt_serop04 = new DevExpress.XtraEditors.LabelControl(); this.txt_tipop04 = new DevExpress.XtraEditors.LabelControl(); this.txt_numop04 = new DevExpress.XtraEditors.LabelControl(); this.pnl_editMa = new DevExpress.XtraEditors.PanelControl(); this.btn_actualizar = new DevExpress.XtraEditors.SimpleButton(); this.productidtela = new System.Windows.Forms.TextBox(); this.cmb_partepda = new System.Windows.Forms.ComboBox(); this.labelControl34 = new DevExpress.XtraEditors.LabelControl(); this.productnametela = new System.Windows.Forms.TextBox(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.btn_newMa = new DevExpress.XtraEditors.SimpleButton(); this.btn_saveMa = new DevExpress.XtraEditors.SimpleButton(); this.line2 = new DevComponents.DotNetBar.Controls.Line(); this.labelControl45 = new DevExpress.XtraEditors.LabelControl(); this.labelControl46 = new DevExpress.XtraEditors.LabelControl(); this.labelControl47 = new DevExpress.XtraEditors.LabelControl(); this.btn_cancelMa = new DevExpress.XtraEditors.SimpleButton(); this.btn_deleteMa = new DevExpress.XtraEditors.SimpleButton(); this.btn_editMa = new DevExpress.XtraEditors.SimpleButton(); this.dgv_ordenprodtela = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.partepdaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.partepdaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xcolorname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ancho = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gramaje = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.chk_estado01 = new DevExpress.XtraEditors.CheckEdit(); this.chk_linea01 = new DevExpress.XtraEditors.CheckEdit(); this.chk_marca01 = new DevExpress.XtraEditors.CheckEdit(); this.cmb_linea01 = new System.Windows.Forms.ComboBox(); this.cmb_marca01 = new System.Windows.Forms.ComboBox(); this.cmb_estado01 = new System.Windows.Forms.ComboBox(); this.lblbusqueda = new DevExpress.XtraEditors.LabelControl(); this.txt_articname01 = new System.Windows.Forms.TextBox(); this.cmb_anio01 = new System.Windows.Forms.ComboBox(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.txt_numop01 = new System.Windows.Forms.TextBox(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.cmb_serie01 = new System.Windows.Forms.ComboBox(); this.chk_serie01 = new DevExpress.XtraEditors.CheckEdit(); this.styleManager2 = new DevComponents.DotNetBar.StyleManager(this.components); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.tab_01.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_ordenproduccion)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenproduccion)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit(); this.tab_02.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco12.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco11.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco10.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco09.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco08.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco07.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco06.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco05.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco04.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco03.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco02.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco01.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodcolor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_grilla)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties)).BeginInit(); this.tab_03.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2)).BeginInit(); this.pnl_edit2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnl_edit)).BeginInit(); this.pnl_edit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_secuencia)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodfase)).BeginInit(); this.tab_04.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); this.panelControl6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_ltizado.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_tolerancia.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_numpanos.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_prendpanos.Properties)).BeginInit(); this.xtraScrollableControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_consumoreal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_calconsumo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2Ma)).BeginInit(); this.pnl_edit2Ma.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_editMa)).BeginInit(); this.pnl_editMa.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodtela)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chk_estado01.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chk_linea01.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chk_marca01.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chk_serie01.Properties)).BeginInit(); this.SuspendLayout(); // // bar2 // this.bar2.BarName = "Main menu"; this.bar2.DockCol = 0; this.bar2.DockRow = 0; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.FloatLocation = new System.Drawing.Point(214, 135); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.btn_nuevo, this.btn_editar, this.btn_grabar, this.btn_cancelar, this.btn_eliminar, this.btn_imprimir, this.btnLoad, this.btn_log, this.btnInicio, this.btnAnterior, this.btnSiguiente, this.btnUltimo, this.btn_salir, this.btn_clave}); this.barManager1.MainMenu = this.bar1; this.barManager1.MaxItemId = 16; // // bar1 // this.bar1.BarName = "Main menu"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.FloatLocation = new System.Drawing.Point(214, 135); this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard), new DevExpress.XtraBars.LinkPersistInfo(this.btn_editar), new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar), new DevExpress.XtraBars.LinkPersistInfo(this.btn_grabar), new DevExpress.XtraBars.LinkPersistInfo(this.btn_eliminar), new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir), new DevExpress.XtraBars.LinkPersistInfo(this.btn_log), new DevExpress.XtraBars.LinkPersistInfo(this.btn_clave), new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)}); this.bar1.OptionsBar.MultiLine = true; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Main menu"; // // btn_nuevo // this.btn_nuevo.Caption = "btnNew"; this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph"))); this.btn_nuevo.Id = 2; this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph"))); this.btn_nuevo.Name = "btn_nuevo"; toolTipTitleItem14.Text = "Nuevo"; superToolTip15.Items.Add(toolTipTitleItem14); this.btn_nuevo.SuperTip = superToolTip15; this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick); // // btn_editar // this.btn_editar.Caption = "btnEdit"; this.btn_editar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.Glyph"))); this.btn_editar.Id = 3; this.btn_editar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.LargeGlyph"))); this.btn_editar.Name = "btn_editar"; toolTipTitleItem15.Text = "Editar"; superToolTip16.Items.Add(toolTipTitleItem15); this.btn_editar.SuperTip = superToolTip16; this.btn_editar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_editar_ItemClick); // // btn_cancelar // this.btn_cancelar.Caption = "btnCancel"; this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph"))); this.btn_cancelar.Id = 5; this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph"))); this.btn_cancelar.Name = "btn_cancelar"; toolTipTitleItem17.Text = "Cancelar"; superToolTip18.Items.Add(toolTipTitleItem17); this.btn_cancelar.SuperTip = superToolTip18; this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick); // // btn_grabar // this.btn_grabar.Caption = "btnSave"; this.btn_grabar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Glyph"))); this.btn_grabar.Id = 4; this.btn_grabar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.LargeGlyph"))); this.btn_grabar.Name = "btn_grabar"; toolTipTitleItem16.Text = "Guardar"; superToolTip17.Items.Add(toolTipTitleItem16); this.btn_grabar.SuperTip = superToolTip17; this.btn_grabar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_grabar_ItemClick); // // btn_eliminar // this.btn_eliminar.Caption = "btnDelete"; this.btn_eliminar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Glyph"))); this.btn_eliminar.Id = 6; this.btn_eliminar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.LargeGlyph"))); this.btn_eliminar.Name = "btn_eliminar"; toolTipTitleItem18.Text = "Elimar Registro"; superToolTip19.Items.Add(toolTipTitleItem18); this.btn_eliminar.SuperTip = superToolTip19; this.btn_eliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_eliminar_ItemClick); // // btn_imprimir // this.btn_imprimir.Caption = "btnPrint"; this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph"))); this.btn_imprimir.Id = 7; this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph"))); this.btn_imprimir.Name = "btn_imprimir"; toolTipTitleItem19.Text = "Imprimir"; superToolTip20.Items.Add(toolTipTitleItem19); this.btn_imprimir.SuperTip = superToolTip20; this.btn_imprimir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_imprimir_ItemClick); // // btn_log // this.btn_log.Caption = "btnLog"; this.btn_log.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_log.Glyph"))); this.btn_log.Id = 9; this.btn_log.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_log.LargeGlyph"))); this.btn_log.Name = "btn_log"; toolTipTitleItem21.Text = "Log"; superToolTip22.Items.Add(toolTipTitleItem21); this.btn_log.SuperTip = superToolTip22; this.btn_log.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_log_ItemClick); // // btn_clave // this.btn_clave.Caption = "btnLock"; this.btn_clave.Glyph = global::BapFormulariosNet.Properties.Resources.btn_Lock20; this.btn_clave.Id = 15; this.btn_clave.Name = "btn_clave"; this.btn_clave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_clave_ItemClick); // // btn_salir // this.btn_salir.Caption = "btnExit"; this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph"))); this.btn_salir.Id = 14; this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph"))); this.btn_salir.Name = "btn_salir"; toolTipTitleItem26.Text = "Salir"; superToolTip27.Items.Add(toolTipTitleItem26); this.btn_salir.SuperTip = superToolTip27; this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick); // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(890, 28); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 560); this.barDockControlBottom.Size = new System.Drawing.Size(890, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 28); this.barDockControlLeft.Size = new System.Drawing.Size(0, 532); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(890, 28); this.barDockControlRight.Size = new System.Drawing.Size(0, 532); // // btnLoad // this.btnLoad.Caption = "btnLoad"; this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph"))); this.btnLoad.Id = 8; this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph"))); this.btnLoad.Name = "btnLoad"; toolTipTitleItem20.Text = "Actualizar"; superToolTip21.Items.Add(toolTipTitleItem20); this.btnLoad.SuperTip = superToolTip21; // // btnInicio // this.btnInicio.Caption = "btnInicio"; this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph"))); this.btnInicio.Id = 10; this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph"))); this.btnInicio.Name = "btnInicio"; toolTipTitleItem22.Text = "Primer Registro"; superToolTip23.Items.Add(toolTipTitleItem22); this.btnInicio.SuperTip = superToolTip23; // // btnAnterior // this.btnAnterior.Caption = "btnAnterior"; this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph"))); this.btnAnterior.Id = 11; this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph"))); this.btnAnterior.Name = "btnAnterior"; toolTipTitleItem23.Text = "Anterior Registro"; superToolTip24.Items.Add(toolTipTitleItem23); this.btnAnterior.SuperTip = superToolTip24; // // btnSiguiente // this.btnSiguiente.Caption = "btnSiguiente"; this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph"))); this.btnSiguiente.Id = 12; this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph"))); this.btnSiguiente.Name = "btnSiguiente"; toolTipTitleItem24.Text = "Siguiente Registro"; superToolTip25.Items.Add(toolTipTitleItem24); this.btnSiguiente.SuperTip = superToolTip25; // // btnUltimo // this.btnUltimo.Caption = "btnUltimo"; this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph"))); this.btnUltimo.Id = 13; this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph"))); this.btnUltimo.Name = "btnUltimo"; toolTipTitleItem25.Text = "Ultimo Registro"; superToolTip26.Items.Add(toolTipTitleItem25); this.btnUltimo.SuperTip = superToolTip26; // // textBox13 // this.textBox13.Location = new System.Drawing.Point(45, 28); this.textBox13.MaxLength = 10; this.textBox13.Name = "textBox13"; this.textBox13.Size = new System.Drawing.Size(110, 20); this.textBox13.TabIndex = 228; // // superTooltip1 // this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007VistaGlass; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // xtraTabControl1 // this.xtraTabControl1.Location = new System.Drawing.Point(0, 29); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.tab_01; this.xtraTabControl1.Size = new System.Drawing.Size(894, 534); this.xtraTabControl1.TabIndex = 7; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tab_01, this.tab_02, this.tab_03, this.tab_04}); this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged); // // tab_01 // this.tab_01.Controls.Add(this.panelControl4); this.tab_01.Name = "tab_01"; this.tab_01.Size = new System.Drawing.Size(888, 506); this.tab_01.Text = "Busqueda"; this.tab_01.Tooltip = "Buscar Ordenes"; this.tab_01.TooltipIconType = DevExpress.Utils.ToolTipIconType.Information; // // panelControl4 // this.panelControl4.Controls.Add(this.Mdi_dgv_ordenproduccion); this.panelControl4.Location = new System.Drawing.Point(3, 3); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(879, 500); this.panelControl4.TabIndex = 202; // // Mdi_dgv_ordenproduccion // this.Mdi_dgv_ordenproduccion.Location = new System.Drawing.Point(5, 5); this.Mdi_dgv_ordenproduccion.MainView = this.dgv_ordenproduccion; this.Mdi_dgv_ordenproduccion.Name = "Mdi_dgv_ordenproduccion"; this.Mdi_dgv_ordenproduccion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTextEdit5, this.repositoryItemCheckEdit5, this.repositoryItemTextEdit6, this.repositoryItemCheckEdit6}); this.Mdi_dgv_ordenproduccion.Size = new System.Drawing.Size(869, 490); this.Mdi_dgv_ordenproduccion.TabIndex = 399; this.Mdi_dgv_ordenproduccion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.dgv_ordenproduccion}); this.Mdi_dgv_ordenproduccion.DoubleClick += new System.EventHandler(this.Mdi_dgv_ordenproduccion_DoubleClick); this.Mdi_dgv_ordenproduccion.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Mdi_dgv_ordenproduccion_KeyUp); // // dgv_ordenproduccion // this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgv_ordenproduccion.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray; this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.ColumnFilterButton.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217))))); this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue; this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgv_ordenproduccion.Appearance.Empty.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgv_ordenproduccion.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131))))); this.dgv_ordenproduccion.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgv_ordenproduccion.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.FilterCloseButton.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41))))); this.dgv_ordenproduccion.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgv_ordenproduccion.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.dgv_ordenproduccion.Appearance.FilterPanel.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FilterPanel.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66))))); this.dgv_ordenproduccion.Appearance.FixedLine.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.dgv_ordenproduccion.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.FocusedCell.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FocusedCell.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy; this.dgv_ordenproduccion.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178))))); this.dgv_ordenproduccion.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.FocusedRow.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FocusedRow.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.FooterPanel.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.GroupButton.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.dgv_ordenproduccion.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194))))); this.dgv_ordenproduccion.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.GroupFooter.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71))))); this.dgv_ordenproduccion.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.dgv_ordenproduccion.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseFont = true; this.dgv_ordenproduccion.Appearance.GroupPanel.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136))))); this.dgv_ordenproduccion.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver; this.dgv_ordenproduccion.Appearance.GroupRow.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.GroupRow.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.dgv_ordenproduccion.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseBorderColor = true; this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseFont = true; this.dgv_ordenproduccion.Appearance.HeaderPanel.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray; this.dgv_ordenproduccion.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.dgv_ordenproduccion.Appearance.HideSelectionRow.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.HideSelectionRow.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.HorzLine.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244))))); this.dgv_ordenproduccion.Appearance.Preview.BackColor2 = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.Preview.ForeColor = System.Drawing.Color.Navy; this.dgv_ordenproduccion.Appearance.Preview.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.Preview.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216))))); this.dgv_ordenproduccion.Appearance.Row.ForeColor = System.Drawing.Color.Black; this.dgv_ordenproduccion.Appearance.Row.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.Row.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.RowSeparator.BackColor = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204))))); this.dgv_ordenproduccion.Appearance.RowSeparator.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138))))); this.dgv_ordenproduccion.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White; this.dgv_ordenproduccion.Appearance.SelectedRow.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.SelectedRow.Options.UseForeColor = true; this.dgv_ordenproduccion.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226))))); this.dgv_ordenproduccion.Appearance.TopNewRow.Options.UseBackColor = true; this.dgv_ordenproduccion.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184))))); this.dgv_ordenproduccion.Appearance.VertLine.Options.UseBackColor = true; this.dgv_ordenproduccion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.marcaname, this.ordenprod, this.fechemi, this.articid, this.articname, this.lineaname, this.generoname, this.temporadaname, this.coleccionname, this.estadoname}); styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Teal; styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); styleFormatCondition2.Appearance.Options.UseBackColor = true; styleFormatCondition2.ApplyToRow = true; styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression; styleFormatCondition2.Expression = "Len(Trim([conceptoid])) == 2"; this.dgv_ordenproduccion.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] { styleFormatCondition2}); this.dgv_ordenproduccion.GridControl = this.Mdi_dgv_ordenproduccion; this.dgv_ordenproduccion.Name = "dgv_ordenproduccion"; this.dgv_ordenproduccion.OptionsSelection.MultiSelect = true; this.dgv_ordenproduccion.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.dgv_ordenproduccion.OptionsView.ShowGroupPanel = false; this.dgv_ordenproduccion.PaintStyleName = "Web"; this.dgv_ordenproduccion.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgv_ordenproduccion_RowCellClick); // // marcaname // this.marcaname.Caption = "Marca"; this.marcaname.FieldName = "marcaname"; this.marcaname.Name = "marcaname"; this.marcaname.OptionsColumn.AllowEdit = false; this.marcaname.Visible = true; this.marcaname.VisibleIndex = 0; this.marcaname.Width = 64; // // ordenprod // this.ordenprod.Caption = "OrdProd"; this.ordenprod.FieldName = "ordenprod"; this.ordenprod.Name = "ordenprod"; this.ordenprod.OptionsColumn.AllowEdit = false; this.ordenprod.Visible = true; this.ordenprod.VisibleIndex = 1; this.ordenprod.Width = 67; // // fechemi // this.fechemi.Caption = "Fecha"; this.fechemi.FieldName = "fechemi"; this.fechemi.Name = "fechemi"; this.fechemi.OptionsColumn.AllowEdit = false; this.fechemi.Visible = true; this.fechemi.VisibleIndex = 2; this.fechemi.Width = 72; // // articid // this.articid.Caption = "ArticID"; this.articid.FieldName = "articidold"; this.articid.Name = "articid"; this.articid.OptionsColumn.AllowEdit = false; this.articid.Visible = true; this.articid.VisibleIndex = 3; this.articid.Width = 57; // // articname // this.articname.Caption = "Articulo"; this.articname.FieldName = "articname"; this.articname.Name = "articname"; this.articname.OptionsColumn.AllowEdit = false; this.articname.Visible = true; this.articname.VisibleIndex = 4; this.articname.Width = 198; // // lineaname // this.lineaname.Caption = "Linea"; this.lineaname.FieldName = "lineaname"; this.lineaname.Name = "lineaname"; this.lineaname.OptionsColumn.AllowEdit = false; this.lineaname.Visible = true; this.lineaname.VisibleIndex = 5; this.lineaname.Width = 87; // // generoname // this.generoname.Caption = "Genero"; this.generoname.FieldName = "generoname"; this.generoname.Name = "generoname"; this.generoname.OptionsColumn.AllowEdit = false; this.generoname.Visible = true; this.generoname.VisibleIndex = 6; this.generoname.Width = 80; // // temporadaname // this.temporadaname.Caption = "Temporada"; this.temporadaname.FieldName = "temporadaname"; this.temporadaname.Name = "temporadaname"; this.temporadaname.OptionsColumn.AllowEdit = false; this.temporadaname.Visible = true; this.temporadaname.VisibleIndex = 7; this.temporadaname.Width = 85; // // coleccionname // this.coleccionname.Caption = "Colección"; this.coleccionname.FieldName = "coleccionname"; this.coleccionname.Name = "coleccionname"; this.coleccionname.OptionsColumn.AllowEdit = false; this.coleccionname.Visible = true; this.coleccionname.VisibleIndex = 8; this.coleccionname.Width = 70; // // estadoname // this.estadoname.Caption = "Estatus"; this.estadoname.FieldName = "estadoname"; this.estadoname.Name = "estadoname"; this.estadoname.OptionsColumn.AllowEdit = false; this.estadoname.Visible = true; this.estadoname.VisibleIndex = 9; this.estadoname.Width = 74; // // repositoryItemTextEdit5 // this.repositoryItemTextEdit5.AutoHeight = false; this.repositoryItemTextEdit5.DisplayFormat.FormatString = "###,##0.0000"; this.repositoryItemTextEdit5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEdit5.EditFormat.FormatString = "###,##0.0000"; this.repositoryItemTextEdit5.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEdit5.Mask.EditMask = "###,##0.0000"; this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5"; // // repositoryItemCheckEdit5 // this.repositoryItemCheckEdit5.AutoHeight = false; this.repositoryItemCheckEdit5.Caption = "Check"; this.repositoryItemCheckEdit5.Name = "repositoryItemCheckEdit5"; // // repositoryItemTextEdit6 // this.repositoryItemTextEdit6.AutoHeight = false; this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6"; this.repositoryItemTextEdit6.ReadOnly = true; // // repositoryItemCheckEdit6 // this.repositoryItemCheckEdit6.AutoHeight = false; this.repositoryItemCheckEdit6.Caption = "Check"; this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6"; // // tab_02 // this.tab_02.Controls.Add(this.panelControl2); this.tab_02.Name = "tab_02"; this.tab_02.Size = new System.Drawing.Size(888, 506); this.tab_02.Text = "Datos"; // // panelControl2 // this.panelControl2.Controls.Add(this.txt_taco12); this.panelControl2.Controls.Add(this.txt_taco11); this.panelControl2.Controls.Add(this.txt_taco10); this.panelControl2.Controls.Add(this.txt_taco09); this.panelControl2.Controls.Add(this.txt_taco08); this.panelControl2.Controls.Add(this.txt_taco07); this.panelControl2.Controls.Add(this.txt_taco06); this.panelControl2.Controls.Add(this.txt_taco05); this.panelControl2.Controls.Add(this.txt_taco04); this.panelControl2.Controls.Add(this.txt_taco03); this.panelControl2.Controls.Add(this.txt_taco02); this.panelControl2.Controls.Add(this.txt_taco01); this.panelControl2.Controls.Add(this.panelControl5); this.panelControl2.Controls.Add(this.btn_quitar); this.panelControl2.Controls.Add(this.dgv_ordenprodcolor); this.panelControl2.Controls.Add(this.dgv_grilla); this.panelControl2.Controls.Add(this.btn_add); this.panelControl2.Controls.Add(this.txt_tottot); this.panelControl2.Controls.Add(this.labelControl68); this.panelControl2.Controls.Add(this.txt_tottaco12); this.panelControl2.Controls.Add(this.txt_tottaco11); this.panelControl2.Controls.Add(this.txt_tottaco10); this.panelControl2.Controls.Add(this.txt_tottaco09); this.panelControl2.Controls.Add(this.txt_tottaco08); this.panelControl2.Controls.Add(this.txt_tottaco07); this.panelControl2.Controls.Add(this.txt_tottaco06); this.panelControl2.Controls.Add(this.txt_tottaco05); this.panelControl2.Controls.Add(this.txt_tottaco04); this.panelControl2.Controls.Add(this.txt_tottaco03); this.panelControl2.Controls.Add(this.txt_tottaco02); this.panelControl2.Controls.Add(this.txt_tottaco01); this.panelControl2.Controls.Add(this.txt_observacion); this.panelControl2.Controls.Add(this.labelControl58); this.panelControl2.Controls.Add(this.txt_temporadaname); this.panelControl2.Controls.Add(this.labelControl57); this.panelControl2.Controls.Add(this.txt_tacotot); this.panelControl2.Controls.Add(this.lbltaco12); this.panelControl2.Controls.Add(this.lbltaco11); this.panelControl2.Controls.Add(this.lbltaco10); this.panelControl2.Controls.Add(this.lbltaco09); this.panelControl2.Controls.Add(this.lbltaco08); this.panelControl2.Controls.Add(this.lbltaco07); this.panelControl2.Controls.Add(this.lbltaco06); this.panelControl2.Controls.Add(this.lbltaco05); this.panelControl2.Controls.Add(this.lbltaco04); this.panelControl2.Controls.Add(this.lbltaco03); this.panelControl2.Controls.Add(this.lbltaco02); this.panelControl2.Controls.Add(this.lbltaco01); this.panelControl2.Controls.Add(this.labelControl43); this.panelControl2.Controls.Add(this.txt_colorname); this.panelControl2.Controls.Add(this.txt_colorid); this.panelControl2.Controls.Add(this.labelControl44); this.panelControl2.Controls.Add(this.txt_cantreal); this.panelControl2.Controls.Add(this.txt_cantprog); this.panelControl2.Controls.Add(this.labelControl36); this.panelControl2.Controls.Add(this.txt_numref); this.panelControl2.Controls.Add(this.txt_serref); this.panelControl2.Controls.Add(this.txt_tipref); this.panelControl2.Controls.Add(this.labelControl30); this.panelControl2.Controls.Add(this.labelControl29); this.panelControl2.Controls.Add(this.txt_ctactename); this.panelControl2.Controls.Add(this.txt_ctacte); this.panelControl2.Controls.Add(this.labelControl28); this.panelControl2.Controls.Add(this.labelControl27); this.panelControl2.Controls.Add(this.labelControl26); this.panelControl2.Controls.Add(this.txt_familiatelaname); this.panelControl2.Controls.Add(this.labelControl25); this.panelControl2.Controls.Add(this.labelControl24); this.panelControl2.Controls.Add(this.cmb_canalvta); this.panelControl2.Controls.Add(this.txt_generoname); this.panelControl2.Controls.Add(this.labelControl23); this.panelControl2.Controls.Add(this.txt_lineaname); this.panelControl2.Controls.Add(this.labelControl22); this.panelControl2.Controls.Add(this.txt_marcaname); this.panelControl2.Controls.Add(this.labelControl21); this.panelControl2.Controls.Add(this.txt_variante); this.panelControl2.Controls.Add(this.labelControl20); this.panelControl2.Controls.Add(this.labelControl19); this.panelControl2.Controls.Add(this.txt_articname); this.panelControl2.Controls.Add(this.txt_articid); this.panelControl2.Controls.Add(this.cmb_ejecutor); this.panelControl2.Controls.Add(this.labelControl18); this.panelControl2.Controls.Add(this.labelControl16); this.panelControl2.Controls.Add(this.cmb_estado); this.panelControl2.Controls.Add(this.labelControl17); this.panelControl2.Controls.Add(this.labelControl15); this.panelControl2.Controls.Add(this.txt_fechfin); this.panelControl2.Controls.Add(this.labelControl14); this.panelControl2.Controls.Add(this.txt_fechini); this.panelControl2.Controls.Add(this.labelControl13); this.panelControl2.Controls.Add(this.txt_fechemi); this.panelControl2.Controls.Add(this.cmb_perianio); this.panelControl2.Location = new System.Drawing.Point(3, 3); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(879, 500); this.panelControl2.TabIndex = 1; // // txt_taco12 // this.txt_taco12.EditValue = "0"; this.txt_taco12.Location = new System.Drawing.Point(615, 304); this.txt_taco12.MenuManager = this.barManager1; this.txt_taco12.Name = "txt_taco12"; this.txt_taco12.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco12.Properties.Appearance.Options.UseFont = true; this.txt_taco12.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco12.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco12.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco12.Properties.Mask.EditMask = "n3"; this.txt_taco12.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco12.Size = new System.Drawing.Size(40, 20); this.txt_taco12.TabIndex = 452; this.txt_taco12.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco12_KeyDown); this.txt_taco12.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco12_KeyUp); // // txt_taco11 // this.txt_taco11.EditValue = "0"; this.txt_taco11.Location = new System.Drawing.Point(571, 304); this.txt_taco11.MenuManager = this.barManager1; this.txt_taco11.Name = "txt_taco11"; this.txt_taco11.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco11.Properties.Appearance.Options.UseFont = true; this.txt_taco11.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco11.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco11.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco11.Properties.Mask.EditMask = "n3"; this.txt_taco11.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco11.Size = new System.Drawing.Size(38, 20); this.txt_taco11.TabIndex = 451; this.txt_taco11.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco11_KeyDown); this.txt_taco11.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco11_KeyUp); // // txt_taco10 // this.txt_taco10.EditValue = "0"; this.txt_taco10.Location = new System.Drawing.Point(530, 304); this.txt_taco10.MenuManager = this.barManager1; this.txt_taco10.Name = "txt_taco10"; this.txt_taco10.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco10.Properties.Appearance.Options.UseFont = true; this.txt_taco10.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco10.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco10.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco10.Properties.Mask.EditMask = "n3"; this.txt_taco10.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco10.Size = new System.Drawing.Size(38, 20); this.txt_taco10.TabIndex = 450; this.txt_taco10.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco10_KeyDown); this.txt_taco10.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco10_KeyUp); // // txt_taco09 // this.txt_taco09.EditValue = "0"; this.txt_taco09.Location = new System.Drawing.Point(492, 304); this.txt_taco09.MenuManager = this.barManager1; this.txt_taco09.Name = "txt_taco09"; this.txt_taco09.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco09.Properties.Appearance.Options.UseFont = true; this.txt_taco09.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco09.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco09.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco09.Properties.Mask.EditMask = "n3"; this.txt_taco09.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco09.Size = new System.Drawing.Size(35, 20); this.txt_taco09.TabIndex = 449; this.txt_taco09.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco09_KeyDown); this.txt_taco09.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco09_KeyUp); // // txt_taco08 // this.txt_taco08.EditValue = "0"; this.txt_taco08.Location = new System.Drawing.Point(455, 304); this.txt_taco08.MenuManager = this.barManager1; this.txt_taco08.Name = "txt_taco08"; this.txt_taco08.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco08.Properties.Appearance.Options.UseFont = true; this.txt_taco08.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco08.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco08.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco08.Properties.Mask.EditMask = "n3"; this.txt_taco08.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco08.Size = new System.Drawing.Size(34, 20); this.txt_taco08.TabIndex = 448; this.txt_taco08.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco08_KeyDown); this.txt_taco08.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco08_KeyUp); // // txt_taco07 // this.txt_taco07.EditValue = "0"; this.txt_taco07.Location = new System.Drawing.Point(416, 304); this.txt_taco07.MenuManager = this.barManager1; this.txt_taco07.Name = "txt_taco07"; this.txt_taco07.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco07.Properties.Appearance.Options.UseFont = true; this.txt_taco07.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco07.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco07.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco07.Properties.Mask.EditMask = "n3"; this.txt_taco07.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco07.Size = new System.Drawing.Size(37, 20); this.txt_taco07.TabIndex = 447; this.txt_taco07.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco07_KeyDown); this.txt_taco07.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco07_KeyUp); // // txt_taco06 // this.txt_taco06.EditValue = "0"; this.txt_taco06.Location = new System.Drawing.Point(380, 304); this.txt_taco06.MenuManager = this.barManager1; this.txt_taco06.Name = "txt_taco06"; this.txt_taco06.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco06.Properties.Appearance.Options.UseFont = true; this.txt_taco06.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco06.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco06.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco06.Properties.Mask.EditMask = "n3"; this.txt_taco06.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco06.Size = new System.Drawing.Size(32, 20); this.txt_taco06.TabIndex = 446; this.txt_taco06.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco06_KeyDown); this.txt_taco06.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco06_KeyUp); // // txt_taco05 // this.txt_taco05.EditValue = "0"; this.txt_taco05.Location = new System.Drawing.Point(343, 304); this.txt_taco05.MenuManager = this.barManager1; this.txt_taco05.Name = "txt_taco05"; this.txt_taco05.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco05.Properties.Appearance.Options.UseFont = true; this.txt_taco05.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco05.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco05.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco05.Properties.Mask.EditMask = "n3"; this.txt_taco05.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco05.Size = new System.Drawing.Size(33, 20); this.txt_taco05.TabIndex = 445; this.txt_taco05.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco05_KeyDown); this.txt_taco05.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco05_KeyUp); // // txt_taco04 // this.txt_taco04.EditValue = "0"; this.txt_taco04.Location = new System.Drawing.Point(306, 304); this.txt_taco04.MenuManager = this.barManager1; this.txt_taco04.Name = "txt_taco04"; this.txt_taco04.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco04.Properties.Appearance.Options.UseFont = true; this.txt_taco04.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco04.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco04.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco04.Properties.Mask.EditMask = "n3"; this.txt_taco04.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco04.Size = new System.Drawing.Size(35, 20); this.txt_taco04.TabIndex = 444; this.txt_taco04.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco04_KeyDown); this.txt_taco04.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco04_KeyUp); // // txt_taco03 // this.txt_taco03.EditValue = "0"; this.txt_taco03.Location = new System.Drawing.Point(268, 304); this.txt_taco03.MenuManager = this.barManager1; this.txt_taco03.Name = "txt_taco03"; this.txt_taco03.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco03.Properties.Appearance.Options.UseFont = true; this.txt_taco03.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco03.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco03.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco03.Properties.Mask.EditMask = "n3"; this.txt_taco03.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco03.Size = new System.Drawing.Size(36, 20); this.txt_taco03.TabIndex = 443; this.txt_taco03.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco03_KeyDown); this.txt_taco03.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco03_KeyUp); // // txt_taco02 // this.txt_taco02.EditValue = "0"; this.txt_taco02.Location = new System.Drawing.Point(231, 304); this.txt_taco02.MenuManager = this.barManager1; this.txt_taco02.Name = "txt_taco02"; this.txt_taco02.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco02.Properties.Appearance.Options.UseFont = true; this.txt_taco02.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco02.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco02.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco02.Properties.Mask.EditMask = "n3"; this.txt_taco02.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco02.Size = new System.Drawing.Size(35, 20); this.txt_taco02.TabIndex = 442; this.txt_taco02.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco02_KeyDown); this.txt_taco02.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco02_KeyUp); // // txt_taco01 // this.txt_taco01.EditValue = "0"; this.txt_taco01.Location = new System.Drawing.Point(196, 304); this.txt_taco01.MenuManager = this.barManager1; this.txt_taco01.Name = "txt_taco01"; this.txt_taco01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_taco01.Properties.Appearance.Options.UseFont = true; this.txt_taco01.Properties.Appearance.Options.UseTextOptions = true; this.txt_taco01.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_taco01.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_taco01.Properties.Mask.EditMask = "n3"; this.txt_taco01.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txt_taco01.Size = new System.Drawing.Size(34, 20); this.txt_taco01.TabIndex = 441; this.txt_taco01.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_taco01_KeyDown); this.txt_taco01.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_taco01_KeyUp); // // panelControl5 // this.panelControl5.Controls.Add(this.txt_numop); this.panelControl5.Controls.Add(this.labelControl10); this.panelControl5.Controls.Add(this.labelControl4); this.panelControl5.Controls.Add(this.cmb_ordprod); this.panelControl5.Controls.Add(this.labelControl5); this.panelControl5.Location = new System.Drawing.Point(13, 9); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(270, 86); this.panelControl5.TabIndex = 440; // // txt_numop // this.txt_numop.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_numop.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_numop.Location = new System.Drawing.Point(163, 53); this.txt_numop.Name = "txt_numop"; this.txt_numop.Size = new System.Drawing.Size(81, 16); this.txt_numop.TabIndex = 439; this.txt_numop.Text = "__________"; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(25, 54); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(40, 13); this.labelControl10.TabIndex = 144; this.labelControl10.Text = "OrdProd"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Papyrus", 16F, System.Drawing.FontStyle.Bold); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Teal; this.labelControl4.LineColor = System.Drawing.SystemColors.ActiveBorder; this.labelControl4.Location = new System.Drawing.Point(26, 9); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(216, 33); this.labelControl4.TabIndex = 438; this.labelControl4.Text = "Orden de Producción"; // // cmb_ordprod // this.cmb_ordprod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_ordprod.FormattingEnabled = true; this.cmb_ordprod.Location = new System.Drawing.Point(69, 50); this.cmb_ordprod.Name = "cmb_ordprod"; this.cmb_ordprod.Size = new System.Drawing.Size(52, 21); this.cmb_ordprod.TabIndex = 197; this.cmb_ordprod.SelectedIndexChanged += new System.EventHandler(this.cmb_ordprod_SelectedIndexChanged); // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl5.Location = new System.Drawing.Point(140, 53); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(21, 16); this.labelControl5.TabIndex = 416; this.labelControl5.Text = "N°-"; // // btn_quitar // this.btn_quitar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_quitar.Enabled = false; this.btn_quitar.Image = ((System.Drawing.Image)(resources.GetObject("btn_quitar.Image"))); this.btn_quitar.Location = new System.Drawing.Point(711, 357); this.btn_quitar.Name = "btn_quitar"; this.btn_quitar.Size = new System.Drawing.Size(68, 23); this.btn_quitar.TabIndex = 437; this.btn_quitar.Text = "Quitar"; this.btn_quitar.ToolTip = "Elimina La Fila Seleccionada"; this.btn_quitar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_quitar.Click += new System.EventHandler(this.btn_quitar_Click); // // dgv_ordenprodcolor // this.dgv_ordenprodcolor.AllowUserToAddRows = false; dataGridViewCellStyle60.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle60.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle60.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle60.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle60.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle60.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle60.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_ordenprodcolor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle60; this.dgv_ordenprodcolor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_ordenprodcolor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.tipop, this.serop, this.numop, this.colorid, this.colorname, this.coltalla, this.can01, this.can02, this.can03, this.can04, this.can05, this.can06, this.can07, this.can08, this.can09, this.can10, this.can11, this.can12, this.cantot}); dataGridViewCellStyle74.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle74.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle74.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle74.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle74.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle74.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle74.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_ordenprodcolor.DefaultCellStyle = dataGridViewCellStyle74; this.dgv_ordenprodcolor.EnableHeadersVisualStyles = false; this.dgv_ordenprodcolor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv_ordenprodcolor.Location = new System.Drawing.Point(10, 332); this.dgv_ordenprodcolor.Name = "dgv_ordenprodcolor"; this.dgv_ordenprodcolor.ReadOnly = true; dataGridViewCellStyle75.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle75.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle75.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle75.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle75.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle75.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle75.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_ordenprodcolor.RowHeadersDefaultCellStyle = dataGridViewCellStyle75; this.dgv_ordenprodcolor.RowHeadersVisible = false; this.dgv_ordenprodcolor.Size = new System.Drawing.Size(698, 140); this.dgv_ordenprodcolor.TabIndex = 431; this.dgv_ordenprodcolor.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ordenprodcolor_CellClick); // // tipop // this.tipop.DataPropertyName = "tipop"; this.tipop.HeaderText = "tipop"; this.tipop.Name = "tipop"; this.tipop.ReadOnly = true; this.tipop.Visible = false; // // serop // this.serop.DataPropertyName = "serop"; this.serop.HeaderText = "serop"; this.serop.Name = "serop"; this.serop.ReadOnly = true; this.serop.Visible = false; // // numop // this.numop.DataPropertyName = "numop"; this.numop.HeaderText = "numop"; this.numop.Name = "numop"; this.numop.ReadOnly = true; this.numop.Visible = false; // // colorid // this.colorid.DataPropertyName = "colorid"; this.colorid.HeaderText = "Cod"; this.colorid.Name = "colorid"; this.colorid.ReadOnly = true; this.colorid.Width = 40; // // colorname // this.colorname.DataPropertyName = "colorname"; this.colorname.HeaderText = "Color"; this.colorname.Name = "colorname"; this.colorname.ReadOnly = true; this.colorname.Width = 210; // // coltalla // this.coltalla.DataPropertyName = "coltalla"; this.coltalla.HeaderText = "coltalla"; this.coltalla.Name = "coltalla"; this.coltalla.ReadOnly = true; this.coltalla.Visible = false; // // can01 // this.can01.DataPropertyName = "can01"; dataGridViewCellStyle61.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can01.DefaultCellStyle = dataGridViewCellStyle61; this.can01.HeaderText = "ta01"; this.can01.Name = "can01"; this.can01.ReadOnly = true; this.can01.Width = 30; // // can02 // this.can02.DataPropertyName = "can02"; dataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can02.DefaultCellStyle = dataGridViewCellStyle62; this.can02.HeaderText = "ta02"; this.can02.Name = "can02"; this.can02.ReadOnly = true; this.can02.Width = 30; // // can03 // this.can03.DataPropertyName = "can03"; dataGridViewCellStyle63.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can03.DefaultCellStyle = dataGridViewCellStyle63; this.can03.HeaderText = "ta03"; this.can03.Name = "can03"; this.can03.ReadOnly = true; this.can03.Width = 30; // // can04 // this.can04.DataPropertyName = "can04"; dataGridViewCellStyle64.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can04.DefaultCellStyle = dataGridViewCellStyle64; this.can04.HeaderText = "ta04"; this.can04.Name = "can04"; this.can04.ReadOnly = true; this.can04.Width = 30; // // can05 // this.can05.DataPropertyName = "can05"; dataGridViewCellStyle65.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can05.DefaultCellStyle = dataGridViewCellStyle65; this.can05.HeaderText = "ta05"; this.can05.Name = "can05"; this.can05.ReadOnly = true; this.can05.Width = 30; // // can06 // this.can06.DataPropertyName = "can06"; dataGridViewCellStyle66.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can06.DefaultCellStyle = dataGridViewCellStyle66; this.can06.HeaderText = "ta06"; this.can06.Name = "can06"; this.can06.ReadOnly = true; this.can06.Width = 30; // // can07 // this.can07.DataPropertyName = "can07"; dataGridViewCellStyle67.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can07.DefaultCellStyle = dataGridViewCellStyle67; this.can07.HeaderText = "ta07"; this.can07.Name = "can07"; this.can07.ReadOnly = true; this.can07.Width = 30; // // can08 // this.can08.DataPropertyName = "can08"; dataGridViewCellStyle68.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can08.DefaultCellStyle = dataGridViewCellStyle68; this.can08.HeaderText = "ta08"; this.can08.Name = "can08"; this.can08.ReadOnly = true; this.can08.Width = 30; // // can09 // this.can09.DataPropertyName = "can09"; dataGridViewCellStyle69.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can09.DefaultCellStyle = dataGridViewCellStyle69; this.can09.HeaderText = "ta09"; this.can09.Name = "can09"; this.can09.ReadOnly = true; this.can09.Width = 30; // // can10 // this.can10.DataPropertyName = "can10"; dataGridViewCellStyle70.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can10.DefaultCellStyle = dataGridViewCellStyle70; this.can10.HeaderText = "ta10"; this.can10.Name = "can10"; this.can10.ReadOnly = true; this.can10.Width = 30; // // can11 // this.can11.DataPropertyName = "can11"; dataGridViewCellStyle71.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can11.DefaultCellStyle = dataGridViewCellStyle71; this.can11.HeaderText = "ta11"; this.can11.Name = "can11"; this.can11.ReadOnly = true; this.can11.Width = 30; // // can12 // this.can12.DataPropertyName = "can12"; dataGridViewCellStyle72.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.can12.DefaultCellStyle = dataGridViewCellStyle72; this.can12.HeaderText = "ta12"; this.can12.Name = "can12"; this.can12.ReadOnly = true; this.can12.Width = 30; // // cantot // this.cantot.DataPropertyName = "cantot"; dataGridViewCellStyle73.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle73.Format = "N2"; dataGridViewCellStyle73.NullValue = null; this.cantot.DefaultCellStyle = dataGridViewCellStyle73; this.cantot.HeaderText = "Total"; this.cantot.Name = "cantot"; this.cantot.ReadOnly = true; this.cantot.Width = 85; // // dgv_grilla // this.dgv_grilla.AllowUserToAddRows = false; dataGridViewCellStyle76.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle76.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle76.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle76.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle76.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle76.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle76.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_grilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle76; this.dgv_grilla.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_grilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nombre, this.ta01, this.ta02, this.ta03, this.ta04, this.ta05, this.ta06, this.ta07, this.ta08, this.ta09, this.ta10, this.ta11, this.ta12}); this.dgv_grilla.EnableHeadersVisualStyles = false; this.dgv_grilla.Location = new System.Drawing.Point(13, 189); this.dgv_grilla.Name = "dgv_grilla"; this.dgv_grilla.RowHeadersVisible = false; this.dgv_grilla.Size = new System.Drawing.Size(665, 86); this.dgv_grilla.TabIndex = 430; this.dgv_grilla.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_grilla_CellValueChanged); // // nombre // this.nombre.DataPropertyName = "nombre"; this.nombre.HeaderText = ""; this.nombre.Name = "nombre"; this.nombre.ReadOnly = true; // // ta01 // this.ta01.DataPropertyName = "ta01"; dataGridViewCellStyle77.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle77.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle77.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle77.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle77.Format = "N0"; dataGridViewCellStyle77.NullValue = null; dataGridViewCellStyle77.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle77.SelectionForeColor = System.Drawing.Color.Black; this.ta01.DefaultCellStyle = dataGridViewCellStyle77; this.ta01.HeaderText = "ta01"; this.ta01.Name = "ta01"; this.ta01.ToolTipText = "Talla01"; this.ta01.Width = 50; // // ta02 // this.ta02.DataPropertyName = "ta02"; dataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle78.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle78.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle78.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle78.Format = "N0"; dataGridViewCellStyle78.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle78.SelectionForeColor = System.Drawing.Color.Black; this.ta02.DefaultCellStyle = dataGridViewCellStyle78; this.ta02.FillWeight = 30F; this.ta02.HeaderText = "ta02"; this.ta02.Name = "ta02"; this.ta02.Width = 50; // // ta03 // this.ta03.DataPropertyName = "ta03"; dataGridViewCellStyle79.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle79.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle79.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle79.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle79.Format = "N0"; dataGridViewCellStyle79.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle79.SelectionForeColor = System.Drawing.Color.Black; this.ta03.DefaultCellStyle = dataGridViewCellStyle79; this.ta03.FillWeight = 30F; this.ta03.HeaderText = "ta03"; this.ta03.Name = "ta03"; this.ta03.Width = 50; // // ta04 // this.ta04.DataPropertyName = "ta04"; dataGridViewCellStyle80.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle80.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle80.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle80.Format = "N0"; dataGridViewCellStyle80.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle80.SelectionForeColor = System.Drawing.Color.Black; this.ta04.DefaultCellStyle = dataGridViewCellStyle80; this.ta04.FillWeight = 30F; this.ta04.HeaderText = "ta04"; this.ta04.Name = "ta04"; this.ta04.Width = 50; // // ta05 // this.ta05.DataPropertyName = "ta05"; dataGridViewCellStyle81.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle81.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle81.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle81.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle81.Format = "N0"; dataGridViewCellStyle81.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle81.SelectionForeColor = System.Drawing.Color.Black; this.ta05.DefaultCellStyle = dataGridViewCellStyle81; this.ta05.FillWeight = 30F; this.ta05.HeaderText = "ta05"; this.ta05.Name = "ta05"; this.ta05.Width = 50; // // ta06 // this.ta06.DataPropertyName = "ta06"; dataGridViewCellStyle82.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle82.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle82.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle82.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle82.Format = "N0"; dataGridViewCellStyle82.NullValue = "Error"; dataGridViewCellStyle82.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle82.SelectionForeColor = System.Drawing.Color.Black; this.ta06.DefaultCellStyle = dataGridViewCellStyle82; this.ta06.FillWeight = 30F; this.ta06.HeaderText = "ta06"; this.ta06.Name = "ta06"; this.ta06.Width = 50; // // ta07 // this.ta07.DataPropertyName = "ta07"; dataGridViewCellStyle83.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle83.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle83.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle83.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle83.Format = "N0"; dataGridViewCellStyle83.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle83.SelectionForeColor = System.Drawing.Color.Black; this.ta07.DefaultCellStyle = dataGridViewCellStyle83; this.ta07.FillWeight = 30F; this.ta07.HeaderText = "ta07"; this.ta07.Name = "ta07"; this.ta07.Width = 50; // // ta08 // this.ta08.DataPropertyName = "ta08"; dataGridViewCellStyle84.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle84.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle84.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle84.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle84.Format = "N0"; dataGridViewCellStyle84.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle84.SelectionForeColor = System.Drawing.Color.Black; this.ta08.DefaultCellStyle = dataGridViewCellStyle84; this.ta08.FillWeight = 30F; this.ta08.HeaderText = "ta08"; this.ta08.Name = "ta08"; this.ta08.Width = 50; // // ta09 // this.ta09.DataPropertyName = "ta09"; dataGridViewCellStyle85.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle85.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle85.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle85.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle85.Format = "N0"; dataGridViewCellStyle85.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle85.SelectionForeColor = System.Drawing.Color.Black; this.ta09.DefaultCellStyle = dataGridViewCellStyle85; this.ta09.HeaderText = "ta09"; this.ta09.Name = "ta09"; this.ta09.Width = 50; // // ta10 // this.ta10.DataPropertyName = "ta10"; dataGridViewCellStyle86.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle86.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle86.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle86.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle86.Format = "N0"; dataGridViewCellStyle86.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle86.SelectionForeColor = System.Drawing.Color.Black; this.ta10.DefaultCellStyle = dataGridViewCellStyle86; this.ta10.HeaderText = "ta10"; this.ta10.Name = "ta10"; this.ta10.Width = 50; // // ta11 // this.ta11.DataPropertyName = "ta11"; dataGridViewCellStyle87.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle87.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle87.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle87.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle87.Format = "N0"; dataGridViewCellStyle87.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle87.SelectionForeColor = System.Drawing.Color.Black; this.ta11.DefaultCellStyle = dataGridViewCellStyle87; this.ta11.HeaderText = "ta11"; this.ta11.Name = "ta11"; this.ta11.Width = 30; // // ta12 // this.ta12.DataPropertyName = "ta12"; dataGridViewCellStyle88.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle88.BackColor = System.Drawing.Color.Teal; dataGridViewCellStyle88.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle88.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle88.Format = "N0"; dataGridViewCellStyle88.SelectionBackColor = System.Drawing.Color.LightSalmon; dataGridViewCellStyle88.SelectionForeColor = System.Drawing.Color.Black; this.ta12.DefaultCellStyle = dataGridViewCellStyle88; this.ta12.HeaderText = "ta12"; this.ta12.Name = "ta12"; this.ta12.Width = 30; // // btn_add // this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image"))); this.btn_add.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.btn_add.Location = new System.Drawing.Point(711, 332); this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(68, 23); this.btn_add.TabIndex = 429; this.btn_add.Text = "Agregar"; this.btn_add.ToolTip = "Adicionar"; this.btn_add.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // txt_tottot // // // // this.txt_tottot.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottot.Border.Class = "TextBoxBorder"; this.txt_tottot.Border.CornerDiameter = 5; this.txt_tottot.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottot.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottot.ButtonCustom.Tooltip = ""; this.txt_tottot.ButtonCustom2.Tooltip = ""; this.txt_tottot.DisabledBackColor = System.Drawing.Color.White; this.txt_tottot.Enabled = false; this.txt_tottot.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottot.Location = new System.Drawing.Point(628, 476); this.txt_tottot.Name = "txt_tottot"; this.txt_tottot.PreventEnterBeep = true; this.txt_tottot.Size = new System.Drawing.Size(80, 21); this.txt_tottot.TabIndex = 415; this.txt_tottot.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // labelControl68 // this.labelControl68.Location = new System.Drawing.Point(224, 478); this.labelControl68.Name = "labelControl68"; this.labelControl68.Size = new System.Drawing.Size(31, 13); this.labelControl68.TabIndex = 414; this.labelControl68.Text = "Total :"; // // txt_tottaco12 // // // // this.txt_tottaco12.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco12.Border.Class = "TextBoxBorder"; this.txt_tottaco12.Border.CornerDiameter = 5; this.txt_tottaco12.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco12.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco12.ButtonCustom.Tooltip = ""; this.txt_tottaco12.ButtonCustom2.Tooltip = ""; this.txt_tottaco12.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco12.Enabled = false; this.txt_tottaco12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco12.Location = new System.Drawing.Point(595, 476); this.txt_tottaco12.Name = "txt_tottaco12"; this.txt_tottaco12.PreventEnterBeep = true; this.txt_tottaco12.Size = new System.Drawing.Size(27, 21); this.txt_tottaco12.TabIndex = 413; this.txt_tottaco12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco11 // // // // this.txt_tottaco11.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco11.Border.Class = "TextBoxBorder"; this.txt_tottaco11.Border.CornerDiameter = 5; this.txt_tottaco11.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco11.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco11.ButtonCustom.Tooltip = ""; this.txt_tottaco11.ButtonCustom2.Tooltip = ""; this.txt_tottaco11.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco11.Enabled = false; this.txt_tottaco11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco11.Location = new System.Drawing.Point(565, 476); this.txt_tottaco11.Name = "txt_tottaco11"; this.txt_tottaco11.PreventEnterBeep = true; this.txt_tottaco11.Size = new System.Drawing.Size(27, 21); this.txt_tottaco11.TabIndex = 412; this.txt_tottaco11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco10 // // // // this.txt_tottaco10.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco10.Border.Class = "TextBoxBorder"; this.txt_tottaco10.Border.CornerDiameter = 5; this.txt_tottaco10.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco10.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco10.ButtonCustom.Tooltip = ""; this.txt_tottaco10.ButtonCustom2.Tooltip = ""; this.txt_tottaco10.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco10.Enabled = false; this.txt_tottaco10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco10.Location = new System.Drawing.Point(536, 476); this.txt_tottaco10.Name = "txt_tottaco10"; this.txt_tottaco10.PreventEnterBeep = true; this.txt_tottaco10.Size = new System.Drawing.Size(27, 21); this.txt_tottaco10.TabIndex = 411; this.txt_tottaco10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco09 // // // // this.txt_tottaco09.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco09.Border.Class = "TextBoxBorder"; this.txt_tottaco09.Border.CornerDiameter = 5; this.txt_tottaco09.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco09.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco09.ButtonCustom.Tooltip = ""; this.txt_tottaco09.ButtonCustom2.Tooltip = ""; this.txt_tottaco09.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco09.Enabled = false; this.txt_tottaco09.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco09.Location = new System.Drawing.Point(506, 476); this.txt_tottaco09.Name = "txt_tottaco09"; this.txt_tottaco09.PreventEnterBeep = true; this.txt_tottaco09.Size = new System.Drawing.Size(27, 21); this.txt_tottaco09.TabIndex = 410; this.txt_tottaco09.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco08 // // // // this.txt_tottaco08.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco08.Border.Class = "TextBoxBorder"; this.txt_tottaco08.Border.CornerDiameter = 5; this.txt_tottaco08.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco08.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco08.ButtonCustom.Tooltip = ""; this.txt_tottaco08.ButtonCustom2.Tooltip = ""; this.txt_tottaco08.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco08.Enabled = false; this.txt_tottaco08.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco08.Location = new System.Drawing.Point(476, 476); this.txt_tottaco08.Name = "txt_tottaco08"; this.txt_tottaco08.PreventEnterBeep = true; this.txt_tottaco08.Size = new System.Drawing.Size(27, 21); this.txt_tottaco08.TabIndex = 409; this.txt_tottaco08.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco07 // // // // this.txt_tottaco07.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco07.Border.Class = "TextBoxBorder"; this.txt_tottaco07.Border.CornerDiameter = 5; this.txt_tottaco07.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco07.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco07.ButtonCustom.Tooltip = ""; this.txt_tottaco07.ButtonCustom2.Tooltip = ""; this.txt_tottaco07.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco07.Enabled = false; this.txt_tottaco07.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco07.Location = new System.Drawing.Point(445, 476); this.txt_tottaco07.Name = "txt_tottaco07"; this.txt_tottaco07.PreventEnterBeep = true; this.txt_tottaco07.Size = new System.Drawing.Size(27, 21); this.txt_tottaco07.TabIndex = 408; this.txt_tottaco07.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco06 // // // // this.txt_tottaco06.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco06.Border.Class = "TextBoxBorder"; this.txt_tottaco06.Border.CornerDiameter = 5; this.txt_tottaco06.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco06.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco06.ButtonCustom.Tooltip = ""; this.txt_tottaco06.ButtonCustom2.Tooltip = ""; this.txt_tottaco06.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco06.Enabled = false; this.txt_tottaco06.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco06.Location = new System.Drawing.Point(415, 476); this.txt_tottaco06.Name = "txt_tottaco06"; this.txt_tottaco06.PreventEnterBeep = true; this.txt_tottaco06.Size = new System.Drawing.Size(27, 21); this.txt_tottaco06.TabIndex = 407; this.txt_tottaco06.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco05 // // // // this.txt_tottaco05.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco05.Border.Class = "TextBoxBorder"; this.txt_tottaco05.Border.CornerDiameter = 5; this.txt_tottaco05.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco05.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco05.ButtonCustom.Tooltip = ""; this.txt_tottaco05.ButtonCustom2.Tooltip = ""; this.txt_tottaco05.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco05.Enabled = false; this.txt_tottaco05.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco05.Location = new System.Drawing.Point(385, 476); this.txt_tottaco05.Name = "txt_tottaco05"; this.txt_tottaco05.PreventEnterBeep = true; this.txt_tottaco05.Size = new System.Drawing.Size(27, 21); this.txt_tottaco05.TabIndex = 406; this.txt_tottaco05.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco04 // // // // this.txt_tottaco04.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco04.Border.Class = "TextBoxBorder"; this.txt_tottaco04.Border.CornerDiameter = 5; this.txt_tottaco04.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco04.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco04.ButtonCustom.Tooltip = ""; this.txt_tottaco04.ButtonCustom2.Tooltip = ""; this.txt_tottaco04.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco04.Enabled = false; this.txt_tottaco04.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco04.Location = new System.Drawing.Point(355, 476); this.txt_tottaco04.Name = "txt_tottaco04"; this.txt_tottaco04.PreventEnterBeep = true; this.txt_tottaco04.Size = new System.Drawing.Size(27, 21); this.txt_tottaco04.TabIndex = 405; this.txt_tottaco04.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco03 // // // // this.txt_tottaco03.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco03.Border.Class = "TextBoxBorder"; this.txt_tottaco03.Border.CornerDiameter = 5; this.txt_tottaco03.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco03.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco03.ButtonCustom.Tooltip = ""; this.txt_tottaco03.ButtonCustom2.Tooltip = ""; this.txt_tottaco03.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco03.Enabled = false; this.txt_tottaco03.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco03.Location = new System.Drawing.Point(325, 476); this.txt_tottaco03.Name = "txt_tottaco03"; this.txt_tottaco03.PreventEnterBeep = true; this.txt_tottaco03.Size = new System.Drawing.Size(27, 21); this.txt_tottaco03.TabIndex = 404; this.txt_tottaco03.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco02 // // // // this.txt_tottaco02.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco02.Border.Class = "TextBoxBorder"; this.txt_tottaco02.Border.CornerDiameter = 5; this.txt_tottaco02.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco02.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco02.ButtonCustom.Tooltip = ""; this.txt_tottaco02.ButtonCustom2.Tooltip = ""; this.txt_tottaco02.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco02.Enabled = false; this.txt_tottaco02.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco02.Location = new System.Drawing.Point(294, 476); this.txt_tottaco02.Name = "txt_tottaco02"; this.txt_tottaco02.PreventEnterBeep = true; this.txt_tottaco02.Size = new System.Drawing.Size(27, 21); this.txt_tottaco02.TabIndex = 403; this.txt_tottaco02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_tottaco01 // // // // this.txt_tottaco01.Border.BorderColor = System.Drawing.Color.Teal; this.txt_tottaco01.Border.Class = "TextBoxBorder"; this.txt_tottaco01.Border.CornerDiameter = 5; this.txt_tottaco01.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_tottaco01.Border.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far; this.txt_tottaco01.ButtonCustom.Tooltip = ""; this.txt_tottaco01.ButtonCustom2.Tooltip = ""; this.txt_tottaco01.DisabledBackColor = System.Drawing.Color.White; this.txt_tottaco01.Enabled = false; this.txt_tottaco01.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tottaco01.Location = new System.Drawing.Point(264, 476); this.txt_tottaco01.Name = "txt_tottaco01"; this.txt_tottaco01.PreventEnterBeep = true; this.txt_tottaco01.Size = new System.Drawing.Size(27, 21); this.txt_tottaco01.TabIndex = 402; this.txt_tottaco01.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_observacion // this.txt_observacion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_observacion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_observacion.Location = new System.Drawing.Point(684, 144); this.txt_observacion.MaxLength = 999999; this.txt_observacion.Multiline = true; this.txt_observacion.Name = "txt_observacion"; this.txt_observacion.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txt_observacion.Size = new System.Drawing.Size(171, 62); this.txt_observacion.TabIndex = 401; // // labelControl58 // this.labelControl58.Location = new System.Drawing.Point(621, 147); this.labelControl58.Name = "labelControl58"; this.labelControl58.Size = new System.Drawing.Size(60, 13); this.labelControl58.TabIndex = 400; this.labelControl58.Text = "Observación"; // // txt_temporadaname // this.txt_temporadaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_temporadaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_temporadaname.Enabled = false; this.txt_temporadaname.Location = new System.Drawing.Point(745, 117); this.txt_temporadaname.MaxLength = 10; this.txt_temporadaname.Name = "txt_temporadaname"; this.txt_temporadaname.Size = new System.Drawing.Size(110, 21); this.txt_temporadaname.TabIndex = 399; // // labelControl57 // this.labelControl57.Location = new System.Drawing.Point(665, 286); this.labelControl57.Name = "labelControl57"; this.labelControl57.Size = new System.Drawing.Size(66, 13); this.labelControl57.TabIndex = 397; this.labelControl57.Text = "Total Prendas"; // // txt_tacotot // this.txt_tacotot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_tacotot.Enabled = false; this.txt_tacotot.Location = new System.Drawing.Point(661, 303); this.txt_tacotot.MaxLength = 10; this.txt_tacotot.Name = "txt_tacotot"; this.txt_tacotot.Size = new System.Drawing.Size(73, 21); this.txt_tacotot.TabIndex = 396; // // lbltaco12 // this.lbltaco12.Location = new System.Drawing.Point(621, 288); this.lbltaco12.Name = "lbltaco12"; this.lbltaco12.Size = new System.Drawing.Size(12, 13); this.lbltaco12.TabIndex = 383; this.lbltaco12.Text = "00"; // // lbltaco11 // this.lbltaco11.Location = new System.Drawing.Point(575, 288); this.lbltaco11.Name = "lbltaco11"; this.lbltaco11.Size = new System.Drawing.Size(12, 13); this.lbltaco11.TabIndex = 382; this.lbltaco11.Text = "00"; // // lbltaco10 // this.lbltaco10.Location = new System.Drawing.Point(534, 288); this.lbltaco10.Name = "lbltaco10"; this.lbltaco10.Size = new System.Drawing.Size(12, 13); this.lbltaco10.TabIndex = 381; this.lbltaco10.Text = "00"; // // lbltaco09 // this.lbltaco09.Location = new System.Drawing.Point(497, 288); this.lbltaco09.Name = "lbltaco09"; this.lbltaco09.Size = new System.Drawing.Size(12, 13); this.lbltaco09.TabIndex = 380; this.lbltaco09.Text = "00"; // // lbltaco08 // this.lbltaco08.Location = new System.Drawing.Point(461, 288); this.lbltaco08.Name = "lbltaco08"; this.lbltaco08.Size = new System.Drawing.Size(12, 13); this.lbltaco08.TabIndex = 379; this.lbltaco08.Text = "00"; // // lbltaco07 // this.lbltaco07.Location = new System.Drawing.Point(423, 288); this.lbltaco07.Name = "lbltaco07"; this.lbltaco07.Size = new System.Drawing.Size(12, 13); this.lbltaco07.TabIndex = 378; this.lbltaco07.Text = "00"; // // lbltaco06 // this.lbltaco06.Location = new System.Drawing.Point(387, 288); this.lbltaco06.Name = "lbltaco06"; this.lbltaco06.Size = new System.Drawing.Size(12, 13); this.lbltaco06.TabIndex = 377; this.lbltaco06.Text = "00"; // // lbltaco05 // this.lbltaco05.Location = new System.Drawing.Point(350, 288); this.lbltaco05.Name = "lbltaco05"; this.lbltaco05.Size = new System.Drawing.Size(12, 13); this.lbltaco05.TabIndex = 376; this.lbltaco05.Text = "00"; // // lbltaco04 // this.lbltaco04.Location = new System.Drawing.Point(312, 288); this.lbltaco04.Name = "lbltaco04"; this.lbltaco04.Size = new System.Drawing.Size(12, 13); this.lbltaco04.TabIndex = 375; this.lbltaco04.Text = "00"; // // lbltaco03 // this.lbltaco03.Location = new System.Drawing.Point(275, 288); this.lbltaco03.Name = "lbltaco03"; this.lbltaco03.Size = new System.Drawing.Size(12, 13); this.lbltaco03.TabIndex = 374; this.lbltaco03.Text = "00"; // // lbltaco02 // this.lbltaco02.Location = new System.Drawing.Point(237, 288); this.lbltaco02.Name = "lbltaco02"; this.lbltaco02.Size = new System.Drawing.Size(12, 13); this.lbltaco02.TabIndex = 373; this.lbltaco02.Text = "00"; // // lbltaco01 // this.lbltaco01.Location = new System.Drawing.Point(202, 288); this.lbltaco01.Name = "lbltaco01"; this.lbltaco01.Size = new System.Drawing.Size(12, 13); this.lbltaco01.TabIndex = 372; this.lbltaco01.Text = "00"; // // labelControl43 // this.labelControl43.Location = new System.Drawing.Point(54, 288); this.labelControl43.Name = "labelControl43"; this.labelControl43.Size = new System.Drawing.Size(25, 13); this.labelControl43.TabIndex = 335; this.labelControl43.Text = "Color"; // // txt_colorname // this.txt_colorname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_colorname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_colorname.Enabled = false; this.txt_colorname.Location = new System.Drawing.Point(54, 305); this.txt_colorname.MaxLength = 10; this.txt_colorname.Name = "txt_colorname"; this.txt_colorname.Size = new System.Drawing.Size(136, 21); this.txt_colorname.TabIndex = 334; // // txt_colorid // this.txt_colorid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_colorid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_colorid.Location = new System.Drawing.Point(10, 305); this.txt_colorid.MaxLength = 10; this.txt_colorid.Name = "txt_colorid"; this.txt_colorid.Size = new System.Drawing.Size(40, 21); this.txt_colorid.TabIndex = 333; this.txt_colorid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_colorid_KeyDown); this.txt_colorid.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_colorid_MouseDown); // // labelControl44 // this.labelControl44.Location = new System.Drawing.Point(12, 288); this.labelControl44.Name = "labelControl44"; this.labelControl44.Size = new System.Drawing.Size(33, 13); this.labelControl44.TabIndex = 332; this.labelControl44.Text = "Codigo"; // // txt_cantreal // this.txt_cantreal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_cantreal.Enabled = false; this.txt_cantreal.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.txt_cantreal.Location = new System.Drawing.Point(684, 254); this.txt_cantreal.MaxLength = 10; this.txt_cantreal.Name = "txt_cantreal"; this.txt_cantreal.Size = new System.Drawing.Size(78, 22); this.txt_cantreal.TabIndex = 282; this.txt_cantreal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_cantprog // this.txt_cantprog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_cantprog.Enabled = false; this.txt_cantprog.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.txt_cantprog.Location = new System.Drawing.Point(684, 231); this.txt_cantprog.MaxLength = 10; this.txt_cantprog.Name = "txt_cantprog"; this.txt_cantprog.Size = new System.Drawing.Size(78, 22); this.txt_cantprog.TabIndex = 281; this.txt_cantprog.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // labelControl36 // this.labelControl36.Location = new System.Drawing.Point(688, 212); this.labelControl36.Name = "labelControl36"; this.labelControl36.Size = new System.Drawing.Size(66, 13); this.labelControl36.TabIndex = 280; this.labelControl36.Text = "Total Prendas"; // // txt_numref // this.txt_numref.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_numref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_numref.Location = new System.Drawing.Point(440, 162); this.txt_numref.MaxLength = 10; this.txt_numref.Name = "txt_numref"; this.txt_numref.Size = new System.Drawing.Size(83, 21); this.txt_numref.TabIndex = 227; this.txt_numref.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_numref_KeyDown); this.txt_numref.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_numref_MouseDown); // // txt_serref // this.txt_serref.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_serref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_serref.Location = new System.Drawing.Point(392, 162); this.txt_serref.MaxLength = 4; this.txt_serref.Name = "txt_serref"; this.txt_serref.Size = new System.Drawing.Size(47, 21); this.txt_serref.TabIndex = 226; this.txt_serref.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_serref_KeyDown); this.txt_serref.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_serref_MouseDown); // // txt_tipref // this.txt_tipref.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_tipref.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_tipref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tipref.Location = new System.Drawing.Point(364, 162); this.txt_tipref.MaxLength = 2; this.txt_tipref.Name = "txt_tipref"; this.txt_tipref.Size = new System.Drawing.Size(27, 21); this.txt_tipref.TabIndex = 225; this.txt_tipref.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_tipref_KeyDown); this.txt_tipref.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_tipref_MouseDown); // // labelControl30 // this.labelControl30.Location = new System.Drawing.Point(364, 145); this.labelControl30.Name = "labelControl30"; this.labelControl30.Size = new System.Drawing.Size(32, 13); this.labelControl30.TabIndex = 224; this.labelControl30.Text = "Pedido"; // // labelControl29 // this.labelControl29.Location = new System.Drawing.Point(79, 145); this.labelControl29.Name = "labelControl29"; this.labelControl29.Size = new System.Drawing.Size(60, 13); this.labelControl29.TabIndex = 223; this.labelControl29.Text = "Razón Social"; // // txt_ctactename // this.txt_ctactename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_ctactename.Enabled = false; this.txt_ctactename.Location = new System.Drawing.Point(79, 162); this.txt_ctactename.MaxLength = 10; this.txt_ctactename.Name = "txt_ctactename"; this.txt_ctactename.Size = new System.Drawing.Size(280, 21); this.txt_ctactename.TabIndex = 222; // // txt_ctacte // this.txt_ctacte.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_ctacte.Location = new System.Drawing.Point(13, 162); this.txt_ctacte.MaxLength = 10; this.txt_ctacte.Name = "txt_ctacte"; this.txt_ctacte.Size = new System.Drawing.Size(64, 21); this.txt_ctacte.TabIndex = 221; this.txt_ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_ctacte_KeyDown); this.txt_ctacte.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_ctacte_MouseDown); // // labelControl28 // this.labelControl28.Location = new System.Drawing.Point(15, 145); this.labelControl28.Name = "labelControl28"; this.labelControl28.Size = new System.Drawing.Size(32, 13); this.labelControl28.TabIndex = 220; this.labelControl28.Text = "Ctacte"; // // labelControl27 // this.labelControl27.Location = new System.Drawing.Point(364, 101); this.labelControl27.Name = "labelControl27"; this.labelControl27.Size = new System.Drawing.Size(58, 13); this.labelControl27.TabIndex = 218; this.labelControl27.Text = "Canal Venta"; // // labelControl26 // this.labelControl26.Location = new System.Drawing.Point(15, 101); this.labelControl26.Name = "labelControl26"; this.labelControl26.Size = new System.Drawing.Size(55, 13); this.labelControl26.TabIndex = 217; this.labelControl26.Text = "Familia Tela"; // // txt_familiatelaname // this.txt_familiatelaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_familiatelaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_familiatelaname.Enabled = false; this.txt_familiatelaname.Location = new System.Drawing.Point(13, 117); this.txt_familiatelaname.MaxLength = 10; this.txt_familiatelaname.Name = "txt_familiatelaname"; this.txt_familiatelaname.Size = new System.Drawing.Size(346, 21); this.txt_familiatelaname.TabIndex = 216; // // labelControl25 // this.labelControl25.Location = new System.Drawing.Point(745, 98); this.labelControl25.Name = "labelControl25"; this.labelControl25.Size = new System.Drawing.Size(54, 13); this.labelControl25.TabIndex = 215; this.labelControl25.Text = "Temporada"; // // labelControl24 // this.labelControl24.Location = new System.Drawing.Point(635, 98); this.labelControl24.Name = "labelControl24"; this.labelControl24.Size = new System.Drawing.Size(35, 13); this.labelControl24.TabIndex = 213; this.labelControl24.Text = "Genero"; // // cmb_canalvta // this.cmb_canalvta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_canalvta.Enabled = false; this.cmb_canalvta.FormattingEnabled = true; this.cmb_canalvta.Location = new System.Drawing.Point(362, 117); this.cmb_canalvta.Name = "cmb_canalvta"; this.cmb_canalvta.Size = new System.Drawing.Size(154, 21); this.cmb_canalvta.TabIndex = 151; // // txt_generoname // this.txt_generoname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_generoname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_generoname.Enabled = false; this.txt_generoname.Location = new System.Drawing.Point(633, 117); this.txt_generoname.MaxLength = 10; this.txt_generoname.Name = "txt_generoname"; this.txt_generoname.Size = new System.Drawing.Size(110, 21); this.txt_generoname.TabIndex = 212; // // labelControl23 // this.labelControl23.Location = new System.Drawing.Point(523, 98); this.labelControl23.Name = "labelControl23"; this.labelControl23.Size = new System.Drawing.Size(25, 13); this.labelControl23.TabIndex = 211; this.labelControl23.Text = "Linea"; // // txt_lineaname // this.txt_lineaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_lineaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_lineaname.Enabled = false; this.txt_lineaname.Location = new System.Drawing.Point(521, 117); this.txt_lineaname.MaxLength = 10; this.txt_lineaname.Name = "txt_lineaname"; this.txt_lineaname.Size = new System.Drawing.Size(110, 21); this.txt_lineaname.TabIndex = 210; // // labelControl22 // this.labelControl22.Location = new System.Drawing.Point(694, 55); this.labelControl22.Name = "labelControl22"; this.labelControl22.Size = new System.Drawing.Size(29, 13); this.labelControl22.TabIndex = 209; this.labelControl22.Text = "Marca"; // // txt_marcaname // this.txt_marcaname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_marcaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_marcaname.Enabled = false; this.txt_marcaname.Location = new System.Drawing.Point(692, 74); this.txt_marcaname.MaxLength = 10; this.txt_marcaname.Name = "txt_marcaname"; this.txt_marcaname.Size = new System.Drawing.Size(110, 21); this.txt_marcaname.TabIndex = 208; // // labelControl21 // this.labelControl21.Location = new System.Drawing.Point(628, 55); this.labelControl21.Name = "labelControl21"; this.labelControl21.Size = new System.Drawing.Size(40, 13); this.labelControl21.TabIndex = 207; this.labelControl21.Text = "Variante"; // // txt_variante // this.txt_variante.BackColor = System.Drawing.SystemColors.Window; this.txt_variante.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_variante.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_variante.Enabled = false; this.txt_variante.Location = new System.Drawing.Point(626, 74); this.txt_variante.MaxLength = 10; this.txt_variante.Name = "txt_variante"; this.txt_variante.Size = new System.Drawing.Size(64, 21); this.txt_variante.TabIndex = 206; // // labelControl20 // this.labelControl20.Location = new System.Drawing.Point(346, 55); this.labelControl20.Name = "labelControl20"; this.labelControl20.Size = new System.Drawing.Size(36, 13); this.labelControl20.TabIndex = 205; this.labelControl20.Text = "Artículo"; // // labelControl19 // this.labelControl19.Location = new System.Drawing.Point(293, 55); this.labelControl19.Name = "labelControl19"; this.labelControl19.Size = new System.Drawing.Size(37, 13); this.labelControl19.TabIndex = 204; this.labelControl19.Text = "Codigo:"; // // txt_articname // this.txt_articname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articname.Enabled = false; this.txt_articname.Location = new System.Drawing.Point(343, 74); this.txt_articname.MaxLength = 10; this.txt_articname.Name = "txt_articname"; this.txt_articname.Size = new System.Drawing.Size(280, 21); this.txt_articname.TabIndex = 203; // // txt_articid // this.txt_articid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_articid.Location = new System.Drawing.Point(291, 74); this.txt_articid.MaxLength = 7; this.txt_articid.Name = "txt_articid"; this.txt_articid.Size = new System.Drawing.Size(50, 21); this.txt_articid.TabIndex = 202; this.txt_articid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_articid_KeyDown); this.txt_articid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_articid_KeyUp); this.txt_articid.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_articid_MouseDown); // // cmb_ejecutor // this.cmb_ejecutor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_ejecutor.FormattingEnabled = true; this.cmb_ejecutor.Location = new System.Drawing.Point(702, 25); this.cmb_ejecutor.Name = "cmb_ejecutor"; this.cmb_ejecutor.Size = new System.Drawing.Size(153, 21); this.cmb_ejecutor.TabIndex = 200; // // labelControl18 // this.labelControl18.Location = new System.Drawing.Point(704, 6); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(40, 13); this.labelControl18.TabIndex = 199; this.labelControl18.Text = "Ejecutor"; // // labelControl16 // this.labelControl16.Location = new System.Drawing.Point(805, 55); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(19, 13); this.labelControl16.TabIndex = 198; this.labelControl16.Text = "Año"; // // cmb_estado // this.cmb_estado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_estado.FormattingEnabled = true; this.cmb_estado.Location = new System.Drawing.Point(605, 26); this.cmb_estado.Name = "cmb_estado"; this.cmb_estado.Size = new System.Drawing.Size(93, 21); this.cmb_estado.TabIndex = 196; // // labelControl17 // this.labelControl17.Location = new System.Drawing.Point(608, 7); this.labelControl17.Name = "labelControl17"; this.labelControl17.Size = new System.Drawing.Size(33, 13); this.labelControl17.TabIndex = 195; this.labelControl17.Text = "Estado"; // // labelControl15 // this.labelControl15.Location = new System.Drawing.Point(503, 7); this.labelControl15.Name = "labelControl15"; this.labelControl15.Size = new System.Drawing.Size(70, 13); this.labelControl15.TabIndex = 193; this.labelControl15.Text = "Fecha Entrega"; // // txt_fechfin // this.txt_fechfin.EditValue = null; this.txt_fechfin.Location = new System.Drawing.Point(502, 26); this.txt_fechfin.MenuManager = this.barManager1; this.txt_fechfin.Name = "txt_fechfin"; this.txt_fechfin.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_fechfin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechfin.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechfin.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4); this.txt_fechfin.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default; this.txt_fechfin.Size = new System.Drawing.Size(100, 20); this.txt_fechfin.TabIndex = 192; // // labelControl14 // this.labelControl14.Location = new System.Drawing.Point(398, 7); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(57, 13); this.labelControl14.TabIndex = 191; this.labelControl14.Text = "Fecha Inicio"; // // txt_fechini // this.txt_fechini.EditValue = null; this.txt_fechini.Location = new System.Drawing.Point(396, 26); this.txt_fechini.MenuManager = this.barManager1; this.txt_fechini.Name = "txt_fechini"; this.txt_fechini.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_fechini.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechini.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechini.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4); this.txt_fechini.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default; this.txt_fechini.Size = new System.Drawing.Size(100, 20); this.txt_fechini.TabIndex = 190; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(292, 7); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(67, 13); this.labelControl13.TabIndex = 189; this.labelControl13.Text = "Fecha Emisión"; // // txt_fechemi // this.txt_fechemi.EditValue = null; this.txt_fechemi.Location = new System.Drawing.Point(290, 26); this.txt_fechemi.MenuManager = this.barManager1; this.txt_fechemi.Name = "txt_fechemi"; this.txt_fechemi.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_fechemi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechemi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechemi.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4); this.txt_fechemi.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default; this.txt_fechemi.Size = new System.Drawing.Size(100, 20); this.txt_fechemi.TabIndex = 188; // // cmb_perianio // this.cmb_perianio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_perianio.Enabled = false; this.cmb_perianio.FormattingEnabled = true; this.cmb_perianio.Location = new System.Drawing.Point(804, 73); this.cmb_perianio.Name = "cmb_perianio"; this.cmb_perianio.Size = new System.Drawing.Size(52, 21); this.cmb_perianio.TabIndex = 147; // // tab_03 // this.tab_03.Controls.Add(this.panelControl1); this.tab_03.Name = "tab_03"; this.tab_03.Size = new System.Drawing.Size(888, 506); this.tab_03.Text = "Procesos"; // // panelControl1 // this.panelControl1.Controls.Add(this.pnl_edit2); this.panelControl1.Controls.Add(this.txt_serop03); this.panelControl1.Controls.Add(this.txt_tipop03); this.panelControl1.Controls.Add(this.txt_numop03); this.panelControl1.Controls.Add(this.pnl_edit); this.panelControl1.Controls.Add(this.btn_new); this.panelControl1.Controls.Add(this.btn_save); this.panelControl1.Controls.Add(this.line1); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.btn_cancel); this.panelControl1.Controls.Add(this.btn_delete); this.panelControl1.Controls.Add(this.btn_edit); this.panelControl1.Controls.Add(this.dgv_ordenprodfase); this.panelControl1.Controls.Add(this.btn_add2); this.panelControl1.Location = new System.Drawing.Point(3, 3); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(879, 582); this.panelControl1.TabIndex = 405; // // pnl_edit2 // this.pnl_edit2.Controls.Add(this.txt_fechentrega03); this.pnl_edit2.Controls.Add(this.txt_ctactename03); this.pnl_edit2.Controls.Add(this.labelControl39); this.pnl_edit2.Controls.Add(this.txt_fechini03); this.pnl_edit2.Controls.Add(this.labelControl40); this.pnl_edit2.Controls.Add(this.labelControl42); this.pnl_edit2.Controls.Add(this.txt_ctacte03); this.pnl_edit2.Controls.Add(this.labelControl41); this.pnl_edit2.Enabled = false; this.pnl_edit2.Location = new System.Drawing.Point(176, 66); this.pnl_edit2.Name = "pnl_edit2"; this.pnl_edit2.Size = new System.Drawing.Size(659, 49); this.pnl_edit2.TabIndex = 452; // // txt_fechentrega03 // this.txt_fechentrega03.EditValue = null; this.txt_fechentrega03.Location = new System.Drawing.Point(463, 24); this.txt_fechentrega03.MenuManager = this.barManager1; this.txt_fechentrega03.Name = "txt_fechentrega03"; this.txt_fechentrega03.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechentrega03.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechentrega03.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4); this.txt_fechentrega03.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default; this.txt_fechentrega03.Size = new System.Drawing.Size(100, 20); this.txt_fechentrega03.TabIndex = 329; // // txt_ctactename03 // this.txt_ctactename03.Location = new System.Drawing.Point(70, 23); this.txt_ctactename03.MaxLength = 10; this.txt_ctactename03.Name = "txt_ctactename03"; this.txt_ctactename03.Size = new System.Drawing.Size(285, 21); this.txt_ctactename03.TabIndex = 325; // // labelControl39 // this.labelControl39.Location = new System.Drawing.Point(73, 6); this.labelControl39.Name = "labelControl39"; this.labelControl39.Size = new System.Drawing.Size(60, 13); this.labelControl39.TabIndex = 326; this.labelControl39.Text = "Razón Social"; // // txt_fechini03 // this.txt_fechini03.EditValue = null; this.txt_fechini03.Location = new System.Drawing.Point(361, 24); this.txt_fechini03.MenuManager = this.barManager1; this.txt_fechini03.Name = "txt_fechini03"; this.txt_fechini03.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechini03.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechini03.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4); this.txt_fechini03.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default; this.txt_fechini03.Size = new System.Drawing.Size(100, 20); this.txt_fechini03.TabIndex = 327; // // labelControl40 // this.labelControl40.Location = new System.Drawing.Point(6, 6); this.labelControl40.Name = "labelControl40"; this.labelControl40.Size = new System.Drawing.Size(32, 13); this.labelControl40.TabIndex = 323; this.labelControl40.Text = "Ctacte"; // // labelControl42 // this.labelControl42.Location = new System.Drawing.Point(361, 6); this.labelControl42.Name = "labelControl42"; this.labelControl42.Size = new System.Drawing.Size(57, 13); this.labelControl42.TabIndex = 328; this.labelControl42.Text = "Fecha Inicio"; // // txt_ctacte03 // this.txt_ctacte03.Location = new System.Drawing.Point(4, 23); this.txt_ctacte03.MaxLength = 10; this.txt_ctacte03.Name = "txt_ctacte03"; this.txt_ctacte03.Size = new System.Drawing.Size(64, 21); this.txt_ctacte03.TabIndex = 324; this.txt_ctacte03.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_ctacte03_KeyDown); // // labelControl41 // this.labelControl41.Location = new System.Drawing.Point(463, 6); this.labelControl41.Name = "labelControl41"; this.labelControl41.Size = new System.Drawing.Size(70, 13); this.labelControl41.TabIndex = 330; this.labelControl41.Text = "Fecha Entrega"; // // txt_serop03 // this.txt_serop03.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_serop03.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_serop03.Location = new System.Drawing.Point(45, 22); this.txt_serop03.Name = "txt_serop03"; this.txt_serop03.Size = new System.Drawing.Size(33, 16); this.txt_serop03.TabIndex = 451; this.txt_serop03.Text = "____"; // // txt_tipop03 // this.txt_tipop03.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_tipop03.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_tipop03.Location = new System.Drawing.Point(18, 22); this.txt_tipop03.Name = "txt_tipop03"; this.txt_tipop03.Size = new System.Drawing.Size(17, 16); this.txt_tipop03.TabIndex = 450; this.txt_tipop03.Text = "__"; // // txt_numop03 // this.txt_numop03.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_numop03.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_numop03.Location = new System.Drawing.Point(85, 22); this.txt_numop03.Name = "txt_numop03"; this.txt_numop03.Size = new System.Drawing.Size(81, 16); this.txt_numop03.TabIndex = 449; this.txt_numop03.Text = "__________"; // // pnl_edit // this.pnl_edit.Controls.Add(this.cmb_fase); this.pnl_edit.Controls.Add(this.labelControl38); this.pnl_edit.Controls.Add(this.txt_secuencia); this.pnl_edit.Controls.Add(this.labelControl37); this.pnl_edit.Enabled = false; this.pnl_edit.Location = new System.Drawing.Point(8, 66); this.pnl_edit.Name = "pnl_edit"; this.pnl_edit.Size = new System.Drawing.Size(166, 49); this.pnl_edit.TabIndex = 448; // // cmb_fase // this.cmb_fase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_fase.FormattingEnabled = true; this.cmb_fase.Location = new System.Drawing.Point(66, 20); this.cmb_fase.Name = "cmb_fase"; this.cmb_fase.Size = new System.Drawing.Size(93, 21); this.cmb_fase.TabIndex = 320; // // labelControl38 // this.labelControl38.Location = new System.Drawing.Point(66, 3); this.labelControl38.Name = "labelControl38"; this.labelControl38.Size = new System.Drawing.Size(65, 13); this.labelControl38.TabIndex = 322; this.labelControl38.Text = "Proceso/Fase"; // // txt_secuencia // this.txt_secuencia.Location = new System.Drawing.Point(6, 20); this.txt_secuencia.Name = "txt_secuencia"; this.txt_secuencia.Size = new System.Drawing.Size(41, 21); this.txt_secuencia.TabIndex = 321; // // labelControl37 // this.labelControl37.Location = new System.Drawing.Point(6, 3); this.labelControl37.Name = "labelControl37"; this.labelControl37.Size = new System.Drawing.Size(48, 13); this.labelControl37.TabIndex = 319; this.labelControl37.Text = "Secuencia"; // // btn_new // this.btn_new.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_new.Image = ((System.Drawing.Image)(resources.GetObject("btn_new.Image"))); this.btn_new.Location = new System.Drawing.Point(528, 121); this.btn_new.Name = "btn_new"; this.btn_new.Size = new System.Drawing.Size(59, 23); this.btn_new.TabIndex = 447; this.btn_new.Text = "Nuevo"; this.btn_new.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_new.Click += new System.EventHandler(this.btn_new_Click); // // btn_save // this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_save.Enabled = false; this.btn_save.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.Image"))); this.btn_save.Location = new System.Drawing.Point(650, 121); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(59, 23); this.btn_save.TabIndex = 446; this.btn_save.Text = "Grabar"; this.btn_save.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // line1 // this.line1.Location = new System.Drawing.Point(8, 47); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(827, 13); this.line1.TabIndex = 444; this.line1.Text = "line1"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(45, 7); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(30, 13); this.labelControl3.TabIndex = 443; this.labelControl3.Text = "SerOp"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(85, 7); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(35, 13); this.labelControl2.TabIndex = 441; this.labelControl2.Text = "NumOp"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(13, 7); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(28, 13); this.labelControl1.TabIndex = 440; this.labelControl1.Text = "TipOp"; // // btn_cancel // this.btn_cancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_cancel.Enabled = false; this.btn_cancel.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.Image"))); this.btn_cancel.Location = new System.Drawing.Point(711, 121); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Size = new System.Drawing.Size(59, 23); this.btn_cancel.TabIndex = 437; this.btn_cancel.Text = "Cancel"; this.btn_cancel.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // btn_delete // this.btn_delete.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_delete.Enabled = false; this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image"))); this.btn_delete.Location = new System.Drawing.Point(776, 121); this.btn_delete.Name = "btn_delete"; this.btn_delete.Size = new System.Drawing.Size(59, 23); this.btn_delete.TabIndex = 436; this.btn_delete.Text = "Borrar"; this.btn_delete.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // // btn_edit // this.btn_edit.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_edit.Enabled = false; this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image"))); this.btn_edit.Location = new System.Drawing.Point(589, 121); this.btn_edit.Name = "btn_edit"; this.btn_edit.Size = new System.Drawing.Size(59, 23); this.btn_edit.TabIndex = 434; this.btn_edit.Text = "Editar"; this.btn_edit.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click); // // dgv_ordenprodfase // this.dgv_ordenprodfase.AllowUserToAddRows = false; dataGridViewCellStyle89.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle89.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle89.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle89.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle89.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle89.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle89.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_ordenprodfase.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle89; this.dgv_ordenprodfase.ColumnHeadersHeight = 20; this.dgv_ordenprodfase.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this._tipop, this._serop, this._numop, this.secuencia, this.faseid, this.fasename, this.ctacte, this.ctactename, this.fechprog_ini, this.fechprog_fin}); dataGridViewCellStyle90.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle90.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle90.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle90.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle90.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle90.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); dataGridViewCellStyle90.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_ordenprodfase.DefaultCellStyle = dataGridViewCellStyle90; this.dgv_ordenprodfase.EnableHeadersVisualStyles = false; this.dgv_ordenprodfase.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv_ordenprodfase.Location = new System.Drawing.Point(9, 150); this.dgv_ordenprodfase.Name = "dgv_ordenprodfase"; this.dgv_ordenprodfase.ReadOnly = true; dataGridViewCellStyle91.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle91.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle91.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle91.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle91.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle91.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle91.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_ordenprodfase.RowHeadersDefaultCellStyle = dataGridViewCellStyle91; this.dgv_ordenprodfase.RowHeadersVisible = false; this.dgv_ordenprodfase.Size = new System.Drawing.Size(826, 224); this.dgv_ordenprodfase.TabIndex = 432; this.dgv_ordenprodfase.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ordenprodfase_CellClick); this.dgv_ordenprodfase.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgv_ordenprodfase_KeyUp); // // _tipop // this._tipop.DataPropertyName = "tipop"; this._tipop.HeaderText = "tipop"; this._tipop.Name = "_tipop"; this._tipop.ReadOnly = true; this._tipop.Visible = false; // // _serop // this._serop.DataPropertyName = "serop"; this._serop.HeaderText = "serop"; this._serop.Name = "_serop"; this._serop.ReadOnly = true; this._serop.Visible = false; // // _numop // this._numop.DataPropertyName = "numop"; this._numop.HeaderText = "numop"; this._numop.Name = "_numop"; this._numop.ReadOnly = true; this._numop.Visible = false; // // secuencia // this.secuencia.DataPropertyName = "secuencia"; this.secuencia.HeaderText = "Secuencia"; this.secuencia.Name = "secuencia"; this.secuencia.ReadOnly = true; this.secuencia.Width = 70; // // faseid // this.faseid.DataPropertyName = "faseid"; this.faseid.HeaderText = "Codigo"; this.faseid.Name = "faseid"; this.faseid.ReadOnly = true; this.faseid.Width = 50; // // fasename // this.fasename.DataPropertyName = "fasename"; this.fasename.HeaderText = "Proceso"; this.fasename.Name = "fasename"; this.fasename.ReadOnly = true; this.fasename.Width = 120; // // ctacte // this.ctacte.DataPropertyName = "ctacte"; this.ctacte.HeaderText = "CtaCte"; this.ctacte.Name = "ctacte"; this.ctacte.ReadOnly = true; this.ctacte.Width = 80; // // ctactename // this.ctactename.DataPropertyName = "ctactename"; this.ctactename.HeaderText = "Razón Social"; this.ctactename.Name = "ctactename"; this.ctactename.ReadOnly = true; this.ctactename.Width = 300; // // fechprog_ini // this.fechprog_ini.DataPropertyName = "fechprog_ini"; this.fechprog_ini.HeaderText = "Fecha Inicio"; this.fechprog_ini.Name = "fechprog_ini"; this.fechprog_ini.ReadOnly = true; this.fechprog_ini.Width = 80; // // fechprog_fin // this.fechprog_fin.DataPropertyName = "fechprog_fin"; this.fechprog_fin.HeaderText = "Fecha Entrega"; this.fechprog_fin.Name = "fechprog_fin"; this.fechprog_fin.ReadOnly = true; this.fechprog_fin.Width = 90; // // btn_add2 // this.btn_add2.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_add2.Image = ((System.Drawing.Image)(resources.GetObject("btn_add2.Image"))); this.btn_add2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.btn_add2.Location = new System.Drawing.Point(773, 183); this.btn_add2.Name = "btn_add2"; this.btn_add2.Size = new System.Drawing.Size(45, 23); this.btn_add2.TabIndex = 430; this.btn_add2.Text = "Add"; this.btn_add2.ToolTip = "Adicionar"; this.btn_add2.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_add2.Visible = false; this.btn_add2.Click += new System.EventHandler(this.btn_add2_Click); // // tab_04 // this.tab_04.Controls.Add(this.panelControl6); this.tab_04.Name = "tab_04"; this.tab_04.Size = new System.Drawing.Size(888, 506); this.tab_04.Text = "Materiales Telas"; // // panelControl6 // this.panelControl6.Controls.Add(this.btn_del); this.panelControl6.Controls.Add(this.txt_ltizado); this.panelControl6.Controls.Add(this.labelControl51); this.panelControl6.Controls.Add(this.labelControl50); this.panelControl6.Controls.Add(this.txt_parte); this.panelControl6.Controls.Add(this.txt_productname1); this.panelControl6.Controls.Add(this.btn_generar); this.panelControl6.Controls.Add(this.labelControl35); this.panelControl6.Controls.Add(this.txt_tolerancia); this.panelControl6.Controls.Add(this.labelControl33); this.panelControl6.Controls.Add(this.txt_numpanos); this.panelControl6.Controls.Add(this.labelControl32); this.panelControl6.Controls.Add(this.txt_prendpanos); this.panelControl6.Controls.Add(this.labelControl31); this.panelControl6.Controls.Add(this.xtraScrollableControl1); this.panelControl6.Controls.Add(this.pnl_edit2Ma); this.panelControl6.Controls.Add(this.txt_serop04); this.panelControl6.Controls.Add(this.txt_tipop04); this.panelControl6.Controls.Add(this.txt_numop04); this.panelControl6.Controls.Add(this.pnl_editMa); this.panelControl6.Controls.Add(this.btn_newMa); this.panelControl6.Controls.Add(this.btn_saveMa); this.panelControl6.Controls.Add(this.line2); this.panelControl6.Controls.Add(this.labelControl45); this.panelControl6.Controls.Add(this.labelControl46); this.panelControl6.Controls.Add(this.labelControl47); this.panelControl6.Controls.Add(this.btn_cancelMa); this.panelControl6.Controls.Add(this.btn_deleteMa); this.panelControl6.Controls.Add(this.btn_editMa); this.panelControl6.Controls.Add(this.dgv_ordenprodtela); this.panelControl6.Controls.Add(this.simpleButton6); this.panelControl6.Location = new System.Drawing.Point(3, 3); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(879, 582); this.panelControl6.TabIndex = 406; // // btn_del // this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image"))); this.btn_del.Location = new System.Drawing.Point(794, 258); this.btn_del.Name = "btn_del"; this.btn_del.Size = new System.Drawing.Size(41, 32); this.btn_del.TabIndex = 526; this.btn_del.ToolTip = "Eliminar Calculo de Consumo"; this.btn_del.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_del.Click += new System.EventHandler(this.btn_del_Click); // // txt_ltizado // this.txt_ltizado.EditValue = "0"; this.txt_ltizado.Location = new System.Drawing.Point(384, 270); this.txt_ltizado.MenuManager = this.barManager1; this.txt_ltizado.Name = "txt_ltizado"; this.txt_ltizado.Properties.Appearance.BackColor = System.Drawing.Color.Yellow; this.txt_ltizado.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_ltizado.Properties.Appearance.Options.UseBackColor = true; this.txt_ltizado.Properties.Appearance.Options.UseFont = true; this.txt_ltizado.Properties.Appearance.Options.UseTextOptions = true; this.txt_ltizado.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_ltizado.Properties.Mask.EditMask = "n3"; this.txt_ltizado.Size = new System.Drawing.Size(65, 20); this.txt_ltizado.TabIndex = 525; // // labelControl51 // this.labelControl51.Location = new System.Drawing.Point(114, 253); this.labelControl51.Name = "labelControl51"; this.labelControl51.Size = new System.Drawing.Size(58, 13); this.labelControl51.TabIndex = 524; this.labelControl51.Text = "Descripción:"; // // labelControl50 // this.labelControl50.Location = new System.Drawing.Point(11, 253); this.labelControl50.Name = "labelControl50"; this.labelControl50.Size = new System.Drawing.Size(67, 13); this.labelControl50.TabIndex = 523; this.labelControl50.Text = "Parte Prenda:"; // // txt_parte // this.txt_parte.BackColor = System.Drawing.SystemColors.Window; this.txt_parte.Enabled = false; this.txt_parte.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53))))); this.txt_parte.Location = new System.Drawing.Point(9, 270); this.txt_parte.MaxLength = 10; this.txt_parte.Name = "txt_parte"; this.txt_parte.Size = new System.Drawing.Size(101, 21); this.txt_parte.TabIndex = 522; this.txt_parte.TextChanged += new System.EventHandler(this.txt_parte_TextChanged); // // txt_productname1 // this.txt_productname1.BackColor = System.Drawing.SystemColors.Window; this.txt_productname1.Enabled = false; this.txt_productname1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53))))); this.txt_productname1.Location = new System.Drawing.Point(114, 270); this.txt_productname1.MaxLength = 10; this.txt_productname1.Name = "txt_productname1"; this.txt_productname1.Size = new System.Drawing.Size(257, 21); this.txt_productname1.TabIndex = 521; this.txt_productname1.TextChanged += new System.EventHandler(this.txt_productname1_TextChanged); // // btn_generar // this.btn_generar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_generar.Enabled = false; this.btn_generar.Image = global::BapFormulariosNet.Properties.Resources.go_calc; this.btn_generar.Location = new System.Drawing.Point(706, 258); this.btn_generar.Name = "btn_generar"; this.btn_generar.Size = new System.Drawing.Size(87, 32); this.btn_generar.TabIndex = 519; this.btn_generar.Text = "Calcular"; this.btn_generar.ToolTip = "Calcular Consumos"; this.btn_generar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_generar.Click += new System.EventHandler(this.btn_generar_Click); // // labelControl35 // this.labelControl35.Location = new System.Drawing.Point(633, 253); this.labelControl35.Name = "labelControl35"; this.labelControl35.Size = new System.Drawing.Size(67, 13); this.labelControl35.TabIndex = 518; this.labelControl35.Text = "% Tolerancia:"; // // txt_tolerancia // this.txt_tolerancia.EditValue = "0"; this.txt_tolerancia.Location = new System.Drawing.Point(631, 270); this.txt_tolerancia.MenuManager = this.barManager1; this.txt_tolerancia.Name = "txt_tolerancia"; this.txt_tolerancia.Properties.Appearance.BackColor = System.Drawing.Color.Yellow; this.txt_tolerancia.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_tolerancia.Properties.Appearance.Options.UseBackColor = true; this.txt_tolerancia.Properties.Appearance.Options.UseFont = true; this.txt_tolerancia.Properties.Appearance.Options.UseTextOptions = true; this.txt_tolerancia.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_tolerancia.Properties.Mask.EditMask = "n3"; this.txt_tolerancia.Size = new System.Drawing.Size(69, 20); this.txt_tolerancia.TabIndex = 517; // // labelControl33 // this.labelControl33.Location = new System.Drawing.Point(547, 253); this.labelControl33.Name = "labelControl33"; this.labelControl33.Size = new System.Drawing.Size(73, 13); this.labelControl33.TabIndex = 516; this.labelControl33.Text = "Numero Paños:"; // // txt_numpanos // this.txt_numpanos.EditValue = "0"; this.txt_numpanos.Location = new System.Drawing.Point(545, 270); this.txt_numpanos.MenuManager = this.barManager1; this.txt_numpanos.Name = "txt_numpanos"; this.txt_numpanos.Properties.Appearance.BackColor = System.Drawing.Color.Yellow; this.txt_numpanos.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_numpanos.Properties.Appearance.Options.UseBackColor = true; this.txt_numpanos.Properties.Appearance.Options.UseFont = true; this.txt_numpanos.Properties.Appearance.Options.UseTextOptions = true; this.txt_numpanos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_numpanos.Properties.Mask.EditMask = "n3"; this.txt_numpanos.Size = new System.Drawing.Size(75, 20); this.txt_numpanos.TabIndex = 515; // // labelControl32 // this.labelControl32.Location = new System.Drawing.Point(461, 253); this.labelControl32.Name = "labelControl32"; this.labelControl32.Size = new System.Drawing.Size(74, 13); this.labelControl32.TabIndex = 514; this.labelControl32.Text = "Prenda x Paño:"; // // txt_prendpanos // this.txt_prendpanos.EditValue = "0"; this.txt_prendpanos.Location = new System.Drawing.Point(459, 270); this.txt_prendpanos.MenuManager = this.barManager1; this.txt_prendpanos.Name = "txt_prendpanos"; this.txt_prendpanos.Properties.Appearance.BackColor = System.Drawing.Color.Yellow; this.txt_prendpanos.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.txt_prendpanos.Properties.Appearance.Options.UseBackColor = true; this.txt_prendpanos.Properties.Appearance.Options.UseFont = true; this.txt_prendpanos.Properties.Appearance.Options.UseTextOptions = true; this.txt_prendpanos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.txt_prendpanos.Properties.Mask.EditMask = "n3"; this.txt_prendpanos.Size = new System.Drawing.Size(76, 20); this.txt_prendpanos.TabIndex = 513; // // labelControl31 // this.labelControl31.Location = new System.Drawing.Point(384, 253); this.labelControl31.Name = "labelControl31"; this.labelControl31.Size = new System.Drawing.Size(65, 13); this.labelControl31.TabIndex = 512; this.labelControl31.Text = "Largo Tizado:"; // // xtraScrollableControl1 // this.xtraScrollableControl1.Controls.Add(this.labelControl48); this.xtraScrollableControl1.Controls.Add(this.labelControl49); this.xtraScrollableControl1.Controls.Add(this.dgv_consumoreal); this.xtraScrollableControl1.Controls.Add(this.dgv_calconsumo); this.xtraScrollableControl1.Location = new System.Drawing.Point(8, 298); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(862, 202); this.xtraScrollableControl1.TabIndex = 453; // // labelControl48 // this.labelControl48.Appearance.Font = new System.Drawing.Font("Papyrus", 12F, System.Drawing.FontStyle.Bold); this.labelControl48.Appearance.ForeColor = System.Drawing.Color.Teal; this.labelControl48.LineColor = System.Drawing.SystemColors.ActiveBorder; this.labelControl48.Location = new System.Drawing.Point(3, 18); this.labelControl48.Name = "labelControl48"; this.labelControl48.Size = new System.Drawing.Size(165, 25); this.labelControl48.TabIndex = 521; this.labelControl48.Text = "Calculo de Consumo"; // // labelControl49 // this.labelControl49.Appearance.Font = new System.Drawing.Font("Papyrus", 12F, System.Drawing.FontStyle.Bold); this.labelControl49.Appearance.ForeColor = System.Drawing.Color.Teal; this.labelControl49.LineColor = System.Drawing.SystemColors.ActiveBorder; this.labelControl49.Location = new System.Drawing.Point(2, 177); this.labelControl49.Name = "labelControl49"; this.labelControl49.Size = new System.Drawing.Size(116, 25); this.labelControl49.TabIndex = 508; this.labelControl49.Text = "Consumo Real"; // // dgv_consumoreal // this.dgv_consumoreal.AllowUserToAddRows = false; dataGridViewCellStyle92.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle92.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle92.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle92.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle92.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle92.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle92.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_consumoreal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle92; this.dgv_consumoreal.ColumnHeadersHeight = 20; this.dgv_consumoreal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.partepdaid_det, this.partepdaname_det, this.productid_det, this.productname_det, this.canthabilitada, this.pdaproyectotal, this.cantreal, this.mermacalculada, this.porcenmerma, this.consumreal, this.umed_det}); dataGridViewCellStyle100.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle100.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle100.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle100.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle100.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle100.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); dataGridViewCellStyle100.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_consumoreal.DefaultCellStyle = dataGridViewCellStyle100; this.dgv_consumoreal.EnableHeadersVisualStyles = false; this.dgv_consumoreal.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv_consumoreal.Location = new System.Drawing.Point(0, 204); this.dgv_consumoreal.Name = "dgv_consumoreal"; this.dgv_consumoreal.ReadOnly = true; dataGridViewCellStyle101.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle101.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle101.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle101.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle101.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle101.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle101.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_consumoreal.RowHeadersDefaultCellStyle = dataGridViewCellStyle101; this.dgv_consumoreal.RowHeadersVisible = false; this.dgv_consumoreal.Size = new System.Drawing.Size(827, 135); this.dgv_consumoreal.TabIndex = 434; this.dgv_consumoreal.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_consumoreal_CellClick); // // partepdaid_det // this.partepdaid_det.DataPropertyName = "partepdaid_det"; this.partepdaid_det.HeaderText = "partepdaid"; this.partepdaid_det.Name = "partepdaid_det"; this.partepdaid_det.ReadOnly = true; this.partepdaid_det.Visible = false; // // partepdaname_det // this.partepdaname_det.DataPropertyName = "partepdaname_det"; this.partepdaname_det.HeaderText = "Parte Prenda"; this.partepdaname_det.Name = "partepdaname_det"; this.partepdaname_det.ReadOnly = true; // // productid_det // this.productid_det.DataPropertyName = "productid_det"; this.productid_det.HeaderText = "Tela"; this.productid_det.Name = "productid_det"; this.productid_det.ReadOnly = true; // // productname_det // this.productname_det.DataPropertyName = "productname_det"; this.productname_det.HeaderText = "Descripción"; this.productname_det.Name = "productname_det"; this.productname_det.ReadOnly = true; // // canthabilitada // this.canthabilitada.DataPropertyName = "canthabilitada"; dataGridViewCellStyle93.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.canthabilitada.DefaultCellStyle = dataGridViewCellStyle93; this.canthabilitada.HeaderText = "Cant.Habilitada"; this.canthabilitada.Name = "canthabilitada"; this.canthabilitada.ReadOnly = true; // // pdaproyectotal // this.pdaproyectotal.DataPropertyName = "pdaproyectotal"; dataGridViewCellStyle94.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.pdaproyectotal.DefaultCellStyle = dataGridViewCellStyle94; this.pdaproyectotal.HeaderText = "Pdas.Proyectada"; this.pdaproyectotal.Name = "pdaproyectotal"; this.pdaproyectotal.ReadOnly = true; // // cantreal // this.cantreal.DataPropertyName = "cantreal"; dataGridViewCellStyle95.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.cantreal.DefaultCellStyle = dataGridViewCellStyle95; this.cantreal.HeaderText = "Pdas.Real"; this.cantreal.Name = "cantreal"; this.cantreal.ReadOnly = true; // // mermacalculada // this.mermacalculada.DataPropertyName = "mermacalculada"; dataGridViewCellStyle96.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.mermacalculada.DefaultCellStyle = dataGridViewCellStyle96; this.mermacalculada.HeaderText = "Mts.Merma"; this.mermacalculada.Name = "mermacalculada"; this.mermacalculada.ReadOnly = true; // // porcenmerma // this.porcenmerma.DataPropertyName = "porcenmerma"; dataGridViewCellStyle97.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.porcenmerma.DefaultCellStyle = dataGridViewCellStyle97; this.porcenmerma.HeaderText = "% Merma"; this.porcenmerma.Name = "porcenmerma"; this.porcenmerma.ReadOnly = true; // // consumreal // this.consumreal.DataPropertyName = "consumreal"; dataGridViewCellStyle98.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.consumreal.DefaultCellStyle = dataGridViewCellStyle98; this.consumreal.HeaderText = "Cant. Real"; this.consumreal.Name = "consumreal"; this.consumreal.ReadOnly = true; // // umed_det // this.umed_det.DataPropertyName = "umed_det"; dataGridViewCellStyle99.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.umed_det.DefaultCellStyle = dataGridViewCellStyle99; this.umed_det.HeaderText = "UnMed"; this.umed_det.Name = "umed_det"; this.umed_det.ReadOnly = true; // // dgv_calconsumo // this.dgv_calconsumo.AllowUserToAddRows = false; dataGridViewCellStyle102.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle102.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle102.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle102.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle102.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle102.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle102.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_calconsumo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle102; this.dgv_calconsumo.ColumnHeadersHeight = 20; this.dgv_calconsumo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.partepdaid_cpo, this.partepdaname_cpo, this.productid_cpo, this.productname_cpo, this.largtizado, this.pdasxpano, this.numpanos, this.porcentolerancia, this.consumprompano, this.pdatotal, this.cantrequerida, this.umed_cpo}); dataGridViewCellStyle111.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle111.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle111.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle111.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle111.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle111.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); dataGridViewCellStyle111.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_calconsumo.DefaultCellStyle = dataGridViewCellStyle111; this.dgv_calconsumo.EnableHeadersVisualStyles = false; this.dgv_calconsumo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv_calconsumo.Location = new System.Drawing.Point(1, 46); this.dgv_calconsumo.Name = "dgv_calconsumo"; this.dgv_calconsumo.ReadOnly = true; dataGridViewCellStyle112.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle112.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle112.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle112.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle112.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle112.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle112.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_calconsumo.RowHeadersDefaultCellStyle = dataGridViewCellStyle112; this.dgv_calconsumo.RowHeadersVisible = false; this.dgv_calconsumo.Size = new System.Drawing.Size(827, 123); this.dgv_calconsumo.TabIndex = 433; this.dgv_calconsumo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_calconsumo_CellClick); this.dgv_calconsumo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgv_calconsumo_KeyUp); // // partepdaid_cpo // this.partepdaid_cpo.DataPropertyName = "partepdaid_cpo"; this.partepdaid_cpo.HeaderText = "partepdaid"; this.partepdaid_cpo.Name = "partepdaid_cpo"; this.partepdaid_cpo.ReadOnly = true; this.partepdaid_cpo.Visible = false; // // partepdaname_cpo // this.partepdaname_cpo.DataPropertyName = "partepdaname_cpo"; this.partepdaname_cpo.HeaderText = "Parte Prenda"; this.partepdaname_cpo.Name = "partepdaname_cpo"; this.partepdaname_cpo.ReadOnly = true; // // productid_cpo // this.productid_cpo.DataPropertyName = "productid_cpo"; this.productid_cpo.HeaderText = "Tela"; this.productid_cpo.Name = "productid_cpo"; this.productid_cpo.ReadOnly = true; // // productname_cpo // this.productname_cpo.DataPropertyName = "productname_cpo"; this.productname_cpo.HeaderText = "Descripción"; this.productname_cpo.Name = "productname_cpo"; this.productname_cpo.ReadOnly = true; // // largtizado // this.largtizado.DataPropertyName = "largtizado"; dataGridViewCellStyle103.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.largtizado.DefaultCellStyle = dataGridViewCellStyle103; this.largtizado.HeaderText = "Larg.Tizado"; this.largtizado.Name = "largtizado"; this.largtizado.ReadOnly = true; this.largtizado.Width = 80; // // pdasxpano // this.pdasxpano.DataPropertyName = "pdasxpano"; dataGridViewCellStyle104.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.pdasxpano.DefaultCellStyle = dataGridViewCellStyle104; this.pdasxpano.HeaderText = "Pdas/Paños"; this.pdasxpano.Name = "pdasxpano"; this.pdasxpano.ReadOnly = true; this.pdasxpano.Width = 80; // // numpanos // this.numpanos.DataPropertyName = "numpanos"; dataGridViewCellStyle105.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.numpanos.DefaultCellStyle = dataGridViewCellStyle105; this.numpanos.HeaderText = "N°-Paños"; this.numpanos.Name = "numpanos"; this.numpanos.ReadOnly = true; this.numpanos.Width = 80; // // porcentolerancia // this.porcentolerancia.DataPropertyName = "porcentolerancia"; dataGridViewCellStyle106.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.porcentolerancia.DefaultCellStyle = dataGridViewCellStyle106; this.porcentolerancia.HeaderText = "Tolerancia"; this.porcentolerancia.Name = "porcentolerancia"; this.porcentolerancia.ReadOnly = true; this.porcentolerancia.Width = 80; // // consumprompano // this.consumprompano.DataPropertyName = "consumprompano"; dataGridViewCellStyle107.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.consumprompano.DefaultCellStyle = dataGridViewCellStyle107; this.consumprompano.HeaderText = "Cons.Prom.Und"; this.consumprompano.Name = "consumprompano"; this.consumprompano.ReadOnly = true; this.consumprompano.Width = 90; // // pdatotal // this.pdatotal.DataPropertyName = "pdatotal"; dataGridViewCellStyle108.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.pdatotal.DefaultCellStyle = dataGridViewCellStyle108; this.pdatotal.HeaderText = "Total.Pdas"; this.pdatotal.Name = "pdatotal"; this.pdatotal.ReadOnly = true; this.pdatotal.Width = 80; // // cantrequerida // this.cantrequerida.DataPropertyName = "cantrequerida"; dataGridViewCellStyle109.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.cantrequerida.DefaultCellStyle = dataGridViewCellStyle109; this.cantrequerida.HeaderText = "Cant.Requer"; this.cantrequerida.Name = "cantrequerida"; this.cantrequerida.ReadOnly = true; this.cantrequerida.Width = 80; // // umed_cpo // this.umed_cpo.DataPropertyName = "umed_cpo"; dataGridViewCellStyle110.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.umed_cpo.DefaultCellStyle = dataGridViewCellStyle110; this.umed_cpo.HeaderText = "UnMed"; this.umed_cpo.Name = "umed_cpo"; this.umed_cpo.ReadOnly = true; this.umed_cpo.Width = 45; // // pnl_edit2Ma // this.pnl_edit2Ma.Controls.Add(this.txt_gramaje); this.pnl_edit2Ma.Controls.Add(this.txt_ancho); this.pnl_edit2Ma.Controls.Add(this.labelControl11); this.pnl_edit2Ma.Controls.Add(this.labelControl12); this.pnl_edit2Ma.Enabled = false; this.pnl_edit2Ma.Location = new System.Drawing.Point(756, 5); this.pnl_edit2Ma.Name = "pnl_edit2Ma"; this.pnl_edit2Ma.Size = new System.Drawing.Size(120, 49); this.pnl_edit2Ma.TabIndex = 452; // // txt_gramaje // this.txt_gramaje.Location = new System.Drawing.Point(62, 23); this.txt_gramaje.MaxLength = 10; this.txt_gramaje.Name = "txt_gramaje"; this.txt_gramaje.Size = new System.Drawing.Size(52, 21); this.txt_gramaje.TabIndex = 332; // // txt_ancho // this.txt_ancho.Location = new System.Drawing.Point(5, 23); this.txt_ancho.MaxLength = 10; this.txt_ancho.Name = "txt_ancho"; this.txt_ancho.Size = new System.Drawing.Size(53, 21); this.txt_ancho.TabIndex = 331; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(7, 6); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(30, 13); this.labelControl11.TabIndex = 328; this.labelControl11.Text = "Ancho"; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(64, 6); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(40, 13); this.labelControl12.TabIndex = 330; this.labelControl12.Text = "Gramaje"; // // txt_serop04 // this.txt_serop04.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_serop04.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_serop04.Location = new System.Drawing.Point(45, 22); this.txt_serop04.Name = "txt_serop04"; this.txt_serop04.Size = new System.Drawing.Size(33, 16); this.txt_serop04.TabIndex = 451; this.txt_serop04.Text = "____"; // // txt_tipop04 // this.txt_tipop04.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_tipop04.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_tipop04.Location = new System.Drawing.Point(18, 22); this.txt_tipop04.Name = "txt_tipop04"; this.txt_tipop04.Size = new System.Drawing.Size(17, 16); this.txt_tipop04.TabIndex = 450; this.txt_tipop04.Text = "__"; // // txt_numop04 // this.txt_numop04.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.txt_numop04.Appearance.ForeColor = System.Drawing.Color.Red; this.txt_numop04.Location = new System.Drawing.Point(85, 22); this.txt_numop04.Name = "txt_numop04"; this.txt_numop04.Size = new System.Drawing.Size(81, 16); this.txt_numop04.TabIndex = 449; this.txt_numop04.Text = "__________"; // // pnl_editMa // this.pnl_editMa.Controls.Add(this.btn_actualizar); this.pnl_editMa.Controls.Add(this.productidtela); this.pnl_editMa.Controls.Add(this.cmb_partepda); this.pnl_editMa.Controls.Add(this.labelControl34); this.pnl_editMa.Controls.Add(this.productnametela); this.pnl_editMa.Controls.Add(this.labelControl9); this.pnl_editMa.Controls.Add(this.labelControl8); this.pnl_editMa.Enabled = false; this.pnl_editMa.Location = new System.Drawing.Point(172, 5); this.pnl_editMa.Name = "pnl_editMa"; this.pnl_editMa.Size = new System.Drawing.Size(582, 49); this.pnl_editMa.TabIndex = 448; // // btn_actualizar // this.btn_actualizar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_actualizar.Image = ((System.Drawing.Image)(resources.GetObject("btn_actualizar.Image"))); this.btn_actualizar.Location = new System.Drawing.Point(140, 20); this.btn_actualizar.Name = "btn_actualizar"; this.btn_actualizar.Size = new System.Drawing.Size(24, 23); this.btn_actualizar.TabIndex = 454; this.btn_actualizar.Text = "Nuevo"; this.btn_actualizar.ToolTip = "Actualizar Parte Prenda"; this.btn_actualizar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_actualizar.Click += new System.EventHandler(this.btn_actualizar_Click); // // productidtela // this.productidtela.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productidtela.Location = new System.Drawing.Point(165, 22); this.productidtela.MaxLength = 13; this.productidtela.Name = "productidtela"; this.productidtela.Size = new System.Drawing.Size(105, 20); this.productidtela.TabIndex = 333; this.productidtela.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productidtela_KeyDown); // // cmb_partepda // this.cmb_partepda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_partepda.FormattingEnabled = true; this.cmb_partepda.Location = new System.Drawing.Point(10, 20); this.cmb_partepda.Name = "cmb_partepda"; this.cmb_partepda.Size = new System.Drawing.Size(129, 21); this.cmb_partepda.TabIndex = 320; // // labelControl34 // this.labelControl34.Location = new System.Drawing.Point(10, 6); this.labelControl34.Name = "labelControl34"; this.labelControl34.Size = new System.Drawing.Size(63, 13); this.labelControl34.TabIndex = 322; this.labelControl34.Text = "Parte Prenda"; // // productnametela // this.productnametela.Enabled = false; this.productnametela.Location = new System.Drawing.Point(272, 22); this.productnametela.MaxLength = 10; this.productnametela.Name = "productnametela"; this.productnametela.Size = new System.Drawing.Size(305, 21); this.productnametela.TabIndex = 325; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(167, 5); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(56, 13); this.labelControl9.TabIndex = 323; this.labelControl9.Text = "Codigo Tela"; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(276, 5); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(60, 13); this.labelControl8.TabIndex = 326; this.labelControl8.Text = "Nombre Tela"; // // btn_newMa // this.btn_newMa.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_newMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_newMa.Image"))); this.btn_newMa.Location = new System.Drawing.Point(564, 68); this.btn_newMa.Name = "btn_newMa"; this.btn_newMa.Size = new System.Drawing.Size(59, 23); this.btn_newMa.TabIndex = 447; this.btn_newMa.Text = "Nuevo"; this.btn_newMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_newMa.Click += new System.EventHandler(this.btn_newMa_Click); // // btn_saveMa // this.btn_saveMa.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_saveMa.Enabled = false; this.btn_saveMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_saveMa.Image"))); this.btn_saveMa.Location = new System.Drawing.Point(686, 68); this.btn_saveMa.Name = "btn_saveMa"; this.btn_saveMa.Size = new System.Drawing.Size(59, 23); this.btn_saveMa.TabIndex = 446; this.btn_saveMa.Text = "Grabar"; this.btn_saveMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_saveMa.Click += new System.EventHandler(this.btn_saveMa_Click); // // line2 // this.line2.Location = new System.Drawing.Point(8, 56); this.line2.Name = "line2"; this.line2.Size = new System.Drawing.Size(862, 15); this.line2.TabIndex = 444; this.line2.Text = "line2"; // // labelControl45 // this.labelControl45.Location = new System.Drawing.Point(45, 7); this.labelControl45.Name = "labelControl45"; this.labelControl45.Size = new System.Drawing.Size(30, 13); this.labelControl45.TabIndex = 443; this.labelControl45.Text = "SerOp"; // // labelControl46 // this.labelControl46.Location = new System.Drawing.Point(85, 7); this.labelControl46.Name = "labelControl46"; this.labelControl46.Size = new System.Drawing.Size(35, 13); this.labelControl46.TabIndex = 441; this.labelControl46.Text = "NumOp"; // // labelControl47 // this.labelControl47.Location = new System.Drawing.Point(13, 7); this.labelControl47.Name = "labelControl47"; this.labelControl47.Size = new System.Drawing.Size(28, 13); this.labelControl47.TabIndex = 440; this.labelControl47.Text = "TipOp"; // // btn_cancelMa // this.btn_cancelMa.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_cancelMa.Enabled = false; this.btn_cancelMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancelMa.Image"))); this.btn_cancelMa.Location = new System.Drawing.Point(747, 68); this.btn_cancelMa.Name = "btn_cancelMa"; this.btn_cancelMa.Size = new System.Drawing.Size(59, 23); this.btn_cancelMa.TabIndex = 437; this.btn_cancelMa.Text = "Cancel"; this.btn_cancelMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_cancelMa.Click += new System.EventHandler(this.btn_cancelMa_Click); // // btn_deleteMa // this.btn_deleteMa.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_deleteMa.Enabled = false; this.btn_deleteMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_deleteMa.Image"))); this.btn_deleteMa.Location = new System.Drawing.Point(812, 68); this.btn_deleteMa.Name = "btn_deleteMa"; this.btn_deleteMa.Size = new System.Drawing.Size(59, 23); this.btn_deleteMa.TabIndex = 436; this.btn_deleteMa.Text = "Borrar"; this.btn_deleteMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_deleteMa.Click += new System.EventHandler(this.btn_deleteMa_Click); // // btn_editMa // this.btn_editMa.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_editMa.Enabled = false; this.btn_editMa.Image = ((System.Drawing.Image)(resources.GetObject("btn_editMa.Image"))); this.btn_editMa.Location = new System.Drawing.Point(625, 68); this.btn_editMa.Name = "btn_editMa"; this.btn_editMa.Size = new System.Drawing.Size(59, 23); this.btn_editMa.TabIndex = 434; this.btn_editMa.Text = "Editar"; this.btn_editMa.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_editMa.Click += new System.EventHandler(this.btn_editMa_Click); // // dgv_ordenprodtela // this.dgv_ordenprodtela.AllowUserToAddRows = false; dataGridViewCellStyle57.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle57.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle57.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle57.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle57.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle57.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle57.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_ordenprodtela.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle57; this.dgv_ordenprodtela.ColumnHeadersHeight = 20; this.dgv_ordenprodtela.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.partepdaid, this.partepdaname, this.productid, this.productname, this.xcolorname, this.ancho, this.gramaje}); dataGridViewCellStyle58.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle58.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle58.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle58.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle58.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle58.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); dataGridViewCellStyle58.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_ordenprodtela.DefaultCellStyle = dataGridViewCellStyle58; this.dgv_ordenprodtela.EnableHeadersVisualStyles = false; this.dgv_ordenprodtela.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv_ordenprodtela.Location = new System.Drawing.Point(9, 97); this.dgv_ordenprodtela.Name = "dgv_ordenprodtela"; this.dgv_ordenprodtela.ReadOnly = true; dataGridViewCellStyle59.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle59.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle59.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle59.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle59.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle59.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle59.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_ordenprodtela.RowHeadersDefaultCellStyle = dataGridViewCellStyle59; this.dgv_ordenprodtela.RowHeadersVisible = false; this.dgv_ordenprodtela.Size = new System.Drawing.Size(826, 135); this.dgv_ordenprodtela.TabIndex = 432; this.dgv_ordenprodtela.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ordenprodtela_CellClick); this.dgv_ordenprodtela.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgv_ordenprodtela_KeyUp); // // partepdaid // this.partepdaid.DataPropertyName = "partepdaid"; this.partepdaid.HeaderText = "partepdaid"; this.partepdaid.Name = "partepdaid"; this.partepdaid.ReadOnly = true; this.partepdaid.Visible = false; // // partepdaname // this.partepdaname.DataPropertyName = "partepdaname"; this.partepdaname.HeaderText = "Parte Prenda"; this.partepdaname.Name = "partepdaname"; this.partepdaname.ReadOnly = true; // // productid // this.productid.DataPropertyName = "productid"; this.productid.HeaderText = "Tela"; this.productid.Name = "productid"; this.productid.ReadOnly = true; // // productname // this.productname.DataPropertyName = "productname"; this.productname.HeaderText = "Descripción"; this.productname.Name = "productname"; this.productname.ReadOnly = true; this.productname.Width = 320; // // xcolorname // this.xcolorname.DataPropertyName = "colorname"; this.xcolorname.HeaderText = "Color"; this.xcolorname.Name = "xcolorname"; this.xcolorname.ReadOnly = true; // // ancho // this.ancho.DataPropertyName = "ancho"; this.ancho.HeaderText = "Ancho"; this.ancho.Name = "ancho"; this.ancho.ReadOnly = true; // // gramaje // this.gramaje.DataPropertyName = "gramaje"; this.gramaje.HeaderText = "Gramaje"; this.gramaje.Name = "gramaje"; this.gramaje.ReadOnly = true; // // simpleButton6 // this.simpleButton6.Cursor = System.Windows.Forms.Cursors.Hand; this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image"))); this.simpleButton6.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.simpleButton6.Location = new System.Drawing.Point(773, 183); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(45, 23); this.simpleButton6.TabIndex = 430; this.simpleButton6.Text = "Add"; this.simpleButton6.ToolTip = "Adicionar"; this.simpleButton6.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.simpleButton6.Visible = false; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(10, 13); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(19, 13); this.labelControl6.TabIndex = 408; this.labelControl6.Text = "Año"; // // chk_estado01 // this.chk_estado01.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_estado01.Location = new System.Drawing.Point(11, 141); this.chk_estado01.Name = "chk_estado01"; this.chk_estado01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F); this.chk_estado01.Properties.Appearance.Options.UseFont = true; this.chk_estado01.Properties.Caption = "Estado"; this.chk_estado01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far; this.chk_estado01.Size = new System.Drawing.Size(56, 19); this.chk_estado01.TabIndex = 407; this.chk_estado01.CheckedChanged += new System.EventHandler(this.chk_estado01_CheckedChanged); // // chk_linea01 // this.chk_linea01.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_linea01.Location = new System.Drawing.Point(10, 95); this.chk_linea01.Name = "chk_linea01"; this.chk_linea01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F); this.chk_linea01.Properties.Appearance.Options.UseFont = true; this.chk_linea01.Properties.Caption = "Linea"; this.chk_linea01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far; this.chk_linea01.Size = new System.Drawing.Size(50, 19); this.chk_linea01.TabIndex = 406; this.chk_linea01.CheckedChanged += new System.EventHandler(this.chk_linea01_CheckedChanged); // // chk_marca01 // this.chk_marca01.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_marca01.Location = new System.Drawing.Point(9, 52); this.chk_marca01.Name = "chk_marca01"; this.chk_marca01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F); this.chk_marca01.Properties.Appearance.Options.UseFont = true; this.chk_marca01.Properties.Caption = "Marca"; this.chk_marca01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far; this.chk_marca01.Size = new System.Drawing.Size(55, 19); this.chk_marca01.TabIndex = 405; this.chk_marca01.CheckedChanged += new System.EventHandler(this.chk_marca01_CheckedChanged); // // cmb_linea01 // this.cmb_linea01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_linea01.Enabled = false; this.cmb_linea01.FormattingEnabled = true; this.cmb_linea01.Location = new System.Drawing.Point(7, 117); this.cmb_linea01.Name = "cmb_linea01"; this.cmb_linea01.Size = new System.Drawing.Size(107, 21); this.cmb_linea01.TabIndex = 401; this.cmb_linea01.SelectedIndexChanged += new System.EventHandler(this.cmb_linea01_SelectedIndexChanged); // // cmb_marca01 // this.cmb_marca01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_marca01.Enabled = false; this.cmb_marca01.FormattingEnabled = true; this.cmb_marca01.Location = new System.Drawing.Point(7, 74); this.cmb_marca01.Name = "cmb_marca01"; this.cmb_marca01.Size = new System.Drawing.Size(107, 21); this.cmb_marca01.TabIndex = 400; this.cmb_marca01.SelectedIndexChanged += new System.EventHandler(this.cmb_marca01_SelectedIndexChanged); // // cmb_estado01 // this.cmb_estado01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_estado01.Enabled = false; this.cmb_estado01.FormattingEnabled = true; this.cmb_estado01.Location = new System.Drawing.Point(10, 163); this.cmb_estado01.Name = "cmb_estado01"; this.cmb_estado01.Size = new System.Drawing.Size(93, 21); this.cmb_estado01.TabIndex = 217; this.cmb_estado01.SelectedIndexChanged += new System.EventHandler(this.cmb_estado01_SelectedIndexChanged); // // lblbusqueda // this.lblbusqueda.Appearance.BackColor = System.Drawing.SystemColors.Control; this.lblbusqueda.Location = new System.Drawing.Point(622, 9); this.lblbusqueda.Name = "lblbusqueda"; this.lblbusqueda.Size = new System.Drawing.Size(51, 13); this.lblbusqueda.TabIndex = 210; this.lblbusqueda.Text = "Busqueda:"; // // txt_articname01 // this.txt_articname01.BackColor = System.Drawing.Color.Yellow; this.txt_articname01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articname01.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_articname01.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Bold); this.txt_articname01.ForeColor = System.Drawing.Color.Black; this.txt_articname01.Location = new System.Drawing.Point(676, 6); this.txt_articname01.MaxLength = 10; this.txt_articname01.Name = "txt_articname01"; this.txt_articname01.Size = new System.Drawing.Size(210, 19); this.txt_articname01.TabIndex = 208; this.txt_articname01.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_articname01_KeyUp); this.txt_articname01.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_articname01_MouseDown); // // cmb_anio01 // this.cmb_anio01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_anio01.Enabled = false; this.cmb_anio01.FormattingEnabled = true; this.cmb_anio01.Location = new System.Drawing.Point(7, 31); this.cmb_anio01.Name = "cmb_anio01"; this.cmb_anio01.Size = new System.Drawing.Size(47, 21); this.cmb_anio01.TabIndex = 201; // // panelControl3 // this.panelControl3.Controls.Add(this.txt_numop01); this.panelControl3.Controls.Add(this.labelControl7); this.panelControl3.Controls.Add(this.cmb_anio01); this.panelControl3.Controls.Add(this.cmb_serie01); this.panelControl3.Controls.Add(this.cmb_estado01); this.panelControl3.Controls.Add(this.chk_estado01); this.panelControl3.Controls.Add(this.chk_serie01); this.panelControl3.Controls.Add(this.labelControl6); this.panelControl3.Controls.Add(this.chk_linea01); this.panelControl3.Controls.Add(this.cmb_marca01); this.panelControl3.Controls.Add(this.cmb_linea01); this.panelControl3.Controls.Add(this.chk_marca01); this.panelControl3.Location = new System.Drawing.Point(900, 55); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(214, 189); this.panelControl3.TabIndex = 415; this.panelControl3.Visible = false; // // txt_numop01 // this.txt_numop01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_numop01.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.txt_numop01.Location = new System.Drawing.Point(116, 29); this.txt_numop01.Name = "txt_numop01"; this.txt_numop01.Size = new System.Drawing.Size(90, 22); this.txt_numop01.TabIndex = 409; this.txt_numop01.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_numop01_KeyDown); this.txt_numop01.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txt_numop01_MouseDown); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(120, 13); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(37, 13); this.labelControl7.TabIndex = 410; this.labelControl7.Text = "Número"; // // cmb_serie01 // this.cmb_serie01.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_serie01.Enabled = false; this.cmb_serie01.FormattingEnabled = true; this.cmb_serie01.Location = new System.Drawing.Point(58, 31); this.cmb_serie01.Name = "cmb_serie01"; this.cmb_serie01.Size = new System.Drawing.Size(52, 21); this.cmb_serie01.TabIndex = 204; this.cmb_serie01.SelectedIndexChanged += new System.EventHandler(this.cmb_serie01_SelectedIndexChanged); // // chk_serie01 // this.chk_serie01.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_serie01.Location = new System.Drawing.Point(64, 7); this.chk_serie01.Name = "chk_serie01"; this.chk_serie01.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.5F); this.chk_serie01.Properties.Appearance.Options.UseFont = true; this.chk_serie01.Properties.Caption = "Serie"; this.chk_serie01.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far; this.chk_serie01.Size = new System.Drawing.Size(50, 19); this.chk_serie01.TabIndex = 403; this.chk_serie01.CheckedChanged += new System.EventHandler(this.chk_serie01_CheckedChanged); // // styleManager2 // this.styleManager2.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007VistaGlass; this.styleManager2.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // Frm_orden_produccion // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(890, 560); this.Controls.Add(this.panelControl3); this.Controls.Add(this.lblbusqueda); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.txt_articname01); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_orden_produccion"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "» Frm_Orden de Producción"; this.Load += new System.EventHandler(this.Frm_orden_produccion_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_orden_produccion_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.tab_01.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_ordenproduccion)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenproduccion)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit(); this.tab_02.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco12.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco11.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco10.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco09.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco08.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco07.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco06.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco05.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco04.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco03.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco02.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taco01.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); this.panelControl5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodcolor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_grilla)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechfin.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties)).EndInit(); this.tab_03.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2)).EndInit(); this.pnl_edit2.ResumeLayout(false); this.pnl_edit2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechentrega03.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechini03.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnl_edit)).EndInit(); this.pnl_edit.ResumeLayout(false); this.pnl_edit.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_secuencia)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodfase)).EndInit(); this.tab_04.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); this.panelControl6.ResumeLayout(false); this.panelControl6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_ltizado.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_tolerancia.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_numpanos.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_prendpanos.Properties)).EndInit(); this.xtraScrollableControl1.ResumeLayout(false); this.xtraScrollableControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_consumoreal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_calconsumo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnl_edit2Ma)).EndInit(); this.pnl_edit2Ma.ResumeLayout(false); this.pnl_edit2Ma.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnl_editMa)).EndInit(); this.pnl_editMa.ResumeLayout(false); this.pnl_editMa.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_ordenprodtela)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chk_estado01.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chk_linea01.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chk_marca01.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chk_serie01.Properties)).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(); DevComponents.DotNetBar.StyleManager styleManagermain; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manufacturing)); this.metroShellmain = new DevComponents.DotNetBar.Metro.MetroShell(); this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem(); this.barProductInformation = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem(); this.barTheFinishProductInfo = new DevComponents.DotNetBar.ButtonItem(); this.barServiceInfo = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem(); this.barReworkInput = new DevComponents.DotNetBar.ButtonItem(); this.barReworkOut = new DevComponents.DotNetBar.ButtonItem(); this.barTheAssociatedCode = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem(); this.barPublicInformation = new DevComponents.DotNetBar.ButtonItem(); this.barSpecificInformation = new DevComponents.DotNetBar.ButtonItem(); this.barSpecifications = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem19 = new DevComponents.DotNetBar.ButtonItem(); this.barOutgoingQuery = new DevComponents.DotNetBar.ButtonItem(); this.barQuery = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem(); this.barMaintainWorkOrder = new DevComponents.DotNetBar.ButtonItem(); this.barProcessMaintenance = new DevComponents.DotNetBar.ButtonItem(); this.barBadReport = new DevComponents.DotNetBar.ButtonItem(); this.barAdverseAnalysis = new DevComponents.DotNetBar.ButtonItem(); this.barScrapInput = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem(); this.barPackagingSite = new DevComponents.DotNetBar.ButtonItem(); this.barCleaningSite = new DevComponents.DotNetBar.ButtonItem(); this.barStackSite = new DevComponents.DotNetBar.ButtonItem(); this.barSpellCabinetSite = new DevComponents.DotNetBar.ButtonItem(); this.barWeldingSite = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem43 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem44 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem45 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem(); this.barCreateAWorkOrder = new DevComponents.DotNetBar.ButtonItem(); this.microChartItem1 = new DevComponents.DotNetBar.MicroChartItem(); this.microChartItem2 = new DevComponents.DotNetBar.MicroChartItem(); this.metroStatusBar1 = new DevComponents.DotNetBar.Metro.MetroStatusBar(); this.metroTileItem3 = new DevComponents.DotNetBar.Metro.MetroTileItem(); this.metroTileItem10 = new DevComponents.DotNetBar.Metro.MetroTileItem(); this.metroTileItem12 = new DevComponents.DotNetBar.Metro.MetroTileItem(); this.circularProgressItem2 = new DevComponents.DotNetBar.CircularProgressItem(); this.circularProgressItem1 = new DevComponents.DotNetBar.CircularProgressItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); styleManagermain = new DevComponents.DotNetBar.StyleManager(this.components); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // styleManagermain // styleManagermain.ManagerColorTint = System.Drawing.Color.DarkGray; styleManagermain.ManagerStyle = global::Manufacturing_Execution.Properties.Settings.Default.metroShellpb; styleManagermain.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))))); // // metroShellmain // this.metroShellmain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); // // // this.metroShellmain.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroShellmain.CaptionVisible = true; this.metroShellmain.Dock = System.Windows.Forms.DockStyle.Top; this.metroShellmain.ForeColor = System.Drawing.Color.Black; this.metroShellmain.HelpButtonText = "帮助"; this.metroShellmain.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem16, this.buttonItem17, this.buttonItem18, this.buttonItem19, this.buttonItem4, this.buttonItem5, this.buttonItem6, this.buttonItem7, this.buttonItem8, this.buttonItem9, this.buttonItem10, this.buttonItem11 }); this.metroShellmain.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.metroShellmain.Location = new System.Drawing.Point(1, 1); this.metroShellmain.Name = "metroShellmain"; this.metroShellmain.SettingsButtonText = "设置"; this.metroShellmain.ShowIcon = false; this.metroShellmain.Size = new System.Drawing.Size(937, 87); this.metroShellmain.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.metroShellmain.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.metroShellmain.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.metroShellmain.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.metroShellmain.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.metroShellmain.SystemText.QatDialogAddButton = "&Add >>"; this.metroShellmain.SystemText.QatDialogCancelButton = "Cancel"; this.metroShellmain.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.metroShellmain.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.metroShellmain.SystemText.QatDialogOkButton = "OK"; this.metroShellmain.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.metroShellmain.SystemText.QatDialogRemoveButton = "&Remove"; this.metroShellmain.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.metroShellmain.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.metroShellmain.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.metroShellmain.TabIndex = 1; this.metroShellmain.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.metroShellmain.TitleText = "<b><font size=\"+6\"><i></i><font color=\"#ffffff\">生产执行系统(EMS)</font></font></b>"; this.metroShellmain.Click += new System.EventHandler(this.metroShellmain_Click); // // buttonItem16 // this.buttonItem16.Name = "buttonItem16"; this.buttonItem16.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.barProductInformation, this.buttonItem2, this.barTheFinishProductInfo, this.barServiceInfo, this.buttonItem28 }); this.buttonItem16.Text = "文件"; this.buttonItem16.Tooltip = "文件"; this.buttonItem16.Click += new System.EventHandler(this.buttonItem16_Click); // // barProductInformation // this.barProductInformation.Image = ((System.Drawing.Image)(resources.GetObject("barProductInformation.Image"))); this.barProductInformation.ImagePaddingHorizontal = 4; this.barProductInformation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.barProductInformation.Name = "barProductInformation"; this.barProductInformation.Text = "产品信息"; this.barProductInformation.Click += new System.EventHandler(this.barProductInformation_Click); // // buttonItem2 // this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image"))); this.buttonItem2.Name = "buttonItem2"; this.buttonItem2.Text = "打印"; this.buttonItem2.Click += new System.EventHandler(this.buttonItem2_Click); // // barTheFinishProductInfo // this.barTheFinishProductInfo.Image = ((System.Drawing.Image)(resources.GetObject("barTheFinishProductInfo.Image"))); this.barTheFinishProductInfo.Name = "barTheFinishProductInfo"; this.barTheFinishProductInfo.Text = "成品信息"; this.barTheFinishProductInfo.Click += new System.EventHandler(this.barTheFinishProductInfo_Click); // // barServiceInfo // this.barServiceInfo.Image = ((System.Drawing.Image)(resources.GetObject("barServiceInfo.Image"))); this.barServiceInfo.Name = "barServiceInfo"; this.barServiceInfo.Text = "客户信息"; this.barServiceInfo.Click += new System.EventHandler(this.barServiceInfo_Click); // // buttonItem28 // this.buttonItem28.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem28.Image"))); this.buttonItem28.Name = "buttonItem28"; this.buttonItem28.Text = "退出"; this.buttonItem28.Click += new System.EventHandler(this.buttonItem28_Click); // // buttonItem17 // this.buttonItem17.Name = "buttonItem17"; this.buttonItem17.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.barReworkInput, this.barReworkOut, this.barTheAssociatedCode }); this.buttonItem17.Text = "返修"; this.buttonItem17.Tooltip = "返修"; // // barReworkInput // this.barReworkInput.Image = ((System.Drawing.Image)(resources.GetObject("barReworkInput.Image"))); this.barReworkInput.Name = "barReworkInput"; this.barReworkInput.Text = "返修数据录入(入)"; this.barReworkInput.Click += new System.EventHandler(this.barReworkInput_Click); // // barReworkOut // this.barReworkOut.Image = ((System.Drawing.Image)(resources.GetObject("barReworkOut.Image"))); this.barReworkOut.Name = "barReworkOut"; this.barReworkOut.Text = "返修数据录入(出)"; this.barReworkOut.Click += new System.EventHandler(this.barReworkOut_Click); // // barTheAssociatedCode // this.barTheAssociatedCode.Image = ((System.Drawing.Image)(resources.GetObject("barTheAssociatedCode.Image"))); this.barTheAssociatedCode.Name = "barTheAssociatedCode"; this.barTheAssociatedCode.Text = "关联码导出"; this.barTheAssociatedCode.Click += new System.EventHandler(this.barTheAssociatedCode_Click); // // buttonItem18 // this.buttonItem18.Name = "buttonItem18"; this.buttonItem18.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.barPublicInformation, this.barSpecificInformation, this.barSpecifications }); this.buttonItem18.Text = "随工单信息"; this.buttonItem18.Tooltip = "随工单信息"; // // barPublicInformation // this.barPublicInformation.Image = ((System.Drawing.Image)(resources.GetObject("barPublicInformation.Image"))); this.barPublicInformation.Name = "barPublicInformation"; this.barPublicInformation.Text = "随工单公共信息"; this.barPublicInformation.Click += new System.EventHandler(this.barPublicInformation_Click); // // barSpecificInformation // this.barSpecificInformation.Image = ((System.Drawing.Image)(resources.GetObject("barSpecificInformation.Image"))); this.barSpecificInformation.Name = "barSpecificInformation"; this.barSpecificInformation.Text = "随工单具体信息"; this.barSpecificInformation.Click += new System.EventHandler(this.barSpecificInformation_Click); // // barSpecifications // this.barSpecifications.Image = ((System.Drawing.Image)(resources.GetObject("barSpecifications.Image"))); this.barSpecifications.Name = "barSpecifications"; this.barSpecifications.Text = "规格书录入"; this.barSpecifications.Click += new System.EventHandler(this.barSpecifications_Click); // // buttonItem19 // this.buttonItem19.Name = "buttonItem19"; this.buttonItem19.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.barOutgoingQuery, this.barQuery }); this.buttonItem19.Text = "数据分析"; this.buttonItem19.Tooltip = "数据分析"; // // barOutgoingQuery // this.barOutgoingQuery.Image = ((System.Drawing.Image)(resources.GetObject("barOutgoingQuery.Image"))); this.barOutgoingQuery.Name = "barOutgoingQuery"; this.barOutgoingQuery.Text = "出货查询"; this.barOutgoingQuery.Click += new System.EventHandler(this.barOutgoingQuery_Click); // // barQuery // this.barQuery.Image = ((System.Drawing.Image)(resources.GetObject("barQuery.Image"))); this.barQuery.Name = "barQuery"; this.barQuery.Text = "查询"; this.barQuery.Click += new System.EventHandler(this.barQuery_Click); // // buttonItem4 // this.buttonItem4.Name = "buttonItem4"; this.buttonItem4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem15, this.barMaintainWorkOrder, this.barProcessMaintenance, this.barBadReport, this.barAdverseAnalysis, this.barScrapInput }); this.buttonItem4.Text = "生产管理"; this.buttonItem4.Tooltip = "生产管理"; // // buttonItem15 // this.buttonItem15.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem15.Image"))); this.buttonItem15.Name = "buttonItem15"; this.buttonItem15.Text = "生产调度"; this.buttonItem15.Click += new System.EventHandler(this.buttonItem15_Click); // // barMaintainWorkOrder // this.barMaintainWorkOrder.Image = ((System.Drawing.Image)(resources.GetObject("barMaintainWorkOrder.Image"))); this.barMaintainWorkOrder.Name = "barMaintainWorkOrder"; this.barMaintainWorkOrder.Text = "工单维护"; this.barMaintainWorkOrder.Click += new System.EventHandler(this.barMaintainWorkOrder_Click); // // barProcessMaintenance // this.barProcessMaintenance.Image = ((System.Drawing.Image)(resources.GetObject("barProcessMaintenance.Image"))); this.barProcessMaintenance.Name = "barProcessMaintenance"; this.barProcessMaintenance.Text = "工序维护"; this.barProcessMaintenance.Click += new System.EventHandler(this.barProcessMaintenance_Click); // // barBadReport // this.barBadReport.Image = ((System.Drawing.Image)(resources.GetObject("barBadReport.Image"))); this.barBadReport.Name = "barBadReport"; this.barBadReport.Text = "生产不良报告"; this.barBadReport.Click += new System.EventHandler(this.barBadReport_Click); // // barAdverseAnalysis // this.barAdverseAnalysis.Image = ((System.Drawing.Image)(resources.GetObject("barAdverseAnalysis.Image"))); this.barAdverseAnalysis.Name = "barAdverseAnalysis"; this.barAdverseAnalysis.Text = "不良品分析"; this.barAdverseAnalysis.Click += new System.EventHandler(this.barAdverseAnalysis_Click); // // barScrapInput // this.barScrapInput.Image = ((System.Drawing.Image)(resources.GetObject("barScrapInput.Image"))); this.barScrapInput.Name = "barScrapInput"; this.barScrapInput.Text = "报废品录入"; this.barScrapInput.Click += new System.EventHandler(this.barScrapInput_Click); // // buttonItem5 // this.buttonItem5.Name = "buttonItem5"; this.buttonItem5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.barPackagingSite, this.barCleaningSite, this.barStackSite, this.barSpellCabinetSite, this.barWeldingSite }); this.buttonItem5.Text = "工艺管理"; this.buttonItem5.Tooltip = "工艺管理"; // // barPackagingSite // this.barPackagingSite.Image = ((System.Drawing.Image)(resources.GetObject("barPackagingSite.Image"))); this.barPackagingSite.Name = "barPackagingSite"; this.barPackagingSite.Text = "包装站点"; this.barPackagingSite.Click += new System.EventHandler(this.barPackagingSite_Click); // // barCleaningSite // this.barCleaningSite.Image = ((System.Drawing.Image)(resources.GetObject("barCleaningSite.Image"))); this.barCleaningSite.Name = "barCleaningSite"; this.barCleaningSite.Text = "清洗站点"; this.barCleaningSite.Click += new System.EventHandler(this.barCleaningSite_Click); // // barStackSite // this.barStackSite.Image = ((System.Drawing.Image)(resources.GetObject("barStackSite.Image"))); this.barStackSite.Name = "barStackSite"; this.barStackSite.Text = "叠层站点"; this.barStackSite.Click += new System.EventHandler(this.barStackSite_Click); // // barSpellCabinetSite // this.barSpellCabinetSite.Image = ((System.Drawing.Image)(resources.GetObject("barSpellCabinetSite.Image"))); this.barSpellCabinetSite.Name = "barSpellCabinetSite"; this.barSpellCabinetSite.Text = "拼柜站点"; this.barSpellCabinetSite.Click += new System.EventHandler(this.barSpellCabinetSite_Click); // // barWeldingSite // this.barWeldingSite.Image = ((System.Drawing.Image)(resources.GetObject("barWeldingSite.Image"))); this.barWeldingSite.Name = "barWeldingSite"; this.barWeldingSite.Text = "焊接站点"; this.barWeldingSite.Click += new System.EventHandler(this.barWeldingSite_Click); // // buttonItem6 // this.buttonItem6.Name = "buttonItem6"; this.buttonItem6.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem21 }); this.buttonItem6.Text = "物料管理"; this.buttonItem6.Tooltip = "物料管理"; // // buttonItem21 // this.buttonItem21.Name = "buttonItem21"; this.buttonItem21.Text = "暂无"; // // buttonItem7 // this.buttonItem7.Name = "buttonItem7"; this.buttonItem7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem22, this.buttonItem43 }); this.buttonItem7.Text = "人员管理"; this.buttonItem7.Tooltip = "人员管理"; this.buttonItem7.Click += new System.EventHandler(this.buttonItem7_Click); // // buttonItem22 // this.buttonItem22.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem22.Image"))); this.buttonItem22.Name = "buttonItem22"; this.buttonItem22.Text = "人员管理"; // // buttonItem43 // this.buttonItem43.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem43.Image"))); this.buttonItem43.Name = "buttonItem43"; this.buttonItem43.Text = "注销"; // // buttonItem8 // this.buttonItem8.Name = "buttonItem8"; this.buttonItem8.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem23 }); this.buttonItem8.Text = "机台管理"; this.buttonItem8.Tooltip = "机台管理"; // // buttonItem23 // this.buttonItem23.Name = "buttonItem23"; this.buttonItem23.Text = "暂无"; // // buttonItem9 // this.buttonItem9.Name = "buttonItem9"; this.buttonItem9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem24, this.buttonItem44, this.buttonItem45 }); this.buttonItem9.Text = "生产看板"; this.buttonItem9.Tooltip = "生产看板"; // // buttonItem24 // this.buttonItem24.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem24.Image"))); this.buttonItem24.Name = "buttonItem24"; this.buttonItem24.Text = "今日计划看板"; // // buttonItem44 // this.buttonItem44.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem44.Image"))); this.buttonItem44.Name = "buttonItem44"; this.buttonItem44.Text = "今日生成状态看板"; // // buttonItem45 // this.buttonItem45.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem45.Image"))); this.buttonItem45.Name = "buttonItem45"; this.buttonItem45.Text = "今日人机状态看板"; // // buttonItem10 // this.buttonItem10.Name = "buttonItem10"; this.buttonItem10.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem25 }); this.buttonItem10.Text = "质量管理"; this.buttonItem10.Tooltip = "质量管理"; this.buttonItem10.Click += new System.EventHandler(this.buttonItem10_Click); // // buttonItem25 // this.buttonItem25.Name = "buttonItem25"; this.buttonItem25.Text = "暂无"; // // buttonItem11 // this.buttonItem11.Name = "buttonItem11"; this.buttonItem11.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.barCreateAWorkOrder }); this.buttonItem11.Text = "计划排程"; this.buttonItem11.Tooltip = "计划排程"; // // barCreateAWorkOrder // this.barCreateAWorkOrder.Image = ((System.Drawing.Image)(resources.GetObject("barCreateAWorkOrder.Image"))); this.barCreateAWorkOrder.Name = "barCreateAWorkOrder"; this.barCreateAWorkOrder.Text = "创建工单"; this.barCreateAWorkOrder.Click += new System.EventHandler(this.barCreateAWorkOrder_Click); // // microChartItem1 // this.microChartItem1.Name = "microChartItem1"; // // microChartItem2 // this.microChartItem2.Name = "microChartItem2"; // // metroStatusBar1 // this.metroStatusBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); // // // this.metroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroStatusBar1.ContainerControlProcessDialogKey = true; this.metroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.metroStatusBar1.DragDropSupport = true; this.metroStatusBar1.Font = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.metroStatusBar1.ForeColor = System.Drawing.Color.Black; this.metroStatusBar1.Location = new System.Drawing.Point(1, 512); this.metroStatusBar1.Name = "metroStatusBar1"; this.metroStatusBar1.Size = new System.Drawing.Size(937, 22); this.metroStatusBar1.TabIndex = 2; this.metroStatusBar1.Text = "Copy@2016"; this.metroStatusBar1.ItemClick += new System.EventHandler(this.metroStatusBar1_ItemClick); // // metroTileItem3 // this.metroTileItem3.Name = "metroTileItem3"; this.metroTileItem3.SymbolColor = System.Drawing.Color.Empty; this.metroTileItem3.Text = "metroTileItem3"; this.metroTileItem3.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default; // // // this.metroTileItem3.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(83)))), ((int)(((byte)(117))))); this.metroTileItem3.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(103)))), ((int)(((byte)(155))))); this.metroTileItem3.TileStyle.BackColorGradientAngle = 45; this.metroTileItem3.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTileItem3.TileStyle.PaddingBottom = 4; this.metroTileItem3.TileStyle.PaddingLeft = 4; this.metroTileItem3.TileStyle.PaddingRight = 4; this.metroTileItem3.TileStyle.PaddingTop = 4; this.metroTileItem3.TileStyle.TextColor = System.Drawing.Color.White; // // metroTileItem10 // this.metroTileItem10.Name = "metroTileItem10"; this.metroTileItem10.SymbolColor = System.Drawing.Color.Empty; this.metroTileItem10.Text = "metroTileItem7"; this.metroTileItem10.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default; // // // this.metroTileItem10.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(83)))), ((int)(((byte)(117))))); this.metroTileItem10.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(103)))), ((int)(((byte)(155))))); this.metroTileItem10.TileStyle.BackColorGradientAngle = 45; this.metroTileItem10.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTileItem10.TileStyle.PaddingBottom = 4; this.metroTileItem10.TileStyle.PaddingLeft = 4; this.metroTileItem10.TileStyle.PaddingRight = 4; this.metroTileItem10.TileStyle.PaddingTop = 4; this.metroTileItem10.TileStyle.TextColor = System.Drawing.Color.White; // // metroTileItem12 // this.metroTileItem12.Name = "metroTileItem12"; this.metroTileItem12.SymbolColor = System.Drawing.Color.Empty; this.metroTileItem12.Text = "metroTileItem3"; this.metroTileItem12.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default; // // // this.metroTileItem12.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(83)))), ((int)(((byte)(117))))); this.metroTileItem12.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(103)))), ((int)(((byte)(155))))); this.metroTileItem12.TileStyle.BackColorGradientAngle = 45; this.metroTileItem12.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTileItem12.TileStyle.PaddingBottom = 4; this.metroTileItem12.TileStyle.PaddingLeft = 4; this.metroTileItem12.TileStyle.PaddingRight = 4; this.metroTileItem12.TileStyle.PaddingTop = 4; this.metroTileItem12.TileStyle.TextColor = System.Drawing.Color.White; // // circularProgressItem2 // this.circularProgressItem2.Diameter = 32; this.circularProgressItem2.Name = "circularProgressItem2"; this.circularProgressItem2.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Donut; this.circularProgressItem2.ProgressColor = System.Drawing.Color.IndianRed; this.circularProgressItem2.ProgressTextVisible = true; // // circularProgressItem1 // this.circularProgressItem1.Diameter = 32; this.circularProgressItem1.Name = "circularProgressItem1"; this.circularProgressItem1.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Donut; this.circularProgressItem1.ProgressColor = System.Drawing.Color.IndianRed; this.circularProgressItem1.ProgressTextVisible = true; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(1, 88); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(937, 424); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 48; this.pictureBox1.TabStop = false; // // Manufacturing // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(939, 535); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.metroStatusBar1); this.Controls.Add(this.metroShellmain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Manufacturing"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MES管理系统"; this.Load += new System.EventHandler(this.Manufacturing_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 /// 修改這個方法的內容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar(); this.btnTeacherAutoSchedule = new DevComponents.DotNetBar.ButtonItem(); this.btnTeacherLock = new DevComponents.DotNetBar.ButtonItem(); this.btnTeacherUnlock = new DevComponents.DotNetBar.ButtonItem(); this.btnTeacherFree = new DevComponents.DotNetBar.ButtonItem(); this.btnTeacherProperty = new DevComponents.DotNetBar.ButtonItem(); this.btnTeacherPrint = new DevComponents.DotNetBar.ButtonItem(); this.btnTeacherBusy = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar(); this.btnClassAutoSchedule = new DevComponents.DotNetBar.ButtonItem(); this.btnClassLock = new DevComponents.DotNetBar.ButtonItem(); this.btnClassUnLock = new DevComponents.DotNetBar.ButtonItem(); this.btnClassFree = new DevComponents.DotNetBar.ButtonItem(); this.btnClassProperty = new DevComponents.DotNetBar.ButtonItem(); this.btnClassPrint = new DevComponents.DotNetBar.ButtonItem(); this.btnClassBusy = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar(); this.btnClassroomAutoSchedule = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem(); this.btnClassroomLock = new DevComponents.DotNetBar.ButtonItem(); this.btnClassroomUnLock = new DevComponents.DotNetBar.ButtonItem(); this.btnClassroomFree = new DevComponents.DotNetBar.ButtonItem(); this.btnClassroomProperty = new DevComponents.DotNetBar.ButtonItem(); this.btnClassroomPrint = new DevComponents.DotNetBar.ButtonItem(); this.btnClassroomBusy = new DevComponents.DotNetBar.ButtonItem(); this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton(); this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer(); this.btnOpen = new DevComponents.DotNetBar.ButtonItem(); this.btnSave = new DevComponents.DotNetBar.ButtonItem(); this.btnSaveAs = new DevComponents.DotNetBar.ButtonItem(); this.btnDownload = new DevComponents.DotNetBar.ButtonItem(); this.btnUpload = new DevComponents.DotNetBar.ButtonItem(); this.btnClose = new DevComponents.DotNetBar.ButtonItem(); this.btnExit = new DevComponents.DotNetBar.ButtonItem(); this.ribbonTabTeacher = new DevComponents.DotNetBar.RibbonTabItem(); this.ribbonTabClass = new DevComponents.DotNetBar.RibbonTabItem(); this.ribbonTabClassroom = new DevComponents.DotNetBar.RibbonTabItem(); this.btnUndo = new DevComponents.DotNetBar.ButtonItem(); this.btnRedo = new DevComponents.DotNetBar.ButtonItem(); this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.bar1 = new DevComponents.DotNetBar.Bar(); this.lblMemoryUsage = new DevComponents.DotNetBar.LabelX(); this.progressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.tabContent = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.pnlWhoList = new System.Windows.Forms.Panel(); this.grdTeacherEvent = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.colLock = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colSolutionCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWeekDay = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colPeriodNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCourseName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colLength = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWhoName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWhomName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWhereName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWhatName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWhatAliasName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCourseGroup = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWeekDayCondition = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colPeriodCondition = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colAllowLongBreak = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colAllowDuplicate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colLimitNextDay = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colWeekFlag = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colPriority = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colTimeTable = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colColorIndex = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colEventID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel5 = new System.Windows.Forms.Panel(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.lblTeacher = new DevComponents.DotNetBar.LabelX(); this.btnTeacherEventExpand = new DevComponents.DotNetBar.ButtonX(); this.splTeacher = new DevComponents.DotNetBar.ExpandableSplitter(); this.pnlWhoLPView = new System.Windows.Forms.Panel(); this.tabTeacherLPView = new DevComponents.DotNetBar.TabControl(); this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel(); this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components); this.tabTeacher = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.splClass = new DevComponents.DotNetBar.ExpandableSplitter(); this.pnlWhomLPView = new System.Windows.Forms.Panel(); this.tabClassLPView = new DevComponents.DotNetBar.TabControl(); this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel(); this.tabItem3 = new DevComponents.DotNetBar.TabItem(this.components); this.pnlWhomList = new System.Windows.Forms.Panel(); this.panel10 = new System.Windows.Forms.Panel(); this.grdClassEvent = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.dataGridViewTextBoxColumn69 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn70 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn71 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn78 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn80 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn73 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn74 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn75 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn76 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn77 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn79 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn81 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn82 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn83 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn84 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn85 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn86 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn87 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn88 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn89 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.lblClass = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.btnClassEventExpand = new DevComponents.DotNetBar.ButtonX(); this.tabClass = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.pnlWhereList = new System.Windows.Forms.Panel(); this.panel9 = new System.Windows.Forms.Panel(); this.grdClassroomEvent = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.dataGridViewTextBoxColumn91 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn92 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn93 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn94 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn100 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn102 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn95 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn96 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn97 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn98 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn99 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn101 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn103 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn104 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn105 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn106 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn107 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn108 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn109 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn110 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn111 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn112 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel6 = new System.Windows.Forms.Panel(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.lblClassroom = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.btnClassroomEventExpand = new DevComponents.DotNetBar.ButtonX(); this.splClassroom = new DevComponents.DotNetBar.ExpandableSplitter(); this.pnlWhereLPView = new System.Windows.Forms.Panel(); this.tabClassroomLPView = new DevComponents.DotNetBar.TabControl(); this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel(); this.tabItem4 = new DevComponents.DotNetBar.TabItem(this.components); this.tabClassroom = new DevComponents.DotNetBar.SuperTabItem(); this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter(); this.LeftNavigationPanel = new DevComponents.DotNetBar.NavigationPane(); this.pnlClassroom = new DevComponents.DotNetBar.NavigationPanePanel(); this.btnClassroom = new DevComponents.DotNetBar.ButtonItem(); this.pnlClass = new DevComponents.DotNetBar.NavigationPanePanel(); this.btnClass = new DevComponents.DotNetBar.ButtonItem(); this.pnlTeacher = new DevComponents.DotNetBar.NavigationPanePanel(); this.btnTeacher = new DevComponents.DotNetBar.ButtonItem(); this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.panel7 = new System.Windows.Forms.Panel(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.panel8 = new System.Windows.Forms.Panel(); this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn56 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn61 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn63 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn64 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn65 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn66 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn67 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn68 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ribbonControl1.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); this.ribbonPanel2.SuspendLayout(); this.ribbonPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); this.bar1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabContent)).BeginInit(); this.tabContent.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); this.pnlWhoList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdTeacherEvent)).BeginInit(); this.panel5.SuspendLayout(); this.pnlWhoLPView.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabTeacherLPView)).BeginInit(); this.tabTeacherLPView.SuspendLayout(); this.superTabControlPanel2.SuspendLayout(); this.pnlWhomLPView.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabClassLPView)).BeginInit(); this.tabClassLPView.SuspendLayout(); this.pnlWhomList.SuspendLayout(); this.panel10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdClassEvent)).BeginInit(); this.panel3.SuspendLayout(); this.superTabControlPanel3.SuspendLayout(); this.pnlWhereList.SuspendLayout(); this.panel9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdClassroomEvent)).BeginInit(); this.panel6.SuspendLayout(); this.pnlWhereLPView.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabClassroomLPView)).BeginInit(); this.tabClassroomLPView.SuspendLayout(); this.LeftNavigationPanel.SuspendLayout(); this.panel7.SuspendLayout(); this.SuspendLayout(); // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.Class = ""; this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.Class = ""; this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar1.Location = new System.Drawing.Point(190, 77); this.ribbonBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(87, 31); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 0; this.ribbonBar1.Text = "ribbonBar1"; // // // this.ribbonBar1.TitleStyle.Class = ""; this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.Class = ""; this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Controls.Add(this.ribbonPanel3); this.ribbonControl1.Controls.Add(this.ribbonPanel2); this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.office2007StartButton1, this.ribbonTabTeacher, this.ribbonTabClass, this.ribbonTabClassroom}); this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnUndo, this.btnRedo, this.qatCustomizeItem1}); this.ribbonControl1.Size = new System.Drawing.Size(948, 140); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 1; this.ribbonControl1.Text = "ribbonControl1"; this.ribbonControl1.TitleText = "ischedule"; // // ribbonPanel1 // this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.ribbonBar2); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 55); this.ribbonPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 4); this.ribbonPanel1.Size = new System.Drawing.Size(948, 82); // // // this.ribbonPanel1.Style.Class = ""; this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.Class = ""; this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.Class = ""; this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.TabIndex = 1; // // ribbonBar2 // this.ribbonBar2.AutoOverflowEnabled = true; // // // this.ribbonBar2.BackgroundMouseOverStyle.Class = ""; this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.BackgroundStyle.Class = ""; this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.ContainerControlProcessDialogKey = true; this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnTeacherAutoSchedule, this.btnTeacherLock, this.btnTeacherUnlock, this.btnTeacherFree, this.btnTeacherProperty, this.btnTeacherPrint, this.btnTeacherBusy}); this.ribbonBar2.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar2.Location = new System.Drawing.Point(3, 0); this.ribbonBar2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ribbonBar2.Name = "ribbonBar2"; this.ribbonBar2.Size = new System.Drawing.Size(436, 78); this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar2.TabIndex = 0; // // // this.ribbonBar2.TitleStyle.Class = ""; this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.TitleStyleMouseOver.Class = ""; this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // btnTeacherAutoSchedule // this.btnTeacherAutoSchedule.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTeacherAutoSchedule.Enabled = false; this.btnTeacherAutoSchedule.Image = global::ischedule.Properties.Resources.自動排課; this.btnTeacherAutoSchedule.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherAutoSchedule.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherAutoSchedule.ImageSmall = global::ischedule.Properties.Resources.自動排課; this.btnTeacherAutoSchedule.Name = "btnTeacherAutoSchedule"; this.btnTeacherAutoSchedule.SubItemsExpandWidth = 14; this.btnTeacherAutoSchedule.Text = "自動排課"; this.btnTeacherAutoSchedule.Tooltip = "提醒您自動排課會重新安排未鎖定的已排分課!"; // // btnTeacherLock // this.btnTeacherLock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTeacherLock.Enabled = false; this.btnTeacherLock.Image = global::ischedule.Properties.Resources.鎖定; this.btnTeacherLock.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherLock.Name = "btnTeacherLock"; this.btnTeacherLock.SubItemsExpandWidth = 14; this.btnTeacherLock.Text = "鎖定"; // // btnTeacherUnlock // this.btnTeacherUnlock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTeacherUnlock.Enabled = false; this.btnTeacherUnlock.Image = global::ischedule.Properties.Resources.解除鎖定; this.btnTeacherUnlock.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherUnlock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherUnlock.Name = "btnTeacherUnlock"; this.btnTeacherUnlock.SubItemsExpandWidth = 14; this.btnTeacherUnlock.Text = "解除鎖定"; // // btnTeacherFree // this.btnTeacherFree.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTeacherFree.Enabled = false; this.btnTeacherFree.Image = global::ischedule.Properties.Resources.回復至未排課72; this.btnTeacherFree.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherFree.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherFree.Name = "btnTeacherFree"; this.btnTeacherFree.SubItemsExpandWidth = 14; this.btnTeacherFree.Text = "回復至未排課"; // // btnTeacherProperty // this.btnTeacherProperty.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTeacherProperty.Enabled = false; this.btnTeacherProperty.Image = global::ischedule.Properties.Resources.查詢分課屬性72; this.btnTeacherProperty.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherProperty.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherProperty.Name = "btnTeacherProperty"; this.btnTeacherProperty.SubItemsExpandWidth = 14; this.btnTeacherProperty.Text = "修改屬性"; // // btnTeacherPrint // this.btnTeacherPrint.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnTeacherPrint.Image = global::ischedule.Properties.Resources.列印; this.btnTeacherPrint.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherPrint.Name = "btnTeacherPrint"; this.btnTeacherPrint.SubItemsExpandWidth = 14; this.btnTeacherPrint.Text = "列印"; // // btnTeacherBusy // this.btnTeacherBusy.Enabled = false; this.btnTeacherBusy.Image = global::ischedule.Properties.Resources.biology_remove_128; this.btnTeacherBusy.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnTeacherBusy.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnTeacherBusy.Name = "btnTeacherBusy"; this.btnTeacherBusy.SubItemsExpandWidth = 14; this.btnTeacherBusy.Text = "不排課時段"; this.btnTeacherBusy.Click += new System.EventHandler(this.btnTeacherBusy_Click); // // ribbonPanel2 // this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel2.Controls.Add(this.ribbonBar3); this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel2.Location = new System.Drawing.Point(0, 55); this.ribbonPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 4); this.ribbonPanel2.Size = new System.Drawing.Size(948, 82); // // // this.ribbonPanel2.Style.Class = ""; this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseDown.Class = ""; this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseOver.Class = ""; this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel2.TabIndex = 2; this.ribbonPanel2.Visible = false; // // ribbonBar3 // this.ribbonBar3.AutoOverflowEnabled = true; // // // this.ribbonBar3.BackgroundMouseOverStyle.Class = ""; this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.BackgroundStyle.Class = ""; this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.ContainerControlProcessDialogKey = true; this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnClassAutoSchedule, this.btnClassLock, this.btnClassUnLock, this.btnClassFree, this.btnClassProperty, this.btnClassPrint, this.btnClassBusy}); this.ribbonBar3.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar3.Location = new System.Drawing.Point(3, 0); this.ribbonBar3.Name = "ribbonBar3"; this.ribbonBar3.Size = new System.Drawing.Size(436, 78); this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar3.TabIndex = 0; // // // this.ribbonBar3.TitleStyle.Class = ""; this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.TitleStyleMouseOver.Class = ""; this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // btnClassAutoSchedule // this.btnClassAutoSchedule.Enabled = false; this.btnClassAutoSchedule.Image = global::ischedule.Properties.Resources.自動排課; this.btnClassAutoSchedule.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassAutoSchedule.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassAutoSchedule.Name = "btnClassAutoSchedule"; this.btnClassAutoSchedule.SubItemsExpandWidth = 14; this.btnClassAutoSchedule.Text = "自動排課"; // // btnClassLock // this.btnClassLock.Enabled = false; this.btnClassLock.Image = global::ischedule.Properties.Resources.鎖定; this.btnClassLock.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassLock.Name = "btnClassLock"; this.btnClassLock.SubItemsExpandWidth = 14; this.btnClassLock.Text = "鎖定"; // // btnClassUnLock // this.btnClassUnLock.Enabled = false; this.btnClassUnLock.Image = global::ischedule.Properties.Resources.解除鎖定; this.btnClassUnLock.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassUnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassUnLock.Name = "btnClassUnLock"; this.btnClassUnLock.SubItemsExpandWidth = 14; this.btnClassUnLock.Text = "解除鎖定"; // // btnClassFree // this.btnClassFree.Enabled = false; this.btnClassFree.Image = global::ischedule.Properties.Resources.回復至未排課72; this.btnClassFree.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassFree.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassFree.Name = "btnClassFree"; this.btnClassFree.SubItemsExpandWidth = 14; this.btnClassFree.Text = "回復至未排課"; // // btnClassProperty // this.btnClassProperty.Enabled = false; this.btnClassProperty.Image = global::ischedule.Properties.Resources.查詢分課屬性72; this.btnClassProperty.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassProperty.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassProperty.Name = "btnClassProperty"; this.btnClassProperty.SubItemsExpandWidth = 14; this.btnClassProperty.Text = "修改屬性"; // // btnClassPrint // this.btnClassPrint.Image = global::ischedule.Properties.Resources.列印; this.btnClassPrint.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassPrint.Name = "btnClassPrint"; this.btnClassPrint.SubItemsExpandWidth = 14; this.btnClassPrint.Text = "列印"; // // btnClassBusy // this.btnClassBusy.Enabled = false; this.btnClassBusy.Image = global::ischedule.Properties.Resources.biology_remove_128; this.btnClassBusy.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassBusy.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassBusy.Name = "btnClassBusy"; this.btnClassBusy.SubItemsExpandWidth = 14; this.btnClassBusy.Text = "不排課時段"; this.btnClassBusy.Click += new System.EventHandler(this.btnClassBusy_Click); // // ribbonPanel3 // this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel3.Controls.Add(this.ribbonBar4); this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel3.Location = new System.Drawing.Point(0, 55); this.ribbonPanel3.Name = "ribbonPanel3"; this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel3.Size = new System.Drawing.Size(948, 82); // // // this.ribbonPanel3.Style.Class = ""; this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel3.StyleMouseDown.Class = ""; this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel3.StyleMouseOver.Class = ""; this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel3.TabIndex = 3; this.ribbonPanel3.Visible = false; // // ribbonBar4 // this.ribbonBar4.AutoOverflowEnabled = true; // // // this.ribbonBar4.BackgroundMouseOverStyle.Class = ""; this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.BackgroundStyle.Class = ""; this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar4.ContainerControlProcessDialogKey = true; this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnClassroomAutoSchedule, this.btnClassroomLock, this.btnClassroomUnLock, this.btnClassroomFree, this.btnClassroomProperty, this.btnClassroomPrint, this.btnClassroomBusy}); this.ribbonBar4.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.ribbonBar4.Location = new System.Drawing.Point(3, 0); this.ribbonBar4.Name = "ribbonBar4"; this.ribbonBar4.Size = new System.Drawing.Size(436, 79); this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar4.TabIndex = 0; // // // this.ribbonBar4.TitleStyle.Class = ""; this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.TitleStyleMouseOver.Class = ""; this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // btnClassroomAutoSchedule // this.btnClassroomAutoSchedule.Enabled = false; this.btnClassroomAutoSchedule.Image = global::ischedule.Properties.Resources.自動排課; this.btnClassroomAutoSchedule.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomAutoSchedule.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomAutoSchedule.Name = "btnClassroomAutoSchedule"; this.btnClassroomAutoSchedule.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem2}); this.btnClassroomAutoSchedule.SubItemsExpandWidth = 14; this.btnClassroomAutoSchedule.Text = "自動排課"; // // buttonItem2 // this.buttonItem2.Name = "buttonItem2"; this.buttonItem2.Text = "buttonItem2"; // // btnClassroomLock // this.btnClassroomLock.Enabled = false; this.btnClassroomLock.Image = global::ischedule.Properties.Resources.鎖定; this.btnClassroomLock.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomLock.Name = "btnClassroomLock"; this.btnClassroomLock.SubItemsExpandWidth = 14; this.btnClassroomLock.Text = "鎖定"; // // btnClassroomUnLock // this.btnClassroomUnLock.Enabled = false; this.btnClassroomUnLock.Image = global::ischedule.Properties.Resources.解除鎖定; this.btnClassroomUnLock.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomUnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomUnLock.Name = "btnClassroomUnLock"; this.btnClassroomUnLock.SubItemsExpandWidth = 14; this.btnClassroomUnLock.Text = "解除鎖定"; // // btnClassroomFree // this.btnClassroomFree.Enabled = false; this.btnClassroomFree.Image = global::ischedule.Properties.Resources.回復至未排課72; this.btnClassroomFree.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomFree.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomFree.Name = "btnClassroomFree"; this.btnClassroomFree.SubItemsExpandWidth = 14; this.btnClassroomFree.Text = "回復至未排課"; // // btnClassroomProperty // this.btnClassroomProperty.Enabled = false; this.btnClassroomProperty.Image = global::ischedule.Properties.Resources.查詢分課屬性72; this.btnClassroomProperty.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomProperty.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomProperty.Name = "btnClassroomProperty"; this.btnClassroomProperty.SubItemsExpandWidth = 14; this.btnClassroomProperty.Text = "修改屬性"; // // btnClassroomPrint // this.btnClassroomPrint.Image = global::ischedule.Properties.Resources.列印; this.btnClassroomPrint.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomPrint.Name = "btnClassroomPrint"; this.btnClassroomPrint.SubItemsExpandWidth = 14; this.btnClassroomPrint.Text = "列印"; // // btnClassroomBusy // this.btnClassroomBusy.Enabled = false; this.btnClassroomBusy.Image = global::ischedule.Properties.Resources.biology_remove_128; this.btnClassroomBusy.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnClassroomBusy.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnClassroomBusy.Name = "btnClassroomBusy"; this.btnClassroomBusy.SubItemsExpandWidth = 14; this.btnClassroomBusy.Text = "不排課時段"; this.btnClassroomBusy.Click += new System.EventHandler(this.btnClassroomBusy_Click); // // office2007StartButton1 // this.office2007StartButton1.AutoExpandOnClick = true; this.office2007StartButton1.CanCustomize = false; this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image; this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image"))); this.office2007StartButton1.ImageFixedSize = new System.Drawing.Size(16, 16); this.office2007StartButton1.ImagePaddingHorizontal = 0; this.office2007StartButton1.ImagePaddingVertical = 0; this.office2007StartButton1.Name = "office2007StartButton1"; this.office2007StartButton1.ShowSubItems = false; this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer1}); this.office2007StartButton1.Text = "開始"; this.office2007StartButton1.Click += new System.EventHandler(this.office2007StartButton1_Click); // // itemContainer1 // // // // this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer"; this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer1.Name = "itemContainer1"; this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer2}); // // itemContainer2 // // // // this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer"; this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer2.ItemSpacing = 0; this.itemContainer2.Name = "itemContainer2"; this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer3}); // // itemContainer3 // // // // this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer"; this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0); this.itemContainer3.Name = "itemContainer3"; this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnOpen, this.btnSave, this.btnSaveAs, this.btnDownload, this.btnUpload, this.btnClose, this.btnExit}); // // btnOpen // this.btnOpen.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnOpen.Image = global::ischedule.Properties.Resources.開啟檔案; this.btnOpen.Name = "btnOpen"; this.btnOpen.SubItemsExpandWidth = 24; this.btnOpen.Text = "開啟資料"; this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); // // btnSave // this.btnSave.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnSave.Image = global::ischedule.Properties.Resources.儲存; this.btnSave.Name = "btnSave"; this.btnSave.SubItemsExpandWidth = 24; this.btnSave.Text = "儲存資料"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnSaveAs // this.btnSaveAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnSaveAs.Image = global::ischedule.Properties.Resources.另存新檔; this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Text = "另存資料"; this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click); // // btnDownload // this.btnDownload.BeginGroup = true; this.btnDownload.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnDownload.Image = global::ischedule.Properties.Resources.下載; this.btnDownload.Name = "btnDownload"; this.btnDownload.SubItemsExpandWidth = 24; this.btnDownload.Text = "下載資料"; this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click); // // btnUpload // this.btnUpload.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnUpload.Image = global::ischedule.Properties.Resources.上載; this.btnUpload.Name = "btnUpload"; this.btnUpload.SubItemsExpandWidth = 24; this.btnUpload.Text = "上傳資料"; this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click); // // btnClose // this.btnClose.BeginGroup = true; this.btnClose.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnClose.Image = global::ischedule.Properties.Resources.關閉檔案; this.btnClose.Name = "btnClose"; this.btnClose.SubItemsExpandWidth = 24; this.btnClose.Text = "關閉資料"; this.btnClose.Visible = false; // // btnExit // this.btnExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnExit.Image = global::ischedule.Properties.Resources.刪除; this.btnExit.Name = "btnExit"; this.btnExit.Text = "關閉系統"; // // ribbonTabTeacher // this.ribbonTabTeacher.Checked = true; this.ribbonTabTeacher.Name = "ribbonTabTeacher"; this.ribbonTabTeacher.Panel = this.ribbonPanel1; this.ribbonTabTeacher.Text = "教師"; // // ribbonTabClass // this.ribbonTabClass.Name = "ribbonTabClass"; this.ribbonTabClass.Panel = this.ribbonPanel2; this.ribbonTabClass.Text = "班級"; // // ribbonTabClassroom // this.ribbonTabClassroom.Name = "ribbonTabClassroom"; this.ribbonTabClassroom.Panel = this.ribbonPanel3; this.ribbonTabClassroom.Text = "場地"; // // btnUndo // this.btnUndo.Enabled = false; this.btnUndo.Image = global::ischedule.Properties.Resources.Undo_icon; this.btnUndo.ImageFixedSize = new System.Drawing.Size(16, 16); this.btnUndo.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Default; this.btnUndo.Name = "btnUndo"; this.btnUndo.Text = "buttonItem3"; this.btnUndo.Tooltip = "回復"; this.btnUndo.Visible = false; this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click); // // btnRedo // this.btnRedo.Enabled = false; this.btnRedo.Image = global::ischedule.Properties.Resources.Redo_icon; this.btnRedo.ImageFixedSize = new System.Drawing.Size(16, 16); this.btnRedo.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Default; this.btnRedo.Name = "btnRedo"; this.btnRedo.Text = "重做"; this.btnRedo.Visible = false; this.btnRedo.Click += new System.EventHandler(this.btnRedo_Click); // // qatCustomizeItem1 // this.qatCustomizeItem1.Name = "qatCustomizeItem1"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; // // bar1 // this.bar1.AntiAlias = true; this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar; this.bar1.Controls.Add(this.lblMemoryUsage); this.bar1.Controls.Add(this.progressBarX1); this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.bar1.Location = new System.Drawing.Point(5, 715); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(948, 25); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar1.TabIndex = 7; this.bar1.TabStop = false; this.bar1.Text = "bar1"; // // lblMemoryUsage // this.lblMemoryUsage.AutoSize = true; this.lblMemoryUsage.BackColor = System.Drawing.Color.Transparent; // // // this.lblMemoryUsage.BackgroundStyle.Class = ""; this.lblMemoryUsage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblMemoryUsage.Dock = System.Windows.Forms.DockStyle.Right; this.lblMemoryUsage.Location = new System.Drawing.Point(948, 0); this.lblMemoryUsage.Name = "lblMemoryUsage"; this.lblMemoryUsage.SingleLineColor = System.Drawing.Color.Transparent; this.lblMemoryUsage.Size = new System.Drawing.Size(0, 0); this.lblMemoryUsage.TabIndex = 1; // // progressBarX1 // // // // this.progressBarX1.BackgroundStyle.Class = ""; this.progressBarX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.progressBarX1.Location = new System.Drawing.Point(50, 3); this.progressBarX1.Name = "progressBarX1"; this.progressBarX1.Size = new System.Drawing.Size(348, 20); this.progressBarX1.TabIndex = 0; this.progressBarX1.Text = "progressBarX1"; this.progressBarX1.Visible = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(5, 141); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(948, 574); this.panel1.TabIndex = 9; // // panel2 // this.panel2.Controls.Add(this.panel4); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(948, 574); this.panel2.TabIndex = 0; // // panel4 // this.panel4.Controls.Add(this.tabContent); this.panel4.Controls.Add(this.expandableSplitter1); this.panel4.Controls.Add(this.LeftNavigationPanel); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(948, 574); this.panel4.TabIndex = 2; // // tabContent // // // // // // // this.tabContent.ControlBox.CloseBox.Name = ""; // // // this.tabContent.ControlBox.MenuBox.Name = ""; this.tabContent.ControlBox.Name = ""; this.tabContent.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.tabContent.ControlBox.MenuBox, this.tabContent.ControlBox.CloseBox}); this.tabContent.Controls.Add(this.superTabControlPanel1); this.tabContent.Controls.Add(this.superTabControlPanel2); this.tabContent.Controls.Add(this.superTabControlPanel3); this.tabContent.Dock = System.Windows.Forms.DockStyle.Fill; this.tabContent.Location = new System.Drawing.Point(209, 0); this.tabContent.Name = "tabContent"; this.tabContent.ReorderTabsEnabled = true; this.tabContent.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold); this.tabContent.SelectedTabIndex = 0; this.tabContent.Size = new System.Drawing.Size(739, 574); this.tabContent.TabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.tabContent.TabIndex = 11; this.tabContent.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.tabTeacher, this.tabClass, this.tabClassroom}); this.tabContent.TabsVisible = false; this.tabContent.Text = "superTabControl1"; // // superTabControlPanel1 // this.superTabControlPanel1.Controls.Add(this.pnlWhoList); this.superTabControlPanel1.Controls.Add(this.splTeacher); this.superTabControlPanel1.Controls.Add(this.pnlWhoLPView); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 30); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(739, 544); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.tabTeacher; // // pnlWhoList // this.pnlWhoList.Controls.Add(this.grdTeacherEvent); this.pnlWhoList.Controls.Add(this.panel5); this.pnlWhoList.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlWhoList.Location = new System.Drawing.Point(0, 0); this.pnlWhoList.Name = "pnlWhoList"; this.pnlWhoList.Size = new System.Drawing.Size(136, 544); this.pnlWhoList.TabIndex = 6; // // grdTeacherEvent // this.grdTeacherEvent.AllowUserToAddRows = false; this.grdTeacherEvent.AllowUserToDeleteRows = false; this.grdTeacherEvent.AllowUserToOrderColumns = true; this.grdTeacherEvent.AllowUserToResizeRows = false; this.grdTeacherEvent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.grdTeacherEvent.BackgroundColor = System.Drawing.Color.White; this.grdTeacherEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdTeacherEvent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colLock, this.colSolutionCount, this.colWeekDay, this.colPeriodNo, this.colCourseName, this.colLength, this.colWhoName, this.colWhomName, this.colWhereName, this.colWhatName, this.colWhatAliasName, this.colCourseGroup, this.colWeekDayCondition, this.colPeriodCondition, this.colAllowLongBreak, this.colAllowDuplicate, this.colLimitNextDay, this.colWeekFlag, this.colPriority, this.colTimeTable, this.colColorIndex, this.colEventID}); dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.grdTeacherEvent.DefaultCellStyle = dataGridViewCellStyle6; this.grdTeacherEvent.Dock = System.Windows.Forms.DockStyle.Fill; this.grdTeacherEvent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.grdTeacherEvent.Location = new System.Drawing.Point(0, 35); this.grdTeacherEvent.Name = "grdTeacherEvent"; this.grdTeacherEvent.ReadOnly = true; this.grdTeacherEvent.RowHeadersVisible = false; this.grdTeacherEvent.RowTemplate.Height = 24; this.grdTeacherEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.grdTeacherEvent.Size = new System.Drawing.Size(136, 509); this.grdTeacherEvent.TabIndex = 9; this.grdTeacherEvent.VirtualMode = true; // // colLock // this.colLock.DataPropertyName = "DisplayManualLock"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colLock.DefaultCellStyle = dataGridViewCellStyle1; this.colLock.HeaderText = "鎖定"; this.colLock.MinimumWidth = 40; this.colLock.Name = "colLock"; this.colLock.ReadOnly = true; this.colLock.Width = 57; // // colSolutionCount // this.colSolutionCount.DataPropertyName = "DisplaySolutionCount"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colSolutionCount.DefaultCellStyle = dataGridViewCellStyle2; this.colSolutionCount.HeaderText = "方案"; this.colSolutionCount.MinimumWidth = 40; this.colSolutionCount.Name = "colSolutionCount"; this.colSolutionCount.ReadOnly = true; this.colSolutionCount.Width = 57; // // colWeekDay // this.colWeekDay.DataPropertyName = "WeekDay"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colWeekDay.DefaultCellStyle = dataGridViewCellStyle3; this.colWeekDay.HeaderText = "星期"; this.colWeekDay.MinimumWidth = 40; this.colWeekDay.Name = "colWeekDay"; this.colWeekDay.ReadOnly = true; this.colWeekDay.Width = 57; // // colPeriodNo // this.colPeriodNo.DataPropertyName = "PeriodNo"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colPeriodNo.DefaultCellStyle = dataGridViewCellStyle4; this.colPeriodNo.HeaderText = "節次"; this.colPeriodNo.Name = "colPeriodNo"; this.colPeriodNo.ReadOnly = true; this.colPeriodNo.Width = 57; // // colCourseName // this.colCourseName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colCourseName.DataPropertyName = "CourseName"; this.colCourseName.HeaderText = "課程名稱"; this.colCourseName.Name = "colCourseName"; this.colCourseName.ReadOnly = true; this.colCourseName.Width = 81; // // colLength // this.colLength.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colLength.DataPropertyName = "Length"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colLength.DefaultCellStyle = dataGridViewCellStyle5; this.colLength.HeaderText = "節數"; this.colLength.Name = "colLength"; this.colLength.ReadOnly = true; this.colLength.Width = 57; // // colWhoName // this.colWhoName.DataPropertyName = "DisplayTeacherName"; this.colWhoName.HeaderText = "教師"; this.colWhoName.Name = "colWhoName"; this.colWhoName.ReadOnly = true; this.colWhoName.Width = 57; // // colWhomName // this.colWhomName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colWhomName.DataPropertyName = "DisplayClassName"; this.colWhomName.HeaderText = "班級"; this.colWhomName.Name = "colWhomName"; this.colWhomName.ReadOnly = true; this.colWhomName.Width = 57; // // colWhereName // this.colWhereName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colWhereName.DataPropertyName = "DisplayClassroomName"; this.colWhereName.HeaderText = "場地"; this.colWhereName.Name = "colWhereName"; this.colWhereName.ReadOnly = true; this.colWhereName.Width = 57; // // colWhatName // this.colWhatName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colWhatName.DataPropertyName = "DisplaySubjectName"; this.colWhatName.HeaderText = "科目"; this.colWhatName.Name = "colWhatName"; this.colWhatName.ReadOnly = true; this.colWhatName.Width = 57; // // colWhatAliasName // this.colWhatAliasName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colWhatAliasName.DataPropertyName = "SubjectAlias"; this.colWhatAliasName.HeaderText = "科目簡稱"; this.colWhatAliasName.Name = "colWhatAliasName"; this.colWhatAliasName.ReadOnly = true; this.colWhatAliasName.Width = 81; // // colCourseGroup // this.colCourseGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colCourseGroup.DataPropertyName = "CourseGroup"; this.colCourseGroup.HeaderText = "課程群組"; this.colCourseGroup.Name = "colCourseGroup"; this.colCourseGroup.ReadOnly = true; this.colCourseGroup.Width = 81; // // colWeekDayCondition // this.colWeekDayCondition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colWeekDayCondition.DataPropertyName = "WeekDayCondition"; this.colWeekDayCondition.HeaderText = "星期條件"; this.colWeekDayCondition.Name = "colWeekDayCondition"; this.colWeekDayCondition.ReadOnly = true; this.colWeekDayCondition.Width = 81; // // colPeriodCondition // this.colPeriodCondition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colPeriodCondition.DataPropertyName = "PeriodCondition"; this.colPeriodCondition.HeaderText = "節次條件"; this.colPeriodCondition.Name = "colPeriodCondition"; this.colPeriodCondition.ReadOnly = true; this.colPeriodCondition.Width = 81; // // colAllowLongBreak // this.colAllowLongBreak.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colAllowLongBreak.DataPropertyName = "DisplayAllowLongBreak"; this.colAllowLongBreak.HeaderText = "跨中午"; this.colAllowLongBreak.Name = "colAllowLongBreak"; this.colAllowLongBreak.ReadOnly = true; this.colAllowLongBreak.Width = 69; // // colAllowDuplicate // this.colAllowDuplicate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colAllowDuplicate.DataPropertyName = "DisplayAllowDuplicate"; this.colAllowDuplicate.HeaderText = "可重複"; this.colAllowDuplicate.Name = "colAllowDuplicate"; this.colAllowDuplicate.ReadOnly = true; this.colAllowDuplicate.Width = 69; // // colLimitNextDay // this.colLimitNextDay.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colLimitNextDay.DataPropertyName = "DisplayLimitNextDay"; this.colLimitNextDay.HeaderText = "不連天"; this.colLimitNextDay.Name = "colLimitNextDay"; this.colLimitNextDay.ReadOnly = true; this.colLimitNextDay.Width = 69; // // colWeekFlag // this.colWeekFlag.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colWeekFlag.DataPropertyName = "DisplayWeekFlag"; this.colWeekFlag.HeaderText = "單雙週"; this.colWeekFlag.Name = "colWeekFlag"; this.colWeekFlag.ReadOnly = true; this.colWeekFlag.Width = 69; // // colPriority // this.colPriority.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.colPriority.DataPropertyName = "Priority"; this.colPriority.HeaderText = "優先"; this.colPriority.Name = "colPriority"; this.colPriority.ReadOnly = true; this.colPriority.Width = 57; // // colTimeTable // this.colTimeTable.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.colTimeTable.DataPropertyName = "DispalyTimeTableName"; this.colTimeTable.HeaderText = "時間表"; this.colTimeTable.Name = "colTimeTable"; this.colTimeTable.ReadOnly = true; this.colTimeTable.Width = 69; // // colColorIndex // this.colColorIndex.DataPropertyName = "ColorIndex"; this.colColorIndex.HeaderText = "顏色"; this.colColorIndex.Name = "colColorIndex"; this.colColorIndex.ReadOnly = true; this.colColorIndex.Visible = false; this.colColorIndex.Width = 54; // // colEventID // this.colEventID.DataPropertyName = "EventID"; this.colEventID.HeaderText = "分課編號"; this.colEventID.Name = "colEventID"; this.colEventID.ReadOnly = true; this.colEventID.Width = 81; // // panel5 // this.panel5.Controls.Add(this.labelX2); this.panel5.Controls.Add(this.lblTeacher); this.panel5.Controls.Add(this.btnTeacherEventExpand); 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(136, 35); this.panel5.TabIndex = 8; // // labelX2 // this.labelX2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelX2.AutoSize = true; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX2.Location = new System.Drawing.Point(-23, 3); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(123, 26); this.labelX2.TabIndex = 2; this.labelX2.Text = "黃色為未排分課"; // // lblTeacher // this.lblTeacher.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTeacher.AutoSize = true; // // // this.lblTeacher.BackgroundStyle.Class = ""; this.lblTeacher.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTeacher.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.lblTeacher.Location = new System.Drawing.Point(7, 4); this.lblTeacher.Name = "lblTeacher"; this.lblTeacher.Size = new System.Drawing.Size(0, 0); this.lblTeacher.TabIndex = 1; // // btnTeacherEventExpand // this.btnTeacherEventExpand.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnTeacherEventExpand.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnTeacherEventExpand.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnTeacherEventExpand.Location = new System.Drawing.Point(102, 5); this.btnTeacherEventExpand.Name = "btnTeacherEventExpand"; this.btnTeacherEventExpand.Size = new System.Drawing.Size(28, 23); this.btnTeacherEventExpand.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnTeacherEventExpand.TabIndex = 0; this.btnTeacherEventExpand.Text = ">>"; // // splTeacher // this.splTeacher.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splTeacher.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splTeacher.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.splTeacher.Dock = System.Windows.Forms.DockStyle.Right; this.splTeacher.ExpandableControl = this.pnlWhoLPView; this.splTeacher.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splTeacher.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splTeacher.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splTeacher.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splTeacher.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splTeacher.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splTeacher.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.splTeacher.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.splTeacher.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103))))); this.splTeacher.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135))))); this.splTeacher.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.splTeacher.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.splTeacher.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splTeacher.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splTeacher.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splTeacher.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splTeacher.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splTeacher.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splTeacher.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.splTeacher.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.splTeacher.Location = new System.Drawing.Point(136, 0); this.splTeacher.Name = "splTeacher"; this.splTeacher.Size = new System.Drawing.Size(3, 544); this.splTeacher.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.splTeacher.TabIndex = 5; this.splTeacher.TabStop = false; // // pnlWhoLPView // this.pnlWhoLPView.Controls.Add(this.tabTeacherLPView); this.pnlWhoLPView.Dock = System.Windows.Forms.DockStyle.Right; this.pnlWhoLPView.Location = new System.Drawing.Point(139, 0); this.pnlWhoLPView.Name = "pnlWhoLPView"; this.pnlWhoLPView.Size = new System.Drawing.Size(600, 544); this.pnlWhoLPView.TabIndex = 4; // // tabTeacherLPView // this.tabTeacherLPView.AutoCloseTabs = true; this.tabTeacherLPView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.tabTeacherLPView.CanReorderTabs = true; this.tabTeacherLPView.CloseButtonOnTabsVisible = true; this.tabTeacherLPView.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right; this.tabTeacherLPView.Controls.Add(this.tabControlPanel1); this.tabTeacherLPView.Dock = System.Windows.Forms.DockStyle.Fill; this.tabTeacherLPView.Location = new System.Drawing.Point(0, 0); this.tabTeacherLPView.Name = "tabTeacherLPView"; this.tabTeacherLPView.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold); this.tabTeacherLPView.SelectedTabIndex = -1; this.tabTeacherLPView.Size = new System.Drawing.Size(600, 544); this.tabTeacherLPView.TabIndex = 1; this.tabTeacherLPView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabTeacherLPView.Tabs.Add(this.tabItem2); this.tabTeacherLPView.Text = "tabControl1"; // // tabControlPanel1 // this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel1.Location = new System.Drawing.Point(0, 28); this.tabControlPanel1.Name = "tabControlPanel1"; this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel1.Size = new System.Drawing.Size(600, 516); this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel1.Style.GradientAngle = 90; this.tabControlPanel1.TabIndex = 1; this.tabControlPanel1.TabItem = this.tabItem2; // // tabItem2 // this.tabItem2.AttachedControl = this.tabControlPanel1; this.tabItem2.CloseButtonVisible = false; this.tabItem2.Name = "tabItem2"; this.tabItem2.Text = "功課表"; // // tabTeacher // this.tabTeacher.AttachedControl = this.superTabControlPanel1; this.tabTeacher.GlobalItem = false; this.tabTeacher.Name = "tabTeacher"; this.tabTeacher.Text = "教師"; // // superTabControlPanel2 // this.superTabControlPanel2.Controls.Add(this.splClass); this.superTabControlPanel2.Controls.Add(this.pnlWhomList); this.superTabControlPanel2.Controls.Add(this.pnlWhomLPView); this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0); this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(739, 574); this.superTabControlPanel2.TabIndex = 0; this.superTabControlPanel2.TabItem = this.tabClass; // // splClass // this.splClass.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClass.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClass.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.splClass.Dock = System.Windows.Forms.DockStyle.Right; this.splClass.ExpandableControl = this.pnlWhomLPView; this.splClass.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClass.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClass.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splClass.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splClass.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splClass.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splClass.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.splClass.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.splClass.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103))))); this.splClass.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135))))); this.splClass.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.splClass.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.splClass.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClass.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClass.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splClass.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splClass.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClass.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClass.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.splClass.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.splClass.Location = new System.Drawing.Point(136, 0); this.splClass.Name = "splClass"; this.splClass.Size = new System.Drawing.Size(3, 574); this.splClass.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.splClass.TabIndex = 2; this.splClass.TabStop = false; // // pnlWhomLPView // this.pnlWhomLPView.Controls.Add(this.tabClassLPView); this.pnlWhomLPView.Dock = System.Windows.Forms.DockStyle.Right; this.pnlWhomLPView.Location = new System.Drawing.Point(139, 0); this.pnlWhomLPView.Name = "pnlWhomLPView"; this.pnlWhomLPView.Size = new System.Drawing.Size(600, 574); this.pnlWhomLPView.TabIndex = 0; // // tabClassLPView // this.tabClassLPView.AutoCloseTabs = true; this.tabClassLPView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.tabClassLPView.CanReorderTabs = true; this.tabClassLPView.CloseButtonOnTabsVisible = true; this.tabClassLPView.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right; this.tabClassLPView.Controls.Add(this.tabControlPanel2); this.tabClassLPView.Dock = System.Windows.Forms.DockStyle.Fill; this.tabClassLPView.Location = new System.Drawing.Point(0, 0); this.tabClassLPView.Name = "tabClassLPView"; this.tabClassLPView.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold); this.tabClassLPView.SelectedTabIndex = -1; this.tabClassLPView.Size = new System.Drawing.Size(600, 574); this.tabClassLPView.TabIndex = 2; this.tabClassLPView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabClassLPView.Tabs.Add(this.tabItem3); this.tabClassLPView.Text = "tabControl1"; // // tabControlPanel2 // this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel2.Location = new System.Drawing.Point(0, 28); this.tabControlPanel2.Name = "tabControlPanel2"; this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel2.Size = new System.Drawing.Size(600, 546); this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel2.Style.GradientAngle = 90; this.tabControlPanel2.TabIndex = 1; this.tabControlPanel2.TabItem = this.tabItem3; // // tabItem3 // this.tabItem3.AttachedControl = this.tabControlPanel2; this.tabItem3.CloseButtonVisible = false; this.tabItem3.Name = "tabItem3"; this.tabItem3.Text = "功課表"; // // pnlWhomList // this.pnlWhomList.Controls.Add(this.panel10); this.pnlWhomList.Controls.Add(this.panel3); this.pnlWhomList.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlWhomList.Location = new System.Drawing.Point(0, 0); this.pnlWhomList.Name = "pnlWhomList"; this.pnlWhomList.Size = new System.Drawing.Size(139, 574); this.pnlWhomList.TabIndex = 1; // // panel10 // this.panel10.Controls.Add(this.grdClassEvent); this.panel10.Dock = System.Windows.Forms.DockStyle.Fill; this.panel10.Location = new System.Drawing.Point(0, 35); this.panel10.Name = "panel10"; this.panel10.Size = new System.Drawing.Size(139, 539); this.panel10.TabIndex = 10; // // grdClassEvent // this.grdClassEvent.AllowUserToAddRows = false; this.grdClassEvent.AllowUserToDeleteRows = false; this.grdClassEvent.AllowUserToOrderColumns = true; this.grdClassEvent.AllowUserToResizeRows = false; this.grdClassEvent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.grdClassEvent.BackgroundColor = System.Drawing.Color.White; this.grdClassEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdClassEvent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn69, this.dataGridViewTextBoxColumn70, this.dataGridViewTextBoxColumn71, this.dataGridViewTextBoxColumn72, this.dataGridViewTextBoxColumn78, this.dataGridViewTextBoxColumn80, this.dataGridViewTextBoxColumn73, this.dataGridViewTextBoxColumn74, this.dataGridViewTextBoxColumn75, this.dataGridViewTextBoxColumn76, this.dataGridViewTextBoxColumn77, this.dataGridViewTextBoxColumn79, this.dataGridViewTextBoxColumn81, this.dataGridViewTextBoxColumn82, this.dataGridViewTextBoxColumn83, this.dataGridViewTextBoxColumn84, this.dataGridViewTextBoxColumn85, this.dataGridViewTextBoxColumn86, this.dataGridViewTextBoxColumn87, this.dataGridViewTextBoxColumn88, this.dataGridViewTextBoxColumn89, this.dataGridViewTextBoxColumn90}); dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.grdClassEvent.DefaultCellStyle = dataGridViewCellStyle12; this.grdClassEvent.Dock = System.Windows.Forms.DockStyle.Fill; this.grdClassEvent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.grdClassEvent.Location = new System.Drawing.Point(0, 0); this.grdClassEvent.Name = "grdClassEvent"; this.grdClassEvent.ReadOnly = true; this.grdClassEvent.RowHeadersVisible = false; this.grdClassEvent.RowTemplate.Height = 24; this.grdClassEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.grdClassEvent.Size = new System.Drawing.Size(139, 539); this.grdClassEvent.TabIndex = 10; this.grdClassEvent.VirtualMode = true; // // dataGridViewTextBoxColumn69 // this.dataGridViewTextBoxColumn69.DataPropertyName = "DisplayManualLock"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn69.DefaultCellStyle = dataGridViewCellStyle7; this.dataGridViewTextBoxColumn69.HeaderText = "鎖定"; this.dataGridViewTextBoxColumn69.MinimumWidth = 40; this.dataGridViewTextBoxColumn69.Name = "dataGridViewTextBoxColumn69"; this.dataGridViewTextBoxColumn69.ReadOnly = true; this.dataGridViewTextBoxColumn69.Width = 57; // // dataGridViewTextBoxColumn70 // this.dataGridViewTextBoxColumn70.DataPropertyName = "DisplaySolutionCount"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn70.DefaultCellStyle = dataGridViewCellStyle8; this.dataGridViewTextBoxColumn70.HeaderText = "方案"; this.dataGridViewTextBoxColumn70.MinimumWidth = 40; this.dataGridViewTextBoxColumn70.Name = "dataGridViewTextBoxColumn70"; this.dataGridViewTextBoxColumn70.ReadOnly = true; this.dataGridViewTextBoxColumn70.Width = 57; // // dataGridViewTextBoxColumn71 // this.dataGridViewTextBoxColumn71.DataPropertyName = "WeekDay"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn71.DefaultCellStyle = dataGridViewCellStyle9; this.dataGridViewTextBoxColumn71.HeaderText = "星期"; this.dataGridViewTextBoxColumn71.MinimumWidth = 40; this.dataGridViewTextBoxColumn71.Name = "dataGridViewTextBoxColumn71"; this.dataGridViewTextBoxColumn71.ReadOnly = true; this.dataGridViewTextBoxColumn71.Width = 57; // // dataGridViewTextBoxColumn72 // this.dataGridViewTextBoxColumn72.DataPropertyName = "PeriodNo"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn72.DefaultCellStyle = dataGridViewCellStyle10; this.dataGridViewTextBoxColumn72.HeaderText = "節次"; this.dataGridViewTextBoxColumn72.Name = "dataGridViewTextBoxColumn72"; this.dataGridViewTextBoxColumn72.ReadOnly = true; this.dataGridViewTextBoxColumn72.Width = 57; // // dataGridViewTextBoxColumn78 // this.dataGridViewTextBoxColumn78.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn78.DataPropertyName = "CourseName"; this.dataGridViewTextBoxColumn78.HeaderText = "課程名稱"; this.dataGridViewTextBoxColumn78.Name = "dataGridViewTextBoxColumn78"; this.dataGridViewTextBoxColumn78.ReadOnly = true; this.dataGridViewTextBoxColumn78.Width = 81; // // dataGridViewTextBoxColumn80 // this.dataGridViewTextBoxColumn80.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn80.DataPropertyName = "Length"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn80.DefaultCellStyle = dataGridViewCellStyle11; this.dataGridViewTextBoxColumn80.HeaderText = "節數"; this.dataGridViewTextBoxColumn80.Name = "dataGridViewTextBoxColumn80"; this.dataGridViewTextBoxColumn80.ReadOnly = true; this.dataGridViewTextBoxColumn80.Width = 57; // // dataGridViewTextBoxColumn73 // this.dataGridViewTextBoxColumn73.DataPropertyName = "DisplayTeacherName"; this.dataGridViewTextBoxColumn73.HeaderText = "教師"; this.dataGridViewTextBoxColumn73.Name = "dataGridViewTextBoxColumn73"; this.dataGridViewTextBoxColumn73.ReadOnly = true; this.dataGridViewTextBoxColumn73.Width = 57; // // dataGridViewTextBoxColumn74 // this.dataGridViewTextBoxColumn74.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn74.DataPropertyName = "DisplayClassName"; this.dataGridViewTextBoxColumn74.HeaderText = "班級"; this.dataGridViewTextBoxColumn74.Name = "dataGridViewTextBoxColumn74"; this.dataGridViewTextBoxColumn74.ReadOnly = true; this.dataGridViewTextBoxColumn74.Width = 57; // // dataGridViewTextBoxColumn75 // this.dataGridViewTextBoxColumn75.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn75.DataPropertyName = "DisplayClassroomName"; this.dataGridViewTextBoxColumn75.HeaderText = "場地"; this.dataGridViewTextBoxColumn75.Name = "dataGridViewTextBoxColumn75"; this.dataGridViewTextBoxColumn75.ReadOnly = true; this.dataGridViewTextBoxColumn75.Width = 57; // // dataGridViewTextBoxColumn76 // this.dataGridViewTextBoxColumn76.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn76.DataPropertyName = "DisplaySubjectName"; this.dataGridViewTextBoxColumn76.HeaderText = "科目"; this.dataGridViewTextBoxColumn76.Name = "dataGridViewTextBoxColumn76"; this.dataGridViewTextBoxColumn76.ReadOnly = true; this.dataGridViewTextBoxColumn76.Width = 57; // // dataGridViewTextBoxColumn77 // this.dataGridViewTextBoxColumn77.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn77.DataPropertyName = "SubjectAlias"; this.dataGridViewTextBoxColumn77.HeaderText = "科目簡稱"; this.dataGridViewTextBoxColumn77.Name = "dataGridViewTextBoxColumn77"; this.dataGridViewTextBoxColumn77.ReadOnly = true; this.dataGridViewTextBoxColumn77.Width = 81; // // dataGridViewTextBoxColumn79 // this.dataGridViewTextBoxColumn79.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn79.DataPropertyName = "CourseGroup"; this.dataGridViewTextBoxColumn79.HeaderText = "課程群組"; this.dataGridViewTextBoxColumn79.Name = "dataGridViewTextBoxColumn79"; this.dataGridViewTextBoxColumn79.ReadOnly = true; this.dataGridViewTextBoxColumn79.Width = 81; // // dataGridViewTextBoxColumn81 // this.dataGridViewTextBoxColumn81.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn81.DataPropertyName = "WeekDayCondition"; this.dataGridViewTextBoxColumn81.HeaderText = "星期條件"; this.dataGridViewTextBoxColumn81.Name = "dataGridViewTextBoxColumn81"; this.dataGridViewTextBoxColumn81.ReadOnly = true; this.dataGridViewTextBoxColumn81.Width = 81; // // dataGridViewTextBoxColumn82 // this.dataGridViewTextBoxColumn82.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn82.DataPropertyName = "PeriodCondition"; this.dataGridViewTextBoxColumn82.HeaderText = "節次條件"; this.dataGridViewTextBoxColumn82.Name = "dataGridViewTextBoxColumn82"; this.dataGridViewTextBoxColumn82.ReadOnly = true; this.dataGridViewTextBoxColumn82.Width = 81; // // dataGridViewTextBoxColumn83 // this.dataGridViewTextBoxColumn83.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn83.DataPropertyName = "DisplayAllowLongBreak"; this.dataGridViewTextBoxColumn83.HeaderText = "跨中午"; this.dataGridViewTextBoxColumn83.Name = "dataGridViewTextBoxColumn83"; this.dataGridViewTextBoxColumn83.ReadOnly = true; this.dataGridViewTextBoxColumn83.Width = 69; // // dataGridViewTextBoxColumn84 // this.dataGridViewTextBoxColumn84.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn84.DataPropertyName = "DisplayAllowDuplicate"; this.dataGridViewTextBoxColumn84.HeaderText = "可重複"; this.dataGridViewTextBoxColumn84.Name = "dataGridViewTextBoxColumn84"; this.dataGridViewTextBoxColumn84.ReadOnly = true; this.dataGridViewTextBoxColumn84.Width = 69; // // dataGridViewTextBoxColumn85 // this.dataGridViewTextBoxColumn85.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn85.DataPropertyName = "DisplayLimitNextDay"; this.dataGridViewTextBoxColumn85.HeaderText = "不連天"; this.dataGridViewTextBoxColumn85.Name = "dataGridViewTextBoxColumn85"; this.dataGridViewTextBoxColumn85.ReadOnly = true; this.dataGridViewTextBoxColumn85.Width = 69; // // dataGridViewTextBoxColumn86 // this.dataGridViewTextBoxColumn86.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn86.DataPropertyName = "DisplayWeekFlag"; this.dataGridViewTextBoxColumn86.HeaderText = "單雙週"; this.dataGridViewTextBoxColumn86.Name = "dataGridViewTextBoxColumn86"; this.dataGridViewTextBoxColumn86.ReadOnly = true; this.dataGridViewTextBoxColumn86.Width = 69; // // dataGridViewTextBoxColumn87 // this.dataGridViewTextBoxColumn87.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn87.DataPropertyName = "Priority"; this.dataGridViewTextBoxColumn87.HeaderText = "優先"; this.dataGridViewTextBoxColumn87.Name = "dataGridViewTextBoxColumn87"; this.dataGridViewTextBoxColumn87.ReadOnly = true; this.dataGridViewTextBoxColumn87.Width = 57; // // dataGridViewTextBoxColumn88 // this.dataGridViewTextBoxColumn88.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn88.DataPropertyName = "DispalyTimeTableName"; this.dataGridViewTextBoxColumn88.HeaderText = "時間表"; this.dataGridViewTextBoxColumn88.Name = "dataGridViewTextBoxColumn88"; this.dataGridViewTextBoxColumn88.ReadOnly = true; this.dataGridViewTextBoxColumn88.Width = 69; // // dataGridViewTextBoxColumn89 // this.dataGridViewTextBoxColumn89.DataPropertyName = "ColorIndex"; this.dataGridViewTextBoxColumn89.HeaderText = "顏色"; this.dataGridViewTextBoxColumn89.Name = "dataGridViewTextBoxColumn89"; this.dataGridViewTextBoxColumn89.ReadOnly = true; this.dataGridViewTextBoxColumn89.Visible = false; this.dataGridViewTextBoxColumn89.Width = 54; // // dataGridViewTextBoxColumn90 // this.dataGridViewTextBoxColumn90.DataPropertyName = "EventID"; this.dataGridViewTextBoxColumn90.HeaderText = "分課編號"; this.dataGridViewTextBoxColumn90.Name = "dataGridViewTextBoxColumn90"; this.dataGridViewTextBoxColumn90.ReadOnly = true; this.dataGridViewTextBoxColumn90.Width = 81; // // panel3 // this.panel3.Controls.Add(this.labelX6); this.panel3.Controls.Add(this.lblClass); this.panel3.Controls.Add(this.labelX3); this.panel3.Controls.Add(this.labelX1); this.panel3.Controls.Add(this.btnClassEventExpand); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(139, 35); this.panel3.TabIndex = 9; // // labelX6 // this.labelX6.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelX6.AutoSize = true; // // // this.labelX6.BackgroundStyle.Class = ""; this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX6.Location = new System.Drawing.Point(-20, 4); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(123, 26); this.labelX6.TabIndex = 4; this.labelX6.Text = "黃色為未排分課"; // // lblClass // this.lblClass.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblClass.AutoSize = true; // // // this.lblClass.BackgroundStyle.Class = ""; this.lblClass.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblClass.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.lblClass.Location = new System.Drawing.Point(7, 4); this.lblClass.Name = "lblClass"; this.lblClass.Size = new System.Drawing.Size(0, 0); this.lblClass.TabIndex = 3; // // labelX3 // this.labelX3.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelX3.AutoSize = true; // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX3.Location = new System.Drawing.Point(7, 4); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(0, 0); this.labelX3.TabIndex = 2; // // labelX1 // this.labelX1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX1.Location = new System.Drawing.Point(7, 4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(0, 0); this.labelX1.TabIndex = 1; // // btnClassEventExpand // this.btnClassEventExpand.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClassEventExpand.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnClassEventExpand.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClassEventExpand.Location = new System.Drawing.Point(105, 5); this.btnClassEventExpand.Name = "btnClassEventExpand"; this.btnClassEventExpand.Size = new System.Drawing.Size(28, 23); this.btnClassEventExpand.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnClassEventExpand.TabIndex = 0; this.btnClassEventExpand.Text = ">>"; // // tabClass // this.tabClass.AttachedControl = this.superTabControlPanel2; this.tabClass.GlobalItem = false; this.tabClass.Name = "tabClass"; this.tabClass.Text = "班級"; // // superTabControlPanel3 // this.superTabControlPanel3.Controls.Add(this.pnlWhereList); this.superTabControlPanel3.Controls.Add(this.splClassroom); this.superTabControlPanel3.Controls.Add(this.pnlWhereLPView); this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel3.Location = new System.Drawing.Point(0, 0); this.superTabControlPanel3.Name = "superTabControlPanel3"; this.superTabControlPanel3.Size = new System.Drawing.Size(739, 574); this.superTabControlPanel3.TabIndex = 0; this.superTabControlPanel3.TabItem = this.tabClassroom; // // pnlWhereList // this.pnlWhereList.Controls.Add(this.panel9); this.pnlWhereList.Controls.Add(this.panel6); this.pnlWhereList.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlWhereList.Location = new System.Drawing.Point(0, 0); this.pnlWhereList.Name = "pnlWhereList"; this.pnlWhereList.Size = new System.Drawing.Size(136, 574); this.pnlWhereList.TabIndex = 2; // // panel9 // this.panel9.Controls.Add(this.grdClassroomEvent); this.panel9.Dock = System.Windows.Forms.DockStyle.Fill; this.panel9.Location = new System.Drawing.Point(0, 35); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(136, 539); this.panel9.TabIndex = 11; // // grdClassroomEvent // this.grdClassroomEvent.AllowUserToAddRows = false; this.grdClassroomEvent.AllowUserToDeleteRows = false; this.grdClassroomEvent.AllowUserToOrderColumns = true; this.grdClassroomEvent.AllowUserToResizeRows = false; this.grdClassroomEvent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.grdClassroomEvent.BackgroundColor = System.Drawing.Color.White; this.grdClassroomEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdClassroomEvent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn91, this.dataGridViewTextBoxColumn92, this.dataGridViewTextBoxColumn93, this.dataGridViewTextBoxColumn94, this.dataGridViewTextBoxColumn100, this.dataGridViewTextBoxColumn102, this.dataGridViewTextBoxColumn95, this.dataGridViewTextBoxColumn96, this.dataGridViewTextBoxColumn97, this.dataGridViewTextBoxColumn98, this.dataGridViewTextBoxColumn99, this.dataGridViewTextBoxColumn101, this.dataGridViewTextBoxColumn103, this.dataGridViewTextBoxColumn104, this.dataGridViewTextBoxColumn105, this.dataGridViewTextBoxColumn106, this.dataGridViewTextBoxColumn107, this.dataGridViewTextBoxColumn108, this.dataGridViewTextBoxColumn109, this.dataGridViewTextBoxColumn110, this.dataGridViewTextBoxColumn111, this.dataGridViewTextBoxColumn112}); dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.grdClassroomEvent.DefaultCellStyle = dataGridViewCellStyle18; this.grdClassroomEvent.Dock = System.Windows.Forms.DockStyle.Fill; this.grdClassroomEvent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.grdClassroomEvent.Location = new System.Drawing.Point(0, 0); this.grdClassroomEvent.Name = "grdClassroomEvent"; this.grdClassroomEvent.ReadOnly = true; this.grdClassroomEvent.RowHeadersVisible = false; this.grdClassroomEvent.RowTemplate.Height = 24; this.grdClassroomEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.grdClassroomEvent.Size = new System.Drawing.Size(136, 539); this.grdClassroomEvent.TabIndex = 11; this.grdClassroomEvent.VirtualMode = true; // // dataGridViewTextBoxColumn91 // this.dataGridViewTextBoxColumn91.DataPropertyName = "DisplayManualLock"; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn91.DefaultCellStyle = dataGridViewCellStyle13; this.dataGridViewTextBoxColumn91.HeaderText = "鎖定"; this.dataGridViewTextBoxColumn91.MinimumWidth = 40; this.dataGridViewTextBoxColumn91.Name = "dataGridViewTextBoxColumn91"; this.dataGridViewTextBoxColumn91.ReadOnly = true; this.dataGridViewTextBoxColumn91.Width = 57; // // dataGridViewTextBoxColumn92 // this.dataGridViewTextBoxColumn92.DataPropertyName = "DisplaySolutionCount"; dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn92.DefaultCellStyle = dataGridViewCellStyle14; this.dataGridViewTextBoxColumn92.HeaderText = "方案"; this.dataGridViewTextBoxColumn92.MinimumWidth = 40; this.dataGridViewTextBoxColumn92.Name = "dataGridViewTextBoxColumn92"; this.dataGridViewTextBoxColumn92.ReadOnly = true; this.dataGridViewTextBoxColumn92.Width = 57; // // dataGridViewTextBoxColumn93 // this.dataGridViewTextBoxColumn93.DataPropertyName = "WeekDay"; dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn93.DefaultCellStyle = dataGridViewCellStyle15; this.dataGridViewTextBoxColumn93.HeaderText = "星期"; this.dataGridViewTextBoxColumn93.MinimumWidth = 40; this.dataGridViewTextBoxColumn93.Name = "dataGridViewTextBoxColumn93"; this.dataGridViewTextBoxColumn93.ReadOnly = true; this.dataGridViewTextBoxColumn93.Width = 57; // // dataGridViewTextBoxColumn94 // this.dataGridViewTextBoxColumn94.DataPropertyName = "PeriodNo"; dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn94.DefaultCellStyle = dataGridViewCellStyle16; this.dataGridViewTextBoxColumn94.HeaderText = "節次"; this.dataGridViewTextBoxColumn94.Name = "dataGridViewTextBoxColumn94"; this.dataGridViewTextBoxColumn94.ReadOnly = true; this.dataGridViewTextBoxColumn94.Width = 57; // // dataGridViewTextBoxColumn100 // this.dataGridViewTextBoxColumn100.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn100.DataPropertyName = "CourseName"; this.dataGridViewTextBoxColumn100.HeaderText = "課程名稱"; this.dataGridViewTextBoxColumn100.Name = "dataGridViewTextBoxColumn100"; this.dataGridViewTextBoxColumn100.ReadOnly = true; this.dataGridViewTextBoxColumn100.Width = 81; // // dataGridViewTextBoxColumn102 // this.dataGridViewTextBoxColumn102.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn102.DataPropertyName = "Length"; dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn102.DefaultCellStyle = dataGridViewCellStyle17; this.dataGridViewTextBoxColumn102.HeaderText = "節數"; this.dataGridViewTextBoxColumn102.Name = "dataGridViewTextBoxColumn102"; this.dataGridViewTextBoxColumn102.ReadOnly = true; this.dataGridViewTextBoxColumn102.Width = 57; // // dataGridViewTextBoxColumn95 // this.dataGridViewTextBoxColumn95.DataPropertyName = "DisplayTeacherName"; this.dataGridViewTextBoxColumn95.HeaderText = "教師"; this.dataGridViewTextBoxColumn95.Name = "dataGridViewTextBoxColumn95"; this.dataGridViewTextBoxColumn95.ReadOnly = true; this.dataGridViewTextBoxColumn95.Width = 57; // // dataGridViewTextBoxColumn96 // this.dataGridViewTextBoxColumn96.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn96.DataPropertyName = "DisplayClassName"; this.dataGridViewTextBoxColumn96.HeaderText = "班級"; this.dataGridViewTextBoxColumn96.Name = "dataGridViewTextBoxColumn96"; this.dataGridViewTextBoxColumn96.ReadOnly = true; this.dataGridViewTextBoxColumn96.Width = 57; // // dataGridViewTextBoxColumn97 // this.dataGridViewTextBoxColumn97.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn97.DataPropertyName = "DisplayClassroomName"; this.dataGridViewTextBoxColumn97.HeaderText = "場地"; this.dataGridViewTextBoxColumn97.Name = "dataGridViewTextBoxColumn97"; this.dataGridViewTextBoxColumn97.ReadOnly = true; this.dataGridViewTextBoxColumn97.Width = 57; // // dataGridViewTextBoxColumn98 // this.dataGridViewTextBoxColumn98.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn98.DataPropertyName = "DisplaySubjectName"; this.dataGridViewTextBoxColumn98.HeaderText = "科目"; this.dataGridViewTextBoxColumn98.Name = "dataGridViewTextBoxColumn98"; this.dataGridViewTextBoxColumn98.ReadOnly = true; this.dataGridViewTextBoxColumn98.Width = 57; // // dataGridViewTextBoxColumn99 // this.dataGridViewTextBoxColumn99.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn99.DataPropertyName = "SubjectAlias"; this.dataGridViewTextBoxColumn99.HeaderText = "科目簡稱"; this.dataGridViewTextBoxColumn99.Name = "dataGridViewTextBoxColumn99"; this.dataGridViewTextBoxColumn99.ReadOnly = true; this.dataGridViewTextBoxColumn99.Width = 81; // // dataGridViewTextBoxColumn101 // this.dataGridViewTextBoxColumn101.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn101.DataPropertyName = "CourseGroup"; this.dataGridViewTextBoxColumn101.HeaderText = "課程群組"; this.dataGridViewTextBoxColumn101.Name = "dataGridViewTextBoxColumn101"; this.dataGridViewTextBoxColumn101.ReadOnly = true; this.dataGridViewTextBoxColumn101.Width = 81; // // dataGridViewTextBoxColumn103 // this.dataGridViewTextBoxColumn103.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn103.DataPropertyName = "WeekDayCondition"; this.dataGridViewTextBoxColumn103.HeaderText = "星期條件"; this.dataGridViewTextBoxColumn103.Name = "dataGridViewTextBoxColumn103"; this.dataGridViewTextBoxColumn103.ReadOnly = true; this.dataGridViewTextBoxColumn103.Width = 81; // // dataGridViewTextBoxColumn104 // this.dataGridViewTextBoxColumn104.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn104.DataPropertyName = "PeriodCondition"; this.dataGridViewTextBoxColumn104.HeaderText = "節次條件"; this.dataGridViewTextBoxColumn104.Name = "dataGridViewTextBoxColumn104"; this.dataGridViewTextBoxColumn104.ReadOnly = true; this.dataGridViewTextBoxColumn104.Width = 81; // // dataGridViewTextBoxColumn105 // this.dataGridViewTextBoxColumn105.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn105.DataPropertyName = "DisplayAllowLongBreak"; this.dataGridViewTextBoxColumn105.HeaderText = "跨中午"; this.dataGridViewTextBoxColumn105.Name = "dataGridViewTextBoxColumn105"; this.dataGridViewTextBoxColumn105.ReadOnly = true; this.dataGridViewTextBoxColumn105.Width = 69; // // dataGridViewTextBoxColumn106 // this.dataGridViewTextBoxColumn106.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn106.DataPropertyName = "DisplayAllowDuplicate"; this.dataGridViewTextBoxColumn106.HeaderText = "可重複"; this.dataGridViewTextBoxColumn106.Name = "dataGridViewTextBoxColumn106"; this.dataGridViewTextBoxColumn106.ReadOnly = true; this.dataGridViewTextBoxColumn106.Width = 69; // // dataGridViewTextBoxColumn107 // this.dataGridViewTextBoxColumn107.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn107.DataPropertyName = "DisplayLimitNextDay"; this.dataGridViewTextBoxColumn107.HeaderText = "不連天"; this.dataGridViewTextBoxColumn107.Name = "dataGridViewTextBoxColumn107"; this.dataGridViewTextBoxColumn107.ReadOnly = true; this.dataGridViewTextBoxColumn107.Width = 69; // // dataGridViewTextBoxColumn108 // this.dataGridViewTextBoxColumn108.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn108.DataPropertyName = "DisplayWeekFlag"; this.dataGridViewTextBoxColumn108.HeaderText = "單雙週"; this.dataGridViewTextBoxColumn108.Name = "dataGridViewTextBoxColumn108"; this.dataGridViewTextBoxColumn108.ReadOnly = true; this.dataGridViewTextBoxColumn108.Width = 69; // // dataGridViewTextBoxColumn109 // this.dataGridViewTextBoxColumn109.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn109.DataPropertyName = "Priority"; this.dataGridViewTextBoxColumn109.HeaderText = "優先"; this.dataGridViewTextBoxColumn109.Name = "dataGridViewTextBoxColumn109"; this.dataGridViewTextBoxColumn109.ReadOnly = true; this.dataGridViewTextBoxColumn109.Width = 57; // // dataGridViewTextBoxColumn110 // this.dataGridViewTextBoxColumn110.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn110.DataPropertyName = "DispalyTimeTableName"; this.dataGridViewTextBoxColumn110.HeaderText = "時間表"; this.dataGridViewTextBoxColumn110.Name = "dataGridViewTextBoxColumn110"; this.dataGridViewTextBoxColumn110.ReadOnly = true; this.dataGridViewTextBoxColumn110.Width = 69; // // dataGridViewTextBoxColumn111 // this.dataGridViewTextBoxColumn111.DataPropertyName = "ColorIndex"; this.dataGridViewTextBoxColumn111.HeaderText = "顏色"; this.dataGridViewTextBoxColumn111.Name = "dataGridViewTextBoxColumn111"; this.dataGridViewTextBoxColumn111.ReadOnly = true; this.dataGridViewTextBoxColumn111.Visible = false; this.dataGridViewTextBoxColumn111.Width = 54; // // dataGridViewTextBoxColumn112 // this.dataGridViewTextBoxColumn112.DataPropertyName = "EventID"; this.dataGridViewTextBoxColumn112.HeaderText = "分課編號"; this.dataGridViewTextBoxColumn112.Name = "dataGridViewTextBoxColumn112"; this.dataGridViewTextBoxColumn112.ReadOnly = true; this.dataGridViewTextBoxColumn112.Width = 81; // // panel6 // this.panel6.Controls.Add(this.labelX7); this.panel6.Controls.Add(this.lblClassroom); this.panel6.Controls.Add(this.labelX4); this.panel6.Controls.Add(this.labelX5); this.panel6.Controls.Add(this.btnClassroomEventExpand); this.panel6.Dock = System.Windows.Forms.DockStyle.Top; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(136, 35); this.panel6.TabIndex = 10; // // labelX7 // this.labelX7.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelX7.AutoSize = true; // // // this.labelX7.BackgroundStyle.Class = ""; this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX7.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX7.Location = new System.Drawing.Point(-23, 4); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(123, 26); this.labelX7.TabIndex = 5; this.labelX7.Text = "黃色為未排分課"; // // lblClassroom // this.lblClassroom.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblClassroom.AutoSize = true; // // // this.lblClassroom.BackgroundStyle.Class = ""; this.lblClassroom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblClassroom.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.lblClassroom.Location = new System.Drawing.Point(7, 4); this.lblClassroom.Name = "lblClassroom"; this.lblClassroom.Size = new System.Drawing.Size(0, 0); this.lblClassroom.TabIndex = 3; // // labelX4 // this.labelX4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelX4.AutoSize = true; // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX4.Location = new System.Drawing.Point(7, 4); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(0, 0); this.labelX4.TabIndex = 2; // // labelX5 // this.labelX5.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelX5.AutoSize = true; // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.labelX5.Location = new System.Drawing.Point(7, 4); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(0, 0); this.labelX5.TabIndex = 1; // // btnClassroomEventExpand // this.btnClassroomEventExpand.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClassroomEventExpand.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnClassroomEventExpand.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClassroomEventExpand.Location = new System.Drawing.Point(102, 5); this.btnClassroomEventExpand.Name = "btnClassroomEventExpand"; this.btnClassroomEventExpand.Size = new System.Drawing.Size(28, 23); this.btnClassroomEventExpand.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnClassroomEventExpand.TabIndex = 0; this.btnClassroomEventExpand.Text = ">>"; // // splClassroom // this.splClassroom.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClassroom.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClassroom.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.splClassroom.Dock = System.Windows.Forms.DockStyle.Right; this.splClassroom.ExpandableControl = this.pnlWhereLPView; this.splClassroom.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClassroom.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClassroom.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splClassroom.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splClassroom.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splClassroom.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splClassroom.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.splClassroom.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.splClassroom.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103))))); this.splClassroom.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135))))); this.splClassroom.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.splClassroom.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.splClassroom.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClassroom.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClassroom.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.splClassroom.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.splClassroom.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.splClassroom.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.splClassroom.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.splClassroom.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.splClassroom.Location = new System.Drawing.Point(136, 0); this.splClassroom.Name = "splClassroom"; this.splClassroom.Size = new System.Drawing.Size(3, 574); this.splClassroom.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.splClassroom.TabIndex = 1; this.splClassroom.TabStop = false; // // pnlWhereLPView // this.pnlWhereLPView.Controls.Add(this.tabClassroomLPView); this.pnlWhereLPView.Dock = System.Windows.Forms.DockStyle.Right; this.pnlWhereLPView.Location = new System.Drawing.Point(139, 0); this.pnlWhereLPView.Name = "pnlWhereLPView"; this.pnlWhereLPView.Size = new System.Drawing.Size(600, 574); this.pnlWhereLPView.TabIndex = 0; // // tabClassroomLPView // this.tabClassroomLPView.AutoCloseTabs = true; this.tabClassroomLPView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.tabClassroomLPView.CanReorderTabs = true; this.tabClassroomLPView.CloseButtonOnTabsVisible = true; this.tabClassroomLPView.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right; this.tabClassroomLPView.Controls.Add(this.tabControlPanel3); this.tabClassroomLPView.Dock = System.Windows.Forms.DockStyle.Fill; this.tabClassroomLPView.Location = new System.Drawing.Point(0, 0); this.tabClassroomLPView.Name = "tabClassroomLPView"; this.tabClassroomLPView.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold); this.tabClassroomLPView.SelectedTabIndex = -1; this.tabClassroomLPView.Size = new System.Drawing.Size(600, 574); this.tabClassroomLPView.TabIndex = 3; this.tabClassroomLPView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabClassroomLPView.Tabs.Add(this.tabItem4); this.tabClassroomLPView.Text = "tabControl1"; // // tabControlPanel3 // this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel3.Location = new System.Drawing.Point(0, 28); this.tabControlPanel3.Name = "tabControlPanel3"; this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel3.Size = new System.Drawing.Size(600, 546); this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel3.Style.GradientAngle = 90; this.tabControlPanel3.TabIndex = 1; this.tabControlPanel3.TabItem = this.tabItem4; // // tabItem4 // this.tabItem4.AttachedControl = this.tabControlPanel3; this.tabItem4.CloseButtonVisible = false; this.tabItem4.Name = "tabItem4"; this.tabItem4.Text = "功課表"; // // tabClassroom // this.tabClassroom.AttachedControl = this.superTabControlPanel3; this.tabClassroom.GlobalItem = false; this.tabClassroom.Name = "tabClassroom"; this.tabClassroom.Text = "場地"; // // expandableSplitter1 // this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103))))); this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135))))); this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.Location = new System.Drawing.Point(206, 0); this.expandableSplitter1.Name = "expandableSplitter1"; this.expandableSplitter1.Size = new System.Drawing.Size(3, 574); this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.expandableSplitter1.TabIndex = 10; this.expandableSplitter1.TabStop = false; // // LeftNavigationPanel // this.LeftNavigationPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.LeftNavigationPanel.CanCollapse = true; this.LeftNavigationPanel.Controls.Add(this.pnlClassroom); this.LeftNavigationPanel.Controls.Add(this.pnlClass); this.LeftNavigationPanel.Controls.Add(this.pnlTeacher); this.LeftNavigationPanel.Dock = System.Windows.Forms.DockStyle.Left; this.LeftNavigationPanel.ItemPaddingBottom = 2; this.LeftNavigationPanel.ItemPaddingTop = 2; this.LeftNavigationPanel.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnTeacher, this.btnClass, this.btnClassroom}); this.LeftNavigationPanel.Location = new System.Drawing.Point(0, 0); this.LeftNavigationPanel.Name = "LeftNavigationPanel"; this.LeftNavigationPanel.Padding = new System.Windows.Forms.Padding(1); this.LeftNavigationPanel.Size = new System.Drawing.Size(206, 574); this.LeftNavigationPanel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.LeftNavigationPanel.TabIndex = 9; // // // this.LeftNavigationPanel.TitlePanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.LeftNavigationPanel.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top; this.LeftNavigationPanel.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LeftNavigationPanel.TitlePanel.Location = new System.Drawing.Point(1, 1); this.LeftNavigationPanel.TitlePanel.Name = "panelTitle"; this.LeftNavigationPanel.TitlePanel.Size = new System.Drawing.Size(202, 24); this.LeftNavigationPanel.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.LeftNavigationPanel.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.LeftNavigationPanel.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.RaisedInner; this.LeftNavigationPanel.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.LeftNavigationPanel.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; this.LeftNavigationPanel.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.LeftNavigationPanel.TitlePanel.Style.GradientAngle = 90; this.LeftNavigationPanel.TitlePanel.Style.MarginLeft = 4; this.LeftNavigationPanel.TitlePanel.TabIndex = 0; this.LeftNavigationPanel.TitlePanel.Text = "場地"; // // pnlClassroom // this.pnlClassroom.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pnlClassroom.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlClassroom.Location = new System.Drawing.Point(1, 25); this.pnlClassroom.Name = "pnlClassroom"; this.pnlClassroom.ParentItem = this.btnClassroom; this.pnlClassroom.Size = new System.Drawing.Size(202, 514); this.pnlClassroom.Style.Alignment = System.Drawing.StringAlignment.Center; this.pnlClassroom.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.pnlClassroom.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.pnlClassroom.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.pnlClassroom.Style.GradientAngle = 90; this.pnlClassroom.TabIndex = 4; // // btnClassroom // this.btnClassroom.Checked = true; this.btnClassroom.ImageFixedSize = new System.Drawing.Size(16, 16); this.btnClassroom.Name = "btnClassroom"; this.btnClassroom.OptionGroup = "navBar"; this.btnClassroom.Text = "場地"; this.btnClassroom.Visible = false; // // pnlClass // this.pnlClass.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pnlClass.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlClass.Location = new System.Drawing.Point(1, 1); this.pnlClass.Name = "pnlClass"; this.pnlClass.ParentItem = this.btnClass; this.pnlClass.Size = new System.Drawing.Size(202, 538); this.pnlClass.Style.Alignment = System.Drawing.StringAlignment.Center; this.pnlClass.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.pnlClass.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.pnlClass.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.pnlClass.Style.GradientAngle = 90; this.pnlClass.TabIndex = 3; // // btnClass // this.btnClass.ImageFixedSize = new System.Drawing.Size(16, 16); this.btnClass.Name = "btnClass"; this.btnClass.OptionGroup = "navBar"; this.btnClass.Text = "班級"; this.btnClass.Visible = false; // // pnlTeacher // this.pnlTeacher.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pnlTeacher.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlTeacher.Location = new System.Drawing.Point(1, 1); this.pnlTeacher.Name = "pnlTeacher"; this.pnlTeacher.ParentItem = this.btnTeacher; this.pnlTeacher.Size = new System.Drawing.Size(202, 538); this.pnlTeacher.Style.Alignment = System.Drawing.StringAlignment.Center; this.pnlTeacher.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.pnlTeacher.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.pnlTeacher.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.pnlTeacher.Style.GradientAngle = 90; this.pnlTeacher.TabIndex = 2; // // btnTeacher // this.btnTeacher.ImageFixedSize = new System.Drawing.Size(16, 16); this.btnTeacher.Name = "btnTeacher"; this.btnTeacher.OptionGroup = "navBar"; this.btnTeacher.Text = "教師"; this.btnTeacher.Visible = false; // // tabItem1 // this.tabItem1.Name = "tabItem1"; this.tabItem1.Text = "tabItem1"; // // buttonItem1 // this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.Text = "buttonItem1"; // // panel7 // this.panel7.Controls.Add(this.buttonX2); this.panel7.Controls.Add(this.buttonX1); this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel7.Location = new System.Drawing.Point(0, 412); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(208, 100); this.panel7.TabIndex = 0; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Dock = System.Windows.Forms.DockStyle.Top; this.buttonX2.Location = new System.Drawing.Point(0, 23); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(208, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 1; this.buttonX2.Text = "待處理分課表"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Dock = System.Windows.Forms.DockStyle.Top; this.buttonX1.Location = new System.Drawing.Point(0, 0); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(208, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 0; this.buttonX1.Text = "顯示所有分課"; // // panel8 // this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(0, 0); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(208, 412); this.panel8.TabIndex = 1; // // contextMenu // this.contextMenu.Name = "contextMenu"; this.contextMenu.Size = new System.Drawing.Size(61, 4); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn1.DataPropertyName = "Lock"; dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle19; this.dataGridViewTextBoxColumn1.HeaderText = "*"; this.dataGridViewTextBoxColumn1.MinimumWidth = 30; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn2.DataPropertyName = "SolutionCount"; dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle20; this.dataGridViewTextBoxColumn2.HeaderText = "教師"; this.dataGridViewTextBoxColumn2.MinimumWidth = 30; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn3.DataPropertyName = "WhoName"; dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle21; this.dataGridViewTextBoxColumn3.HeaderText = "課程"; this.dataGridViewTextBoxColumn3.MinimumWidth = 40; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn4.DataPropertyName = "WhomName"; dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle22; this.dataGridViewTextBoxColumn4.HeaderText = "星期"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn5.DataPropertyName = "WhereName"; dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle23; this.dataGridViewTextBoxColumn5.HeaderText = "場地"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn6.DataPropertyName = "WhatName"; dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle24; this.dataGridViewTextBoxColumn6.HeaderText = "科目"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn7.DataPropertyName = "WhatAliasName"; this.dataGridViewTextBoxColumn7.HeaderText = "科目簡稱"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn8.DataPropertyName = "CourseName"; this.dataGridViewTextBoxColumn8.HeaderText = "課程名稱"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn9.DataPropertyName = "CourseGroup"; this.dataGridViewTextBoxColumn9.HeaderText = "課程群組"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn10.DataPropertyName = "WeekDay"; this.dataGridViewTextBoxColumn10.HeaderText = "星期"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn11.DataPropertyName = "PeriodNo"; this.dataGridViewTextBoxColumn11.HeaderText = "節次"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn12.DataPropertyName = "Length"; this.dataGridViewTextBoxColumn12.HeaderText = "節數"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn13.DataPropertyName = "WeekDayCondition"; this.dataGridViewTextBoxColumn13.HeaderText = "星期條件"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; // // dataGridViewTextBoxColumn14 // this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn14.DataPropertyName = "PeriodCondition"; this.dataGridViewTextBoxColumn14.HeaderText = "節次條件"; this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; this.dataGridViewTextBoxColumn14.ReadOnly = true; // // dataGridViewTextBoxColumn15 // this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn15.DataPropertyName = "AllowLongBreak"; this.dataGridViewTextBoxColumn15.HeaderText = "跨中午"; this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; this.dataGridViewTextBoxColumn15.ReadOnly = true; // // dataGridViewTextBoxColumn16 // this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn16.DataPropertyName = "AllowDuplicate"; this.dataGridViewTextBoxColumn16.HeaderText = "可重複"; this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; this.dataGridViewTextBoxColumn16.ReadOnly = true; // // dataGridViewTextBoxColumn17 // this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn17.DataPropertyName = "LimitNextDay"; this.dataGridViewTextBoxColumn17.HeaderText = "不連天"; this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; this.dataGridViewTextBoxColumn17.ReadOnly = true; // // dataGridViewTextBoxColumn18 // this.dataGridViewTextBoxColumn18.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn18.DataPropertyName = "WeekFlag"; this.dataGridViewTextBoxColumn18.HeaderText = "單雙週"; this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; this.dataGridViewTextBoxColumn18.ReadOnly = true; // // dataGridViewTextBoxColumn19 // this.dataGridViewTextBoxColumn19.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn19.DataPropertyName = "Priority"; this.dataGridViewTextBoxColumn19.HeaderText = "優先"; this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; this.dataGridViewTextBoxColumn19.ReadOnly = true; // // dataGridViewTextBoxColumn20 // this.dataGridViewTextBoxColumn20.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn20.DataPropertyName = "TimeTableName"; this.dataGridViewTextBoxColumn20.HeaderText = "時間表"; this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; this.dataGridViewTextBoxColumn20.ReadOnly = true; // // dataGridViewTextBoxColumn21 // this.dataGridViewTextBoxColumn21.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn21.DataPropertyName = "ColorIndex"; this.dataGridViewTextBoxColumn21.HeaderText = "分課編號"; this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; this.dataGridViewTextBoxColumn21.ReadOnly = true; this.dataGridViewTextBoxColumn21.Visible = false; // // dataGridViewTextBoxColumn22 // this.dataGridViewTextBoxColumn22.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn22.DataPropertyName = "EventID"; this.dataGridViewTextBoxColumn22.HeaderText = "姓名"; this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; this.dataGridViewTextBoxColumn22.ReadOnly = true; this.dataGridViewTextBoxColumn22.Visible = false; // // dataGridViewTextBoxColumn23 // this.dataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn23.DataPropertyName = "Lock"; dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn23.DefaultCellStyle = dataGridViewCellStyle25; this.dataGridViewTextBoxColumn23.HeaderText = "總時數"; this.dataGridViewTextBoxColumn23.MinimumWidth = 40; this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; this.dataGridViewTextBoxColumn23.ReadOnly = true; // // dataGridViewTextBoxColumn24 // this.dataGridViewTextBoxColumn24.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn24.DataPropertyName = "SolutionCount"; dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle26; this.dataGridViewTextBoxColumn24.HeaderText = "未排時數"; this.dataGridViewTextBoxColumn24.MinimumWidth = 40; this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; this.dataGridViewTextBoxColumn24.ReadOnly = true; // // dataGridViewTextBoxColumn25 // this.dataGridViewTextBoxColumn25.DataPropertyName = "Lock"; dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn25.DefaultCellStyle = dataGridViewCellStyle27; this.dataGridViewTextBoxColumn25.HeaderText = "鎖定"; this.dataGridViewTextBoxColumn25.MinimumWidth = 40; this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"; this.dataGridViewTextBoxColumn25.ReadOnly = true; this.dataGridViewTextBoxColumn25.Width = 57; // // dataGridViewTextBoxColumn26 // this.dataGridViewTextBoxColumn26.DataPropertyName = "SolutionCount"; dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn26.DefaultCellStyle = dataGridViewCellStyle28; this.dataGridViewTextBoxColumn26.HeaderText = "方案"; this.dataGridViewTextBoxColumn26.MinimumWidth = 40; this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26"; this.dataGridViewTextBoxColumn26.ReadOnly = true; this.dataGridViewTextBoxColumn26.Width = 57; // // dataGridViewTextBoxColumn27 // this.dataGridViewTextBoxColumn27.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn27.DataPropertyName = "WeekDay"; dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn27.DefaultCellStyle = dataGridViewCellStyle29; this.dataGridViewTextBoxColumn27.HeaderText = "星期"; this.dataGridViewTextBoxColumn27.MinimumWidth = 40; this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; this.dataGridViewTextBoxColumn27.ReadOnly = true; // // dataGridViewTextBoxColumn28 // this.dataGridViewTextBoxColumn28.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn28.DataPropertyName = "PeriodNo"; dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn28.DefaultCellStyle = dataGridViewCellStyle30; this.dataGridViewTextBoxColumn28.HeaderText = "節次"; this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28"; this.dataGridViewTextBoxColumn28.ReadOnly = true; // // dataGridViewTextBoxColumn29 // this.dataGridViewTextBoxColumn29.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn29.DataPropertyName = "WhoName"; this.dataGridViewTextBoxColumn29.HeaderText = "教師"; this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29"; this.dataGridViewTextBoxColumn29.ReadOnly = true; // // dataGridViewTextBoxColumn30 // this.dataGridViewTextBoxColumn30.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn30.DataPropertyName = "WhomName"; this.dataGridViewTextBoxColumn30.HeaderText = "班級"; this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30"; this.dataGridViewTextBoxColumn30.ReadOnly = true; // // dataGridViewTextBoxColumn31 // this.dataGridViewTextBoxColumn31.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn31.DataPropertyName = "WhereName"; this.dataGridViewTextBoxColumn31.HeaderText = "場地"; this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31"; this.dataGridViewTextBoxColumn31.ReadOnly = true; // // dataGridViewTextBoxColumn32 // this.dataGridViewTextBoxColumn32.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn32.DataPropertyName = "WhatName"; this.dataGridViewTextBoxColumn32.HeaderText = "科目"; this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32"; this.dataGridViewTextBoxColumn32.ReadOnly = true; // // dataGridViewTextBoxColumn33 // this.dataGridViewTextBoxColumn33.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn33.DataPropertyName = "WhatAliasName"; this.dataGridViewTextBoxColumn33.HeaderText = "科目簡稱"; this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33"; this.dataGridViewTextBoxColumn33.ReadOnly = true; // // dataGridViewTextBoxColumn34 // this.dataGridViewTextBoxColumn34.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn34.DataPropertyName = "CourseName"; this.dataGridViewTextBoxColumn34.HeaderText = "課程名稱"; this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34"; this.dataGridViewTextBoxColumn34.ReadOnly = true; // // dataGridViewTextBoxColumn35 // this.dataGridViewTextBoxColumn35.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn35.DataPropertyName = "CourseGroup"; this.dataGridViewTextBoxColumn35.HeaderText = "課程群組"; this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35"; this.dataGridViewTextBoxColumn35.ReadOnly = true; // // dataGridViewTextBoxColumn36 // this.dataGridViewTextBoxColumn36.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn36.DataPropertyName = "Length"; this.dataGridViewTextBoxColumn36.HeaderText = "節數"; this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36"; this.dataGridViewTextBoxColumn36.ReadOnly = true; // // dataGridViewTextBoxColumn37 // this.dataGridViewTextBoxColumn37.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn37.DataPropertyName = "WeekDayCondition"; this.dataGridViewTextBoxColumn37.HeaderText = "星期條件"; this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37"; this.dataGridViewTextBoxColumn37.ReadOnly = true; // // dataGridViewTextBoxColumn38 // this.dataGridViewTextBoxColumn38.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn38.DataPropertyName = "PeriodCondition"; this.dataGridViewTextBoxColumn38.HeaderText = "節次條件"; this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38"; this.dataGridViewTextBoxColumn38.ReadOnly = true; // // dataGridViewTextBoxColumn39 // this.dataGridViewTextBoxColumn39.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn39.DataPropertyName = "AllowLongBreak"; this.dataGridViewTextBoxColumn39.HeaderText = "跨中午"; this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39"; this.dataGridViewTextBoxColumn39.ReadOnly = true; // // dataGridViewTextBoxColumn40 // this.dataGridViewTextBoxColumn40.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn40.DataPropertyName = "AllowDuplicate"; this.dataGridViewTextBoxColumn40.HeaderText = "可重複"; this.dataGridViewTextBoxColumn40.Name = "dataGridViewTextBoxColumn40"; this.dataGridViewTextBoxColumn40.ReadOnly = true; // // dataGridViewTextBoxColumn41 // this.dataGridViewTextBoxColumn41.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn41.DataPropertyName = "LimitNextDay"; this.dataGridViewTextBoxColumn41.HeaderText = "不連天"; this.dataGridViewTextBoxColumn41.Name = "dataGridViewTextBoxColumn41"; this.dataGridViewTextBoxColumn41.ReadOnly = true; // // dataGridViewTextBoxColumn42 // this.dataGridViewTextBoxColumn42.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn42.DataPropertyName = "WeekFlag"; this.dataGridViewTextBoxColumn42.HeaderText = "單雙週"; this.dataGridViewTextBoxColumn42.Name = "dataGridViewTextBoxColumn42"; this.dataGridViewTextBoxColumn42.ReadOnly = true; // // dataGridViewTextBoxColumn43 // this.dataGridViewTextBoxColumn43.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn43.DataPropertyName = "Priority"; this.dataGridViewTextBoxColumn43.HeaderText = "優先"; this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43"; this.dataGridViewTextBoxColumn43.ReadOnly = true; this.dataGridViewTextBoxColumn43.Visible = false; // // dataGridViewTextBoxColumn44 // this.dataGridViewTextBoxColumn44.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn44.DataPropertyName = "TimeTableName"; this.dataGridViewTextBoxColumn44.HeaderText = "時間表"; this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44"; this.dataGridViewTextBoxColumn44.ReadOnly = true; // // dataGridViewTextBoxColumn45 // this.dataGridViewTextBoxColumn45.DataPropertyName = "ColorIndex"; dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn45.DefaultCellStyle = dataGridViewCellStyle31; this.dataGridViewTextBoxColumn45.HeaderText = "顏色"; this.dataGridViewTextBoxColumn45.MinimumWidth = 40; this.dataGridViewTextBoxColumn45.Name = "dataGridViewTextBoxColumn45"; this.dataGridViewTextBoxColumn45.ReadOnly = true; this.dataGridViewTextBoxColumn45.Visible = false; this.dataGridViewTextBoxColumn45.Width = 57; // // dataGridViewTextBoxColumn46 // this.dataGridViewTextBoxColumn46.DataPropertyName = "EventID"; dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn46.DefaultCellStyle = dataGridViewCellStyle32; this.dataGridViewTextBoxColumn46.HeaderText = "分課編號"; this.dataGridViewTextBoxColumn46.MinimumWidth = 40; this.dataGridViewTextBoxColumn46.Name = "dataGridViewTextBoxColumn46"; this.dataGridViewTextBoxColumn46.ReadOnly = true; this.dataGridViewTextBoxColumn46.Width = 78; // // dataGridViewTextBoxColumn47 // this.dataGridViewTextBoxColumn47.DataPropertyName = "Lock"; dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn47.DefaultCellStyle = dataGridViewCellStyle33; this.dataGridViewTextBoxColumn47.HeaderText = "鎖定"; this.dataGridViewTextBoxColumn47.MinimumWidth = 40; this.dataGridViewTextBoxColumn47.Name = "dataGridViewTextBoxColumn47"; this.dataGridViewTextBoxColumn47.ReadOnly = true; this.dataGridViewTextBoxColumn47.Width = 54; // // dataGridViewTextBoxColumn48 // this.dataGridViewTextBoxColumn48.DataPropertyName = "SolutionCount"; dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn48.DefaultCellStyle = dataGridViewCellStyle34; this.dataGridViewTextBoxColumn48.HeaderText = "方案"; this.dataGridViewTextBoxColumn48.MinimumWidth = 40; this.dataGridViewTextBoxColumn48.Name = "dataGridViewTextBoxColumn48"; this.dataGridViewTextBoxColumn48.ReadOnly = true; this.dataGridViewTextBoxColumn48.Width = 54; // // dataGridViewTextBoxColumn49 // this.dataGridViewTextBoxColumn49.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn49.DataPropertyName = "WeekDay"; dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn49.DefaultCellStyle = dataGridViewCellStyle35; this.dataGridViewTextBoxColumn49.HeaderText = "星期"; this.dataGridViewTextBoxColumn49.MinimumWidth = 40; this.dataGridViewTextBoxColumn49.Name = "dataGridViewTextBoxColumn49"; this.dataGridViewTextBoxColumn49.ReadOnly = true; // // dataGridViewTextBoxColumn50 // this.dataGridViewTextBoxColumn50.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn50.DataPropertyName = "PeriodNo"; dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn50.DefaultCellStyle = dataGridViewCellStyle36; this.dataGridViewTextBoxColumn50.HeaderText = "節次"; this.dataGridViewTextBoxColumn50.Name = "dataGridViewTextBoxColumn50"; this.dataGridViewTextBoxColumn50.ReadOnly = true; // // dataGridViewTextBoxColumn51 // this.dataGridViewTextBoxColumn51.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn51.DataPropertyName = "WhoName"; this.dataGridViewTextBoxColumn51.HeaderText = "教師"; this.dataGridViewTextBoxColumn51.Name = "dataGridViewTextBoxColumn51"; this.dataGridViewTextBoxColumn51.ReadOnly = true; // // dataGridViewTextBoxColumn52 // this.dataGridViewTextBoxColumn52.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn52.DataPropertyName = "WhomName"; this.dataGridViewTextBoxColumn52.HeaderText = "班級"; this.dataGridViewTextBoxColumn52.Name = "dataGridViewTextBoxColumn52"; this.dataGridViewTextBoxColumn52.ReadOnly = true; // // dataGridViewTextBoxColumn53 // this.dataGridViewTextBoxColumn53.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn53.DataPropertyName = "WhereName"; this.dataGridViewTextBoxColumn53.HeaderText = "場地"; this.dataGridViewTextBoxColumn53.Name = "dataGridViewTextBoxColumn53"; this.dataGridViewTextBoxColumn53.ReadOnly = true; // // dataGridViewTextBoxColumn54 // this.dataGridViewTextBoxColumn54.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn54.DataPropertyName = "WhatName"; this.dataGridViewTextBoxColumn54.HeaderText = "科目"; this.dataGridViewTextBoxColumn54.Name = "dataGridViewTextBoxColumn54"; this.dataGridViewTextBoxColumn54.ReadOnly = true; // // dataGridViewTextBoxColumn55 // this.dataGridViewTextBoxColumn55.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn55.DataPropertyName = "WhatAliasName"; this.dataGridViewTextBoxColumn55.HeaderText = "科目簡稱"; this.dataGridViewTextBoxColumn55.Name = "dataGridViewTextBoxColumn55"; this.dataGridViewTextBoxColumn55.ReadOnly = true; // // dataGridViewTextBoxColumn56 // this.dataGridViewTextBoxColumn56.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn56.DataPropertyName = "CourseName"; this.dataGridViewTextBoxColumn56.HeaderText = "課程名稱"; this.dataGridViewTextBoxColumn56.Name = "dataGridViewTextBoxColumn56"; this.dataGridViewTextBoxColumn56.ReadOnly = true; // // dataGridViewTextBoxColumn57 // this.dataGridViewTextBoxColumn57.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn57.DataPropertyName = "CourseGroup"; this.dataGridViewTextBoxColumn57.HeaderText = "課程群組"; this.dataGridViewTextBoxColumn57.Name = "dataGridViewTextBoxColumn57"; this.dataGridViewTextBoxColumn57.ReadOnly = true; // // dataGridViewTextBoxColumn58 // this.dataGridViewTextBoxColumn58.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn58.DataPropertyName = "Length"; this.dataGridViewTextBoxColumn58.HeaderText = "節數"; this.dataGridViewTextBoxColumn58.Name = "dataGridViewTextBoxColumn58"; this.dataGridViewTextBoxColumn58.ReadOnly = true; // // dataGridViewTextBoxColumn59 // this.dataGridViewTextBoxColumn59.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn59.DataPropertyName = "WeekDayCondition"; this.dataGridViewTextBoxColumn59.HeaderText = "星期條件"; this.dataGridViewTextBoxColumn59.Name = "dataGridViewTextBoxColumn59"; this.dataGridViewTextBoxColumn59.ReadOnly = true; // // dataGridViewTextBoxColumn60 // this.dataGridViewTextBoxColumn60.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn60.DataPropertyName = "PeriodCondition"; this.dataGridViewTextBoxColumn60.HeaderText = "節次條件"; this.dataGridViewTextBoxColumn60.Name = "dataGridViewTextBoxColumn60"; this.dataGridViewTextBoxColumn60.ReadOnly = true; // // dataGridViewTextBoxColumn61 // this.dataGridViewTextBoxColumn61.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn61.DataPropertyName = "AllowLongBreak"; this.dataGridViewTextBoxColumn61.HeaderText = "跨中午"; this.dataGridViewTextBoxColumn61.Name = "dataGridViewTextBoxColumn61"; this.dataGridViewTextBoxColumn61.ReadOnly = true; // // dataGridViewTextBoxColumn62 // this.dataGridViewTextBoxColumn62.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn62.DataPropertyName = "AllowDuplicate"; this.dataGridViewTextBoxColumn62.HeaderText = "可重複"; this.dataGridViewTextBoxColumn62.Name = "dataGridViewTextBoxColumn62"; this.dataGridViewTextBoxColumn62.ReadOnly = true; // // dataGridViewTextBoxColumn63 // this.dataGridViewTextBoxColumn63.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn63.DataPropertyName = "LimitNextDay"; this.dataGridViewTextBoxColumn63.HeaderText = "不連天"; this.dataGridViewTextBoxColumn63.Name = "dataGridViewTextBoxColumn63"; this.dataGridViewTextBoxColumn63.ReadOnly = true; // // dataGridViewTextBoxColumn64 // this.dataGridViewTextBoxColumn64.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn64.DataPropertyName = "WeekFlag"; this.dataGridViewTextBoxColumn64.HeaderText = "單雙週"; this.dataGridViewTextBoxColumn64.Name = "dataGridViewTextBoxColumn64"; this.dataGridViewTextBoxColumn64.ReadOnly = true; // // dataGridViewTextBoxColumn65 // this.dataGridViewTextBoxColumn65.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.dataGridViewTextBoxColumn65.DataPropertyName = "Priority"; this.dataGridViewTextBoxColumn65.HeaderText = "優先"; this.dataGridViewTextBoxColumn65.Name = "dataGridViewTextBoxColumn65"; this.dataGridViewTextBoxColumn65.ReadOnly = true; this.dataGridViewTextBoxColumn65.Visible = false; // // dataGridViewTextBoxColumn66 // this.dataGridViewTextBoxColumn66.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.dataGridViewTextBoxColumn66.DataPropertyName = "TimeTableName"; this.dataGridViewTextBoxColumn66.HeaderText = "時間表"; this.dataGridViewTextBoxColumn66.Name = "dataGridViewTextBoxColumn66"; this.dataGridViewTextBoxColumn66.ReadOnly = true; // // dataGridViewTextBoxColumn67 // this.dataGridViewTextBoxColumn67.DataPropertyName = "ColorIndex"; this.dataGridViewTextBoxColumn67.HeaderText = "顏色"; this.dataGridViewTextBoxColumn67.Name = "dataGridViewTextBoxColumn67"; this.dataGridViewTextBoxColumn67.ReadOnly = true; this.dataGridViewTextBoxColumn67.Visible = false; this.dataGridViewTextBoxColumn67.Width = 54; // // dataGridViewTextBoxColumn68 // this.dataGridViewTextBoxColumn68.DataPropertyName = "EventID"; this.dataGridViewTextBoxColumn68.HeaderText = "分課編號"; this.dataGridViewTextBoxColumn68.Name = "dataGridViewTextBoxColumn68"; this.dataGridViewTextBoxColumn68.ReadOnly = true; this.dataGridViewTextBoxColumn68.Width = 81; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(958, 742); this.Controls.Add(this.panel1); this.Controls.Add(this.bar1); this.Controls.Add(this.ribbonControl1); this.Controls.Add(this.ribbonBar1); this.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "MainForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); this.Load += new System.EventHandler(this.Form1_Load); this.ribbonControl1.ResumeLayout(false); this.ribbonControl1.PerformLayout(); this.ribbonPanel1.ResumeLayout(false); this.ribbonPanel2.ResumeLayout(false); this.ribbonPanel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); this.bar1.ResumeLayout(false); this.bar1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabContent)).EndInit(); this.tabContent.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); this.pnlWhoList.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdTeacherEvent)).EndInit(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.pnlWhoLPView.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabTeacherLPView)).EndInit(); this.tabTeacherLPView.ResumeLayout(false); this.superTabControlPanel2.ResumeLayout(false); this.pnlWhomLPView.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabClassLPView)).EndInit(); this.tabClassLPView.ResumeLayout(false); this.pnlWhomList.ResumeLayout(false); this.panel10.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdClassEvent)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.superTabControlPanel3.ResumeLayout(false); this.pnlWhereList.ResumeLayout(false); this.panel9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdClassroomEvent)).EndInit(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.pnlWhereLPView.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabClassroomLPView)).EndInit(); this.tabClassroomLPView.ResumeLayout(false); this.LeftNavigationPanel.ResumeLayout(false); this.panel7.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonControl = new DevComponents.DotNetBar.RibbonControl(); this.selfRibbonPanel = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar9 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer10 = new DevComponents.DotNetBar.ItemContainer(); this.btnSelfDialog = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar10 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer11 = new DevComponents.DotNetBar.ItemContainer(); this.btnSelfTest = new DevComponents.DotNetBar.ButtonItem(); this.genneralRibbonPanel = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer17 = new DevComponents.DotNetBar.ItemContainer(); this.btnGeneralReport = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer6 = new DevComponents.DotNetBar.ItemContainer(); this.btnGeneralSearch = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer(); this.btnGeneralStart = new DevComponents.DotNetBar.ButtonItem(); this.itemContainer16 = new DevComponents.DotNetBar.ItemContainer(); this.btnGeneralFinish = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer15 = new DevComponents.DotNetBar.ItemContainer(); this.btnGeneralSN = new DevComponents.DotNetBar.ButtonItem(); this.fctRibbonPanel = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer14 = new DevComponents.DotNetBar.ItemContainer(); this.btnFCTReport = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer8 = new DevComponents.DotNetBar.ItemContainer(); this.btnFCTSearch = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer9 = new DevComponents.DotNetBar.ItemContainer(); this.btnFCTStart = new DevComponents.DotNetBar.ButtonItem(); this.itemContainer13 = new DevComponents.DotNetBar.ItemContainer(); this.btnFCTFinish = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar8 = new DevComponents.DotNetBar.RibbonBar(); this.itemContainer12 = new DevComponents.DotNetBar.ItemContainer(); this.btnFCTSN = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar11 = new DevComponents.DotNetBar.RibbonBar(); this.btnHelp = new DevComponents.DotNetBar.ButtonItem(); this.btnAbout = new DevComponents.DotNetBar.ButtonItem(); this.selfRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem(); this.fctRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem(); this.genneralRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem(); this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem(); this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton(); this.lblStatus = new DevComponents.DotNetBar.LabelX(); this.lblRunningTime = new DevComponents.DotNetBar.LabelX(); this.mainTimer = new System.Windows.Forms.Timer(this.components); this.panelEx3 = new DevComponents.DotNetBar.PanelEx(); this.lblRemainTime = new DevComponents.DotNetBar.LabelX(); this.tabControl = new DevComponents.DotNetBar.TabControl(); this.selfTabControlPanel = new DevComponents.DotNetBar.TabControlPanel(); this.selfLogList = new Summer.UI.Forms.LogListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.cabinetTreeView = new System.Windows.Forms.TreeView(); this.selfTabItem = new DevComponents.DotNetBar.TabItem(this.components); this.genneralTabControlPanel = new DevComponents.DotNetBar.TabControlPanel(); this.tabControlGeneralView = new DevComponents.DotNetBar.TabControl(); this.tabControlGeneralPanel = new DevComponents.DotNetBar.TabControlPanel(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel(); this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components); this.generalCheckBoxTree = new Summer.UI.Forms.CheckBoxTree(); this.generalLogList = new Summer.UI.Forms.LogListView(); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.fctTabItem = new DevComponents.DotNetBar.TabItem(this.components); this.fctTabControlPanel = new DevComponents.DotNetBar.TabControlPanel(); this.fctCheckBoxTree = new Summer.UI.Forms.CheckBoxTree(); this.fctLogList = new Summer.UI.Forms.LogListView(); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.genneralTabItem = new DevComponents.DotNetBar.TabItem(this.components); this.statusTimer = new System.Windows.Forms.Timer(this.components); this.styleManager2 = new DevComponents.DotNetBar.StyleManager(this.components); this.styleManager3 = new DevComponents.DotNetBar.StyleManager(this.components); this.judgeMatrixView = new VPITest.UI.JudgeMatrixView(); this.componentSummaryViewGeneral = new VPITest.UI.ComponentSummaryView(); this.componentSummaryView = new VPITest.UI.ComponentSummaryView(); this.ribbonControl.SuspendLayout(); this.selfRibbonPanel.SuspendLayout(); this.genneralRibbonPanel.SuspendLayout(); this.fctRibbonPanel.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); this.panelEx3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit(); this.tabControl.SuspendLayout(); this.selfTabControlPanel.SuspendLayout(); this.genneralTabControlPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabControlGeneralView)).BeginInit(); this.tabControlGeneralView.SuspendLayout(); this.tabControlGeneralPanel.SuspendLayout(); this.tabControlPanel2.SuspendLayout(); this.fctTabControlPanel.SuspendLayout(); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // buttonItem1 // this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.Text = "buttonItem1"; // // ribbonControl // // // // this.ribbonControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl.CanCustomize = false; this.ribbonControl.CaptionVisible = true; this.ribbonControl.Controls.Add(this.selfRibbonPanel); this.ribbonControl.Controls.Add(this.genneralRibbonPanel); this.ribbonControl.Controls.Add(this.fctRibbonPanel); this.ribbonControl.Controls.Add(this.ribbonPanel1); this.ribbonControl.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.selfRibbonTabItem, this.fctRibbonTabItem, this.genneralRibbonTabItem, this.ribbonTabItem1}); this.ribbonControl.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl.Location = new System.Drawing.Point(5, 1); this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.office2007StartButton1}); this.ribbonControl.Size = new System.Drawing.Size(954, 154); this.ribbonControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl.SystemText.QatDialogOkButton = "OK"; this.ribbonControl.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl.TabGroupHeight = 14; this.ribbonControl.TabIndex = 0; this.ribbonControl.Text = "ribbonControl1"; // // selfRibbonPanel // this.selfRibbonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.selfRibbonPanel.Controls.Add(this.ribbonBar9); this.selfRibbonPanel.Controls.Add(this.ribbonBar10); this.selfRibbonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.selfRibbonPanel.Location = new System.Drawing.Point(0, 56); this.selfRibbonPanel.Name = "selfRibbonPanel"; this.selfRibbonPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.selfRibbonPanel.Size = new System.Drawing.Size(954, 95); // // // this.selfRibbonPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.selfRibbonPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.selfRibbonPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.selfRibbonPanel.TabIndex = 3; // // ribbonBar9 // this.ribbonBar9.AutoOverflowEnabled = true; // // // this.ribbonBar9.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar9.ContainerControlProcessDialogKey = true; this.ribbonBar9.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar9.DragDropSupport = true; this.ribbonBar9.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar9.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer10}); this.ribbonBar9.Location = new System.Drawing.Point(76, 0); this.ribbonBar9.Name = "ribbonBar9"; this.ribbonBar9.Size = new System.Drawing.Size(73, 92); this.ribbonBar9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar9.TabIndex = 24; this.ribbonBar9.Text = "报告"; // // // this.ribbonBar9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar9.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar9.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer10 // // // // this.itemContainer10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer10.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer10.Name = "itemContainer10"; this.itemContainer10.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnSelfDialog}); // // // this.itemContainer10.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer10.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnSelfDialog // this.btnSelfDialog.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnSelfDialog.Image = ((System.Drawing.Image)(resources.GetObject("btnSelfDialog.Image"))); this.btnSelfDialog.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnSelfDialog.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnSelfDialog.Name = "btnSelfDialog"; this.btnSelfDialog.Text = "自检报告"; this.btnSelfDialog.Click += new System.EventHandler(this.btnSelfDialog_Click); // // ribbonBar10 // this.ribbonBar10.AutoOverflowEnabled = true; // // // this.ribbonBar10.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar10.ContainerControlProcessDialogKey = true; this.ribbonBar10.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar10.DragDropSupport = true; this.ribbonBar10.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar10.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer11}); this.ribbonBar10.Location = new System.Drawing.Point(3, 0); this.ribbonBar10.Name = "ribbonBar10"; this.ribbonBar10.Size = new System.Drawing.Size(73, 92); this.ribbonBar10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar10.TabIndex = 23; this.ribbonBar10.Text = "自检"; // // // this.ribbonBar10.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar10.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar10.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer11 // // // // this.itemContainer11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer11.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer11.Name = "itemContainer11"; this.itemContainer11.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnSelfTest}); // // // this.itemContainer11.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer11.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnSelfTest // this.btnSelfTest.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnSelfTest.Image = ((System.Drawing.Image)(resources.GetObject("btnSelfTest.Image"))); this.btnSelfTest.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnSelfTest.Name = "btnSelfTest"; this.btnSelfTest.Text = "系统自检"; this.btnSelfTest.Click += new System.EventHandler(this.btnSelfTest_Click); // // genneralRibbonPanel // this.genneralRibbonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.genneralRibbonPanel.Controls.Add(this.ribbonBar1); this.genneralRibbonPanel.Controls.Add(this.ribbonBar3); this.genneralRibbonPanel.Controls.Add(this.ribbonBar2); this.genneralRibbonPanel.Controls.Add(this.ribbonBar5); this.genneralRibbonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.genneralRibbonPanel.Location = new System.Drawing.Point(0, 56); this.genneralRibbonPanel.Name = "genneralRibbonPanel"; this.genneralRibbonPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.genneralRibbonPanel.Size = new System.Drawing.Size(954, 95); // // // this.genneralRibbonPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.genneralRibbonPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.genneralRibbonPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.genneralRibbonPanel.TabIndex = 1; this.genneralRibbonPanel.Visible = false; // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar1.DragDropSupport = true; this.ribbonBar1.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer7}); this.ribbonBar1.Location = new System.Drawing.Point(290, 0); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(78, 92); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 18; this.ribbonBar1.Text = "报告"; // // // this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer7 // // // // this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer7.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer7.Name = "itemContainer7"; this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer17}); // // // this.itemContainer7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer7.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer17 // // // // this.itemContainer17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer17.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer17.Name = "itemContainer17"; this.itemContainer17.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnGeneralReport}); // // // this.itemContainer17.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer17.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnGeneralReport // this.btnGeneralReport.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnGeneralReport.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralReport.Image"))); this.btnGeneralReport.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnGeneralReport.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnGeneralReport.Name = "btnGeneralReport"; this.btnGeneralReport.Text = "用户报告"; this.btnGeneralReport.Click += new System.EventHandler(this.btnGeneralReport_Click); // // ribbonBar3 // this.ribbonBar3.AutoOverflowEnabled = true; // // // this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.ContainerControlProcessDialogKey = true; this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar3.DragDropSupport = true; this.ribbonBar3.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer6}); this.ribbonBar3.Location = new System.Drawing.Point(212, 0); this.ribbonBar3.Name = "ribbonBar3"; this.ribbonBar3.Size = new System.Drawing.Size(78, 92); this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar3.TabIndex = 17; this.ribbonBar3.Text = "查询"; // // // this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer6 // // // // this.itemContainer6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer6.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer6.Name = "itemContainer6"; this.itemContainer6.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnGeneralSearch}); // // // this.itemContainer6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer6.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnGeneralSearch // this.btnGeneralSearch.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnGeneralSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralSearch.Image"))); this.btnGeneralSearch.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnGeneralSearch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnGeneralSearch.Name = "btnGeneralSearch"; this.btnGeneralSearch.Text = "数据查询"; this.btnGeneralSearch.Click += new System.EventHandler(this.btnGeneralSearch_Click); // // ribbonBar2 // this.ribbonBar2.AutoOverflowEnabled = true; // // // this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.ContainerControlProcessDialogKey = true; this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar2.DragDropSupport = true; this.ribbonBar2.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer5, this.itemContainer16}); this.ribbonBar2.Location = new System.Drawing.Point(79, 0); this.ribbonBar2.Name = "ribbonBar2"; this.ribbonBar2.Size = new System.Drawing.Size(133, 92); this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar2.TabIndex = 15; this.ribbonBar2.Text = "测试"; // // // this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer5 // // // // this.itemContainer5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer5.Name = "itemContainer5"; this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnGeneralStart}); // // // this.itemContainer5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer5.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnGeneralStart // this.btnGeneralStart.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnGeneralStart.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralStart.Image"))); this.btnGeneralStart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnGeneralStart.Name = "btnGeneralStart"; this.btnGeneralStart.Text = "开始测试"; this.btnGeneralStart.Click += new System.EventHandler(this.btnGeneralStart_Click); // // itemContainer16 // // // // this.itemContainer16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer16.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer16.Name = "itemContainer16"; this.itemContainer16.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnGeneralFinish}); // // // this.itemContainer16.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer16.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnGeneralFinish // this.btnGeneralFinish.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnGeneralFinish.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralFinish.Image"))); this.btnGeneralFinish.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnGeneralFinish.Name = "btnGeneralFinish"; this.btnGeneralFinish.Text = "停止测试"; this.btnGeneralFinish.Click += new System.EventHandler(this.btnGeneralFinish_Click); // // ribbonBar5 // this.ribbonBar5.AutoOverflowEnabled = true; // // // this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar5.ContainerControlProcessDialogKey = true; this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar5.DragDropSupport = true; this.ribbonBar5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer15}); this.ribbonBar5.Location = new System.Drawing.Point(3, 0); this.ribbonBar5.Name = "ribbonBar5"; this.ribbonBar5.Size = new System.Drawing.Size(76, 92); this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar5.TabIndex = 14; this.ribbonBar5.Text = "设置"; // // // this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar5.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer15 // // // // this.itemContainer15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer15.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer15.Name = "itemContainer15"; this.itemContainer15.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnGeneralSN}); // // // this.itemContainer15.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer15.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnGeneralSN // this.btnGeneralSN.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnGeneralSN.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralSN.Image"))); this.btnGeneralSN.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnGeneralSN.Name = "btnGeneralSN"; this.btnGeneralSN.Text = "测试预设"; this.btnGeneralSN.Click += new System.EventHandler(this.btnGeneralSN_Click); // // fctRibbonPanel // this.fctRibbonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.fctRibbonPanel.Controls.Add(this.ribbonBar4); this.fctRibbonPanel.Controls.Add(this.ribbonBar6); this.fctRibbonPanel.Controls.Add(this.ribbonBar7); this.fctRibbonPanel.Controls.Add(this.ribbonBar8); this.fctRibbonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.fctRibbonPanel.Location = new System.Drawing.Point(0, 56); this.fctRibbonPanel.Name = "fctRibbonPanel"; this.fctRibbonPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.fctRibbonPanel.Size = new System.Drawing.Size(954, 95); // // // this.fctRibbonPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.fctRibbonPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.fctRibbonPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fctRibbonPanel.TabIndex = 2; this.fctRibbonPanel.Visible = false; // // ribbonBar4 // this.ribbonBar4.AutoOverflowEnabled = true; // // // this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar4.ContainerControlProcessDialogKey = true; this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar4.DragDropSupport = true; this.ribbonBar4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer4}); this.ribbonBar4.Location = new System.Drawing.Point(290, 0); this.ribbonBar4.Name = "ribbonBar4"; this.ribbonBar4.Size = new System.Drawing.Size(81, 92); this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar4.TabIndex = 22; this.ribbonBar4.Text = "报告"; // // // this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar4.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer4 // // // // this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer4.Name = "itemContainer4"; this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer14}); // // // this.itemContainer4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer4.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer14 // // // // this.itemContainer14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer14.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer14.Name = "itemContainer14"; this.itemContainer14.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnFCTReport}); // // // this.itemContainer14.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer14.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnFCTReport // this.btnFCTReport.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnFCTReport.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTReport.Image"))); this.btnFCTReport.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnFCTReport.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnFCTReport.Name = "btnFCTReport"; this.btnFCTReport.Text = "用户报告"; this.btnFCTReport.Click += new System.EventHandler(this.btnFCTReport_Click); // // ribbonBar6 // this.ribbonBar6.AutoOverflowEnabled = true; // // // this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar6.ContainerControlProcessDialogKey = true; this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar6.DragDropSupport = true; this.ribbonBar6.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer8}); this.ribbonBar6.Location = new System.Drawing.Point(212, 0); this.ribbonBar6.Name = "ribbonBar6"; this.ribbonBar6.Size = new System.Drawing.Size(78, 92); this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar6.TabIndex = 21; this.ribbonBar6.Text = "查询"; // // // this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar6.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer8 // // // // this.itemContainer8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer8.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer8.Name = "itemContainer8"; this.itemContainer8.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnFCTSearch}); // // // this.itemContainer8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer8.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnFCTSearch // this.btnFCTSearch.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnFCTSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTSearch.Image"))); this.btnFCTSearch.ImageFixedSize = new System.Drawing.Size(32, 32); this.btnFCTSearch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnFCTSearch.Name = "btnFCTSearch"; this.btnFCTSearch.Text = "数据查询"; this.btnFCTSearch.Click += new System.EventHandler(this.btnFCTSearch_Click); // // ribbonBar7 // this.ribbonBar7.AutoOverflowEnabled = true; // // // this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar7.ContainerControlProcessDialogKey = true; this.ribbonBar7.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar7.DragDropSupport = true; this.ribbonBar7.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer9, this.itemContainer13}); this.ribbonBar7.Location = new System.Drawing.Point(79, 0); this.ribbonBar7.Name = "ribbonBar7"; this.ribbonBar7.Size = new System.Drawing.Size(133, 92); this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar7.TabIndex = 20; this.ribbonBar7.Text = "测试"; // // // this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar7.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer9 // // // // this.itemContainer9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer9.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer9.Name = "itemContainer9"; this.itemContainer9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnFCTStart}); // // // this.itemContainer9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer9.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnFCTStart // this.btnFCTStart.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnFCTStart.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTStart.Image"))); this.btnFCTStart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnFCTStart.Name = "btnFCTStart"; this.btnFCTStart.Text = "开始测试"; this.btnFCTStart.Click += new System.EventHandler(this.btnFCTStart_Click); // // itemContainer13 // // // // this.itemContainer13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer13.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer13.Name = "itemContainer13"; this.itemContainer13.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnFCTFinish}); // // // this.itemContainer13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer13.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnFCTFinish // this.btnFCTFinish.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnFCTFinish.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTFinish.Image"))); this.btnFCTFinish.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnFCTFinish.Name = "btnFCTFinish"; this.btnFCTFinish.Text = "停止测试"; this.btnFCTFinish.Click += new System.EventHandler(this.btnFCTFinish_Click); // // ribbonBar8 // this.ribbonBar8.AutoOverflowEnabled = true; // // // this.ribbonBar8.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar8.ContainerControlProcessDialogKey = true; this.ribbonBar8.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar8.DragDropSupport = true; this.ribbonBar8.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.ribbonBar8.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer12}); this.ribbonBar8.Location = new System.Drawing.Point(3, 0); this.ribbonBar8.Name = "ribbonBar8"; this.ribbonBar8.Size = new System.Drawing.Size(76, 92); this.ribbonBar8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar8.TabIndex = 19; this.ribbonBar8.Text = "设置"; // // // this.ribbonBar8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar8.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar8.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // itemContainer12 // // // // this.itemContainer12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer12.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center; this.itemContainer12.Name = "itemContainer12"; this.itemContainer12.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnFCTSN}); // // // this.itemContainer12.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer12.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnFCTSN // this.btnFCTSN.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnFCTSN.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTSN.Image"))); this.btnFCTSN.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnFCTSN.Name = "btnFCTSN"; this.btnFCTSN.Text = "测试预设"; this.btnFCTSN.Click += new System.EventHandler(this.btnFCTSN_Click); // // ribbonPanel1 // this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.ribbonBar11); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 0); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel1.Size = new System.Drawing.Size(954, 151); // // // this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.TabIndex = 4; this.ribbonPanel1.Visible = false; // // ribbonBar11 // this.ribbonBar11.AutoOverflowEnabled = true; // // // this.ribbonBar11.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar11.ContainerControlProcessDialogKey = true; this.ribbonBar11.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar11.DragDropSupport = true; this.ribbonBar11.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnHelp, this.btnAbout}); this.ribbonBar11.Location = new System.Drawing.Point(3, 0); this.ribbonBar11.Name = "ribbonBar11"; this.ribbonBar11.Size = new System.Drawing.Size(143, 148); this.ribbonBar11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar11.TabIndex = 0; this.ribbonBar11.Text = "帮助"; // // // this.ribbonBar11.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar11.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar11.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle; // // btnHelp // this.btnHelp.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnHelp.Enabled = false; this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image"))); this.btnHelp.Name = "btnHelp"; this.btnHelp.SubItemsExpandWidth = 14; this.btnHelp.Text = "帮助"; // // btnAbout // this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnAbout.Image"))); this.btnAbout.Name = "btnAbout"; this.btnAbout.SubItemsExpandWidth = 14; this.btnAbout.Text = "关于"; this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click); // // selfRibbonTabItem // this.selfRibbonTabItem.Checked = true; this.selfRibbonTabItem.Name = "selfRibbonTabItem"; this.selfRibbonTabItem.Panel = this.selfRibbonPanel; this.selfRibbonTabItem.Text = "系统自检"; this.selfRibbonTabItem.Click += new System.EventHandler(this.selfRibbonTabItem_Click); // // fctRibbonTabItem // this.fctRibbonTabItem.Name = "fctRibbonTabItem"; this.fctRibbonTabItem.Panel = this.fctRibbonPanel; this.fctRibbonTabItem.Text = "组件测试"; this.fctRibbonTabItem.Click += new System.EventHandler(this.fctRibbonTabItem_Click); // // genneralRibbonTabItem // this.genneralRibbonTabItem.Name = "genneralRibbonTabItem"; this.genneralRibbonTabItem.Panel = this.genneralRibbonPanel; this.genneralRibbonTabItem.Text = "单板测试"; this.genneralRibbonTabItem.Click += new System.EventHandler(this.genneralRibbonTabItem_Click); // // ribbonTabItem1 // this.ribbonTabItem1.Name = "ribbonTabItem1"; this.ribbonTabItem1.Panel = this.ribbonPanel1; this.ribbonTabItem1.Text = "帮助"; // // office2007StartButton1 // this.office2007StartButton1.AutoExpandOnClick = true; this.office2007StartButton1.CanCustomize = false; this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image; this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image"))); this.office2007StartButton1.ImagePaddingHorizontal = 2; this.office2007StartButton1.ImagePaddingVertical = 2; this.office2007StartButton1.Name = "office2007StartButton1"; this.office2007StartButton1.ShowSubItems = false; this.office2007StartButton1.Text = "&File"; // // lblStatus // this.lblStatus.BackColor = System.Drawing.Color.Transparent; // // // this.lblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblStatus.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblStatus.Dock = System.Windows.Forms.DockStyle.Right; this.lblStatus.Font = new System.Drawing.Font("Calibri", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStatus.ForeColor = System.Drawing.Color.OrangeRed; this.lblStatus.Location = new System.Drawing.Point(567, 0); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(387, 57); this.lblStatus.TabIndex = 21; this.lblStatus.Text = "Preparing..."; this.lblStatus.TextAlignment = System.Drawing.StringAlignment.Center; // // lblRunningTime // this.lblRunningTime.BackColor = System.Drawing.Color.Transparent; // // // this.lblRunningTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblRunningTime.Dock = System.Windows.Forms.DockStyle.Left; this.lblRunningTime.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRunningTime.Location = new System.Drawing.Point(0, 0); this.lblRunningTime.Name = "lblRunningTime"; this.lblRunningTime.Size = new System.Drawing.Size(290, 57); this.lblRunningTime.TabIndex = 19; this.lblRunningTime.Text = "计时:000:00:00"; // // mainTimer // this.mainTimer.Enabled = true; this.mainTimer.Interval = 500; this.mainTimer.Tick += new System.EventHandler(this.mainTimer_Tick); // // panelEx3 // this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx3.Controls.Add(this.lblRemainTime); this.panelEx3.Controls.Add(this.lblStatus); this.panelEx3.Controls.Add(this.lblRunningTime); this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx3.Location = new System.Drawing.Point(5, 614); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(954, 57); this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx3.Style.GradientAngle = 90; this.panelEx3.TabIndex = 0; // // lblRemainTime // this.lblRemainTime.BackColor = System.Drawing.Color.Transparent; // // // this.lblRemainTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblRemainTime.Dock = System.Windows.Forms.DockStyle.Left; this.lblRemainTime.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRemainTime.Location = new System.Drawing.Point(290, 0); this.lblRemainTime.Name = "lblRemainTime"; this.lblRemainTime.Size = new System.Drawing.Size(311, 57); this.lblRemainTime.TabIndex = 22; this.lblRemainTime.Text = "剩余:000:00:00"; // // tabControl // this.tabControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.tabControl.CanReorderTabs = true; this.tabControl.Controls.Add(this.selfTabControlPanel); this.tabControl.Controls.Add(this.genneralTabControlPanel); this.tabControl.Controls.Add(this.fctTabControlPanel); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(5, 155); this.tabControl.Name = "tabControl"; this.tabControl.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.tabControl.SelectedTabIndex = 0; this.tabControl.Size = new System.Drawing.Size(954, 459); this.tabControl.TabIndex = 1; this.tabControl.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabControl.Tabs.Add(this.selfTabItem); this.tabControl.Tabs.Add(this.fctTabItem); this.tabControl.Tabs.Add(this.genneralTabItem); this.tabControl.TabsVisible = false; this.tabControl.Text = "tabControl1"; // // selfTabControlPanel // this.selfTabControlPanel.Controls.Add(this.selfLogList); this.selfTabControlPanel.Controls.Add(this.cabinetTreeView); this.selfTabControlPanel.DisabledBackColor = System.Drawing.Color.Empty; this.selfTabControlPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.selfTabControlPanel.Location = new System.Drawing.Point(0, 26); this.selfTabControlPanel.Name = "selfTabControlPanel"; this.selfTabControlPanel.Padding = new System.Windows.Forms.Padding(1); this.selfTabControlPanel.Size = new System.Drawing.Size(954, 433); this.selfTabControlPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.selfTabControlPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.selfTabControlPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.selfTabControlPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.selfTabControlPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.selfTabControlPanel.Style.GradientAngle = 90; this.selfTabControlPanel.TabIndex = 4; this.selfTabControlPanel.TabItem = this.selfTabItem; // // selfLogList // this.selfLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.selfLogList.Dock = System.Windows.Forms.DockStyle.Fill; this.selfLogList.FullRowSelect = true; this.selfLogList.GridLines = true; this.selfLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.selfLogList.HideSelection = false; this.selfLogList.Location = new System.Drawing.Point(181, 1); this.selfLogList.MaxLogRecords = 300; this.selfLogList.MultiSelect = false; this.selfLogList.Name = "selfLogList"; this.selfLogList.ShowGroups = false; this.selfLogList.Size = new System.Drawing.Size(772, 431); this.selfLogList.TabIndex = 7; this.selfLogList.Timer = null; this.selfLogList.UseCompatibleStateImageBehavior = false; this.selfLogList.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "时间"; this.columnHeader1.Width = 110; // // columnHeader2 // this.columnHeader2.Text = "内容"; this.columnHeader2.Width = 578; // // cabinetTreeView // this.cabinetTreeView.Dock = System.Windows.Forms.DockStyle.Left; this.cabinetTreeView.Location = new System.Drawing.Point(1, 1); this.cabinetTreeView.Name = "cabinetTreeView"; this.cabinetTreeView.Size = new System.Drawing.Size(180, 431); this.cabinetTreeView.TabIndex = 0; // // selfTabItem // this.selfTabItem.AttachedControl = this.selfTabControlPanel; this.selfTabItem.Name = "selfTabItem"; this.selfTabItem.Text = "系统自检"; // // genneralTabControlPanel // this.genneralTabControlPanel.Controls.Add(this.tabControlGeneralView); this.genneralTabControlPanel.Controls.Add(this.generalCheckBoxTree); this.genneralTabControlPanel.Controls.Add(this.generalLogList); this.genneralTabControlPanel.DisabledBackColor = System.Drawing.Color.Empty; this.genneralTabControlPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.genneralTabControlPanel.Location = new System.Drawing.Point(0, 26); this.genneralTabControlPanel.Name = "genneralTabControlPanel"; this.genneralTabControlPanel.Padding = new System.Windows.Forms.Padding(1); this.genneralTabControlPanel.Size = new System.Drawing.Size(954, 433); this.genneralTabControlPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.genneralTabControlPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.genneralTabControlPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.genneralTabControlPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.genneralTabControlPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.genneralTabControlPanel.Style.GradientAngle = 90; this.genneralTabControlPanel.TabIndex = 3; this.genneralTabControlPanel.TabItem = this.fctTabItem; // // tabControlGeneralView // this.tabControlGeneralView.CanReorderTabs = true; this.tabControlGeneralView.Controls.Add(this.tabControlGeneralPanel); this.tabControlGeneralView.Controls.Add(this.tabControlPanel2); this.tabControlGeneralView.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlGeneralView.Location = new System.Drawing.Point(188, 1); this.tabControlGeneralView.Name = "tabControlGeneralView"; this.tabControlGeneralView.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.tabControlGeneralView.SelectedTabIndex = 0; this.tabControlGeneralView.Size = new System.Drawing.Size(765, 258); this.tabControlGeneralView.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left; this.tabControlGeneralView.TabIndex = 6; this.tabControlGeneralView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabControlGeneralView.Tabs.Add(this.tabItem1); this.tabControlGeneralView.Tabs.Add(this.tabItem2); // // tabControlGeneralPanel // this.tabControlGeneralPanel.Controls.Add(this.panelEx1); this.tabControlGeneralPanel.Controls.Add(this.judgeMatrixView); this.tabControlGeneralPanel.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlGeneralPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlGeneralPanel.Location = new System.Drawing.Point(26, 0); this.tabControlGeneralPanel.Name = "tabControlGeneralPanel"; this.tabControlGeneralPanel.Padding = new System.Windows.Forms.Padding(1); this.tabControlGeneralPanel.Size = new System.Drawing.Size(739, 258); this.tabControlGeneralPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.tabControlGeneralPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.tabControlGeneralPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlGeneralPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.tabControlGeneralPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlGeneralPanel.TabIndex = 1; this.tabControlGeneralPanel.TabItem = this.tabItem1; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx1.Location = new System.Drawing.Point(1, 230); this.panelEx1.Name = "panelEx1"; this.panelEx1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.panelEx1.Size = new System.Drawing.Size(737, 27); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 7; this.panelEx1.Text = "视图左侧为板卡选择区板卡,顶部为下位机上报消息的板卡"; // // tabItem1 // this.tabItem1.AttachedControl = this.tabControlGeneralPanel; this.tabItem1.Name = "tabItem1"; this.tabItem1.Text = "板卡"; // // tabControlPanel2 // this.tabControlPanel2.Controls.Add(this.componentSummaryViewGeneral); this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel2.Location = new System.Drawing.Point(26, 0); this.tabControlPanel2.Name = "tabControlPanel2"; this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel2.Size = new System.Drawing.Size(739, 258); this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel2.TabIndex = 2; this.tabControlPanel2.TabItem = this.tabItem2; // // tabItem2 // this.tabItem2.AttachedControl = this.tabControlPanel2; this.tabItem2.Name = "tabItem2"; this.tabItem2.Text = "组件"; // // generalCheckBoxTree // this.generalCheckBoxTree.CheckBoxes = true; this.generalCheckBoxTree.Dock = System.Windows.Forms.DockStyle.Left; this.generalCheckBoxTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll; this.generalCheckBoxTree.Location = new System.Drawing.Point(1, 1); this.generalCheckBoxTree.Name = "generalCheckBoxTree"; this.generalCheckBoxTree.Size = new System.Drawing.Size(187, 258); this.generalCheckBoxTree.TabIndex = 3; this.generalCheckBoxTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.generalCheckBoxTree_AfterCheck); // // generalLogList // this.generalLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader3, this.columnHeader4}); this.generalLogList.Dock = System.Windows.Forms.DockStyle.Bottom; this.generalLogList.FullRowSelect = true; this.generalLogList.GridLines = true; this.generalLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.generalLogList.HideSelection = false; this.generalLogList.Location = new System.Drawing.Point(1, 259); this.generalLogList.MaxLogRecords = 300; this.generalLogList.MultiSelect = false; this.generalLogList.Name = "generalLogList"; this.generalLogList.ShowGroups = false; this.generalLogList.Size = new System.Drawing.Size(952, 173); this.generalLogList.TabIndex = 4; this.generalLogList.Timer = null; this.generalLogList.UseCompatibleStateImageBehavior = false; this.generalLogList.View = System.Windows.Forms.View.Details; // // columnHeader3 // this.columnHeader3.Text = "时间"; this.columnHeader3.Width = 90; // // columnHeader4 // this.columnHeader4.Text = "内容"; this.columnHeader4.Width = 789; // // fctTabItem // this.fctTabItem.AttachedControl = this.fctTabControlPanel; this.fctTabItem.Name = "fctTabItem"; this.fctTabItem.Text = "组件测试"; this.fctTabItem.Visible = false; // // fctTabControlPanel // this.fctTabControlPanel.Controls.Add(this.componentSummaryView); this.fctTabControlPanel.Controls.Add(this.fctCheckBoxTree); this.fctTabControlPanel.Controls.Add(this.fctLogList); this.fctTabControlPanel.DisabledBackColor = System.Drawing.Color.Empty; this.fctTabControlPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.fctTabControlPanel.Location = new System.Drawing.Point(0, 26); this.fctTabControlPanel.Name = "fctTabControlPanel"; this.fctTabControlPanel.Padding = new System.Windows.Forms.Padding(1); this.fctTabControlPanel.Size = new System.Drawing.Size(954, 433); this.fctTabControlPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.fctTabControlPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.fctTabControlPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.fctTabControlPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156))))); this.fctTabControlPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.fctTabControlPanel.Style.GradientAngle = 90; this.fctTabControlPanel.TabIndex = 2; this.fctTabControlPanel.TabItem = this.genneralTabItem; // // fctCheckBoxTree // this.fctCheckBoxTree.CheckBoxes = true; this.fctCheckBoxTree.Dock = System.Windows.Forms.DockStyle.Left; this.fctCheckBoxTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll; this.fctCheckBoxTree.Location = new System.Drawing.Point(1, 1); this.fctCheckBoxTree.Name = "fctCheckBoxTree"; this.fctCheckBoxTree.Size = new System.Drawing.Size(178, 251); this.fctCheckBoxTree.TabIndex = 5; this.fctCheckBoxTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.fctCheckBoxTree_AfterCheck); // // fctLogList // this.fctLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader5, this.columnHeader6}); this.fctLogList.Dock = System.Windows.Forms.DockStyle.Bottom; this.fctLogList.FullRowSelect = true; this.fctLogList.GridLines = true; this.fctLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.fctLogList.HideSelection = false; this.fctLogList.Location = new System.Drawing.Point(1, 252); this.fctLogList.MaxLogRecords = 300; this.fctLogList.MultiSelect = false; this.fctLogList.Name = "fctLogList"; this.fctLogList.ShowGroups = false; this.fctLogList.Size = new System.Drawing.Size(952, 180); this.fctLogList.TabIndex = 6; this.fctLogList.Timer = null; this.fctLogList.UseCompatibleStateImageBehavior = false; this.fctLogList.View = System.Windows.Forms.View.Details; // // columnHeader5 // this.columnHeader5.Text = "时间"; this.columnHeader5.Width = 105; // // columnHeader6 // this.columnHeader6.Text = "内容"; this.columnHeader6.Width = 766; // // genneralTabItem // this.genneralTabItem.AttachedControl = this.genneralTabControlPanel; this.genneralTabItem.Name = "genneralTabItem"; this.genneralTabItem.Text = "单板测试"; this.genneralTabItem.Visible = false; // // statusTimer // this.statusTimer.Enabled = true; this.statusTimer.Interval = 1000; this.statusTimer.Tick += new System.EventHandler(this.statusTimer_Tick); // // styleManager2 // this.styleManager2.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager2.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // styleManager3 // this.styleManager3.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager3.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // judgeMatrixView // this.judgeMatrixView.Dock = System.Windows.Forms.DockStyle.Fill; this.judgeMatrixView.FullRowSelect = true; this.judgeMatrixView.GridLines = true; this.judgeMatrixView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.judgeMatrixView.HideSelection = false; this.judgeMatrixView.Location = new System.Drawing.Point(1, 1); this.judgeMatrixView.MultiSelect = false; this.judgeMatrixView.Name = "judgeMatrixView"; this.judgeMatrixView.ShowGroups = false; this.judgeMatrixView.Size = new System.Drawing.Size(737, 256); this.judgeMatrixView.TabIndex = 6; this.judgeMatrixView.Timer = null; this.judgeMatrixView.UseCompatibleStateImageBehavior = false; this.judgeMatrixView.View = System.Windows.Forms.View.Details; // // componentSummaryViewGeneral // this.componentSummaryViewGeneral.Dock = System.Windows.Forms.DockStyle.Fill; this.componentSummaryViewGeneral.FullRowSelect = true; this.componentSummaryViewGeneral.GridLines = true; this.componentSummaryViewGeneral.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.componentSummaryViewGeneral.HideSelection = false; this.componentSummaryViewGeneral.Location = new System.Drawing.Point(1, 1); this.componentSummaryViewGeneral.MultiSelect = false; this.componentSummaryViewGeneral.Name = "componentSummaryViewGeneral"; this.componentSummaryViewGeneral.ShowGroups = false; this.componentSummaryViewGeneral.Size = new System.Drawing.Size(737, 256); this.componentSummaryViewGeneral.TabIndex = 8; this.componentSummaryViewGeneral.Timer = null; this.componentSummaryViewGeneral.UseCompatibleStateImageBehavior = false; this.componentSummaryViewGeneral.View = System.Windows.Forms.View.Details; // // componentSummaryView // this.componentSummaryView.Dock = System.Windows.Forms.DockStyle.Fill; this.componentSummaryView.FullRowSelect = true; this.componentSummaryView.GridLines = true; this.componentSummaryView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.componentSummaryView.HideSelection = false; this.componentSummaryView.Location = new System.Drawing.Point(179, 1); this.componentSummaryView.MultiSelect = false; this.componentSummaryView.Name = "componentSummaryView"; this.componentSummaryView.ShowGroups = false; this.componentSummaryView.Size = new System.Drawing.Size(774, 251); this.componentSummaryView.TabIndex = 7; this.componentSummaryView.Timer = null; this.componentSummaryView.UseCompatibleStateImageBehavior = false; this.componentSummaryView.View = System.Windows.Forms.View.Details; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(964, 673); this.Controls.Add(this.tabControl); this.Controls.Add(this.panelEx3); this.Controls.Add(this.ribbonControl); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(964, 673); this.Name = "FormMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "VPI3功能测试系统"; 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.ribbonControl.ResumeLayout(false); this.ribbonControl.PerformLayout(); this.selfRibbonPanel.ResumeLayout(false); this.genneralRibbonPanel.ResumeLayout(false); this.fctRibbonPanel.ResumeLayout(false); this.ribbonPanel1.ResumeLayout(false); this.panelEx3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit(); this.tabControl.ResumeLayout(false); this.selfTabControlPanel.ResumeLayout(false); this.genneralTabControlPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabControlGeneralView)).EndInit(); this.tabControlGeneralView.ResumeLayout(false); this.tabControlGeneralPanel.ResumeLayout(false); this.tabControlPanel2.ResumeLayout(false); this.fctTabControlPanel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevComponents.DotNetBar.StyleManager stylem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserInfo)); 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(); this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this.btn_find = new DevComponents.DotNetBar.ButtonItem(); this.btn_add = new DevComponents.DotNetBar.ButtonItem(); this.btn_edit = new DevComponents.DotNetBar.ButtonItem(); this.btn_enter = new DevComponents.DotNetBar.ButtonItem(); this.btn_cancel = new DevComponents.DotNetBar.ButtonItem(); this.btn_visiable = new DevComponents.DotNetBar.ButtonItem(); this.btn_del = new DevComponents.DotNetBar.ButtonItem(); this.rti_oper = new DevComponents.DotNetBar.RibbonTabItem(); this.dgv = new MetroFramework.Controls.MetroGrid(); this.split_Con = new System.Windows.Forms.SplitContainer(); this.gp = new DevComponents.DotNetBar.Controls.GroupPanel(); this.txb_account = new MetroFramework.Controls.MetroTextBox(); this.label4 = new System.Windows.Forms.Label(); this.cmb_post = new MetroFramework.Controls.MetroComboBox(); this.label3 = new System.Windows.Forms.Label(); this.txb_tel = new MetroFramework.Controls.MetroTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txb_name = new MetroFramework.Controls.MetroTextBox(); this.label1 = new System.Windows.Forms.Label(); stylem = new DevComponents.DotNetBar.StyleManager(this.components); this.ribbonControl1.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.split_Con)).BeginInit(); this.split_Con.Panel1.SuspendLayout(); this.split_Con.Panel2.SuspendLayout(); this.split_Con.SuspendLayout(); this.gp.SuspendLayout(); this.SuspendLayout(); // // stylem // stylem.ManagerColorTint = System.Drawing.Color.Silver; stylem.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; stylem.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // dockContainerItem1 // this.dockContainerItem1.Name = "dockContainerItem1"; this.dockContainerItem1.Text = "dockContainerItem1"; // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.rti_oper }); this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl1.Size = new System.Drawing.Size(468, 122); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // ribbonPanel1 // this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.ribbonBar1); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 31); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel1.Size = new System.Drawing.Size(468, 88); // // // this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.TabIndex = 1; // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonBar1.DragDropSupport = true; this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btn_find, this.btn_add, this.btn_visiable, this.btn_edit, this.btn_enter, this.btn_cancel, this.btn_del }); this.ribbonBar1.Location = new System.Drawing.Point(3, 0); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(462, 85); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 0; // // // this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // btn_find // this.btn_find.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue; this.btn_find.Image = global::CS.UI.Properties.Resources.Find; this.btn_find.ImagePaddingHorizontal = 10; this.btn_find.ImagePaddingVertical = 10; this.btn_find.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_find.Name = "btn_find"; this.btn_find.SubItemsExpandWidth = 14; this.btn_find.Text = "查询"; this.btn_find.Visible = false; // // btn_add // this.btn_add.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue; this.btn_add.Image = global::CS.UI.Properties.Resources.add; this.btn_add.ImagePaddingHorizontal = 10; this.btn_add.ImagePaddingVertical = 10; this.btn_add.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_add.Name = "btn_add"; this.btn_add.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(2); this.btn_add.SubItemsExpandWidth = 14; this.btn_add.Text = "新增"; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // btn_edit // this.btn_edit.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue; this.btn_edit.Image = global::CS.UI.Properties.Resources.Eidter; this.btn_edit.ImagePaddingHorizontal = 10; this.btn_edit.ImagePaddingVertical = 10; this.btn_edit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_edit.Name = "btn_edit"; this.btn_edit.SubItemsExpandWidth = 14; this.btn_edit.Text = "编辑"; this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click); // // btn_enter // this.btn_enter.Enabled = false; this.btn_enter.Image = global::CS.UI.Properties.Resources.save; this.btn_enter.ImagePaddingHorizontal = 10; this.btn_enter.ImagePaddingVertical = 10; this.btn_enter.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_enter.Name = "btn_enter"; this.btn_enter.SubItemsExpandWidth = 14; this.btn_enter.Text = "确定"; this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click); // // btn_cancel // this.btn_cancel.Image = global::CS.UI.Properties.Resources.forbid; this.btn_cancel.ImagePaddingHorizontal = 10; this.btn_cancel.ImagePaddingVertical = 10; this.btn_cancel.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.SubItemsExpandWidth = 14; this.btn_cancel.Text = "返回"; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // btn_visiable // this.btn_visiable.Image = ((System.Drawing.Image)(resources.GetObject("btn_visiable.Image"))); this.btn_visiable.ImagePaddingHorizontal = 10; this.btn_visiable.ImagePaddingVertical = 10; this.btn_visiable.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_visiable.Name = "btn_visiable"; this.btn_visiable.SubItemsExpandWidth = 14; this.btn_visiable.Text = "明细"; this.btn_visiable.Click += new System.EventHandler(this.btn_visiable_Click); // // btn_del // this.btn_del.ColorTable = DevComponents.DotNetBar.eButtonColor.Magenta; this.btn_del.Image = global::CS.UI.Properties.Resources.delete; this.btn_del.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btn_del.Name = "btn_del"; this.btn_del.SubItemsExpandWidth = 14; this.btn_del.Text = "删除"; this.btn_del.Click += new System.EventHandler(this.btn_del_Click); // // rti_oper // this.rti_oper.Checked = true; this.rti_oper.Name = "rti_oper"; this.rti_oper.Panel = this.ribbonPanel1; this.rti_oper.Text = "数据编辑"; // // dgv // this.dgv.AllowUserToAddRows = false; this.dgv.AllowUserToDeleteRows = false; this.dgv.AllowUserToResizeRows = false; this.dgv.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17))))); dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136))))); dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17))))); dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv.DefaultCellStyle = dataGridViewCellStyle2; this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv.EnableHeadersVisualStyles = false; this.dgv.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.dgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgv.Location = new System.Drawing.Point(0, 0); this.dgv.Name = "dgv"; this.dgv.ReadOnly = true; this.dgv.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17))))); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgv.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgv.RowTemplate.Height = 23; this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv.Size = new System.Drawing.Size(468, 301); this.dgv.TabIndex = 1; this.dgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellClick); // // split_Con // this.split_Con.Dock = System.Windows.Forms.DockStyle.Fill; this.split_Con.Location = new System.Drawing.Point(0, 122); this.split_Con.Name = "split_Con"; // // split_Con.Panel1 // this.split_Con.Panel1.Controls.Add(this.gp); this.split_Con.Panel1Collapsed = true; // // split_Con.Panel2 // this.split_Con.Panel2.Controls.Add(this.dgv); this.split_Con.Size = new System.Drawing.Size(468, 301); this.split_Con.SplitterDistance = 249; this.split_Con.TabIndex = 3; // // gp // this.gp.CanvasColor = System.Drawing.SystemColors.Control; this.gp.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.gp.Controls.Add(this.txb_account); this.gp.Controls.Add(this.label4); this.gp.Controls.Add(this.cmb_post); this.gp.Controls.Add(this.label3); this.gp.Controls.Add(this.txb_tel); this.gp.Controls.Add(this.label2); this.gp.Controls.Add(this.txb_name); this.gp.Controls.Add(this.label1); this.gp.DisabledBackColor = System.Drawing.Color.Empty; this.gp.Dock = System.Windows.Forms.DockStyle.Fill; this.gp.Enabled = false; this.gp.Location = new System.Drawing.Point(0, 0); this.gp.Name = "gp"; this.gp.Size = new System.Drawing.Size(249, 100); // // // this.gp.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.gp.Style.BackColorGradientAngle = 90; this.gp.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.gp.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp.Style.BorderBottomWidth = 1; this.gp.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.gp.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp.Style.BorderLeftWidth = 1; this.gp.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp.Style.BorderRightWidth = 1; this.gp.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.gp.Style.BorderTopWidth = 1; this.gp.Style.CornerDiameter = 4; this.gp.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.gp.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.gp.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.gp.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.gp.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.gp.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.gp.TabIndex = 12; this.gp.Text = "编辑"; // // txb_account // // // // this.txb_account.CustomButton.Image = null; this.txb_account.CustomButton.Location = new System.Drawing.Point(99, 1); this.txb_account.CustomButton.Name = ""; this.txb_account.CustomButton.Size = new System.Drawing.Size(21, 21); this.txb_account.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txb_account.CustomButton.TabIndex = 1; this.txb_account.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txb_account.CustomButton.UseSelectable = true; this.txb_account.CustomButton.Visible = false; this.txb_account.Lines = new string[0]; this.txb_account.Location = new System.Drawing.Point(100, 78); this.txb_account.MaxLength = 32767; this.txb_account.Name = "txb_account"; this.txb_account.PasswordChar = '\0'; this.txb_account.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txb_account.SelectedText = ""; this.txb_account.SelectionLength = 0; this.txb_account.SelectionStart = 0; this.txb_account.Size = new System.Drawing.Size(121, 23); this.txb_account.TabIndex = 19; this.txb_account.UseSelectable = true; this.txb_account.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txb_account.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 81); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 16); this.label4.TabIndex = 18; this.label4.Text = "账号"; // // cmb_post // this.cmb_post.FormattingEnabled = true; this.cmb_post.ItemHeight = 23; this.cmb_post.Location = new System.Drawing.Point(100, 172); this.cmb_post.Name = "cmb_post"; this.cmb_post.Size = new System.Drawing.Size(121, 29); this.cmb_post.TabIndex = 17; this.cmb_post.UseSelectable = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 175); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(40, 16); this.label3.TabIndex = 16; this.label3.Text = "职位"; // // txb_tel // // // // this.txb_tel.CustomButton.Image = null; this.txb_tel.CustomButton.Location = new System.Drawing.Point(99, 1); this.txb_tel.CustomButton.Name = ""; this.txb_tel.CustomButton.Size = new System.Drawing.Size(21, 21); this.txb_tel.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txb_tel.CustomButton.TabIndex = 1; this.txb_tel.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txb_tel.CustomButton.UseSelectable = true; this.txb_tel.CustomButton.Visible = false; this.txb_tel.Lines = new string[0]; this.txb_tel.Location = new System.Drawing.Point(100, 123); this.txb_tel.MaxLength = 32767; this.txb_tel.Name = "txb_tel"; this.txb_tel.PasswordChar = '\0'; this.txb_tel.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txb_tel.SelectedText = ""; this.txb_tel.SelectionLength = 0; this.txb_tel.SelectionStart = 0; this.txb_tel.Size = new System.Drawing.Size(121, 23); this.txb_tel.TabIndex = 15; this.txb_tel.UseSelectable = true; this.txb_tel.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txb_tel.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 126); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 16); this.label2.TabIndex = 14; this.label2.Text = "电话"; // // txb_name // // // // this.txb_name.CustomButton.Image = null; this.txb_name.CustomButton.Location = new System.Drawing.Point(99, 1); this.txb_name.CustomButton.Name = ""; this.txb_name.CustomButton.Size = new System.Drawing.Size(21, 21); this.txb_name.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txb_name.CustomButton.TabIndex = 1; this.txb_name.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txb_name.CustomButton.UseSelectable = true; this.txb_name.CustomButton.Visible = false; this.txb_name.Lines = new string[0]; this.txb_name.Location = new System.Drawing.Point(100, 36); this.txb_name.MaxLength = 32767; this.txb_name.Name = "txb_name"; this.txb_name.PasswordChar = '\0'; this.txb_name.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txb_name.SelectedText = ""; this.txb_name.SelectionLength = 0; this.txb_name.SelectionStart = 0; this.txb_name.Size = new System.Drawing.Size(121, 23); this.txb_name.TabIndex = 13; this.txb_name.UseSelectable = true; this.txb_name.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txb_name.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 16); this.label1.TabIndex = 12; this.label1.Text = "姓名"; // // FrmUserInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(468, 423); this.Controls.Add(this.split_Con); this.Controls.Add(this.ribbonControl1); this.DoubleBuffered = true; this.Name = "FrmUserInfo"; this.Text = "FrmUserInfo"; this.Load += new System.EventHandler(this.FrmUserInfo_Load); this.ribbonControl1.ResumeLayout(false); this.ribbonControl1.PerformLayout(); this.ribbonPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.split_Con.Panel1.ResumeLayout(false); this.split_Con.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.split_Con)).EndInit(); this.split_Con.ResumeLayout(false); this.gp.ResumeLayout(false); this.gp.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(CalendarControl)); this.dateNavigator = new DevComponents.DotNetBar.Schedule.DateNavigator(); this.calendarView = new DevComponents.DotNetBar.Schedule.CalendarView(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.barView = new DevComponents.DotNetBar.Bar(); this.btnDayView = new DevComponents.DotNetBar.ButtonItem(); this.btnWeekView = new DevComponents.DotNetBar.ButtonItem(); this.btnMonthView = new DevComponents.DotNetBar.ButtonItem(); this.panelCalendar = new System.Windows.Forms.Panel(); this.contextMenuBar1 = new DevComponents.DotNetBar.ContextMenuBar(); this.InContentContextMenu = new DevComponents.DotNetBar.ButtonItem(); this.btnAddAppointment = new DevComponents.DotNetBar.ButtonItem(); this.buttonItemBuscar = new DevComponents.DotNetBar.ButtonItem(); this.buttonItemNotificar = new DevComponents.DotNetBar.ButtonItem(); this.InTabContextMenu = new DevComponents.DotNetBar.ButtonItem(); this.InTabOcultar = new DevComponents.DotNetBar.ButtonItem(); this.InTabAddNewTab = new DevComponents.DotNetBar.LabelItem(); this.InTabReplaceTab = new DevComponents.DotNetBar.LabelItem(); this.InAppointment = new DevComponents.DotNetBar.ButtonItem(); this.buttonItemVerAppointment = new DevComponents.DotNetBar.ButtonItem(); this.buttonItemDeleteAppointment = new DevComponents.DotNetBar.ButtonItem(); this.buttonItemBorrarSerie = new DevComponents.DotNetBar.ButtonItem(); this.checkBoxItemReprogramada = new DevComponents.DotNetBar.CheckBoxItem(); this.barStatus = new DevComponents.DotNetBar.Bar(); this.buttonItemMultiUser = new DevComponents.DotNetBar.ButtonItem(); this.buttonItemSingleUser = new DevComponents.DotNetBar.ButtonItem(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip(); ((System.ComponentModel.ISupportInitialize)(this.barView)).BeginInit(); this.panelCalendar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.contextMenuBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barStatus)).BeginInit(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // dateNavigator // this.dateNavigator.CalendarView = this.calendarView; this.dateNavigator.CanvasColor = System.Drawing.SystemColors.Control; this.dateNavigator.Dock = System.Windows.Forms.DockStyle.Top; this.dateNavigator.Location = new System.Drawing.Point(0, 0); this.dateNavigator.Name = "dateNavigator"; this.dateNavigator.Size = new System.Drawing.Size(694, 30); this.dateNavigator.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255))))); this.dateNavigator.TabIndex = 5; this.dateNavigator.Text = "dateNavigator"; // // calendarView // this.calendarView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255))))); // // // this.calendarView.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.calendarView.ContainerControlProcessDialogKey = true; this.calendarView.Dock = System.Windows.Forms.DockStyle.Fill; this.calendarView.HighlightCurrentDay = true; this.calendarView.Images = this.imageList; this.calendarView.LabelTimeSlots = true; this.calendarView.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.calendarView.Location = new System.Drawing.Point(0, 30); this.calendarView.MinimumTimeSlotHeight = 30; this.calendarView.MultiUserTabHeight = 19; this.calendarView.Name = "calendarView"; this.calendarView.ShowOnlyWorkDayHours = true; this.calendarView.Size = new System.Drawing.Size(694, 271); this.calendarView.TabIndex = 4; this.calendarView.Text = "calendarView"; this.calendarView.TimeIndicator.BorderColor = System.Drawing.Color.Empty; this.calendarView.TimeIndicator.IndicatorArea = DevComponents.DotNetBar.Schedule.eTimeIndicatorArea.Content; this.calendarView.TimeIndicator.Tag = null; this.calendarView.TimeIndicator.Visibility = DevComponents.DotNetBar.Schedule.eTimeIndicatorVisibility.AllResources; this.calendarView.TimeSlotDuration = 30; this.calendarView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.calendarView_MouseUp); // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "disabled"); // // barView // this.barView.AntiAlias = true; this.barView.Dock = System.Windows.Forms.DockStyle.Top; this.barView.Font = new System.Drawing.Font("Segoe UI", 9F); this.barView.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnDayView, this.btnWeekView, this.btnMonthView}); this.barView.Location = new System.Drawing.Point(0, 0); this.barView.Name = "barView"; this.barView.RoundCorners = false; this.barView.Size = new System.Drawing.Size(700, 63); this.barView.Stretch = true; this.barView.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.barView.TabIndex = 3; this.barView.TabStop = false; this.barView.Text = "ViewBar"; // // btnDayView // this.btnDayView.Checked = true; this.btnDayView.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.btnDayView.FixedSize = new System.Drawing.Size(100, 60); this.btnDayView.Image = ((System.Drawing.Image)(resources.GetObject("btnDayView.Image"))); this.btnDayView.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnDayView.Name = "btnDayView"; this.btnDayView.OptionGroup = "View"; this.superTooltip1.SetSuperTooltip(this.btnDayView, new DevComponents.DotNetBar.SuperTooltipInfo("Vista por día", "", "", ((System.Drawing.Image)(resources.GetObject("btnDayView.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnDayView.Text = "Día"; this.btnDayView.Click += new System.EventHandler(this.btnDayView_Click); // // btnWeekView // this.btnWeekView.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.btnWeekView.FixedSize = new System.Drawing.Size(100, 60); this.btnWeekView.Image = ((System.Drawing.Image)(resources.GetObject("btnWeekView.Image"))); this.btnWeekView.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnWeekView.Name = "btnWeekView"; this.btnWeekView.OptionGroup = "View"; this.superTooltip1.SetSuperTooltip(this.btnWeekView, new DevComponents.DotNetBar.SuperTooltipInfo("Vista por semana", "", "", ((System.Drawing.Image)(resources.GetObject("btnWeekView.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnWeekView.Text = "Semana"; this.btnWeekView.Click += new System.EventHandler(this.btnWeekView_Click); // // btnMonthView // this.btnMonthView.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.btnMonthView.FixedSize = new System.Drawing.Size(100, 60); this.btnMonthView.Image = ((System.Drawing.Image)(resources.GetObject("btnMonthView.Image"))); this.btnMonthView.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.btnMonthView.Name = "btnMonthView"; this.btnMonthView.OptionGroup = "View"; this.superTooltip1.SetSuperTooltip(this.btnMonthView, new DevComponents.DotNetBar.SuperTooltipInfo("Vista por mes", "", "", ((System.Drawing.Image)(resources.GetObject("btnMonthView.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnMonthView.Text = "Mes"; this.btnMonthView.Click += new System.EventHandler(this.btnMonthView_Click); // // panelCalendar // this.panelCalendar.Controls.Add(this.contextMenuBar1); this.panelCalendar.Controls.Add(this.calendarView); this.panelCalendar.Controls.Add(this.dateNavigator); this.panelCalendar.Dock = System.Windows.Forms.DockStyle.Fill; this.panelCalendar.Location = new System.Drawing.Point(3, 3); this.panelCalendar.Name = "panelCalendar"; this.panelCalendar.Size = new System.Drawing.Size(694, 301); this.panelCalendar.TabIndex = 6; // // contextMenuBar1 // this.contextMenuBar1.AntiAlias = true; this.contextMenuBar1.DockSide = DevComponents.DotNetBar.eDockSide.Document; this.contextMenuBar1.Font = new System.Drawing.Font("Segoe UI", 9F); this.contextMenuBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.InContentContextMenu, this.InTabContextMenu, this.InAppointment}); this.contextMenuBar1.Location = new System.Drawing.Point(153, 178); this.contextMenuBar1.Name = "contextMenuBar1"; this.contextMenuBar1.Size = new System.Drawing.Size(116, 69); this.contextMenuBar1.Stretch = true; this.contextMenuBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.contextMenuBar1.TabIndex = 6; this.contextMenuBar1.TabStop = false; this.contextMenuBar1.Text = "contextMenuBar1"; // // InContentContextMenu // this.InContentContextMenu.AutoExpandOnClick = true; this.InContentContextMenu.Name = "InContentContextMenu"; this.InContentContextMenu.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnAddAppointment, this.buttonItemBuscar, this.buttonItemNotificar}); this.InContentContextMenu.Text = "In Content"; this.InContentContextMenu.Click += new System.EventHandler(this.InContentContextMenu_Click); // // btnAddAppointment // this.btnAddAppointment.Name = "btnAddAppointment"; this.btnAddAppointment.Text = "Agregar"; this.btnAddAppointment.Click += new System.EventHandler(this.btnAddAppointment_Click); // // buttonItemBuscar // this.buttonItemBuscar.Name = "buttonItemBuscar"; this.buttonItemBuscar.Text = "Buscar"; this.buttonItemBuscar.Click += new System.EventHandler(this.buttonItemBuscar_Click); // // buttonItemNotificar // this.buttonItemNotificar.Name = "buttonItemNotificar"; this.buttonItemNotificar.Text = "Notificar"; this.buttonItemNotificar.Click += new System.EventHandler(this.buttonItemNotificar_Click); // // InTabContextMenu // this.InTabContextMenu.AutoExpandOnClick = true; this.InTabContextMenu.Name = "InTabContextMenu"; this.InTabContextMenu.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.InTabOcultar, this.InTabAddNewTab, this.InTabReplaceTab}); this.InTabContextMenu.Text = "InTab"; // // InTabOcultar // this.InTabOcultar.Name = "InTabOcultar"; this.InTabOcultar.Text = "Ocultar"; this.InTabOcultar.Click += new System.EventHandler(this.InTabOcultar_Click); // // InTabAddNewTab // this.InTabAddNewTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(238))))); this.InTabAddNewTab.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; this.InTabAddNewTab.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine; this.InTabAddNewTab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(21)))), ((int)(((byte)(110))))); this.InTabAddNewTab.Name = "InTabAddNewTab"; this.InTabAddNewTab.PaddingBottom = 1; this.InTabAddNewTab.PaddingLeft = 10; this.InTabAddNewTab.PaddingTop = 1; this.InTabAddNewTab.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.InTabAddNewTab.Text = "Agregar"; // // InTabReplaceTab // this.InTabReplaceTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(238))))); this.InTabReplaceTab.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; this.InTabReplaceTab.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine; this.InTabReplaceTab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(21)))), ((int)(((byte)(110))))); this.InTabReplaceTab.Name = "InTabReplaceTab"; this.InTabReplaceTab.PaddingBottom = 1; this.InTabReplaceTab.PaddingLeft = 10; this.InTabReplaceTab.PaddingTop = 1; this.InTabReplaceTab.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.InTabReplaceTab.Text = "Reemplazar"; // // InAppointment // this.InAppointment.AutoExpandOnClick = true; this.InAppointment.Name = "InAppointment"; this.InAppointment.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItemVerAppointment, this.buttonItemDeleteAppointment, this.buttonItemBorrarSerie, this.checkBoxItemReprogramada}); this.InAppointment.Text = "InAppointment"; // // buttonItemVerAppointment // this.buttonItemVerAppointment.Name = "buttonItemVerAppointment"; this.buttonItemVerAppointment.Text = "Ver"; this.buttonItemVerAppointment.Click += new System.EventHandler(this.buttonItemEditarAppointment_Click); // // buttonItemDeleteAppointment // this.buttonItemDeleteAppointment.Name = "buttonItemDeleteAppointment"; this.buttonItemDeleteAppointment.Text = "Borrar"; this.buttonItemDeleteAppointment.Click += new System.EventHandler(this.buttonItemDeleteAppointment_Click); // // buttonItemBorrarSerie // this.buttonItemBorrarSerie.Name = "buttonItemBorrarSerie"; this.buttonItemBorrarSerie.Text = "Borrar Serie"; this.buttonItemBorrarSerie.Visible = false; this.buttonItemBorrarSerie.Click += new System.EventHandler(this.buttonItemBorrarSerie_Click); // // checkBoxItemReprogramada // this.checkBoxItemReprogramada.Name = "checkBoxItemReprogramada"; this.checkBoxItemReprogramada.Text = "Reprogramada"; this.checkBoxItemReprogramada.Click += new System.EventHandler(this.checkBoxItemReprogramada_Click); // // barStatus // this.barStatus.AntiAlias = true; this.barStatus.BackColor = System.Drawing.Color.CornflowerBlue; this.barStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.barStatus.DockSide = DevComponents.DotNetBar.eDockSide.Document; this.barStatus.Font = new System.Drawing.Font("Segoe UI", 9F); this.barStatus.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItemMultiUser, this.buttonItemSingleUser}); this.barStatus.Location = new System.Drawing.Point(3, 310); this.barStatus.MaximumSize = new System.Drawing.Size(0, 23); this.barStatus.MinimumSize = new System.Drawing.Size(0, 23); this.barStatus.Name = "barStatus"; this.barStatus.RoundCorners = false; this.barStatus.Size = new System.Drawing.Size(694, 23); this.barStatus.Stretch = true; this.barStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.barStatus.TabIndex = 7; this.barStatus.TabStop = false; this.barStatus.Text = "bar1"; // // buttonItemMultiUser // this.buttonItemMultiUser.Checked = true; this.buttonItemMultiUser.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue; this.buttonItemMultiUser.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemMultiUser.Image"))); this.buttonItemMultiUser.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.buttonItemMultiUser.Name = "buttonItemMultiUser"; this.buttonItemMultiUser.OptionGroup = "UserView"; this.superTooltip1.SetSuperTooltip(this.buttonItemMultiUser, new DevComponents.DotNetBar.SuperTooltipInfo("Horario por aula", "", "", ((System.Drawing.Image)(resources.GetObject("buttonItemMultiUser.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.buttonItemMultiUser.Click += new System.EventHandler(this.buttonItemMultiUser_Click); // // buttonItemSingleUser // this.buttonItemSingleUser.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue; this.buttonItemSingleUser.Image = ((System.Drawing.Image)(resources.GetObject("buttonItemSingleUser.Image"))); this.buttonItemSingleUser.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.buttonItemSingleUser.Name = "buttonItemSingleUser"; this.buttonItemSingleUser.OptionGroup = "UserView"; this.superTooltip1.SetSuperTooltip(this.buttonItemSingleUser, new DevComponents.DotNetBar.SuperTooltipInfo("Horario en general", "", "", ((System.Drawing.Image)(resources.GetObject("buttonItemSingleUser.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.buttonItemSingleUser.Click += new System.EventHandler(this.buttonItemSingleUser_Click); // // tableLayoutPanel // this.tableLayoutPanel.ColumnCount = 1; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.Controls.Add(this.barStatus, 0, 1); this.tableLayoutPanel.Controls.Add(this.panelCalendar, 0, 0); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(0, 63); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 2; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.Size = new System.Drawing.Size(700, 337); this.tableLayoutPanel.TabIndex = 8; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // superTooltip1 // this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; // // CalendarControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel); this.Controls.Add(this.barView); this.Name = "CalendarControl"; this.Size = new System.Drawing.Size(700, 400); ((System.ComponentModel.ISupportInitialize)(this.barView)).EndInit(); this.panelCalendar.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.contextMenuBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barStatus)).EndInit(); this.tableLayoutPanel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormularioComunicacion)); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.superTabControl = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.controlMensaje1 = new Sistema_De_Administracion_De_Servicios.ControlMensaje(); this.superTabItemNuevo = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.controlMensajes1 = new Sistema_De_Administracion_De_Servicios.ControlMensajes(); this.superTabItemEnviados = new DevComponents.DotNetBar.SuperTabItem(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl)).BeginInit(); this.superTabControl.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); this.superTabControlPanel2.SuspendLayout(); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerColorTint = System.Drawing.SystemColors.GradientInactiveCaption; this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.SystemColors.GradientInactiveCaption, System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(142)))), ((int)(((byte)(0)))))); // // superTabControl // // // // // // // this.superTabControl.ControlBox.CloseBox.Name = ""; // // // this.superTabControl.ControlBox.MenuBox.Name = ""; this.superTabControl.ControlBox.Name = ""; this.superTabControl.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabControl.ControlBox.MenuBox, this.superTabControl.ControlBox.CloseBox}); this.superTabControl.Controls.Add(this.superTabControlPanel1); this.superTabControl.Controls.Add(this.superTabControlPanel2); this.superTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControl.Location = new System.Drawing.Point(0, 0); this.superTabControl.Name = "superTabControl"; this.superTabControl.ReorderTabsEnabled = true; this.superTabControl.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.superTabControl.SelectedTabIndex = 0; this.superTabControl.Size = new System.Drawing.Size(754, 412); this.superTabControl.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.superTabControl.TabIndex = 1; this.superTabControl.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabItemNuevo, this.superTabItemEnviados}); // // superTabControlPanel1 // this.superTabControlPanel1.Controls.Add(this.controlMensaje1); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 46); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(754, 366); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.superTabItemNuevo; // // controlMensaje1 // this.controlMensaje1.BackColor = System.Drawing.SystemColors.InactiveBorder; this.controlMensaje1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlMensaje1.Location = new System.Drawing.Point(0, 0); this.controlMensaje1.Name = "controlMensaje1"; this.controlMensaje1.Size = new System.Drawing.Size(754, 366); this.controlMensaje1.TabIndex = 0; // // superTabItemNuevo // this.superTabItemNuevo.AttachedControl = this.superTabControlPanel1; this.superTabItemNuevo.GlobalItem = false; this.superTabItemNuevo.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemNuevo.Image"))); this.superTabItemNuevo.Name = "superTabItemNuevo"; this.superTabItemNuevo.Text = "Nuevo"; this.superTabItemNuevo.Click += new System.EventHandler(this.superTabItemNuevo_Click); // // superTabControlPanel2 // this.superTabControlPanel2.Controls.Add(this.controlMensajes1); this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0); this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(754, 412); this.superTabControlPanel2.TabIndex = 0; this.superTabControlPanel2.TabItem = this.superTabItemEnviados; // // controlMensajes1 // this.controlMensajes1.Dock = System.Windows.Forms.DockStyle.Fill; this.controlMensajes1.Location = new System.Drawing.Point(0, 0); this.controlMensajes1.MinimumSize = new System.Drawing.Size(752, 340); this.controlMensajes1.Name = "controlMensajes1"; this.controlMensajes1.Size = new System.Drawing.Size(754, 412); this.controlMensajes1.TabIndex = 0; // // superTabItemEnviados // this.superTabItemEnviados.AttachedControl = this.superTabControlPanel2; this.superTabItemEnviados.GlobalItem = false; this.superTabItemEnviados.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemEnviados.Image"))); this.superTabItemEnviados.Name = "superTabItemEnviados"; this.superTabItemEnviados.Text = "Enviados"; this.superTabItemEnviados.Click += new System.EventHandler(this.superTabItemEnviados_Click); // // FormularioComunicacion // 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(754, 412); this.Controls.Add(this.superTabControl); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(770, 450); this.Name = "FormularioComunicacion"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormularioComunicacion"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormularioComunicacion_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.superTabControl)).EndInit(); this.superTabControl.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); this.superTabControlPanel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TabsMainForm)); this.barMainToolbar = new DevComponents.DotNetBar.Bar(); this.btnSystem = new DevComponents.DotNetBar.ButtonItem(); this.btnReLogin = new DevComponents.DotNetBar.ButtonItem(); this.btnModifPWD = new DevComponents.DotNetBar.ButtonItem(); this.btnQuit = new DevComponents.DotNetBar.ButtonItem(); this.btnWindows = new DevComponents.DotNetBar.ButtonItem(); this.btnMainTabs = new DevComponents.DotNetBar.ButtonItem(); this.btnRemoveSelectedTab = new DevComponents.DotNetBar.ButtonItem(); this.btnRemoveAllTab = new DevComponents.DotNetBar.ButtonItem(); this.btnTool = new DevComponents.DotNetBar.ButtonItem(); this.btnCalculator = new DevComponents.DotNetBar.ButtonItem(); this.btnNoteBook = new DevComponents.DotNetBar.ButtonItem(); this.btnOthers = new DevComponents.DotNetBar.ButtonItem(); this.btnLanguages = new DevComponents.DotNetBar.ButtonItem(); this.btnLangCN = new DevComponents.DotNetBar.ButtonItem(); this.btnLangTW = new DevComponents.DotNetBar.ButtonItem(); this.btnLangUS = new DevComponents.DotNetBar.ButtonItem(); this.btnSelectTheme = new DevComponents.DotNetBar.ButtonItem(); this.btnDefault = new DevComponents.DotNetBar.ButtonItem(); this.btnWindowsXP = new DevComponents.DotNetBar.ButtonItem(); this.btnWindows7Blue = new DevComponents.DotNetBar.ButtonItem(); this.btnOffice2007Blue = new DevComponents.DotNetBar.ButtonItem(); this.btnOffice2007Silver = new DevComponents.DotNetBar.ButtonItem(); this.btnOffice2007Black = new DevComponents.DotNetBar.ButtonItem(); this.btnOffice2007Vista = new DevComponents.DotNetBar.ButtonItem(); this.btnOffice2010Silver = new DevComponents.DotNetBar.ButtonItem(); this.btnHelps = new DevComponents.DotNetBar.ButtonItem(); this.btnAbout = new DevComponents.DotNetBar.ButtonItem(); this.barSecondToolbar = new DevComponents.DotNetBar.Bar(); this.btnToMain = new DevComponents.DotNetBar.ButtonItem(); this.btnReLoadMenu = new DevComponents.DotNetBar.ButtonItem(); this.btnQuitSystem = new DevComponents.DotNetBar.ButtonItem(); this.barBottom = new DevComponents.DotNetBar.Bar(); this.lblBottomInfo = new DevComponents.DotNetBar.LabelX(); this.lblCompany = new DevComponents.DotNetBar.LabelItem(); this.lblDept = new DevComponents.DotNetBar.LabelItem(); this.lblUser = new DevComponents.DotNetBar.LabelItem(); this.btnHiddle = new DevComponents.DotNetBar.ButtonItem(); this.dotNetBarManager = new DevComponents.DotNetBar.DotNetBarManager(this.components); this.dockSite4 = new DevComponents.DotNetBar.DockSite(); this.dockSiteLeft = new DevComponents.DotNetBar.DockSite(); this.barLeft = new DevComponents.DotNetBar.Bar(); this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer(); this.tvMain = new System.Windows.Forms.TreeView(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.navigationBar = new DevComponents.DotNetBar.NavigationBar(); this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem(); this.dockSiteRight = new DevComponents.DotNetBar.DockSite(); this.barRight = new DevComponents.DotNetBar.Bar(); this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer(); this.pnlMessage = new System.Windows.Forms.Panel(); this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem(); this.barRightN = new DevComponents.DotNetBar.Bar(); this.panelDockContainer3 = new DevComponents.DotNetBar.PanelDockContainer(); this.txtNoteBook = new System.Windows.Forms.RichTextBox(); this.barNoteBook = new DevComponents.DotNetBar.Bar(); this.btnSaveNoteBook = new DevComponents.DotNetBar.ButtonItem(); this.dockContainerItem3 = new DevComponents.DotNetBar.DockContainerItem(); this.dockSite8 = new DevComponents.DotNetBar.DockSite(); this.dockSite5 = new DevComponents.DotNetBar.DockSite(); this.dockSiteRightN = new DevComponents.DotNetBar.DockSite(); this.dockSite7 = new DevComponents.DotNetBar.DockSite(); this.dockSite3 = new DevComponents.DotNetBar.DockSite(); this.tabControlMain = new DevComponents.DotNetBar.TabControl(); this.tabItemMainPanel = new DevComponents.DotNetBar.TabControlPanel(); this.panelMain = new DevComponents.DotNetBar.PanelEx(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.tabItemMain = new DevComponents.DotNetBar.TabItem(this.components); this.contextMenuStripTab = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsMenuItemCloseThis = new System.Windows.Forms.ToolStripMenuItem(); this.tsMenuItemCloseOther = new System.Windows.Forms.ToolStripMenuItem(); this.tsMenuItemCloseAll = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsMenuItemShowFull = new System.Windows.Forms.ToolStripMenuItem(); this.tsMenuItemReLogOn = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsMenuItemExit = new System.Windows.Forms.ToolStripMenuItem(); this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components); this.tmrTask = new System.Windows.Forms.Timer(this.components); this.tmrLock = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.barMainToolbar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barSecondToolbar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barBottom)).BeginInit(); this.barBottom.SuspendLayout(); this.dockSiteLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barLeft)).BeginInit(); this.barLeft.SuspendLayout(); this.panelDockContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.navigationBar)).BeginInit(); this.dockSiteRight.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barRight)).BeginInit(); this.barRight.SuspendLayout(); this.panelDockContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barRightN)).BeginInit(); this.barRightN.SuspendLayout(); this.panelDockContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barNoteBook)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControlMain)).BeginInit(); this.tabControlMain.SuspendLayout(); this.tabItemMainPanel.SuspendLayout(); this.panelMain.SuspendLayout(); this.contextMenuStripTab.SuspendLayout(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // barMainToolbar // this.barMainToolbar.AccessibleDescription = "DotNetBar Bar (barMainToolbar)"; this.barMainToolbar.AccessibleName = "DotNetBar Bar"; this.barMainToolbar.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar; this.barMainToolbar.BarType = DevComponents.DotNetBar.eBarType.MenuBar; this.barMainToolbar.CloseSingleTab = true; this.barMainToolbar.Dock = System.Windows.Forms.DockStyle.Top; this.barMainToolbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnSystem, this.btnWindows, this.btnTool, this.btnOthers, this.btnHelps}); this.barMainToolbar.Location = new System.Drawing.Point(0, 0); this.barMainToolbar.MenuBar = true; this.barMainToolbar.Name = "barMainToolbar"; this.barMainToolbar.Size = new System.Drawing.Size(935, 26); this.barMainToolbar.Stretch = true; this.barMainToolbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.barMainToolbar.TabIndex = 41; this.barMainToolbar.TabStop = false; this.barMainToolbar.Text = "bar2"; // // btnSystem // this.btnSystem.Name = "btnSystem"; this.btnSystem.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnReLogin, this.btnModifPWD, this.btnQuit}); this.btnSystem.Text = "系统(&S)"; // // btnReLogin // this.btnReLogin.Name = "btnReLogin"; this.btnReLogin.Text = "重新登录"; this.btnReLogin.Click += new System.EventHandler(this.tsMenuItemReLogOn_Click); // // btnModifPWD // this.btnModifPWD.Name = "btnModifPWD"; this.btnModifPWD.Text = "修改密码"; this.btnModifPWD.Click += new System.EventHandler(this.btnModifPWD_Click); // // btnQuit // this.btnQuit.Name = "btnQuit"; this.btnQuit.Text = "退出系统"; this.btnQuit.Click += new System.EventHandler(this.tsMenuItemExit_Click); // // btnWindows // this.btnWindows.Name = "btnWindows"; this.btnWindows.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnMainTabs, this.btnRemoveSelectedTab, this.btnRemoveAllTab}); this.btnWindows.Text = "窗口(&W)"; // // btnMainTabs // this.btnMainTabs.Name = "btnMainTabs"; this.btnMainTabs.Text = "主控窗口"; this.btnMainTabs.Click += new System.EventHandler(this.btnToMain_Click); // // btnRemoveSelectedTab // this.btnRemoveSelectedTab.Name = "btnRemoveSelectedTab"; this.btnRemoveSelectedTab.Text = "关闭当前窗口"; this.btnRemoveSelectedTab.Click += new System.EventHandler(this.tsMenuItemCloseThis_Click); // // btnRemoveAllTab // this.btnRemoveAllTab.Name = "btnRemoveAllTab"; this.btnRemoveAllTab.Text = "关闭所有窗口"; this.btnRemoveAllTab.Click += new System.EventHandler(this.tsMenuItemCloseAll_Click); // // btnTool // this.btnTool.Name = "btnTool"; this.btnTool.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnCalculator, this.btnNoteBook}); this.btnTool.Text = "工具(&T)"; // // btnCalculator // this.btnCalculator.Name = "btnCalculator"; this.btnCalculator.Text = "计算器"; this.btnCalculator.Click += new System.EventHandler(this.btnCalculator_Click); // // btnNoteBook // this.btnNoteBook.Name = "btnNoteBook"; this.btnNoteBook.Text = "记事本"; this.btnNoteBook.Click += new System.EventHandler(this.btnNoteBook_Click); // // btnOthers // this.btnOthers.Name = "btnOthers"; this.btnOthers.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnLanguages, this.btnSelectTheme}); this.btnOthers.Text = "其它(&O)"; // // btnLanguages // this.btnLanguages.Name = "btnLanguages"; this.btnLanguages.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnLangCN, this.btnLangTW, this.btnLangUS}); this.btnLanguages.Text = "语言选择"; // // btnLangCN // this.btnLangCN.Name = "btnLangCN"; this.btnLangCN.Tag = "zh-CN"; this.btnLangCN.Text = "中文(简体)"; this.btnLangCN.Click += new System.EventHandler(this.btSelectLang_Click); // // btnLangTW // this.btnLangTW.Name = "btnLangTW"; this.btnLangTW.Tag = "zh-TW"; this.btnLangTW.Text = "中文(繁体)"; this.btnLangTW.Click += new System.EventHandler(this.btSelectLang_Click); // // btnLangUS // this.btnLangUS.Name = "btnLangUS"; this.btnLangUS.Tag = "en-US"; this.btnLangUS.Text = "英文"; this.btnLangUS.Click += new System.EventHandler(this.btSelectLang_Click); // // btnSelectTheme // this.btnSelectTheme.Name = "btnSelectTheme"; this.btnSelectTheme.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnDefault, this.btnWindowsXP, this.btnWindows7Blue, this.btnOffice2007Blue, this.btnOffice2007Silver, this.btnOffice2007Black, this.btnOffice2007Vista, this.btnOffice2010Silver}); this.btnSelectTheme.Text = "风格选择"; // // btnDefault // this.btnDefault.Name = "btnDefault"; this.btnDefault.Text = "Default"; this.btnDefault.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnWindowsXP // this.btnWindowsXP.Name = "btnWindowsXP"; this.btnWindowsXP.Text = "WindowsXP"; this.btnWindowsXP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnWindows7Blue // this.btnWindows7Blue.Name = "btnWindows7Blue"; this.btnWindows7Blue.Text = "Windows7Blue"; this.btnWindows7Blue.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnOffice2007Blue // this.btnOffice2007Blue.Name = "btnOffice2007Blue"; this.btnOffice2007Blue.Text = "Office2007Blue"; this.btnOffice2007Blue.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnOffice2007Silver // this.btnOffice2007Silver.Name = "btnOffice2007Silver"; this.btnOffice2007Silver.Text = "Office2007Silver"; this.btnOffice2007Silver.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnOffice2007Black // this.btnOffice2007Black.Name = "btnOffice2007Black"; this.btnOffice2007Black.Text = "Office2007Black"; this.btnOffice2007Black.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnOffice2007Vista // this.btnOffice2007Vista.Name = "btnOffice2007Vista"; this.btnOffice2007Vista.Text = "Office2007Vista"; this.btnOffice2007Vista.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnOffice2010Silver // this.btnOffice2010Silver.Name = "btnOffice2010Silver"; this.btnOffice2010Silver.Text = "Office2010Silver"; this.btnOffice2010Silver.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove); // // btnHelps // this.btnHelps.Name = "btnHelps"; this.btnHelps.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnAbout}); this.btnHelps.Text = "帮助(&H)"; // // btnAbout // this.btnAbout.Name = "btnAbout"; this.btnAbout.Text = "关于"; this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click); // // barSecondToolbar // this.barSecondToolbar.AccessibleDescription = "DotNetBar Bar (barSecondToolbar)"; this.barSecondToolbar.AccessibleName = "DotNetBar Bar"; this.barSecondToolbar.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar; this.barSecondToolbar.Dock = System.Windows.Forms.DockStyle.Top; this.barSecondToolbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnToMain, this.btnReLoadMenu, this.btnQuitSystem}); this.barSecondToolbar.Location = new System.Drawing.Point(0, 26); this.barSecondToolbar.MenuBar = true; this.barSecondToolbar.Name = "barSecondToolbar"; this.barSecondToolbar.Size = new System.Drawing.Size(935, 40); this.barSecondToolbar.Stretch = true; this.barSecondToolbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.barSecondToolbar.TabIndex = 44; this.barSecondToolbar.TabStop = false; this.barSecondToolbar.Text = "bar3"; // // btnToMain // this.btnToMain.Image = ((System.Drawing.Image)(resources.GetObject("btnToMain.Image"))); this.btnToMain.Name = "btnToMain"; this.btnToMain.Text = "主控窗口"; this.btnToMain.Tooltip = "主控窗口"; this.btnToMain.Click += new System.EventHandler(this.btnToMain_Click); // // btnReLoadMenu // this.btnReLoadMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnReLoadMenu.Image"))); this.btnReLoadMenu.Name = "btnReLoadMenu"; this.btnReLoadMenu.Text = "重置功能菜单"; this.btnReLoadMenu.Tooltip = "重置功能菜单"; this.btnReLoadMenu.Click += new System.EventHandler(this.btnReLoadMenu_Click); // // btnQuitSystem // this.btnQuitSystem.Image = ((System.Drawing.Image)(resources.GetObject("btnQuitSystem.Image"))); this.btnQuitSystem.Name = "btnQuitSystem"; this.btnQuitSystem.Text = "退出系统"; this.btnQuitSystem.Tooltip = "退出系统"; this.btnQuitSystem.Click += new System.EventHandler(this.tsMenuItemExit_Click); // // barBottom // this.barBottom.BarType = DevComponents.DotNetBar.eBarType.StatusBar; this.barBottom.Controls.Add(this.lblBottomInfo); this.barBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barBottom.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.lblCompany, this.lblDept, this.lblUser, this.btnHiddle}); this.barBottom.Location = new System.Drawing.Point(0, 552); this.barBottom.Name = "barBottom"; this.barBottom.Size = new System.Drawing.Size(935, 25); this.barBottom.Stretch = true; this.barBottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.barBottom.TabIndex = 57; this.barBottom.TabStop = false; this.barBottom.Text = "bar1"; // // lblBottomInfo // this.lblBottomInfo.BackColor = System.Drawing.Color.Transparent; // // // this.lblBottomInfo.BackgroundStyle.Class = ""; this.lblBottomInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblBottomInfo.Location = new System.Drawing.Point(10, 3); this.lblBottomInfo.Name = "lblBottomInfo"; this.lblBottomInfo.Size = new System.Drawing.Size(302, 25); this.lblBottomInfo.TabIndex = 8; this.lblBottomInfo.Text = "欢迎使用C#.NET通用权限管理系统组件"; // // lblCompany // this.lblCompany.Image = ((System.Drawing.Image)(resources.GetObject("lblCompany.Image"))); this.lblCompany.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.lblCompany.Name = "lblCompany"; // // lblDept // this.lblDept.Image = ((System.Drawing.Image)(resources.GetObject("lblDept.Image"))); this.lblDept.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.lblDept.Name = "lblDept"; // // lblUser // this.lblUser.Image = ((System.Drawing.Image)(resources.GetObject("lblUser.Image"))); this.lblUser.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.lblUser.Name = "lblUser"; // // btnHiddle // this.btnHiddle.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.btnHiddle.Name = "btnHiddle"; // // dotNetBarManager // this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del); this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins); this.dotNetBarManager.BottomDockSite = this.dockSite4; this.dotNetBarManager.EnableFullSizeDock = false; this.dotNetBarManager.LeftDockSite = this.dockSiteLeft; this.dotNetBarManager.ParentForm = this; this.dotNetBarManager.RightDockSite = this.dockSiteRight; this.dotNetBarManager.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.dotNetBarManager.ToolbarBottomDockSite = this.dockSite8; this.dotNetBarManager.ToolbarLeftDockSite = this.dockSite5; this.dotNetBarManager.ToolbarRightDockSite = this.dockSiteRightN; this.dotNetBarManager.ToolbarTopDockSite = this.dockSite7; this.dotNetBarManager.TopDockSite = this.dockSite3; // // dockSite4 // this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite4.Location = new System.Drawing.Point(0, 552); this.dockSite4.Name = "dockSite4"; this.dockSite4.Size = new System.Drawing.Size(935, 0); this.dockSite4.TabIndex = 62; this.dockSite4.TabStop = false; // // dockSiteLeft // this.dockSiteLeft.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSiteLeft.Controls.Add(this.barLeft); this.dockSiteLeft.Dock = System.Windows.Forms.DockStyle.Left; this.dockSiteLeft.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] { ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barLeft, 255, 486)))}, DevComponents.DotNetBar.eOrientation.Horizontal); this.dockSiteLeft.Location = new System.Drawing.Point(0, 66); this.dockSiteLeft.Name = "dockSiteLeft"; this.dockSiteLeft.Size = new System.Drawing.Size(258, 486); this.dockSiteLeft.TabIndex = 59; this.dockSiteLeft.TabStop = false; // // barLeft // this.barLeft.AccessibleDescription = "DotNetBar Bar (barLeft)"; this.barLeft.AccessibleName = "DotNetBar Bar"; this.barLeft.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.barLeft.AutoSyncBarCaption = true; this.barLeft.CanDockBottom = false; this.barLeft.CanDockTop = false; this.barLeft.CloseSingleTab = true; this.barLeft.Controls.Add(this.panelDockContainer1); this.barLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.barLeft.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption; this.barLeft.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.dockContainerItem1}); this.barLeft.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.barLeft.Location = new System.Drawing.Point(0, 0); this.barLeft.Name = "barLeft"; this.barLeft.Size = new System.Drawing.Size(255, 486); this.barLeft.Stretch = true; this.barLeft.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.barLeft.TabIndex = 0; this.barLeft.TabStop = false; this.barLeft.Text = "功能导航菜单"; // // panelDockContainer1 // this.panelDockContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.panelDockContainer1.Controls.Add(this.tvMain); this.panelDockContainer1.Controls.Add(this.navigationBar); this.panelDockContainer1.Location = new System.Drawing.Point(3, 23); this.panelDockContainer1.Name = "panelDockContainer1"; this.panelDockContainer1.Size = new System.Drawing.Size(249, 460); this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panelDockContainer1.Style.GradientAngle = 90; this.panelDockContainer1.TabIndex = 0; // // tvMain // this.tvMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tvMain.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tvMain.ImageIndex = 0; this.tvMain.ImageList = this.imageList; this.tvMain.Location = new System.Drawing.Point(0, 0); this.tvMain.Name = "tvMain"; this.tvMain.SelectedImageIndex = 0; this.tvMain.Size = new System.Drawing.Size(249, 420); this.tvMain.TabIndex = 13; this.tvMain.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvMain_AfterExpand); this.tvMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvMain_MouseClick); this.tvMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tvMain_MouseDoubleClick); // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "books-stack.png"); this.imageList.Images.SetKeyName(1, "books.png"); this.imageList.Images.SetKeyName(2, "book-small.png"); this.imageList.Images.SetKeyName(3, "book-open.png"); // // navigationBar // this.navigationBar.BackgroundStyle.BackColor1.Color = System.Drawing.SystemColors.Control; this.navigationBar.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.navigationBar.BackgroundStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.navigationBar.ConfigureAddRemoveVisible = false; this.navigationBar.ConfigureItemVisible = false; this.navigationBar.Cursor = System.Windows.Forms.Cursors.Arrow; this.navigationBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.navigationBar.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.navigationBar.ItemPaddingBottom = 2; this.navigationBar.ItemPaddingTop = 2; this.navigationBar.Location = new System.Drawing.Point(0, 420); this.navigationBar.Name = "navigationBar"; this.navigationBar.ShowShortcutKeysInToolTips = true; this.navigationBar.Size = new System.Drawing.Size(249, 40); this.navigationBar.SplitterVisible = true; this.navigationBar.SummaryLineVisible = false; this.navigationBar.TabIndex = 12; this.navigationBar.Text = "navigationBar1"; // // dockContainerItem1 // this.dockContainerItem1.Control = this.panelDockContainer1; this.dockContainerItem1.Name = "dockContainerItem1"; this.dockContainerItem1.Text = "功能导航菜单"; // // dockSiteRight // this.dockSiteRight.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSiteRight.Controls.Add(this.barRight); this.dockSiteRight.Controls.Add(this.barRightN); this.dockSiteRight.Dock = System.Windows.Forms.DockStyle.Right; this.dockSiteRight.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] { ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barRight, 255, 486))), ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barRightN, 226, 486)))}, DevComponents.DotNetBar.eOrientation.Horizontal); this.dockSiteRight.Location = new System.Drawing.Point(448, 66); this.dockSiteRight.Name = "dockSiteRight"; this.dockSiteRight.Size = new System.Drawing.Size(487, 486); this.dockSiteRight.TabIndex = 60; this.dockSiteRight.TabStop = false; this.dockSiteRight.Text = "即时通信"; // // barRight // this.barRight.AccessibleDescription = "DotNetBar Bar (barRight)"; this.barRight.AccessibleName = "DotNetBar Bar"; this.barRight.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.barRight.AutoSyncBarCaption = true; this.barRight.CanDockBottom = false; this.barRight.CanDockTop = false; this.barRight.CloseSingleTab = true; this.barRight.Controls.Add(this.panelDockContainer2); this.barRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.barRight.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption; this.barRight.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.dockContainerItem2}); this.barRight.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.barRight.Location = new System.Drawing.Point(3, 0); this.barRight.Name = "barRight"; this.barRight.Size = new System.Drawing.Size(255, 486); this.barRight.Stretch = true; this.barRight.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.barRight.TabIndex = 1; this.barRight.TabStop = false; this.barRight.Text = "即时通信"; // // panelDockContainer2 // this.panelDockContainer2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.panelDockContainer2.Controls.Add(this.pnlMessage); this.panelDockContainer2.Location = new System.Drawing.Point(3, 23); this.panelDockContainer2.Name = "panelDockContainer2"; this.panelDockContainer2.Size = new System.Drawing.Size(249, 460); this.panelDockContainer2.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelDockContainer2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panelDockContainer2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panelDockContainer2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panelDockContainer2.Style.GradientAngle = 90; this.panelDockContainer2.TabIndex = 0; // // pnlMessage // this.pnlMessage.BackColor = System.Drawing.Color.Transparent; this.pnlMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMessage.Location = new System.Drawing.Point(0, 0); this.pnlMessage.Name = "pnlMessage"; this.pnlMessage.Size = new System.Drawing.Size(249, 460); this.pnlMessage.TabIndex = 9; // // dockContainerItem2 // this.dockContainerItem2.Control = this.panelDockContainer2; this.dockContainerItem2.Name = "dockContainerItem2"; this.dockContainerItem2.Text = "即时通信"; // // barRightN // this.barRightN.AccessibleDescription = "DotNetBar Bar (barRightN)"; this.barRightN.AccessibleName = "DotNetBar Bar"; this.barRightN.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.barRightN.AutoSyncBarCaption = true; this.barRightN.CanDockBottom = false; this.barRightN.CanDockTop = false; this.barRightN.CloseSingleTab = true; this.barRightN.Controls.Add(this.panelDockContainer3); this.barRightN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.barRightN.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption; this.barRightN.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.dockContainerItem3}); this.barRightN.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.barRightN.Location = new System.Drawing.Point(261, 0); this.barRightN.Name = "barRightN"; this.barRightN.Size = new System.Drawing.Size(226, 486); this.barRightN.Stretch = true; this.barRightN.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.barRightN.TabIndex = 2; this.barRightN.TabStop = false; this.barRightN.Text = "备忘录"; // // panelDockContainer3 // this.panelDockContainer3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7; this.panelDockContainer3.Controls.Add(this.txtNoteBook); this.panelDockContainer3.Controls.Add(this.barNoteBook); this.panelDockContainer3.Location = new System.Drawing.Point(3, 23); this.panelDockContainer3.Name = "panelDockContainer3"; this.panelDockContainer3.Size = new System.Drawing.Size(220, 460); this.panelDockContainer3.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelDockContainer3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panelDockContainer3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panelDockContainer3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panelDockContainer3.Style.GradientAngle = 90; this.panelDockContainer3.TabIndex = 0; this.panelDockContainer3.Text = "备忘录"; // // txtNoteBook // this.txtNoteBook.Dock = System.Windows.Forms.DockStyle.Fill; this.txtNoteBook.Location = new System.Drawing.Point(0, 27); this.txtNoteBook.Name = "txtNoteBook"; this.txtNoteBook.Size = new System.Drawing.Size(220, 433); this.txtNoteBook.TabIndex = 11; this.txtNoteBook.Text = ""; // // barNoteBook // this.barNoteBook.Dock = System.Windows.Forms.DockStyle.Top; this.barNoteBook.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnSaveNoteBook}); this.barNoteBook.Location = new System.Drawing.Point(0, 0); this.barNoteBook.Name = "barNoteBook"; this.barNoteBook.Size = new System.Drawing.Size(220, 27); this.barNoteBook.Stretch = true; this.barNoteBook.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.barNoteBook.TabIndex = 10; this.barNoteBook.TabStop = false; this.barNoteBook.Text = "bar1"; // // btnSaveNoteBook // this.btnSaveNoteBook.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnSaveNoteBook.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveNoteBook.Image"))); this.btnSaveNoteBook.Name = "btnSaveNoteBook"; this.btnSaveNoteBook.Text = "保存"; // // dockContainerItem3 // this.dockContainerItem3.Control = this.panelDockContainer3; this.dockContainerItem3.Name = "dockContainerItem3"; this.dockContainerItem3.Text = "备忘录"; // // dockSite8 // this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite8.Location = new System.Drawing.Point(0, 552); this.dockSite8.Name = "dockSite8"; this.dockSite8.Size = new System.Drawing.Size(935, 0); this.dockSite8.TabIndex = 66; this.dockSite8.TabStop = false; // // dockSite5 // this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite5.Location = new System.Drawing.Point(0, 0); this.dockSite5.Name = "dockSite5"; this.dockSite5.Size = new System.Drawing.Size(0, 552); this.dockSite5.TabIndex = 63; this.dockSite5.TabStop = false; // // dockSiteRightN // this.dockSiteRightN.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSiteRightN.Dock = System.Windows.Forms.DockStyle.Right; this.dockSiteRightN.Location = new System.Drawing.Point(935, 0); this.dockSiteRightN.Name = "dockSiteRightN"; this.dockSiteRightN.Size = new System.Drawing.Size(0, 552); this.dockSiteRightN.TabIndex = 64; this.dockSiteRightN.TabStop = false; // // dockSite7 // this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite7.Location = new System.Drawing.Point(0, 0); this.dockSite7.Name = "dockSite7"; this.dockSite7.Size = new System.Drawing.Size(935, 0); this.dockSite7.TabIndex = 65; this.dockSite7.TabStop = false; // // dockSite3 // this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite3.Location = new System.Drawing.Point(0, 0); this.dockSite3.Name = "dockSite3"; this.dockSite3.Size = new System.Drawing.Size(935, 0); this.dockSite3.TabIndex = 61; this.dockSite3.TabStop = false; // // tabControlMain // this.tabControlMain.AutoCloseTabs = true; this.tabControlMain.AutoHideSystemBox = false; this.tabControlMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247))))); this.tabControlMain.CanReorderTabs = true; this.tabControlMain.CloseButtonOnTabsVisible = true; this.tabControlMain.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right; this.tabControlMain.ColorScheme.TabItemSelectedBackground = System.Drawing.Color.WhiteSmoke; this.tabControlMain.ColorScheme.TabItemSelectedBackground2 = System.Drawing.Color.WhiteSmoke; this.tabControlMain.Controls.Add(this.tabItemMainPanel); this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlMain.Location = new System.Drawing.Point(258, 66); this.tabControlMain.Name = "tabControlMain"; this.tabControlMain.SelectedTabFont = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold); this.tabControlMain.SelectedTabIndex = 0; this.tabControlMain.Size = new System.Drawing.Size(190, 486); this.tabControlMain.Style = DevComponents.DotNetBar.eTabStripStyle.Office2003; this.tabControlMain.TabCloseButtonHot = ((System.Drawing.Image)(resources.GetObject("tabControlMain.TabCloseButtonHot"))); this.tabControlMain.TabCloseButtonNormal = ((System.Drawing.Image)(resources.GetObject("tabControlMain.TabCloseButtonNormal"))); this.tabControlMain.TabIndex = 67; this.tabControlMain.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabControlMain.Tabs.Add(this.tabItemMain); this.tabControlMain.Text = "tabControl1"; this.tabControlMain.SelectedTabChanged += new DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControlMain_SelectedTabChanged); this.tabControlMain.TabMoved += new DevComponents.DotNetBar.TabStrip.TabMovedEventHandler(this.tabControlMain_TabMoved); this.tabControlMain.TabRemoved += new System.EventHandler(this.tabControlMain_TabRemoved); // // tabItemMainPanel // this.tabItemMainPanel.Controls.Add(this.panelMain); this.tabItemMainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tabItemMainPanel.Location = new System.Drawing.Point(0, 25); this.tabItemMainPanel.Name = "tabItemMainPanel"; this.tabItemMainPanel.Padding = new System.Windows.Forms.Padding(1); this.tabItemMainPanel.Size = new System.Drawing.Size(190, 461); this.tabItemMainPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.tabItemMainPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.tabItemMainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabItemMainPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); this.tabItemMainPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabItemMainPanel.Style.GradientAngle = 90; this.tabItemMainPanel.TabIndex = 1; this.tabItemMainPanel.TabItem = this.tabItemMain; // // panelMain // this.panelMain.CanvasColor = System.Drawing.SystemColors.Control; this.panelMain.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelMain.Controls.Add(this.webBrowser); this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Location = new System.Drawing.Point(1, 1); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(188, 459); this.panelMain.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelMain.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panelMain.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panelMain.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panelMain.Style.GradientAngle = 90; this.panelMain.TabIndex = 0; // // webBrowser // this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 22); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(188, 459); this.webBrowser.TabIndex = 0; this.webBrowser.Url = new System.Uri("", System.UriKind.Relative); // // tabItemMain // this.tabItemMain.AttachedControl = this.tabItemMainPanel; this.tabItemMain.CloseButtonVisible = false; this.tabItemMain.Image = ((System.Drawing.Image)(resources.GetObject("tabItemMain.Image"))); this.tabItemMain.Name = "tabItemMain"; this.tabItemMain.Text = "主页"; // // contextMenuStripTab // this.contextMenuStripTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsMenuItemCloseThis, this.tsMenuItemCloseOther, this.tsMenuItemCloseAll}); this.contextMenuStripTab.Name = "contextMenuStrip"; this.contextMenuStripTab.Size = new System.Drawing.Size(185, 70); // // tsMenuItemCloseThis // this.tsMenuItemCloseThis.Name = "tsMenuItemCloseThis"; this.tsMenuItemCloseThis.Size = new System.Drawing.Size(184, 22); this.tsMenuItemCloseThis.Text = "关闭当前(&C)"; this.tsMenuItemCloseThis.Click += new System.EventHandler(this.tsMenuItemCloseThis_Click); // // tsMenuItemCloseOther // this.tsMenuItemCloseOther.Name = "tsMenuItemCloseOther"; this.tsMenuItemCloseOther.Size = new System.Drawing.Size(184, 22); this.tsMenuItemCloseOther.Text = "除此之外全部关闭(&E)"; this.tsMenuItemCloseOther.Click += new System.EventHandler(this.tsMenuItemCloseOther_Click); // // tsMenuItemCloseAll // this.tsMenuItemCloseAll.Name = "tsMenuItemCloseAll"; this.tsMenuItemCloseAll.Size = new System.Drawing.Size(184, 22); this.tsMenuItemCloseAll.Text = "全部关闭(&A)"; this.tsMenuItemCloseAll.Click += new System.EventHandler(this.tsMenuItemCloseAll_Click); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsMenuItemShowFull, this.tsMenuItemReLogOn, this.toolStripSeparator1, this.tsMenuItemExit}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(123, 76); // // tsMenuItemShowFull // this.tsMenuItemShowFull.Name = "tsMenuItemShowFull"; this.tsMenuItemShowFull.Size = new System.Drawing.Size(122, 22); this.tsMenuItemShowFull.Text = "全屏显示"; this.tsMenuItemShowFull.Click += new System.EventHandler(this.tsMenuItemShowFull_Click); // // tsMenuItemReLogOn // this.tsMenuItemReLogOn.Name = "tsMenuItemReLogOn"; this.tsMenuItemReLogOn.Size = new System.Drawing.Size(122, 22); this.tsMenuItemReLogOn.Text = "重新登录"; this.tsMenuItemReLogOn.Click += new System.EventHandler(this.tsMenuItemReLogOn_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(119, 6); // // tsMenuItemExit // this.tsMenuItemExit.Name = "tsMenuItemExit"; this.tsMenuItemExit.Size = new System.Drawing.Size(122, 22); this.tsMenuItemExit.Text = "退出"; this.tsMenuItemExit.Click += new System.EventHandler(this.tsMenuItemExit_Click); // // styleManager // this.styleManager.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; // // tmrTask // this.tmrTask.Enabled = true; this.tmrTask.Interval = 3000; this.tmrTask.Tick += new System.EventHandler(this.tmrTask_Tick); // // tmrLock // this.tmrLock.Interval = 10000; this.tmrLock.Tick += new System.EventHandler(this.tmrLock_Tick); // // TabsMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(935, 577); this.Controls.Add(this.tabControlMain); this.Controls.Add(this.dockSiteRight); this.Controls.Add(this.dockSiteLeft); this.Controls.Add(this.barSecondToolbar); this.Controls.Add(this.barMainToolbar); this.Controls.Add(this.dockSite3); this.Controls.Add(this.dockSite4); this.Controls.Add(this.dockSite5); this.Controls.Add(this.dockSiteRightN); this.Controls.Add(this.dockSite7); this.Controls.Add(this.dockSite8); this.Controls.Add(this.barBottom); this.Name = "TabsMainForm"; this.ShowInTaskbar = true; this.Text = "C#.NET通用快速开发架构"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TabsMainFrm_FormClosing); this.Load += new System.EventHandler(this.TabsMainForm_Load); ((System.ComponentModel.ISupportInitialize)(this.barMainToolbar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barSecondToolbar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barBottom)).EndInit(); this.barBottom.ResumeLayout(false); this.dockSiteLeft.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barLeft)).EndInit(); this.barLeft.ResumeLayout(false); this.panelDockContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.navigationBar)).EndInit(); this.dockSiteRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barRight)).EndInit(); this.barRight.ResumeLayout(false); this.panelDockContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barRightN)).EndInit(); this.barRightN.ResumeLayout(false); this.panelDockContainer3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barNoteBook)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControlMain)).EndInit(); this.tabControlMain.ResumeLayout(false); this.tabItemMainPanel.ResumeLayout(false); this.panelMain.ResumeLayout(false); this.contextMenuStripTab.ResumeLayout(false); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout)); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.logoPictureBox = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.lblVersion = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.btnOk = new DevComponents.DotNetBar.ButtonX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.reflectionImage2 = new DevComponents.DotNetBar.Controls.ReflectionImage(); ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl1.Size = new System.Drawing.Size(470, 46); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // logoPictureBox // this.logoPictureBox.Cursor = System.Windows.Forms.Cursors.Default; this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image"))); this.logoPictureBox.Location = new System.Drawing.Point(3, 3); this.logoPictureBox.Name = "logoPictureBox"; this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 5); this.logoPictureBox.Size = new System.Drawing.Size(145, 230); this.logoPictureBox.TabIndex = 12; this.logoPictureBox.TabStop = false; // // tableLayoutPanel // this.tableLayoutPanel.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel.ColumnCount = 2; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F)); this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); this.tableLayoutPanel.Controls.Add(this.lblVersion, 1, 1); this.tableLayoutPanel.Controls.Add(this.labelX5, 1, 2); this.tableLayoutPanel.Controls.Add(this.labelX7, 1, 0); this.tableLayoutPanel.Controls.Add(this.labelX6, 1, 3); this.tableLayoutPanel.Controls.Add(this.btnOk, 1, 4); this.tableLayoutPanel.Location = new System.Drawing.Point(5, 47); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 5; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.72881F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.22034F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel.Size = new System.Drawing.Size(458, 236); this.tableLayoutPanel.TabIndex = 11; // // lblVersion // // // // this.lblVersion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblVersion.Dock = System.Windows.Forms.DockStyle.Fill; this.lblVersion.Location = new System.Drawing.Point(154, 29); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(301, 20); this.lblVersion.TabIndex = 26; this.lblVersion.Text = "版本 V1.0.0"; // // labelX5 // // // // this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX5.Location = new System.Drawing.Point(154, 55); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(301, 20); this.labelX5.TabIndex = 27; this.labelX5.Text = "版权所有(C)2015 CASCO.COM.CN"; // // labelX7 // // // // this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX7.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX7.Location = new System.Drawing.Point(154, 3); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(301, 20); this.labelX7.TabIndex = 29; this.labelX7.Text = "CASCO VPI3功能测试系统"; // // labelX6 // // // // this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX6.Location = new System.Drawing.Point(154, 81); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(301, 108); this.labelX6.TabIndex = 28; this.labelX6.Text = "警告:本计算机程序受著作权法和国际公约保护,未经授权擅自复制或传播本程序的部分或全部,可能受到严厉的民事及刑事制裁,并将在法律许可的范围内受到最大可能的起诉。"; this.labelX6.WordWrap = true; // // btnOk // this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOk.Dock = System.Windows.Forms.DockStyle.Right; this.btnOk.Location = new System.Drawing.Point(380, 195); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 38); this.btnOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOk.TabIndex = 12; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // labelX3 // // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX3.Location = new System.Drawing.Point(129, 43); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(295, 37); this.labelX3.TabIndex = 10; this.labelX3.Text = "CASCO 型式试验平台"; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(129, 121); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(295, 37); this.labelX1.TabIndex = 8; this.labelX1.Text = "版本 V1.0.0\r\n\r\n版权所有(C) 2015 Casco.com.cn"; // // reflectionImage2 // // // // this.reflectionImage2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.reflectionImage2.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.reflectionImage2.Image = ((System.Drawing.Image)(resources.GetObject("reflectionImage2.Image"))); this.reflectionImage2.Location = new System.Drawing.Point(33, 123); this.reflectionImage2.Name = "reflectionImage2"; this.reflectionImage2.Size = new System.Drawing.Size(35, 10); this.reflectionImage2.TabIndex = 7; // // FormAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(480, 337); this.Controls.Add(this.tableLayoutPanel); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX1); this.Controls.Add(this.reflectionImage2); this.Controls.Add(this.ribbonControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAbout"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "关于VPI3功能测试系统"; this.Load += new System.EventHandler(this.formAbout_Load); ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); this.tableLayoutPanel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RibbonShell)); this.buttonItem47 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem48 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem49 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem30 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem31 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem32 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem33 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem34 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem35 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem36 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem37 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem38 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem39 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem40 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem41 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem42 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem43 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem44 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem45 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem46 = new DevComponents.DotNetBar.ButtonItem(); this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer(); this.buttonAlignLeft = new DevComponents.DotNetBar.ButtonItem(); this.buttonAlignCenter = new DevComponents.DotNetBar.ButtonItem(); this.buttonAlignRight = new DevComponents.DotNetBar.ButtonItem(); this.buttonAlignJustify = new DevComponents.DotNetBar.ButtonItem(); this.itemContainer8 = new DevComponents.DotNetBar.ItemContainer(); this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem26 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem(); this.comboFont = new DevComponents.DotNetBar.ComboBoxItem(); this.comboFontSize = new DevComponents.DotNetBar.ComboBoxItem(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.comboItem5 = new DevComponents.Editors.ComboItem(); this.comboItem6 = new DevComponents.Editors.ComboItem(); this.comboItem7 = new DevComponents.Editors.ComboItem(); this.comboItem8 = new DevComponents.Editors.ComboItem(); this.comboItem9 = new DevComponents.Editors.ComboItem(); this.buttonFontBold = new DevComponents.DotNetBar.ButtonItem(); this.buttonFontItalic = new DevComponents.DotNetBar.ButtonItem(); this.buttonFontUnderline = new DevComponents.DotNetBar.ButtonItem(); this.buttonFontStrike = new DevComponents.DotNetBar.ButtonItem(); this.buttonTextColor = new DevComponents.DotNetBar.ColorPickerDropDown(); this.buttonItem53 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem54 = new DevComponents.DotNetBar.ButtonItem(); this.buttonCut = new DevComponents.DotNetBar.ButtonItem(); this.buttonCopy = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem55 = new DevComponents.DotNetBar.ButtonItem(); this.checkBoxItem1 = new DevComponents.DotNetBar.CheckBoxItem(); this.checkBoxItem2 = new DevComponents.DotNetBar.CheckBoxItem(); this.checkBoxItem3 = new DevComponents.DotNetBar.CheckBoxItem(); this.checkBoxItem4 = new DevComponents.DotNetBar.CheckBoxItem(); this.checkBoxItem5 = new DevComponents.DotNetBar.CheckBoxItem(); this.checkBoxItem6 = new DevComponents.DotNetBar.CheckBoxItem(); this.buttonReplace = new DevComponents.DotNetBar.ButtonItem(); this.buttonGoto = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem50 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem51 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem52 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonTabItemGroup1 = new DevComponents.DotNetBar.RibbonTabItemGroup(); this.ribbonControl = new DevComponents.DotNetBar.RibbonControl(); this.buttonFile = new DevComponents.DotNetBar.ApplicationButton(); this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer(); this.tnLogin = new DevComponents.DotNetBar.ButtonItem(); this.tnLogout = new DevComponents.DotNetBar.ButtonItem(); this.btnCPassword = new DevComponents.DotNetBar.ButtonItem(); this.btnClose = new DevComponents.DotNetBar.ButtonItem(); this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer(); this.btnAbout = new DevComponents.DotNetBar.ButtonItem(); this.btnExit = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem(); this.AppCommandTheme = new DevComponents.DotNetBar.Command(this.components); this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem19 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem29 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem56 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem57 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem58 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem59 = new DevComponents.DotNetBar.ButtonItem(); this.colorPickerDropDown1 = new DevComponents.DotNetBar.ColorPickerDropDown(); this.switchButtonItem1 = new DevComponents.DotNetBar.SwitchButtonItem(); this.RibbonStateCommand = new DevComponents.DotNetBar.Command(this.components); this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.tabStrip1 = new DevComponents.DotNetBar.TabStrip(); this.microChartItem1 = new DevComponents.DotNetBar.MicroChartItem(); this.microChartItem2 = new DevComponents.DotNetBar.MicroChartItem(); this.panBottom = new DevComponents.DotNetBar.PanelEx(); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.buttonChangeStyle = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleMetro = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleOffice2010Blue = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleOffice2010Silver = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleOffice2010Black = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleVS2010 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem62 = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleOffice2007Blue = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleOffice2007Black = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleOffice2007Silver = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem60 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem(); this.buttonStyleCustom = new DevComponents.DotNetBar.ColorPickerDropDown(); this.bottomControl1 = new Gas_test2.Res.BottomControl(); this.panBottom.SuspendLayout(); this.SuspendLayout(); // // buttonItem47 // this.buttonItem47.BeginGroup = true; this.buttonItem47.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem47.Image"))); this.buttonItem47.Name = "buttonItem47"; this.buttonItem47.Text = "Search for Templates Online..."; // // buttonItem48 // this.buttonItem48.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem48.Image"))); this.buttonItem48.Name = "buttonItem48"; this.buttonItem48.Text = "Browse for Templates..."; // // buttonItem49 // this.buttonItem49.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem49.Image"))); this.buttonItem49.Name = "buttonItem49"; this.buttonItem49.Text = "Save Current Template..."; // // buttonItem20 // this.buttonItem20.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem20.Image"))); this.buttonItem20.Name = "buttonItem20"; this.buttonItem20.Text = "Apex"; this.buttonItem20.Tooltip = "Apex"; // // buttonItem21 // this.buttonItem21.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem21.Image"))); this.buttonItem21.Name = "buttonItem21"; this.buttonItem21.Text = "Aspect"; this.buttonItem21.Tooltip = "Aspect"; // // buttonItem22 // this.buttonItem22.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem22.Image"))); this.buttonItem22.Name = "buttonItem22"; this.buttonItem22.Text = "Concourse"; this.buttonItem22.Tooltip = "Concourse"; // // buttonItem30 // this.buttonItem30.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem30.Image"))); this.buttonItem30.Name = "buttonItem30"; this.buttonItem30.Text = "Currency"; this.buttonItem30.Tooltip = "Currency"; // // buttonItem31 // this.buttonItem31.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem31.Image"))); this.buttonItem31.Name = "buttonItem31"; this.buttonItem31.Text = "Deluxe"; this.buttonItem31.Tooltip = "Deluxe"; // // buttonItem32 // this.buttonItem32.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem32.Image"))); this.buttonItem32.Name = "buttonItem32"; this.buttonItem32.Text = "Equity"; this.buttonItem32.Tooltip = "Equity"; // // buttonItem33 // this.buttonItem33.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem33.Image"))); this.buttonItem33.Name = "buttonItem33"; this.buttonItem33.Text = "Flow"; this.buttonItem33.Tooltip = "Flow"; // // buttonItem34 // this.buttonItem34.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem34.Image"))); this.buttonItem34.Name = "buttonItem34"; this.buttonItem34.Text = "Foundry"; this.buttonItem34.Tooltip = "Foundry"; // // buttonItem35 // this.buttonItem35.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem35.Image"))); this.buttonItem35.Name = "buttonItem35"; this.buttonItem35.Text = "Median"; this.buttonItem35.Tooltip = "Median"; // // buttonItem36 // this.buttonItem36.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem36.Image"))); this.buttonItem36.Name = "buttonItem36"; this.buttonItem36.Text = "Metro"; this.buttonItem36.Tooltip = "Metro"; // // buttonItem37 // this.buttonItem37.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem37.Image"))); this.buttonItem37.Name = "buttonItem37"; this.buttonItem37.Text = "Office"; this.buttonItem37.Tooltip = "Office"; // // buttonItem38 // this.buttonItem38.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem38.Image"))); this.buttonItem38.Name = "buttonItem38"; this.buttonItem38.Text = "Opulent"; this.buttonItem38.Tooltip = "Opulent"; // // buttonItem39 // this.buttonItem39.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem39.Image"))); this.buttonItem39.Name = "buttonItem39"; this.buttonItem39.Text = "Oriel"; this.buttonItem39.Tooltip = "Oriel"; // // buttonItem40 // this.buttonItem40.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem40.Image"))); this.buttonItem40.Name = "buttonItem40"; this.buttonItem40.Text = "Origin"; this.buttonItem40.Tooltip = "Origin"; // // buttonItem41 // this.buttonItem41.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem41.Image"))); this.buttonItem41.Name = "buttonItem41"; this.buttonItem41.Text = "Civic"; this.buttonItem41.Tooltip = "Civic"; // // buttonItem42 // this.buttonItem42.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem42.Image"))); this.buttonItem42.Name = "buttonItem42"; this.buttonItem42.Text = "Solstice"; this.buttonItem42.Tooltip = "Solstice"; // // buttonItem43 // this.buttonItem43.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem43.Image"))); this.buttonItem43.Name = "buttonItem43"; this.buttonItem43.Text = "Technic"; this.buttonItem43.Tooltip = "Technic"; // // buttonItem44 // this.buttonItem44.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem44.Image"))); this.buttonItem44.Name = "buttonItem44"; this.buttonItem44.Text = "Trek"; this.buttonItem44.Tooltip = "Trek"; // // buttonItem45 // this.buttonItem45.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem45.Image"))); this.buttonItem45.Name = "buttonItem45"; this.buttonItem45.Text = "Urban"; this.buttonItem45.Tooltip = "Urban"; // // buttonItem46 // this.buttonItem46.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem46.Image"))); this.buttonItem46.Name = "buttonItem46"; this.buttonItem46.Text = "Verve"; this.buttonItem46.Tooltip = "Verve"; // // itemContainer7 // // // // this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer7.BeginGroup = true; this.itemContainer7.Name = "itemContainer7"; this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonAlignLeft, this.buttonAlignCenter, this.buttonAlignRight, this.buttonAlignJustify}); // // // this.itemContainer7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonAlignLeft // this.buttonAlignLeft.Enabled = false; this.buttonAlignLeft.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignLeft.Image"))); this.buttonAlignLeft.Name = "buttonAlignLeft"; this.buttonAlignLeft.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlL); this.buttonAlignLeft.Text = "Align &Left"; // // buttonAlignCenter // this.buttonAlignCenter.Enabled = false; this.buttonAlignCenter.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignCenter.Image"))); this.buttonAlignCenter.Name = "buttonAlignCenter"; this.buttonAlignCenter.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlE); this.buttonAlignCenter.Text = "Align &Center"; // // buttonAlignRight // this.buttonAlignRight.Enabled = false; this.buttonAlignRight.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignRight.Image"))); this.buttonAlignRight.Name = "buttonAlignRight"; this.buttonAlignRight.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlR); this.buttonAlignRight.Text = "Align &Right"; // // buttonAlignJustify // this.buttonAlignJustify.Enabled = false; this.buttonAlignJustify.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignJustify.Image"))); this.buttonAlignJustify.Name = "buttonAlignJustify"; this.buttonAlignJustify.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlJ); this.buttonAlignJustify.Text = "&Justify"; // // itemContainer8 // // // // this.itemContainer8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer8.BeginGroup = true; this.itemContainer8.Name = "itemContainer8"; this.itemContainer8.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem23, this.buttonItem24, this.buttonItem25, this.buttonItem26}); // // // this.itemContainer8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem23 // this.buttonItem23.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem23.Image"))); this.buttonItem23.Name = "buttonItem23"; this.buttonItem23.Text = "&Numbered Bullets"; // // buttonItem24 // this.buttonItem24.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem24.Image"))); this.buttonItem24.Name = "buttonItem24"; this.buttonItem24.Text = "&Bullets"; // // buttonItem25 // this.buttonItem25.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem25.Image"))); this.buttonItem25.Name = "buttonItem25"; this.buttonItem25.Text = "&Indent"; // // buttonItem26 // this.buttonItem26.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem26.Image"))); this.buttonItem26.Name = "buttonItem26"; this.buttonItem26.Text = "&Outdent"; // // buttonItem27 // this.buttonItem27.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem27.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem27.Image"))); this.buttonItem27.Name = "buttonItem27"; this.buttonItem27.NotificationMarkText = "4"; this.buttonItem27.Text = "&Borders"; // // buttonItem28 // this.buttonItem28.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem28.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem28.Image"))); this.buttonItem28.Name = "buttonItem28"; this.buttonItem28.Text = "&Shading"; // // comboFont // this.comboFont.ComboWidth = 96; this.comboFont.DropDownHeight = 106; this.comboFont.DropDownWidth = 242; this.comboFont.Enabled = false; this.comboFont.FontCombo = true; this.comboFont.ItemHeight = 14; this.comboFont.Name = "comboFont"; // // comboFontSize // this.comboFontSize.ComboWidth = 40; this.comboFontSize.DropDownHeight = 106; this.comboFontSize.Enabled = false; this.comboFontSize.ItemHeight = 16; this.comboFontSize.Items.AddRange(new object[] { this.comboItem1, this.comboItem2, this.comboItem3, this.comboItem4, this.comboItem5, this.comboItem6, this.comboItem7, this.comboItem8, this.comboItem9}); this.comboFontSize.Name = "comboFontSize"; // // comboItem1 // this.comboItem1.Text = "6"; // // comboItem2 // this.comboItem2.Text = "7"; // // comboItem3 // this.comboItem3.Text = "8"; // // comboItem4 // this.comboItem4.Text = "9"; // // comboItem5 // this.comboItem5.Text = "10"; // // comboItem6 // this.comboItem6.Text = "11"; // // comboItem7 // this.comboItem7.Text = "12"; // // comboItem8 // this.comboItem8.Text = "13"; // // comboItem9 // this.comboItem9.Text = "14"; // // buttonFontBold // this.buttonFontBold.Enabled = false; this.buttonFontBold.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontBold.Image"))); this.buttonFontBold.Name = "buttonFontBold"; this.buttonFontBold.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlB); this.buttonFontBold.Text = "&Bold"; // // buttonFontItalic // this.buttonFontItalic.Enabled = false; this.buttonFontItalic.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontItalic.Image"))); this.buttonFontItalic.Name = "buttonFontItalic"; this.buttonFontItalic.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI); this.buttonFontItalic.Text = "&Italic"; // // buttonFontUnderline // this.buttonFontUnderline.Enabled = false; this.buttonFontUnderline.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontUnderline.Image"))); this.buttonFontUnderline.Name = "buttonFontUnderline"; this.buttonFontUnderline.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlU); this.buttonFontUnderline.Text = "&Underline"; // // buttonFontStrike // this.buttonFontStrike.Enabled = false; this.buttonFontStrike.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontStrike.Image"))); this.buttonFontStrike.Name = "buttonFontStrike"; this.buttonFontStrike.Text = "&Strike"; // // buttonTextColor // this.buttonTextColor.Enabled = false; this.buttonTextColor.Image = ((System.Drawing.Image)(resources.GetObject("buttonTextColor.Image"))); this.buttonTextColor.Name = "buttonTextColor"; this.buttonTextColor.SelectedColorImageRectangle = new System.Drawing.Rectangle(0, 13, 16, 3); this.buttonTextColor.Text = "Text &Color"; // // buttonItem53 // this.buttonItem53.Enabled = false; this.buttonItem53.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem53.Image"))); this.buttonItem53.Name = "buttonItem53"; this.buttonItem53.Text = "&Paste"; // // buttonItem54 // this.buttonItem54.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem54.Image"))); this.buttonItem54.Name = "buttonItem54"; this.buttonItem54.Text = "Paste &Special..."; // // buttonCut // this.buttonCut.Enabled = false; this.buttonCut.Image = ((System.Drawing.Image)(resources.GetObject("buttonCut.Image"))); this.buttonCut.Name = "buttonCut"; this.buttonCut.Text = "Cu&t"; // // buttonCopy // this.buttonCopy.Enabled = false; this.buttonCopy.Image = ((System.Drawing.Image)(resources.GetObject("buttonCopy.Image"))); this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.Text = "&Copy"; // // buttonItem55 // this.buttonItem55.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem55.Image"))); this.buttonItem55.Name = "buttonItem55"; this.buttonItem55.Text = "Format Painter"; // // checkBoxItem1 // this.checkBoxItem1.Checked = true; this.checkBoxItem1.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.checkBoxItem1.Name = "checkBoxItem1"; this.checkBoxItem1.Text = "Header"; this.checkBoxItem1.ThreeState = true; // // checkBoxItem2 // this.checkBoxItem2.Name = "checkBoxItem2"; this.checkBoxItem2.Text = "Footer"; // // checkBoxItem3 // this.checkBoxItem3.Checked = true; this.checkBoxItem3.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxItem3.Name = "checkBoxItem3"; this.checkBoxItem3.Text = "Margins"; // // checkBoxItem4 // this.checkBoxItem4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxItem4.Name = "checkBoxItem4"; this.checkBoxItem4.Text = "Horizontal Layout"; // // checkBoxItem5 // this.checkBoxItem5.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxItem5.Name = "checkBoxItem5"; this.checkBoxItem5.Text = "Vertical Layout"; // // checkBoxItem6 // this.checkBoxItem6.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxItem6.Checked = true; this.checkBoxItem6.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxItem6.Name = "checkBoxItem6"; this.checkBoxItem6.Text = "Automatic Layout"; // // buttonReplace // this.buttonReplace.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonReplace.Enabled = false; this.buttonReplace.Image = ((System.Drawing.Image)(resources.GetObject("buttonReplace.Image"))); this.buttonReplace.Name = "buttonReplace"; this.buttonReplace.Text = "&Replace"; // // buttonGoto // this.buttonGoto.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonGoto.Enabled = false; this.buttonGoto.Image = ((System.Drawing.Image)(resources.GetObject("buttonGoto.Image"))); this.buttonGoto.Name = "buttonGoto"; this.buttonGoto.Text = "&Goto"; // // buttonItem50 // this.buttonItem50.Checked = true; this.buttonItem50.Name = "buttonItem50"; this.buttonItem50.OptionGroup = "orientation"; this.buttonItem50.Text = "Auto"; // // buttonItem51 // this.buttonItem51.Name = "buttonItem51"; this.buttonItem51.OptionGroup = "orientation"; this.buttonItem51.Text = "Horizontal"; // // buttonItem52 // this.buttonItem52.Name = "buttonItem52"; this.buttonItem52.OptionGroup = "orientation"; this.buttonItem52.Text = "Vertical"; // // ribbonTabItemGroup1 // this.ribbonTabItemGroup1.Color = DevComponents.DotNetBar.eRibbonTabGroupColor.Orange; this.ribbonTabItemGroup1.GroupTitle = "Tab Group"; this.ribbonTabItemGroup1.Name = "ribbonTabItemGroup1"; // // // this.ribbonTabItemGroup1.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(158)))), ((int)(((byte)(159))))); this.ribbonTabItemGroup1.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(226))))); this.ribbonTabItemGroup1.Style.BackColorGradientAngle = 90; this.ribbonTabItemGroup1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ribbonTabItemGroup1.Style.BorderBottomWidth = 1; this.ribbonTabItemGroup1.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(58)))), ((int)(((byte)(59))))); this.ribbonTabItemGroup1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ribbonTabItemGroup1.Style.BorderLeftWidth = 1; this.ribbonTabItemGroup1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ribbonTabItemGroup1.Style.BorderRightWidth = 1; this.ribbonTabItemGroup1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ribbonTabItemGroup1.Style.BorderTopWidth = 1; this.ribbonTabItemGroup1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonTabItemGroup1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.ribbonTabItemGroup1.Style.TextColor = System.Drawing.Color.Black; this.ribbonTabItemGroup1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // ribbonControl // this.ribbonControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(242))))); // // // this.ribbonControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl.CaptionVisible = true; this.ribbonControl.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl.ForeColor = System.Drawing.Color.Black; this.ribbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonFile, this.buttonItem9, this.switchButtonItem1}); this.ribbonControl.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl.Location = new System.Drawing.Point(5, 1); this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.qatCustomizeItem1}); this.ribbonControl.Size = new System.Drawing.Size(908, 154); this.ribbonControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl.SystemText.MaximizeRibbonText = "最大化功能区"; this.ribbonControl.SystemText.MinimizeRibbonText = "最小化功能区"; this.ribbonControl.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl.SystemText.QatCustomizeMenuLabel = "配置快捷工具栏"; this.ribbonControl.SystemText.QatCustomizeText = "配置快捷工具栏"; this.ribbonControl.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl.SystemText.QatDialogCaption = "配置快捷工具栏"; this.ribbonControl.SystemText.QatDialogCategoriesLabel = "选择功能:"; this.ribbonControl.SystemText.QatDialogOkButton = "OK"; this.ribbonControl.SystemText.QatDialogPlacementCheckbox = "将快捷工具栏置于菜单之下"; this.ribbonControl.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl.SystemText.QatPlaceAboveRibbonText = "在功能区上方显示"; this.ribbonControl.SystemText.QatPlaceBelowRibbonText = "在功能区下方显示"; this.ribbonControl.SystemText.QatRemoveItemText = "从快速访问工具栏删除"; this.ribbonControl.TabGroupHeight = 14; this.ribbonControl.TabIndex = 0; this.ribbonControl.Text = "ribbonControl"; this.ribbonControl.BeforeRibbonPanelPopupClose += new DevComponents.DotNetBar.RibbonPopupCloseEventHandler(this.ribbonControl_BeforeRibbonPanelPopupClose); this.ribbonControl.ExpandedChanged += new System.EventHandler(this.ribbonControl_ExpandedChanged); // // buttonFile // this.buttonFile.AutoExpandOnClick = true; this.buttonFile.CanCustomize = false; this.buttonFile.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image; this.buttonFile.Image = ((System.Drawing.Image)(resources.GetObject("buttonFile.Image"))); this.buttonFile.ImageFixedSize = new System.Drawing.Size(16, 16); this.buttonFile.ImagePaddingHorizontal = 0; this.buttonFile.ImagePaddingVertical = 0; this.buttonFile.Name = "buttonFile"; this.buttonFile.ShowSubItems = false; this.buttonFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer1}); this.buttonFile.Text = "&系统"; // // itemContainer1 // // // // this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer"; this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer1.Name = "itemContainer1"; this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer2, this.btnCPassword, this.btnClose, this.itemContainer4}); // // // this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // itemContainer2 // // // // this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer"; this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer2.ItemSpacing = 0; this.itemContainer2.Name = "itemContainer2"; this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer3}); // // // this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // itemContainer3 // // // // this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer"; this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0); this.itemContainer3.Name = "itemContainer3"; this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.tnLogin, this.tnLogout}); // // // this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // tnLogin // this.tnLogin.BeginGroup = true; this.tnLogin.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.tnLogin.Image = ((System.Drawing.Image)(resources.GetObject("tnLogin.Image"))); this.tnLogin.Name = "tnLogin"; this.tnLogin.SubItemsExpandWidth = 24; this.tnLogin.Text = "登录(&L)"; this.tnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // tnLogout // this.tnLogout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.tnLogout.Image = ((System.Drawing.Image)(resources.GetObject("tnLogout.Image"))); this.tnLogout.Name = "tnLogout"; this.tnLogout.SubItemsExpandWidth = 24; this.tnLogout.Text = "注销"; this.tnLogout.Click += new System.EventHandler(this.tnLogout_Click); // // btnCPassword // this.btnCPassword.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnCPassword.Image = ((System.Drawing.Image)(resources.GetObject("btnCPassword.Image"))); this.btnCPassword.Name = "btnCPassword"; this.btnCPassword.SubItemsExpandWidth = 24; this.btnCPassword.Text = "修改密码(&P)"; this.btnCPassword.Click += new System.EventHandler(this.btnCPassword_Click); // // btnClose // this.btnClose.BeginGroup = true; this.btnClose.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Name = "btnClose"; this.btnClose.SubItemsExpandWidth = 24; this.btnClose.Text = "关闭(&C)"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // itemContainer4 // // // // this.itemContainer4.BackgroundStyle.Class = "RibbonFileMenuBottomContainer"; this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right; this.itemContainer4.Name = "itemContainer4"; this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnAbout, this.btnExit}); // // // this.itemContainer4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // btnAbout // this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnAbout.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnAbout.Image"))); this.btnAbout.Name = "btnAbout"; this.btnAbout.SubItemsExpandWidth = 24; this.btnAbout.Text = "关于"; this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click); // // btnExit // this.btnExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Name = "btnExit"; this.btnExit.SubItemsExpandWidth = 24; this.btnExit.Text = "退出(&E)"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // buttonItem9 // this.buttonItem9.AutoExpandOnClick = true; this.buttonItem9.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.buttonItem9.Name = "buttonItem9"; this.buttonItem9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem10, this.buttonItem11, this.buttonItem15, this.buttonItem17, this.buttonItem18, this.buttonItem19, this.buttonItem29, this.buttonItem56, this.buttonItem57, this.buttonItem58, this.buttonItem59, this.colorPickerDropDown1}); this.buttonItem9.Text = "系统样式"; // // buttonItem10 // this.buttonItem10.Command = this.AppCommandTheme; this.buttonItem10.CommandParameter = "Metro"; this.buttonItem10.Name = "buttonItem10"; this.buttonItem10.OptionGroup = "style"; this.buttonItem10.Text = "Metro/Office 2013"; // // AppCommandTheme // this.AppCommandTheme.Name = "AppCommandTheme"; this.AppCommandTheme.Executed += new System.EventHandler(this.AppCommandTheme_Executed); // // buttonItem11 // this.buttonItem11.Command = this.AppCommandTheme; this.buttonItem11.CommandParameter = "Office2010Blue"; this.buttonItem11.Name = "buttonItem11"; this.buttonItem11.OptionGroup = "style"; this.buttonItem11.Text = "Office 2010 Blue"; // // buttonItem15 // this.buttonItem15.Command = this.AppCommandTheme; this.buttonItem15.CommandParameter = "Office2010Silver"; this.buttonItem15.Name = "buttonItem15"; this.buttonItem15.OptionGroup = "style"; this.buttonItem15.Text = "Office 2010 <font color=\"Silver\"><b>Silver</b></font>"; // // buttonItem17 // this.buttonItem17.Command = this.AppCommandTheme; this.buttonItem17.CommandParameter = "Office2010Black"; this.buttonItem17.Name = "buttonItem17"; this.buttonItem17.OptionGroup = "style"; this.buttonItem17.Text = "Office 2010 Black"; // // buttonItem18 // this.buttonItem18.Command = this.AppCommandTheme; this.buttonItem18.CommandParameter = "VisualStudio2010Blue"; this.buttonItem18.Name = "buttonItem18"; this.buttonItem18.OptionGroup = "style"; this.buttonItem18.Text = "Visual Studio 2010"; // // buttonItem19 // this.buttonItem19.Command = this.AppCommandTheme; this.buttonItem19.CommandParameter = "Windows7Blue"; this.buttonItem19.Name = "buttonItem19"; this.buttonItem19.OptionGroup = "style"; this.buttonItem19.Text = "Windows 7"; // // buttonItem29 // this.buttonItem29.Command = this.AppCommandTheme; this.buttonItem29.CommandParameter = "Office2007Blue"; this.buttonItem29.Name = "buttonItem29"; this.buttonItem29.OptionGroup = "style"; this.buttonItem29.Text = "Office 2007 <font color=\"Blue\"><b>Blue</b></font>"; // // buttonItem56 // this.buttonItem56.Command = this.AppCommandTheme; this.buttonItem56.CommandParameter = "Office2007Black"; this.buttonItem56.Name = "buttonItem56"; this.buttonItem56.OptionGroup = "style"; this.buttonItem56.Text = "Office 2007 <font color=\"black\"><b>Black</b></font>"; // // buttonItem57 // this.buttonItem57.Command = this.AppCommandTheme; this.buttonItem57.CommandParameter = "Office2007Silver"; this.buttonItem57.Name = "buttonItem57"; this.buttonItem57.OptionGroup = "style"; this.buttonItem57.Text = "Office 2007 <font color=\"Silver\"><b>Silver</b></font>"; // // buttonItem58 // this.buttonItem58.Command = this.AppCommandTheme; this.buttonItem58.CommandParameter = "Office2007VistaGlass"; this.buttonItem58.Name = "buttonItem58"; this.buttonItem58.OptionGroup = "style"; this.buttonItem58.Text = "Vista Glass"; // // buttonItem59 // this.buttonItem59.Checked = true; this.buttonItem59.Command = this.AppCommandTheme; this.buttonItem59.CommandParameter = "VisualStudio2012Light"; this.buttonItem59.Name = "buttonItem59"; this.buttonItem59.OptionGroup = "style"; this.buttonItem59.Text = "Visual Studio 2012 Light"; // // colorPickerDropDown1 // this.colorPickerDropDown1.BeginGroup = true; this.colorPickerDropDown1.Command = this.AppCommandTheme; this.colorPickerDropDown1.Name = "colorPickerDropDown1"; this.colorPickerDropDown1.Text = "Custom scheme"; this.colorPickerDropDown1.Tooltip = "Custom color scheme is created based on currently selected color table. Try selec" + "ting Silver or Blue color table and then creating custom color scheme."; // // switchButtonItem1 // this.switchButtonItem1.ButtonHeight = 20; this.switchButtonItem1.ButtonWidth = 62; this.switchButtonItem1.Command = this.RibbonStateCommand; this.switchButtonItem1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.switchButtonItem1.Margin.Bottom = 2; this.switchButtonItem1.Margin.Left = 4; this.switchButtonItem1.Name = "switchButtonItem1"; this.switchButtonItem1.OffText = "显示"; this.switchButtonItem1.OnText = "隐藏"; this.switchButtonItem1.Tooltip = "最大化/最小化功能区"; // // RibbonStateCommand // this.RibbonStateCommand.Name = "RibbonStateCommand"; this.RibbonStateCommand.Executed += new System.EventHandler(this.RibbonStateCommand_Executed); // // qatCustomizeItem1 // this.qatCustomizeItem1.Name = "qatCustomizeItem1"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.VisualStudio2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // tabStrip1 // this.tabStrip1.AutoSelectAttachedControl = true; this.tabStrip1.CanReorderTabs = true; this.tabStrip1.CloseButtonOnTabsVisible = true; this.tabStrip1.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right; this.tabStrip1.CloseButtonVisible = false; this.tabStrip1.Dock = System.Windows.Forms.DockStyle.Top; this.tabStrip1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabStrip1.ForeColor = System.Drawing.Color.Black; this.tabStrip1.Location = new System.Drawing.Point(5, 155); this.tabStrip1.MdiForm = this; this.tabStrip1.MdiTabbedDocuments = true; this.tabStrip1.Name = "tabStrip1"; this.tabStrip1.SelectedTab = null; this.tabStrip1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabStrip1.Size = new System.Drawing.Size(908, 26); this.tabStrip1.Style = DevComponents.DotNetBar.eTabStripStyle.Metro; this.tabStrip1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top; this.tabStrip1.TabIndex = 7; this.tabStrip1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabStrip1.Text = "tabStrip1"; // // microChartItem1 // this.microChartItem1.Name = "microChartItem1"; // // microChartItem2 // this.microChartItem2.Name = "microChartItem2"; // // panBottom // this.panBottom.CanvasColor = System.Drawing.SystemColors.Control; this.panBottom.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panBottom.Controls.Add(this.bottomControl1); this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panBottom.Location = new System.Drawing.Point(5, 395); this.panBottom.Name = "panBottom"; this.panBottom.Size = new System.Drawing.Size(908, 28); this.panBottom.Style.Alignment = System.Drawing.StringAlignment.Center; this.panBottom.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panBottom.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panBottom.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panBottom.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panBottom.Style.GradientAngle = 90; this.panBottom.TabIndex = 8; this.panBottom.Text = "panelEx1"; // // buttonItem1 // this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.Text = "buttonItem1"; // // buttonChangeStyle // this.buttonChangeStyle.AutoExpandOnClick = true; this.buttonChangeStyle.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far; this.buttonChangeStyle.Name = "buttonChangeStyle"; this.buttonChangeStyle.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonStyleMetro, this.buttonStyleOffice2010Blue, this.buttonStyleOffice2010Silver, this.buttonStyleOffice2010Black, this.buttonStyleVS2010, this.buttonItem62, this.buttonStyleOffice2007Blue, this.buttonStyleOffice2007Black, this.buttonStyleOffice2007Silver, this.buttonItem60, this.buttonItem16, this.buttonStyleCustom}); this.buttonChangeStyle.Text = "Style"; // // buttonStyleMetro // this.buttonStyleMetro.Command = this.AppCommandTheme; this.buttonStyleMetro.CommandParameter = "Metro"; this.buttonStyleMetro.Name = "buttonStyleMetro"; this.buttonStyleMetro.OptionGroup = "style"; this.buttonStyleMetro.Text = "Metro/Office 2013"; // // buttonStyleOffice2010Blue // this.buttonStyleOffice2010Blue.Command = this.AppCommandTheme; this.buttonStyleOffice2010Blue.CommandParameter = "Office2010Blue"; this.buttonStyleOffice2010Blue.Name = "buttonStyleOffice2010Blue"; this.buttonStyleOffice2010Blue.OptionGroup = "style"; this.buttonStyleOffice2010Blue.Text = "Office 2010 Blue"; // // buttonStyleOffice2010Silver // this.buttonStyleOffice2010Silver.Command = this.AppCommandTheme; this.buttonStyleOffice2010Silver.CommandParameter = "Office2010Silver"; this.buttonStyleOffice2010Silver.Name = "buttonStyleOffice2010Silver"; this.buttonStyleOffice2010Silver.OptionGroup = "style"; this.buttonStyleOffice2010Silver.Text = "Office 2010 <font color=\"Silver\"><b>Silver</b></font>"; // // buttonStyleOffice2010Black // this.buttonStyleOffice2010Black.Command = this.AppCommandTheme; this.buttonStyleOffice2010Black.CommandParameter = "Office2010Black"; this.buttonStyleOffice2010Black.Name = "buttonStyleOffice2010Black"; this.buttonStyleOffice2010Black.OptionGroup = "style"; this.buttonStyleOffice2010Black.Text = "Office 2010 Black"; // // buttonStyleVS2010 // this.buttonStyleVS2010.Command = this.AppCommandTheme; this.buttonStyleVS2010.CommandParameter = "VisualStudio2010Blue"; this.buttonStyleVS2010.Name = "buttonStyleVS2010"; this.buttonStyleVS2010.OptionGroup = "style"; this.buttonStyleVS2010.Text = "Visual Studio 2010"; // // buttonItem62 // this.buttonItem62.Command = this.AppCommandTheme; this.buttonItem62.CommandParameter = "Windows7Blue"; this.buttonItem62.Name = "buttonItem62"; this.buttonItem62.OptionGroup = "style"; this.buttonItem62.Text = "Windows 7"; // // buttonStyleOffice2007Blue // this.buttonStyleOffice2007Blue.Command = this.AppCommandTheme; this.buttonStyleOffice2007Blue.CommandParameter = "Office2007Blue"; this.buttonStyleOffice2007Blue.Name = "buttonStyleOffice2007Blue"; this.buttonStyleOffice2007Blue.OptionGroup = "style"; this.buttonStyleOffice2007Blue.Text = "Office 2007 <font color=\"Blue\"><b>Blue</b></font>"; // // buttonStyleOffice2007Black // this.buttonStyleOffice2007Black.Command = this.AppCommandTheme; this.buttonStyleOffice2007Black.CommandParameter = "Office2007Black"; this.buttonStyleOffice2007Black.Name = "buttonStyleOffice2007Black"; this.buttonStyleOffice2007Black.OptionGroup = "style"; this.buttonStyleOffice2007Black.Text = "Office 2007 <font color=\"black\"><b>Black</b></font>"; // // buttonStyleOffice2007Silver // this.buttonStyleOffice2007Silver.Command = this.AppCommandTheme; this.buttonStyleOffice2007Silver.CommandParameter = "Office2007Silver"; this.buttonStyleOffice2007Silver.Name = "buttonStyleOffice2007Silver"; this.buttonStyleOffice2007Silver.OptionGroup = "style"; this.buttonStyleOffice2007Silver.Text = "Office 2007 <font color=\"Silver\"><b>Silver</b></font>"; // // buttonItem60 // this.buttonItem60.Command = this.AppCommandTheme; this.buttonItem60.CommandParameter = "Office2007VistaGlass"; this.buttonItem60.Name = "buttonItem60"; this.buttonItem60.OptionGroup = "style"; this.buttonItem60.Text = "Vista Glass"; // // buttonItem16 // this.buttonItem16.Checked = true; this.buttonItem16.Command = this.AppCommandTheme; this.buttonItem16.CommandParameter = "VisualStudio2012Light"; this.buttonItem16.Name = "buttonItem16"; this.buttonItem16.OptionGroup = "style"; this.buttonItem16.Text = "Visual Studio 2012 Light"; // // buttonStyleCustom // this.buttonStyleCustom.BeginGroup = true; this.buttonStyleCustom.Command = this.AppCommandTheme; this.buttonStyleCustom.Name = "buttonStyleCustom"; this.buttonStyleCustom.Text = "Custom scheme"; this.buttonStyleCustom.Tooltip = "Custom color scheme is created based on currently selected color table. Try selec" + "ting Silver or Blue color table and then creating custom color scheme."; // // bottomControl1 // this.bottomControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.bottomControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.bottomControl1.Location = new System.Drawing.Point(0, 0); this.bottomControl1.Margin = new System.Windows.Forms.Padding(0); this.bottomControl1.Name = "bottomControl1"; this.bottomControl1.Size = new System.Drawing.Size(908, 28); this.bottomControl1.TabIndex = 0; // // RibbonShell // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(918, 425); this.Controls.Add(this.panBottom); this.Controls.Add(this.tabStrip1); this.Controls.Add(this.ribbonControl); this.IsMdiContainer = true; this.Name = "RibbonShell"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AgileEAS.NET SOA中间件"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.MdiChildActivate += new System.EventHandler(this.RibbonShell_MdiChildActivate); this.panBottom.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout)); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.logoPictureBox = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.btnOk = new System.Windows.Forms.Button(); this.lblVersion = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.reflectionImage2 = new DevComponents.DotNetBar.Controls.ReflectionImage(); ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2); this.ribbonControl1.Size = new System.Drawing.Size(458, 46); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; // // logoPictureBox // this.logoPictureBox.Cursor = System.Windows.Forms.Cursors.Default; this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image"))); this.logoPictureBox.Location = new System.Drawing.Point(3, 3); this.logoPictureBox.Name = "logoPictureBox"; this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 5); this.logoPictureBox.Size = new System.Drawing.Size(145, 386); this.logoPictureBox.TabIndex = 12; this.logoPictureBox.TabStop = false; // // tableLayoutPanel // this.tableLayoutPanel.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel.ColumnCount = 2; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F)); this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); this.tableLayoutPanel.Controls.Add(this.btnOk, 1, 4); this.tableLayoutPanel.Controls.Add(this.lblVersion, 1, 1); this.tableLayoutPanel.Controls.Add(this.labelX5, 1, 2); this.tableLayoutPanel.Controls.Add(this.labelX6, 1, 3); this.tableLayoutPanel.Controls.Add(this.labelX7, 1, 0); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(5, 47); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 5; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55.55556F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel.Size = new System.Drawing.Size(458, 392); this.tableLayoutPanel.TabIndex = 11; // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnOk.Location = new System.Drawing.Point(380, 368); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 21); this.btnOk.TabIndex = 24; this.btnOk.Text = "确定"; // // lblVersion // // // // this.lblVersion.BackgroundStyle.Class = ""; this.lblVersion.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblVersion.Dock = System.Windows.Forms.DockStyle.Fill; this.lblVersion.Location = new System.Drawing.Point(154, 46); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(301, 37); this.lblVersion.TabIndex = 26; this.lblVersion.Text = "版本 V1.0.0"; // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX5.Location = new System.Drawing.Point(154, 89); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(301, 37); this.labelX5.TabIndex = 27; this.labelX5.Text = "版权所有(C)2015 CASCO.COM.CN"; // // labelX6 // // // // this.labelX6.BackgroundStyle.Class = ""; this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX6.Location = new System.Drawing.Point(154, 132); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(301, 211); this.labelX6.TabIndex = 28; this.labelX6.Text = "警告:本计算机程序受著作权法和国际公约保护,未经授权擅自复制或传播本程序的部分或全部,可能受到严厉的民事及刑事制裁,并将在法律许可的范围内受到最大可能的起诉。"; this.labelX6.WordWrap = true; // // labelX7 // // // // this.labelX7.BackgroundStyle.Class = ""; this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX7.Dock = System.Windows.Forms.DockStyle.Fill; this.labelX7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX7.Location = new System.Drawing.Point(154, 3); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(301, 37); this.labelX7.TabIndex = 29; this.labelX7.Text = "Casco TSP硬件测试平台"; // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX3.Location = new System.Drawing.Point(129, 43); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(295, 37); this.labelX3.TabIndex = 10; this.labelX3.Text = "CASCO 型式试验平台"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(129, 199); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(295, 92); this.labelX2.TabIndex = 9; this.labelX2.Text = "警告:本计算机程序受著作权法和国际公约保护,未经授权擅自复制或传播本程序的部分或全部,可能受到严厉的民事及刑事制裁,并将在法律许可的范围内受到最大可能的起诉。"; this.labelX2.WordWrap = true; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(129, 121); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(295, 37); this.labelX1.TabIndex = 8; this.labelX1.Text = "版本 V1.0.0\r\n\r\n版权所有(C) 2015 Casco.com.cn"; // // reflectionImage2 // // // // this.reflectionImage2.BackgroundStyle.Class = ""; this.reflectionImage2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.reflectionImage2.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.reflectionImage2.Image = ((System.Drawing.Image)(resources.GetObject("reflectionImage2.Image"))); this.reflectionImage2.Location = new System.Drawing.Point(33, 123); this.reflectionImage2.Name = "reflectionImage2"; this.reflectionImage2.Size = new System.Drawing.Size(35, 10); this.reflectionImage2.TabIndex = 7; // // FormAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(468, 441); this.Controls.Add(this.tableLayoutPanel); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.Controls.Add(this.reflectionImage2); this.Controls.Add(this.ribbonControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAbout"; this.ShowIcon = false; this.Text = "关于型式试验平台"; this.Load += new System.EventHandler(this.formAbout_Load); ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); this.tableLayoutPanel.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Initialization)); this.button1 = new DevComponents.DotNetBar.ButtonX(); this.versionBox = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.pathBox = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.button2 = new DevComponents.DotNetBar.ButtonX(); this.styleManager = new DevComponents.DotNetBar.StyleManager(); this.SuspendLayout(); // // button1 // this.button1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.button1.Location = new System.Drawing.Point(12, 65); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(268, 28); this.button1.TabIndex = 1; this.button1.Text = "Initialize"; this.button1.Click += new System.EventHandler(this.button1_Click); // // versionBox // this.versionBox.FormattingEnabled = true; this.versionBox.Items.AddRange(new object[] { "GMS", "EMS , MSEA , KMS", "BMS , JMS", "Auto-Detect"}); this.versionBox.Location = new System.Drawing.Point(79, 38); this.versionBox.Name = "versionBox"; this.versionBox.Size = new System.Drawing.Size(201, 21); this.versionBox.TabIndex = 3; // // toolStripProgressBar1 // this.toolStripProgressBar1.Name = "toolStripProgressBar1"; this.toolStripProgressBar1.Size = new System.Drawing.Size(150, 16); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 13); this.label2.TabIndex = 8; this.label2.Text = "Encryption"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 13); this.label3.TabIndex = 9; this.label3.Text = "MS Path"; // // textBox2 // // // // this.textBox2.Border.Class = ""; this.textBox2.Location = new System.Drawing.Point(12, 99); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(268, 20); this.textBox2.TabIndex = 2; // // pathBox // this.pathBox.FormattingEnabled = true; this.pathBox.Location = new System.Drawing.Point(79, 12); this.pathBox.Name = "pathBox"; this.pathBox.Size = new System.Drawing.Size(159, 21); this.pathBox.TabIndex = 13; // // button2 // this.button2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.button2.Location = new System.Drawing.Point(244, 12); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(36, 21); this.button2.TabIndex = 14; this.button2.Text = "..."; this.button2.Click += new System.EventHandler(this.button2_Click); // // styleManager // this.styleManager.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; // // Initialization // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 131); this.Controls.Add(this.button2); this.Controls.Add(this.pathBox); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.versionBox); this.Controls.Add(this.textBox2); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Initialization"; this.Text = "HaCreator 2.0"; this.Load += new System.EventHandler(this.Initialization_Load); 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(main)); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar16 = new DevComponents.DotNetBar.RibbonBar(); this.Exit = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar13 = new DevComponents.DotNetBar.RibbonBar(); this.Refresh = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar(); this._save = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar(); this._open = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this._newproject = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar9 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar8 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar15 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar12 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar11 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar10 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar14 = new DevComponents.DotNetBar.RibbonBar(); this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem(); this._File = new DevComponents.DotNetBar.RibbonTabItem(); this._Edit = new DevComponents.DotNetBar.RibbonTabItem(); this._Test = new DevComponents.DotNetBar.RibbonTabItem(); this.ribbonTabItem3 = new DevComponents.DotNetBar.RibbonTabItem(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this._New = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem(); this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components); this.dockSite4 = new DevComponents.DotNetBar.DockSite(); this.dockSite1 = new DevComponents.DotNetBar.DockSite(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer(); this.treeViewproject = new System.Windows.Forms.TreeView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.addNewFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.spyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem(); this.dockSite2 = new DevComponents.DotNetBar.DockSite(); this.dockSite8 = new DevComponents.DotNetBar.DockSite(); this.dockSite5 = new DevComponents.DotNetBar.DockSite(); this.dockSite6 = new DevComponents.DotNetBar.DockSite(); this.dockSite7 = new DevComponents.DotNetBar.DockSite(); this.dockSite3 = new DevComponents.DotNetBar.DockSite(); this.metroTileItem2 = new DevComponents.DotNetBar.Metro.MetroTileItem(); this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.tabControl1 = new System.Windows.Forms.CustomTabControl(); this.ribbonControl1.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); this.ribbonPanel2.SuspendLayout(); this.ribbonPanel4.SuspendLayout(); this.ribbonPanel5.SuspendLayout(); this.dockSite1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); this.bar1.SuspendLayout(); this.panelDockContainer1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.contextMenuStrip2.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.tabControl1.SuspendLayout(); this.SuspendLayout(); // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Controls.Add(this.ribbonPanel2); this.ribbonControl1.Controls.Add(this.ribbonPanel4); this.ribbonControl1.Controls.Add(this.ribbonPanel5); this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this._File, this._Edit, this._Test, this.ribbonTabItem3}); this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2); this.ribbonControl1.Size = new System.Drawing.Size(996, 129); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // ribbonPanel1 // this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.ribbonBar16); this.ribbonPanel1.Controls.Add(this.ribbonBar13); this.ribbonPanel1.Controls.Add(this.ribbonBar3); this.ribbonPanel1.Controls.Add(this.ribbonBar2); this.ribbonPanel1.Controls.Add(this.ribbonBar1); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 53); this.ribbonPanel1.MaximumSize = new System.Drawing.Size(0, 70); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel1.Size = new System.Drawing.Size(996, 70); // // // this.ribbonPanel1.Style.Class = ""; this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.Class = ""; this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.Class = ""; this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.TabIndex = 1; // // ribbonBar16 // this.ribbonBar16.AutoOverflowEnabled = true; // // // this.ribbonBar16.BackgroundMouseOverStyle.Class = ""; this.ribbonBar16.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar16.BackgroundStyle.Class = ""; this.ribbonBar16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar16.ContainerControlProcessDialogKey = true; this.ribbonBar16.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar16.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.Exit}); this.ribbonBar16.Location = new System.Drawing.Point(306, 0); this.ribbonBar16.Name = "ribbonBar16"; this.ribbonBar16.Size = new System.Drawing.Size(100, 67); this.ribbonBar16.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar16.TabIndex = 4; // // // this.ribbonBar16.TitleStyle.Class = ""; this.ribbonBar16.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar16.TitleStyleMouseOver.Class = ""; this.ribbonBar16.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // Exit // this.Exit.Image = ((System.Drawing.Image)(resources.GetObject("Exit.Image"))); this.Exit.ImageFixedSize = new System.Drawing.Size(30, 30); this.Exit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.Exit.Name = "Exit"; this.Exit.SubItemsExpandWidth = 14; this.Exit.Text = "<div width=\"70\" align=\"center\">Exit</div>"; this.Exit.Click += new System.EventHandler(this.Exit_Click); // // ribbonBar13 // this.ribbonBar13.AutoOverflowEnabled = true; // // // this.ribbonBar13.BackgroundMouseOverStyle.Class = ""; this.ribbonBar13.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar13.BackgroundStyle.Class = ""; this.ribbonBar13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar13.ContainerControlProcessDialogKey = true; this.ribbonBar13.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar13.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.Refresh}); this.ribbonBar13.Location = new System.Drawing.Point(232, 0); this.ribbonBar13.MaximumSize = new System.Drawing.Size(100, 100); this.ribbonBar13.Name = "ribbonBar13"; this.ribbonBar13.Size = new System.Drawing.Size(74, 67); this.ribbonBar13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar13.TabIndex = 3; // // // this.ribbonBar13.TitleStyle.Class = ""; this.ribbonBar13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar13.TitleStyleMouseOver.Class = ""; this.ribbonBar13.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // Refresh // this.Refresh.Image = ((System.Drawing.Image)(resources.GetObject("Refresh.Image"))); this.Refresh.ImageFixedSize = new System.Drawing.Size(30, 30); this.Refresh.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.Refresh.Name = "Refresh"; this.Refresh.SubItemsExpandWidth = 14; this.Refresh.Text = "<div width=\"70\" align=\"center\">Refersh</div>"; this.Refresh.Click += new System.EventHandler(this.Refresh_Click); // // ribbonBar3 // this.ribbonBar3.AutoOverflowEnabled = true; // // // this.ribbonBar3.BackgroundMouseOverStyle.Class = ""; this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.BackgroundStyle.Class = ""; this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.ContainerControlProcessDialogKey = true; this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this._save}); this.ribbonBar3.Location = new System.Drawing.Point(158, 0); this.ribbonBar3.MaximumSize = new System.Drawing.Size(100, 100); this.ribbonBar3.Name = "ribbonBar3"; this.ribbonBar3.Size = new System.Drawing.Size(74, 67); this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar3.TabIndex = 2; // // // this.ribbonBar3.TitleStyle.Class = ""; this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.TitleStyleMouseOver.Class = ""; this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // _save // this._save.Image = ((System.Drawing.Image)(resources.GetObject("_save.Image"))); this._save.ImageFixedSize = new System.Drawing.Size(30, 30); this._save.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this._save.Name = "_save"; this._save.SubItemsExpandWidth = 14; this._save.Text = "<div width=\"70\" align=\"center\">Save</div>"; this._save.Click += new System.EventHandler(this.buttonItem5_Click); // // ribbonBar2 // this.ribbonBar2.AutoOverflowEnabled = true; // // // this.ribbonBar2.BackgroundMouseOverStyle.Class = ""; this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.BackgroundStyle.Class = ""; this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.ContainerControlProcessDialogKey = true; this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this._open}); this.ribbonBar2.Location = new System.Drawing.Point(79, 0); this.ribbonBar2.MaximumSize = new System.Drawing.Size(100, 100); this.ribbonBar2.Name = "ribbonBar2"; this.ribbonBar2.Size = new System.Drawing.Size(79, 67); this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar2.TabIndex = 1; // // // this.ribbonBar2.TitleStyle.Class = ""; this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.TitleStyleMouseOver.Class = ""; this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // _open // this._open.Image = ((System.Drawing.Image)(resources.GetObject("_open.Image"))); this._open.ImageFixedSize = new System.Drawing.Size(30, 30); this._open.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this._open.Name = "_open"; this._open.SubItemsExpandWidth = 14; this._open.Text = "<div width=\"70\" align=\"center\">Open</div>"; this._open.Click += new System.EventHandler(this.buttonItem3_Click); // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.Class = ""; this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.Class = ""; this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this._newproject}); this.ribbonBar1.Location = new System.Drawing.Point(3, 0); this.ribbonBar1.MaximumSize = new System.Drawing.Size(100, 100); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(76, 67); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 0; // // // this.ribbonBar1.TitleStyle.Class = ""; this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.Class = ""; this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // _newproject // this._newproject.Image = ((System.Drawing.Image)(resources.GetObject("_newproject.Image"))); this._newproject.ImageFixedSize = new System.Drawing.Size(30, 30); this._newproject.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this._newproject.Name = "_newproject"; this._newproject.SubItemsExpandWidth = 14; this._newproject.Text = "<div width=\"70\" align=\"center\">New Project</div>"; this._newproject.Click += new System.EventHandler(this.buttonItem2_Click); // // ribbonPanel2 // this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel2.Controls.Add(this.ribbonBar9); this.ribbonPanel2.Controls.Add(this.ribbonBar8); this.ribbonPanel2.Controls.Add(this.ribbonBar7); this.ribbonPanel2.Controls.Add(this.ribbonBar6); this.ribbonPanel2.Controls.Add(this.ribbonBar5); this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel2.Location = new System.Drawing.Point(0, 53); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel2.Size = new System.Drawing.Size(996, 74); // // // this.ribbonPanel2.Style.Class = ""; this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseDown.Class = ""; this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseOver.Class = ""; this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel2.TabIndex = 2; this.ribbonPanel2.Visible = false; // // ribbonBar9 // this.ribbonBar9.AutoOverflowEnabled = true; // // // this.ribbonBar9.BackgroundMouseOverStyle.Class = ""; this.ribbonBar9.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar9.BackgroundStyle.Class = ""; this.ribbonBar9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar9.ContainerControlProcessDialogKey = true; this.ribbonBar9.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar9.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem14}); this.ribbonBar9.Location = new System.Drawing.Point(403, 0); this.ribbonBar9.Name = "ribbonBar9"; this.ribbonBar9.Size = new System.Drawing.Size(100, 71); this.ribbonBar9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar9.TabIndex = 4; // // // this.ribbonBar9.TitleStyle.Class = ""; this.ribbonBar9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar9.TitleStyleMouseOver.Class = ""; this.ribbonBar9.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem14 // this.buttonItem14.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem14.Image"))); this.buttonItem14.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem14.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem14.Name = "buttonItem14"; this.buttonItem14.SubItemsExpandWidth = 14; this.buttonItem14.Text = "<div width=\"70\" align=\"center\">Parse</div>"; // // ribbonBar8 // this.ribbonBar8.AutoOverflowEnabled = true; // // // this.ribbonBar8.BackgroundMouseOverStyle.Class = ""; this.ribbonBar8.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar8.BackgroundStyle.Class = ""; this.ribbonBar8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar8.ContainerControlProcessDialogKey = true; this.ribbonBar8.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar8.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem13}); this.ribbonBar8.Location = new System.Drawing.Point(303, 0); this.ribbonBar8.Name = "ribbonBar8"; this.ribbonBar8.Size = new System.Drawing.Size(100, 71); this.ribbonBar8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar8.TabIndex = 3; // // // this.ribbonBar8.TitleStyle.Class = ""; this.ribbonBar8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar8.TitleStyleMouseOver.Class = ""; this.ribbonBar8.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem13 // this.buttonItem13.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem13.Image"))); this.buttonItem13.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem13.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem13.Name = "buttonItem13"; this.buttonItem13.SubItemsExpandWidth = 14; this.buttonItem13.Text = "<div width=\"70\" align=\"center\">Cut</div>"; // // ribbonBar7 // this.ribbonBar7.AutoOverflowEnabled = true; // // // this.ribbonBar7.BackgroundMouseOverStyle.Class = ""; this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar7.BackgroundStyle.Class = ""; this.ribbonBar7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar7.ContainerControlProcessDialogKey = true; this.ribbonBar7.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem12}); this.ribbonBar7.Location = new System.Drawing.Point(203, 0); this.ribbonBar7.Name = "ribbonBar7"; this.ribbonBar7.Size = new System.Drawing.Size(100, 71); this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar7.TabIndex = 2; // // // this.ribbonBar7.TitleStyle.Class = ""; this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar7.TitleStyleMouseOver.Class = ""; this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem12 // this.buttonItem12.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem12.Image"))); this.buttonItem12.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem12.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem12.Name = "buttonItem12"; this.buttonItem12.SubItemsExpandWidth = 14; this.buttonItem12.Text = "<div width=\"70\" align=\"center\">Copy</div>"; // // ribbonBar6 // this.ribbonBar6.AutoOverflowEnabled = true; // // // this.ribbonBar6.BackgroundMouseOverStyle.Class = ""; this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar6.BackgroundStyle.Class = ""; this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar6.ContainerControlProcessDialogKey = true; this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem8}); this.ribbonBar6.Location = new System.Drawing.Point(103, 0); this.ribbonBar6.Name = "ribbonBar6"; this.ribbonBar6.Size = new System.Drawing.Size(100, 71); this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar6.TabIndex = 1; // // // this.ribbonBar6.TitleStyle.Class = ""; this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar6.TitleStyleMouseOver.Class = ""; this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem8 // this.buttonItem8.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem8.Image"))); this.buttonItem8.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem8.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem8.Name = "buttonItem8"; this.buttonItem8.SubItemsExpandWidth = 14; this.buttonItem8.Text = "<div width=\"70\" align=\"center\">Redo</div>"; // // ribbonBar5 // this.ribbonBar5.AutoOverflowEnabled = true; // // // this.ribbonBar5.BackgroundMouseOverStyle.Class = ""; this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar5.BackgroundStyle.Class = ""; this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar5.ContainerControlProcessDialogKey = true; this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem11}); this.ribbonBar5.Location = new System.Drawing.Point(3, 0); this.ribbonBar5.Name = "ribbonBar5"; this.ribbonBar5.Size = new System.Drawing.Size(100, 71); this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar5.TabIndex = 0; // // // this.ribbonBar5.TitleStyle.Class = ""; this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar5.TitleStyleMouseOver.Class = ""; this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem11 // this.buttonItem11.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem11.Image"))); this.buttonItem11.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem11.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem11.Name = "buttonItem11"; this.buttonItem11.SubItemsExpandWidth = 14; this.buttonItem11.Text = "<div width=\"70\" align=\"center\">Undo</div>"; // // ribbonPanel4 // this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel4.Controls.Add(this.ribbonBar4); this.ribbonPanel4.Controls.Add(this.ribbonBar15); this.ribbonPanel4.Controls.Add(this.ribbonBar12); this.ribbonPanel4.Controls.Add(this.ribbonBar11); this.ribbonPanel4.Controls.Add(this.ribbonBar10); this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel4.Location = new System.Drawing.Point(0, 53); this.ribbonPanel4.Name = "ribbonPanel4"; this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel4.Size = new System.Drawing.Size(996, 74); // // // this.ribbonPanel4.Style.Class = ""; this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel4.StyleMouseDown.Class = ""; this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel4.StyleMouseOver.Class = ""; this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel4.TabIndex = 4; this.ribbonPanel4.Visible = false; // // ribbonBar4 // this.ribbonBar4.AutoOverflowEnabled = true; // // // this.ribbonBar4.BackgroundMouseOverStyle.Class = ""; this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.BackgroundStyle.Class = ""; this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar4.ContainerControlProcessDialogKey = true; this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem5}); this.ribbonBar4.Location = new System.Drawing.Point(403, 0); this.ribbonBar4.Name = "ribbonBar4"; this.ribbonBar4.Size = new System.Drawing.Size(100, 71); this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar4.TabIndex = 4; // // // this.ribbonBar4.TitleStyle.Class = ""; this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.TitleStyleMouseOver.Class = ""; this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem5 // this.buttonItem5.Enabled = false; this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image"))); this.buttonItem5.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem5.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem5.Name = "buttonItem5"; this.buttonItem5.SubItemsExpandWidth = 14; this.buttonItem5.Text = "<div width=\"70\" align=\"center\">Spy</div>"; this.buttonItem5.Click += new System.EventHandler(this.buttonItem5_Click_1); // // ribbonBar15 // this.ribbonBar15.AutoOverflowEnabled = true; // // // this.ribbonBar15.BackgroundMouseOverStyle.Class = ""; this.ribbonBar15.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar15.BackgroundStyle.Class = ""; this.ribbonBar15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar15.ContainerControlProcessDialogKey = true; this.ribbonBar15.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar15.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem2}); this.ribbonBar15.Location = new System.Drawing.Point(303, 0); this.ribbonBar15.Name = "ribbonBar15"; this.ribbonBar15.Size = new System.Drawing.Size(100, 71); this.ribbonBar15.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar15.TabIndex = 3; this.ribbonBar15.Text = " "; // // // this.ribbonBar15.TitleStyle.Class = ""; this.ribbonBar15.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar15.TitleStyleMouseOver.Class = ""; this.ribbonBar15.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem2 // this.buttonItem2.Enabled = false; this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image"))); this.buttonItem2.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem2.Name = "buttonItem2"; this.buttonItem2.SubItemsExpandWidth = 14; this.buttonItem2.Text = "<div width=\"70\" align=\"center\">Resum</div>"; this.buttonItem2.Click += new System.EventHandler(this.buttonItem2_Click_1); // // ribbonBar12 // this.ribbonBar12.AutoOverflowEnabled = true; // // // this.ribbonBar12.BackgroundMouseOverStyle.Class = ""; this.ribbonBar12.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar12.BackgroundStyle.Class = ""; this.ribbonBar12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar12.ContainerControlProcessDialogKey = true; this.ribbonBar12.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar12.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem4}); this.ribbonBar12.Location = new System.Drawing.Point(203, 0); this.ribbonBar12.Name = "ribbonBar12"; this.ribbonBar12.Size = new System.Drawing.Size(100, 71); this.ribbonBar12.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar12.TabIndex = 2; // // // this.ribbonBar12.TitleStyle.Class = ""; this.ribbonBar12.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar12.TitleStyleMouseOver.Class = ""; this.ribbonBar12.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem4 // this.buttonItem4.Enabled = false; this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image"))); this.buttonItem4.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem4.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem4.Name = "buttonItem4"; this.buttonItem4.SubItemsExpandWidth = 14; this.buttonItem4.Text = "<div width=\"70\" align=\"center\">Stop</div>"; this.buttonItem4.Click += new System.EventHandler(this.buttonItem4_Click); // // ribbonBar11 // this.ribbonBar11.AutoOverflowEnabled = true; // // // this.ribbonBar11.BackgroundMouseOverStyle.Class = ""; this.ribbonBar11.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar11.BackgroundStyle.Class = ""; this.ribbonBar11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar11.ContainerControlProcessDialogKey = true; this.ribbonBar11.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar11.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem16}); this.ribbonBar11.Location = new System.Drawing.Point(103, 0); this.ribbonBar11.Name = "ribbonBar11"; this.ribbonBar11.Size = new System.Drawing.Size(100, 71); this.ribbonBar11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar11.TabIndex = 1; // // // this.ribbonBar11.TitleStyle.Class = ""; this.ribbonBar11.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar11.TitleStyleMouseOver.Class = ""; this.ribbonBar11.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem16 // this.buttonItem16.Enabled = false; this.buttonItem16.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem16.Image"))); this.buttonItem16.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem16.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem16.Name = "buttonItem16"; this.buttonItem16.SubItemsExpandWidth = 14; this.buttonItem16.Text = "<div width=\"70\" align=\"center\">Pause</div>"; this.buttonItem16.Click += new System.EventHandler(this.buttonItem16_Click); // // ribbonBar10 // this.ribbonBar10.AutoOverflowEnabled = true; // // // this.ribbonBar10.BackgroundMouseOverStyle.Class = ""; this.ribbonBar10.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar10.BackgroundStyle.Class = ""; this.ribbonBar10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar10.ContainerControlProcessDialogKey = true; this.ribbonBar10.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar10.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem15}); this.ribbonBar10.Location = new System.Drawing.Point(3, 0); this.ribbonBar10.Name = "ribbonBar10"; this.ribbonBar10.Size = new System.Drawing.Size(100, 71); this.ribbonBar10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar10.TabIndex = 0; // // // this.ribbonBar10.TitleStyle.Class = ""; this.ribbonBar10.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar10.TitleStyleMouseOver.Class = ""; this.ribbonBar10.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem15 // this.buttonItem15.Enabled = false; this.buttonItem15.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem15.Image"))); this.buttonItem15.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem15.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem15.Name = "buttonItem15"; this.buttonItem15.SubItemsExpandWidth = 14; this.buttonItem15.Text = "<div width=\"70\" align=\"center\">Run</div>"; this.buttonItem15.Click += new System.EventHandler(this.buttonItem15_Click); // // ribbonPanel5 // this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel5.Controls.Add(this.ribbonBar14); this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel5.Location = new System.Drawing.Point(0, 53); this.ribbonPanel5.Name = "ribbonPanel5"; this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel5.Size = new System.Drawing.Size(996, 74); // // // this.ribbonPanel5.Style.Class = ""; this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel5.StyleMouseDown.Class = ""; this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel5.StyleMouseOver.Class = ""; this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel5.TabIndex = 5; this.ribbonPanel5.Visible = false; // // ribbonBar14 // this.ribbonBar14.AutoOverflowEnabled = true; // // // this.ribbonBar14.BackgroundMouseOverStyle.Class = ""; this.ribbonBar14.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar14.BackgroundStyle.Class = ""; this.ribbonBar14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar14.ContainerControlProcessDialogKey = true; this.ribbonBar14.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar14.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem3}); this.ribbonBar14.Location = new System.Drawing.Point(3, 0); this.ribbonBar14.Name = "ribbonBar14"; this.ribbonBar14.Size = new System.Drawing.Size(100, 71); this.ribbonBar14.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar14.TabIndex = 0; // // // this.ribbonBar14.TitleStyle.Class = ""; this.ribbonBar14.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar14.TitleStyleMouseOver.Class = ""; this.ribbonBar14.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // buttonItem3 // this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image"))); this.buttonItem3.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem3.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem3.Name = "buttonItem3"; this.buttonItem3.SubItemsExpandWidth = 14; this.buttonItem3.Text = "<div width=\"70\" align=\"center\">Hướng dẫn\r\n</div>"; // // _File // this._File.Checked = true; this._File.Name = "_File"; this._File.Panel = this.ribbonPanel1; this._File.Text = "FILE"; // // _Edit // this._Edit.Name = "_Edit"; this._Edit.Panel = this.ribbonPanel2; this._Edit.Text = "EDIT"; // // _Test // this._Test.Name = "_Test"; this._Test.Panel = this.ribbonPanel4; this._Test.Text = "TEST"; // // ribbonTabItem3 // this.ribbonTabItem3.Name = "ribbonTabItem3"; this.ribbonTabItem3.Panel = this.ribbonPanel5; this.ribbonTabItem3.Text = "ABOUT"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26)))))); // // _New // this._New.Image = ((System.Drawing.Image)(resources.GetObject("_New.Image"))); this._New.ImageFixedSize = new System.Drawing.Size(40, 40); this._New.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this._New.Name = "_New"; this._New.SubItemsExpandWidth = 14; this._New.Text = "New File"; // // buttonItem1 // this.buttonItem1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem1.Image"))); this.buttonItem1.ImageFixedSize = new System.Drawing.Size(40, 40); this.buttonItem1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.SubItemsExpandWidth = 14; this.buttonItem1.Text = "New File"; // // buttonItem9 // this.buttonItem9.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem9.Image"))); this.buttonItem9.ImageFixedSize = new System.Drawing.Size(30, 30); this.buttonItem9.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem9.Name = "buttonItem9"; this.buttonItem9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem10}); this.buttonItem9.SubItemsExpandWidth = 14; this.buttonItem9.Text = "<div width=\"70\" align=\"center\">New File</div>"; // // buttonItem10 // this.buttonItem10.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem10.Image"))); this.buttonItem10.ImageFixedSize = new System.Drawing.Size(40, 40); this.buttonItem10.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.buttonItem10.Name = "buttonItem10"; this.buttonItem10.SubItemsExpandWidth = 14; this.buttonItem10.Text = "<div width=\"70\" align=\"center\">Close</div>"; // // dotNetBarManager1 // this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins); this.dotNetBarManager1.BottomDockSite = this.dockSite4; this.dotNetBarManager1.EnableFullSizeDock = false; this.dotNetBarManager1.LeftDockSite = this.dockSite1; this.dotNetBarManager1.ParentForm = this; this.dotNetBarManager1.RightDockSite = this.dockSite2; this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003; this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8; this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5; this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6; this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7; this.dotNetBarManager1.TopDockSite = this.dockSite3; // // dockSite4 // this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite4.Location = new System.Drawing.Point(5, 516); this.dockSite4.Name = "dockSite4"; this.dockSite4.Size = new System.Drawing.Size(996, 0); this.dockSite4.TabIndex = 4; this.dockSite4.TabStop = false; // // dockSite1 // this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite1.Controls.Add(this.bar1); this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] { ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 246, 386)))}, DevComponents.DotNetBar.eOrientation.Horizontal); this.dockSite1.Location = new System.Drawing.Point(5, 130); this.dockSite1.Name = "dockSite1"; this.dockSite1.Size = new System.Drawing.Size(249, 386); this.dockSite1.TabIndex = 1; this.dockSite1.TabStop = false; // // bar1 // this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)"; this.bar1.AccessibleName = "DotNetBar Bar"; this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.bar1.CanDockBottom = false; this.bar1.CloseSingleTab = true; this.bar1.Controls.Add(this.panelDockContainer1); this.bar1.Dock = System.Windows.Forms.DockStyle.Left; this.bar1.DockOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.dockContainerItem1}); this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.bar1.Location = new System.Drawing.Point(0, 0); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(246, 386); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003; this.bar1.TabIndex = 0; this.bar1.TabStop = false; this.bar1.Text = "Solution Explorer"; // // panelDockContainer1 // this.panelDockContainer1.Controls.Add(this.treeViewproject); this.panelDockContainer1.Location = new System.Drawing.Point(3, 23); this.panelDockContainer1.Name = "panelDockContainer1"; this.panelDockContainer1.Size = new System.Drawing.Size(240, 360); this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panelDockContainer1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231))))); this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panelDockContainer1.Style.GradientAngle = 90; this.panelDockContainer1.StyleMouseDown.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75))))); this.panelDockContainer1.StyleMouseDown.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(139))))); this.panelDockContainer1.StyleMouseDown.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); this.panelDockContainer1.StyleMouseDown.ForeColor.Color = System.Drawing.SystemColors.ControlText; this.panelDockContainer1.StyleMouseOver.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(204))))); this.panelDockContainer1.StyleMouseOver.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(208)))), ((int)(((byte)(145))))); this.panelDockContainer1.StyleMouseOver.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); this.panelDockContainer1.StyleMouseOver.ForeColor.Color = System.Drawing.SystemColors.ControlText; this.panelDockContainer1.TabIndex = 0; // // treeViewproject // this.treeViewproject.ContextMenuStrip = this.contextMenuStrip1; this.treeViewproject.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewproject.ImageIndex = 0; this.treeViewproject.ImageList = this.imageList1; this.treeViewproject.Location = new System.Drawing.Point(0, 0); this.treeViewproject.Name = "treeViewproject"; this.treeViewproject.SelectedImageIndex = 0; this.treeViewproject.Size = new System.Drawing.Size(240, 360); this.treeViewproject.TabIndex = 0; this.treeViewproject.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); this.treeViewproject.DoubleClick += new System.EventHandler(this.treeViewproject_DoubleClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addNewFileToolStripMenuItem, this.deleteToolStripMenuItem, this.runToolStripMenuItem, this.spyToolStripMenuItem, this.refreshToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(145, 114); // // addNewFileToolStripMenuItem // this.addNewFileToolStripMenuItem.Name = "addNewFileToolStripMenuItem"; this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.addNewFileToolStripMenuItem.Text = "Add New File"; this.addNewFileToolStripMenuItem.Click += new System.EventHandler(this.addNewFileToolStripMenuItem_Click); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.deleteToolStripMenuItem.Text = "Delete"; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // runToolStripMenuItem // this.runToolStripMenuItem.Enabled = false; this.runToolStripMenuItem.Name = "runToolStripMenuItem"; this.runToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.runToolStripMenuItem.Text = "Run"; this.runToolStripMenuItem.Click += new System.EventHandler(this.runToolStripMenuItem_Click); // // spyToolStripMenuItem // this.spyToolStripMenuItem.Name = "spyToolStripMenuItem"; this.spyToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.spyToolStripMenuItem.Text = "Spy"; this.spyToolStripMenuItem.Click += new System.EventHandler(this.spyToolStripMenuItem_Click_1); // // refreshToolStripMenuItem // this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem"; this.refreshToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.refreshToolStripMenuItem.Text = "Refresh"; this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "xls.png"); this.imageList1.Images.SetKeyName(1, "folder-512.png"); // // dockContainerItem1 // this.dockContainerItem1.Control = this.panelDockContainer1; this.dockContainerItem1.Name = "dockContainerItem1"; this.dockContainerItem1.Text = "Solution Explorer"; // // dockSite2 // this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right; this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite2.Location = new System.Drawing.Point(1001, 130); this.dockSite2.Name = "dockSite2"; this.dockSite2.Size = new System.Drawing.Size(0, 386); this.dockSite2.TabIndex = 2; this.dockSite2.TabStop = false; // // dockSite8 // this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite8.Location = new System.Drawing.Point(5, 516); this.dockSite8.Name = "dockSite8"; this.dockSite8.Size = new System.Drawing.Size(996, 0); this.dockSite8.TabIndex = 8; this.dockSite8.TabStop = false; // // dockSite5 // this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite5.Location = new System.Drawing.Point(5, 1); this.dockSite5.Name = "dockSite5"; this.dockSite5.Size = new System.Drawing.Size(0, 515); this.dockSite5.TabIndex = 5; this.dockSite5.TabStop = false; // // dockSite6 // this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right; this.dockSite6.Location = new System.Drawing.Point(1001, 1); this.dockSite6.Name = "dockSite6"; this.dockSite6.Size = new System.Drawing.Size(0, 515); this.dockSite6.TabIndex = 6; this.dockSite6.TabStop = false; // // dockSite7 // this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite7.Location = new System.Drawing.Point(5, 1); this.dockSite7.Name = "dockSite7"; this.dockSite7.Size = new System.Drawing.Size(996, 0); this.dockSite7.TabIndex = 7; this.dockSite7.TabStop = false; // // dockSite3 // this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite3.Location = new System.Drawing.Point(5, 1); this.dockSite3.Name = "dockSite3"; this.dockSite3.Size = new System.Drawing.Size(996, 0); this.dockSite3.TabIndex = 3; this.dockSite3.TabStop = false; // // metroTileItem2 // this.metroTileItem2.Name = "metroTileItem2"; this.metroTileItem2.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default; // // // this.metroTileItem2.TileStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(83)))), ((int)(((byte)(117))))); this.metroTileItem2.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(103)))), ((int)(((byte)(155))))); this.metroTileItem2.TileStyle.BackColorGradientAngle = 45; this.metroTileItem2.TileStyle.Class = ""; this.metroTileItem2.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTileItem2.TileStyle.PaddingBottom = 4; this.metroTileItem2.TileStyle.PaddingLeft = 4; this.metroTileItem2.TileStyle.PaddingRight = 4; this.metroTileItem2.TileStyle.PaddingTop = 4; this.metroTileItem2.TileStyle.TextColor = System.Drawing.Color.White; // // contextMenuStrip2 // this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.closeTabToolStripMenuItem, this.copyToolStripMenuItem}); this.contextMenuStrip2.Name = "contextMenuStrip2"; this.contextMenuStrip2.Size = new System.Drawing.Size(127, 48); // // closeTabToolStripMenuItem // this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem"; this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.closeTabToolStripMenuItem.Text = "Close Tab"; this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click_1); // // copyToolStripMenuItem // this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.copyToolStripMenuItem.Text = "Copy"; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // tabPage1 // this.tabPage1.Controls.Add(this.pictureBox1); this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(739, 354); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Start Page"; this.tabPage1.UseVisualStyleBackColor = true; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(733, 348); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // tabControl1 // this.tabControl1.AllowDrop = true; this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.DisplayStyle = System.Windows.Forms.TabStyle.IE8; // // // this.tabControl1.DisplayStyleProvider.BorderColor = System.Drawing.SystemColors.ControlDark; this.tabControl1.DisplayStyleProvider.BorderColorHot = System.Drawing.SystemColors.ControlDark; this.tabControl1.DisplayStyleProvider.BorderColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185))))); this.tabControl1.DisplayStyleProvider.CloserColor = System.Drawing.Color.DarkGray; this.tabControl1.DisplayStyleProvider.CloserColorActive = System.Drawing.Color.Red; this.tabControl1.DisplayStyleProvider.FocusTrack = false; this.tabControl1.DisplayStyleProvider.HotTrack = true; this.tabControl1.DisplayStyleProvider.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.tabControl1.DisplayStyleProvider.Opacity = 1F; this.tabControl1.DisplayStyleProvider.Overlap = 0; this.tabControl1.DisplayStyleProvider.Padding = new System.Drawing.Point(6, 5); this.tabControl1.DisplayStyleProvider.Radius = 3; this.tabControl1.DisplayStyleProvider.ShowTabCloser = true; this.tabControl1.DisplayStyleProvider.TextColor = System.Drawing.SystemColors.ControlText; this.tabControl1.DisplayStyleProvider.TextColorDisabled = System.Drawing.SystemColors.ControlDark; this.tabControl1.DisplayStyleProvider.TextColorSelected = System.Drawing.SystemColors.ControlText; this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.HotTrack = true; this.tabControl1.ImageList = this.imageList1; this.tabControl1.Location = new System.Drawing.Point(254, 130); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(747, 386); this.tabControl1.TabIndex = 9; this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseDown); // // main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1006, 518); this.Controls.Add(this.tabControl1); this.Controls.Add(this.dockSite2); this.Controls.Add(this.dockSite1); this.Controls.Add(this.ribbonControl1); this.Controls.Add(this.dockSite3); this.Controls.Add(this.dockSite4); this.Controls.Add(this.dockSite5); this.Controls.Add(this.dockSite6); this.Controls.Add(this.dockSite7); this.Controls.Add(this.dockSite8); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Automation Test"; this.Load += new System.EventHandler(this.main_Load); this.ribbonControl1.ResumeLayout(false); this.ribbonControl1.PerformLayout(); this.ribbonPanel1.ResumeLayout(false); this.ribbonPanel2.ResumeLayout(false); this.ribbonPanel4.ResumeLayout(false); this.ribbonPanel5.ResumeLayout(false); this.dockSite1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); this.bar1.ResumeLayout(false); this.panelDockContainer1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.contextMenuStrip2.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.tabControl1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Entorno)); this.metroShell1 = new DevComponents.DotNetBar.Metro.MetroShell(); this.metroTabPanel1 = new DevComponents.DotNetBar.Metro.MetroTabPanel(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.btnNuevo = new DevComponents.DotNetBar.ButtonItem(); this.btnGuardar = new DevComponents.DotNetBar.ButtonItem(); this.btnEditar = new DevComponents.DotNetBar.ButtonItem(); this.btnBorrar = new DevComponents.DotNetBar.ButtonItem(); this.btnCancelar = new DevComponents.DotNetBar.ButtonItem(); this.labelItem2 = new DevComponents.DotNetBar.LabelItem(); this.btnPrimero = new DevComponents.DotNetBar.ButtonItem(); this.btnAnterior = new DevComponents.DotNetBar.ButtonItem(); this.btnSiguiente = new DevComponents.DotNetBar.ButtonItem(); this.btnUltimo = new DevComponents.DotNetBar.ButtonItem(); this.metroAppButton1 = new DevComponents.DotNetBar.Metro.MetroAppButton(); this.tabControles = new DevComponents.DotNetBar.Metro.MetroTabItem(); this.labelItem1 = new DevComponents.DotNetBar.LabelItem(); this.bubbleButton2 = new DevComponents.DotNetBar.BubbleButton(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.btnBuscar = new DevComponents.DotNetBar.ButtonItem(); this.metroShell1.SuspendLayout(); this.metroTabPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); this.SuspendLayout(); // // metroShell1 // this.metroShell1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.metroShell1.BackgroundImage = global::Control_Aulas_UAM.Properties.Resources.form_background; // // // this.metroShell1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BackgroundImage = global::Control_Aulas_UAM.Properties.Resources.form_background2; this.metroShell1.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Tile; this.metroShell1.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Double; this.metroShell1.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BorderColorLight = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BorderColorLight2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Double; this.metroShell1.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Double; this.metroShell1.BackgroundStyle.BorderRightColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.metroShell1.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Double; this.metroShell1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroShell1.CaptionVisible = true; this.metroShell1.Controls.Add(this.metroTabPanel1); this.metroShell1.Dock = System.Windows.Forms.DockStyle.Top; this.metroShell1.ForeColor = System.Drawing.Color.Black; this.metroShell1.HelpButtonText = null; this.metroShell1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.metroAppButton1, this.tabControles}); this.metroShell1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.metroShell1.Location = new System.Drawing.Point(0, 1); this.metroShell1.Name = "metroShell1"; this.metroShell1.SettingsButtonVisible = false; this.metroShell1.Size = new System.Drawing.Size(955, 125); this.metroShell1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.metroShell1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.metroShell1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.metroShell1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.metroShell1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.metroShell1.SystemText.QatDialogAddButton = "&Add >>"; this.metroShell1.SystemText.QatDialogCancelButton = "Cancel"; this.metroShell1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.metroShell1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.metroShell1.SystemText.QatDialogOkButton = "OK"; this.metroShell1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.metroShell1.SystemText.QatDialogRemoveButton = "&Remove"; this.metroShell1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.metroShell1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.metroShell1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.metroShell1.TabIndex = 0; this.metroShell1.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.metroShell1.Text = "metroShell1"; // // metroTabPanel1 // this.metroTabPanel1.CanvasColor = System.Drawing.SystemColors.GradientInactiveCaption; this.metroTabPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.metroTabPanel1.Controls.Add(this.bar1); this.metroTabPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.metroTabPanel1.Location = new System.Drawing.Point(0, 51); this.metroTabPanel1.Name = "metroTabPanel1"; this.metroTabPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.metroTabPanel1.Size = new System.Drawing.Size(955, 74); // // // this.metroTabPanel1.Style.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.metroTabPanel1.Style.BackColor2 = System.Drawing.SystemColors.GradientInactiveCaption; this.metroTabPanel1.Style.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Radial; this.metroTabPanel1.Style.BackgroundImage = global::Control_Aulas_UAM.Properties.Resources.form_background2; this.metroTabPanel1.Style.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Tile; this.metroTabPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.metroTabPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.metroTabPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.metroTabPanel1.TabIndex = 1; // // bar1 // this.bar1.AccessibleDescription = "bar1 (bar1)"; this.bar1.AccessibleName = "bar1"; this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.bar1.AntiAlias = true; this.bar1.BackColor = System.Drawing.Color.Transparent; this.bar1.DockedBorderStyle = DevComponents.DotNetBar.eBorderType.Bump; this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Document; this.bar1.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left; this.bar1.Font = new System.Drawing.Font("Segoe UI", 9F); this.bar1.ForeColor = System.Drawing.Color.Black; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnNuevo, this.btnGuardar, this.btnEditar, this.btnBorrar, this.btnCancelar, this.labelItem2, this.btnPrimero, this.btnAnterior, this.btnSiguiente, this.btnUltimo, this.btnBuscar}); this.bar1.Location = new System.Drawing.Point(6, 3); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(609, 63); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010; this.bar1.TabIndex = 0; this.bar1.TabStop = false; this.bar1.Text = "bar1"; // // btnNuevo // this.btnNuevo.Image = global::Control_Aulas_UAM.Properties.Resources.nuevo48; this.btnNuevo.Name = "btnNuevo"; this.btnNuevo.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins); this.btnNuevo.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN); this.btnNuevo.Text = "buttonItem9"; this.btnNuevo.Tooltip = "Nuevo"; // // btnGuardar // this.btnGuardar.Image = global::Control_Aulas_UAM.Properties.Resources.guardar48; this.btnGuardar.Name = "btnGuardar"; this.btnGuardar.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlG); this.btnGuardar.Text = "buttonItem8"; this.btnGuardar.Tooltip = "Guardar"; // // btnEditar // this.btnEditar.Image = global::Control_Aulas_UAM.Properties.Resources.edtar48; this.btnEditar.Name = "btnEditar"; this.btnEditar.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlE); this.btnEditar.Text = "buttonItem6"; this.btnEditar.Tooltip = "Editar"; // // btnBorrar // this.btnBorrar.Image = global::Control_Aulas_UAM.Properties.Resources.borrar48; this.btnBorrar.Name = "btnBorrar"; this.btnBorrar.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlDel); this.btnBorrar.Text = "buttonItem7"; this.btnBorrar.Tooltip = "Borrar"; // // btnCancelar // this.btnCancelar.Image = global::Control_Aulas_UAM.Properties.Resources.cancelar48; this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC); this.btnCancelar.Text = "buttonItem7"; // // labelItem2 // this.labelItem2.Enabled = false; this.labelItem2.Image = global::Control_Aulas_UAM.Properties.Resources.linea48; this.labelItem2.Name = "labelItem2"; // // btnPrimero // this.btnPrimero.Image = global::Control_Aulas_UAM.Properties.Resources.previousEnd48; this.btnPrimero.Name = "btnPrimero"; this.btnPrimero.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlUp); this.btnPrimero.Text = "buttonItem13"; this.btnPrimero.Tooltip = "Primero"; // // btnAnterior // this.btnAnterior.Image = global::Control_Aulas_UAM.Properties.Resources.previous48; this.btnAnterior.Name = "btnAnterior"; this.btnAnterior.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlLeft); this.btnAnterior.Text = "buttonItem12"; this.btnAnterior.Tooltip = "Anterior"; // // btnSiguiente // this.btnSiguiente.Image = global::Control_Aulas_UAM.Properties.Resources.next48; this.btnSiguiente.Name = "btnSiguiente"; this.btnSiguiente.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlRight); this.btnSiguiente.Text = "buttonItem10"; this.btnSiguiente.Tooltip = "Siguiente"; // // btnUltimo // this.btnUltimo.Image = global::Control_Aulas_UAM.Properties.Resources.nextEnd48; this.btnUltimo.Name = "btnUltimo"; this.btnUltimo.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlDown); this.btnUltimo.Text = "buttonItem11"; this.btnUltimo.Tooltip = "Ultimo"; // // metroAppButton1 // this.metroAppButton1.AutoExpandOnClick = true; this.metroAppButton1.CanCustomize = false; this.metroAppButton1.ImageFixedSize = new System.Drawing.Size(16, 16); this.metroAppButton1.ImagePaddingHorizontal = 0; this.metroAppButton1.ImagePaddingVertical = 0; this.metroAppButton1.Name = "metroAppButton1"; this.metroAppButton1.ShowSubItems = false; this.metroAppButton1.Text = "&File"; this.metroAppButton1.Visible = false; // // tabControles // this.tabControles.Checked = true; this.tabControles.Name = "tabControles"; this.tabControles.Panel = this.metroTabPanel1; this.tabControles.Text = "&Controles"; // // labelItem1 // this.labelItem1.Name = "labelItem1"; this.labelItem1.Text = "READY"; // // bubbleButton2 // this.bubbleButton2.Enabled = false; this.bubbleButton2.Name = "bubbleButton2"; // // styleManager1 // this.styleManager1.ManagerColorTint = System.Drawing.Color.LightBlue; this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.SystemColors.GradientInactiveCaption, System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(142)))), ((int)(((byte)(0)))))); // // btnBuscar // this.btnBuscar.Image = global::Control_Aulas_UAM.Properties.Resources.find48; this.btnBuscar.Name = "btnBuscar"; this.btnBuscar.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlDown); this.btnBuscar.Text = "buttonItem11"; this.btnBuscar.Tooltip = "Ultimo"; // // Entorno // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.BackgroundImage = global::Control_Aulas_UAM.Properties.Resources.form_background2; this.ClientSize = new System.Drawing.Size(956, 401); this.Controls.Add(this.metroShell1); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Entorno"; this.Sizable = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Control de Asignacion de Espacios"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Entorno_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Entorno_KeyDown_1); this.metroShell1.ResumeLayout(false); this.metroShell1.PerformLayout(); this.metroTabPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockableShell)); this.mainmenu = new DevComponents.DotNetBar.Bar(); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.btnLogin = new DevComponents.DotNetBar.ButtonItem(); this.btnLogout = new DevComponents.DotNetBar.ButtonItem(); this.btnCPassword = new DevComponents.DotNetBar.ButtonItem(); this.btnExit = new DevComponents.DotNetBar.ButtonItem(); this.btnView = new DevComponents.DotNetBar.ButtonItem(); this.btnClose = new DevComponents.DotNetBar.ButtonItem(); this.btnCloseAll = new DevComponents.DotNetBar.ButtonItem(); this.btnHelp = new DevComponents.DotNetBar.ButtonItem(); this.btnContext = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem(); this.btnAbout = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem(); this.textBoxItem1 = new DevComponents.DotNetBar.TextBoxItem(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.imageList2 = new System.Windows.Forms.ImageList(this.components); this.panBottom = new DevComponents.DotNetBar.PanelEx(); this.bottomControl1 = new Gas_test2.Res.BottomControl(); this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components); this.dockSite4 = new DevComponents.DotNetBar.DockSite(); this.dockSite9 = new DevComponents.DotNetBar.DockSite(); this.barDocuments = new DevComponents.DotNetBar.Bar(); this.dockSite1 = new DevComponents.DotNetBar.DockSite(); this.barNavigation = new DevComponents.DotNetBar.Bar(); this.panNavigation = new DevComponents.DotNetBar.PanelDockContainer(); this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem(); this.dockSite2 = new DevComponents.DotNetBar.DockSite(); this.dockSite8 = new DevComponents.DotNetBar.DockSite(); this.dockSite5 = new DevComponents.DotNetBar.DockSite(); this.dockSite6 = new DevComponents.DotNetBar.DockSite(); this.dockSite7 = new DevComponents.DotNetBar.DockSite(); this.dockSite3 = new DevComponents.DotNetBar.DockSite(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.btnSystem = new DevComponents.DotNetBar.ButtonItem(); this.item_100 = new DevComponents.DotNetBar.ButtonItem(); this.item_111 = new DevComponents.DotNetBar.ButtonItem(); this.item_122 = new DevComponents.DotNetBar.ButtonItem(); this.item_133 = new DevComponents.DotNetBar.ButtonItem(); this.item_144 = new DevComponents.DotNetBar.ButtonItem(); this.item_155 = new DevComponents.DotNetBar.ButtonItem(); this.item_166 = new DevComponents.DotNetBar.ButtonItem(); ((System.ComponentModel.ISupportInitialize)(this.mainmenu)).BeginInit(); this.panBottom.SuspendLayout(); this.dockSite9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barDocuments)).BeginInit(); this.dockSite1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.barNavigation)).BeginInit(); this.barNavigation.SuspendLayout(); this.SuspendLayout(); // // mainmenu // this.mainmenu.AccessibleDescription = "DotNetBar Bar (mainmenu)"; this.mainmenu.AccessibleName = "DotNetBar Bar"; this.mainmenu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar; this.mainmenu.Dock = System.Windows.Forms.DockStyle.Top; this.mainmenu.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.mainmenu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem1, this.btnView, this.btnHelp}); this.mainmenu.Location = new System.Drawing.Point(0, 0); this.mainmenu.LockDockPosition = true; this.mainmenu.MenuBar = true; this.mainmenu.Name = "mainmenu"; this.mainmenu.Size = new System.Drawing.Size(986, 25); this.mainmenu.Stretch = true; this.mainmenu.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005; this.mainmenu.TabIndex = 1; this.mainmenu.TabStop = false; this.mainmenu.Text = "Main Menu"; // // buttonItem1 // this.buttonItem1.GlobalName = "item_67"; this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnLogin, this.btnLogout, this.btnCPassword, this.btnExit}); this.buttonItem1.Text = "系统(&S)"; // // btnLogin // this.btnLogin.Name = "btnLogin"; this.btnLogin.Text = "登录(&L)"; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // btnLogout // this.btnLogout.ImageIndex = 10; this.btnLogout.Name = "btnLogout"; this.btnLogout.Text = "注销(&O)"; this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click); // // btnCPassword // this.btnCPassword.BeginGroup = true; this.btnCPassword.Name = "btnCPassword"; this.btnCPassword.Text = "修改密码"; this.btnCPassword.Click += new System.EventHandler(this.btnCPassword_Click); // // btnExit // this.btnExit.BeginGroup = true; this.btnExit.Name = "btnExit"; this.btnExit.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.AltF4); this.btnExit.Text = "退出(&E)"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnView // this.btnView.Name = "btnView"; this.btnView.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnClose, this.btnCloseAll}); this.btnView.Text = "视图(&V)"; // // btnClose // this.btnClose.GlobalName = "item_237"; this.btnClose.Name = "btnClose"; this.btnClose.Text = "关闭当前模块"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnCloseAll // this.btnCloseAll.GlobalName = "item_248"; this.btnCloseAll.Name = "btnCloseAll"; this.btnCloseAll.Text = "关闭所有模块"; this.btnCloseAll.Click += new System.EventHandler(this.btnCloseAll_Click); // // btnHelp // this.btnHelp.Name = "btnHelp"; this.btnHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnContext, this.buttonItem2, this.buttonItem3, this.btnAbout}); this.btnHelp.Text = "帮助(&H)"; // // btnContext // this.btnContext.Name = "btnContext"; this.btnContext.Text = "内容"; // // buttonItem2 // this.buttonItem2.Name = "buttonItem2"; this.buttonItem2.Text = "搜索"; // // buttonItem3 // this.buttonItem3.Name = "buttonItem3"; this.buttonItem3.Text = "索引"; // // btnAbout // this.btnAbout.BeginGroup = true; this.btnAbout.Name = "btnAbout"; this.btnAbout.Text = "关于"; this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click); // // buttonItem11 // this.buttonItem11.GlobalName = "item_167"; this.buttonItem11.Name = "buttonItem11"; this.buttonItem11.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem12, this.buttonItem13, this.buttonItem14, this.buttonItem15, this.buttonItem16, this.buttonItem17, this.buttonItem18, this.textBoxItem1}); this.buttonItem11.Text = "&Edit"; // // buttonItem12 // this.buttonItem12.GlobalName = "item_237"; this.buttonItem12.Name = "buttonItem12"; this.buttonItem12.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ); this.buttonItem12.Text = "&Undo"; // // buttonItem13 // this.buttonItem13.GlobalName = "item_248"; this.buttonItem13.Name = "buttonItem13"; this.buttonItem13.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY); this.buttonItem13.Text = "&Redo"; // // buttonItem14 // this.buttonItem14.BeginGroup = true; this.buttonItem14.GlobalName = "item_259"; this.buttonItem14.ImageIndex = 5; this.buttonItem14.Name = "buttonItem14"; this.buttonItem14.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX); this.buttonItem14.Text = "Cut"; // // buttonItem15 // this.buttonItem15.GlobalName = "item_270"; this.buttonItem15.ImageIndex = 4; this.buttonItem15.Name = "buttonItem15"; this.buttonItem15.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC); this.buttonItem15.Text = "Copy"; // // buttonItem16 // this.buttonItem16.GlobalName = "item_281"; this.buttonItem16.ImageIndex = 11; this.buttonItem16.Name = "buttonItem16"; this.buttonItem16.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV); this.buttonItem16.Text = "Paste"; // // buttonItem17 // this.buttonItem17.GlobalName = "item_292"; this.buttonItem17.Name = "buttonItem17"; this.buttonItem17.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.Del); this.buttonItem17.Text = "Delete"; // // buttonItem18 // this.buttonItem18.GlobalName = "item_303"; this.buttonItem18.Name = "buttonItem18"; this.buttonItem18.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA); this.buttonItem18.Text = "Select All"; // // textBoxItem1 // this.textBoxItem1.Name = "textBoxItem1"; this.textBoxItem1.Text = "textBoxItem1"; this.textBoxItem1.WatermarkColor = System.Drawing.SystemColors.GrayText; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Magenta; this.imageList1.Images.SetKeyName(0, ""); this.imageList1.Images.SetKeyName(1, ""); this.imageList1.Images.SetKeyName(2, ""); this.imageList1.Images.SetKeyName(3, ""); this.imageList1.Images.SetKeyName(4, ""); this.imageList1.Images.SetKeyName(5, ""); this.imageList1.Images.SetKeyName(6, ""); this.imageList1.Images.SetKeyName(7, ""); this.imageList1.Images.SetKeyName(8, ""); this.imageList1.Images.SetKeyName(9, ""); this.imageList1.Images.SetKeyName(10, ""); this.imageList1.Images.SetKeyName(11, ""); this.imageList1.Images.SetKeyName(12, ""); this.imageList1.Images.SetKeyName(13, ""); this.imageList1.Images.SetKeyName(14, ""); this.imageList1.Images.SetKeyName(15, ""); this.imageList1.Images.SetKeyName(16, ""); this.imageList1.Images.SetKeyName(17, ""); // // imageList2 // this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream"))); this.imageList2.TransparentColor = System.Drawing.Color.Magenta; this.imageList2.Images.SetKeyName(0, ""); this.imageList2.Images.SetKeyName(1, ""); this.imageList2.Images.SetKeyName(2, ""); this.imageList2.Images.SetKeyName(3, ""); this.imageList2.Images.SetKeyName(4, ""); this.imageList2.Images.SetKeyName(5, ""); this.imageList2.Images.SetKeyName(6, ""); this.imageList2.Images.SetKeyName(7, ""); this.imageList2.Images.SetKeyName(8, ""); // // panBottom // this.panBottom.CanvasColor = System.Drawing.SystemColors.ButtonHighlight; this.panBottom.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.VS2005; this.panBottom.Controls.Add(this.bottomControl1); this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panBottom.Location = new System.Drawing.Point(0, 437); this.panBottom.Name = "panBottom"; this.panBottom.Size = new System.Drawing.Size(986, 28); this.panBottom.Style.Alignment = System.Drawing.StringAlignment.Center; this.panBottom.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panBottom.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panBottom.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panBottom.Style.GradientAngle = 90; this.panBottom.TabIndex = 7; this.panBottom.Text = "panBottom"; // // bottomControl1 // this.bottomControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.bottomControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.bottomControl1.Location = new System.Drawing.Point(0, 0); this.bottomControl1.Margin = new System.Windows.Forms.Padding(0); this.bottomControl1.Name = "bottomControl1"; this.bottomControl1.Size = new System.Drawing.Size(986, 28); this.bottomControl1.TabIndex = 1; // // dotNetBarManager1 // this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins); this.dotNetBarManager1.BottomDockSite = this.dockSite4; this.dotNetBarManager1.EnableFullSizeDock = false; this.dotNetBarManager1.FillDockSite = this.dockSite9; this.dotNetBarManager1.LeftDockSite = this.dockSite1; this.dotNetBarManager1.ParentForm = this; this.dotNetBarManager1.RightDockSite = this.dockSite2; this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005; this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8; this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5; this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6; this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7; this.dotNetBarManager1.TopDockSite = this.dockSite3; // // dockSite4 // this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite4.Location = new System.Drawing.Point(0, 465); this.dockSite4.Name = "dockSite4"; this.dockSite4.Size = new System.Drawing.Size(986, 0); this.dockSite4.TabIndex = 11; this.dockSite4.TabStop = false; // // dockSite9 // this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite9.Controls.Add(this.barDocuments); this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill; this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] { ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barDocuments, 786, 412)))}, DevComponents.DotNetBar.eOrientation.Horizontal); this.dockSite9.Location = new System.Drawing.Point(200, 25); this.dockSite9.Name = "dockSite9"; this.dockSite9.Size = new System.Drawing.Size(786, 412); this.dockSite9.TabIndex = 16; this.dockSite9.TabStop = false; // // barDocuments // this.barDocuments.AccessibleDescription = "DotNetBar Bar (barDocuments)"; this.barDocuments.AccessibleName = "DotNetBar Bar"; this.barDocuments.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this.barDocuments.AlwaysDisplayDockTab = true; this.barDocuments.CanCustomize = false; this.barDocuments.CanDockBottom = false; this.barDocuments.CanDockDocument = true; this.barDocuments.CanDockLeft = false; this.barDocuments.CanDockRight = false; this.barDocuments.CanDockTop = false; this.barDocuments.CanHide = true; this.barDocuments.CanUndock = false; this.barDocuments.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top; this.barDocuments.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.barDocuments.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.barDocuments.Location = new System.Drawing.Point(0, 0); this.barDocuments.Name = "barDocuments"; this.barDocuments.Size = new System.Drawing.Size(786, 412); this.barDocuments.Stretch = true; this.barDocuments.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005; this.barDocuments.TabIndex = 0; this.barDocuments.TabNavigation = true; this.barDocuments.TabStop = false; this.barDocuments.DockTabClosing += new DevComponents.DotNetBar.DockTabClosingEventHandler(this.barDocuments_DockTabClosing); // // dockSite1 // this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite1.Controls.Add(this.barNavigation); this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] { ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barNavigation, 197, 412)))}, DevComponents.DotNetBar.eOrientation.Horizontal); this.dockSite1.Location = new System.Drawing.Point(0, 25); this.dockSite1.Name = "dockSite1"; this.dockSite1.Size = new System.Drawing.Size(200, 412); this.dockSite1.TabIndex = 8; this.dockSite1.TabStop = false; // // barNavigation // this.barNavigation.AccessibleDescription = "DotNetBar Bar (barNavigation)"; this.barNavigation.AccessibleName = "DotNetBar Bar"; this.barNavigation.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this.barNavigation.AutoSyncBarCaption = true; this.barNavigation.CloseSingleTab = true; this.barNavigation.Controls.Add(this.panNavigation); this.barNavigation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.barNavigation.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption; this.barNavigation.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.dockContainerItem1}); this.barNavigation.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.barNavigation.Location = new System.Drawing.Point(0, 0); this.barNavigation.Name = "barNavigation"; this.barNavigation.Size = new System.Drawing.Size(197, 412); this.barNavigation.Stretch = true; this.barNavigation.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005; this.barNavigation.TabIndex = 0; this.barNavigation.TabStop = false; this.barNavigation.Text = "导航栏"; // // panNavigation // this.panNavigation.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.VS2005; this.panNavigation.Location = new System.Drawing.Point(3, 23); this.panNavigation.Name = "panNavigation"; this.panNavigation.Size = new System.Drawing.Size(191, 386); this.panNavigation.Style.Alignment = System.Drawing.StringAlignment.Center; this.panNavigation.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panNavigation.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panNavigation.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panNavigation.Style.GradientAngle = 90; this.panNavigation.TabIndex = 0; // // dockContainerItem1 // this.dockContainerItem1.Control = this.panNavigation; this.dockContainerItem1.Name = "dockContainerItem1"; this.dockContainerItem1.Text = "导航栏"; // // dockSite2 // this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right; this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite2.Location = new System.Drawing.Point(986, 25); this.dockSite2.Name = "dockSite2"; this.dockSite2.Size = new System.Drawing.Size(0, 412); this.dockSite2.TabIndex = 9; this.dockSite2.TabStop = false; // // dockSite8 // this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite8.Location = new System.Drawing.Point(0, 465); this.dockSite8.Name = "dockSite8"; this.dockSite8.Size = new System.Drawing.Size(986, 0); this.dockSite8.TabIndex = 15; this.dockSite8.TabStop = false; // // dockSite5 // this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite5.Location = new System.Drawing.Point(0, 0); this.dockSite5.Name = "dockSite5"; this.dockSite5.Size = new System.Drawing.Size(0, 465); this.dockSite5.TabIndex = 12; this.dockSite5.TabStop = false; // // dockSite6 // this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right; this.dockSite6.Location = new System.Drawing.Point(986, 0); this.dockSite6.Name = "dockSite6"; this.dockSite6.Size = new System.Drawing.Size(0, 465); this.dockSite6.TabIndex = 13; this.dockSite6.TabStop = false; // // dockSite7 // this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite7.Location = new System.Drawing.Point(0, 0); this.dockSite7.Name = "dockSite7"; this.dockSite7.Size = new System.Drawing.Size(986, 0); this.dockSite7.TabIndex = 14; this.dockSite7.TabStop = false; // // dockSite3 // this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite3.Location = new System.Drawing.Point(0, 0); this.dockSite3.Name = "dockSite3"; this.dockSite3.Size = new System.Drawing.Size(986, 0); this.dockSite3.TabIndex = 10; this.dockSite3.TabStop = false; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.VisualStudio2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // btnSystem // this.btnSystem.GlobalName = "btnSystem"; this.btnSystem.Name = "btnSystem"; this.btnSystem.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.item_100, this.item_111, this.item_122, this.item_133, this.item_144, this.item_155, this.item_166}); this.btnSystem.Text = "系统(&S)"; // // item_100 // this.item_100.GlobalName = "item_100"; this.item_100.Name = "item_100"; this.item_100.Text = "&Close"; // // item_111 // this.item_111.BeginGroup = true; this.item_111.GlobalName = "item_111"; this.item_111.Name = "item_111"; this.item_111.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlShiftA); this.item_111.Text = "Add Ne&w Item"; // // item_122 // this.item_122.GlobalName = "item_122"; this.item_122.Name = "item_122"; this.item_122.Text = "Add Existin&g Item"; // // item_133 // this.item_133.GlobalName = "item_133"; this.item_133.Name = "item_133"; this.item_133.Text = "A&dd Project"; // // item_144 // this.item_144.BeginGroup = true; this.item_144.GlobalName = "item_144"; this.item_144.Name = "item_144"; this.item_144.Text = "Open Solution"; // // item_155 // this.item_155.GlobalName = "item_155"; this.item_155.Name = "item_155"; this.item_155.Text = "Close Solution"; // // item_166 // this.item_166.BeginGroup = true; this.item_166.GlobalName = "item_166"; this.item_166.Name = "item_166"; this.item_166.Text = "&Exit"; // // DockableShell // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(986, 465); this.Controls.Add(this.dockSite9); this.Controls.Add(this.dockSite2); this.Controls.Add(this.dockSite1); this.Controls.Add(this.panBottom); this.Controls.Add(this.mainmenu); this.Controls.Add(this.dockSite3); this.Controls.Add(this.dockSite4); this.Controls.Add(this.dockSite5); this.Controls.Add(this.dockSite6); this.Controls.Add(this.dockSite7); this.Controls.Add(this.dockSite8); this.Name = "DockableShell"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AgileEAS.NET SOA中间件"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.mainmenu)).EndInit(); this.panBottom.ResumeLayout(false); this.dockSite9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barDocuments)).EndInit(); this.dockSite1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.barNavigation)).EndInit(); this.barNavigation.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.btnOk = new DevComponents.DotNetBar.ButtonX(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.panel1 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.tbRunningPlan = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbTester = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.btnReadBack = new DevComponents.DotNetBar.ButtonX(); this.btnClear = new DevComponents.DotNetBar.ButtonX(); this.boardPanel = new System.Windows.Forms.Panel(); this.tbVcomSn = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbCPUSn = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.boardPanel.SuspendLayout(); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // btnOk // this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOk.Location = new System.Drawing.Point(169, 233); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOk.TabIndex = 2; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(250, 233); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.tbRunningPlan); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.tbTester); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(8, 37); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(195, 83); this.panel1.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(136, 57); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 9; this.label4.Text = "分钟"; // // tbRunningPlan // this.tbRunningPlan.Location = new System.Drawing.Point(77, 52); this.tbRunningPlan.Name = "tbRunningPlan"; this.tbRunningPlan.Size = new System.Drawing.Size(53, 21); this.tbRunningPlan.TabIndex = 8; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 5; this.label2.Text = "测试时间:"; // // tbTester // this.tbTester.Location = new System.Drawing.Point(78, 11); this.tbTester.Name = "tbTester"; this.tbTester.Size = new System.Drawing.Size(87, 21); this.tbTester.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "测试人员"; // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl1.Size = new System.Drawing.Size(340, 30); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // btnReadBack // this.btnReadBack.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnReadBack.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnReadBack.Location = new System.Drawing.Point(218, 37); this.btnReadBack.Name = "btnReadBack"; this.btnReadBack.Size = new System.Drawing.Size(110, 30); this.btnReadBack.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnReadBack.TabIndex = 10; this.btnReadBack.Text = "读回S/N"; this.btnReadBack.Click += new System.EventHandler(this.btnReadBack_Click); // // btnClear // this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClear.Location = new System.Drawing.Point(218, 87); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(110, 30); this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnClear.TabIndex = 14; this.btnClear.Text = "清空S/N"; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // boardPanel // this.boardPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.boardPanel.Controls.Add(this.tbVcomSn); this.boardPanel.Controls.Add(this.label6); this.boardPanel.Controls.Add(this.tbCPUSn); this.boardPanel.Controls.Add(this.label5); this.boardPanel.Location = new System.Drawing.Point(8, 142); this.boardPanel.Name = "boardPanel"; this.boardPanel.Size = new System.Drawing.Size(320, 80); this.boardPanel.TabIndex = 16; // // tbVcomSn // this.tbVcomSn.Location = new System.Drawing.Point(77, 41); this.tbVcomSn.Name = "tbVcomSn"; this.tbVcomSn.Size = new System.Drawing.Size(174, 21); this.tbVcomSn.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(16, 45); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 2; this.label6.Text = "VCOM"; // // tbCPUSn // this.tbCPUSn.Location = new System.Drawing.Point(78, 8); this.tbCPUSn.Name = "tbCPUSn"; this.tbCPUSn.Size = new System.Drawing.Size(174, 21); this.tbCPUSn.TabIndex = 1; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 10); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 12); this.label5.TabIndex = 0; this.label5.Text = "CPU/PD1"; // // FormFCTSN // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(350, 292); this.Controls.Add(this.boardPanel); this.Controls.Add(this.btnClear); this.Controls.Add(this.btnReadBack); this.Controls.Add(this.panel1); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.ribbonControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormFCTSN"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "测试预设"; this.Load += new System.EventHandler(this.formGeneralSN_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.boardPanel.ResumeLayout(false); this.boardPanel.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.txtPassword = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txtNewPassword = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.txtNewPass = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tbtYes = new DevComponents.DotNetBar.ButtonX(); this.tbtExit = new DevComponents.DotNetBar.ButtonX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.txtMaNv = new DevComponents.DotNetBar.Controls.TextBoxX(); this.SuspendLayout(); // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.ribbonControl1.Size = new System.Drawing.Size(319, 25); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))))); // // txtPassword // // // // this.txtPassword.Border.Class = "TextBoxBorder"; this.txtPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtPassword.Location = new System.Drawing.Point(174, 130); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.PreventEnterBeep = true; this.txtPassword.Size = new System.Drawing.Size(133, 20); this.txtPassword.TabIndex = 1; // // txtNewPassword // // // // this.txtNewPassword.Border.Class = "TextBoxBorder"; this.txtNewPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtNewPassword.Location = new System.Drawing.Point(174, 182); this.txtNewPassword.Name = "txtNewPassword"; this.txtNewPassword.PasswordChar = '*'; this.txtNewPassword.PreventEnterBeep = true; this.txtNewPassword.Size = new System.Drawing.Size(133, 20); this.txtNewPassword.TabIndex = 2; // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.Transparent; // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX1.ForeColor = System.Drawing.Color.Black; this.labelX1.Location = new System.Drawing.Point(19, 124); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(121, 23); this.labelX1.TabIndex = 2; this.labelX1.Text = "Mật Khẩu Hiện Tại"; // // labelX2 // this.labelX2.BackColor = System.Drawing.Color.Transparent; // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX2.ForeColor = System.Drawing.Color.Black; this.labelX2.Location = new System.Drawing.Point(17, 176); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(98, 23); this.labelX2.TabIndex = 2; this.labelX2.Text = "Mật Khẩu Mới"; // // labelX3 // this.labelX3.BackColor = System.Drawing.Color.Transparent; // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX3.ForeColor = System.Drawing.Color.Black; this.labelX3.Location = new System.Drawing.Point(17, 235); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(123, 23); this.labelX3.TabIndex = 3; this.labelX3.Text = "Nhập Lại Mật Khẩu"; // // txtNewPass // // // // this.txtNewPass.Border.Class = "TextBoxBorder"; this.txtNewPass.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtNewPass.Location = new System.Drawing.Point(174, 238); this.txtNewPass.Name = "txtNewPass"; this.txtNewPass.PasswordChar = '*'; this.txtNewPass.PreventEnterBeep = true; this.txtNewPass.Size = new System.Drawing.Size(133, 20); this.txtNewPass.TabIndex = 3; // // tbtYes // this.tbtYes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.tbtYes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.tbtYes.Location = new System.Drawing.Point(58, 284); this.tbtYes.Name = "tbtYes"; this.tbtYes.Size = new System.Drawing.Size(75, 23); this.tbtYes.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tbtYes.TabIndex = 4; this.tbtYes.Text = "Đồng ý"; this.tbtYes.Click += new System.EventHandler(this.tbtYes_Click); // // tbtExit // this.tbtExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.tbtExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.tbtExit.Location = new System.Drawing.Point(195, 284); this.tbtExit.Name = "tbtExit"; this.tbtExit.Size = new System.Drawing.Size(75, 23); this.tbtExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tbtExit.TabIndex = 5; this.tbtExit.Text = "Thoát"; this.tbtExit.Click += new System.EventHandler(this.tbtExit_Click); // // labelX4 // this.labelX4.BackColor = System.Drawing.Color.Transparent; // // // this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX4.ForeColor = System.Drawing.Color.Black; this.labelX4.Location = new System.Drawing.Point(17, 72); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(98, 23); this.labelX4.TabIndex = 6; this.labelX4.Text = "Mã Nhân VIên"; // // txtMaNv // // // // this.txtMaNv.Border.Class = "TextBoxBorder"; this.txtMaNv.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtMaNv.Location = new System.Drawing.Point(172, 75); this.txtMaNv.Name = "txtMaNv"; this.txtMaNv.PreventEnterBeep = true; this.txtMaNv.Size = new System.Drawing.Size(133, 20); this.txtMaNv.TabIndex = 0; this.txtMaNv.TextChanged += new System.EventHandler(this.txtMaNv_TextChanged); // // frmChangePassword // this.BackgroundImage = global::QuanLyQuanTraSua.Properties.Resources.foody_mobile_gongcha_mb_jpg_157_635636065715423611; this.BackgroundImageUnderCaption = true; this.ClientSize = new System.Drawing.Size(329, 332); this.Controls.Add(this.txtMaNv); this.Controls.Add(this.labelX4); this.Controls.Add(this.tbtExit); this.Controls.Add(this.tbtYes); this.Controls.Add(this.txtNewPass); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.Controls.Add(this.txtNewPassword); this.Controls.Add(this.txtPassword); this.Controls.Add(this.ribbonControl1); this.Name = "frmChangePassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Đổi Mật Khẩu"; this.Load += new System.EventHandler(this.ChangePassword_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_recetas)); DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.bar2 = new DevExpress.XtraBars.Bar(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem(); this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem(); this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem(); this.btn_salir = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.btnLoad = new DevExpress.XtraBars.BarButtonItem(); this.btnInicio = new DevExpress.XtraBars.BarButtonItem(); this.btnAnterior = new DevExpress.XtraBars.BarButtonItem(); this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem(); this.btnUltimo = new DevExpress.XtraBars.BarButtonItem(); this.textBox13 = new System.Windows.Forms.TextBox(); this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.pnl_busqueda = new System.Windows.Forms.GroupBox(); this.btn_buscar = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txt_versionbus = new System.Windows.Forms.TextBox(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txt_articnamebus = new System.Windows.Forms.TextBox(); this.txt_articidoldbus = new System.Windows.Forms.TextBox(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txt_version = new System.Windows.Forms.TextBox(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txt_articname = new System.Windows.Forms.TextBox(); this.txt_articidold = new System.Windows.Forms.TextBox(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.txt_fechemi = new DevExpress.XtraEditors.DateEdit(); this.dgv_color = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.colorid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colorname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.talla12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.pnl_busqueda.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_color)).BeginInit(); this.SuspendLayout(); // // bar2 // this.bar2.BarName = "Main menu"; this.bar2.DockCol = 0; this.bar2.DockRow = 0; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.FloatLocation = new System.Drawing.Point(214, 135); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.btn_nuevo, this.btn_cancelar, this.btn_imprimir, this.btnLoad, this.btnInicio, this.btnAnterior, this.btnSiguiente, this.btnUltimo, this.btn_salir}); this.barManager1.MainMenu = this.bar1; this.barManager1.MaxItemId = 16; // // bar1 // this.bar1.BarName = "Main menu"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.FloatLocation = new System.Drawing.Point(214, 135); this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard), new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar), new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir), new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)}); this.bar1.OptionsBar.MultiLine = true; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Main menu"; // // btn_nuevo // this.btn_nuevo.Caption = "btnNew"; this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph"))); this.btn_nuevo.Id = 2; this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph"))); this.btn_nuevo.Name = "btn_nuevo"; toolTipTitleItem1.Text = "Nuevo"; superToolTip2.Items.Add(toolTipTitleItem1); this.btn_nuevo.SuperTip = superToolTip2; this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick); // // btn_cancelar // this.btn_cancelar.Caption = "btnCancel"; this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph"))); this.btn_cancelar.Id = 5; this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph"))); this.btn_cancelar.Name = "btn_cancelar"; toolTipTitleItem2.Text = "Cancelar"; superToolTip3.Items.Add(toolTipTitleItem2); this.btn_cancelar.SuperTip = superToolTip3; this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick); // // btn_imprimir // this.btn_imprimir.Caption = "btnPrint"; this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph"))); this.btn_imprimir.Id = 7; this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph"))); this.btn_imprimir.Name = "btn_imprimir"; toolTipTitleItem3.Text = "Imprimir"; superToolTip4.Items.Add(toolTipTitleItem3); this.btn_imprimir.SuperTip = superToolTip4; // // btn_salir // this.btn_salir.Caption = "btnExit"; this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph"))); this.btn_salir.Id = 14; this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph"))); this.btn_salir.Name = "btn_salir"; toolTipTitleItem4.Text = "Salir"; superToolTip5.Items.Add(toolTipTitleItem4); this.btn_salir.SuperTip = superToolTip5; this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick); // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(650, 24); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 496); this.barDockControlBottom.Size = new System.Drawing.Size(650, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 24); this.barDockControlLeft.Size = new System.Drawing.Size(0, 472); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(650, 24); this.barDockControlRight.Size = new System.Drawing.Size(0, 472); // // btnLoad // this.btnLoad.Caption = "btnLoad"; this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph"))); this.btnLoad.Id = 8; this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph"))); this.btnLoad.Name = "btnLoad"; toolTipTitleItem5.Text = "Actualizar"; superToolTip6.Items.Add(toolTipTitleItem5); this.btnLoad.SuperTip = superToolTip6; // // btnInicio // this.btnInicio.Caption = "btnInicio"; this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph"))); this.btnInicio.Id = 10; this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph"))); this.btnInicio.Name = "btnInicio"; toolTipTitleItem6.Text = "Primer Registro"; superToolTip7.Items.Add(toolTipTitleItem6); this.btnInicio.SuperTip = superToolTip7; // // btnAnterior // this.btnAnterior.Caption = "btnAnterior"; this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph"))); this.btnAnterior.Id = 11; this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph"))); this.btnAnterior.Name = "btnAnterior"; toolTipTitleItem7.Text = "Anterior Registro"; superToolTip8.Items.Add(toolTipTitleItem7); this.btnAnterior.SuperTip = superToolTip8; // // btnSiguiente // this.btnSiguiente.Caption = "btnSiguiente"; this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph"))); this.btnSiguiente.Id = 12; this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph"))); this.btnSiguiente.Name = "btnSiguiente"; toolTipTitleItem8.Text = "Siguiente Registro"; superToolTip9.Items.Add(toolTipTitleItem8); this.btnSiguiente.SuperTip = superToolTip9; // // btnUltimo // this.btnUltimo.Caption = "btnUltimo"; this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph"))); this.btnUltimo.Id = 13; this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph"))); this.btnUltimo.Name = "btnUltimo"; toolTipTitleItem9.Text = "Ultimo Registro"; superToolTip10.Items.Add(toolTipTitleItem9); this.btnUltimo.SuperTip = superToolTip10; // // textBox13 // this.textBox13.Location = new System.Drawing.Point(45, 28); this.textBox13.MaxLength = 10; this.textBox13.Name = "textBox13"; this.textBox13.Size = new System.Drawing.Size(110, 20); this.textBox13.TabIndex = 228; // // superTooltip1 // this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007VistaGlass; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // panelControl2 // this.panelControl2.Controls.Add(this.pnl_busqueda); this.panelControl2.Controls.Add(this.panelControl5); this.panelControl2.Controls.Add(this.dgv_color); this.panelControl2.Location = new System.Drawing.Point(0, 24); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(648, 473); this.panelControl2.TabIndex = 1; // // pnl_busqueda // this.pnl_busqueda.Controls.Add(this.btn_buscar); this.pnl_busqueda.Controls.Add(this.labelControl2); this.pnl_busqueda.Controls.Add(this.txt_versionbus); this.pnl_busqueda.Controls.Add(this.labelControl3); this.pnl_busqueda.Controls.Add(this.txt_articnamebus); this.pnl_busqueda.Controls.Add(this.txt_articidoldbus); this.pnl_busqueda.Location = new System.Drawing.Point(6, 56); this.pnl_busqueda.Name = "pnl_busqueda"; this.pnl_busqueda.Size = new System.Drawing.Size(637, 44); this.pnl_busqueda.TabIndex = 441; this.pnl_busqueda.TabStop = false; this.pnl_busqueda.Text = "Busqueda"; // // btn_buscar // this.btn_buscar.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_buscar.Image = ((System.Drawing.Image)(resources.GetObject("btn_buscar.Image"))); this.btn_buscar.Location = new System.Drawing.Point(538, 15); this.btn_buscar.Name = "btn_buscar"; this.btn_buscar.Size = new System.Drawing.Size(59, 23); this.btn_buscar.TabIndex = 446; this.btn_buscar.Text = "Buscar"; this.btn_buscar.ToolTip = "Buscar Receta"; this.btn_buscar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_buscar.Click += new System.EventHandler(this.btn_buscar_Click); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(421, 20); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(39, 13); this.labelControl2.TabIndex = 445; this.labelControl2.Text = "Versión:"; // // txt_versionbus // this.txt_versionbus.BackColor = System.Drawing.SystemColors.Window; this.txt_versionbus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_versionbus.Enabled = false; this.txt_versionbus.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.txt_versionbus.Location = new System.Drawing.Point(464, 17); this.txt_versionbus.MaxLength = 7; this.txt_versionbus.Name = "txt_versionbus"; this.txt_versionbus.Size = new System.Drawing.Size(50, 20); this.txt_versionbus.TabIndex = 444; this.txt_versionbus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(25, 19); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(40, 13); this.labelControl3.TabIndex = 443; this.labelControl3.Text = "Artículo:"; // // txt_articnamebus // this.txt_articnamebus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articnamebus.Enabled = false; this.txt_articnamebus.Location = new System.Drawing.Point(120, 17); this.txt_articnamebus.MaxLength = 10; this.txt_articnamebus.Name = "txt_articnamebus"; this.txt_articnamebus.Size = new System.Drawing.Size(292, 21); this.txt_articnamebus.TabIndex = 442; // // txt_articidoldbus // this.txt_articidoldbus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articidoldbus.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_articidoldbus.Location = new System.Drawing.Point(68, 17); this.txt_articidoldbus.MaxLength = 7; this.txt_articidoldbus.Name = "txt_articidoldbus"; this.txt_articidoldbus.Size = new System.Drawing.Size(50, 21); this.txt_articidoldbus.TabIndex = 441; this.txt_articidoldbus.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_articidbus_KeyDown); // // panelControl5 // this.panelControl5.Controls.Add(this.labelControl1); this.panelControl5.Controls.Add(this.txt_version); this.panelControl5.Controls.Add(this.labelControl20); this.panelControl5.Controls.Add(this.labelControl4); this.panelControl5.Controls.Add(this.txt_articname); this.panelControl5.Controls.Add(this.txt_articidold); this.panelControl5.Controls.Add(this.labelControl13); this.panelControl5.Controls.Add(this.txt_fechemi); this.panelControl5.Location = new System.Drawing.Point(6, 3); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(637, 51); this.panelControl5.TabIndex = 440; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(488, 6); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(35, 13); this.labelControl1.TabIndex = 440; this.labelControl1.Text = "Versión"; // // txt_version // this.txt_version.BackColor = System.Drawing.Color.Yellow; this.txt_version.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_version.Enabled = false; this.txt_version.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.txt_version.Location = new System.Drawing.Point(485, 22); this.txt_version.MaxLength = 7; this.txt_version.Name = "txt_version"; this.txt_version.Size = new System.Drawing.Size(50, 22); this.txt_version.TabIndex = 439; this.txt_version.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelControl20 // this.labelControl20.Location = new System.Drawing.Point(131, 7); this.labelControl20.Name = "labelControl20"; this.labelControl20.Size = new System.Drawing.Size(40, 13); this.labelControl20.TabIndex = 205; this.labelControl20.Text = "Artículo:"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Papyrus", 16F, System.Drawing.FontStyle.Bold); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Teal; this.labelControl4.LineColor = System.Drawing.SystemColors.ActiveBorder; this.labelControl4.Location = new System.Drawing.Point(25, 8); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(81, 33); this.labelControl4.TabIndex = 438; this.labelControl4.Text = "Recetas"; // // txt_articname // this.txt_articname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articname.Enabled = false; this.txt_articname.Location = new System.Drawing.Point(181, 23); this.txt_articname.MaxLength = 10; this.txt_articname.Name = "txt_articname"; this.txt_articname.Size = new System.Drawing.Size(292, 21); this.txt_articname.TabIndex = 203; // // txt_articidold // this.txt_articidold.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_articidold.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_articidold.Location = new System.Drawing.Point(129, 23); this.txt_articidold.MaxLength = 7; this.txt_articidold.Name = "txt_articidold"; this.txt_articidold.Size = new System.Drawing.Size(50, 21); this.txt_articidold.TabIndex = 202; this.txt_articidold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_articidold_KeyDown); // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(544, 7); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(67, 13); this.labelControl13.TabIndex = 189; this.labelControl13.Text = "Fecha Emisión"; // // txt_fechemi // this.txt_fechemi.EditValue = null; this.txt_fechemi.Enabled = false; this.txt_fechemi.Location = new System.Drawing.Point(541, 24); this.txt_fechemi.MenuManager = this.barManager1; this.txt_fechemi.Name = "txt_fechemi"; this.txt_fechemi.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.txt_fechemi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechemi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fechemi.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4); this.txt_fechemi.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default; this.txt_fechemi.Size = new System.Drawing.Size(84, 20); this.txt_fechemi.TabIndex = 188; // // dgv_color // this.dgv_color.AllowUserToAddRows = false; this.dgv_color.BackgroundColor = System.Drawing.Color.Teal; this.dgv_color.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_color.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colorid, this.colorname, this.talla01, this.talla02, this.talla03, this.talla04, this.talla05, this.talla06, this.talla07, this.talla08, this.talla09, this.talla10, this.talla11, this.talla12}); dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle13.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53))))); dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53))))); dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_color.DefaultCellStyle = dataGridViewCellStyle13; this.dgv_color.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv_color.Location = new System.Drawing.Point(5, 101); this.dgv_color.Name = "dgv_color"; this.dgv_color.ReadOnly = true; this.dgv_color.RowHeadersVisible = false; this.dgv_color.Size = new System.Drawing.Size(638, 367); this.dgv_color.TabIndex = 431; this.dgv_color.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_color_CellDoubleClick); // // colorid // this.colorid.DataPropertyName = "colorid"; this.colorid.HeaderText = "Cod"; this.colorid.Name = "colorid"; this.colorid.ReadOnly = true; this.colorid.Width = 40; // // colorname // this.colorname.DataPropertyName = "colorname"; this.colorname.HeaderText = "Color"; this.colorname.Name = "colorname"; this.colorname.ReadOnly = true; this.colorname.Width = 210; // // talla01 // dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla01.DefaultCellStyle = dataGridViewCellStyle1; this.talla01.HeaderText = "ta01"; this.talla01.Name = "talla01"; this.talla01.ReadOnly = true; this.talla01.Width = 30; // // talla02 // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla02.DefaultCellStyle = dataGridViewCellStyle2; this.talla02.HeaderText = "ta02"; this.talla02.Name = "talla02"; this.talla02.ReadOnly = true; this.talla02.Width = 30; // // talla03 // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla03.DefaultCellStyle = dataGridViewCellStyle3; this.talla03.HeaderText = "ta03"; this.talla03.Name = "talla03"; this.talla03.ReadOnly = true; this.talla03.Width = 30; // // talla04 // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla04.DefaultCellStyle = dataGridViewCellStyle4; this.talla04.HeaderText = "ta04"; this.talla04.Name = "talla04"; this.talla04.ReadOnly = true; this.talla04.Width = 30; // // talla05 // dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla05.DefaultCellStyle = dataGridViewCellStyle5; this.talla05.HeaderText = "ta05"; this.talla05.Name = "talla05"; this.talla05.ReadOnly = true; this.talla05.Width = 30; // // talla06 // dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla06.DefaultCellStyle = dataGridViewCellStyle6; this.talla06.HeaderText = "ta06"; this.talla06.Name = "talla06"; this.talla06.ReadOnly = true; this.talla06.Width = 30; // // talla07 // dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla07.DefaultCellStyle = dataGridViewCellStyle7; this.talla07.HeaderText = "ta07"; this.talla07.Name = "talla07"; this.talla07.ReadOnly = true; this.talla07.Width = 30; // // talla08 // dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla08.DefaultCellStyle = dataGridViewCellStyle8; this.talla08.HeaderText = "ta08"; this.talla08.Name = "talla08"; this.talla08.ReadOnly = true; this.talla08.Width = 30; // // talla09 // dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla09.DefaultCellStyle = dataGridViewCellStyle9; this.talla09.HeaderText = "ta09"; this.talla09.Name = "talla09"; this.talla09.ReadOnly = true; this.talla09.Width = 30; // // talla10 // dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla10.DefaultCellStyle = dataGridViewCellStyle10; this.talla10.HeaderText = "ta10"; this.talla10.Name = "talla10"; this.talla10.ReadOnly = true; this.talla10.Width = 30; // // talla11 // dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla11.DefaultCellStyle = dataGridViewCellStyle11; this.talla11.HeaderText = "ta11"; this.talla11.Name = "talla11"; this.talla11.ReadOnly = true; this.talla11.Width = 30; // // talla12 // dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.talla12.DefaultCellStyle = dataGridViewCellStyle12; this.talla12.HeaderText = "ta12"; this.talla12.Name = "talla12"; this.talla12.ReadOnly = true; this.talla12.Width = 30; // // Frm_recetas // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(650, 496); this.Controls.Add(this.panelControl2); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_recetas"; this.Text = "» Frm_Recetas"; this.Load += new System.EventHandler(this.Frm_orden_produccion_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.pnl_busqueda.ResumeLayout(false); this.pnl_busqueda.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); this.panelControl5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fechemi.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_color)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Spy)); this.galleryContainer2 = new DevComponents.DotNetBar.GalleryContainer(); this.labelItem1 = new DevComponents.DotNetBar.LabelItem(); this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem(); this.galleryContainer3 = new DevComponents.DotNetBar.GalleryContainer(); this.labelItem2 = new DevComponents.DotNetBar.LabelItem(); this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components); this.dockSite4 = new DevComponents.DotNetBar.DockSite(); this.dockSite1 = new DevComponents.DotNetBar.DockSite(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer(); this.trvTree = new System.Windows.Forms.TreeView(); this.dockContainerItem3 = new DevComponents.DotNetBar.DockContainerItem(); this.dockSite2 = new DevComponents.DotNetBar.DockSite(); this.dockSite8 = new DevComponents.DotNetBar.DockSite(); this.dockSite5 = new DevComponents.DotNetBar.DockSite(); this.dockSite6 = new DevComponents.DotNetBar.DockSite(); this.dockSite7 = new DevComponents.DotNetBar.DockSite(); this.dockSite3 = new DevComponents.DotNetBar.DockSite(); this.datagridviewprob = new System.Windows.Forms.DataGridView(); this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem(); this.toolStrip1.SuspendLayout(); this.dockSite1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); this.bar1.SuspendLayout(); this.panelDockContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.datagridviewprob)).BeginInit(); this.SuspendLayout(); // // galleryContainer2 // // // // this.galleryContainer2.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer"; this.galleryContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.galleryContainer2.EnableGalleryPopup = false; this.galleryContainer2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.galleryContainer2.MinimumSize = new System.Drawing.Size(180, 240); this.galleryContainer2.MultiLine = false; this.galleryContainer2.Name = "galleryContainer2"; this.galleryContainer2.PopupUsesStandardScrollbars = false; // // labelItem1 // this.labelItem1.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; this.labelItem1.BorderType = DevComponents.DotNetBar.eBorderType.Etched; this.labelItem1.CanCustomize = false; this.labelItem1.ForeColor = System.Drawing.SystemColors.ControlText; this.labelItem1.Name = "labelItem1"; // // dockContainerItem1 // this.dockContainerItem1.Name = "dockContainerItem1"; this.dockContainerItem1.Text = "dockContainerItem1"; // // galleryContainer3 // // // // this.galleryContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer"; this.galleryContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.galleryContainer3.EnableGalleryPopup = false; this.galleryContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.galleryContainer3.MinimumSize = new System.Drawing.Size(180, 240); this.galleryContainer3.MultiLine = false; this.galleryContainer3.Name = "galleryContainer3"; this.galleryContainer3.PopupUsesStandardScrollbars = false; // // labelItem2 // this.labelItem2.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; this.labelItem2.BorderType = DevComponents.DotNetBar.eBorderType.Etched; this.labelItem2.CanCustomize = false; this.labelItem2.ForeColor = System.Drawing.SystemColors.ControlText; this.labelItem2.Name = "labelItem2"; // // dockContainerItem2 // this.dockContainerItem2.Name = "dockContainerItem2"; this.dockContainerItem2.Text = "dockContainerItem2"; // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.qatCustomizeItem1}); this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2); this.ribbonControl1.Size = new System.Drawing.Size(799, 41); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "Spy Interface"; this.ribbonControl1.TitleText = "<div >Spy Interface</div>"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26)))))); // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("Khmer UI", 9F); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2}); this.toolStrip1.Location = new System.Drawing.Point(5, 42); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(799, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(52, 22); this.toolStripButton1.Text = "Save"; // // toolStripButton2 // 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(66, 22); this.toolStripButton2.Text = "Refresh"; // // dotNetBarManager1 // this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del); this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins); this.dotNetBarManager1.BottomDockSite = this.dockSite4; this.dotNetBarManager1.EnableFullSizeDock = false; this.dotNetBarManager1.LeftDockSite = this.dockSite1; this.dotNetBarManager1.ParentForm = this; this.dotNetBarManager1.RightDockSite = this.dockSite2; this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003; this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8; this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5; this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6; this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7; this.dotNetBarManager1.TopDockSite = this.dockSite3; // // dockSite4 // this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite4.Location = new System.Drawing.Point(5, 417); this.dockSite4.Name = "dockSite4"; this.dockSite4.Size = new System.Drawing.Size(799, 0); this.dockSite4.TabIndex = 5; this.dockSite4.TabStop = false; // // dockSite1 // this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite1.Controls.Add(this.bar1); this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] { ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 217, 350)))}, DevComponents.DotNetBar.eOrientation.Horizontal); this.dockSite1.Location = new System.Drawing.Point(5, 67); this.dockSite1.Name = "dockSite1"; this.dockSite1.Size = new System.Drawing.Size(220, 350); this.dockSite1.TabIndex = 2; this.dockSite1.TabStop = false; // // bar1 // this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)"; this.bar1.AccessibleName = "DotNetBar Bar"; this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.bar1.CloseSingleTab = true; this.bar1.Controls.Add(this.panelDockContainer1); this.bar1.DockOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.dockContainerItem3}); this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer; this.bar1.Location = new System.Drawing.Point(0, 0); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(217, 350); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003; this.bar1.TabIndex = 0; this.bar1.TabStop = false; this.bar1.Text = "Spy Windows"; // // panelDockContainer1 // this.panelDockContainer1.Controls.Add(this.trvTree); this.panelDockContainer1.Location = new System.Drawing.Point(3, 23); this.panelDockContainer1.Name = "panelDockContainer1"; this.panelDockContainer1.Size = new System.Drawing.Size(211, 324); this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.panelDockContainer1.Style.GradientAngle = 90; this.panelDockContainer1.TabIndex = 0; // // trvTree // this.trvTree.Dock = System.Windows.Forms.DockStyle.Fill; this.trvTree.Location = new System.Drawing.Point(0, 0); this.trvTree.Name = "trvTree"; this.trvTree.Size = new System.Drawing.Size(211, 324); this.trvTree.TabIndex = 0; // // dockContainerItem3 // this.dockContainerItem3.Control = this.panelDockContainer1; this.dockContainerItem3.Name = "dockContainerItem3"; this.dockContainerItem3.Text = "dockContainerItem3"; // // dockSite2 // this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right; this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite2.Location = new System.Drawing.Point(804, 67); this.dockSite2.Name = "dockSite2"; this.dockSite2.Size = new System.Drawing.Size(0, 350); this.dockSite2.TabIndex = 3; this.dockSite2.TabStop = false; // // dockSite8 // this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockSite8.Location = new System.Drawing.Point(5, 417); this.dockSite8.Name = "dockSite8"; this.dockSite8.Size = new System.Drawing.Size(799, 0); this.dockSite8.TabIndex = 9; this.dockSite8.TabStop = false; // // dockSite5 // this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left; this.dockSite5.Location = new System.Drawing.Point(5, 1); this.dockSite5.Name = "dockSite5"; this.dockSite5.Size = new System.Drawing.Size(0, 416); this.dockSite5.TabIndex = 6; this.dockSite5.TabStop = false; // // dockSite6 // this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right; this.dockSite6.Location = new System.Drawing.Point(804, 1); this.dockSite6.Name = "dockSite6"; this.dockSite6.Size = new System.Drawing.Size(0, 416); this.dockSite6.TabIndex = 7; this.dockSite6.TabStop = false; // // dockSite7 // this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite7.Location = new System.Drawing.Point(5, 1); this.dockSite7.Name = "dockSite7"; this.dockSite7.Size = new System.Drawing.Size(799, 0); this.dockSite7.TabIndex = 8; this.dockSite7.TabStop = false; // // dockSite3 // this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window; this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top; this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(); this.dockSite3.Location = new System.Drawing.Point(5, 1); this.dockSite3.Name = "dockSite3"; this.dockSite3.Size = new System.Drawing.Size(799, 0); this.dockSite3.TabIndex = 4; this.dockSite3.TabStop = false; // // datagridviewprob // this.datagridviewprob.BackgroundColor = System.Drawing.Color.White; this.datagridviewprob.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.datagridviewprob.Dock = System.Windows.Forms.DockStyle.Fill; this.datagridviewprob.Location = new System.Drawing.Point(225, 67); this.datagridviewprob.Name = "datagridviewprob"; this.datagridviewprob.Size = new System.Drawing.Size(579, 350); this.datagridviewprob.TabIndex = 10; // // qatCustomizeItem1 // this.qatCustomizeItem1.Name = "qatCustomizeItem1"; // // Spy // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(809, 419); this.Controls.Add(this.datagridviewprob); this.Controls.Add(this.dockSite2); this.Controls.Add(this.dockSite1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.ribbonControl1); this.Controls.Add(this.dockSite3); this.Controls.Add(this.dockSite4); this.Controls.Add(this.dockSite5); this.Controls.Add(this.dockSite6); this.Controls.Add(this.dockSite7); this.Controls.Add(this.dockSite8); this.Name = "Spy"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Spy"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.dockSite1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); this.bar1.ResumeLayout(false); this.panelDockContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.datagridviewprob)).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(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.btnOk = new DevComponents.DotNetBar.ButtonX(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.panel1 = new System.Windows.Forms.Panel(); this.tbTester = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel = new System.Windows.Forms.Panel(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.btnReadBack = new DevComponents.DotNetBar.ButtonX(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; // // btnOk // this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOk.Location = new System.Drawing.Point(499, 120); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOk.TabIndex = 2; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(615, 120); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.tbTester); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(5, 35); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(685, 27); this.panel1.TabIndex = 9; // // tbTester // this.tbTester.Location = new System.Drawing.Point(78, 1); this.tbTester.Name = "tbTester"; this.tbTester.Size = new System.Drawing.Size(160, 21); this.tbTester.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "测试人:"; // // panel // this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel.Location = new System.Drawing.Point(5, 77); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(685, 27); this.panel.TabIndex = 8; // // ribbonControl1 // this.ribbonControl1.AutoSize = true; // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2); this.ribbonControl1.Size = new System.Drawing.Size(685, 40); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // btnReadBack // this.btnReadBack.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnReadBack.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnReadBack.Location = new System.Drawing.Point(17, 120); this.btnReadBack.Name = "btnReadBack"; this.btnReadBack.Size = new System.Drawing.Size(144, 23); this.btnReadBack.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnReadBack.TabIndex = 10; this.btnReadBack.Text = "读回上次SN号"; this.btnReadBack.Click += new System.EventHandler(this.btnReadBack_Click); // // FormTestConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(695, 148); this.Controls.Add(this.btnReadBack); this.Controls.Add(this.panel1); this.Controls.Add(this.panel); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.ribbonControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTestConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "测试预设"; this.Load += new System.EventHandler(this.formTestConfig_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Order)); this.Btn_Classification = new System.Windows.Forms.Button(); this.Btn_Simplecode = new System.Windows.Forms.Button(); this.PanelParent = new System.Windows.Forms.FlowLayoutPanel(); this.PanelChildren = new System.Windows.Forms.FlowLayoutPanel(); this.PanelDishes = new System.Windows.Forms.FlowLayoutPanel(); this.PanelInfor = new System.Windows.Forms.Panel(); this.lblTitle2 = new System.Windows.Forms.Label(); this.eleTempHistory = new System.Windows.Forms.Integration.ElementHost(); this.dlvTempHistory = new WpfControls.DishesListView(); this.eleTemp = new System.Windows.Forms.Integration.ElementHost(); this.dlvTemp = new WpfControls.DishesListView(); this.lblTitle1 = new System.Windows.Forms.Label(); this.eleHistory = new System.Windows.Forms.Integration.ElementHost(); this.dlvHistory = new WpfControls.HistoryDishesListView(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.imageListDirection = new System.Windows.Forms.ImageList(this.components); this.m_PanelDishesByRetrievalCode = new System.Windows.Forms.FlowLayoutPanel(); this.panelBottom = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.PanelInfor.SuspendLayout(); this.panelBottom.SuspendLayout(); this.SuspendLayout(); // // Btn_Classification // this.Btn_Classification.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(84)))), ((int)(((byte)(19))))); this.Btn_Classification.Cursor = System.Windows.Forms.Cursors.Hand; this.Btn_Classification.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Btn_Classification.Location = new System.Drawing.Point(144, 2); this.Btn_Classification.Name = "Btn_Classification"; this.Btn_Classification.Size = new System.Drawing.Size(88, 37); this.Btn_Classification.TabIndex = 0; this.Btn_Classification.Text = "分类检索"; this.Btn_Classification.UseVisualStyleBackColor = false; this.Btn_Classification.Click += new System.EventHandler(this.Btn_Classification_Click); // // Btn_Simplecode // this.Btn_Simplecode.Cursor = System.Windows.Forms.Cursors.Hand; this.Btn_Simplecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Btn_Simplecode.Location = new System.Drawing.Point(254, 2); this.Btn_Simplecode.Name = "Btn_Simplecode"; this.Btn_Simplecode.Size = new System.Drawing.Size(88, 37); this.Btn_Simplecode.TabIndex = 1; this.Btn_Simplecode.Text = "简码检索"; this.Btn_Simplecode.UseVisualStyleBackColor = true; this.Btn_Simplecode.Click += new System.EventHandler(this.Btn_Simplecode_Click); // // PanelParent // this.PanelParent.Cursor = System.Windows.Forms.Cursors.Default; this.PanelParent.Location = new System.Drawing.Point(0, 38); this.PanelParent.Name = "PanelParent"; this.PanelParent.Size = new System.Drawing.Size(548, 40); this.PanelParent.TabIndex = 2; // // PanelChildren // this.PanelChildren.Cursor = System.Windows.Forms.Cursors.Default; this.PanelChildren.Location = new System.Drawing.Point(0, 77); this.PanelChildren.Name = "PanelChildren"; this.PanelChildren.Size = new System.Drawing.Size(547, 26); this.PanelChildren.TabIndex = 3; // // PanelDishes // this.PanelDishes.AutoScroll = true; this.PanelDishes.Cursor = System.Windows.Forms.Cursors.Default; this.PanelDishes.Location = new System.Drawing.Point(0, 102); this.PanelDishes.Name = "PanelDishes"; this.PanelDishes.Size = new System.Drawing.Size(573, 327); this.PanelDishes.TabIndex = 5; // // PanelInfor // this.PanelInfor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PanelInfor.Controls.Add(this.lblTitle2); this.PanelInfor.Controls.Add(this.eleTempHistory); this.PanelInfor.Controls.Add(this.eleTemp); this.PanelInfor.Controls.Add(this.lblTitle1); this.PanelInfor.Controls.Add(this.eleHistory); this.PanelInfor.Location = new System.Drawing.Point(576, 0); this.PanelInfor.Name = "PanelInfor"; this.PanelInfor.Size = new System.Drawing.Size(546, 473); this.PanelInfor.TabIndex = 6; this.PanelInfor.SizeChanged += new System.EventHandler(this.PanelInfor_SizeChanged); // // lblTitle2 // this.lblTitle2.AutoSize = true; this.lblTitle2.BackColor = System.Drawing.SystemColors.ActiveBorder; this.lblTitle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle2.Location = new System.Drawing.Point(6, 249); this.lblTitle2.Name = "lblTitle2"; this.lblTitle2.Size = new System.Drawing.Size(58, 22); this.lblTitle2.TabIndex = 1; this.lblTitle2.Text = "追加菜"; this.lblTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // eleTempHistory // this.eleTempHistory.Location = new System.Drawing.Point(56, 37); this.eleTempHistory.Name = "eleTempHistory"; this.eleTempHistory.Size = new System.Drawing.Size(463, 189); this.eleTempHistory.TabIndex = 8; this.eleTempHistory.Text = "elementHost3"; this.eleTempHistory.Child = this.dlvTempHistory; // // eleTemp // this.eleTemp.Location = new System.Drawing.Point(19, 317); this.eleTemp.Name = "eleTemp"; this.eleTemp.Size = new System.Drawing.Size(413, 111); this.eleTemp.TabIndex = 9; this.eleTemp.Text = "elementHost1"; this.eleTemp.Child = this.dlvTemp; // // lblTitle1 // this.lblTitle1.AutoSize = true; this.lblTitle1.BackColor = System.Drawing.SystemColors.ActiveBorder; this.lblTitle1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle1.Location = new System.Drawing.Point(6, 1); this.lblTitle1.Name = "lblTitle1"; this.lblTitle1.Size = new System.Drawing.Size(58, 22); this.lblTitle1.TabIndex = 1; this.lblTitle1.Text = "已点菜"; this.lblTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // eleHistory // this.eleHistory.Location = new System.Drawing.Point(10, 37); this.eleHistory.Name = "eleHistory"; this.eleHistory.Size = new System.Drawing.Size(509, 209); this.eleHistory.TabIndex = 6; this.eleHistory.Text = "elementHost2"; this.eleHistory.Child = this.dlvHistory; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.VisualStudio2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // imageListDirection // this.imageListDirection.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListDirection.ImageStream"))); this.imageListDirection.TransparentColor = System.Drawing.Color.Transparent; this.imageListDirection.Images.SetKeyName(0, "打开"); this.imageListDirection.Images.SetKeyName(1, "收起"); // // m_PanelDishesByRetrievalCode // this.m_PanelDishesByRetrievalCode.AutoScroll = true; this.m_PanelDishesByRetrievalCode.Cursor = System.Windows.Forms.Cursors.Default; this.m_PanelDishesByRetrievalCode.Location = new System.Drawing.Point(0, 77); this.m_PanelDishesByRetrievalCode.Name = "m_PanelDishesByRetrievalCode"; this.m_PanelDishesByRetrievalCode.Size = new System.Drawing.Size(235, 239); this.m_PanelDishesByRetrievalCode.TabIndex = 11; this.m_PanelDishesByRetrievalCode.Visible = false; // // panelBottom // this.panelBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelBottom.Controls.Add(this.btnOK); this.panelBottom.Controls.Add(this.btnCancel); this.panelBottom.Location = new System.Drawing.Point(576, 475); this.panelBottom.Name = "panelBottom"; this.panelBottom.Size = new System.Drawing.Size(546, 60); this.panelBottom.TabIndex = 12; // // btnOK // this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Location = new System.Drawing.Point(335, 11); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(88, 37); this.btnOK.TabIndex = 5; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(134, 10); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(88, 37); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // Order // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1124, 535); this.Controls.Add(this.panelBottom); this.Controls.Add(this.m_PanelDishesByRetrievalCode); this.Controls.Add(this.PanelInfor); this.Controls.Add(this.PanelChildren); this.Controls.Add(this.PanelParent); this.Controls.Add(this.Btn_Simplecode); this.Controls.Add(this.Btn_Classification); this.Controls.Add(this.PanelDishes); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Order"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "点菜"; this.Load += new System.EventHandler(this.Order_Load); this.SizeChanged += new System.EventHandler(this.Order_SizeChanged); this.PanelInfor.ResumeLayout(false); this.PanelInfor.PerformLayout(); this.panelBottom.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem(); this.ribbonTabItem2 = new DevComponents.DotNetBar.RibbonTabItem(); this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton(); this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer(); this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer(); this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem(); this.galleryContainer1 = new DevComponents.DotNetBar.GalleryContainer(); this.labelItem8 = new DevComponents.DotNetBar.LabelItem(); this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem(); this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer(); this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem(); this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem(); this.ribbonControl1.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); this.superTabControl1.SuspendLayout(); this.SuspendLayout(); // // ribbonControl1 // // // // this.ribbonControl1.BackgroundStyle.Class = ""; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Controls.Add(this.ribbonPanel2); this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.ribbonTabItem1, this.ribbonTabItem2 }); this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.ribbonControl1.Location = new System.Drawing.Point(5, 1); this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2); this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.office2007StartButton1, this.buttonItem1, this.qatCustomizeItem1 }); this.ribbonControl1.Size = new System.Drawing.Size(757, 154); this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>"; this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel"; this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.ribbonControl1.SystemText.QatDialogOkButton = "OK"; this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove"; this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.ribbonControl1.TabGroupHeight = 14; this.ribbonControl1.TabIndex = 0; this.ribbonControl1.Text = "ribbonControl1"; // // ribbonPanel1 // this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.ribbonBar1); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 56); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel1.Size = new System.Drawing.Size(757, 96); // // // this.ribbonPanel1.Style.Class = ""; this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.Class = ""; this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.Class = ""; this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.TabIndex = 1; // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.Class = ""; this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.Class = ""; this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar1.Location = new System.Drawing.Point(3, 0); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(100, 93); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 0; this.ribbonBar1.Text = "ribbonBar1"; // // // this.ribbonBar1.TitleStyle.Class = ""; this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.Class = ""; this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // ribbonPanel2 // this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel2.Location = new System.Drawing.Point(0, 0); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); this.ribbonPanel2.Size = new System.Drawing.Size(75, 21); // // // this.ribbonPanel2.Style.Class = ""; this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseDown.Class = ""; this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseOver.Class = ""; this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel2.TabIndex = 2; // // ribbonTabItem1 // this.ribbonTabItem1.Checked = true; this.ribbonTabItem1.Name = "ribbonTabItem1"; this.ribbonTabItem1.Panel = this.ribbonPanel1; this.ribbonTabItem1.Text = "ribbonTabItem1"; // // ribbonTabItem2 // this.ribbonTabItem2.Name = "ribbonTabItem2"; this.ribbonTabItem2.Panel = this.ribbonPanel2; this.ribbonTabItem2.Text = "ribbonTabItem2"; // // office2007StartButton1 // this.office2007StartButton1.AutoExpandOnClick = true; this.office2007StartButton1.CanCustomize = false; this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image; this.office2007StartButton1.ImageFixedSize = new System.Drawing.Size(16, 16); this.office2007StartButton1.ImagePaddingHorizontal = 2; this.office2007StartButton1.ImagePaddingVertical = 2; this.office2007StartButton1.Name = "office2007StartButton1"; this.office2007StartButton1.ShowSubItems = false; this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer1 }); this.office2007StartButton1.Text = "&File"; // // itemContainer1 // // // // this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer"; this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer1.Name = "itemContainer1"; this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer2, this.itemContainer4 }); // // itemContainer2 // // // // this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer"; this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer2.ItemSpacing = 0; this.itemContainer2.Name = "itemContainer2"; this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.itemContainer3, this.galleryContainer1 }); // // itemContainer3 // // // // this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer"; this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0); this.itemContainer3.Name = "itemContainer3"; this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem2, this.buttonItem3, this.buttonItem4, this.buttonItem5, this.buttonItem6, this.buttonItem7 }); // // buttonItem2 // this.buttonItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem2.Name = "buttonItem2"; this.buttonItem2.SubItemsExpandWidth = 24; this.buttonItem2.Text = "&New"; // // buttonItem3 // this.buttonItem3.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem3.Name = "buttonItem3"; this.buttonItem3.SubItemsExpandWidth = 24; this.buttonItem3.Text = "&Open..."; // // buttonItem4 // this.buttonItem4.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem4.Name = "buttonItem4"; this.buttonItem4.SubItemsExpandWidth = 24; this.buttonItem4.Text = "&Save..."; // // buttonItem5 // this.buttonItem5.BeginGroup = true; this.buttonItem5.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem5.Name = "buttonItem5"; this.buttonItem5.SubItemsExpandWidth = 24; this.buttonItem5.Text = "S&hare..."; // // buttonItem6 // this.buttonItem6.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem6.Name = "buttonItem6"; this.buttonItem6.SubItemsExpandWidth = 24; this.buttonItem6.Text = "&Print..."; // // buttonItem7 // this.buttonItem7.BeginGroup = true; this.buttonItem7.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem7.Name = "buttonItem7"; this.buttonItem7.SubItemsExpandWidth = 24; this.buttonItem7.Text = "&Close"; // // galleryContainer1 // // // // this.galleryContainer1.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer"; this.galleryContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.galleryContainer1.EnableGalleryPopup = false; this.galleryContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.galleryContainer1.MinimumSize = new System.Drawing.Size(180, 240); this.galleryContainer1.MultiLine = false; this.galleryContainer1.Name = "galleryContainer1"; this.galleryContainer1.PopupUsesStandardScrollbars = false; this.galleryContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.labelItem8, this.buttonItem8, this.buttonItem9, this.buttonItem10, this.buttonItem11 }); // // labelItem8 // this.labelItem8.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; this.labelItem8.BorderType = DevComponents.DotNetBar.eBorderType.Etched; this.labelItem8.CanCustomize = false; this.labelItem8.ForeColor = System.Drawing.SystemColors.ControlText; this.labelItem8.Name = "labelItem8"; this.labelItem8.PaddingBottom = 2; this.labelItem8.PaddingTop = 2; this.labelItem8.Stretch = true; this.labelItem8.Text = "Recent Documents"; // // buttonItem8 // this.buttonItem8.Name = "buttonItem8"; this.buttonItem8.Text = "&1. Short News 5-7.rtf"; // // buttonItem9 // this.buttonItem9.Name = "buttonItem9"; this.buttonItem9.Text = "&2. Prospect Email.rtf"; // // buttonItem10 // this.buttonItem10.Name = "buttonItem10"; this.buttonItem10.Text = "&3. Customer Email.rtf"; // // buttonItem11 // this.buttonItem11.Name = "buttonItem11"; this.buttonItem11.Text = "&4. example.rtf"; // // itemContainer4 // // // // this.itemContainer4.BackgroundStyle.Class = "RibbonFileMenuBottomContainer"; this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right; this.itemContainer4.Name = "itemContainer4"; this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.buttonItem12, this.buttonItem13 }); // // buttonItem12 // this.buttonItem12.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem12.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonItem12.Name = "buttonItem12"; this.buttonItem12.SubItemsExpandWidth = 24; this.buttonItem12.Text = "Opt&ions"; // // buttonItem13 // this.buttonItem13.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; this.buttonItem13.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonItem13.Name = "buttonItem13"; this.buttonItem13.SubItemsExpandWidth = 24; this.buttonItem13.Text = "E&xit"; // // buttonItem1 // this.buttonItem1.Name = "buttonItem1"; this.buttonItem1.Text = "buttonItem1"; // // qatCustomizeItem1 // this.qatCustomizeItem1.Name = "qatCustomizeItem1"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue; // // superTabControl1 // // // // // // // this.superTabControl1.ControlBox.CloseBox.Name = ""; // // // this.superTabControl1.ControlBox.MenuBox.Name = ""; this.superTabControl1.ControlBox.Name = ""; this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabControl1.ControlBox.MenuBox, this.superTabControl1.ControlBox.CloseBox }); this.superTabControl1.Controls.Add(this.superTabControlPanel1); this.superTabControl1.Location = new System.Drawing.Point(5, 156); this.superTabControl1.Name = "superTabControl1"; this.superTabControl1.ReorderTabsEnabled = true; this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.superTabControl1.SelectedTabIndex = 0; this.superTabControl1.Size = new System.Drawing.Size(200, 100); this.superTabControl1.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.superTabControl1.TabIndex = 1; this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabItem1 }); this.superTabControl1.Text = "superTabControl1"; // // superTabControlPanel1 // this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 25); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(200, 75); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.superTabItem1; // // superTabItem1 // this.superTabItem1.AttachedControl = this.superTabControlPanel1; this.superTabItem1.GlobalItem = false; this.superTabItem1.Name = "superTabItem1"; this.superTabItem1.Text = "superTabItem1"; // // Form1 // this.ClientSize = new System.Drawing.Size(767, 327); this.Controls.Add(this.superTabControl1); this.Controls.Add(this.ribbonControl1); this.Name = "Form1"; this.ribbonControl1.ResumeLayout(false); this.ribbonControl1.PerformLayout(); this.ribbonPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); this.superTabControl1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f399_MainMenu)); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.m_rbc_menu = new DevComponents.DotNetBar.RibbonControl(); this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_lap_phai_thu_le = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_lap_phai_thu = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_lap_thuc_thu = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_ban_giao_tien = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_diem_danh = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_mua_ban = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_nhap_hoc = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_nghi_hoc = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_cap_nhat_thong_tin_hs = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel(); this.m_rbb_khac = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_tai_khoan = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_thue = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_to_chuc = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_nha_cung_cap = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_nha_san_xuat = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_con_nguoi = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_nhan_vien = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_khach_hang = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_kho_hang = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_kho = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_mat_hang = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_nhom_hang = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_tien_te = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_don_vi_tinh = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_tu_dien = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_loai_chung_tu = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_ma_vach = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_excel = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_dm_lop_mon = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_dm_hs = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel(); this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_thuc_thu_theo_nv = new DevComponents.DotNetBar.ButtonItem(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_bao_cao_ds_phieu = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_doanh_thu = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_tai_chinh_theo_lm = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_phai_thu_theo_lm_hs = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_bc_so_luong_hs_hien_nay = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_bc_chua_nop_tien_lop_mon = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_bc_diem_danh = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_bao_cao_kho = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_bc_thuc_thu_phai_thu_hs = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel(); this.m_rbb_tra_cuu = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_mat_hang_theo_nhom = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_bao_hanh_seri = new DevComponents.DotNetBar.ButtonItem(); this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel(); this.m_rbb_du_lieu = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_sao_luu = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_phuc_hoi = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_bao_mat = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_phan_quyen = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_nhom_nguoi_sd = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_phan_quyen_cho_nhom = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_nhat_ky_he_thong = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_phan_quyen_he_thong = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_phan_quyen_chi_tiet = new DevComponents.DotNetBar.ButtonItem(); this.m_rbb_he_thong = new DevComponents.DotNetBar.RibbonBar(); this.m_cmd_dang_nhap = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_thong_tin = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_doi_mat_khau = new DevComponents.DotNetBar.ButtonItem(); this.m_cmd_thoat = new DevComponents.DotNetBar.ButtonItem(); this.m_rbtab_tab1 = new DevComponents.DotNetBar.RibbonTabItem(); this.m_rbtab_tab2 = new DevComponents.DotNetBar.RibbonTabItem(); this.m_rbtab_tab3 = new DevComponents.DotNetBar.RibbonTabItem(); this.m_rbtab_tab4 = new DevComponents.DotNetBar.RibbonTabItem(); this.m_rbtab_tab5 = new DevComponents.DotNetBar.RibbonTabItem(); this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.m_cmd_bao_cao_diem_danh = new DevComponents.DotNetBar.ButtonItem(); this.m_rbc_menu.SuspendLayout(); this.ribbonPanel3.SuspendLayout(); this.ribbonPanel2.SuspendLayout(); this.ribbonPanel4.SuspendLayout(); this.ribbonPanel5.SuspendLayout(); this.ribbonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.SuspendLayout(); // // styleManager1 // this.styleManager1.ManagerColorTint = System.Drawing.SystemColors.ActiveCaptionText; this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))))); // // m_rbc_menu // this.m_rbc_menu.AutoExpand = false; this.m_rbc_menu.BackColor = System.Drawing.SystemColors.Menu; // // // this.m_rbc_menu.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbc_menu.CaptionVisible = true; this.m_rbc_menu.Controls.Add(this.ribbonPanel3); this.m_rbc_menu.Controls.Add(this.ribbonPanel2); this.m_rbc_menu.Controls.Add(this.ribbonPanel4); this.m_rbc_menu.Controls.Add(this.ribbonPanel5); this.m_rbc_menu.Controls.Add(this.ribbonPanel1); this.m_rbc_menu.Dock = System.Windows.Forms.DockStyle.Top; this.m_rbc_menu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_rbtab_tab1, this.m_rbtab_tab2, this.m_rbtab_tab3, this.m_rbtab_tab4, this.m_rbtab_tab5}); this.m_rbc_menu.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F); this.m_rbc_menu.Location = new System.Drawing.Point(5, 1); this.m_rbc_menu.Margin = new System.Windows.Forms.Padding(4); this.m_rbc_menu.Name = "m_rbc_menu"; this.m_rbc_menu.Padding = new System.Windows.Forms.Padding(0, 0, 0, 4); this.m_rbc_menu.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.qatCustomizeItem1}); this.m_rbc_menu.Size = new System.Drawing.Size(1170, 159); this.m_rbc_menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbc_menu.SystemText.MaximizeRibbonText = "&Maximize the Ribbon"; this.m_rbc_menu.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon"; this.m_rbc_menu.SystemText.QatAddItemText = "&Add to Quick Access Toolbar"; this.m_rbc_menu.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"; this.m_rbc_menu.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar..."; this.m_rbc_menu.SystemText.QatDialogAddButton = "&Add >>"; this.m_rbc_menu.SystemText.QatDialogCancelButton = "Cancel"; this.m_rbc_menu.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"; this.m_rbc_menu.SystemText.QatDialogCategoriesLabel = "&Choose commands from:"; this.m_rbc_menu.SystemText.QatDialogOkButton = "OK"; this.m_rbc_menu.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon"; this.m_rbc_menu.SystemText.QatDialogRemoveButton = "&Remove"; this.m_rbc_menu.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon"; this.m_rbc_menu.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon"; this.m_rbc_menu.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar"; this.m_rbc_menu.TabGroupHeight = 14; this.m_rbc_menu.TabIndex = 0; this.m_rbc_menu.Text = "ribbonControl1"; // // ribbonPanel3 // this.ribbonPanel3.AutoSize = true; this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel3.Controls.Add(this.ribbonBar3); this.ribbonPanel3.Controls.Add(this.ribbonBar2); this.ribbonPanel3.Controls.Add(this.m_rbb_mua_ban); this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel3.Location = new System.Drawing.Point(0, 53); this.ribbonPanel3.Margin = new System.Windows.Forms.Padding(4); this.ribbonPanel3.Name = "ribbonPanel3"; this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.ribbonPanel3.Size = new System.Drawing.Size(1170, 102); // // // this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel3.TabIndex = 3; // // ribbonBar3 // this.ribbonBar3.AutoOverflowEnabled = true; // // // this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar3.ContainerControlProcessDialogKey = true; this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_lap_phai_thu_le, this.m_cmd_lap_thuc_thu, this.m_cmd_lap_phai_thu, this.m_cmd_ban_giao_tien}); this.ribbonBar3.Location = new System.Drawing.Point(304, 0); this.ribbonBar3.Name = "ribbonBar3"; this.ribbonBar3.Size = new System.Drawing.Size(324, 98); this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar3.TabIndex = 2; // // // this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_lap_phai_thu_le // this.m_cmd_lap_phai_thu_le.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_lap_phai_thu_le.Icon"))); this.m_cmd_lap_phai_thu_le.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_lap_phai_thu_le.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_lap_phai_thu_le.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_lap_phai_thu_le.Name = "m_cmd_lap_phai_thu_le"; this.m_cmd_lap_phai_thu_le.SubItemsExpandWidth = 14; this.m_cmd_lap_phai_thu_le.Text = "Lập phải thu lẻ"; // // m_cmd_lap_phai_thu // this.m_cmd_lap_phai_thu.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_lap_phai_thu.Icon"))); this.m_cmd_lap_phai_thu.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_lap_phai_thu.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_lap_phai_thu.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_lap_phai_thu.Name = "m_cmd_lap_phai_thu"; this.m_cmd_lap_phai_thu.SubItemsExpandWidth = 14; this.m_cmd_lap_phai_thu.Text = "Lập phải thu tự động"; // // m_cmd_lap_thuc_thu // this.m_cmd_lap_thuc_thu.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_lap_thuc_thu.Icon"))); this.m_cmd_lap_thuc_thu.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_lap_thuc_thu.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_lap_thuc_thu.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_lap_thuc_thu.Name = "m_cmd_lap_thuc_thu"; this.m_cmd_lap_thuc_thu.SubItemsExpandWidth = 14; this.m_cmd_lap_thuc_thu.Text = "Lập thực thu"; // // m_cmd_ban_giao_tien // this.m_cmd_ban_giao_tien.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_ban_giao_tien.Icon"))); this.m_cmd_ban_giao_tien.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_ban_giao_tien.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_ban_giao_tien.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_ban_giao_tien.Name = "m_cmd_ban_giao_tien"; this.m_cmd_ban_giao_tien.SubItemsExpandWidth = 14; this.m_cmd_ban_giao_tien.Text = "Bàn giao tiền"; // // ribbonBar2 // this.ribbonBar2.AutoOverflowEnabled = true; // // // this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar2.ContainerControlProcessDialogKey = true; this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_diem_danh}); this.ribbonBar2.Location = new System.Drawing.Point(209, 0); this.ribbonBar2.Name = "ribbonBar2"; this.ribbonBar2.Size = new System.Drawing.Size(95, 98); this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar2.TabIndex = 1; // // // this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_diem_danh // this.m_cmd_diem_danh.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_diem_danh.Icon"))); this.m_cmd_diem_danh.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_diem_danh.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_diem_danh.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_diem_danh.Name = "m_cmd_diem_danh"; this.m_cmd_diem_danh.SubItemsExpandWidth = 14; this.m_cmd_diem_danh.Text = "Điểm danh"; // // m_rbb_mua_ban // this.m_rbb_mua_ban.AutoOverflowEnabled = true; // // // this.m_rbb_mua_ban.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_mua_ban.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_mua_ban.ContainerControlProcessDialogKey = true; this.m_rbb_mua_ban.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_mua_ban.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_nhap_hoc, this.m_cmd_nghi_hoc, this.m_cmd_cap_nhat_thong_tin_hs}); this.m_rbb_mua_ban.ItemSpacing = 10; this.m_rbb_mua_ban.Location = new System.Drawing.Point(4, 0); this.m_rbb_mua_ban.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_mua_ban.Name = "m_rbb_mua_ban"; this.m_rbb_mua_ban.Size = new System.Drawing.Size(205, 98); this.m_rbb_mua_ban.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_mua_ban.TabIndex = 0; this.m_rbb_mua_ban.Text = "Học"; // // // this.m_rbb_mua_ban.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_mua_ban.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_nhap_hoc // this.m_cmd_nhap_hoc.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nhap_hoc.Icon"))); this.m_cmd_nhap_hoc.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_nhap_hoc.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Medium; this.m_cmd_nhap_hoc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nhap_hoc.Name = "m_cmd_nhap_hoc"; this.m_cmd_nhap_hoc.SubItemsExpandWidth = 14; this.m_cmd_nhap_hoc.Text = "Nhập học"; // // m_cmd_nghi_hoc // this.m_cmd_nghi_hoc.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nghi_hoc.Icon"))); this.m_cmd_nghi_hoc.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_nghi_hoc.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nghi_hoc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nghi_hoc.Name = "m_cmd_nghi_hoc"; this.m_cmd_nghi_hoc.SubItemsExpandWidth = 14; this.m_cmd_nghi_hoc.Text = "Nghỉ học"; // // m_cmd_cap_nhat_thong_tin_hs // this.m_cmd_cap_nhat_thong_tin_hs.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_cap_nhat_thong_tin_hs.Icon"))); this.m_cmd_cap_nhat_thong_tin_hs.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_cap_nhat_thong_tin_hs.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_cap_nhat_thong_tin_hs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_cap_nhat_thong_tin_hs.Name = "m_cmd_cap_nhat_thong_tin_hs"; this.m_cmd_cap_nhat_thong_tin_hs.SubItemsExpandWidth = 14; this.m_cmd_cap_nhat_thong_tin_hs.Text = "Cập nhật thông tin HS"; // // ribbonPanel2 // this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel2.Controls.Add(this.m_rbb_khac); this.ribbonPanel2.Controls.Add(this.m_rbb_to_chuc); this.ribbonPanel2.Controls.Add(this.m_rbb_con_nguoi); this.ribbonPanel2.Controls.Add(this.m_rbb_kho_hang); this.ribbonPanel2.Controls.Add(this.m_rbb_excel); this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel2.Location = new System.Drawing.Point(0, 53); this.ribbonPanel2.Margin = new System.Windows.Forms.Padding(4); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.ribbonPanel2.Size = new System.Drawing.Size(1170, 102); // // // this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel2.TabIndex = 2; this.ribbonPanel2.Visible = false; // // m_rbb_khac // this.m_rbb_khac.AutoOverflowEnabled = true; // // // this.m_rbb_khac.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_khac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_khac.ContainerControlProcessDialogKey = true; this.m_rbb_khac.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_khac.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_tai_khoan, this.m_cmd_thue}); this.m_rbb_khac.ItemSpacing = 10; this.m_rbb_khac.Location = new System.Drawing.Point(984, 0); this.m_rbb_khac.Name = "m_rbb_khac"; this.m_rbb_khac.Size = new System.Drawing.Size(114, 98); this.m_rbb_khac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_khac.TabIndex = 5; // // // this.m_rbb_khac.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_khac.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_khac.Visible = false; // // m_cmd_tai_khoan // this.m_cmd_tai_khoan.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_tai_khoan.Icon"))); this.m_cmd_tai_khoan.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_tai_khoan.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_tai_khoan.Name = "m_cmd_tai_khoan"; this.m_cmd_tai_khoan.SubItemsExpandWidth = 14; this.m_cmd_tai_khoan.Text = "Tài khoản"; this.m_cmd_tai_khoan.Visible = false; // // m_cmd_thue // this.m_cmd_thue.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_thue.Icon"))); this.m_cmd_thue.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_thue.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_thue.Name = "m_cmd_thue"; this.m_cmd_thue.SubItemsExpandWidth = 14; this.m_cmd_thue.Text = "Thuế"; this.m_cmd_thue.Visible = false; // // m_rbb_to_chuc // this.m_rbb_to_chuc.AutoOverflowEnabled = true; // // // this.m_rbb_to_chuc.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_to_chuc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_to_chuc.ContainerControlProcessDialogKey = true; this.m_rbb_to_chuc.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_to_chuc.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_nha_cung_cap, this.m_cmd_nha_san_xuat}); this.m_rbb_to_chuc.ItemSpacing = 10; this.m_rbb_to_chuc.Location = new System.Drawing.Point(831, 0); this.m_rbb_to_chuc.Name = "m_rbb_to_chuc"; this.m_rbb_to_chuc.Size = new System.Drawing.Size(153, 98); this.m_rbb_to_chuc.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_to_chuc.TabIndex = 4; this.m_rbb_to_chuc.Text = "Tổ chức"; // // // this.m_rbb_to_chuc.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_to_chuc.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_to_chuc.Visible = false; // // m_cmd_nha_cung_cap // this.m_cmd_nha_cung_cap.Enabled = false; this.m_cmd_nha_cung_cap.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nha_cung_cap.Icon"))); this.m_cmd_nha_cung_cap.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nha_cung_cap.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nha_cung_cap.Name = "m_cmd_nha_cung_cap"; this.m_cmd_nha_cung_cap.SubItemsExpandWidth = 14; this.m_cmd_nha_cung_cap.Text = "Nhà cung cấp"; this.m_cmd_nha_cung_cap.Visible = false; // // m_cmd_nha_san_xuat // this.m_cmd_nha_san_xuat.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nha_san_xuat.Icon"))); this.m_cmd_nha_san_xuat.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nha_san_xuat.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nha_san_xuat.Name = "m_cmd_nha_san_xuat"; this.m_cmd_nha_san_xuat.SubItemsExpandWidth = 14; this.m_cmd_nha_san_xuat.Text = "Nhà sản xuất"; this.m_cmd_nha_san_xuat.Visible = false; // // m_rbb_con_nguoi // this.m_rbb_con_nguoi.AutoOverflowEnabled = true; // // // this.m_rbb_con_nguoi.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_con_nguoi.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_con_nguoi.ContainerControlProcessDialogKey = true; this.m_rbb_con_nguoi.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_con_nguoi.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.m_rbb_con_nguoi.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_nhan_vien, this.m_cmd_khach_hang}); this.m_rbb_con_nguoi.ItemSpacing = 10; this.m_rbb_con_nguoi.Location = new System.Drawing.Point(723, 0); this.m_rbb_con_nguoi.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_con_nguoi.Name = "m_rbb_con_nguoi"; this.m_rbb_con_nguoi.Size = new System.Drawing.Size(108, 98); this.m_rbb_con_nguoi.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_con_nguoi.TabIndex = 3; this.m_rbb_con_nguoi.Text = "Nhân sự"; // // // this.m_rbb_con_nguoi.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_con_nguoi.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_con_nguoi.Visible = false; // // m_cmd_nhan_vien // this.m_cmd_nhan_vien.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nhan_vien.Icon"))); this.m_cmd_nhan_vien.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nhan_vien.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nhan_vien.Name = "m_cmd_nhan_vien"; this.m_cmd_nhan_vien.SubItemsExpandWidth = 14; this.m_cmd_nhan_vien.Text = "Nhân viên"; this.m_cmd_nhan_vien.Tooltip = "Quản lý thông tin nhân viên"; // // m_cmd_khach_hang // this.m_cmd_khach_hang.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_khach_hang.Icon"))); this.m_cmd_khach_hang.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_khach_hang.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_khach_hang.Name = "m_cmd_khach_hang"; this.m_cmd_khach_hang.SubItemsExpandWidth = 14; this.m_cmd_khach_hang.Text = "Khách hàng"; this.m_cmd_khach_hang.Tooltip = "Quản lý thông tin khách hàng"; this.m_cmd_khach_hang.Visible = false; // // m_rbb_kho_hang // this.m_rbb_kho_hang.AutoOverflowEnabled = true; // // // this.m_rbb_kho_hang.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_kho_hang.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_kho_hang.ContainerControlProcessDialogKey = true; this.m_rbb_kho_hang.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_kho_hang.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_kho, this.m_cmd_mat_hang, this.m_cmd_nhom_hang, this.m_cmd_tien_te, this.m_cmd_don_vi_tinh, this.m_cmd_tu_dien, this.m_cmd_loai_chung_tu, this.m_cmd_ma_vach}); this.m_rbb_kho_hang.ItemSpacing = 10; this.m_rbb_kho_hang.Location = new System.Drawing.Point(297, 0); this.m_rbb_kho_hang.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_kho_hang.Name = "m_rbb_kho_hang"; this.m_rbb_kho_hang.Size = new System.Drawing.Size(426, 98); this.m_rbb_kho_hang.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_kho_hang.TabIndex = 2; this.m_rbb_kho_hang.Text = "Kho hàng"; // // // this.m_rbb_kho_hang.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_kho_hang.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_kho_hang.Visible = false; // // m_cmd_kho // this.m_cmd_kho.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_kho.Icon"))); this.m_cmd_kho.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_kho.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_kho.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center; this.m_cmd_kho.Name = "m_cmd_kho"; this.m_cmd_kho.SubItemsExpandWidth = 14; this.m_cmd_kho.Text = "Kho"; this.m_cmd_kho.Tooltip = "Quản lý thông tin các kho hàng"; // // m_cmd_mat_hang // this.m_cmd_mat_hang.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_mat_hang.Icon"))); this.m_cmd_mat_hang.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_mat_hang.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_mat_hang.Name = "m_cmd_mat_hang"; this.m_cmd_mat_hang.SubItemsExpandWidth = 14; this.m_cmd_mat_hang.Text = "Mặt hàng"; this.m_cmd_mat_hang.Tooltip = "Quản lý thông tin các mặt hàng trong kho"; // // m_cmd_nhom_hang // this.m_cmd_nhom_hang.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nhom_hang.Icon"))); this.m_cmd_nhom_hang.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nhom_hang.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nhom_hang.Name = "m_cmd_nhom_hang"; this.m_cmd_nhom_hang.SubItemsExpandWidth = 14; this.m_cmd_nhom_hang.Text = "Nhóm hàng"; this.m_cmd_nhom_hang.Tooltip = "Quản lý thông tin các nhóm hàng"; // // m_cmd_tien_te // this.m_cmd_tien_te.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_tien_te.Icon"))); this.m_cmd_tien_te.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_tien_te.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_tien_te.Name = "m_cmd_tien_te"; this.m_cmd_tien_te.SubItemsExpandWidth = 14; this.m_cmd_tien_te.Text = "Tiền tệ"; this.m_cmd_tien_te.Visible = false; // // m_cmd_don_vi_tinh // this.m_cmd_don_vi_tinh.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_don_vi_tinh.Icon"))); this.m_cmd_don_vi_tinh.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_don_vi_tinh.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_don_vi_tinh.Name = "m_cmd_don_vi_tinh"; this.m_cmd_don_vi_tinh.SubItemsExpandWidth = 14; this.m_cmd_don_vi_tinh.Text = "Đơn vị tính"; this.m_cmd_don_vi_tinh.Tooltip = "Các đơn vị tính cho hàng hóa"; // // m_cmd_tu_dien // this.m_cmd_tu_dien.Enabled = false; this.m_cmd_tu_dien.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_tu_dien.Icon"))); this.m_cmd_tu_dien.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Medium; this.m_cmd_tu_dien.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_tu_dien.Name = "m_cmd_tu_dien"; this.m_cmd_tu_dien.SubItemsExpandWidth = 14; this.m_cmd_tu_dien.Text = "Từ điển"; this.m_cmd_tu_dien.Visible = false; // // m_cmd_loai_chung_tu // this.m_cmd_loai_chung_tu.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_loai_chung_tu.Icon"))); this.m_cmd_loai_chung_tu.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_loai_chung_tu.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_loai_chung_tu.Name = "m_cmd_loai_chung_tu"; this.m_cmd_loai_chung_tu.SubItemsExpandWidth = 14; this.m_cmd_loai_chung_tu.Text = "Loại chứng từ"; this.m_cmd_loai_chung_tu.Tooltip = "Quản lý thông tin các loại chứng từ"; // // m_cmd_ma_vach // this.m_cmd_ma_vach.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_ma_vach.Icon"))); this.m_cmd_ma_vach.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_ma_vach.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_ma_vach.Name = "m_cmd_ma_vach"; this.m_cmd_ma_vach.SubItemsExpandWidth = 14; this.m_cmd_ma_vach.Text = "In mã vạch"; this.m_cmd_ma_vach.Visible = false; // // m_rbb_excel // this.m_rbb_excel.AutoOverflowEnabled = true; // // // this.m_rbb_excel.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_excel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_excel.ContainerControlProcessDialogKey = true; this.m_rbb_excel.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_excel.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_dm_lop_mon, this.m_cmd_dm_hs}); this.m_rbb_excel.ItemSpacing = 10; this.m_rbb_excel.Location = new System.Drawing.Point(4, 0); this.m_rbb_excel.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_excel.Name = "m_rbb_excel"; this.m_rbb_excel.Size = new System.Drawing.Size(293, 98); this.m_rbb_excel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_excel.TabIndex = 1; // // // this.m_rbb_excel.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_excel.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_dm_lop_mon // this.m_cmd_dm_lop_mon.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_dm_lop_mon.Icon"))); this.m_cmd_dm_lop_mon.ImageFixedSize = new System.Drawing.Size(48, 32); this.m_cmd_dm_lop_mon.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_dm_lop_mon.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_dm_lop_mon.Name = "m_cmd_dm_lop_mon"; this.m_cmd_dm_lop_mon.SubItemsExpandWidth = 14; this.m_cmd_dm_lop_mon.Text = "Lớp môn"; // // m_cmd_dm_hs // this.m_cmd_dm_hs.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_dm_hs.Icon"))); this.m_cmd_dm_hs.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_dm_hs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_dm_hs.Name = "m_cmd_dm_hs"; this.m_cmd_dm_hs.SubItemsExpandWidth = 14; this.m_cmd_dm_hs.Text = "Học sinh"; this.m_cmd_dm_hs.Tooltip = "Quản lý thông tin nhân viên"; // // ribbonPanel4 // this.ribbonPanel4.AutoSize = true; this.ribbonPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel4.Controls.Add(this.ribbonBar4); this.ribbonPanel4.Controls.Add(this.ribbonBar1); this.ribbonPanel4.Controls.Add(this.m_rbb_doanh_thu); this.ribbonPanel4.Controls.Add(this.m_rbb_bao_cao_kho); this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel4.Location = new System.Drawing.Point(0, 53); this.ribbonPanel4.Margin = new System.Windows.Forms.Padding(4); this.ribbonPanel4.Name = "ribbonPanel4"; this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.ribbonPanel4.Size = new System.Drawing.Size(1170, 102); // // // this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel4.TabIndex = 4; this.ribbonPanel4.Visible = false; // // ribbonBar4 // this.ribbonBar4.AutoOverflowEnabled = true; // // // this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar4.ContainerControlProcessDialogKey = true; this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_thuc_thu_theo_nv}); this.ribbonBar4.Location = new System.Drawing.Point(850, 0); this.ribbonBar4.Name = "ribbonBar4"; this.ribbonBar4.Size = new System.Drawing.Size(242, 98); this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar4.TabIndex = 3; this.ribbonBar4.Text = "NV"; // // // this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_thuc_thu_theo_nv // this.m_cmd_thuc_thu_theo_nv.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_thuc_thu_theo_nv.Icon"))); this.m_cmd_thuc_thu_theo_nv.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_thuc_thu_theo_nv.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_thuc_thu_theo_nv.Name = "m_cmd_thuc_thu_theo_nv"; this.m_cmd_thuc_thu_theo_nv.SubItemsExpandWidth = 14; this.m_cmd_thuc_thu_theo_nv.Text = "Thực thu theo NV"; // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left; this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_bao_cao_ds_phieu}); this.ribbonBar1.Location = new System.Drawing.Point(730, 0); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(120, 98); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 2; this.ribbonBar1.Text = "DS Phiếu"; // // // this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_bao_cao_ds_phieu // this.m_cmd_bao_cao_ds_phieu.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bao_cao_ds_phieu.Icon"))); this.m_cmd_bao_cao_ds_phieu.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bao_cao_ds_phieu.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bao_cao_ds_phieu.Name = "m_cmd_bao_cao_ds_phieu"; this.m_cmd_bao_cao_ds_phieu.SubItemsExpandWidth = 14; this.m_cmd_bao_cao_ds_phieu.Text = "Danh sách phiếu"; // // m_rbb_doanh_thu // this.m_rbb_doanh_thu.AutoOverflowEnabled = true; // // // this.m_rbb_doanh_thu.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_doanh_thu.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_doanh_thu.ContainerControlProcessDialogKey = true; this.m_rbb_doanh_thu.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_doanh_thu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_tai_chinh_theo_lm, this.m_cmd_phai_thu_theo_lm_hs, this.m_cmd_bc_so_luong_hs_hien_nay, this.m_cmd_bc_chua_nop_tien_lop_mon, this.m_cmd_bc_diem_danh}); this.m_rbb_doanh_thu.ItemSpacing = 10; this.m_rbb_doanh_thu.Location = new System.Drawing.Point(285, 0); this.m_rbb_doanh_thu.Name = "m_rbb_doanh_thu"; this.m_rbb_doanh_thu.Size = new System.Drawing.Size(445, 98); this.m_rbb_doanh_thu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_doanh_thu.TabIndex = 1; this.m_rbb_doanh_thu.Text = "Tình hình Lớp môn"; // // // this.m_rbb_doanh_thu.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_doanh_thu.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_tai_chinh_theo_lm // this.m_cmd_tai_chinh_theo_lm.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_tai_chinh_theo_lm.Icon"))); this.m_cmd_tai_chinh_theo_lm.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_tai_chinh_theo_lm.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_tai_chinh_theo_lm.Name = "m_cmd_tai_chinh_theo_lm"; this.m_cmd_tai_chinh_theo_lm.SubItemsExpandWidth = 14; this.m_cmd_tai_chinh_theo_lm.Text = "Tài chính theo Lớp môn"; // // m_cmd_phai_thu_theo_lm_hs // this.m_cmd_phai_thu_theo_lm_hs.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_phai_thu_theo_lm_hs.Icon"))); this.m_cmd_phai_thu_theo_lm_hs.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_phai_thu_theo_lm_hs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_phai_thu_theo_lm_hs.Name = "m_cmd_phai_thu_theo_lm_hs"; this.m_cmd_phai_thu_theo_lm_hs.SubItemsExpandWidth = 14; this.m_cmd_phai_thu_theo_lm_hs.Text = "Tài chính theo Lớp môn, HS"; // // m_cmd_bc_so_luong_hs_hien_nay // this.m_cmd_bc_so_luong_hs_hien_nay.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bc_so_luong_hs_hien_nay.Icon"))); this.m_cmd_bc_so_luong_hs_hien_nay.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_bc_so_luong_hs_hien_nay.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bc_so_luong_hs_hien_nay.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bc_so_luong_hs_hien_nay.Name = "m_cmd_bc_so_luong_hs_hien_nay"; this.m_cmd_bc_so_luong_hs_hien_nay.SubItemsExpandWidth = 14; this.m_cmd_bc_so_luong_hs_hien_nay.Text = "Số lượng HS hiện nay"; // // m_cmd_bc_chua_nop_tien_lop_mon // this.m_cmd_bc_chua_nop_tien_lop_mon.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bc_chua_nop_tien_lop_mon.Icon"))); this.m_cmd_bc_chua_nop_tien_lop_mon.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_bc_chua_nop_tien_lop_mon.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bc_chua_nop_tien_lop_mon.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bc_chua_nop_tien_lop_mon.Name = "m_cmd_bc_chua_nop_tien_lop_mon"; this.m_cmd_bc_chua_nop_tien_lop_mon.SubItemsExpandWidth = 14; this.m_cmd_bc_chua_nop_tien_lop_mon.Text = "HS chưa nộp tiền"; // // m_cmd_bc_diem_danh // this.m_cmd_bc_diem_danh.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bc_diem_danh.Icon"))); this.m_cmd_bc_diem_danh.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_bc_diem_danh.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bc_diem_danh.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bc_diem_danh.Name = "m_cmd_bc_diem_danh"; this.m_cmd_bc_diem_danh.SubItemsExpandWidth = 14; this.m_cmd_bc_diem_danh.Text = "Điểm danh HS "; // // m_rbb_bao_cao_kho // this.m_rbb_bao_cao_kho.AutoOverflowEnabled = true; // // // this.m_rbb_bao_cao_kho.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_bao_cao_kho.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_bao_cao_kho.ContainerControlProcessDialogKey = true; this.m_rbb_bao_cao_kho.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_bao_cao_kho.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_bc_thuc_thu_phai_thu_hs, this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs}); this.m_rbb_bao_cao_kho.ItemSpacing = 10; this.m_rbb_bao_cao_kho.Location = new System.Drawing.Point(4, 0); this.m_rbb_bao_cao_kho.Name = "m_rbb_bao_cao_kho"; this.m_rbb_bao_cao_kho.Size = new System.Drawing.Size(281, 98); this.m_rbb_bao_cao_kho.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_bao_cao_kho.TabIndex = 0; this.m_rbb_bao_cao_kho.Text = "Tình hình HS"; // // // this.m_rbb_bao_cao_kho.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_bao_cao_kho.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_bc_thuc_thu_phai_thu_hs // this.m_cmd_bc_thuc_thu_phai_thu_hs.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bc_thuc_thu_phai_thu_hs.Icon"))); this.m_cmd_bc_thuc_thu_phai_thu_hs.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_bc_thuc_thu_phai_thu_hs.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bc_thuc_thu_phai_thu_hs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bc_thuc_thu_phai_thu_hs.Name = "m_cmd_bc_thuc_thu_phai_thu_hs"; this.m_cmd_bc_thuc_thu_phai_thu_hs.SubItemsExpandWidth = 14; this.m_cmd_bc_thuc_thu_phai_thu_hs.Text = "Tài chính HS"; // // m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs // this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.Icon"))); this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.ImageFixedSize = new System.Drawing.Size(32, 32); this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.Name = "m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs"; this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.SubItemsExpandWidth = 14; this.m_cmd_bc_phai_thu_thuc_thu_theo_lm_hs.Text = "Tài chính HS theo lớp môn"; // // ribbonPanel5 // this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel5.Controls.Add(this.m_rbb_tra_cuu); this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel5.Location = new System.Drawing.Point(0, 53); this.ribbonPanel5.Margin = new System.Windows.Forms.Padding(4); this.ribbonPanel5.Name = "ribbonPanel5"; this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.ribbonPanel5.Size = new System.Drawing.Size(1170, 102); // // // this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel5.TabIndex = 5; this.ribbonPanel5.Visible = false; // // m_rbb_tra_cuu // this.m_rbb_tra_cuu.AutoOverflowEnabled = true; // // // this.m_rbb_tra_cuu.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_tra_cuu.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_tra_cuu.ContainerControlProcessDialogKey = true; this.m_rbb_tra_cuu.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_tra_cuu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_mat_hang_theo_nhom, this.m_cmd_bao_hanh_seri}); this.m_rbb_tra_cuu.ItemSpacing = 10; this.m_rbb_tra_cuu.Location = new System.Drawing.Point(4, 0); this.m_rbb_tra_cuu.Name = "m_rbb_tra_cuu"; this.m_rbb_tra_cuu.Size = new System.Drawing.Size(266, 98); this.m_rbb_tra_cuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_tra_cuu.TabIndex = 0; this.m_rbb_tra_cuu.Text = "Tra cứu"; // // // this.m_rbb_tra_cuu.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_tra_cuu.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_tra_cuu.Visible = false; // // m_cmd_mat_hang_theo_nhom // this.m_cmd_mat_hang_theo_nhom.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_mat_hang_theo_nhom.Icon"))); this.m_cmd_mat_hang_theo_nhom.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_mat_hang_theo_nhom.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_mat_hang_theo_nhom.Name = "m_cmd_mat_hang_theo_nhom"; this.m_cmd_mat_hang_theo_nhom.SubItemsExpandWidth = 14; this.m_cmd_mat_hang_theo_nhom.Text = "Mặt hàng"; this.m_cmd_mat_hang_theo_nhom.Tooltip = "Tra cứu mặt hàng trong kho"; // // m_cmd_bao_hanh_seri // this.m_cmd_bao_hanh_seri.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bao_hanh_seri.Icon"))); this.m_cmd_bao_hanh_seri.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bao_hanh_seri.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bao_hanh_seri.Name = "m_cmd_bao_hanh_seri"; this.m_cmd_bao_hanh_seri.SubItemsExpandWidth = 14; this.m_cmd_bao_hanh_seri.Text = "Bảo hành theo Seri"; // // ribbonPanel1 // this.ribbonPanel1.AutoSize = true; this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.Controls.Add(this.m_rbb_du_lieu); this.ribbonPanel1.Controls.Add(this.m_rbb_bao_mat); this.ribbonPanel1.Controls.Add(this.m_rbb_he_thong); this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ribbonPanel1.Location = new System.Drawing.Point(0, 53); this.ribbonPanel1.Margin = new System.Windows.Forms.Padding(4); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.ribbonPanel1.Size = new System.Drawing.Size(1170, 102); // // // this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonPanel1.StyleMouseOver.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Dash; this.ribbonPanel1.StyleMouseOver.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Dash; this.ribbonPanel1.StyleMouseOver.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Dash; this.ribbonPanel1.StyleMouseOver.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Dash; this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonPanel1.StyleMouseOver.WordWrap = true; this.ribbonPanel1.TabIndex = 1; this.ribbonPanel1.Visible = false; // // m_rbb_du_lieu // this.m_rbb_du_lieu.AutoOverflowEnabled = true; // // // this.m_rbb_du_lieu.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_du_lieu.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_du_lieu.ContainerControlProcessDialogKey = true; this.m_rbb_du_lieu.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_du_lieu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_sao_luu, this.m_cmd_phuc_hoi}); this.m_rbb_du_lieu.ItemSpacing = 10; this.m_rbb_du_lieu.Location = new System.Drawing.Point(714, 0); this.m_rbb_du_lieu.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_du_lieu.Name = "m_rbb_du_lieu"; this.m_rbb_du_lieu.Size = new System.Drawing.Size(114, 98); this.m_rbb_du_lieu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_du_lieu.TabIndex = 2; this.m_rbb_du_lieu.Text = "Dữ liệu"; // // // this.m_rbb_du_lieu.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_du_lieu.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_du_lieu.Visible = false; // // m_cmd_sao_luu // this.m_cmd_sao_luu.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_sao_luu.Icon"))); this.m_cmd_sao_luu.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_sao_luu.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_sao_luu.Name = "m_cmd_sao_luu"; this.m_cmd_sao_luu.SubItemsExpandWidth = 14; this.m_cmd_sao_luu.Text = "Sao lưu"; // // m_cmd_phuc_hoi // this.m_cmd_phuc_hoi.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_phuc_hoi.Icon"))); this.m_cmd_phuc_hoi.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_phuc_hoi.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_phuc_hoi.Name = "m_cmd_phuc_hoi"; this.m_cmd_phuc_hoi.SubItemsExpandWidth = 14; this.m_cmd_phuc_hoi.Text = "Phục hồi"; // // m_rbb_bao_mat // this.m_rbb_bao_mat.AutoOverflowEnabled = true; // // // this.m_rbb_bao_mat.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_bao_mat.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_bao_mat.ContainerControlProcessDialogKey = true; this.m_rbb_bao_mat.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_bao_mat.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_phan_quyen, this.m_cmd_nhom_nguoi_sd, this.m_cmd_phan_quyen_cho_nhom, this.m_cmd_nhat_ky_he_thong, this.m_cmd_phan_quyen_he_thong, this.m_cmd_phan_quyen_chi_tiet}); this.m_rbb_bao_mat.ItemSpacing = 10; this.m_rbb_bao_mat.Location = new System.Drawing.Point(215, 0); this.m_rbb_bao_mat.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_bao_mat.Name = "m_rbb_bao_mat"; this.m_rbb_bao_mat.Size = new System.Drawing.Size(499, 98); this.m_rbb_bao_mat.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_bao_mat.TabIndex = 1; this.m_rbb_bao_mat.Text = "Bảo mật"; // // // this.m_rbb_bao_mat.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_bao_mat.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_phan_quyen // this.m_cmd_phan_quyen.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_phan_quyen.Icon"))); this.m_cmd_phan_quyen.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_phan_quyen.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_phan_quyen.Name = "m_cmd_phan_quyen"; this.m_cmd_phan_quyen.SubItemsExpandWidth = 14; this.m_cmd_phan_quyen.Text = "Người sử dụng"; this.m_cmd_phan_quyen.Tooltip = "Quản lý thông tin người sử dụng phần mềm"; this.m_cmd_phan_quyen.Click += new System.EventHandler(this.m_cmd_phan_quyen_Click); // // m_cmd_nhom_nguoi_sd // this.m_cmd_nhom_nguoi_sd.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nhom_nguoi_sd.Icon"))); this.m_cmd_nhom_nguoi_sd.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nhom_nguoi_sd.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nhom_nguoi_sd.Name = "m_cmd_nhom_nguoi_sd"; this.m_cmd_nhom_nguoi_sd.Stretch = true; this.m_cmd_nhom_nguoi_sd.SubItemsExpandWidth = 14; this.m_cmd_nhom_nguoi_sd.Text = "Nhóm người sử dụng"; this.m_cmd_nhom_nguoi_sd.Tooltip = "Quản lý thông tin nhóm người sử dụng phần mềm"; this.m_cmd_nhom_nguoi_sd.Click += new System.EventHandler(this.m_cmd_nhom_nguoi_sd_Click); // // m_cmd_phan_quyen_cho_nhom // this.m_cmd_phan_quyen_cho_nhom.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_phan_quyen_cho_nhom.Icon"))); this.m_cmd_phan_quyen_cho_nhom.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_phan_quyen_cho_nhom.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_phan_quyen_cho_nhom.Name = "m_cmd_phan_quyen_cho_nhom"; this.m_cmd_phan_quyen_cho_nhom.SubItemsExpandWidth = 14; this.m_cmd_phan_quyen_cho_nhom.Text = "Phân quyền cho nhóm"; this.m_cmd_phan_quyen_cho_nhom.Tooltip = "Phân quyền cho nhóm người sử dụng phần mềm"; this.m_cmd_phan_quyen_cho_nhom.Click += new System.EventHandler(this.m_cmd_phan_quyen_cho_nhom_Click); // // m_cmd_nhat_ky_he_thong // this.m_cmd_nhat_ky_he_thong.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_nhat_ky_he_thong.Icon"))); this.m_cmd_nhat_ky_he_thong.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_nhat_ky_he_thong.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_nhat_ky_he_thong.Name = "m_cmd_nhat_ky_he_thong"; this.m_cmd_nhat_ky_he_thong.SubItemsExpandWidth = 14; this.m_cmd_nhat_ky_he_thong.Text = "Nhật ký hệ thống"; this.m_cmd_nhat_ky_he_thong.Visible = false; // // m_cmd_phan_quyen_he_thong // this.m_cmd_phan_quyen_he_thong.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_phan_quyen_he_thong.Icon"))); this.m_cmd_phan_quyen_he_thong.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_phan_quyen_he_thong.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_phan_quyen_he_thong.Name = "m_cmd_phan_quyen_he_thong"; this.m_cmd_phan_quyen_he_thong.SubItemsExpandWidth = 14; this.m_cmd_phan_quyen_he_thong.Text = "Phân quyền hệ thống"; this.m_cmd_phan_quyen_he_thong.Visible = false; this.m_cmd_phan_quyen_he_thong.Click += new System.EventHandler(this.m_cmd_phan_quyen_he_thong_Click); // // m_cmd_phan_quyen_chi_tiet // this.m_cmd_phan_quyen_chi_tiet.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_phan_quyen_chi_tiet.Icon"))); this.m_cmd_phan_quyen_chi_tiet.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_phan_quyen_chi_tiet.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_phan_quyen_chi_tiet.Name = "m_cmd_phan_quyen_chi_tiet"; this.m_cmd_phan_quyen_chi_tiet.SubItemsExpandWidth = 14; this.m_cmd_phan_quyen_chi_tiet.Text = "Phân quyền chi tiết"; this.m_cmd_phan_quyen_chi_tiet.Visible = false; this.m_cmd_phan_quyen_chi_tiet.Click += new System.EventHandler(this.m_cmd_phan_quyen_chi_tiet_Click); // // m_rbb_he_thong // this.m_rbb_he_thong.AutoOverflowEnabled = true; // // // this.m_rbb_he_thong.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_he_thong.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.m_rbb_he_thong.ContainerControlProcessDialogKey = true; this.m_rbb_he_thong.Dock = System.Windows.Forms.DockStyle.Left; this.m_rbb_he_thong.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.m_cmd_dang_nhap, this.m_cmd_thong_tin, this.m_cmd_doi_mat_khau, this.m_cmd_thoat}); this.m_rbb_he_thong.ItemSpacing = 10; this.m_rbb_he_thong.Location = new System.Drawing.Point(4, 0); this.m_rbb_he_thong.Margin = new System.Windows.Forms.Padding(4); this.m_rbb_he_thong.Name = "m_rbb_he_thong"; this.m_rbb_he_thong.Size = new System.Drawing.Size(211, 98); this.m_rbb_he_thong.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.m_rbb_he_thong.TabIndex = 0; // // // this.m_rbb_he_thong.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.m_rbb_he_thong.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // m_cmd_dang_nhap // this.m_cmd_dang_nhap.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_dang_nhap.Icon"))); this.m_cmd_dang_nhap.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_dang_nhap.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_dang_nhap.Name = "m_cmd_dang_nhap"; this.m_cmd_dang_nhap.SubItemsExpandWidth = 14; this.m_cmd_dang_nhap.Text = "Đăng nhập"; this.m_cmd_dang_nhap.Visible = false; // // m_cmd_thong_tin // this.m_cmd_thong_tin.Enabled = false; this.m_cmd_thong_tin.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_thong_tin.Icon"))); this.m_cmd_thong_tin.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_thong_tin.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_thong_tin.Name = "m_cmd_thong_tin"; this.m_cmd_thong_tin.SubItemsExpandWidth = 14; this.m_cmd_thong_tin.Text = "Thông tin"; this.m_cmd_thong_tin.Tooltip = "Thông tin phần mềm"; // // m_cmd_doi_mat_khau // this.m_cmd_doi_mat_khau.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_doi_mat_khau.Icon"))); this.m_cmd_doi_mat_khau.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_doi_mat_khau.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_doi_mat_khau.Name = "m_cmd_doi_mat_khau"; this.m_cmd_doi_mat_khau.SubItemsExpandWidth = 14; this.m_cmd_doi_mat_khau.Text = "Đổi mật khẩu"; this.m_cmd_doi_mat_khau.Tooltip = "Đổi mật khẩu người sử dụng"; // // m_cmd_thoat // this.m_cmd_thoat.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_thoat.Icon"))); this.m_cmd_thoat.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_thoat.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_thoat.Name = "m_cmd_thoat"; this.m_cmd_thoat.SubItemsExpandWidth = 14; this.m_cmd_thoat.Text = "Thoát"; this.m_cmd_thoat.Click += new System.EventHandler(this.m_cmd_thoat_Click); // // m_rbtab_tab1 // this.m_rbtab_tab1.Name = "m_rbtab_tab1"; this.m_rbtab_tab1.Panel = this.ribbonPanel1; this.m_rbtab_tab1.Text = "HỆ THỐNG"; // // m_rbtab_tab2 // this.m_rbtab_tab2.Name = "m_rbtab_tab2"; this.m_rbtab_tab2.Panel = this.ribbonPanel2; this.m_rbtab_tab2.Text = "DANH MỤC"; // // m_rbtab_tab3 // this.m_rbtab_tab3.Checked = true; this.m_rbtab_tab3.Name = "m_rbtab_tab3"; this.m_rbtab_tab3.Panel = this.ribbonPanel3; this.m_rbtab_tab3.Text = "NGHIỆP VỤ"; // // m_rbtab_tab4 // this.m_rbtab_tab4.Name = "m_rbtab_tab4"; this.m_rbtab_tab4.Panel = this.ribbonPanel4; this.m_rbtab_tab4.Text = "BÁO CÁO"; // // m_rbtab_tab5 // this.m_rbtab_tab5.Name = "m_rbtab_tab5"; this.m_rbtab_tab5.Panel = this.ribbonPanel5; this.m_rbtab_tab5.Text = "TRA CỨU"; // // qatCustomizeItem1 // this.qatCustomizeItem1.Name = "qatCustomizeItem1"; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(29, 160); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.Size = new System.Drawing.Size(1146, 270); this.xtraTabControl1.TabIndex = 1; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl1.Location = new System.Drawing.Point(5, 160); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(24, 270); this.panelControl1.TabIndex = 2; // // m_cmd_bao_cao_diem_danh // this.m_cmd_bao_cao_diem_danh.Icon = ((System.Drawing.Icon)(resources.GetObject("m_cmd_bao_cao_diem_danh.Icon"))); this.m_cmd_bao_cao_diem_danh.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Large; this.m_cmd_bao_cao_diem_danh.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top; this.m_cmd_bao_cao_diem_danh.Name = "m_cmd_bao_cao_diem_danh"; this.m_cmd_bao_cao_diem_danh.SubItemsExpandWidth = 14; this.m_cmd_bao_cao_diem_danh.Text = "Điểm danh theo lớp môn"; // // f399_MainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1180, 432); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.panelControl1); this.Controls.Add(this.m_rbc_menu); this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "f399_MainMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PHẦN MỀM QUẢN LÝ TRUNG TÂM QUỐC ANH - Beta"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.m_rbc_menu.ResumeLayout(false); this.m_rbc_menu.PerformLayout(); this.ribbonPanel3.ResumeLayout(false); this.ribbonPanel2.ResumeLayout(false); this.ribbonPanel4.ResumeLayout(false); this.ribbonPanel5.ResumeLayout(false); this.ribbonPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.ResumeLayout(false); }