12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- namespace UAS_MES.Query
- {
- partial class Query_ShowPicture
- {
- /// <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.PicBox = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.PicBox)).BeginInit();
- this.SuspendLayout();
- //
- // PicBox
- //
- this.PicBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PicBox.Location = new System.Drawing.Point(0, 0);
- this.PicBox.Name = "PicBox";
- this.PicBox.Size = new System.Drawing.Size(1102, 686);
- this.PicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.PicBox.TabIndex = 0;
- this.PicBox.TabStop = false;
- //
- // Query_ShowPicture
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1102, 686);
- this.Controls.Add(this.PicBox);
- this.Name = "Query_ShowPicture";
- this.Text = "作业指导书";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.Query_ShowPicture_Load);
- ((System.ComponentModel.ISupportInitialize)(this.PicBox)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox PicBox;
- }
- }
|