懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmAppendProperty
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             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAppendProperty));
33             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
34             this.btn_add = new System.Windows.Forms.ToolStripButton();
35             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
36             this.btn_edit = new System.Windows.Forms.ToolStripButton();
37             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
38             this.btn_delete = new System.Windows.Forms.ToolStripButton();
39             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
40             this.btn_refresh = new System.Windows.Forms.ToolStripButton();
41             this.treeView1 = new System.Windows.Forms.TreeView();
42             this.dataGridView1 = new System.Windows.Forms.DataGridView();
43             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
44             this.Property_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             this.Property_Function = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             this.Property_Control_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             this.Property_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             this.Property_Control_DataSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             this.Property_Control_Length = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             this.Property_Control_Style = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             this.SortCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             this.ModifyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             this.ModifyUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             this.toolStrip1.SuspendLayout();
57             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
58             this.SuspendLayout();
59             // 
60             // toolStrip1
61             // 
62             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
63             this.btn_add,
64             this.toolStripSeparator1,
65             this.btn_edit,
66             this.toolStripSeparator2,
67             this.btn_delete,
68             this.toolStripSeparator3,
69             this.btn_refresh});
70             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
71             this.toolStrip1.Name = "toolStrip1";
72             this.toolStrip1.Size = new System.Drawing.Size(1004, 25);
73             this.toolStrip1.TabIndex = 1;
74             this.toolStrip1.Text = "toolStrip1";
75             // 
76             // btn_add
77             // 
78             this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
79             this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
80             this.btn_add.Name = "btn_add";
81             this.btn_add.Size = new System.Drawing.Size(52, 22);
82             this.btn_add.Text = "添加";
83             this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
84             // 
85             // toolStripSeparator1
86             // 
87             this.toolStripSeparator1.Name = "toolStripSeparator1";
88             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
89             // 
90             // btn_edit
91             // 
92             this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
93             this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta;
94             this.btn_edit.Name = "btn_edit";
95             this.btn_edit.Size = new System.Drawing.Size(52, 22);
96             this.btn_edit.Text = "编辑";
97             this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
98             // 
99             // toolStripSeparator2
100             // 
101             this.toolStripSeparator2.Name = "toolStripSeparator2";
102             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
103             // 
104             // btn_delete
105             // 
106             this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
107             this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
108             this.btn_delete.Name = "btn_delete";
109             this.btn_delete.Size = new System.Drawing.Size(52, 22);
110             this.btn_delete.Text = "删除";
111             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
112             // 
113             // toolStripSeparator3
114             // 
115             this.toolStripSeparator3.Name = "toolStripSeparator3";
116             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
117             // 
118             // btn_refresh
119             // 
120             this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
121             this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
122             this.btn_refresh.Name = "btn_refresh";
123             this.btn_refresh.Size = new System.Drawing.Size(52, 22);
124             this.btn_refresh.Text = "刷新";
125             this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
126             // 
127             // treeView1
128             // 
129             this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
130             this.treeView1.ItemHeight = 20;
131             this.treeView1.Location = new System.Drawing.Point(0, 25);
132             this.treeView1.Name = "treeView1";
133             this.treeView1.Size = new System.Drawing.Size(191, 470);
134             this.treeView1.TabIndex = 5;
135             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
136             // 
137             // dataGridView1
138             // 
139             this.dataGridView1.AllowUserToAddRows = false;
140             this.dataGridView1.AllowUserToDeleteRows = false;
141             this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
142             | System.Windows.Forms.AnchorStyles.Left) 
143             | System.Windows.Forms.AnchorStyles.Right)));
144             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
145             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
146             this.Property_ID,
147             this.Property_Function,
148             this.Property_Control_ID,
149             this.Property_Name,
150             this.Property_Control_DataSource,
151             this.Property_Control_Length,
152             this.Property_Control_Style,
153             this.SortCode,
154             this.CreateDate,
155             this.CreateUserName,
156             this.ModifyDate,
157             this.ModifyUserName});
158             this.dataGridView1.Location = new System.Drawing.Point(197, 28);
159             this.dataGridView1.Name = "dataGridView1";
160             this.dataGridView1.ReadOnly = true;
161             this.dataGridView1.RowTemplate.Height = 23;
162             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
163             this.dataGridView1.Size = new System.Drawing.Size(807, 467);
164             this.dataGridView1.TabIndex = 6;
165             //this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
166             this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
167             // 
168             // imageList1
169             // 
170             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
171             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
172             this.imageList1.Images.SetKeyName(0, "42.png");
173             // 
174             // Property_ID
175             // 
176             this.Property_ID.DataPropertyName = "Property_ID";
177             this.Property_ID.HeaderText = "编号";
178             this.Property_ID.Name = "Property_ID";
179             this.Property_ID.ReadOnly = true;
180             // 
181             // Property_Function
182             // 
183             this.Property_Function.DataPropertyName = "Property_Function";
184             this.Property_Function.HeaderText = "业务分类";
185             this.Property_Function.Name = "Property_Function";
186             this.Property_Function.ReadOnly = true;
187             // 
188             // Property_Control_ID
189             // 
190             this.Property_Control_ID.DataPropertyName = "Property_Control_ID";
191             this.Property_Control_ID.HeaderText = "控件ID";
192             this.Property_Control_ID.Name = "Property_Control_ID";
193             this.Property_Control_ID.ReadOnly = true;
194             // 
195             // Property_Name
196             // 
197             this.Property_Name.DataPropertyName = "Property_Name";
198             this.Property_Name.HeaderText = "属性名称";
199             this.Property_Name.Name = "Property_Name";
200             this.Property_Name.ReadOnly = true;
201             // 
202             // Property_Control_DataSource
203             // 
204             this.Property_Control_DataSource.DataPropertyName = "Property_Control_DataSource";
205             this.Property_Control_DataSource.HeaderText = "数据源";
206             this.Property_Control_DataSource.Name = "Property_Control_DataSource";
207             this.Property_Control_DataSource.ReadOnly = true;
208             // 
209             // Property_Control_Length
210             // 
211             this.Property_Control_Length.DataPropertyName = "Property_Control_Length";
212             this.Property_Control_Length.HeaderText = "控件宽度";
213             this.Property_Control_Length.Name = "Property_Control_Length";
214             this.Property_Control_Length.ReadOnly = true;
215             // 
216             // Property_Control_Style
217             // 
218             this.Property_Control_Style.DataPropertyName = "Property_Control_Style";
219             this.Property_Control_Style.HeaderText = "控件类型";
220             this.Property_Control_Style.Name = "Property_Control_Style";
221             this.Property_Control_Style.ReadOnly = true;
222             // 
223             // SortCode
224             // 
225             this.SortCode.DataPropertyName = "SortCode";
226             this.SortCode.HeaderText = "排序";
227             this.SortCode.Name = "SortCode";
228             this.SortCode.ReadOnly = true;
229             // 
230             // CreateDate
231             // 
232             this.CreateDate.DataPropertyName = "CreateDate";
233             this.CreateDate.HeaderText = "创建时间";
234             this.CreateDate.Name = "CreateDate";
235             this.CreateDate.ReadOnly = true;
236             // 
237             // CreateUserName
238             // 
239             this.CreateUserName.DataPropertyName = "CreateUserName";
240             this.CreateUserName.HeaderText = "创建人";
241             this.CreateUserName.Name = "CreateUserName";
242             this.CreateUserName.ReadOnly = true;
243             // 
244             // ModifyDate
245             // 
246             this.ModifyDate.DataPropertyName = "ModifyDate";
247             this.ModifyDate.HeaderText = "修改时间";
248             this.ModifyDate.Name = "ModifyDate";
249             this.ModifyDate.ReadOnly = true;
250             // 
251             // ModifyUserName
252             // 
253             this.ModifyUserName.DataPropertyName = "ModifyUserName";
254             this.ModifyUserName.HeaderText = "修改人";
255             this.ModifyUserName.Name = "ModifyUserName";
256             this.ModifyUserName.ReadOnly = true;
257             // 
258             // FrmAppendProperty
259             // 
260             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
261             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
262             this.ClientSize = new System.Drawing.Size(1004, 495);
263             this.Controls.Add(this.dataGridView1);
264             this.Controls.Add(this.treeView1);
265             this.Controls.Add(this.toolStrip1);
266             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
267             this.Name = "FrmAppendProperty";
268             this.Text = "附加属性";
269             this.Load += new System.EventHandler(this.FrmAppendProperty_Load);
270             this.toolStrip1.ResumeLayout(false);
271             this.toolStrip1.PerformLayout();
272             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
273             this.ResumeLayout(false);
274             this.PerformLayout();
275
276         }
277
278         #endregion
279
280         public System.Windows.Forms.ToolStrip toolStrip1;
281         public System.Windows.Forms.ToolStripButton btn_add;
282         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
283         private System.Windows.Forms.ToolStripButton btn_edit;
284         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
285         private System.Windows.Forms.ToolStripButton btn_delete;
286         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
287         private System.Windows.Forms.ToolStripButton btn_refresh;
288         public System.Windows.Forms.TreeView treeView1;
289         public System.Windows.Forms.DataGridView dataGridView1;
290         private System.Windows.Forms.ImageList imageList1;
291         private System.Windows.Forms.DataGridViewTextBoxColumn Property_ID;
292         private System.Windows.Forms.DataGridViewTextBoxColumn Property_Function;
293         private System.Windows.Forms.DataGridViewTextBoxColumn Property_Control_ID;
294         private System.Windows.Forms.DataGridViewTextBoxColumn Property_Name;
295         private System.Windows.Forms.DataGridViewTextBoxColumn Property_Control_DataSource;
296         private System.Windows.Forms.DataGridViewTextBoxColumn Property_Control_Length;
297         private System.Windows.Forms.DataGridViewTextBoxColumn Property_Control_Style;
298         private System.Windows.Forms.DataGridViewTextBoxColumn SortCode;
299         private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate;
300         private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
301         private System.Windows.Forms.DataGridViewTextBoxColumn ModifyDate;
302         private System.Windows.Forms.DataGridViewTextBoxColumn ModifyUserName;
303     }
304 }