天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

147 lines
6.3 KiB

namespace QMAPP.WinForm.Forms.ODS
{
partial class VideoTypeEditForm
{
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.tsbClose = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtType = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSave,
this.tsbClose});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(484, 60);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tsbSave
//
this.tsbSave.AutoSize = false;
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(100, 60);
this.tsbSave.Text = "保存";
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// tsbClose
//
this.tsbClose.AutoSize = false;
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle;
this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbClose.Name = "tsbClose";
this.tsbClose.Size = new System.Drawing.Size(100, 60);
this.tsbClose.Text = "关闭";
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtType);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Location = new System.Drawing.Point(3, 63);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(481, 487);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// txtType
//
this.txtType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtType.Location = new System.Drawing.Point(192, 60);
this.txtType.MaxLength = 30;
this.txtType.Name = "txtType";
this.txtType.Size = new System.Drawing.Size(221, 26);
this.txtType.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(75, 66);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(11, 12);
this.label6.TabIndex = 9;
this.label6.Text = "*";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label5.Location = new System.Drawing.Point(91, 63);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(93, 16);
this.label5.TabIndex = 6;
this.label5.Text = "视频类型:";
//
// VideoTypeEditForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 250);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.Name = "VideoTypeEditForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "播放类型维护";
this.Load += new System.EventHandler(this.Form_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbSave;
private System.Windows.Forms.ToolStripButton tsbClose;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtType;
}
}