123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- namespace WCS_Client.From
- {
- partial class Form_PRIORITY
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.nudPRIORITY = new System.Windows.Forms.NumericUpDown();
- this.btnUpdateSave = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.lblTask_no = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.nudPRIORITY)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(80, 60);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "优先级:";
- //
- // nudPRIORITY
- //
- this.nudPRIORITY.Location = new System.Drawing.Point(155, 56);
- this.nudPRIORITY.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.nudPRIORITY.Name = "nudPRIORITY";
- this.nudPRIORITY.ReadOnly = true;
- this.nudPRIORITY.Size = new System.Drawing.Size(120, 21);
- this.nudPRIORITY.TabIndex = 1;
- this.nudPRIORITY.Value = new decimal(new int[] {
- 2,
- 0,
- 0,
- 0});
- //
- // btnUpdateSave
- //
- this.btnUpdateSave.Location = new System.Drawing.Point(64, 108);
- this.btnUpdateSave.Name = "btnUpdateSave";
- this.btnUpdateSave.Size = new System.Drawing.Size(75, 23);
- this.btnUpdateSave.TabIndex = 2;
- this.btnUpdateSave.Text = "修改保存";
- this.btnUpdateSave.UseVisualStyleBackColor = true;
- this.btnUpdateSave.Click += new System.EventHandler(this.btnUpdateSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(209, 108);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(80, 20);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 4;
- this.label2.Text = "任务号:";
- //
- // lblTask_no
- //
- this.lblTask_no.AutoSize = true;
- this.lblTask_no.Location = new System.Drawing.Point(155, 20);
- this.lblTask_no.Name = "lblTask_no";
- this.lblTask_no.Size = new System.Drawing.Size(41, 12);
- this.lblTask_no.TabIndex = 5;
- this.lblTask_no.Text = "任务号";
- //
- // Form_PRIORITY
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(361, 155);
- this.Controls.Add(this.lblTask_no);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnUpdateSave);
- this.Controls.Add(this.nudPRIORITY);
- this.Controls.Add(this.label1);
- this.MinimizeBox = false;
- this.Name = "Form_PRIORITY";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "调整优先级";
- ((System.ComponentModel.ISupportInitialize)(this.nudPRIORITY)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.NumericUpDown nudPRIORITY;
- private System.Windows.Forms.Button btnUpdateSave;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label lblTask_no;
- }
- }
|