/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
partial class Frm_PrintUser
{
///
/// 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.lb_isStatus = new DevExpress.XtraEditors.LabelControl();
this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_remark1 = new DevExpress.XtraEditors.LabelControl();
this.txt_remark1 = new DevExpress.XtraEditors.TextEdit();
this.gv_remark1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_printId = new DevExpress.XtraEditors.LabelControl();
this.gv_printId = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_userId = new DevExpress.XtraEditors.LabelControl();
this.gv_userId = new DevExpress.XtraGrid.Columns.GridColumn();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.gcMain = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
this.txt_printId = new Gs.DevApp.UserControl.UcLookPrint();
this.txt_userId = new Gs.DevApp.UserControl.UcLookUser();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.lbGuid = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.txt_remark1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
this.SuspendLayout();
//
// lb_isStatus
//
this.lb_isStatus.Appearance.Options.UseFont = true;
this.lb_isStatus.Location = new System.Drawing.Point(44, 125);
this.lb_isStatus.Name = "lb_isStatus";
this.lb_isStatus.Size = new System.Drawing.Size(74, 21);
this.lb_isStatus.TabIndex = 222;
this.lb_isStatus.Text = "是否启用:";
//
// gv_isStatus
//
this.gv_isStatus.AppearanceCell.Options.UseFont = true;
this.gv_isStatus.Caption = "是否启用 ";
this.gv_isStatus.FieldName = "isStatus";
this.gv_isStatus.MinWidth = 50;
this.gv_isStatus.Name = "gv_isStatus";
this.gv_isStatus.OptionsColumn.AllowEdit = false;
this.gv_isStatus.Tag = "query_a.is_status";
this.gv_isStatus.Visible = true;
this.gv_isStatus.VisibleIndex = 4;
this.gv_isStatus.Width = 94;
//
// lb_remark1
//
this.lb_remark1.Appearance.Options.UseFont = true;
this.lb_remark1.Location = new System.Drawing.Point(78, 91);
this.lb_remark1.Name = "lb_remark1";
this.lb_remark1.Size = new System.Drawing.Size(40, 21);
this.lb_remark1.TabIndex = 216;
this.lb_remark1.Text = "备注:";
//
// txt_remark1
//
this.txt_remark1.Location = new System.Drawing.Point(126, 91);
this.txt_remark1.Name = "txt_remark1";
this.txt_remark1.Properties.Appearance.Options.UseFont = true;
this.txt_remark1.Size = new System.Drawing.Size(194, 28);
this.txt_remark1.TabIndex = 216;
//
// gv_remark1
//
this.gv_remark1.AppearanceCell.Options.UseFont = true;
this.gv_remark1.Caption = "备注";
this.gv_remark1.FieldName = "remark1";
this.gv_remark1.MinWidth = 120;
this.gv_remark1.Name = "gv_remark1";
this.gv_remark1.OptionsColumn.AllowEdit = false;
this.gv_remark1.Tag = "query_a.remark1";
this.gv_remark1.Visible = true;
this.gv_remark1.VisibleIndex = 3;
this.gv_remark1.Width = 120;
//
// lb_printId
//
this.lb_printId.Appearance.Options.UseFont = true;
this.lb_printId.Location = new System.Drawing.Point(44, 61);
this.lb_printId.Name = "lb_printId";
this.lb_printId.Size = new System.Drawing.Size(74, 21);
this.lb_printId.TabIndex = 213;
this.lb_printId.Text = "选打印机:";
//
// gv_printId
//
this.gv_printId.AppearanceCell.Options.UseFont = true;
this.gv_printId.Caption = "打印机编号";
this.gv_printId.FieldName = "printNo";
this.gv_printId.MinWidth = 120;
this.gv_printId.Name = "gv_printId";
this.gv_printId.OptionsColumn.AllowEdit = false;
this.gv_printId.Tag = "query_a.print_id";
this.gv_printId.Visible = true;
this.gv_printId.VisibleIndex = 2;
this.gv_printId.Width = 120;
//
// lb_userId
//
this.lb_userId.Appearance.Options.UseFont = true;
this.lb_userId.Location = new System.Drawing.Point(44, 20);
this.lb_userId.Name = "lb_userId";
this.lb_userId.Size = new System.Drawing.Size(74, 21);
this.lb_userId.TabIndex = 211;
this.lb_userId.Text = "选择用户:";
//
// gv_userId
//
this.gv_userId.AppearanceCell.Options.UseFont = true;
this.gv_userId.Caption = "用户账号";
this.gv_userId.FieldName = "account";
this.gv_userId.MinWidth = 100;
this.gv_userId.Name = "gv_userId";
this.gv_userId.OptionsColumn.AllowEdit = false;
this.gv_userId.Tag = "query_a.user_id";
this.gv_userId.Visible = true;
this.gv_userId.VisibleIndex = 0;
this.gv_userId.Width = 100;
//
// toolBarMenu1
//
this.toolBarMenu1.chkParameter = null;
this.toolBarMenu1.currentAction = null;
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
this.toolBarMenu1.Name = "toolBarMenu1";
this.toolBarMenu1.rptParameter = null;
this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
this.toolBarMenu1.TabIndex = 0;
this.toolBarMenu1.xlsInService = null;
this.toolBarMenu1.xlsOutParameter = null;
//
// gcMain
//
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.MainView = this.gridView1;
this.gcMain.Name = "gcMain";
this.gcMain.Size = new System.Drawing.Size(1126, 531);
this.gcMain.TabIndex = 1;
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gv_userId,
this.gridColumn1,
this.gv_printId,
this.gv_remark1,
this.gv_isStatus});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
this.gridView1.OptionsView.ShowAutoFilterRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// gridColumn1
//
this.gridColumn1.Caption = "用户名称";
this.gridColumn1.FieldName = "userName";
this.gridColumn1.MinWidth = 100;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 1;
this.gridColumn1.Width = 100;
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
this.xtraTabControl1.TabIndex = 3;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.gcMain);
this.xtraTabPage1.Controls.Add(this.pageBar1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage1.Text = "数据查询";
//
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageBar1.Location = new System.Drawing.Point(0, 531);
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
this.pageBar1.Size = new System.Drawing.Size(1126, 39);
this.pageBar1.TabIndex = 3;
this.pageBar1.TotalPages = 0;
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage2.Text = "数据编辑";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.txt_isStatus);
this.panel1.Controls.Add(this.txt_printId);
this.panel1.Controls.Add(this.txt_userId);
this.panel1.Controls.Add(this.labelControl11);
this.panel1.Controls.Add(this.lbGuid);
this.panel1.Controls.Add(this.lb_isStatus);
this.panel1.Controls.Add(this.lb_remark1);
this.panel1.Controls.Add(this.txt_remark1);
this.panel1.Controls.Add(this.lb_printId);
this.panel1.Controls.Add(this.lb_userId);
this.panel1.Location = new System.Drawing.Point(76, 20);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(664, 264);
this.panel1.TabIndex = 1;
//
// txt_isStatus
//
this.txt_isStatus.Location = new System.Drawing.Point(126, 123);
this.txt_isStatus.Name = "txt_isStatus";
this.txt_isStatus.Properties.Caption = "";
this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
this.txt_isStatus.TabIndex = 225;
this.txt_isStatus.Tag = "moren.true";
//
// txt_printId
//
this.txt_printId.IsReadly = false;
this.txt_printId.Location = new System.Drawing.Point(126, 55);
this.txt_printId.Name = "txt_printId";
this.txt_printId.Size = new System.Drawing.Size(194, 30);
this.txt_printId.TabIndex = 224;
//
// txt_userId
//
this.txt_userId.IsReadly = false;
this.txt_userId.Location = new System.Drawing.Point(126, 20);
this.txt_userId.Name = "txt_userId";
this.txt_userId.Size = new System.Drawing.Size(194, 30);
this.txt_userId.TabIndex = 223;
//
// labelControl11
//
this.labelControl11.Location = new System.Drawing.Point(403, 30);
this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(45, 18);
this.labelControl11.TabIndex = 130;
this.labelControl11.Text = "主键:";
this.labelControl11.Visible = false;
//
// lbGuid
//
this.lbGuid.AutoSize = true;
this.lbGuid.Location = new System.Drawing.Point(454, 30);
this.lbGuid.Name = "lbGuid";
this.lbGuid.Size = new System.Drawing.Size(0, 21);
this.lbGuid.TabIndex = 1;
this.lbGuid.Visible = false;
//
// Frm_PrintUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1128, 682);
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.Name = "Frm_PrintUser";
this.Text = "打印机绑定";
((System.ComponentModel.ISupportInitialize)(this.txt_remark1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.xtraTabPage2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UserControl.UcToolBarMenu toolBarMenu1;
private DevExpress.XtraGrid.GridControl gcMain;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private UserControls.Data.UcPageBar pageBar1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbGuid;
private DevExpress.XtraEditors.LabelControl labelControl11;
//BQCreateConrolObejct
private DevExpress.XtraEditors.LabelControl lb_isStatus;
private DevExpress.XtraGrid.Columns.GridColumn gv_isStatus;
private DevExpress.XtraEditors.LabelControl lb_remark1;
private DevExpress.XtraEditors.TextEdit txt_remark1;
private DevExpress.XtraGrid.Columns.GridColumn gv_remark1;
private DevExpress.XtraEditors.LabelControl lb_printId;
private DevExpress.XtraGrid.Columns.GridColumn gv_printId;
private DevExpress.XtraEditors.LabelControl lb_userId;
private DevExpress.XtraGrid.Columns.GridColumn gv_userId;
private UserControl.UcLookUser txt_userId;
private UserControl.UcLookPrint txt_printId;
private DevExpress.XtraEditors.CheckEdit txt_isStatus;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}