| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- namespace Core.StlMes.Client.SaleOrder
- {
- partial class frmOrderlaw
- {
- /// <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()
- {
- this.cho_reason = new System.Windows.Forms.TextBox();
- this.chm_sure = new System.Windows.Forms.Button();
- this.chm_close = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // cho_reason
- //
- this.cho_reason.Dock = System.Windows.Forms.DockStyle.Top;
- this.cho_reason.Location = new System.Drawing.Point(0, 0);
- this.cho_reason.Multiline = true;
- this.cho_reason.Name = "cho_reason";
- this.cho_reason.Size = new System.Drawing.Size(344, 193);
- this.cho_reason.TabIndex = 0;
- //
- // chm_sure
- //
- this.chm_sure.Location = new System.Drawing.Point(132, 215);
- this.chm_sure.Name = "chm_sure";
- this.chm_sure.Size = new System.Drawing.Size(89, 35);
- this.chm_sure.TabIndex = 1;
- this.chm_sure.Text = "确定";
- this.chm_sure.UseVisualStyleBackColor = true;
- this.chm_sure.Click += new System.EventHandler(this.button1_Click);
- //
- // chm_close
- //
- this.chm_close.Location = new System.Drawing.Point(241, 215);
- this.chm_close.Name = "chm_close";
- this.chm_close.Size = new System.Drawing.Size(89, 35);
- this.chm_close.TabIndex = 2;
- this.chm_close.Text = "关闭";
- this.chm_close.UseVisualStyleBackColor = true;
- this.chm_close.Click += new System.EventHandler(this.chm_close_Click);
- //
- // frmOrderlaw
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(344, 262);
- this.Controls.Add(this.chm_close);
- this.Controls.Add(this.chm_sure);
- this.Controls.Add(this.cho_reason);
- this.Name = "frmOrderlaw";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "评审不通过原因";
- this.Load += new System.EventHandler(this.frmOrderlaw_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox cho_reason;
- private System.Windows.Forms.Button chm_sure;
- private System.Windows.Forms.Button chm_close;
- }
- }
|