F_MST_0413.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0413
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0413));
  34. this.dgvPrinter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  35. this.PLCName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.IP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Port = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  38. this.dec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  40. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.PrinterID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  44. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // dgvPrinter
  50. //
  51. this.dgvPrinter.AllowUserToDeleteRows = false;
  52. this.dgvPrinter.AllowUserToModifyRows = true;
  53. this.dgvPrinter.AllowUserToOrderColumns = true;
  54. this.dgvPrinter.AllowUserToResizeRows = false;
  55. this.dgvPrinter.AllowUserToSortRows = false;
  56. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  57. this.dgvPrinter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  58. this.dgvPrinter.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.dgvPrinter.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  62. this.dgvPrinter.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  63. this.dgvPrinter.CellHeight = 23;
  64. this.dgvPrinter.ChildNodeColumnName = null;
  65. this.dgvPrinter.ChildNodeColumnText = null;
  66. this.dgvPrinter.ColumnDeep = 1;
  67. this.dgvPrinter.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  68. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  69. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  70. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  72. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  73. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  74. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  75. this.dgvPrinter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  76. this.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  77. this.dgvPrinter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  78. this.PLCName,
  79. this.IP,
  80. this.Port,
  81. this.dec,
  82. this.displayno,
  83. this.Remarks,
  84. this.ValueFlag,
  85. this.PrinterID});
  86. this.dgvPrinter.ColumnTreeView = null;
  87. this.dgvPrinter.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  88. this.dgvPrinter.DynamicColumnName = "";
  89. this.dgvPrinter.EnableHeadersVisualStyles = false;
  90. this.dgvPrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.dgvPrinter.FormatQuantityColumns = null;
  92. this.dgvPrinter.HorizontalMergeColumn = null;
  93. this.dgvPrinter.IsAutoCountSum = false;
  94. this.dgvPrinter.IsAutoResizeColumns = false;
  95. this.dgvPrinter.IsClickF12 = false;
  96. this.dgvPrinter.IsOpenMergeCellFlag = false;
  97. this.dgvPrinter.IsProcessRightFlag = false;
  98. this.dgvPrinter.IsSubTotalFlag = false;
  99. this.dgvPrinter.IsTopDeep = false;
  100. this.dgvPrinter.Location = new System.Drawing.Point(13, 12);
  101. this.dgvPrinter.MergeColumnNames = null;
  102. this.dgvPrinter.MergeDetailColumnNames = null;
  103. this.dgvPrinter.MergeDetailOnlyColumn = null;
  104. this.dgvPrinter.MergeOnlyColumn = null;
  105. this.dgvPrinter.MultiSelect = false;
  106. this.dgvPrinter.Name = "dgvPrinter";
  107. this.dgvPrinter.RefreshAtHscroll = false;
  108. this.dgvPrinter.RowHeadersWidth = 50;
  109. this.dgvPrinter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  110. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  111. this.dgvPrinter.RowsDefaultCellStyle = dataGridViewCellStyle5;
  112. this.dgvPrinter.RowTemplate.Height = 21;
  113. this.dgvPrinter.Size = new System.Drawing.Size(762, 498);
  114. this.dgvPrinter.SortOrderColumnName = null;
  115. this.dgvPrinter.TabIndex = 0;
  116. this.dgvPrinter.Tag = true;
  117. this.dgvPrinter.TotalSumColumns = null;
  118. this.dgvPrinter.ViewRowFilter = "";
  119. this.dgvPrinter.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  120. this.dgvPrinter.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  121. this.dgvPrinter.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  122. this.dgvPrinter.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing);
  123. this.dgvPrinter.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated);
  124. this.dgvPrinter.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating);
  125. this.dgvPrinter.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted);
  126. this.dgvPrinter.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow);
  127. //
  128. // PLCName
  129. //
  130. this.PLCName.DataPropertyName = "PLCName";
  131. this.PLCName.HeaderText = "PLC名";
  132. this.PLCName.MaxInputLength = 100;
  133. this.PLCName.Name = "PLCName";
  134. this.PLCName.Width = 120;
  135. //
  136. // IP
  137. //
  138. this.IP.DataPropertyName = "IP";
  139. this.IP.HeaderText = "IP";
  140. this.IP.MaxInputLength = 20;
  141. this.IP.Name = "IP";
  142. //
  143. // Port
  144. //
  145. this.Port.AllowNegative = false;
  146. this.Port.AllowZero = false;
  147. this.Port.DataPropertyName = "Port";
  148. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  149. this.Port.DefaultCellStyle = dataGridViewCellStyle3;
  150. this.Port.HasComma = false;
  151. this.Port.HeaderText = "端口";
  152. this.Port.MaxValue = new decimal(new int[] {
  153. 99999999,
  154. 0,
  155. 0,
  156. 0});
  157. this.Port.MinValue = new decimal(new int[] {
  158. 0,
  159. 0,
  160. 0,
  161. 0});
  162. this.Port.Name = "Port";
  163. this.Port.Number = new System.Drawing.Point(0, 0);
  164. this.Port.ShowDecimal = false;
  165. this.Port.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  166. //
  167. // dec
  168. //
  169. this.dec.DataPropertyName = "PLCDescription";
  170. this.dec.HeaderText = "软元件描述";
  171. this.dec.MaxInputLength = 100;
  172. this.dec.Name = "dec";
  173. //
  174. // displayno
  175. //
  176. this.displayno.DataPropertyName = "displayno";
  177. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  178. this.displayno.DefaultCellStyle = dataGridViewCellStyle4;
  179. this.displayno.HeaderText = "显示顺序";
  180. this.displayno.MaxValue = new decimal(new int[] {
  181. 99,
  182. 0,
  183. 0,
  184. 0});
  185. this.displayno.MinValue = new decimal(new int[] {
  186. 0,
  187. 0,
  188. 0,
  189. 0});
  190. this.displayno.Name = "displayno";
  191. this.displayno.Number = new System.Drawing.Point(2, 0);
  192. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  193. //
  194. // Remarks
  195. //
  196. this.Remarks.DataPropertyName = "Remarks";
  197. this.Remarks.HeaderText = "备注";
  198. this.Remarks.MaxInputLength = 500;
  199. this.Remarks.Name = "Remarks";
  200. this.Remarks.Width = 150;
  201. //
  202. // ValueFlag
  203. //
  204. this.ValueFlag.DataPropertyName = "ValueFlag";
  205. this.ValueFlag.FalseValue = "0";
  206. this.ValueFlag.HeaderText = "正常";
  207. this.ValueFlag.Name = "ValueFlag";
  208. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  209. this.ValueFlag.TrueValue = "1";
  210. this.ValueFlag.Width = 50;
  211. //
  212. // PrinterID
  213. //
  214. this.PrinterID.DataPropertyName = "PLCID";
  215. this.PrinterID.HeaderText = "PLCID";
  216. this.PrinterID.Name = "PrinterID";
  217. this.PrinterID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  218. this.PrinterID.Visible = false;
  219. //
  220. // chkDisplayDisabledData
  221. //
  222. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  223. this.chkDisplayDisabledData.AutoSize = true;
  224. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  225. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 516);
  227. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  228. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  229. this.chkDisplayDisabledData.TabIndex = 1;
  230. this.chkDisplayDisabledData.Text = "显示停用记录";
  231. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  232. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  233. //
  234. // btnSave
  235. //
  236. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  237. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  238. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  239. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btnSave.ForeColor = System.Drawing.Color.White;
  241. this.btnSave.Location = new System.Drawing.Point(598, 516);
  242. this.btnSave.Name = "btnSave";
  243. this.btnSave.Size = new System.Drawing.Size(85, 30);
  244. this.btnSave.TabIndex = 2;
  245. this.btnSave.Text = "保存";
  246. this.btnSave.UseVisualStyleBackColor = true;
  247. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  248. //
  249. // btnCancel
  250. //
  251. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  252. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  253. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  254. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  255. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.btnCancel.ForeColor = System.Drawing.Color.White;
  257. this.btnCancel.Location = new System.Drawing.Point(689, 516);
  258. this.btnCancel.Name = "btnCancel";
  259. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  260. this.btnCancel.TabIndex = 3;
  261. this.btnCancel.Text = "关闭";
  262. this.btnCancel.UseVisualStyleBackColor = true;
  263. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  264. //
  265. // F_MST_0413
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.BackColor = System.Drawing.SystemColors.Window;
  270. this.CancelButton = this.btnCancel;
  271. this.ClientSize = new System.Drawing.Size(786, 571);
  272. this.Controls.Add(this.btnCancel);
  273. this.Controls.Add(this.btnSave);
  274. this.Controls.Add(this.chkDisplayDisabledData);
  275. this.Controls.Add(this.dgvPrinter);
  276. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  277. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  278. this.IsSaveFormSize = false;
  279. this.MaximizeBox = false;
  280. this.MinimizeBox = false;
  281. this.Name = "F_MST_0413";
  282. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  283. this.StatusBackColor = System.Drawing.SystemColors.Window;
  284. this.StatusSizingGrip = false;
  285. this.Text = "PLC参数";
  286. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0411_FormClosing);
  287. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0411_FormClosed);
  288. this.Load += new System.EventHandler(this.F_MST_0411_Load);
  289. this.Controls.SetChildIndex(this.dgvPrinter, 0);
  290. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  291. this.Controls.SetChildIndex(this.btnSave, 0);
  292. this.Controls.SetChildIndex(this.btnCancel, 0);
  293. ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).EndInit();
  294. this.ResumeLayout(false);
  295. this.PerformLayout();
  296. }
  297. #endregion
  298. private Basics.BaseControls.C_DataGridView dgvPrinter;
  299. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  300. private Basics.BaseControls.C_Button btnSave;
  301. private Basics.BaseControls.C_Button btnCancel;
  302. private System.Windows.Forms.DataGridViewTextBoxColumn PLCName;
  303. private System.Windows.Forms.DataGridViewTextBoxColumn IP;
  304. private Basics.BaseControls.C_DGV_Column_Digital Port;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn dec;
  306. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  308. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn PrinterID;
  310. }
  311. }