F_PM_1702.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1702
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1702));
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.lblRecordTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.dtpRecordTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  38. this.dgvCelsiusRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.btnAddDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.RecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ThermometerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.RecorderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.ThermometerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Celsius = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  48. this.Humidity = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  49. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // lblRecordTime
  54. //
  55. this.lblRecordTime.AutoSize = true;
  56. this.lblRecordTime.BackColor = System.Drawing.Color.Transparent;
  57. this.lblRecordTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblRecordTime.ForeColor = System.Drawing.SystemColors.ControlText;
  59. this.lblRecordTime.Location = new System.Drawing.Point(12, 18);
  60. this.lblRecordTime.Name = "lblRecordTime";
  61. this.lblRecordTime.Size = new System.Drawing.Size(53, 12);
  62. this.lblRecordTime.TabIndex = 116;
  63. this.lblRecordTime.Text = "记录时间";
  64. //
  65. // dtpRecordTime
  66. //
  67. this.dtpRecordTime.CustomFormat = "yyyy-MM-dd HH:mm";
  68. this.dtpRecordTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.dtpRecordTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  70. this.dtpRecordTime.Location = new System.Drawing.Point(71, 12);
  71. this.dtpRecordTime.Name = "dtpRecordTime";
  72. this.dtpRecordTime.Size = new System.Drawing.Size(135, 21);
  73. this.dtpRecordTime.TabIndex = 117;
  74. //
  75. // dgvCelsiusRecord
  76. //
  77. this.dgvCelsiusRecord.AllowUserToAddRows = false;
  78. this.dgvCelsiusRecord.AllowUserToDeleteRows = false;
  79. this.dgvCelsiusRecord.AllowUserToModifyRows = true;
  80. this.dgvCelsiusRecord.AllowUserToOrderColumns = true;
  81. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  82. this.dgvCelsiusRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  83. this.dgvCelsiusRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.dgvCelsiusRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  87. this.dgvCelsiusRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  88. this.dgvCelsiusRecord.CellHeight = 23;
  89. this.dgvCelsiusRecord.ChildNodeColumnName = null;
  90. this.dgvCelsiusRecord.ChildNodeColumnText = null;
  91. this.dgvCelsiusRecord.ColumnDeep = 1;
  92. this.dgvCelsiusRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  93. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  95. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  97. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  100. this.dgvCelsiusRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  101. this.dgvCelsiusRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  102. this.dgvCelsiusRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.RecordID,
  104. this.ThermometerID,
  105. this.RecorderID,
  106. this.ThermometerCode,
  107. this.RecordDate,
  108. this.Celsius,
  109. this.Humidity,
  110. this.Remarks});
  111. this.dgvCelsiusRecord.ColumnTreeView = null;
  112. this.dgvCelsiusRecord.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)));
  113. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  115. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  117. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  118. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  120. this.dgvCelsiusRecord.DefaultCellStyle = dataGridViewCellStyle6;
  121. this.dgvCelsiusRecord.DynamicColumnName = "";
  122. this.dgvCelsiusRecord.EnableHeadersVisualStyles = false;
  123. this.dgvCelsiusRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.dgvCelsiusRecord.IsAutoCountSum = true;
  125. this.dgvCelsiusRecord.IsAutoResizeColumns = false;
  126. this.dgvCelsiusRecord.IsClickF12 = false;
  127. this.dgvCelsiusRecord.IsSubTotalFlag = false;
  128. this.dgvCelsiusRecord.Location = new System.Drawing.Point(12, 45);
  129. this.dgvCelsiusRecord.MultiSelect = false;
  130. this.dgvCelsiusRecord.Name = "dgvCelsiusRecord";
  131. this.dgvCelsiusRecord.RefreshAtHscroll = false;
  132. this.dgvCelsiusRecord.RowHeadersWidth = 50;
  133. this.dgvCelsiusRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  134. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  135. this.dgvCelsiusRecord.RowsDefaultCellStyle = dataGridViewCellStyle7;
  136. this.dgvCelsiusRecord.RowTemplate.Height = 21;
  137. this.dgvCelsiusRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  138. this.dgvCelsiusRecord.Size = new System.Drawing.Size(709, 308);
  139. this.dgvCelsiusRecord.SortOrderColumnName = null;
  140. this.dgvCelsiusRecord.TabIndex = 127;
  141. this.dgvCelsiusRecord.Tag = true;
  142. this.dgvCelsiusRecord.TotalSumColumns = null;
  143. this.dgvCelsiusRecord.ViewRowFilter = "";
  144. this.dgvCelsiusRecord.VirtualMode = true;
  145. //
  146. // btnAddDetail
  147. //
  148. this.btnAddDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  149. this.btnAddDetail.BackColor = System.Drawing.Color.Transparent;
  150. this.btnAddDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddDetail.BackgroundImage")));
  151. this.btnAddDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btnAddDetail.ForeColor = System.Drawing.Color.White;
  153. this.btnAddDetail.Location = new System.Drawing.Point(636, 9);
  154. this.btnAddDetail.Name = "btnAddDetail";
  155. this.btnAddDetail.Size = new System.Drawing.Size(85, 30);
  156. this.btnAddDetail.TabIndex = 128;
  157. this.btnAddDetail.Text = "生成明细(&Q)";
  158. this.btnAddDetail.UseVisualStyleBackColor = false;
  159. this.btnAddDetail.Click += new System.EventHandler(this.btnAddDetail_Click);
  160. //
  161. // btnSave
  162. //
  163. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  164. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  165. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  166. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.btnSave.ForeColor = System.Drawing.Color.White;
  168. this.btnSave.Location = new System.Drawing.Point(545, 359);
  169. this.btnSave.Name = "btnSave";
  170. this.btnSave.Size = new System.Drawing.Size(85, 30);
  171. this.btnSave.TabIndex = 129;
  172. this.btnSave.Text = "保存(&S)";
  173. this.btnSave.UseVisualStyleBackColor = false;
  174. this.btnSave.Click += new System.EventHandler(this.btnSubmit_Click);
  175. //
  176. // btnCancel
  177. //
  178. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  179. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  180. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  181. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  182. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btnCancel.ForeColor = System.Drawing.Color.White;
  184. this.btnCancel.Location = new System.Drawing.Point(636, 359);
  185. this.btnCancel.Name = "btnCancel";
  186. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  187. this.btnCancel.TabIndex = 130;
  188. this.btnCancel.Text = "取消(&C)";
  189. this.btnCancel.UseVisualStyleBackColor = false;
  190. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  191. //
  192. // RecordID
  193. //
  194. this.RecordID.DataPropertyName = "RecordID";
  195. this.RecordID.HeaderText = "温湿度记录ID";
  196. this.RecordID.Name = "RecordID";
  197. this.RecordID.Visible = false;
  198. //
  199. // ThermometerID
  200. //
  201. this.ThermometerID.DataPropertyName = "ThermometerID";
  202. this.ThermometerID.HeaderText = "温湿计ID";
  203. this.ThermometerID.Name = "ThermometerID";
  204. this.ThermometerID.Visible = false;
  205. //
  206. // RecorderID
  207. //
  208. this.RecorderID.DataPropertyName = "RecorderID";
  209. this.RecorderID.HeaderText = "记录人工号ID";
  210. this.RecorderID.Name = "RecorderID";
  211. this.RecorderID.Visible = false;
  212. //
  213. // ThermometerCode
  214. //
  215. this.ThermometerCode.DataPropertyName = "ThermometerCode";
  216. this.ThermometerCode.HeaderText = "温湿计编码";
  217. this.ThermometerCode.Name = "ThermometerCode";
  218. this.ThermometerCode.ReadOnly = true;
  219. this.ThermometerCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  220. //
  221. // RecordDate
  222. //
  223. this.RecordDate.DataPropertyName = "RecordDate";
  224. dataGridViewCellStyle3.Format = "yyyy-MM-dd hh:mm";
  225. this.RecordDate.DefaultCellStyle = dataGridViewCellStyle3;
  226. this.RecordDate.HeaderText = "记录时间";
  227. this.RecordDate.Name = "RecordDate";
  228. this.RecordDate.ReadOnly = true;
  229. this.RecordDate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  230. this.RecordDate.Visible = false;
  231. this.RecordDate.Width = 120;
  232. //
  233. // Celsius
  234. //
  235. this.Celsius.DataPropertyName = "Celsius";
  236. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  237. this.Celsius.DefaultCellStyle = dataGridViewCellStyle4;
  238. this.Celsius.HeaderText = "温度(℃)";
  239. this.Celsius.MaxValue = new decimal(new int[] {
  240. 999999,
  241. 0,
  242. 0,
  243. 0});
  244. this.Celsius.MinValue = new decimal(new int[] {
  245. 0,
  246. 0,
  247. 0,
  248. 0});
  249. this.Celsius.Name = "Celsius";
  250. this.Celsius.Number = new System.Drawing.Point(3, 1);
  251. this.Celsius.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  252. //
  253. // Humidity
  254. //
  255. this.Humidity.DataPropertyName = "Humidity";
  256. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  257. this.Humidity.DefaultCellStyle = dataGridViewCellStyle5;
  258. this.Humidity.HeaderText = "湿度(%RH)";
  259. this.Humidity.MaxValue = new decimal(new int[] {
  260. 99999,
  261. 0,
  262. 0,
  263. 0});
  264. this.Humidity.MinValue = new decimal(new int[] {
  265. 0,
  266. 0,
  267. 0,
  268. 0});
  269. this.Humidity.Name = "Humidity";
  270. this.Humidity.Number = new System.Drawing.Point(3, 1);
  271. this.Humidity.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  272. //
  273. // Remarks
  274. //
  275. this.Remarks.DataPropertyName = "Remarks";
  276. this.Remarks.HeaderText = "备注";
  277. this.Remarks.Name = "Remarks";
  278. this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  279. this.Remarks.Width = 150;
  280. //
  281. // F_PM_1702
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.ClientSize = new System.Drawing.Size(733, 414);
  286. this.Controls.Add(this.btnCancel);
  287. this.Controls.Add(this.btnSave);
  288. this.Controls.Add(this.btnAddDetail);
  289. this.Controls.Add(this.dgvCelsiusRecord);
  290. this.Controls.Add(this.dtpRecordTime);
  291. this.Controls.Add(this.lblRecordTime);
  292. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  293. this.IsSaveFormSize = false;
  294. this.MaximizeBox = false;
  295. this.MinimizeBox = false;
  296. this.Name = "F_PM_1702";
  297. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  298. this.Text = "F_PM_1702";
  299. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  300. this.Load += new System.EventHandler(this.F_PM_1702_Load);
  301. this.Controls.SetChildIndex(this.lblRecordTime, 0);
  302. this.Controls.SetChildIndex(this.dtpRecordTime, 0);
  303. this.Controls.SetChildIndex(this.dgvCelsiusRecord, 0);
  304. this.Controls.SetChildIndex(this.btnAddDetail, 0);
  305. this.Controls.SetChildIndex(this.btnSave, 0);
  306. this.Controls.SetChildIndex(this.btnCancel, 0);
  307. ((System.ComponentModel.ISupportInitialize)(this.dgvCelsiusRecord)).EndInit();
  308. this.ResumeLayout(false);
  309. this.PerformLayout();
  310. }
  311. #endregion
  312. private Basics.BaseControls.C_Label lblRecordTime;
  313. private Basics.BaseControls.C_DateTimePicker dtpRecordTime;
  314. private Basics.BaseControls.C_DataGridView dgvCelsiusRecord;
  315. private Basics.BaseControls.C_Button btnAddDetail;
  316. private Basics.BaseControls.C_Button btnSave;
  317. private Basics.BaseControls.C_Button btnCancel;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn RecordID;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerID;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn RecorderID;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn ThermometerCode;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
  323. private Basics.BaseControls.C_DGV_Column_Digital Celsius;
  324. private Basics.BaseControls.C_DGV_Column_Digital Humidity;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  326. }
  327. }