SystemSetting_SysNav.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace UAS_MES_NEW.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_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.SysNavDGV = new UAS_MES_NEW.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. this.sn_defaultprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. ((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // Save
  41. //
  42. this.Save.AllPower = "ifall";
  43. this.Save.BackColor = System.Drawing.Color.Transparent;
  44. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  45. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  47. this.Save.IsShowBorder = true;
  48. this.Save.Location = new System.Drawing.Point(436, 450);
  49. this.Save.Margin = new System.Windows.Forms.Padding(2);
  50. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  51. this.Save.Name = "Save";
  52. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  53. this.Save.Power = "ifwrite";
  54. this.Save.Size = new System.Drawing.Size(56, 28);
  55. this.Save.TabIndex = 1;
  56. this.Save.Text = "保存";
  57. this.Save.UseVisualStyleBackColor = true;
  58. this.Save.Click += new System.EventHandler(this.Save_Click);
  59. //
  60. // SysNavDGV
  61. //
  62. this.SysNavDGV.AllowUserToAddRows = false;
  63. this.SysNavDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  64. this.SysNavDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  65. this.sn_displayname,
  66. this.sn_module,
  67. this.sn_id,
  68. this.sn_detno,
  69. this.sn_using,
  70. this.sn_defaultprint});
  71. this.SysNavDGV.EnableContentClick = true;
  72. this.SysNavDGV.Location = new System.Drawing.Point(2, 1);
  73. this.SysNavDGV.Margin = new System.Windows.Forms.Padding(2);
  74. this.SysNavDGV.Name = "SysNavDGV";
  75. this.SysNavDGV.RowTemplate.Height = 27;
  76. this.SysNavDGV.Size = new System.Drawing.Size(922, 439);
  77. this.SysNavDGV.TabIndex = 0;
  78. //
  79. // sn_displayname
  80. //
  81. this.sn_displayname.DataPropertyName = "sn_displayname";
  82. this.sn_displayname.HeaderText = "名称";
  83. this.sn_displayname.Name = "sn_displayname";
  84. //
  85. // sn_module
  86. //
  87. this.sn_module.DataPropertyName = "sn_module";
  88. this.sn_module.HeaderText = "所属模块";
  89. this.sn_module.Name = "sn_module";
  90. this.sn_module.ReadOnly = true;
  91. //
  92. // sn_id
  93. //
  94. this.sn_id.DataPropertyName = "sn_id";
  95. this.sn_id.HeaderText = "sn_id";
  96. this.sn_id.Name = "sn_id";
  97. this.sn_id.Visible = false;
  98. //
  99. // sn_detno
  100. //
  101. this.sn_detno.DataPropertyName = "sn_detno";
  102. this.sn_detno.HeaderText = "序号";
  103. this.sn_detno.Name = "sn_detno";
  104. //
  105. // sn_using
  106. //
  107. this.sn_using.DataPropertyName = "sn_using";
  108. this.sn_using.HeaderText = "是否启用";
  109. this.sn_using.Name = "sn_using";
  110. //
  111. // sn_defaultprint
  112. //
  113. this.sn_defaultprint.DataPropertyName = "sn_defaultprint";
  114. this.sn_defaultprint.HeaderText = "默认打印";
  115. this.sn_defaultprint.MinimumWidth = 120;
  116. this.sn_defaultprint.Name = "sn_defaultprint";
  117. this.sn_defaultprint.Width = 120;
  118. //
  119. // SystemSetting_SysNav
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.ClientSize = new System.Drawing.Size(926, 486);
  124. this.Controls.Add(this.Save);
  125. this.Controls.Add(this.SysNavDGV);
  126. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  127. this.Name = "SystemSetting_SysNav";
  128. this.Tag = "Setup!SysNav";
  129. this.Text = "导航管理";
  130. this.Load += new System.EventHandler(this.导航管理_Load);
  131. this.SizeChanged += new System.EventHandler(this.导航管理_SizeChanged);
  132. ((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).EndInit();
  133. this.ResumeLayout(false);
  134. }
  135. #endregion
  136. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SysNavDGV;
  137. private CustomControl.ButtonUtil.NormalButton Save;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn sn_displayname;
  139. private System.Windows.Forms.DataGridViewTextBoxColumn sn_module;
  140. private System.Windows.Forms.DataGridViewTextBoxColumn sn_id;
  141. private System.Windows.Forms.DataGridViewTextBoxColumn sn_detno;
  142. private System.Windows.Forms.DataGridViewCheckBoxColumn sn_using;
  143. private System.Windows.Forms.DataGridViewCheckBoxColumn sn_defaultprint;
  144. }
  145. }