namespace EmployeeManager { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.panel3 = new System.Windows.Forms.Panel(); this.gridControl2 = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.tagname = new DevExpress.XtraGrid.Columns.GridColumn(); this.softmodule = new DevExpress.XtraGrid.Columns.GridColumn(); this.tagid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.orderid = new DevExpress.XtraGrid.Columns.GridColumn(); this.Mix_apellation = new DevExpress.XtraGrid.Columns.GridColumn(); this.Mix_Bak = new DevExpress.XtraGrid.Columns.GridColumn(); this.tmp1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.bases1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.Ban = new DevExpress.XtraGrid.Columns.GridColumn(); this.Tag = new DevExpress.XtraGrid.Columns.GridColumn(); this.Id = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.BtnAdd = new System.Windows.Forms.Button(); this.BtnPrint = new System.Windows.Forms.Button(); this.BtnOut = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.BtnDel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel3 // this.panel3.Controls.Add(this.gridControl2); this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(221, 572); this.panel3.TabIndex = 13; // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl2.Location = new System.Drawing.Point(0, 0); this.gridControl2.MainView = this.gridView2; this.gridControl2.Name = "gridControl2"; this.gridControl2.Size = new System.Drawing.Size(221, 572); this.gridControl2.TabIndex = 0; this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.tagname, this.softmodule, this.tagid}); this.gridView2.GridControl = this.gridControl2; this.gridView2.Name = "gridView2"; this.gridView2.OptionsSelection.MultiSelect = true; this.gridView2.OptionsSelection.UseIndicatorForSelection = false; this.gridView2.OptionsView.ShowFooter = true; this.gridView2.OptionsView.ShowGroupPanel = false; this.gridView2.OptionsView.ShowIndicator = false; this.gridView2.Click += new System.EventHandler(this.gridView2_Click); // // tagname // this.tagname.Caption = "所属类别"; this.tagname.FieldName = "tagname"; this.tagname.Name = "tagname"; this.tagname.OptionsColumn.AllowEdit = false; this.tagname.Visible = true; this.tagname.VisibleIndex = 1; this.tagname.Width = 96; // // softmodule // this.softmodule.Caption = "类别名称"; this.softmodule.FieldName = "softmodule"; this.softmodule.Name = "softmodule"; this.softmodule.OptionsColumn.AllowEdit = false; this.softmodule.Visible = true; this.softmodule.VisibleIndex = 0; this.softmodule.Width = 73; // // tagid // this.tagid.Caption = "tagid"; this.tagid.FieldName = "tagid"; this.tagid.Name = "tagid"; // // gridControl1 // this.gridControl1.ContextMenuStrip = this.contextMenuStrip1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(221, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(752, 542); this.gridControl1.TabIndex = 14; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1, this.toolStripMenuItem2, this.toolStripMenuItem3, this.toolStripMenuItem4}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(193, 92); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 22); this.toolStripMenuItem1.Text = "复制数据"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(192, 22); this.toolStripMenuItem2.Text = "toolStripMenuItem2"; // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(192, 22); this.toolStripMenuItem3.Text = "toolStripMenuItem3"; // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 22); this.toolStripMenuItem4.Text = "toolStripMenuItem4"; // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.orderid, this.Mix_apellation, this.Mix_Bak, this.tmp1, this.bases1, this.Ban, this.Tag, this.Id}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // orderid // this.orderid.Caption = "序号"; this.orderid.FieldName = "orderid"; this.orderid.Name = "orderid"; this.orderid.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "productid", "{0,0}")}); this.orderid.Visible = true; this.orderid.VisibleIndex = 0; this.orderid.Width = 68; // // Mix_apellation // this.Mix_apellation.Caption = "类别名称"; this.Mix_apellation.FieldName = "Mix_apellation"; this.Mix_apellation.Name = "Mix_apellation"; this.Mix_apellation.Visible = true; this.Mix_apellation.VisibleIndex = 1; this.Mix_apellation.Width = 156; // // Mix_Bak // this.Mix_Bak.Caption = "备注"; this.Mix_Bak.FieldName = "Mix_Bak"; this.Mix_Bak.Name = "Mix_Bak"; this.Mix_Bak.Visible = true; this.Mix_Bak.VisibleIndex = 2; this.Mix_Bak.Width = 187; // // tmp1 // this.tmp1.Caption = "其它1"; this.tmp1.FieldName = "tmp1"; this.tmp1.Name = "tmp1"; this.tmp1.Visible = true; this.tmp1.VisibleIndex = 3; this.tmp1.Width = 103; // // bases1 // this.bases1.Caption = "自定义1"; this.bases1.FieldName = "bases1"; this.bases1.Name = "bases1"; this.bases1.Visible = true; this.bases1.VisibleIndex = 4; this.bases1.Width = 97; // // Ban // this.Ban.Caption = "禁用"; this.Ban.FieldName = "Ban"; this.Ban.Name = "Ban"; this.Ban.UnboundType = DevExpress.Data.UnboundColumnType.Boolean; this.Ban.Visible = true; this.Ban.VisibleIndex = 5; this.Ban.Width = 37; // // Tag // this.Tag.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.Tag.AppearanceCell.BorderColor = System.Drawing.Color.Gray; this.Tag.AppearanceCell.Options.UseBackColor = true; this.Tag.AppearanceCell.Options.UseBorderColor = true; this.Tag.AppearanceHeader.BackColor = System.Drawing.Color.Gray; this.Tag.AppearanceHeader.BackColor2 = System.Drawing.Color.OliveDrab; this.Tag.AppearanceHeader.BorderColor = System.Drawing.Color.OliveDrab; this.Tag.AppearanceHeader.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(1)), true); this.Tag.AppearanceHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Tag.AppearanceHeader.Options.UseBackColor = true; this.Tag.AppearanceHeader.Options.UseBorderColor = true; this.Tag.AppearanceHeader.Options.UseFont = true; this.Tag.AppearanceHeader.Options.UseForeColor = true; this.Tag.Caption = "主ID"; this.Tag.FieldName = "Tag"; this.Tag.Name = "Tag"; this.Tag.OptionsColumn.AllowEdit = false; this.Tag.Visible = true; this.Tag.VisibleIndex = 6; this.Tag.Width = 48; // // Id // this.Id.Caption = "Id"; this.Id.FieldName = "Id"; this.Id.Name = "Id"; this.Id.OptionsColumn.AllowEdit = false; this.Id.Visible = true; this.Id.VisibleIndex = 7; this.Id.Width = 38; // // panel2 // this.panel2.Controls.Add(this.BtnAdd); this.panel2.Controls.Add(this.BtnPrint); this.panel2.Controls.Add(this.BtnOut); this.panel2.Controls.Add(this.btnClose); this.panel2.Controls.Add(this.BtnDel); this.panel2.Controls.Add(this.btnSave); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(221, 542); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(752, 30); this.panel2.TabIndex = 16; // // BtnAdd // this.BtnAdd.Location = new System.Drawing.Point(382, 5); this.BtnAdd.Name = "BtnAdd"; this.BtnAdd.Size = new System.Drawing.Size(75, 23); this.BtnAdd.TabIndex = 16; this.BtnAdd.Text = "增加(&A)"; this.BtnAdd.UseVisualStyleBackColor = true; this.BtnAdd.Click += new System.EventHandler(this.button7_Click); // // BtnPrint // this.BtnPrint.Location = new System.Drawing.Point(94, 6); this.BtnPrint.Name = "BtnPrint"; this.BtnPrint.Size = new System.Drawing.Size(75, 23); this.BtnPrint.TabIndex = 15; this.BtnPrint.Text = "打印(&P)"; this.BtnPrint.UseVisualStyleBackColor = true; this.BtnPrint.Click += new System.EventHandler(this.BtnPrint_Click); // // BtnOut // this.BtnOut.Location = new System.Drawing.Point(12, 6); this.BtnOut.Name = "BtnOut"; this.BtnOut.Size = new System.Drawing.Size(75, 23); this.BtnOut.TabIndex = 14; this.BtnOut.Text = "导出(&O)"; this.BtnOut.UseVisualStyleBackColor = true; this.BtnOut.Click += new System.EventHandler(this.BtnOut_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(631, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 12; this.btnClose.Text = "关闭(&C)"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click_1); // // BtnDel // this.BtnDel.Location = new System.Drawing.Point(550, 4); this.BtnDel.Name = "BtnDel"; this.BtnDel.Size = new System.Drawing.Size(75, 23); this.BtnDel.TabIndex = 11; this.BtnDel.Text = "删除(&D)"; this.BtnDel.UseVisualStyleBackColor = true; this.BtnDel.Click += new System.EventHandler(this.button2_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(463, 5); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 3; this.btnSave.Text = "修改保存(&S)"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(973, 572); this.Controls.Add(this.gridControl1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmMain"; this.Load += new System.EventHandler(this.FrmMain_Load); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel3; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn orderid; private DevExpress.XtraGrid.Columns.GridColumn Mix_apellation; private DevExpress.XtraGrid.Columns.GridColumn Mix_Bak; private DevExpress.XtraGrid.Columns.GridColumn tmp1; private DevExpress.XtraGrid.Columns.GridColumn Tag; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button BtnPrint; private System.Windows.Forms.Button BtnOut; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button BtnDel; private System.Windows.Forms.Button btnSave; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn tagname; private DevExpress.XtraGrid.Columns.GridColumn softmodule; private System.Windows.Forms.Button BtnAdd; private DevExpress.XtraGrid.Columns.GridColumn tagid; private DevExpress.XtraGrid.Columns.GridColumn bases1; private DevExpress.XtraGrid.Columns.GridColumn Ban; private DevExpress.XtraGrid.Columns.GridColumn Id; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; private System.Windows.Forms.ToolTip toolTip1; } }