frmLocalTruckImageShow.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class frmLocalTruckImageShow
  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. this.cmbRecordNo = new System.Windows.Forms.ComboBox();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.labWeightNo = new System.Windows.Forms.Label();
  33. this.pnlpic2 = new System.Windows.Forms.Panel();
  34. this.pnlpicMax = new System.Windows.Forms.Panel();
  35. this.picMax = new System.Windows.Forms.PictureBox();
  36. this.panel1.SuspendLayout();
  37. this.pnlpicMax.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.picMax)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // cmbRecordNo
  42. //
  43. this.cmbRecordNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  44. this.cmbRecordNo.FormattingEnabled = true;
  45. this.cmbRecordNo.Location = new System.Drawing.Point(162, 24);
  46. this.cmbRecordNo.Name = "cmbRecordNo";
  47. this.cmbRecordNo.Size = new System.Drawing.Size(178, 23);
  48. this.cmbRecordNo.TabIndex = 0;
  49. this.cmbRecordNo.SelectedIndexChanged += new System.EventHandler(this.cmbRecordNo_SelectedIndexChanged);
  50. //
  51. // panel1
  52. //
  53. this.panel1.Controls.Add(this.textBox1);
  54. this.panel1.Controls.Add(this.label1);
  55. this.panel1.Controls.Add(this.labWeightNo);
  56. this.panel1.Controls.Add(this.cmbRecordNo);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.panel1.Location = new System.Drawing.Point(0, 0);
  59. this.panel1.Name = "panel1";
  60. this.panel1.Size = new System.Drawing.Size(1344, 52);
  61. this.panel1.TabIndex = 1;
  62. //
  63. // textBox1
  64. //
  65. this.textBox1.Location = new System.Drawing.Point(503, 24);
  66. this.textBox1.Name = "textBox1";
  67. this.textBox1.Size = new System.Drawing.Size(321, 25);
  68. this.textBox1.TabIndex = 3;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(382, 27);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(112, 15);
  76. this.label1.TabIndex = 2;
  77. this.label1.Text = "图片本地路径:";
  78. //
  79. // labWeightNo
  80. //
  81. this.labWeightNo.AutoSize = true;
  82. this.labWeightNo.Location = new System.Drawing.Point(41, 27);
  83. this.labWeightNo.Name = "labWeightNo";
  84. this.labWeightNo.Size = new System.Drawing.Size(82, 15);
  85. this.labWeightNo.TabIndex = 1;
  86. this.labWeightNo.Text = "称重单号:";
  87. //
  88. // pnlpic2
  89. //
  90. this.pnlpic2.Dock = System.Windows.Forms.DockStyle.Right;
  91. this.pnlpic2.Location = new System.Drawing.Point(1071, 52);
  92. this.pnlpic2.Name = "pnlpic2";
  93. this.pnlpic2.Size = new System.Drawing.Size(273, 671);
  94. this.pnlpic2.TabIndex = 2;
  95. //
  96. // pnlpicMax
  97. //
  98. this.pnlpicMax.Controls.Add(this.picMax);
  99. this.pnlpicMax.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.pnlpicMax.Location = new System.Drawing.Point(0, 52);
  101. this.pnlpicMax.Name = "pnlpicMax";
  102. this.pnlpicMax.Size = new System.Drawing.Size(1071, 671);
  103. this.pnlpicMax.TabIndex = 3;
  104. //
  105. // picMax
  106. //
  107. this.picMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  108. this.picMax.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.picMax.Location = new System.Drawing.Point(0, 0);
  110. this.picMax.Name = "picMax";
  111. this.picMax.Size = new System.Drawing.Size(1071, 671);
  112. this.picMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  113. this.picMax.TabIndex = 0;
  114. this.picMax.TabStop = false;
  115. //
  116. // frmLocalTruckImageShow
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.ClientSize = new System.Drawing.Size(1344, 723);
  121. this.Controls.Add(this.pnlpicMax);
  122. this.Controls.Add(this.pnlpic2);
  123. this.Controls.Add(this.panel1);
  124. this.Name = "frmLocalTruckImageShow";
  125. this.Text = "frmLocalTruckImageShow";
  126. this.Load += new System.EventHandler(this.frmLocalTruckImageShow_Load);
  127. this.panel1.ResumeLayout(false);
  128. this.panel1.PerformLayout();
  129. this.pnlpicMax.ResumeLayout(false);
  130. ((System.ComponentModel.ISupportInitialize)(this.picMax)).EndInit();
  131. this.ResumeLayout(false);
  132. }
  133. #endregion
  134. private System.Windows.Forms.ComboBox cmbRecordNo;
  135. private System.Windows.Forms.Panel panel1;
  136. private System.Windows.Forms.TextBox textBox1;
  137. private System.Windows.Forms.Label label1;
  138. private System.Windows.Forms.Label labWeightNo;
  139. private System.Windows.Forms.Panel pnlpic2;
  140. private System.Windows.Forms.Panel pnlpicMax;
  141. private System.Windows.Forms.PictureBox picMax;
  142. }
  143. }