懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmGoodsInfo
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGoodsInfo));
32             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
33             this.btn_add = new System.Windows.Forms.ToolStripButton();
34             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
35             this.btn_edit = new System.Windows.Forms.ToolStripButton();
36             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
37             this.btn_delete = new System.Windows.Forms.ToolStripButton();
38             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
39             this.btn_refresh = new System.Windows.Forms.ToolStripButton();
40             this.dataGridView1 = new System.Windows.Forms.DataGridView();
41             this.toolStrip1.SuspendLayout();
42             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
43             this.SuspendLayout();
44             // 
45             // toolStrip1
46             // 
47             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
48             this.btn_add,
49             this.toolStripSeparator1,
50             this.btn_edit,
51             this.toolStripSeparator2,
52             this.btn_delete,
53             this.toolStripSeparator3,
54             this.btn_refresh});
55             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
56             this.toolStrip1.Name = "toolStrip1";
57             this.toolStrip1.Size = new System.Drawing.Size(506, 25);
58             this.toolStrip1.TabIndex = 6;
59             this.toolStrip1.Text = "toolStrip1";
60             // 
61             // btn_add
62             // 
63             this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
64             this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
65             this.btn_add.Name = "btn_add";
66             this.btn_add.Size = new System.Drawing.Size(52, 22);
67             this.btn_add.Text = "添加";
68             // 
69             // toolStripSeparator1
70             // 
71             this.toolStripSeparator1.Name = "toolStripSeparator1";
72             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
73             // 
74             // btn_edit
75             // 
76             this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
77             this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta;
78             this.btn_edit.Name = "btn_edit";
79             this.btn_edit.Size = new System.Drawing.Size(52, 22);
80             this.btn_edit.Text = "编辑";
81             // 
82             // toolStripSeparator2
83             // 
84             this.toolStripSeparator2.Name = "toolStripSeparator2";
85             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
86             // 
87             // btn_delete
88             // 
89             this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
90             this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
91             this.btn_delete.Name = "btn_delete";
92             this.btn_delete.Size = new System.Drawing.Size(52, 22);
93             this.btn_delete.Text = "删除";
94             // 
95             // toolStripSeparator3
96             // 
97             this.toolStripSeparator3.Name = "toolStripSeparator3";
98             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
99             // 
100             // btn_refresh
101             // 
102             this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
103             this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
104             this.btn_refresh.Name = "btn_refresh";
105             this.btn_refresh.Size = new System.Drawing.Size(52, 22);
106             this.btn_refresh.Text = "刷新";
107             // 
108             // dataGridView1
109             // 
110             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
111             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
112             this.dataGridView1.Location = new System.Drawing.Point(0, 25);
113             this.dataGridView1.Name = "dataGridView1";
114             this.dataGridView1.RowTemplate.Height = 23;
115             this.dataGridView1.Size = new System.Drawing.Size(506, 243);
116             this.dataGridView1.TabIndex = 7;
117             // 
118             // FrmGoodsInfo
119             // 
120             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
121             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122             this.ClientSize = new System.Drawing.Size(506, 268);
123             this.Controls.Add(this.dataGridView1);
124             this.Controls.Add(this.toolStrip1);
125             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
126             this.Name = "FrmGoodsInfo";
127             this.Text = "商品信息";
128             this.toolStrip1.ResumeLayout(false);
129             this.toolStrip1.PerformLayout();
130             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
131             this.ResumeLayout(false);
132             this.PerformLayout();
133
134         }
135
136         #endregion
137
138         private System.Windows.Forms.ToolStrip toolStrip1;
139         private System.Windows.Forms.ToolStripButton btn_add;
140         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
141         private System.Windows.Forms.ToolStripButton btn_edit;
142         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
143         private System.Windows.Forms.ToolStripButton btn_delete;
144         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
145         private System.Windows.Forms.ToolStripButton btn_refresh;
146         private System.Windows.Forms.DataGridView dataGridView1;
147     }
148 }