SystemSetting_SysNav.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace UAS_MES.SystemSetting
  2. {
  3. partial class SystemSetting_SysNav
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetting_SysNav));
  29. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  30. this.SysNavDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  31. this.sn_displayname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.sn_module = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.sn_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.sn_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.sn_using = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  36. ((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // Save
  40. //
  41. this.Save.AllPower = "ifall";
  42. this.Save.BackColor = System.Drawing.Color.Transparent;
  43. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  44. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  46. this.Save.IsShowBorder = true;
  47. this.Save.Location = new System.Drawing.Point(581, 562);
  48. this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  49. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  50. this.Save.Name = "Save";
  51. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  52. this.Save.Power = "ifwrite";
  53. this.Save.Size = new System.Drawing.Size(75, 35);
  54. this.Save.TabIndex = 1;
  55. this.Save.Text = "保存";
  56. this.Save.UseVisualStyleBackColor = true;
  57. this.Save.Click += new System.EventHandler(this.Save_Click);
  58. //
  59. // SysNavDGV
  60. //
  61. this.SysNavDGV.AllowUserToAddRows = false;
  62. this.SysNavDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  63. this.SysNavDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  64. this.sn_displayname,
  65. this.sn_module,
  66. this.sn_id,
  67. this.sn_detno,
  68. this.sn_using});
  69. this.SysNavDGV.Location = new System.Drawing.Point(3, 1);
  70. this.SysNavDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  71. this.SysNavDGV.Name = "SysNavDGV";
  72. this.SysNavDGV.RowTemplate.Height = 27;
  73. this.SysNavDGV.Size = new System.Drawing.Size(1229, 549);
  74. this.SysNavDGV.TabIndex = 0;
  75. //
  76. // sn_displayname
  77. //
  78. this.sn_displayname.DataPropertyName = "sn_displayname";
  79. this.sn_displayname.HeaderText = "名称";
  80. this.sn_displayname.Name = "sn_displayname";
  81. //
  82. // sn_module
  83. //
  84. this.sn_module.DataPropertyName = "sn_module";
  85. this.sn_module.HeaderText = "所属模块";
  86. this.sn_module.Name = "sn_module";
  87. this.sn_module.ReadOnly = true;
  88. //
  89. // sn_id
  90. //
  91. this.sn_id.DataPropertyName = "sn_id";
  92. this.sn_id.HeaderText = "sn_id";
  93. this.sn_id.Name = "sn_id";
  94. this.sn_id.Visible = false;
  95. //
  96. // sn_detno
  97. //
  98. this.sn_detno.DataPropertyName = "sn_detno";
  99. this.sn_detno.HeaderText = "序号";
  100. this.sn_detno.Name = "sn_detno";
  101. //
  102. // sn_using
  103. //
  104. this.sn_using.DataPropertyName = "sn_using";
  105. this.sn_using.HeaderText = "是否启用";
  106. this.sn_using.Name = "sn_using";
  107. //
  108. // 导航管理
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(1235, 608);
  113. this.Controls.Add(this.Save);
  114. this.Controls.Add(this.SysNavDGV);
  115. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  116. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.Name = "导航管理";
  118. this.Tag = "Setup!SysNav";
  119. this.Text = "导航管理";
  120. this.Load += new System.EventHandler(this.导航管理_Load);
  121. this.SizeChanged += new System.EventHandler(this.导航管理_SizeChanged);
  122. ((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).EndInit();
  123. this.ResumeLayout(false);
  124. }
  125. #endregion
  126. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SysNavDGV;
  127. private CustomControl.ButtonUtil.NormalButton Save;
  128. private System.Windows.Forms.DataGridViewTextBoxColumn sn_displayname;
  129. private System.Windows.Forms.DataGridViewTextBoxColumn sn_module;
  130. private System.Windows.Forms.DataGridViewTextBoxColumn sn_id;
  131. private System.Windows.Forms.DataGridViewTextBoxColumn sn_detno;
  132. private System.Windows.Forms.DataGridViewCheckBoxColumn sn_using;
  133. }
  134. }