| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- namespace Core.StlMes.Client.Judge.Forms
- {
- partial class QcmRolledJhyPassConfigFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.SuspendLayout();
- //
- // ultraLabel1
- //
- appearance1.TextVAlignAsString = "Bottom";
- this.ultraLabel1.Appearance = appearance1;
- this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraLabel1.Location = new System.Drawing.Point(0, 0);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(753, 23);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "工艺审核统一配置科室为工艺科,业务员审核统一配置科室为销售的合同科";
- //
- // QcmRolledTubePassConfigFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(753, 387);
- this.Controls.Add(this.ultraLabel1);
- this.Name = "QcmRolledTubePassConfigFrm";
- this.Text = "QcmRolledTubePassConfigFrm";
- this.Load += new System.EventHandler(this.QcmRolledTubePassConfigFrm_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- }
- }
|