华恒Mes鼎捷代码
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.

281 lines
14 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSPicture
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSPicture));
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.can = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.status = new DevExpress.XtraGrid.Columns.GridColumn();
this.see = new DevExpress.XtraGrid.Columns.GridColumn();
this.ButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.textBoxcode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxpic = new System.Windows.Forms.TextBox();
this.textBoxname = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.path = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(593, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 30);
this.btnClose.TabIndex = 5;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(270, 13);
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(126, 41);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = "图纸";
//
// can
//
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.can.Location = new System.Drawing.Point(534, 507);
this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.can.Name = "can";
this.can.Size = new System.Drawing.Size(78, 30);
this.can.TabIndex = 31;
this.can.Text = "取消";
this.can.Click += new System.EventHandler(this.btnClose_Click);
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.gridControl1);
this.panelControl1.Controls.Add(this.textBoxcode);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.textBoxpic);
this.panelControl1.Controls.Add(this.textBoxname);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Location = new System.Drawing.Point(1, 58);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(622, 445);
this.panelControl1.TabIndex = 23;
//
// gridControl1
//
this.gridControl1.Location = new System.Drawing.Point(0, 166);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.ButtonEdit1});
this.gridControl1.Size = new System.Drawing.Size(622, 276);
this.gridControl1.TabIndex = 45;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.Name,
this.status,
this.see,
this.path});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupPanelText = " ";
this.gridView1.IndicatorWidth = 20;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
//
// Name
//
this.Name.Caption = "名称";
this.Name.FieldName = "Name";
this.Name.Name = "Name";
this.Name.Visible = true;
this.Name.VisibleIndex = 0;
//
// status
//
this.status.Caption = "状态";
this.status.FieldName = "status";
this.status.Name = "status";
this.status.Visible = true;
this.status.VisibleIndex = 1;
//
// see
//
this.see.Caption = "查看";
this.see.ColumnEdit = this.ButtonEdit1;
this.see.FieldName = "see";
this.see.Name = "see";
this.see.Visible = true;
this.see.VisibleIndex = 2;
//
// ButtonEdit1
//
this.ButtonEdit1.AutoHeight = false;
this.ButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.ButtonEdit1.Name = "ButtonEdit1";
this.ButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.ButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ButtonEdit1_ButtonClick);
//
// textBoxcode
//
this.textBoxcode.Location = new System.Drawing.Point(143, 120);
this.textBoxcode.Name = "textBoxcode";
this.textBoxcode.Size = new System.Drawing.Size(385, 26);
this.textBoxcode.TabIndex = 44;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(67, 123);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 18);
this.label3.TabIndex = 43;
this.label3.Text = "物料编码:";
//
// textBoxpic
//
this.textBoxpic.Location = new System.Drawing.Point(378, 54);
this.textBoxpic.Name = "textBoxpic";
this.textBoxpic.Size = new System.Drawing.Size(150, 26);
this.textBoxpic.TabIndex = 42;
//
// textBoxname
//
this.textBoxname.Location = new System.Drawing.Point(143, 54);
this.textBoxname.Name = "textBoxname";
this.textBoxname.Size = new System.Drawing.Size(130, 26);
this.textBoxname.TabIndex = 41;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(319, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 18);
this.label2.TabIndex = 40;
this.label2.Text = "图号:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(67, 57);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 18);
this.label1.TabIndex = 39;
this.label1.Text = "工序名称:";
//
// path
//
this.path.Caption = "路径";
this.path.FieldName = "Path";
this.path.Name = "path";
//
// FormICSPicture
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(624, 538);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.can);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormContainerAddEdit";
this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton can;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn Name;
private DevExpress.XtraGrid.Columns.GridColumn status;
private DevExpress.XtraGrid.Columns.GridColumn see;
private System.Windows.Forms.TextBox textBoxcode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxpic;
private System.Windows.Forms.TextBox textBoxname;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ButtonEdit1;
private DevExpress.XtraGrid.Columns.GridColumn path;
}
}