📄 productoperform.designer.cs
字号:
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(17, 42);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 12);
this.label6.TabIndex = 9;
this.label6.Text = "商品类别名称:";
//
// GB
//
this.GB.Controls.Add(this.label9);
this.GB.Controls.Add(this.txtPhotoPath);
this.GB.Controls.Add(this.picPhoto);
this.GB.Controls.Add(this.label8);
this.GB.Controls.Add(this.txtPrice);
this.GB.Controls.Add(this.label7);
this.GB.Controls.Add(this.cboCateName);
this.GB.Controls.Add(this.label6);
this.GB.Controls.Add(this.txtPinName);
this.GB.Controls.Add(this.label5);
this.GB.Controls.Add(this.cboUnitName);
this.GB.Controls.Add(this.label4);
this.GB.Controls.Add(this.btnCancel);
this.GB.Controls.Add(this.btnOk);
this.GB.Controls.Add(this.txtMemo);
this.GB.Controls.Add(this.label3);
this.GB.Controls.Add(this.txtName);
this.GB.Controls.Add(this.label2);
this.GB.Controls.Add(this.txtID);
this.GB.Controls.Add(this.label1);
this.GB.Location = new System.Drawing.Point(20, 11);
this.GB.Margin = new System.Windows.Forms.Padding(4);
this.GB.Name = "GB";
this.GB.Padding = new System.Windows.Forms.Padding(4);
this.GB.Size = new System.Drawing.Size(529, 397);
this.GB.TabIndex = 6;
this.GB.TabStop = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(19, 308);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 15;
this.label9.Text = "图片路径:";
//
// txtPhotoPath
//
this.txtPhotoPath.Location = new System.Drawing.Point(85, 305);
this.txtPhotoPath.Name = "txtPhotoPath";
this.txtPhotoPath.Size = new System.Drawing.Size(191, 21);
this.txtPhotoPath.TabIndex = 14;
//
// picPhoto
//
this.picPhoto.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.picPhoto.Cursor = System.Windows.Forms.Cursors.Hand;
this.picPhoto.Location = new System.Drawing.Point(114, 224);
this.picPhoto.Name = "picPhoto";
this.picPhoto.Size = new System.Drawing.Size(100, 77);
this.picPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picPhoto.TabIndex = 13;
this.picPhoto.TabStop = false;
this.picPhoto.Click += new System.EventHandler(this.picPhoto_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(19, 224);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 12;
this.label8.Text = "图片:";
//
// txtPinName
//
this.txtPinName.Location = new System.Drawing.Point(364, 101);
this.txtPinName.Margin = new System.Windows.Forms.Padding(4);
this.txtPinName.Name = "txtPinName";
this.txtPinName.Size = new System.Drawing.Size(132, 21);
this.txtPinName.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(291, 105);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "拼音码:";
//
// cboUnitName
//
this.cboUnitName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboUnitName.FormattingEnabled = true;
this.cboUnitName.Location = new System.Drawing.Point(114, 164);
this.cboUnitName.Margin = new System.Windows.Forms.Padding(4);
this.cboUnitName.Name = "cboUnitName";
this.cboUnitName.Size = new System.Drawing.Size(143, 20);
this.cboUnitName.TabIndex = 3;
this.cboUnitName.SelectionChangeCommitted += new System.EventHandler(this.cboUnitName_SelectionChangeCommitted);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 414);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(571, 22);
this.statusStrip1.TabIndex = 7;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(525, 17);
this.toolStripStatusLabel1.Spring = true;
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ProductOperForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 436);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.GB);
this.Name = "ProductOperForm";
this.Text = "ProductOperForm";
this.Load += new System.EventHandler(this.ProductOperForm_Load);
this.GB.ResumeLayout(false);
this.GB.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picPhoto)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cboCateName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox GB;
private System.Windows.Forms.PictureBox picPhoto;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtPinName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cboUnitName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtPhotoPath;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.Timer timer1;
// private System.Windows.Forms.OpenFileDialog OFD;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -