namespace UAS_MES_NEW.SystemSetting
{
partial class SystemSetting_SysNav
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetting_SysNav));
this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.SysNavDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
this.sn_displayname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sn_module = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sn_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sn_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sn_using = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.sn_defaultprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).BeginInit();
this.SuspendLayout();
//
// Save
//
this.Save.AllPower = "ifall";
this.Save.BackColor = System.Drawing.Color.Transparent;
this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
this.Save.IsShowBorder = true;
this.Save.Location = new System.Drawing.Point(436, 450);
this.Save.Margin = new System.Windows.Forms.Padding(2);
this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
this.Save.Name = "Save";
this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
this.Save.Power = "ifwrite";
this.Save.Size = new System.Drawing.Size(56, 28);
this.Save.TabIndex = 1;
this.Save.Text = "保存";
this.Save.UseVisualStyleBackColor = true;
this.Save.Click += new System.EventHandler(this.Save_Click);
//
// SysNavDGV
//
this.SysNavDGV.AllowUserToAddRows = false;
this.SysNavDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.SysNavDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.sn_displayname,
this.sn_module,
this.sn_id,
this.sn_detno,
this.sn_using,
this.sn_defaultprint});
this.SysNavDGV.EnableContentClick = true;
this.SysNavDGV.Location = new System.Drawing.Point(2, 1);
this.SysNavDGV.Margin = new System.Windows.Forms.Padding(2);
this.SysNavDGV.Name = "SysNavDGV";
this.SysNavDGV.RowTemplate.Height = 27;
this.SysNavDGV.Size = new System.Drawing.Size(922, 439);
this.SysNavDGV.TabIndex = 0;
//
// sn_displayname
//
this.sn_displayname.DataPropertyName = "sn_displayname";
this.sn_displayname.HeaderText = "名称";
this.sn_displayname.Name = "sn_displayname";
//
// sn_module
//
this.sn_module.DataPropertyName = "sn_module";
this.sn_module.HeaderText = "所属模块";
this.sn_module.Name = "sn_module";
this.sn_module.ReadOnly = true;
//
// sn_id
//
this.sn_id.DataPropertyName = "sn_id";
this.sn_id.HeaderText = "sn_id";
this.sn_id.Name = "sn_id";
this.sn_id.Visible = false;
//
// sn_detno
//
this.sn_detno.DataPropertyName = "sn_detno";
this.sn_detno.HeaderText = "序号";
this.sn_detno.Name = "sn_detno";
//
// sn_using
//
this.sn_using.DataPropertyName = "sn_using";
this.sn_using.HeaderText = "是否启用";
this.sn_using.Name = "sn_using";
//
// sn_defaultprint
//
this.sn_defaultprint.DataPropertyName = "sn_defaultprint";
this.sn_defaultprint.HeaderText = "默认打印";
this.sn_defaultprint.MinimumWidth = 120;
this.sn_defaultprint.Name = "sn_defaultprint";
this.sn_defaultprint.Width = 120;
//
// SystemSetting_SysNav
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(926, 486);
this.Controls.Add(this.Save);
this.Controls.Add(this.SysNavDGV);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SystemSetting_SysNav";
this.Tag = "Setup!SysNav";
this.Text = "导航管理";
this.Load += new System.EventHandler(this.导航管理_Load);
this.SizeChanged += new System.EventHandler(this.导航管理_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).EndInit();
this.ResumeLayout(false);
}
#endregion
private CustomControl.DataGrid_View.DataGridViewWithSerialNum SysNavDGV;
private CustomControl.ButtonUtil.NormalButton Save;
private System.Windows.Forms.DataGridViewTextBoxColumn sn_displayname;
private System.Windows.Forms.DataGridViewTextBoxColumn sn_module;
private System.Windows.Forms.DataGridViewTextBoxColumn sn_id;
private System.Windows.Forms.DataGridViewTextBoxColumn sn_detno;
private System.Windows.Forms.DataGridViewCheckBoxColumn sn_using;
private System.Windows.Forms.DataGridViewCheckBoxColumn sn_defaultprint;
}
}