锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

160 lines
8.2 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSDataCollectInfoDeleteComfirm
  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(FormICSDataCollectInfoDeleteComfirm));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.save = new DevExpress.XtraEditors.SimpleButton();
  33. this.can = new DevExpress.XtraEditors.SimpleButton();
  34. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  35. this.txtPRCode = new DevExpress.XtraEditors.TextEdit();
  36. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  37. this.panelControl1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.txtPRCode.Properties)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // btnClose
  42. //
  43. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  44. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  45. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  46. this.btnClose.Appearance.Options.UseFont = true;
  47. this.btnClose.Appearance.Options.UseForeColor = true;
  48. this.btnClose.Appearance.Options.UseTextOptions = true;
  49. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  50. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  51. this.btnClose.Location = new System.Drawing.Point(261, 1);
  52. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  53. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  54. this.btnClose.Name = "btnClose";
  55. this.btnClose.Size = new System.Drawing.Size(26, 23);
  56. this.btnClose.TabIndex = 5;
  57. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  58. //
  59. // lblTitle
  60. //
  61. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  63. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  64. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  65. this.lblTitle.Name = "lblTitle";
  66. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  67. this.lblTitle.TabIndex = 6;
  68. this.lblTitle.Text = "删除确认";
  69. //
  70. // labelControl1
  71. //
  72. this.labelControl1.Location = new System.Drawing.Point(26, 29);
  73. this.labelControl1.Name = "labelControl1";
  74. this.labelControl1.Size = new System.Drawing.Size(48, 14);
  75. this.labelControl1.TabIndex = 0;
  76. this.labelControl1.Text = "送货单号";
  77. //
  78. // save
  79. //
  80. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  81. this.save.Location = new System.Drawing.Point(59, 68);
  82. this.save.Name = "save";
  83. this.save.Size = new System.Drawing.Size(68, 23);
  84. this.save.TabIndex = 30;
  85. this.save.Text = "确定";
  86. this.save.Click += new System.EventHandler(this.save_Click);
  87. //
  88. // can
  89. //
  90. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  91. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  92. this.can.Location = new System.Drawing.Point(146, 68);
  93. this.can.Name = "can";
  94. this.can.Size = new System.Drawing.Size(68, 23);
  95. this.can.TabIndex = 31;
  96. this.can.Text = "取消";
  97. this.can.Click += new System.EventHandler(this.btnClose_Click);
  98. //
  99. // panelControl1
  100. //
  101. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  105. this.panelControl1.Appearance.Options.UseBackColor = true;
  106. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  107. this.panelControl1.Controls.Add(this.txtPRCode);
  108. this.panelControl1.Controls.Add(this.can);
  109. this.panelControl1.Controls.Add(this.save);
  110. this.panelControl1.Controls.Add(this.labelControl1);
  111. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  112. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  113. this.panelControl1.Name = "panelControl1";
  114. this.panelControl1.Size = new System.Drawing.Size(286, 113);
  115. this.panelControl1.TabIndex = 23;
  116. //
  117. // txtPRCode
  118. //
  119. this.txtPRCode.EnterMoveNextControl = true;
  120. this.txtPRCode.Location = new System.Drawing.Point(104, 26);
  121. this.txtPRCode.Name = "txtPRCode";
  122. this.txtPRCode.Size = new System.Drawing.Size(149, 20);
  123. this.txtPRCode.TabIndex = 73;
  124. //
  125. // FormICSDataCollectInfoDeleteComfirm
  126. //
  127. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  128. this.Appearance.Options.UseBackColor = true;
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(288, 167);
  132. this.Controls.Add(this.panelControl1);
  133. this.Controls.Add(this.lblTitle);
  134. this.Controls.Add(this.btnClose);
  135. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  136. this.Name = "FormICSDataCollectInfoDeleteComfirm";
  137. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  138. this.Text = "FormContainerAddEdit";
  139. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  140. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  141. this.panelControl1.ResumeLayout(false);
  142. this.panelControl1.PerformLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.txtPRCode.Properties)).EndInit();
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private DevExpress.XtraEditors.SimpleButton btnClose;
  148. private DevExpress.XtraEditors.LabelControl lblTitle;
  149. private DevExpress.XtraEditors.LabelControl labelControl1;
  150. private DevExpress.XtraEditors.SimpleButton save;
  151. private DevExpress.XtraEditors.SimpleButton can;
  152. private DevExpress.XtraEditors.PanelControl panelControl1;
  153. private DevExpress.XtraEditors.TextEdit txtPRCode;
  154. }
  155. }