487 lines
24 KiB
C#
487 lines
24 KiB
C#
namespace EmployeeManager
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
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.panel4 = new System.Windows.Forms.Panel();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip();
|
|
this.toolStripMenuItem1 = 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.panel5 = new System.Windows.Forms.Panel();
|
|
this.lblFLTXT = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.gridControl2);
|
|
this.panel3.Controls.Add(this.panel4);
|
|
this.panel3.Controls.Add(this.panel1);
|
|
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(250, 572);
|
|
this.panel3.TabIndex = 13;
|
|
//
|
|
// gridControl2
|
|
//
|
|
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl2.Location = new System.Drawing.Point(0, 27);
|
|
this.gridControl2.MainView = this.gridView2;
|
|
this.gridControl2.Name = "gridControl2";
|
|
this.gridControl2.Size = new System.Drawing.Size(250, 503);
|
|
this.gridControl2.TabIndex = 0;
|
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
this.gridControl2.Click += new System.EventHandler(this.gridControl2_Click);
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.tagname,
|
|
this.softmodule,
|
|
this.tagid});
|
|
this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridView2.GridControl = this.gridControl2;
|
|
this.gridView2.Name = "gridView2";
|
|
this.gridView2.OptionsBehavior.FocusLeaveOnTab = true;
|
|
this.gridView2.OptionsCustomization.AllowGroup = false;
|
|
this.gridView2.OptionsCustomization.AllowSort = false;
|
|
this.gridView2.OptionsSelection.EnableAppearanceHideSelection = false;
|
|
this.gridView2.OptionsSelection.MultiSelect = true;
|
|
this.gridView2.OptionsView.AllowCellMerge = true;
|
|
this.gridView2.OptionsView.EnableAppearanceOddRow = true;
|
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
|
this.gridView2.ViewCaption = "基础信息类别";
|
|
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";
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel4.Controls.Add(this.labelControl1);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(250, 27);
|
|
this.panel4.TabIndex = 7;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl1.Location = new System.Drawing.Point(5, 6);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(90, 14);
|
|
this.labelControl1.TabIndex = 3;
|
|
this.labelControl1.Text = "基础资料类别";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 530);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(250, 42);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl1.Location = new System.Drawing.Point(256, 27);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(644, 503);
|
|
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.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
|
|
this.toolStripMenuItem1.Text = "复制数据";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
//
|
|
// 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;
|
|
this.gridView1.ViewCaption = "基础信息资料";
|
|
//
|
|
// 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.Width = 48;
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.Caption = "Id";
|
|
this.Id.FieldName = "Id";
|
|
this.Id.Name = "Id";
|
|
this.Id.OptionsColumn.AllowEdit = false;
|
|
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(250, 530);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(650, 42);
|
|
this.panel2.TabIndex = 16;
|
|
//
|
|
// BtnAdd
|
|
//
|
|
this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnAdd.Location = new System.Drawing.Point(328, 8);
|
|
this.BtnAdd.Name = "BtnAdd";
|
|
this.BtnAdd.Size = new System.Drawing.Size(75, 26);
|
|
this.BtnAdd.TabIndex = 16;
|
|
this.BtnAdd.Text = "增加(&A)";
|
|
this.BtnAdd.UseVisualStyleBackColor = true;
|
|
this.BtnAdd.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// BtnPrint
|
|
//
|
|
this.BtnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnPrint.Location = new System.Drawing.Point(252, 8);
|
|
this.BtnPrint.Name = "BtnPrint";
|
|
this.BtnPrint.Size = new System.Drawing.Size(75, 26);
|
|
this.BtnPrint.TabIndex = 15;
|
|
this.BtnPrint.Text = "打印(&P)";
|
|
this.BtnPrint.UseVisualStyleBackColor = true;
|
|
this.BtnPrint.Click += new System.EventHandler(this.BtnPrint_Click);
|
|
//
|
|
// BtnOut
|
|
//
|
|
this.BtnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnOut.Location = new System.Drawing.Point(176, 8);
|
|
this.BtnOut.Name = "BtnOut";
|
|
this.BtnOut.Size = new System.Drawing.Size(75, 26);
|
|
this.BtnOut.TabIndex = 14;
|
|
this.BtnOut.Text = "导出(&O)";
|
|
this.BtnOut.UseVisualStyleBackColor = true;
|
|
this.BtnOut.Click += new System.EventHandler(this.BtnOut_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Location = new System.Drawing.Point(567, 8);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 26);
|
|
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnDel.Location = new System.Drawing.Point(491, 8);
|
|
this.BtnDel.Name = "BtnDel";
|
|
this.BtnDel.Size = new System.Drawing.Size(75, 26);
|
|
this.BtnDel.TabIndex = 11;
|
|
this.BtnDel.Text = "删除(&D)";
|
|
this.BtnDel.UseVisualStyleBackColor = true;
|
|
this.BtnDel.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSave.Location = new System.Drawing.Point(405, 8);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(84, 26);
|
|
this.btnSave.TabIndex = 3;
|
|
this.btnSave.Text = "修改保存(&S)";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel5.Controls.Add(this.lblFLTXT);
|
|
this.panel5.Controls.Add(this.labelControl2);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel5.Location = new System.Drawing.Point(256, 0);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(644, 27);
|
|
this.panel5.TabIndex = 18;
|
|
//
|
|
// lblFLTXT
|
|
//
|
|
this.lblFLTXT.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblFLTXT.Appearance.ForeColor = System.Drawing.Color.Blue;
|
|
this.lblFLTXT.Location = new System.Drawing.Point(137, 6);
|
|
this.lblFLTXT.Name = "lblFLTXT";
|
|
this.lblFLTXT.Size = new System.Drawing.Size(0, 14);
|
|
this.lblFLTXT.TabIndex = 4;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl2.Location = new System.Drawing.Point(5, 6);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(135, 14);
|
|
this.labelControl2.TabIndex = 3;
|
|
this.labelControl2.Text = "当前基础资料类别:";
|
|
//
|
|
// splitterControl1
|
|
//
|
|
this.splitterControl1.Location = new System.Drawing.Point(250, 0);
|
|
this.splitterControl1.Name = "splitterControl1";
|
|
this.splitterControl1.Size = new System.Drawing.Size(6, 530);
|
|
this.splitterControl1.TabIndex = 19;
|
|
this.splitterControl1.TabStop = false;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(900, 572);
|
|
this.Controls.Add(this.gridControl1);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.splitterControl1);
|
|
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 = "基础资料管理";
|
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
|
this.panel3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel5.PerformLayout();
|
|
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.ToolTip toolTip1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl lblFLTXT;
|
|
private DevExpress.XtraEditors.SplitterControl splitterControl1;
|
|
|
|
}
|
|
} |